@praxisui/table 8.0.0-beta.24 → 8.0.0-beta.26
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/fesm2022/praxisui-table.mjs +2 -2
- package/index.d.ts +1 -1
- package/package.json +10 -10
|
@@ -32667,8 +32667,8 @@ class PraxisFilter {
|
|
|
32667
32667
|
showAddButton = true;
|
|
32668
32668
|
/** Controla a exibição do botão de limpar filtros */
|
|
32669
32669
|
showClearButton = true;
|
|
32670
|
-
/** Controla a exibição do botão de pesquisar/aplicar filtros */
|
|
32671
|
-
showSearchButton =
|
|
32670
|
+
/** Controla a exibição do botão de pesquisar/aplicar filtros em fluxos manuais. */
|
|
32671
|
+
showSearchButton = false;
|
|
32672
32672
|
/** Exibir confirmação ao excluir atalho (tag) */
|
|
32673
32673
|
confirmTagDelete = true;
|
|
32674
32674
|
/** Move toggles/booleans simples para a área de ações */
|
package/index.d.ts
CHANGED
|
@@ -429,7 +429,7 @@ declare class PraxisFilter implements OnInit, OnChanges, AfterViewInit, OnDestro
|
|
|
429
429
|
showAddButton: boolean;
|
|
430
430
|
/** Controla a exibição do botão de limpar filtros */
|
|
431
431
|
showClearButton: boolean;
|
|
432
|
-
/** Controla a exibição do botão de pesquisar/aplicar filtros */
|
|
432
|
+
/** Controla a exibição do botão de pesquisar/aplicar filtros em fluxos manuais. */
|
|
433
433
|
showSearchButton: boolean;
|
|
434
434
|
/** Exibir confirmação ao excluir atalho (tag) */
|
|
435
435
|
confirmTagDelete: boolean;
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/table",
|
|
3
|
-
"version": "8.0.0-beta.
|
|
3
|
+
"version": "8.0.0-beta.26",
|
|
4
4
|
"description": "Advanced data table for Angular (Praxis UI) with editing, filtering, sorting, virtualization, and settings panel integration.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.0.0",
|
|
7
7
|
"@angular/core": "^20.0.0",
|
|
8
|
-
"@praxisui/ai": "^8.0.0-beta.
|
|
9
|
-
"@praxisui/core": "^8.0.0-beta.
|
|
10
|
-
"@praxisui/dynamic-fields": "^8.0.0-beta.
|
|
11
|
-
"@praxisui/dynamic-form": "^8.0.0-beta.
|
|
12
|
-
"@praxisui/metadata-editor": "^8.0.0-beta.
|
|
13
|
-
"@praxisui/rich-content": "^8.0.0-beta.
|
|
14
|
-
"@praxisui/settings-panel": "^8.0.0-beta.
|
|
15
|
-
"@praxisui/table-rule-builder": "^8.0.0-beta.
|
|
8
|
+
"@praxisui/ai": "^8.0.0-beta.26",
|
|
9
|
+
"@praxisui/core": "^8.0.0-beta.26",
|
|
10
|
+
"@praxisui/dynamic-fields": "^8.0.0-beta.26",
|
|
11
|
+
"@praxisui/dynamic-form": "^8.0.0-beta.26",
|
|
12
|
+
"@praxisui/metadata-editor": "^8.0.0-beta.26",
|
|
13
|
+
"@praxisui/rich-content": "^8.0.0-beta.26",
|
|
14
|
+
"@praxisui/settings-panel": "^8.0.0-beta.26",
|
|
15
|
+
"@praxisui/table-rule-builder": "^8.0.0-beta.26",
|
|
16
16
|
"@angular/cdk": "^20.0.0",
|
|
17
17
|
"@angular/forms": "^20.0.0",
|
|
18
18
|
"@angular/material": "^20.0.0",
|
|
19
19
|
"@angular/router": "^20.0.0",
|
|
20
|
-
"@praxisui/dialog": "^8.0.0-beta.
|
|
20
|
+
"@praxisui/dialog": "^8.0.0-beta.26",
|
|
21
21
|
"rxjs": "~7.8.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|