@po-ui/ng-templates 16.0.0-next.1 → 16.0.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/README.md +2 -2
- package/esm2022/lib/components/po-page-dynamic-search/po-advanced-filter/po-advanced-filter-base.component.mjs +6 -9
- package/esm2022/lib/components/po-page-dynamic-search/po-page-dynamic-search-base.component.mjs +8 -18
- package/esm2022/lib/components/po-page-dynamic-table/po-page-dynamic-table.component.mjs +13 -28
- package/fesm2022/po-ui-ng-templates.mjs +76 -104
- package/fesm2022/po-ui-ng-templates.mjs.map +1 -1
- package/lib/components/po-page-dynamic-search/po-advanced-filter/po-advanced-filter-base.component.d.ts +3 -2
- package/lib/components/po-page-dynamic-search/po-page-dynamic-search-base.component.d.ts +6 -3
- package/lib/components/po-page-dynamic-table/po-page-dynamic-table.component.d.ts +14 -9
- package/package.json +4 -4
- package/po-ui-ng-templates-16.0.0.tgz +0 -0
- package/schematics/ng-add/index.js +1 -1
- package/po-ui-ng-templates-16.0.0-next.1.tgz +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { PoLanguageService, PoModalAction, PoModalComponent
|
|
3
|
-
import { PoAdvancedFilterLiterals } from './po-advanced-filter-literals.interface';
|
|
2
|
+
import { PoComboOption, PoLanguageService, PoModalAction, PoModalComponent } from '@po-ui/ng-components';
|
|
4
3
|
import { PoPageDynamicSearchFilters } from '../po-page-dynamic-search-filters.interface';
|
|
4
|
+
import { PoAdvancedFilterLiterals } from './po-advanced-filter-literals.interface';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare const poAdvancedFiltersLiteralsDefault: {
|
|
7
7
|
en: PoAdvancedFilterLiterals;
|
|
@@ -45,4 +45,5 @@ export declare class PoAdvancedFilterBaseComponent {
|
|
|
45
45
|
private getValuesFromForm;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoAdvancedFilterBaseComponent, never>;
|
|
47
47
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PoAdvancedFilterBaseComponent, never, never, { "keepFilters": { "alias": "p-keep-filters"; "required": false; }; "filters": { "alias": "p-filters"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; }, { "searchEvent": "p-search-event"; }, never, never, false, never>;
|
|
48
|
+
static ngAcceptInputType_keepFilters: any;
|
|
48
49
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { PoBreadcrumb, PoLanguageService, PoPageAction } from '@po-ui/ng-components';
|
|
3
|
-
import { PoPageDynamicSearchLiterals } from './po-page-dynamic-search-literals.interface';
|
|
4
3
|
import { PoAdvancedFilterLiterals } from './po-advanced-filter/po-advanced-filter-literals.interface';
|
|
5
|
-
import { PoPageDynamicSearchOptions } from './po-page-dynamic-search-options.interface';
|
|
6
4
|
import { PoPageDynamicSearchFilters } from './po-page-dynamic-search-filters.interface';
|
|
5
|
+
import { PoPageDynamicSearchLiterals } from './po-page-dynamic-search-literals.interface';
|
|
6
|
+
import { PoPageDynamicSearchOptions } from './po-page-dynamic-search-options.interface';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare const poPageDynamicSearchLiteralsDefault: {
|
|
9
9
|
en: PoPageDynamicSearchLiterals;
|
|
@@ -61,7 +61,7 @@ export declare abstract class PoPageDynamicSearchBaseComponent {
|
|
|
61
61
|
*
|
|
62
62
|
* @default `false`
|
|
63
63
|
*/
|
|
64
|
-
hideRemoveAllDisclaimer
|
|
64
|
+
hideRemoveAllDisclaimer: boolean;
|
|
65
65
|
/**
|
|
66
66
|
* Função ou serviço que será executado na inicialização do componente.
|
|
67
67
|
*
|
|
@@ -218,4 +218,7 @@ export declare abstract class PoPageDynamicSearchBaseComponent {
|
|
|
218
218
|
abstract onChangeFilters(filters: Array<PoPageDynamicSearchFilters>): any;
|
|
219
219
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPageDynamicSearchBaseComponent, never>;
|
|
220
220
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PoPageDynamicSearchBaseComponent, never, never, { "actions": { "alias": "p-actions"; "required": false; }; "breadcrumb": { "alias": "p-breadcrumb"; "required": false; }; "keepFilters": { "alias": "p-keep-filters"; "required": false; }; "concatFilters": { "alias": "p-concat-filters"; "required": false; }; "hideRemoveAllDisclaimer": { "alias": "p-hide-remove-all-disclaimer"; "required": false; }; "onLoad": { "alias": "p-load"; "required": false; }; "title": { "alias": "p-title"; "required": false; }; "quickSearchValue": { "alias": "p-quick-search-value"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "filters": { "alias": "p-filters"; "required": false; }; "quickSearchWidth": { "alias": "p-quick-search-width"; "required": false; }; "hideCloseDisclaimers": { "alias": "p-hide-close-disclaimers"; "required": false; }; }, { "advancedSearch": "p-advanced-search"; "changeDisclaimers": "p-change-disclaimers"; "quickSearch": "p-quick-search"; }, never, never, false, never>;
|
|
221
|
+
static ngAcceptInputType_keepFilters: any;
|
|
222
|
+
static ngAcceptInputType_concatFilters: any;
|
|
223
|
+
static ngAcceptInputType_hideRemoveAllDisclaimer: any;
|
|
221
224
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
1
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
3
|
import { PoDialogService, PoLanguageService, PoNotificationService, PoPageAction, PoTableAction, PoTableColumnSort } from '@po-ui/ng-components';
|
|
4
|
-
import { PoPageDynamicListBaseComponent } from './po-page-dynamic-list-base.component';
|
|
5
4
|
import { PoPageDynamicService } from '../../services/po-page-dynamic/po-page-dynamic.service';
|
|
6
|
-
import {
|
|
7
|
-
import { PoPageDynamicTableOptions } from './interfaces/po-page-dynamic-table-options.interface';
|
|
5
|
+
import { PoPageDynamicSearchLiterals } from '../po-page-dynamic-search/po-page-dynamic-search-literals.interface';
|
|
8
6
|
import { PoPageCustomizationService } from './../../services/po-page-customization/po-page-customization.service';
|
|
9
|
-
import {
|
|
7
|
+
import { PoPageDynamicTableActions } from './interfaces/po-page-dynamic-table-actions.interface';
|
|
10
8
|
import { PoPageDynamicTableCustomAction } from './interfaces/po-page-dynamic-table-custom-action.interface';
|
|
11
9
|
import { PoPageDynamicTableCustomTableAction } from './interfaces/po-page-dynamic-table-custom-table-action.interface';
|
|
12
|
-
import {
|
|
10
|
+
import { PoPageDynamicTableOptions } from './interfaces/po-page-dynamic-table-options.interface';
|
|
11
|
+
import { PoPageDynamicListBaseComponent } from './po-page-dynamic-list-base.component';
|
|
12
|
+
import { PoPageDynamicTableActionsService } from './po-page-dynamic-table-actions.service';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
/**
|
|
15
15
|
* @docsExtends PoPageDynamicListBaseComponent
|
|
@@ -157,7 +157,7 @@ export declare class PoPageDynamicTableComponent extends PoPageDynamicListBaseCo
|
|
|
157
157
|
*
|
|
158
158
|
* @default `false`
|
|
159
159
|
*/
|
|
160
|
-
actionRight
|
|
160
|
+
actionRight: boolean;
|
|
161
161
|
/**
|
|
162
162
|
* @optional
|
|
163
163
|
*
|
|
@@ -192,7 +192,7 @@ export declare class PoPageDynamicTableComponent extends PoPageDynamicListBaseCo
|
|
|
192
192
|
*
|
|
193
193
|
* @default `false`
|
|
194
194
|
*/
|
|
195
|
-
hideRemoveAllDisclaimer
|
|
195
|
+
hideRemoveAllDisclaimer: boolean;
|
|
196
196
|
/**
|
|
197
197
|
* @optional
|
|
198
198
|
*
|
|
@@ -206,7 +206,7 @@ export declare class PoPageDynamicTableComponent extends PoPageDynamicListBaseCo
|
|
|
206
206
|
*
|
|
207
207
|
* @default `false`
|
|
208
208
|
*/
|
|
209
|
-
infiniteScroll
|
|
209
|
+
infiniteScroll: boolean;
|
|
210
210
|
hasNext: boolean;
|
|
211
211
|
items: any[];
|
|
212
212
|
literals: any;
|
|
@@ -496,4 +496,9 @@ export declare class PoPageDynamicTableComponent extends PoPageDynamicListBaseCo
|
|
|
496
496
|
private updateTableActions;
|
|
497
497
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPageDynamicTableComponent, never>;
|
|
498
498
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoPageDynamicTableComponent, "po-page-dynamic-table", never, { "onLoad": { "alias": "p-load"; "required": false; }; "keepFilters": { "alias": "p-keep-filters"; "required": false; }; "actionRight": { "alias": "p-actions-right"; "required": false; }; "concatFilters": { "alias": "p-concat-filters"; "required": false; }; "hideRemoveAllDisclaimer": { "alias": "p-hide-remove-all-disclaimer"; "required": false; }; "infiniteScroll": { "alias": "p-infinite-scroll"; "required": false; }; "actions": { "alias": "p-actions"; "required": false; }; "pageCustomActions": { "alias": "p-page-custom-actions"; "required": false; }; "tableCustomActions": { "alias": "p-table-custom-actions"; "required": false; }; "quickSearchWidth": { "alias": "p-quick-search-width"; "required": false; }; "height": { "alias": "p-height"; "required": false; }; "hideCloseDisclaimers": { "alias": "p-hide-close-disclaimers"; "required": false; }; "quickSearchParam": { "alias": "p-quick-search-param"; "required": false; }; "quickSearchValue": { "alias": "p-quick-search-value"; "required": false; }; "searchLiterals": { "alias": "p-literals"; "required": false; }; "draggable": { "alias": "p-draggable"; "required": false; }; }, {}, never, never, false, never>;
|
|
499
|
+
static ngAcceptInputType_keepFilters: any;
|
|
500
|
+
static ngAcceptInputType_actionRight: any;
|
|
501
|
+
static ngAcceptInputType_concatFilters: any;
|
|
502
|
+
static ngAcceptInputType_hideRemoveAllDisclaimer: any;
|
|
503
|
+
static ngAcceptInputType_infiniteScroll: any;
|
|
499
504
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@po-ui/ng-templates",
|
|
3
|
-
"version": "16.0.0
|
|
3
|
+
"version": "16.0.0",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "PO UI - Templates",
|
|
6
6
|
"author": "PO UI",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
},
|
|
13
13
|
"schematics": "./schematics/collection.json",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@po-ui/ng-components": "16.0.0
|
|
16
|
-
"@po-ui/ng-schematics": "16.0.0
|
|
15
|
+
"@po-ui/ng-components": "16.0.0",
|
|
16
|
+
"@po-ui/ng-schematics": "16.0.0",
|
|
17
17
|
"tslib": "^2.3.0"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@angular/platform-browser": "~16.2.0",
|
|
26
26
|
"@angular/platform-browser-dynamic": "~16.2.0",
|
|
27
27
|
"@angular/router": "~16.2.0",
|
|
28
|
-
"@po-ui/ng-components": "16.0.0
|
|
28
|
+
"@po-ui/ng-components": "16.0.0",
|
|
29
29
|
"rxjs": "~7.5.5",
|
|
30
30
|
"zone.js": "~0.13.1"
|
|
31
31
|
},
|
|
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', '16.0.0
|
|
26
|
+
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-templates', '16.0.0');
|
|
27
27
|
// install packages
|
|
28
28
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
29
29
|
};
|
|
Binary file
|