@po-ui/ng-templates 18.0.0-rc.0 → 18.0.1
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/esm2022/lib/components/po-page-dynamic-table/interfaces/po-page-dynamic-table-custom-action.interface.mjs +1 -1
- package/esm2022/lib/components/po-page-dynamic-table/interfaces/po-page-dynamic-table-custom-table-action.interface.mjs +1 -1
- package/esm2022/lib/components/po-page-dynamic-table/po-page-dynamic-table.component.mjs +2 -2
- package/fesm2022/po-ui-ng-templates.mjs +1 -1
- package/fesm2022/po-ui-ng-templates.mjs.map +1 -1
- package/lib/components/po-page-dynamic-table/interfaces/po-page-dynamic-table-custom-action.interface.d.ts +1 -1
- package/lib/components/po-page-dynamic-table/interfaces/po-page-dynamic-table-custom-table-action.interface.d.ts +1 -1
- package/lib/components/po-page-dynamic-table/po-page-dynamic-table.component.d.ts +1 -1
- package/package.json +4 -4
- package/po-ui-ng-templates-18.0.1.tgz +0 -0
- package/schematics/ng-add/index.js +1 -1
- package/po-ui-ng-templates-18.0.0-rc.0.tgz +0 -0
|
@@ -46,7 +46,7 @@ export interface PoPageDynamicTableCustomAction {
|
|
|
46
46
|
* É possível usar qualquer um dos ícones da [Biblioteca de ícones](/guides/icons). conforme exemplo abaixo:
|
|
47
47
|
* ```
|
|
48
48
|
* <po-component
|
|
49
|
-
* [p-property]="[{ label: '
|
|
49
|
+
* [p-property]="[{ label: 'PHOSPHOR ICON', icon: 'ph ph-newspaper' }]">
|
|
50
50
|
* </po-component>
|
|
51
51
|
* ```
|
|
52
52
|
*
|
|
@@ -55,7 +55,7 @@ export interface PoPageDynamicTableCustomTableAction {
|
|
|
55
55
|
* É possível usar qualquer um dos ícones da [Biblioteca de ícones](/guides/icons). conforme exemplo abaixo:
|
|
56
56
|
* ```
|
|
57
57
|
* <po-component
|
|
58
|
-
* [p-property]="[{ label: '
|
|
58
|
+
* [p-property]="[{ label: 'PHOSPHOR ICON', icon: 'ph ph-newspaper' }]">
|
|
59
59
|
* </po-component>
|
|
60
60
|
* ```
|
|
61
61
|
*
|
|
@@ -468,7 +468,7 @@ export declare class PoPageDynamicTableComponent extends PoPageDynamicListBaseCo
|
|
|
468
468
|
* {
|
|
469
469
|
* label: 'Update',
|
|
470
470
|
* action: this.updateTable.bind(this),
|
|
471
|
-
* icon: '
|
|
471
|
+
* icon: 'ph-arrows-clockwise'
|
|
472
472
|
* }]
|
|
473
473
|
*
|
|
474
474
|
* updateTable() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@po-ui/ng-templates",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.1",
|
|
4
4
|
"description": "PO UI - Templates",
|
|
5
5
|
"author": "PO UI",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
},
|
|
12
12
|
"schematics": "./schematics/collection.json",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@po-ui/ng-components": "18.0.
|
|
15
|
-
"@po-ui/ng-schematics": "18.0.
|
|
14
|
+
"@po-ui/ng-components": "18.0.1",
|
|
15
|
+
"@po-ui/ng-schematics": "18.0.1",
|
|
16
16
|
"tslib": "^2.6.2"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@angular/platform-browser": "^18",
|
|
25
25
|
"@angular/platform-browser-dynamic": "^18",
|
|
26
26
|
"@angular/router": "^18",
|
|
27
|
-
"@po-ui/ng-components": "18.0.
|
|
27
|
+
"@po-ui/ng-components": "18.0.1",
|
|
28
28
|
"rxjs": "~7.8.1",
|
|
29
29
|
"zone.js": "~0.14.4"
|
|
30
30
|
},
|
|
Binary file
|
|
@@ -23,7 +23,7 @@ function default_1(options) {
|
|
|
23
23
|
exports.default = default_1;
|
|
24
24
|
function addPoPackageAndInstall() {
|
|
25
25
|
return (tree, context) => {
|
|
26
|
-
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-templates', '18.0.
|
|
26
|
+
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-templates', '18.0.1');
|
|
27
27
|
// install packages
|
|
28
28
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
29
29
|
};
|
|
Binary file
|