@po-ui/ng-templates 18.7.0 → 18.8.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/esm2022/lib/components/po-page-dynamic-table/po-page-dynamic-table.component.mjs +28 -4
- package/fesm2022/po-ui-ng-templates.mjs +27 -3
- package/fesm2022/po-ui-ng-templates.mjs.map +1 -1
- package/lib/components/po-page-dynamic-table/po-page-dynamic-table.component.d.ts +18 -1
- package/package.json +4 -4
- package/po-ui-ng-templates-18.8.0.tgz +0 -0
- package/schematics/ng-add/index.js +1 -1
- package/po-ui-ng-templates-18.7.0.tgz +0 -0
|
@@ -252,6 +252,7 @@ export declare class PoPageDynamicTableComponent extends PoPageDynamicListBaseCo
|
|
|
252
252
|
private _hideCloseDisclaimers;
|
|
253
253
|
private _draggable;
|
|
254
254
|
private _spacing;
|
|
255
|
+
private _virtualScroll?;
|
|
255
256
|
private set defaultPageActions(value);
|
|
256
257
|
private set defaultTableActions(value);
|
|
257
258
|
private set customPageListActions(value);
|
|
@@ -422,6 +423,8 @@ export declare class PoPageDynamicTableComponent extends PoPageDynamicListBaseCo
|
|
|
422
423
|
* o espaço disponível é transferido para a próxima linha em pontos apropriados para uma
|
|
423
424
|
* leitura clara.
|
|
424
425
|
*
|
|
426
|
+
* > Incompatível com `virtual-scroll`, que requer altura fixa nas linhas.
|
|
427
|
+
*
|
|
425
428
|
* @default `false`
|
|
426
429
|
*/
|
|
427
430
|
textWrap?: boolean;
|
|
@@ -435,6 +438,20 @@ export declare class PoPageDynamicTableComponent extends PoPageDynamicListBaseCo
|
|
|
435
438
|
*/
|
|
436
439
|
set draggable(value: boolean);
|
|
437
440
|
get draggable(): boolean;
|
|
441
|
+
/**
|
|
442
|
+
* @optional
|
|
443
|
+
*
|
|
444
|
+
* @description
|
|
445
|
+
*
|
|
446
|
+
* Habilita o `virtual-scroll` na tabela para melhorar a performance com grandes volumes de dados.
|
|
447
|
+
* Requer altura (`p-height`) para funcionar corretamente.
|
|
448
|
+
*
|
|
449
|
+
* > Incompatível com `p-text-wrap` e `master-detail`, pois o `virtual-scroll` exige altura fixa nas linhas.
|
|
450
|
+
*
|
|
451
|
+
* @default `true`
|
|
452
|
+
*/
|
|
453
|
+
set virtualScroll(value: boolean);
|
|
454
|
+
get virtualScroll(): boolean;
|
|
438
455
|
constructor(router: Router, activatedRoute: ActivatedRoute, poDialogService: PoDialogService, poNotification: PoNotificationService, poPageDynamicService: PoPageDynamicService, poPageCustomizationService: PoPageCustomizationService, poPageDynamicTableActionsService: PoPageDynamicTableActionsService, languageService: PoLanguageService);
|
|
439
456
|
ngOnInit(): void;
|
|
440
457
|
ngOnDestroy(): void;
|
|
@@ -539,7 +556,7 @@ export declare class PoPageDynamicTableComponent extends PoPageDynamicListBaseCo
|
|
|
539
556
|
private updatePageActions;
|
|
540
557
|
private updateTableActions;
|
|
541
558
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPageDynamicTableComponent, never>;
|
|
542
|
-
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; }; "hideColumnsManager": { "alias": "p-hide-columns-manager"; "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; }; "spacing": { "alias": "p-spacing"; "required": false; }; "textWrap": { "alias": "p-text-wrap"; "required": false; }; "draggable": { "alias": "p-draggable"; "required": false; }; }, {}, never, never, false, never>;
|
|
559
|
+
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; }; "hideColumnsManager": { "alias": "p-hide-columns-manager"; "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; }; "spacing": { "alias": "p-spacing"; "required": false; }; "textWrap": { "alias": "p-text-wrap"; "required": false; }; "draggable": { "alias": "p-draggable"; "required": false; }; "virtualScroll": { "alias": "p-virtual-scroll"; "required": false; }; }, {}, never, never, false, never>;
|
|
543
560
|
static ngAcceptInputType_keepFilters: any;
|
|
544
561
|
static ngAcceptInputType_actionRight: any;
|
|
545
562
|
static ngAcceptInputType_concatFilters: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@po-ui/ng-templates",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.8.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.
|
|
15
|
-
"@po-ui/ng-schematics": "18.
|
|
14
|
+
"@po-ui/ng-components": "18.8.0",
|
|
15
|
+
"@po-ui/ng-schematics": "18.8.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.
|
|
27
|
+
"@po-ui/ng-components": "18.8.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.
|
|
26
|
+
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-templates', '18.8.0');
|
|
27
27
|
// install packages
|
|
28
28
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
29
29
|
};
|
|
Binary file
|