@praxisui/list 9.0.0-beta.85 → 9.0.0-beta.86
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/ai/component-registry.json +2 -2
- package/fesm2022/praxisui-list.mjs +1969 -1942
- package/package.json +6 -6
- package/types/praxisui-list.d.ts +13 -0
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/list",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.86",
|
|
4
4
|
"description": "List components and helpers for Praxis UI.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
7
7
|
"@angular/core": "^21.0.0",
|
|
8
8
|
"@angular/material": "^21.0.0",
|
|
9
|
-
"@praxisui/dynamic-fields": "^9.0.0-beta.
|
|
9
|
+
"@praxisui/dynamic-fields": "^9.0.0-beta.86",
|
|
10
10
|
"rxjs": ">=7 <9",
|
|
11
11
|
"@angular/forms": "^21.0.0",
|
|
12
12
|
"@angular/router": "^21.0.0",
|
|
13
|
-
"@praxisui/ai": "^9.0.0-beta.
|
|
14
|
-
"@praxisui/core": "^9.0.0-beta.
|
|
15
|
-
"@praxisui/rich-content": "^9.0.0-beta.
|
|
16
|
-
"@praxisui/settings-panel": "^9.0.0-beta.
|
|
13
|
+
"@praxisui/ai": "^9.0.0-beta.86",
|
|
14
|
+
"@praxisui/core": "^9.0.0-beta.86",
|
|
15
|
+
"@praxisui/rich-content": "^9.0.0-beta.86",
|
|
16
|
+
"@praxisui/settings-panel": "^9.0.0-beta.86"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"tslib": "^2.3.0",
|
package/types/praxisui-list.d.ts
CHANGED
|
@@ -810,6 +810,7 @@ declare class PraxisList implements OnInit, OnChanges, AfterViewInit, OnDestroy
|
|
|
810
810
|
isThemeColor(color?: string): boolean;
|
|
811
811
|
chipStyle(color?: string, variant?: 'filled' | 'outlined'): string;
|
|
812
812
|
iconStyle(color?: string): string;
|
|
813
|
+
actionIconStyle(color?: string): string;
|
|
813
814
|
buttonStyle(color?: string, variant?: 'stroked' | 'raised' | 'flat'): string;
|
|
814
815
|
ratingMax(def?: any): number;
|
|
815
816
|
ratingThemeColor(def?: any): string | undefined;
|
|
@@ -2249,6 +2250,9 @@ declare const PRAXIS_LIST_EN_US: {
|
|
|
2249
2250
|
readonly 'Sync with Meta': "Sync with Meta";
|
|
2250
2251
|
readonly 'Expression/Text': "Expression/Text";
|
|
2251
2252
|
readonly 'Add feature': "Add feature";
|
|
2253
|
+
readonly 'Choose icon': "Choose icon";
|
|
2254
|
+
readonly 'Choose feature icon': "Choose feature icon";
|
|
2255
|
+
readonly 'Remove feature': "Remove feature";
|
|
2252
2256
|
readonly 'Section header': "Section header";
|
|
2253
2257
|
readonly 'Not configured': "Not configured";
|
|
2254
2258
|
readonly 'Empty state': "Empty state";
|
|
@@ -2440,6 +2444,9 @@ declare const PRAXIS_LIST_EN_US: {
|
|
|
2440
2444
|
readonly 'Short date': "Short date";
|
|
2441
2445
|
readonly 'Apply formatting': "Apply formatting";
|
|
2442
2446
|
readonly 'Formatting and style': "Formatting and style";
|
|
2447
|
+
readonly 'Pipes / Format': "Pipes / Format";
|
|
2448
|
+
readonly 'Open formatting menu': "Open formatting menu";
|
|
2449
|
+
readonly Map: "Map";
|
|
2443
2450
|
readonly 'CSS class': "CSS class";
|
|
2444
2451
|
readonly Border: "Border";
|
|
2445
2452
|
readonly Background: "Background";
|
|
@@ -2613,6 +2620,9 @@ declare const PRAXIS_LIST_PT_BR: {
|
|
|
2613
2620
|
readonly 'Sync with Meta': "Sincronizar com Meta";
|
|
2614
2621
|
readonly 'Expression/Text': "Expressão/Texto";
|
|
2615
2622
|
readonly 'Add feature': "Adicionar recurso";
|
|
2623
|
+
readonly 'Choose icon': "Escolher ícone";
|
|
2624
|
+
readonly 'Choose feature icon': "Escolher ícone do recurso";
|
|
2625
|
+
readonly 'Remove feature': "Remover recurso";
|
|
2616
2626
|
readonly 'Section header': "Cabeçalho de Seção";
|
|
2617
2627
|
readonly 'Not configured': "Não configurado";
|
|
2618
2628
|
readonly 'Empty state': "Estado Vazio";
|
|
@@ -2804,6 +2814,9 @@ declare const PRAXIS_LIST_PT_BR: {
|
|
|
2804
2814
|
readonly 'Short date': "Data curta";
|
|
2805
2815
|
readonly 'Apply formatting': "Aplicar formatação";
|
|
2806
2816
|
readonly 'Formatting and style': "Formatação e estilo";
|
|
2817
|
+
readonly 'Pipes / Format': "Pipes / Formato";
|
|
2818
|
+
readonly 'Open formatting menu': "Abrir menu de formatação";
|
|
2819
|
+
readonly Map: "Mapear";
|
|
2807
2820
|
readonly 'CSS class': "Classe CSS";
|
|
2808
2821
|
readonly Border: "Borda";
|
|
2809
2822
|
readonly Background: "Fundo";
|