@po-ui/ng-templates 19.0.0 → 19.1.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.
package/lib/components/po-page-dynamic-edit/interfaces/po-page-dynamic-edit-field.interface.d.ts
CHANGED
|
@@ -5,6 +5,8 @@ import { PoDynamicFormField } from '@po-ui/ng-components';
|
|
|
5
5
|
* @description
|
|
6
6
|
*
|
|
7
7
|
* Interface dos fields usados para compor o template `po-page-dynamic-edit`.
|
|
8
|
+
* Herda as definições da interface
|
|
9
|
+
* [PoDynamicFormField](https://po-ui.io/documentation/po-dynamic-form).
|
|
8
10
|
*/
|
|
9
11
|
export interface PoPageDynamicEditField extends PoDynamicFormField {
|
|
10
12
|
/** Indica se o campo será duplicado caso seja executada a ação de duplicação. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@po-ui/ng-templates",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.1.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": "19.
|
|
15
|
-
"@po-ui/ng-schematics": "19.
|
|
14
|
+
"@po-ui/ng-components": "19.1.0",
|
|
15
|
+
"@po-ui/ng-schematics": "19.1.0",
|
|
16
16
|
"tslib": "^2.6.2"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@angular/platform-browser": "^19",
|
|
25
25
|
"@angular/platform-browser-dynamic": "^19",
|
|
26
26
|
"@angular/router": "^19",
|
|
27
|
-
"@po-ui/ng-components": "19.
|
|
27
|
+
"@po-ui/ng-components": "19.1.0",
|
|
28
28
|
"rxjs": "~7.8.1",
|
|
29
29
|
"zone.js": "~0.15.0"
|
|
30
30
|
},
|
|
Binary file
|
|
@@ -23,7 +23,7 @@ function default_1(options) {
|
|
|
23
23
|
}
|
|
24
24
|
function addPoPackageAndInstall() {
|
|
25
25
|
return (tree, context) => {
|
|
26
|
-
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-templates', '19.
|
|
26
|
+
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-templates', '19.1.0');
|
|
27
27
|
// install packages
|
|
28
28
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
29
29
|
};
|