Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 1 #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "primeng",
"name": "@wscott-retro/primeng",
"version": "17.7.0",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
Expand All @@ -20,11 +20,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primeng.git"
"url": "https://github.com/wscott-retro/primeng.git"
},
"publishConfig": {
"@wscott-retro:registry": "https://npm.pkg.github.com"
},
"files": ["dist/resources"],
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.5",
"@angular-eslint/eslint-plugin": "17.1.1",
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/accordion/accordion.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-accordion-header-link {
cursor: pointer;
display: flex;
Expand Down Expand Up @@ -32,4 +32,4 @@
.p-accordion-toggle-icon {
order: 0;
}
}

4 changes: 2 additions & 2 deletions src/app/components/autocomplete/autocomplete.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-autocomplete {
display: inline-flex;
position: relative;
Expand Down Expand Up @@ -101,4 +101,4 @@
.p-autocomplete-clearable {
position: relative;
}
}

4 changes: 2 additions & 2 deletions src/app/components/avatar/avatar.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-avatar {
display: inline-flex;
align-items: center;
Expand All @@ -25,4 +25,4 @@
width: 100%;
height: 100%;
}
}

4 changes: 2 additions & 2 deletions src/app/components/avatargroup/avatargroup.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-avatar-group p-avatar + p-avatar {
margin-left: -1rem;
}
Expand All @@ -7,4 +7,4 @@
display: flex;
align-items: center;
}
}

4 changes: 2 additions & 2 deletions src/app/components/badge/badge.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-badge {
display: inline-block;
border-radius: 10px;
Expand Down Expand Up @@ -31,4 +31,4 @@
padding: 0;
border-radius: 50%;
}
}

4 changes: 2 additions & 2 deletions src/app/components/blockui/blockui.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-blockui {
position: absolute;
top: 0;
Expand All @@ -23,4 +23,4 @@
.p-blockui-leave.p-component-overlay {
background-color: transparent;
}
}

4 changes: 2 additions & 2 deletions src/app/components/breadcrumb/breadcrumb.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-breadcrumb {
overflow-x: auto;
}
Expand Down Expand Up @@ -30,4 +30,4 @@
.p-breadcrumb::-webkit-scrollbar {
display: none;
}
}

4 changes: 2 additions & 2 deletions src/app/components/button/button.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-button {
margin: 0;
display: inline-flex;
Expand Down Expand Up @@ -73,4 +73,4 @@
p-button[iconpos='right'] spinnericon {
order: 1;
}
}

4 changes: 2 additions & 2 deletions src/app/components/calendar/calendar.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-calendar {
position: relative;
display: inline-flex;
Expand Down Expand Up @@ -173,4 +173,4 @@
.p-calendar-clearable {
position: relative;
}
}

2 changes: 0 additions & 2 deletions src/app/components/card/card.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@layer primeng {
.p-card-header img {
width: 100%;
}
}
4 changes: 2 additions & 2 deletions src/app/components/carousel/carousel.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-carousel {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -68,4 +68,4 @@
.p-items-hidden .p-carousel-item.p-carousel-item-active {
visibility: visible;
}
}

4 changes: 2 additions & 2 deletions src/app/components/cascadeselect/cascadeselect.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-cascadeselect {
display: inline-flex;
cursor: pointer;
Expand Down Expand Up @@ -95,4 +95,4 @@
.p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-sublist {
left: 0;
}
}

4 changes: 2 additions & 2 deletions src/app/components/checkbox/checkbox.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-checkbox {
display: inline-flex;
cursor: pointer;
Expand Down Expand Up @@ -27,4 +27,4 @@
.p-checkbox-label {
line-height: 1;
}
}

2 changes: 0 additions & 2 deletions src/app/components/chip/chip.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@layer primeng {
.p-chip {
display: inline-flex;
align-items: center;
Expand All @@ -23,4 +22,3 @@
.p-chip img {
border-radius: 50%;
}
}
4 changes: 2 additions & 2 deletions src/app/components/chips/chips.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-chips {
display: inline-flex;
}
Expand Down Expand Up @@ -65,4 +65,4 @@
.p-chips-clearable .p-inputtext {
position: relative;
}
}

4 changes: 2 additions & 2 deletions src/app/components/colorpicker/colorpicker.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-colorpicker {
display: inline-block;
}
Expand Down Expand Up @@ -80,4 +80,4 @@
opacity: 0.85;
cursor: pointer;
}
}

