@po-ui/ng-components 19.39.7 → 19.39.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/po-ui-ng-components.mjs +22 -2
- package/fesm2022/po-ui-ng-components.mjs.map +1 -1
- package/lib/components/po-avatar/po-avatar.component.d.ts +1 -0
- package/lib/components/po-container/po-container.component.d.ts +1 -0
- package/lib/components/po-field/po-combo/po-combo.component.d.ts +1 -0
- package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +1 -0
- package/lib/components/po-field/po-select/po-select.component.d.ts +1 -0
- package/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.d.ts +2 -0
- package/lib/components/po-menu/po-menu.component.d.ts +2 -0
- package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +1 -0
- package/lib/components/po-popup/po-popup.component.d.ts +2 -0
- package/lib/components/po-progress/po-progress.component.d.ts +1 -0
- package/lib/components/po-search/po-search.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper.component.d.ts +1 -0
- package/lib/components/po-tag/po-tag.component.d.ts +1 -0
- package/lib/components/po-widget/po-widget.component.d.ts +2 -0
- package/package.json +4 -4
- package/po-ui-ng-components-19.39.8.tgz +0 -0
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-update/v14/index.js +1 -1
- package/schematics/ng-update/v15/index.js +1 -1
- package/schematics/ng-update/v16/index.js +1 -1
- package/schematics/ng-update/v17/index.js +1 -1
- package/schematics/ng-update/v18/index.js +2 -2
- package/schematics/ng-update/v19/index.js +2 -2
- package/schematics/ng-update/v2/index.js +1 -1
- package/schematics/ng-update/v3/index.js +1 -1
- package/schematics/ng-update/v4/index.js +1 -1
- package/schematics/ng-update/v5/index.js +1 -1
- package/schematics/ng-update/v6/index.js +1 -1
- package/po-ui-ng-components-19.39.7.tgz +0 -0
|
@@ -2947,6 +2947,7 @@ const poTagTypeDefault = 'po-tag-' + PoTagType.Info;
|
|
|
2947
2947
|
* <example name="po-tag-labs" title="PO Tag Labs">
|
|
2948
2948
|
* <file name="sample-po-tag-labs/sample-po-tag-labs.component.html"> </file>
|
|
2949
2949
|
* <file name="sample-po-tag-labs/sample-po-tag-labs.component.ts"> </file>
|
|
2950
|
+
* <file name="sample-po-tag-labs/sample-po-tag-labs.component.css"> </file>
|
|
2950
2951
|
* </example>
|
|
2951
2952
|
*
|
|
2952
2953
|
* <example name="po-tag-bank-account" title="PO Tag - Bank Account">
|
|
@@ -3941,6 +3942,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImpor
|
|
|
3941
3942
|
* <example name="po-avatar-business-card" title="PO Avatar - Business Card" >
|
|
3942
3943
|
* <file name="sample-po-avatar-business-card/sample-po-avatar-business-card.component.html"> </file>
|
|
3943
3944
|
* <file name="sample-po-avatar-business-card/sample-po-avatar-business-card.component.ts"> </file>
|
|
3945
|
+
* <file name="sample-po-avatar-business-card/sample-po-avatar-business-card.component.css"> </file>
|
|
3944
3946
|
* </example>
|
|
3945
3947
|
*/
|
|
3946
3948
|
class PoAvatarComponent extends PoAvatarBaseComponent {
|
|
@@ -4290,11 +4292,11 @@ class PoBadgeComponent extends PoBadgeBaseComponent {
|
|
|
4290
4292
|
return value > PO_BADGE_MAX_NOTIFICATIONS ? '9+' : value.toString();
|
|
4291
4293
|
}
|
|
4292
4294
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: PoBadgeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
4293
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.7", type: PoBadgeComponent, isStandalone: false, selector: "po-badge", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div\n class=\"{{ getChangeStyle() }} po-badge po-badge-{{ size ? size : 'medium' }}\"\n [class.po-badge-notification]=\"isNotification && !status\"\n [class.po-badge-border]=\"showBorder\"\n [attr.data-status]=\"status\"\n [ariaLabel]=\"notificationLabel\"\n [ngStyle]=\"customColor && !status ? { 'background-color': customColor } : {}\"\n>\n @if (!isNotification && size !== 'small' && badgeIcon && status !== 'disabled') {\n <po-icon [p-icon]=\"badgeIcon\"></po-icon>\n }\n @if (value > 1) {\n <span class=\"po-badge-value\" aria-hidden=\"true\">{{ badgeValue }}</span>\n }\n</div>\n",
|
|
4295
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.7", type: PoBadgeComponent, isStandalone: false, selector: "po-badge", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div\n class=\"{{ getChangeStyle() }} po-badge po-badge-{{ size ? size : 'medium' }}\"\n [class.po-badge-notification]=\"isNotification && !status\"\n [class.po-badge-border]=\"showBorder\"\n [attr.data-status]=\"status\"\n [ariaLabel]=\"notificationLabel\"\n [ngStyle]=\"customColor && !status ? { 'background-color': customColor } : {}\"\n>\n @if (!isNotification && size !== 'small' && badgeIcon && status !== 'disabled') {\n <po-icon [p-icon]=\"badgeIcon\"></po-icon>\n }\n @if (value > 1) {\n <span class=\"po-badge-value\" aria-hidden=\"true\">{{ badgeValue }}</span>\n }\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: PoIconComponent, selector: "po-icon", inputs: ["p-icon"] }] });
|
|
4294
4296
|
}
|
|
4295
4297
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: PoBadgeComponent, decorators: [{
|
|
4296
4298
|
type: Component,
|
|
4297
|
-
args: [{ selector: 'po-badge', standalone: false, template: "<div\n class=\"{{ getChangeStyle() }} po-badge po-badge-{{ size ? size : 'medium' }}\"\n [class.po-badge-notification]=\"isNotification && !status\"\n [class.po-badge-border]=\"showBorder\"\n [attr.data-status]=\"status\"\n [ariaLabel]=\"notificationLabel\"\n [ngStyle]=\"customColor && !status ? { 'background-color': customColor } : {}\"\n>\n @if (!isNotification && size !== 'small' && badgeIcon && status !== 'disabled') {\n <po-icon [p-icon]=\"badgeIcon\"></po-icon>\n }\n @if (value > 1) {\n <span class=\"po-badge-value\" aria-hidden=\"true\">{{ badgeValue }}</span>\n }\n</div>\n"
|
|
4299
|
+
args: [{ selector: 'po-badge', standalone: false, template: "<div\n class=\"{{ getChangeStyle() }} po-badge po-badge-{{ size ? size : 'medium' }}\"\n [class.po-badge-notification]=\"isNotification && !status\"\n [class.po-badge-border]=\"showBorder\"\n [attr.data-status]=\"status\"\n [ariaLabel]=\"notificationLabel\"\n [ngStyle]=\"customColor && !status ? { 'background-color': customColor } : {}\"\n>\n @if (!isNotification && size !== 'small' && badgeIcon && status !== 'disabled') {\n <po-icon [p-icon]=\"badgeIcon\"></po-icon>\n }\n @if (value > 1) {\n <span class=\"po-badge-value\" aria-hidden=\"true\">{{ badgeValue }}</span>\n }\n</div>\n" }]
|
|
4298
4300
|
}] });
|
|
4299
4301
|
|
|
4300
4302
|
/**
|
|
@@ -5565,11 +5567,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImpor
|
|
|
5565
5567
|
* <example name="po-loading-overlay-basic" title="PO Loading Overlay Basic">
|
|
5566
5568
|
* <file name="sample-po-loading-overlay-basic/sample-po-loading-overlay-basic.component.html"> </file>
|
|
5567
5569
|
* <file name="sample-po-loading-overlay-basic/sample-po-loading-overlay-basic.component.ts"> </file>
|
|
5570
|
+
* <file name="sample-po-loading-overlay-basic/sample-po-loading-overlay-basic.component.css"> </file>
|
|
5568
5571
|
* </example>
|
|
5569
5572
|
*
|
|
5570
5573
|
* <example name="po-loading-overlay-labs" title="PO Loading Overlay Labs">
|
|
5571
5574
|
* <file name="sample-po-loading-overlay-labs/sample-po-loading-overlay-labs.component.html"> </file>
|
|
5572
5575
|
* <file name="sample-po-loading-overlay-labs/sample-po-loading-overlay-labs.component.ts"> </file>
|
|
5576
|
+
* <file name="sample-po-loading-overlay-labs/sample-po-loading-overlay-labs.component.css"> </file>
|
|
5573
5577
|
* </example>
|
|
5574
5578
|
*
|
|
5575
5579
|
* <example name="po-loading-overlay-connection-test" title="PO Loading Overlay - Connection Test">
|
|
@@ -8731,11 +8735,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImpor
|
|
|
8731
8735
|
* <example name="po-popup-labs" title="PO Popup - Labs">
|
|
8732
8736
|
* <file name="sample-po-popup-labs/sample-po-popup-labs.component.html"> </file>
|
|
8733
8737
|
* <file name="sample-po-popup-labs/sample-po-popup-labs.component.ts"> </file>
|
|
8738
|
+
* <file name="sample-po-popup-labs/sample-po-popup-labs.component.css"> </file>
|
|
8734
8739
|
* </example>
|
|
8735
8740
|
*
|
|
8736
8741
|
* <example name="po-popup-email" title="PO Popup Email">
|
|
8737
8742
|
* <file name="sample-po-popup-email/sample-po-popup-email.component.html"> </file>
|
|
8738
8743
|
* <file name="sample-po-popup-email/sample-po-popup-email.component.ts"> </file>
|
|
8744
|
+
* <file name="sample-po-popup-email/sample-po-popup-email.component.css"> </file>
|
|
8739
8745
|
* </example>
|
|
8740
8746
|
*
|
|
8741
8747
|
*/
|
|
@@ -12991,6 +12997,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImpor
|
|
|
12991
12997
|
* <example name="po-container-dashboard" title="PO Container - Dashboard">
|
|
12992
12998
|
* <file name="sample-po-container-dashboard/sample-po-container-dashboard.component.html"> </file>
|
|
12993
12999
|
* <file name="sample-po-container-dashboard/sample-po-container-dashboard.component.ts"> </file>
|
|
13000
|
+
* <file name="sample-po-container-dashboard/sample-po-container-dashboard.component.css"> </file>
|
|
12994
13001
|
* <file name="sample-po-container-dashboard/sample-po-container-dashboard.service.ts"> </file>
|
|
12995
13002
|
* </example>
|
|
12996
13003
|
*/
|
|
@@ -18372,6 +18379,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImpor
|
|
|
18372
18379
|
* <example name="po-progress-labs" title="PO Progress Labs">
|
|
18373
18380
|
* <file name="sample-po-progress-labs/sample-po-progress-labs.component.html"> </file>
|
|
18374
18381
|
* <file name="sample-po-progress-labs/sample-po-progress-labs.component.ts"> </file>
|
|
18382
|
+
* <file name="sample-po-progress-labs/sample-po-progress-labs.component.css"> </file>
|
|
18375
18383
|
* </example>
|
|
18376
18384
|
*
|
|
18377
18385
|
* <example name="po-progress-publication" title="PO Progress - Publication">
|
|
@@ -25329,12 +25337,14 @@ const ID_SEARCH_BUTTON_CLEAN = 'search-button-clean';
|
|
|
25329
25337
|
* <example name="po-search-labs" title="PO Search Labs">
|
|
25330
25338
|
* <file name="sample-po-search-labs/sample-po-search-labs.component.html"> </file>
|
|
25331
25339
|
* <file name="sample-po-search-labs/sample-po-search-labs.component.ts"> </file>
|
|
25340
|
+
* <file name="sample-po-search-labs/sample-po-search-labs.component.css"> </file>
|
|
25332
25341
|
* <file name="sample-po-search-labs/sample-po-search-labs.service.ts"> </file>
|
|
25333
25342
|
* </example>
|
|
25334
25343
|
*
|
|
25335
25344
|
* <example name="po-search-find-people" title="PO Search Find People">
|
|
25336
25345
|
* <file name="sample-po-search-find-people/sample-po-search-find-people.component.html"> </file>
|
|
25337
25346
|
* <file name="sample-po-search-find-people/sample-po-search-find-people.component.ts"> </file>
|
|
25347
|
+
* <file name="sample-po-search-find-people/sample-po-search-find-people.component.css"> </file>
|
|
25338
25348
|
* <file name="sample-po-search-find-people/sample-po-search-find-people.service.ts"> </file>
|
|
25339
25349
|
* </example>
|
|
25340
25350
|
*
|
|
@@ -25352,6 +25362,7 @@ const ID_SEARCH_BUTTON_CLEAN = 'search-button-clean';
|
|
|
25352
25362
|
* <example name="po-search-execute" title="PO Search Form Fields with Execute">
|
|
25353
25363
|
* <file name="sample-po-search-execute/sample-po-search-execute.component.html"> </file>
|
|
25354
25364
|
* <file name="sample-po-search-execute/sample-po-search-execute.component.ts"> </file>
|
|
25365
|
+
* <file name="sample-po-search-execute/sample-po-search-execute.component.css"> </file>
|
|
25355
25366
|
* </example>
|
|
25356
25367
|
*
|
|
25357
25368
|
* <example name="po-search-fields-locate" title="PO Search Form Fields with Locate">
|
|
@@ -28676,6 +28687,7 @@ const poComboContainerOffset = 8;
|
|
|
28676
28687
|
* <example name="po-combo-scheduling" title="PO Combo - Scheduling">
|
|
28677
28688
|
* <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.component.html"> </file>
|
|
28678
28689
|
* <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.component.ts"> </file>
|
|
28690
|
+
* <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.component.css"> </file>
|
|
28679
28691
|
* <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.service.ts"> </file>
|
|
28680
28692
|
* </example>
|
|
28681
28693
|
*
|
|
@@ -37068,6 +37080,7 @@ const providers$1 = [
|
|
|
37068
37080
|
* <example name="po-multiselect-template" title="PO Multiselect - Template">
|
|
37069
37081
|
* <file name="sample-po-multiselect-template/sample-po-multiselect-template.component.html"> </file>
|
|
37070
37082
|
* <file name="sample-po-multiselect-template/sample-po-multiselect-template.component.ts"> </file>
|
|
37083
|
+
* <file name="sample-po-multiselect-template/sample-po-multiselect-template.component.css"> </file>
|
|
37071
37084
|
* </example>
|
|
37072
37085
|
*
|
|
37073
37086
|
* <example name="po-multiselect-heroes" title="PO Multiselect - Heroes - using API">
|
|
@@ -42134,6 +42147,7 @@ const PO_SELECT_FIELD_VALUE_DEFAULT = 'value';
|
|
|
42134
42147
|
* <example name="po-select-customer-registration" title="PO Select - Customer registration">
|
|
42135
42148
|
* <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.component.html"> </file>
|
|
42136
42149
|
* <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.component.ts"> </file>
|
|
42150
|
+
* <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.component.css"> </file>
|
|
42137
42151
|
* <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.service.ts"> </file>
|
|
42138
42152
|
* </example>
|
|
42139
42153
|
*
|
|
@@ -49043,11 +49057,13 @@ const poMenuRootLevel = 1;
|
|
|
49043
49057
|
* <example name="po-menu-labs" title="PO Menu Labs">
|
|
49044
49058
|
* <file name="sample-po-menu-labs/sample-po-menu-labs.component.html"> </file>
|
|
49045
49059
|
* <file name="sample-po-menu-labs/sample-po-menu-labs.component.ts"> </file>
|
|
49060
|
+
* <file name="sample-po-menu-labs/sample-po-menu-labs.component.css"> </file>
|
|
49046
49061
|
* </example>
|
|
49047
49062
|
*
|
|
49048
49063
|
* <example name="po-menu-human-resources" title="PO Menu - Human Resources">
|
|
49049
49064
|
* <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.component.html"> </file>
|
|
49050
49065
|
* <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.component.ts"> </file>
|
|
49066
|
+
* <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.component.css"> </file>
|
|
49051
49067
|
* <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.service.ts"> </file>
|
|
49052
49068
|
* </example>
|
|
49053
49069
|
*/
|
|
@@ -50618,6 +50634,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImpor
|
|
|
50618
50634
|
* <example name="po-page-default-dashboard" title="PO Page Default - Dashboard">
|
|
50619
50635
|
* <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.component.html"> </file>
|
|
50620
50636
|
* <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.component.ts"> </file>
|
|
50637
|
+
* <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.component.css"> </file>
|
|
50621
50638
|
* <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.service.ts"> </file>
|
|
50622
50639
|
* </example>
|
|
50623
50640
|
*/
|
|
@@ -53206,6 +53223,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImpor
|
|
|
53206
53223
|
* <example name="po-stepper-sales" title="PO Stepper - Sales">
|
|
53207
53224
|
* <file name="sample-po-stepper-sales/sample-po-stepper-sales.component.html"> </file>
|
|
53208
53225
|
* <file name="sample-po-stepper-sales/sample-po-stepper-sales.component.ts"> </file>
|
|
53226
|
+
* <file name="sample-po-stepper-sales/sample-po-stepper-sales.component.css"> </file>
|
|
53209
53227
|
* </example>
|
|
53210
53228
|
*
|
|
53211
53229
|
* <example name="po-stepper-active" title="PO Stepper - Active">
|
|
@@ -56134,11 +56152,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImpor
|
|
|
56134
56152
|
* <example name="po-widget-labs" title="PO Widget Labs">
|
|
56135
56153
|
* <file name="sample-po-widget-labs/sample-po-widget-labs.component.html"> </file>
|
|
56136
56154
|
* <file name="sample-po-widget-labs/sample-po-widget-labs.component.ts"> </file>
|
|
56155
|
+
* <file name="sample-po-widget-labs/sample-po-widget-labs.component.css"> </file>
|
|
56137
56156
|
* </example>
|
|
56138
56157
|
*
|
|
56139
56158
|
* <example name="po-widget-finance-dashboard" title="PO Widget - Finance dashboard">
|
|
56140
56159
|
* <file name="sample-po-widget-finance-dashboard/sample-po-widget-finance-dashboard.component.html"> </file>
|
|
56141
56160
|
* <file name="sample-po-widget-finance-dashboard/sample-po-widget-finance-dashboard.component.ts"> </file>
|
|
56161
|
+
* <file name="sample-po-widget-finance-dashboard/sample-po-widget-finance-dashboard.component.css"> </file>
|
|
56142
56162
|
* </example>
|
|
56143
56163
|
*
|
|
56144
56164
|
* <example name="po-widget-card" title="PO Widget - Card">
|