@po-ui/ng-templates 18.17.0 → 18.19.0

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.
@@ -43,7 +43,7 @@ export interface PoPageDynamicTableCustomAction {
43
43
  *
44
44
  * Define um ícone que será exibido ao lado esquerdo do rótulo.
45
45
  *
46
- * É possível usar qualquer um dos ícones da [Biblioteca de ícones](/guides/icons). conforme exemplo abaixo:
46
+ * É possível usar qualquer um dos ícones da [Biblioteca de ícones](https://po-ui.io/icons). conforme exemplo abaixo:
47
47
  * ```
48
48
  * <po-component
49
49
  * [p-property]="[{ label: 'PHOSPHOR ICON', icon: 'ph ph-newspaper' }]">
@@ -52,7 +52,7 @@ export interface PoPageDynamicTableCustomTableAction {
52
52
  *
53
53
  * Define um ícone que será exibido ao lado esquerdo do rótulo.
54
54
  *
55
- * É possível usar qualquer um dos ícones da [Biblioteca de ícones](/guides/icons). conforme exemplo abaixo:
55
+ * É possível usar qualquer um dos ícones da [Biblioteca de ícones](https://po-ui.io/icons). conforme exemplo abaixo:
56
56
  * ```
57
57
  * <po-component
58
58
  * [p-property]="[{ label: 'PHOSPHOR ICON', icon: 'ph ph-newspaper' }]">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@po-ui/ng-templates",
3
- "version": "18.17.0",
3
+ "version": "18.19.0",
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.17.0",
15
- "@po-ui/ng-schematics": "18.17.0",
14
+ "@po-ui/ng-components": "18.19.0",
15
+ "@po-ui/ng-schematics": "18.19.0",
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.17.0",
27
+ "@po-ui/ng-components": "18.19.0",
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.17.0');
26
+ (0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-templates', '18.19.0');
27
27
  // install packages
28
28
  context.addTask(new tasks_1.NodePackageInstallTask());
29
29
  };
Binary file