4 changes: 2 additions & 2 deletions src/app/components/common/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
padding-right: var(--scrollbar-width);
}

@layer primeng {

.p-component,
.p-component * {
box-sizing: border-box;
Expand Down Expand Up @@ -155,7 +155,7 @@
-webkit-animation: p-icon-spin 2s infinite linear;
animation: p-icon-spin 2s infinite linear;
}
}


@-webkit-keyframes p-icon-spin {
0% {
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/confirmpopup/confirmpopup.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-confirm-popup {
position: absolute;
margin-top: 10px;
Expand Down Expand Up @@ -50,4 +50,4 @@
display: flex;
align-items: center;
}
}

4 changes: 2 additions & 2 deletions src/app/components/contextmenu/contextmenu.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-contextmenu {
position: absolute;
}
Expand Down Expand Up @@ -39,4 +39,4 @@
.p-contextmenu .p-menuitem-link .p-icon-wrapper {
margin-left: auto;
}
}

4 changes: 2 additions & 2 deletions src/app/components/dataview/dataview.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-dataview {
position: relative;
}
Expand All @@ -10,4 +10,4 @@
justify-content: center;
z-index: 2;
}
}

4 changes: 2 additions & 2 deletions src/app/components/dialog/dialog.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-dialog-mask {
position: fixed;
top: 0;
Expand Down Expand Up @@ -136,4 +136,4 @@
display: flex;
align-items: center;
}
}

4 changes: 2 additions & 2 deletions src/app/components/divider/divider.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-divider-horizontal {
display: flex;
width: 100%;
Expand Down Expand Up @@ -83,4 +83,4 @@
.p-divider-dotted.p-divider-horizontal:before {
border-left-style: dotted;
}
}

4 changes: 2 additions & 2 deletions src/app/components/dock/dock.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-dock {
position: absolute;
z-index: 1;
Expand Down Expand Up @@ -104,4 +104,4 @@
.p-dock-left .p-dock-list {
flex-direction: column;
}
}

5 changes: 2 additions & 3 deletions src/app/components/dropdown/dropdown.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-dropdown {
display: inline-flex;
cursor: pointer;
Expand Down Expand Up @@ -41,7 +41,7 @@
.p-dropdown .p-dropdown-panel {
min-width: 100%;
}

.p-dropdown-items-wrapper {
overflow: auto;
}
Expand Down Expand Up @@ -85,4 +85,3 @@
.p-fluid .p-dropdown .p-dropdown-label {
width: 1%;
}
}
4 changes: 2 additions & 2 deletions src/app/components/fieldset/fieldset.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-fieldset-legend > a,
.p-fieldset-legend > span {
display: flex;
Expand All @@ -24,4 +24,4 @@
.p-fieldset-toggleable .p-toggleable-content {
overflow: hidden;
}
}

4 changes: 2 additions & 2 deletions src/app/components/fileupload/fileupload.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-fileupload-content {
position: relative;
}
Expand Down Expand Up @@ -44,4 +44,4 @@
.p-fileupload-filename {
word-break: break-all;
}
}

4 changes: 2 additions & 2 deletions src/app/components/galleria/galleria.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-galleria-content {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -273,4 +273,4 @@
.p-items-hidden .p-galleria-thumbnail-item.p-galleria-thumbnail-item-active {
visibility: visible;
}
}

4 changes: 2 additions & 2 deletions src/app/components/image/image.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-image-mask {
display: flex;
align-items: center;
Expand Down Expand Up @@ -67,4 +67,4 @@
max-width: 100vw;
max-height: 100vh;
}
}

4 changes: 2 additions & 2 deletions src/app/components/inplace/inplace.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-inplace .p-inplace-display {
display: inline;
cursor: pointer;
Expand All @@ -16,4 +16,4 @@
flex: 1 1 auto;
width: 1%;
}
}

4 changes: 2 additions & 2 deletions src/app/components/inputmask/inputmask.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

.p-inputmask-clear-icon {
position: absolute;
top: 50%;
Expand All @@ -9,4 +9,4 @@
.p-inputmask-clearable {
position: relative;
}
}

4 changes: 2 additions & 2 deletions src/app/components/inputnumber/inputnumber.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@layer primeng {

p-inputnumber,
.p-inputnumber {
display: inline-flex;
Expand Down Expand Up @@ -112,4 +112,4 @@
.p-inputnumber-clearable {
position: relative;
}
}

Loading
Loading