@po-ui/ng-components 19.39.6 → 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 +89 -20
- 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-header/interfaces/po-header-action-tool.interface.d.ts +10 -2
- 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-popover/po-popover-base.component.d.ts +3 -1
- package/lib/components/po-popover/po-popover.component.d.ts +4 -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/lib/services/po-control-position/po-control-position.service.d.ts +1 -1
- 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.6.tgz +0 -0
|
@@ -19,6 +19,7 @@ import * as i0 from "@angular/core";
|
|
|
19
19
|
* <example name="po-avatar-business-card" title="PO Avatar - Business Card" >
|
|
20
20
|
* <file name="sample-po-avatar-business-card/sample-po-avatar-business-card.component.html"> </file>
|
|
21
21
|
* <file name="sample-po-avatar-business-card/sample-po-avatar-business-card.component.ts"> </file>
|
|
22
|
+
* <file name="sample-po-avatar-business-card/sample-po-avatar-business-card.component.css"> </file>
|
|
22
23
|
* </example>
|
|
23
24
|
*/
|
|
24
25
|
export declare class PoAvatarComponent extends PoAvatarBaseComponent implements OnInit {
|
|
@@ -18,6 +18,7 @@ import * as i0 from "@angular/core";
|
|
|
18
18
|
* <example name="po-container-dashboard" title="PO Container - Dashboard">
|
|
19
19
|
* <file name="sample-po-container-dashboard/sample-po-container-dashboard.component.html"> </file>
|
|
20
20
|
* <file name="sample-po-container-dashboard/sample-po-container-dashboard.component.ts"> </file>
|
|
21
|
+
* <file name="sample-po-container-dashboard/sample-po-container-dashboard.component.css"> </file>
|
|
21
22
|
* <file name="sample-po-container-dashboard/sample-po-container-dashboard.service.ts"> </file>
|
|
22
23
|
* </example>
|
|
23
24
|
*/
|
|
@@ -26,6 +26,7 @@ import * as i0 from "@angular/core";
|
|
|
26
26
|
* <example name="po-combo-scheduling" title="PO Combo - Scheduling">
|
|
27
27
|
* <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.component.html"> </file>
|
|
28
28
|
* <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.component.ts"> </file>
|
|
29
|
+
* <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.component.css"> </file>
|
|
29
30
|
* <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.service.ts"> </file>
|
|
30
31
|
* </example>
|
|
31
32
|
*
|
|
@@ -34,6 +34,7 @@ import * as i0 from "@angular/core";
|
|
|
34
34
|
* <example name="po-multiselect-template" title="PO Multiselect - Template">
|
|
35
35
|
* <file name="sample-po-multiselect-template/sample-po-multiselect-template.component.html"> </file>
|
|
36
36
|
* <file name="sample-po-multiselect-template/sample-po-multiselect-template.component.ts"> </file>
|
|
37
|
+
* <file name="sample-po-multiselect-template/sample-po-multiselect-template.component.css"> </file>
|
|
37
38
|
* </example>
|
|
38
39
|
*
|
|
39
40
|
* <example name="po-multiselect-heroes" title="PO Multiselect - Heroes - using API">
|
|
@@ -23,6 +23,7 @@ import * as i0 from "@angular/core";
|
|
|
23
23
|
* <example name="po-select-customer-registration" title="PO Select - Customer registration">
|
|
24
24
|
* <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.component.html"> </file>
|
|
25
25
|
* <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.component.ts"> </file>
|
|
26
|
+
* <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.component.css"> </file>
|
|
26
27
|
* <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.service.ts"> </file>
|
|
27
28
|
* </example>
|
|
28
29
|
*
|
|
@@ -103,12 +103,20 @@ export interface PoHeaderActionTool {
|
|
|
103
103
|
*/
|
|
104
104
|
export interface PoHeaderActionPopoverAction {
|
|
105
105
|
/**
|
|
106
|
-
*
|
|
107
106
|
* @description
|
|
108
107
|
*
|
|
109
|
-
* Template que será renderizado dentro do popover
|
|
108
|
+
* Template que será renderizado dentro do popover.
|
|
110
109
|
*/
|
|
111
110
|
content: TemplateRef<any>;
|
|
111
|
+
/**
|
|
112
|
+
* @description
|
|
113
|
+
*
|
|
114
|
+
* Largura, em pixels, do template renderizado dentro do popover.
|
|
115
|
+
*
|
|
116
|
+
* Valores permitidos: de 240 a 800.
|
|
117
|
+
*
|
|
118
|
+
*/
|
|
119
|
+
width?: number;
|
|
112
120
|
}
|
|
113
121
|
/**
|
|
114
122
|
* @usedBy PoHeaderComponent
|
|
@@ -10,11 +10,13 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
* <example name="po-loading-overlay-basic" title="PO Loading Overlay Basic">
|
|
11
11
|
* <file name="sample-po-loading-overlay-basic/sample-po-loading-overlay-basic.component.html"> </file>
|
|
12
12
|
* <file name="sample-po-loading-overlay-basic/sample-po-loading-overlay-basic.component.ts"> </file>
|
|
13
|
+
* <file name="sample-po-loading-overlay-basic/sample-po-loading-overlay-basic.component.css"> </file>
|
|
13
14
|
* </example>
|
|
14
15
|
*
|
|
15
16
|
* <example name="po-loading-overlay-labs" title="PO Loading Overlay Labs">
|
|
16
17
|
* <file name="sample-po-loading-overlay-labs/sample-po-loading-overlay-labs.component.html"> </file>
|
|
17
18
|
* <file name="sample-po-loading-overlay-labs/sample-po-loading-overlay-labs.component.ts"> </file>
|
|
19
|
+
* <file name="sample-po-loading-overlay-labs/sample-po-loading-overlay-labs.component.css"> </file>
|
|
18
20
|
* </example>
|
|
19
21
|
*
|
|
20
22
|
* <example name="po-loading-overlay-connection-test" title="PO Loading Overlay - Connection Test">
|
|
@@ -77,11 +77,13 @@ import * as i0 from "@angular/core";
|
|
|
77
77
|
* <example name="po-menu-labs" title="PO Menu Labs">
|
|
78
78
|
* <file name="sample-po-menu-labs/sample-po-menu-labs.component.html"> </file>
|
|
79
79
|
* <file name="sample-po-menu-labs/sample-po-menu-labs.component.ts"> </file>
|
|
80
|
+
* <file name="sample-po-menu-labs/sample-po-menu-labs.component.css"> </file>
|
|
80
81
|
* </example>
|
|
81
82
|
*
|
|
82
83
|
* <example name="po-menu-human-resources" title="PO Menu - Human Resources">
|
|
83
84
|
* <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.component.html"> </file>
|
|
84
85
|
* <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.component.ts"> </file>
|
|
86
|
+
* <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.component.css"> </file>
|
|
85
87
|
* <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.service.ts"> </file>
|
|
86
88
|
* </example>
|
|
87
89
|
*/
|
|
@@ -20,6 +20,7 @@ import * as i0 from "@angular/core";
|
|
|
20
20
|
* <example name="po-page-default-dashboard" title="PO Page Default - Dashboard">
|
|
21
21
|
* <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.component.html"> </file>
|
|
22
22
|
* <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.component.ts"> </file>
|
|
23
|
+
* <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.component.css"> </file>
|
|
23
24
|
* <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.service.ts"> </file>
|
|
24
25
|
* </example>
|
|
25
26
|
*/
|
|
@@ -32,6 +32,7 @@ export declare class PoPopoverBaseComponent {
|
|
|
32
32
|
* @default `false`
|
|
33
33
|
*/
|
|
34
34
|
appendBox: boolean;
|
|
35
|
+
cornerAligned: boolean;
|
|
35
36
|
/**
|
|
36
37
|
* @description
|
|
37
38
|
*
|
|
@@ -78,6 +79,7 @@ export declare class PoPopoverBaseComponent {
|
|
|
78
79
|
target: ElementRef | HTMLElement;
|
|
79
80
|
/** Título do popover. */
|
|
80
81
|
title?: string;
|
|
82
|
+
width?: number;
|
|
81
83
|
/** Evento disparado ao fechar o popover. */
|
|
82
84
|
closePopover: EventEmitter<any>;
|
|
83
85
|
/** Evento disparado ao abrir o popover. */
|
|
@@ -157,6 +159,6 @@ export declare class PoPopoverBaseComponent {
|
|
|
157
159
|
*/
|
|
158
160
|
customClasses: import("@angular/core").InputSignal<string>;
|
|
159
161
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPopoverBaseComponent, never>;
|
|
160
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PoPopoverBaseComponent, "po-popover-base", never, { "appendBox": { "alias": "p-append-in-body"; "required": false; }; "target": { "alias": "p-target"; "required": false; }; "title": { "alias": "p-title"; "required": false; }; "hideArrow": { "alias": "p-hide-arrow"; "required": false; }; "position": { "alias": "p-position"; "required": false; }; "trigger": { "alias": "p-trigger"; "required": false; }; "customClasses": { "alias": "p-custom-classes"; "required": false; "isSignal": true; }; }, { "closePopover": "p-close"; "openPopover": "p-open"; }, never, never, false, never>;
|
|
162
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PoPopoverBaseComponent, "po-popover-base", never, { "appendBox": { "alias": "p-append-in-body"; "required": false; }; "cornerAligned": { "alias": "p-corner-aligned"; "required": false; }; "target": { "alias": "p-target"; "required": false; }; "title": { "alias": "p-title"; "required": false; }; "width": { "alias": "p-width"; "required": false; }; "hideArrow": { "alias": "p-hide-arrow"; "required": false; }; "position": { "alias": "p-position"; "required": false; }; "trigger": { "alias": "p-trigger"; "required": false; }; "customClasses": { "alias": "p-custom-classes"; "required": false; "isSignal": true; }; }, { "closePopover": "p-close"; "openPopover": "p-open"; }, never, never, false, never>;
|
|
161
163
|
static ngAcceptInputType_appendBox: any;
|
|
162
164
|
}
|
|
@@ -32,8 +32,10 @@ export declare class PoPopoverComponent extends PoPopoverBaseComponent implement
|
|
|
32
32
|
timeoutResize: any;
|
|
33
33
|
targetElement: any;
|
|
34
34
|
afterViewInitWasCalled: boolean;
|
|
35
|
+
widthPopover: number;
|
|
35
36
|
private keydownTargetListener?;
|
|
36
37
|
private keydownPopoverListener?;
|
|
38
|
+
private resizeObserver;
|
|
37
39
|
eventListenerFunction: () => void;
|
|
38
40
|
private readonly tabbableSelector;
|
|
39
41
|
constructor(renderer: Renderer2, poControlPosition: PoControlPositionService, cd: ChangeDetectorRef);
|
|
@@ -61,6 +63,8 @@ export declare class PoPopoverComponent extends PoPopoverBaseComponent implement
|
|
|
61
63
|
private getDocumentTabbables;
|
|
62
64
|
private focusNextAfterTarget;
|
|
63
65
|
private focusPrevBeforeTarget;
|
|
66
|
+
private observeContentResize;
|
|
67
|
+
private disconnectResizeObserver;
|
|
64
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPopoverComponent, never>;
|
|
65
69
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoPopoverComponent, "po-popover", never, {}, {}, never, ["*"], false, never>;
|
|
66
70
|
}
|
|
@@ -17,11 +17,13 @@ import * as i0 from "@angular/core";
|
|
|
17
17
|
* <example name="po-popup-labs" title="PO Popup - Labs">
|
|
18
18
|
* <file name="sample-po-popup-labs/sample-po-popup-labs.component.html"> </file>
|
|
19
19
|
* <file name="sample-po-popup-labs/sample-po-popup-labs.component.ts"> </file>
|
|
20
|
+
* <file name="sample-po-popup-labs/sample-po-popup-labs.component.css"> </file>
|
|
20
21
|
* </example>
|
|
21
22
|
*
|
|
22
23
|
* <example name="po-popup-email" title="PO Popup Email">
|
|
23
24
|
* <file name="sample-po-popup-email/sample-po-popup-email.component.html"> </file>
|
|
24
25
|
* <file name="sample-po-popup-email/sample-po-popup-email.component.ts"> </file>
|
|
26
|
+
* <file name="sample-po-popup-email/sample-po-popup-email.component.css"> </file>
|
|
25
27
|
* </example>
|
|
26
28
|
*
|
|
27
29
|
*/
|
|
@@ -13,6 +13,7 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
* <example name="po-progress-labs" title="PO Progress Labs">
|
|
14
14
|
* <file name="sample-po-progress-labs/sample-po-progress-labs.component.html"> </file>
|
|
15
15
|
* <file name="sample-po-progress-labs/sample-po-progress-labs.component.ts"> </file>
|
|
16
|
+
* <file name="sample-po-progress-labs/sample-po-progress-labs.component.css"> </file>
|
|
16
17
|
* </example>
|
|
17
18
|
*
|
|
18
19
|
* <example name="po-progress-publication" title="PO Progress - Publication">
|
|
@@ -20,12 +20,14 @@ import * as i0 from "@angular/core";
|
|
|
20
20
|
* <example name="po-search-labs" title="PO Search Labs">
|
|
21
21
|
* <file name="sample-po-search-labs/sample-po-search-labs.component.html"> </file>
|
|
22
22
|
* <file name="sample-po-search-labs/sample-po-search-labs.component.ts"> </file>
|
|
23
|
+
* <file name="sample-po-search-labs/sample-po-search-labs.component.css"> </file>
|
|
23
24
|
* <file name="sample-po-search-labs/sample-po-search-labs.service.ts"> </file>
|
|
24
25
|
* </example>
|
|
25
26
|
*
|
|
26
27
|
* <example name="po-search-find-people" title="PO Search Find People">
|
|
27
28
|
* <file name="sample-po-search-find-people/sample-po-search-find-people.component.html"> </file>
|
|
28
29
|
* <file name="sample-po-search-find-people/sample-po-search-find-people.component.ts"> </file>
|
|
30
|
+
* <file name="sample-po-search-find-people/sample-po-search-find-people.component.css"> </file>
|
|
29
31
|
* <file name="sample-po-search-find-people/sample-po-search-find-people.service.ts"> </file>
|
|
30
32
|
* </example>
|
|
31
33
|
*
|
|
@@ -43,6 +45,7 @@ import * as i0 from "@angular/core";
|
|
|
43
45
|
* <example name="po-search-execute" title="PO Search Form Fields with Execute">
|
|
44
46
|
* <file name="sample-po-search-execute/sample-po-search-execute.component.html"> </file>
|
|
45
47
|
* <file name="sample-po-search-execute/sample-po-search-execute.component.ts"> </file>
|
|
48
|
+
* <file name="sample-po-search-execute/sample-po-search-execute.component.css"> </file>
|
|
46
49
|
* </example>
|
|
47
50
|
*
|
|
48
51
|
* <example name="po-search-fields-locate" title="PO Search Form Fields with Locate">
|
|
@@ -21,6 +21,7 @@ import * as i0 from "@angular/core";
|
|
|
21
21
|
* <example name="po-stepper-sales" title="PO Stepper - Sales">
|
|
22
22
|
* <file name="sample-po-stepper-sales/sample-po-stepper-sales.component.html"> </file>
|
|
23
23
|
* <file name="sample-po-stepper-sales/sample-po-stepper-sales.component.ts"> </file>
|
|
24
|
+
* <file name="sample-po-stepper-sales/sample-po-stepper-sales.component.css"> </file>
|
|
24
25
|
* </example>
|
|
25
26
|
*
|
|
26
27
|
* <example name="po-stepper-active" title="PO Stepper - Active">
|
|
@@ -15,6 +15,7 @@ import * as i0 from "@angular/core";
|
|
|
15
15
|
* <example name="po-tag-labs" title="PO Tag Labs">
|
|
16
16
|
* <file name="sample-po-tag-labs/sample-po-tag-labs.component.html"> </file>
|
|
17
17
|
* <file name="sample-po-tag-labs/sample-po-tag-labs.component.ts"> </file>
|
|
18
|
+
* <file name="sample-po-tag-labs/sample-po-tag-labs.component.css"> </file>
|
|
18
19
|
* </example>
|
|
19
20
|
*
|
|
20
21
|
* <example name="po-tag-bank-account" title="PO Tag - Bank Account">
|
|
@@ -17,11 +17,13 @@ import * as i0 from "@angular/core";
|
|
|
17
17
|
* <example name="po-widget-labs" title="PO Widget Labs">
|
|
18
18
|
* <file name="sample-po-widget-labs/sample-po-widget-labs.component.html"> </file>
|
|
19
19
|
* <file name="sample-po-widget-labs/sample-po-widget-labs.component.ts"> </file>
|
|
20
|
+
* <file name="sample-po-widget-labs/sample-po-widget-labs.component.css"> </file>
|
|
20
21
|
* </example>
|
|
21
22
|
*
|
|
22
23
|
* <example name="po-widget-finance-dashboard" title="PO Widget - Finance dashboard">
|
|
23
24
|
* <file name="sample-po-widget-finance-dashboard/sample-po-widget-finance-dashboard.component.html"> </file>
|
|
24
25
|
* <file name="sample-po-widget-finance-dashboard/sample-po-widget-finance-dashboard.component.ts"> </file>
|
|
26
|
+
* <file name="sample-po-widget-finance-dashboard/sample-po-widget-finance-dashboard.component.css"> </file>
|
|
25
27
|
* </example>
|
|
26
28
|
*
|
|
27
29
|
* <example name="po-widget-card" title="PO Widget - Card">
|
|
@@ -28,7 +28,7 @@ export declare class PoControlPositionService {
|
|
|
28
28
|
* @param targetElement elemento de onde deve partir a exibição
|
|
29
29
|
* @param customPositions posições que sobrescreve as posições padrões
|
|
30
30
|
* @param isSetElementWidth indica se deve definir o tamanho do elemento a ser exibido, caso for verdadeiro será igual do targetElement
|
|
31
|
-
* @param isCornerAligned indica se o elemento filho será alinhado nos cantos do
|
|
31
|
+
* @param isCornerAligned indica se o elemento filho será alinhado nos cantos do elemento pai.
|
|
32
32
|
*/
|
|
33
33
|
setElements(element: ElementRef | HTMLElement, elementOffset: number, targetElement: ElementRef | HTMLElement, customPositions?: Array<string>, isSetElementWidth?: boolean, isCornerAligned?: boolean): void;
|
|
34
34
|
private adjustCustomPosition;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@po-ui/ng-components",
|
|
3
|
-
"version": "19.39.
|
|
3
|
+
"version": "19.39.8",
|
|
4
4
|
"description": "PO UI - Components",
|
|
5
5
|
"author": "PO UI",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@angular/cdk": "~19.0.3",
|
|
25
|
-
"@po-ui/style": "19.39.
|
|
26
|
-
"@po-ui/ng-schematics": "19.39.
|
|
25
|
+
"@po-ui/style": "19.39.8",
|
|
26
|
+
"@po-ui/ng-schematics": "19.39.8",
|
|
27
27
|
"echarts": "^5.6.0",
|
|
28
28
|
"tslib": "^2.6.2"
|
|
29
29
|
},
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@angular/platform-browser-dynamic": "^19",
|
|
39
39
|
"@angular/router": "^19",
|
|
40
40
|
"@angular-devkit/schematics": "^19",
|
|
41
|
-
"@po-ui/style": "19.39.
|
|
41
|
+
"@po-ui/style": "19.39.8",
|
|
42
42
|
"rxjs": "~7.8.1",
|
|
43
43
|
"zone.js": "~0.15.0"
|
|
44
44
|
},
|
|
Binary file
|
|
@@ -18,7 +18,7 @@ function default_1(options) {
|
|
|
18
18
|
}
|
|
19
19
|
function addPoPackageAndInstall() {
|
|
20
20
|
return (tree, context) => {
|
|
21
|
-
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-components', '19.39.
|
|
21
|
+
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-components', '19.39.8');
|
|
22
22
|
// install packages
|
|
23
23
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
24
24
|
};
|
|
@@ -6,7 +6,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
|
6
6
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
7
7
|
const changes_1 = require("./changes");
|
|
8
8
|
function default_1() {
|
|
9
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.
|
|
9
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.8', changes_1.updateDepedenciesVersion), postUpdate()]);
|
|
10
10
|
}
|
|
11
11
|
function postUpdate() {
|
|
12
12
|
return (_, context) => {
|
|
@@ -11,7 +11,7 @@ const changes_1 = require("./changes");
|
|
|
11
11
|
const httpClientModuleName = 'HttpClientModule';
|
|
12
12
|
const httpClientModuleSourcePath = '@angular/common/http';
|
|
13
13
|
function default_1() {
|
|
14
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.
|
|
14
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.8', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
15
15
|
}
|
|
16
16
|
function postUpdate() {
|
|
17
17
|
return (_, context) => {
|
|
@@ -6,7 +6,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
|
6
6
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
7
7
|
const changes_1 = require("./changes");
|
|
8
8
|
function default_1() {
|
|
9
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.
|
|
9
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.8', changes_1.updateDepedenciesVersion), postUpdate()]);
|
|
10
10
|
}
|
|
11
11
|
function postUpdate() {
|
|
12
12
|
return (_, context) => {
|
|
@@ -6,7 +6,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
|
6
6
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
7
7
|
const changes_1 = require("./changes");
|
|
8
8
|
function default_1() {
|
|
9
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.
|
|
9
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.8', changes_1.updateDepedenciesVersion), postUpdate()]);
|
|
10
10
|
}
|
|
11
11
|
function postUpdate() {
|
|
12
12
|
return (_, context) => {
|
|
@@ -40,11 +40,11 @@ function main(options) {
|
|
|
40
40
|
configureNewIcon.toLowerCase() === 'y' ||
|
|
41
41
|
configureNewIcon.toLowerCase() === 'sim' ||
|
|
42
42
|
configureNewIcon.toLowerCase() === '') {
|
|
43
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.
|
|
43
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.8', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
44
44
|
}
|
|
45
45
|
else {
|
|
46
46
|
return (0, schematics_1.chain)([
|
|
47
|
-
(0, package_config_1.updatePackageJson)('19.39.
|
|
47
|
+
(0, package_config_1.updatePackageJson)('19.39.8', changes_1.updateDepedenciesVersion),
|
|
48
48
|
addImportOnly(options, [IconsDictionaryName, poIconDictionary], poModuleSourcePath),
|
|
49
49
|
addProviderToAppModule(options, newProviderDictionary),
|
|
50
50
|
updateAppConfigFileRule(),
|
|
@@ -40,11 +40,11 @@ function main(options) {
|
|
|
40
40
|
configureNewIcon.toLowerCase() === 'y' ||
|
|
41
41
|
configureNewIcon.toLowerCase() === 'sim' ||
|
|
42
42
|
configureNewIcon.toLowerCase() === '') {
|
|
43
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.
|
|
43
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.8', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
44
44
|
}
|
|
45
45
|
else {
|
|
46
46
|
return (0, schematics_1.chain)([
|
|
47
|
-
(0, package_config_1.updatePackageJson)('19.39.
|
|
47
|
+
(0, package_config_1.updatePackageJson)('19.39.8', changes_1.updateDepedenciesVersion),
|
|
48
48
|
addImportOnly(options, [IconsDictionaryName, poIconDictionary], poModuleSourcePath),
|
|
49
49
|
addProviderToAppModule(options, newProviderDictionary),
|
|
50
50
|
updateAppConfigFileRule(),
|
|
@@ -10,7 +10,7 @@ const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
|
10
10
|
const changes_1 = require("./changes");
|
|
11
11
|
function updateToV2() {
|
|
12
12
|
return (0, schematics_1.chain)([
|
|
13
|
-
updatePackageJson('19.39.
|
|
13
|
+
updatePackageJson('19.39.8', changes_1.dependeciesChanges),
|
|
14
14
|
(0, replace_1.replaceInFile)('tslint.json', changes_1.tsLintReplaces),
|
|
15
15
|
(0, replace_1.replaceInFile)('angular.json', changes_1.angularJsonReplaces),
|
|
16
16
|
createUpgradeRule(),
|
|
@@ -7,7 +7,7 @@ const project_1 = require("@po-ui/ng-schematics/project");
|
|
|
7
7
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
8
8
|
const changes_1 = require("./changes");
|
|
9
9
|
function updateToV3() {
|
|
10
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.
|
|
10
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.8', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
11
11
|
}
|
|
12
12
|
function postUpdate() {
|
|
13
13
|
return (_, context) => {
|
|
@@ -7,7 +7,7 @@ const project_1 = require("@po-ui/ng-schematics/project");
|
|
|
7
7
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
8
8
|
const changes_1 = require("./changes");
|
|
9
9
|
function default_1() {
|
|
10
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.
|
|
10
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.8', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
11
11
|
}
|
|
12
12
|
function postUpdate() {
|
|
13
13
|
return (_, context) => {
|
|
@@ -7,7 +7,7 @@ const project_1 = require("@po-ui/ng-schematics/project");
|
|
|
7
7
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
8
8
|
const changes_1 = require("./changes");
|
|
9
9
|
function default_1() {
|
|
10
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.
|
|
10
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.8', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
11
11
|
}
|
|
12
12
|
function postUpdate() {
|
|
13
13
|
return (_, context) => {
|
|
@@ -6,7 +6,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
|
6
6
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
7
7
|
const changes_1 = require("./changes");
|
|
8
8
|
function default_1() {
|
|
9
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.
|
|
9
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('19.39.8', changes_1.updateDepedenciesVersion), postUpdate()]);
|
|
10
10
|
}
|
|
11
11
|
function postUpdate() {
|
|
12
12
|
return (_, context) => {
|
|
Binary file
|