@raintonic/formaui 0.2.1 → 0.3.1
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/CHANGELOG.md +100 -3
- package/LICENSE +21 -0
- package/README.md +80 -26
- package/fesm2022/raintonic-formaui-components-accordion.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-accordion.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-alert.mjs +24 -5
- package/fesm2022/raintonic-formaui-components-alert.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-autocomplete.mjs +38 -9
- package/fesm2022/raintonic-formaui-components-autocomplete.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-badge.mjs +45 -31
- package/fesm2022/raintonic-formaui-components-badge.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-big-menu.mjs +23 -5
- package/fesm2022/raintonic-formaui-components-big-menu.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-breadcrumb.mjs +24 -7
- package/fesm2022/raintonic-formaui-components-breadcrumb.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-button-group.mjs +6 -6
- package/fesm2022/raintonic-formaui-components-button-group.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-button.mjs +63 -17
- package/fesm2022/raintonic-formaui-components-button.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-card.mjs +8 -8
- package/fesm2022/raintonic-formaui-components-card.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-checkbox.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-checkbox.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-data-table.mjs +67 -9
- package/fesm2022/raintonic-formaui-components-data-table.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-date-picker.mjs +63 -16
- package/fesm2022/raintonic-formaui-components-date-picker.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-drawer.mjs +19 -4
- package/fesm2022/raintonic-formaui-components-drawer.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-file-upload.mjs +25 -5
- package/fesm2022/raintonic-formaui-components-file-upload.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-form-field.mjs +21 -6
- package/fesm2022/raintonic-formaui-components-form-field.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-icon.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-icon.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-input.mjs +1 -1
- package/fesm2022/raintonic-formaui-components-input.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-list.mjs +4 -4
- package/fesm2022/raintonic-formaui-components-list.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-menu.mjs +4 -4
- package/fesm2022/raintonic-formaui-components-menu.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-number-input.mjs +20 -5
- package/fesm2022/raintonic-formaui-components-number-input.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-paginator.mjs +27 -7
- package/fesm2022/raintonic-formaui-components-paginator.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-password-input.mjs +23 -5
- package/fesm2022/raintonic-formaui-components-password-input.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-popover.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-popover.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-progressbar.mjs +32 -7
- package/fesm2022/raintonic-formaui-components-progressbar.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-radio.mjs +6 -5
- package/fesm2022/raintonic-formaui-components-radio.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-select.mjs +19 -4
- package/fesm2022/raintonic-formaui-components-select.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-side-panel.mjs +19 -4
- package/fesm2022/raintonic-formaui-components-side-panel.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-sidebar.mjs +23 -5
- package/fesm2022/raintonic-formaui-components-sidebar.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-skeleton.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-skeleton.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-slider.mjs +23 -5
- package/fesm2022/raintonic-formaui-components-slider.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-spinner.mjs +24 -7
- package/fesm2022/raintonic-formaui-components-spinner.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-stepper.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-stepper.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-tab.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-tab.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-tag.mjs +21 -4
- package/fesm2022/raintonic-formaui-components-tag.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-time-picker.mjs +26 -7
- package/fesm2022/raintonic-formaui-components-time-picker.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-toggle.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-toggle.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-toolbar.mjs +41 -7
- package/fesm2022/raintonic-formaui-components-toolbar.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-tooltip.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-tooltip.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-tree-table.mjs +35 -6
- package/fesm2022/raintonic-formaui-components-tree-table.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-tree.mjs +23 -5
- package/fesm2022/raintonic-formaui-components-tree.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-core.mjs +25 -1
- package/fesm2022/raintonic-formaui-core.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-services-dialog.mjs +3 -3
- package/fesm2022/raintonic-formaui-services-dialog.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-services-notification.mjs +2 -2
- package/fesm2022/raintonic-formaui-services-notification.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-services-theme.mjs +3 -3
- package/fesm2022/raintonic-formaui-services-theme.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-test-utils.mjs +21 -16
- package/fesm2022/raintonic-formaui-test-utils.mjs.map +1 -1
- package/fesm2022/raintonic-formaui.mjs +1 -1
- package/fesm2022/raintonic-formaui.mjs.map +1 -1
- package/llms-full.txt +34 -25
- package/llms.txt +1 -2
- package/package.json +1 -5
- package/styles/index.scss +2 -2
- package/styles/partials/_motion.scss +25 -0
- package/styles/partials/_theme.scss +6 -5
- package/styles/partials/components/_button.scss +361 -367
- package/styles/partials/themes/_dark.scss +14 -0
- package/styles/partials/themes/_light.scss +14 -0
- package/types/raintonic-formaui-components-alert.d.ts +11 -1
- package/types/raintonic-formaui-components-alert.d.ts.map +1 -1
- package/types/raintonic-formaui-components-autocomplete.d.ts +25 -7
- package/types/raintonic-formaui-components-autocomplete.d.ts.map +1 -1
- package/types/raintonic-formaui-components-badge.d.ts +20 -9
- package/types/raintonic-formaui-components-badge.d.ts.map +1 -1
- package/types/raintonic-formaui-components-big-menu.d.ts +12 -1
- package/types/raintonic-formaui-components-big-menu.d.ts.map +1 -1
- package/types/raintonic-formaui-components-breadcrumb.d.ts +11 -2
- package/types/raintonic-formaui-components-breadcrumb.d.ts.map +1 -1
- package/types/raintonic-formaui-components-button-group.d.ts +6 -6
- package/types/raintonic-formaui-components-button.d.ts +9 -7
- package/types/raintonic-formaui-components-button.d.ts.map +1 -1
- package/types/raintonic-formaui-components-card.d.ts +4 -4
- package/types/raintonic-formaui-components-checkbox.d.ts +1 -1
- package/types/raintonic-formaui-components-data-table.d.ts +56 -16
- package/types/raintonic-formaui-components-data-table.d.ts.map +1 -1
- package/types/raintonic-formaui-components-date-picker.d.ts +32 -4
- package/types/raintonic-formaui-components-date-picker.d.ts.map +1 -1
- package/types/raintonic-formaui-components-drawer.d.ts +10 -1
- package/types/raintonic-formaui-components-drawer.d.ts.map +1 -1
- package/types/raintonic-formaui-components-file-upload.d.ts +12 -1
- package/types/raintonic-formaui-components-file-upload.d.ts.map +1 -1
- package/types/raintonic-formaui-components-form-field.d.ts +12 -2
- package/types/raintonic-formaui-components-form-field.d.ts.map +1 -1
- package/types/raintonic-formaui-components-input.d.ts +1 -1
- package/types/raintonic-formaui-components-number-input.d.ts +11 -2
- package/types/raintonic-formaui-components-number-input.d.ts.map +1 -1
- package/types/raintonic-formaui-components-paginator.d.ts +13 -1
- package/types/raintonic-formaui-components-paginator.d.ts.map +1 -1
- package/types/raintonic-formaui-components-password-input.d.ts +12 -2
- package/types/raintonic-formaui-components-password-input.d.ts.map +1 -1
- package/types/raintonic-formaui-components-progressbar.d.ts +14 -1
- package/types/raintonic-formaui-components-progressbar.d.ts.map +1 -1
- package/types/raintonic-formaui-components-radio.d.ts +2 -1
- package/types/raintonic-formaui-components-radio.d.ts.map +1 -1
- package/types/raintonic-formaui-components-select.d.ts.map +1 -1
- package/types/raintonic-formaui-components-side-panel.d.ts +10 -1
- package/types/raintonic-formaui-components-side-panel.d.ts.map +1 -1
- package/types/raintonic-formaui-components-sidebar.d.ts +12 -1
- package/types/raintonic-formaui-components-sidebar.d.ts.map +1 -1
- package/types/raintonic-formaui-components-slider.d.ts +12 -1
- package/types/raintonic-formaui-components-slider.d.ts.map +1 -1
- package/types/raintonic-formaui-components-spinner.d.ts +12 -2
- package/types/raintonic-formaui-components-spinner.d.ts.map +1 -1
- package/types/raintonic-formaui-components-tag.d.ts +10 -1
- package/types/raintonic-formaui-components-tag.d.ts.map +1 -1
- package/types/raintonic-formaui-components-time-picker.d.ts +14 -2
- package/types/raintonic-formaui-components-time-picker.d.ts.map +1 -1
- package/types/raintonic-formaui-components-toggle.d.ts +1 -1
- package/types/raintonic-formaui-components-toolbar.d.ts +22 -4
- package/types/raintonic-formaui-components-toolbar.d.ts.map +1 -1
- package/types/raintonic-formaui-components-tree-table.d.ts +29 -4
- package/types/raintonic-formaui-components-tree-table.d.ts.map +1 -1
- package/types/raintonic-formaui-components-tree.d.ts +12 -1
- package/types/raintonic-formaui-components-tree.d.ts.map +1 -1
- package/types/raintonic-formaui-core.d.ts +19 -2
- package/types/raintonic-formaui-core.d.ts.map +1 -1
- package/types/raintonic-formaui-services-dialog.d.ts +1 -1
- package/types/raintonic-formaui-services-theme.d.ts +3 -3
- package/types/raintonic-formaui-test-utils.d.ts +15 -2
- package/types/raintonic-formaui-test-utils.d.ts.map +1 -1
- package/types/raintonic-formaui.d.ts +1 -1
- package/fesm2022/raintonic-formaui-components-dynamic-form.mjs +0 -266
- package/fesm2022/raintonic-formaui-components-dynamic-form.mjs.map +0 -1
- package/types/raintonic-formaui-components-dynamic-form.d.ts +0 -412
- package/types/raintonic-formaui-components-dynamic-form.d.ts.map +0 -1
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
2
3
|
import { FuiMenuComponent } from '@raintonic/formaui/components/menu';
|
|
3
4
|
|
|
5
|
+
declare class FuiDataTableIntl extends FuiIntlBase {
|
|
6
|
+
tableAriaLabel: string;
|
|
7
|
+
emptyMessage: string;
|
|
8
|
+
selectAllAriaLabel: string;
|
|
9
|
+
sortAriaLabel(columnLabel: string): string;
|
|
10
|
+
filterAriaLabel(columnLabel: string): string;
|
|
11
|
+
selectRowAriaLabel(rowIndex: number): string;
|
|
12
|
+
sortTooltip: string;
|
|
13
|
+
filterTooltip: string;
|
|
14
|
+
selectOperatorPlaceholder: string;
|
|
15
|
+
enterValuePlaceholder: string;
|
|
16
|
+
enterFinalValuePlaceholder: string;
|
|
17
|
+
selectValuePlaceholder: string;
|
|
18
|
+
applyButtonLabel: string;
|
|
19
|
+
clearButtonLabel: string;
|
|
20
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiDataTableIntl, never>;
|
|
21
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiDataTableIntl>;
|
|
22
|
+
}
|
|
23
|
+
|
|
4
24
|
/**
|
|
5
25
|
* Label configuration for badge rendering in table cells.
|
|
6
26
|
* Mirrors IIndexConfigurationLabel from @zero/api-models — duplicated
|
|
@@ -12,6 +32,10 @@ interface AdvancedDataTableLabelConfig {
|
|
|
12
32
|
color: string;
|
|
13
33
|
icon?: string;
|
|
14
34
|
}
|
|
35
|
+
/**
|
|
36
|
+
* Supported column data types for advanced data table
|
|
37
|
+
*/
|
|
38
|
+
type AdvancedDataTableColumnType = 'string' | 'number' | 'boolean' | 'date' | 'label';
|
|
15
39
|
/**
|
|
16
40
|
* Configuration for a table header column
|
|
17
41
|
*/
|
|
@@ -31,9 +55,9 @@ interface AdvancedDataTableHeader {
|
|
|
31
55
|
*/
|
|
32
56
|
label: string;
|
|
33
57
|
/**
|
|
34
|
-
* Data type of the column
|
|
58
|
+
* Data type of the column
|
|
35
59
|
*/
|
|
36
|
-
type:
|
|
60
|
+
type: AdvancedDataTableColumnType;
|
|
37
61
|
/**
|
|
38
62
|
* Property path in the data object (e.g., 'user.name', 'address.city')
|
|
39
63
|
* Format: <entityName>.<property>, can have multiple levels for nested objects
|
|
@@ -121,7 +145,7 @@ interface FilterOperatorOption {
|
|
|
121
145
|
* @input data - Array of row data objects. Default [].
|
|
122
146
|
* @input enableRowHighlight - Whether clicking a row toggles highlight. Default false.
|
|
123
147
|
* @input tableAriaLabel - Accessible label for the table element. Default 'Data table'.
|
|
124
|
-
* @input emptyMessage - Message shown when data is empty. Default '
|
|
148
|
+
* @input emptyMessage - Message shown when data is empty. Default 'No data available'.
|
|
125
149
|
* @input sort - Current sort state: { field, direction } or null.
|
|
126
150
|
* @input filters - Array of active column filters.
|
|
127
151
|
* @output sortChange - Emits when the user changes sort direction on a column.
|
|
@@ -139,6 +163,11 @@ interface FilterOperatorOption {
|
|
|
139
163
|
* </fui-advanced-data-table>
|
|
140
164
|
*/
|
|
141
165
|
declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> {
|
|
166
|
+
readonly intl: FuiDataTableIntl;
|
|
167
|
+
private readonly _cdr;
|
|
168
|
+
/** @internal — bumped when Intl mutates so computeds that read plain intl fields reinvoke. */
|
|
169
|
+
private readonly _intlTick;
|
|
170
|
+
constructor();
|
|
142
171
|
/**
|
|
143
172
|
* Table configuration
|
|
144
173
|
*/
|
|
@@ -157,14 +186,25 @@ declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> {
|
|
|
157
186
|
*/
|
|
158
187
|
readonly enableRowHighlight: _angular_core.InputSignal<boolean>;
|
|
159
188
|
/**
|
|
160
|
-
* Accessible label for the table
|
|
189
|
+
* Accessible label for the table.
|
|
190
|
+
* Default comes from FuiDataTableIntl.tableAriaLabel ('Data table').
|
|
161
191
|
*/
|
|
162
|
-
readonly tableAriaLabel: _angular_core.InputSignal<string>;
|
|
192
|
+
readonly tableAriaLabel: _angular_core.InputSignal<string | undefined>;
|
|
163
193
|
private _liveAnnouncer?;
|
|
164
194
|
/**
|
|
165
195
|
* Message shown when the data array is empty. Pass empty string to hide.
|
|
196
|
+
* Default comes from FuiDataTableIntl.emptyMessage ('No data available').
|
|
197
|
+
*/
|
|
198
|
+
readonly emptyMessage: _angular_core.InputSignal<string | undefined>;
|
|
199
|
+
/**
|
|
200
|
+
* Resolved accessible label: input override → intl default.
|
|
201
|
+
*/
|
|
202
|
+
readonly resolvedTableAriaLabel: _angular_core.Signal<string>;
|
|
203
|
+
/**
|
|
204
|
+
* Resolved empty-state message: input override → intl default.
|
|
205
|
+
* Passing an empty string suppresses the empty state row.
|
|
166
206
|
*/
|
|
167
|
-
readonly
|
|
207
|
+
readonly resolvedEmptyMessage: _angular_core.Signal<string>;
|
|
168
208
|
/**
|
|
169
209
|
* Current sort configuration
|
|
170
210
|
*/
|
|
@@ -238,9 +278,9 @@ declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> {
|
|
|
238
278
|
*/
|
|
239
279
|
label: string;
|
|
240
280
|
/**
|
|
241
|
-
* Data type of the column
|
|
281
|
+
* Data type of the column
|
|
242
282
|
*/
|
|
243
|
-
type:
|
|
283
|
+
type: AdvancedDataTableColumnType;
|
|
244
284
|
/**
|
|
245
285
|
* Property path in the data object (e.g., 'user.name', 'address.city')
|
|
246
286
|
* Format: <entityName>.<property>, can have multiple levels for nested objects
|
|
@@ -279,7 +319,7 @@ declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> {
|
|
|
279
319
|
/**
|
|
280
320
|
* Format cell value based on type
|
|
281
321
|
*/
|
|
282
|
-
formatCellValue(value: unknown, type:
|
|
322
|
+
formatCellValue(value: unknown, type: AdvancedDataTableColumnType): string;
|
|
283
323
|
/**
|
|
284
324
|
* Toggle all rows selection
|
|
285
325
|
*/
|
|
@@ -316,13 +356,13 @@ declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> {
|
|
|
316
356
|
/**
|
|
317
357
|
* Get available filter operators for a column type
|
|
318
358
|
*/
|
|
319
|
-
getFilterOperators(type:
|
|
359
|
+
getFilterOperators(type: AdvancedDataTableColumnType): FilterOperatorOption[];
|
|
320
360
|
getLabelConfig(value: unknown, labels: AdvancedDataTableLabelConfig[]): AdvancedDataTableLabelConfig | null;
|
|
321
361
|
/**
|
|
322
362
|
* Initialize filter form for a field
|
|
323
363
|
* Called when menu is opened
|
|
324
364
|
*/
|
|
325
|
-
initFilterForm(field: string, type:
|
|
365
|
+
initFilterForm(field: string, type: AdvancedDataTableColumnType): void;
|
|
326
366
|
/**
|
|
327
367
|
* Reset filter form
|
|
328
368
|
*/
|
|
@@ -330,7 +370,7 @@ declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> {
|
|
|
330
370
|
/**
|
|
331
371
|
* Apply filter for a field
|
|
332
372
|
*/
|
|
333
|
-
applyFilter(field: string, type:
|
|
373
|
+
applyFilter(field: string, type: AdvancedDataTableColumnType, menu?: FuiMenuComponent): void;
|
|
334
374
|
/**
|
|
335
375
|
* Clear filter for a field
|
|
336
376
|
*/
|
|
@@ -354,15 +394,15 @@ declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> {
|
|
|
354
394
|
/**
|
|
355
395
|
* Check if current operator requires second input
|
|
356
396
|
*/
|
|
357
|
-
requiresSecondInput(type:
|
|
397
|
+
requiresSecondInput(type: AdvancedDataTableColumnType): boolean;
|
|
358
398
|
/**
|
|
359
399
|
* Check if current operator requires any input
|
|
360
400
|
*/
|
|
361
|
-
requiresInput(type:
|
|
401
|
+
requiresInput(type: AdvancedDataTableColumnType): boolean;
|
|
362
402
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiAdvancedDataTableComponent<any>, never>;
|
|
363
403
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiAdvancedDataTableComponent<any>, "fui-advanced-data-table", never, { "config": { "alias": "config"; "required": true; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "trackBy": { "alias": "trackBy"; "required": false; "isSignal": true; }; "enableRowHighlight": { "alias": "enableRowHighlight"; "required": false; "isSignal": true; }; "tableAriaLabel": { "alias": "tableAriaLabel"; "required": false; "isSignal": true; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; "isSignal": true; }; "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; "isSignal": true; }; }, { "sortChange": "sortChange"; "filtersChange": "filtersChange"; "rowDblClick": "rowDblClick"; }, never, never, true, never>;
|
|
364
404
|
}
|
|
365
405
|
|
|
366
|
-
export { FilterOperator, FuiAdvancedDataTableComponent };
|
|
367
|
-
export type { AdvancedDataTableConfig, AdvancedDataTableHeader, AdvancedDataTableLabelConfig, ColumnFilter, ProcessedDataTableHeader };
|
|
406
|
+
export { FilterOperator, FuiAdvancedDataTableComponent, FuiDataTableIntl };
|
|
407
|
+
export type { AdvancedDataTableColumnType, AdvancedDataTableConfig, AdvancedDataTableHeader, AdvancedDataTableLabelConfig, ColumnFilter, ProcessedDataTableHeader };
|
|
368
408
|
//# sourceMappingURL=raintonic-formaui-components-data-table.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-data-table.d.ts","sources":["../../../lib/components/data-table/advanced-data-table.component.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-data-table.d.ts","sources":["../../../lib/components/data-table/data-table.intl.ts","../../../lib/components/data-table/advanced-data-table.component.ts"],"mappings":"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","names":[]}
|
|
@@ -2,7 +2,21 @@ import * as _angular_core from '@angular/core';
|
|
|
2
2
|
import { DoCheck, OnDestroy, InputSignal, OutputEmitterRef, WritableSignal, ElementRef } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor, Validator, NgControl, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
|
-
import { FuiFormFieldControl, ErrorStateMatcher } from '@raintonic/formaui/core';
|
|
5
|
+
import { FuiIntlBase, FuiFormFieldControl, ErrorStateMatcher } from '@raintonic/formaui/core';
|
|
6
|
+
|
|
7
|
+
declare class FuiCalendarIntl extends FuiIntlBase {
|
|
8
|
+
rootAriaLabel: string;
|
|
9
|
+
prevMonthLabel: string;
|
|
10
|
+
prevYearLabel: string;
|
|
11
|
+
prevDecadeLabel: string;
|
|
12
|
+
nextMonthLabel: string;
|
|
13
|
+
nextYearLabel: string;
|
|
14
|
+
nextDecadeLabel: string;
|
|
15
|
+
switchToMonthViewLabel: string;
|
|
16
|
+
switchToYearViewLabel: string;
|
|
17
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiCalendarIntl, never>;
|
|
18
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiCalendarIntl>;
|
|
19
|
+
}
|
|
6
20
|
|
|
7
21
|
type DatePickerValue = Date | null;
|
|
8
22
|
interface DateRange {
|
|
@@ -71,6 +85,10 @@ declare const RANGE_SEPARATOR = " \u2014 ";
|
|
|
71
85
|
* </fui-calendar>
|
|
72
86
|
*/
|
|
73
87
|
declare class FuiCalendarComponent {
|
|
88
|
+
readonly intl: FuiCalendarIntl;
|
|
89
|
+
private readonly _cdr;
|
|
90
|
+
/** @internal — bumped when Intl mutates so computeds that read plain intl fields reinvoke. */
|
|
91
|
+
private readonly _intlTick;
|
|
74
92
|
readonly selected: _angular_core.InputSignal<Date | null>;
|
|
75
93
|
readonly rangeStart: _angular_core.InputSignal<Date | null>;
|
|
76
94
|
readonly rangeEnd: _angular_core.InputSignal<Date | null>;
|
|
@@ -91,8 +109,8 @@ declare class FuiCalendarComponent {
|
|
|
91
109
|
readonly monthYearLabel: _angular_core.Signal<string>;
|
|
92
110
|
readonly yearLabel: _angular_core.Signal<string>;
|
|
93
111
|
readonly decadeLabel: _angular_core.Signal<string>;
|
|
94
|
-
readonly prevButtonLabel: _angular_core.Signal<
|
|
95
|
-
readonly nextButtonLabel: _angular_core.Signal<
|
|
112
|
+
readonly prevButtonLabel: _angular_core.Signal<string>;
|
|
113
|
+
readonly nextButtonLabel: _angular_core.Signal<string>;
|
|
96
114
|
readonly headerButtonLabel: _angular_core.Signal<string>;
|
|
97
115
|
readonly weeks: _angular_core.Signal<CalendarDay[][]>;
|
|
98
116
|
readonly monthsGrid: _angular_core.Signal<CalendarMonth[][]>;
|
|
@@ -123,6 +141,14 @@ declare class FuiCalendarComponent {
|
|
|
123
141
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiCalendarComponent, "fui-calendar", never, { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "rangeStart": { "alias": "rangeStart"; "required": false; "isSignal": true; }; "rangeEnd": { "alias": "rangeEnd"; "required": false; "isSignal": true; }; "range": { "alias": "range"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "dateFilter": { "alias": "dateFilter"; "required": false; "isSignal": true; }; "startAt": { "alias": "startAt"; "required": false; "isSignal": true; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; "isSignal": true; }; "hoveredDate": { "alias": "hoveredDate"; "required": false; "isSignal": true; }; }, { "dateSelected": "dateSelected"; "dateHovered": "dateHovered"; "monthChanged": "monthChanged"; }, never, never, true, never>;
|
|
124
142
|
}
|
|
125
143
|
|
|
144
|
+
declare class FuiDatePickerIntl extends FuiIntlBase {
|
|
145
|
+
endDateAriaLabel: string;
|
|
146
|
+
openCalendarAriaLabel: string;
|
|
147
|
+
calendarDialogAriaLabel: string;
|
|
148
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiDatePickerIntl, never>;
|
|
149
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiDatePickerIntl>;
|
|
150
|
+
}
|
|
151
|
+
|
|
126
152
|
/**
|
|
127
153
|
* @component FuiDatePickerComponent
|
|
128
154
|
* @selector fui-date-picker
|
|
@@ -170,6 +196,8 @@ declare class FuiCalendarComponent {
|
|
|
170
196
|
declare class FuiDatePickerComponent implements ControlValueAccessor, Validator, FuiFormFieldControl, DoCheck, OnDestroy {
|
|
171
197
|
static nextId: number;
|
|
172
198
|
readonly controlType = "fui-date-picker";
|
|
199
|
+
readonly intl: FuiDatePickerIntl;
|
|
200
|
+
private readonly _cdr;
|
|
173
201
|
readonly placeholderInput: InputSignal<string>;
|
|
174
202
|
readonly disabledInput: InputSignal<boolean>;
|
|
175
203
|
readonly readonly: InputSignal<boolean>;
|
|
@@ -336,6 +364,6 @@ declare function isAfter(a: Date, b: Date): boolean;
|
|
|
336
364
|
*/
|
|
337
365
|
declare function isBetween(date: Date, start: Date | null, end: Date | null): boolean;
|
|
338
366
|
|
|
339
|
-
export { DEFAULT_DATE_FORMAT, FuiCalendarComponent, FuiDatePickerComponent, RANGE_SEPARATOR, applyDateMask, buildCalendarGrid, formatDate, getDaysInMonth, getMonthLabel, getShortMonthName, getWeekdayLabels, isAfter, isBefore, isBetween, isDateInRange, isSameDay, normalizeDate, parseDate };
|
|
367
|
+
export { DEFAULT_DATE_FORMAT, FuiCalendarComponent, FuiCalendarIntl, FuiDatePickerComponent, FuiDatePickerIntl, RANGE_SEPARATOR, applyDateMask, buildCalendarGrid, formatDate, getDaysInMonth, getMonthLabel, getShortMonthName, getWeekdayLabels, isAfter, isBefore, isBetween, isDateInRange, isSameDay, normalizeDate, parseDate };
|
|
340
368
|
export type { CalendarDay, CalendarMonth, CalendarView, CalendarYear, DateFilterFn, DatePickerModelValue, DatePickerValue, DateRange };
|
|
341
369
|
//# sourceMappingURL=raintonic-formaui-components-date-picker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-date-picker.d.ts","sources":["../../../lib/components/date-picker/date-picker.types.ts","../../../lib/components/date-picker/calendar/calendar.component.ts","../../../lib/components/date-picker/date-picker.component.ts","../../../lib/components/date-picker/date-picker.utils.ts"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-date-picker.d.ts","sources":["../../../lib/components/date-picker/calendar/calendar.intl.ts","../../../lib/components/date-picker/date-picker.types.ts","../../../lib/components/date-picker/calendar/calendar.component.ts","../../../lib/components/date-picker/date-picker.intl.ts","../../../lib/components/date-picker/date-picker.component.ts","../../../lib/components/date-picker/date-picker.utils.ts"],"mappings":"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","names":[]}
|
|
@@ -1,13 +1,22 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { WritableSignal, Signal, ElementRef } from '@angular/core';
|
|
3
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
3
4
|
|
|
4
5
|
type DrawerPosition = 'left' | 'right' | 'top' | 'bottom';
|
|
5
6
|
type DrawerMode = 'overlay' | 'push';
|
|
6
7
|
type DrawerSize = 'sm' | 'md' | 'lg' | 'full';
|
|
7
8
|
declare const DRAWER_SIZES: Record<DrawerSize, string>;
|
|
8
9
|
|
|
10
|
+
declare class FuiDrawerIntl extends FuiIntlBase {
|
|
11
|
+
closeAriaLabel: string;
|
|
12
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiDrawerIntl, never>;
|
|
13
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiDrawerIntl>;
|
|
14
|
+
}
|
|
15
|
+
|
|
9
16
|
declare class FuiDrawerComponent {
|
|
10
17
|
private readonly _document;
|
|
18
|
+
readonly intl: FuiDrawerIntl;
|
|
19
|
+
private readonly _cdr;
|
|
11
20
|
readonly position: _angular_core.InputSignal<DrawerPosition>;
|
|
12
21
|
readonly mode: _angular_core.InputSignal<DrawerMode>;
|
|
13
22
|
readonly size: _angular_core.InputSignal<string>;
|
|
@@ -43,6 +52,6 @@ declare class FuiDrawerComponent {
|
|
|
43
52
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiDrawerComponent, "fui-drawer", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "opened": { "alias": "opened"; "required": false; "isSignal": true; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; "isSignal": true; }; "closeOnBackdropClick": { "alias": "closeOnBackdropClick"; "required": false; "isSignal": true; }; "closeOnEsc": { "alias": "closeOnEsc"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; "isSignal": true; }; }, { "openedChange": "openedChange"; "closed": "closed"; }, never, ["*", "[drawerFooter]"], true, never>;
|
|
44
53
|
}
|
|
45
54
|
|
|
46
|
-
export { DRAWER_SIZES, FuiDrawerComponent };
|
|
55
|
+
export { DRAWER_SIZES, FuiDrawerComponent, FuiDrawerIntl };
|
|
47
56
|
export type { DrawerMode, DrawerPosition, DrawerSize };
|
|
48
57
|
//# sourceMappingURL=raintonic-formaui-components-drawer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-drawer.d.ts","sources":["../../../lib/components/drawer/drawer.types.ts","../../../lib/components/drawer/drawer.component.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-drawer.d.ts","sources":["../../../lib/components/drawer/drawer.types.ts","../../../lib/components/drawer/drawer.intl.ts","../../../lib/components/drawer/drawer.component.ts"],"mappings":";;;;AAAM,KAAM,cAAc;KACd,UAAU;AAChB,KAAM,UAAU;AAEtB,cAAa,YAAY,EAAE,MAAM,CAAC,UAAU;;ACD5C,cACa,aAAc,SAAQ,WAAW;AAC5C;oDADW,aAAa;wDAAb,aAAa;AAEzB;;ACkBD,cAuBa,kBAAkB;AAC7B;mBACa,aAAA;AACb;uBAGiB,aAAA,CAAA,WAAA,CAAA,cAAA;mBACJ,aAAA,CAAA,WAAA,CAAA,UAAA;mBACA,aAAA,CAAA,WAAA;qBACE,aAAA,CAAA,wBAAA;0BACK,aAAA,CAAA,wBAAA;mCACS,aAAA,CAAA,wBAAA;yBACV,aAAA,CAAA,wBAAA;oBACL,aAAA,CAAA,WAAA;8BACU,aAAA,CAAA,wBAAA;;wBAGN,aAAA,CAAA,WAAA;;6BAGK,aAAA,CAAA,WAAA;2BAGF,aAAA,CAAA,gBAAA;qBACN,aAAA,CAAA,gBAAA;AAGf,sBAAkB,cAAc;AAChC,yBAAqB,cAAc;;;AASnC,0BAAsB,MAAM,CAAC,UAAU,CAAC,WAAW;AAGnD,yBAAqB,MAAM;AAK3B,4BAAwB,MAAM;;AAuB9B,qBAAiB,aAAa;AAkC9B;AAOA;AAQA;AAQA;AAUA;AAUA;AAcA;oDA/JW,kBAAkB;sDAAlB,kBAAkB;AA+K9B;;;;","names":[]}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { WritableSignal, ElementRef } from '@angular/core';
|
|
3
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
3
4
|
|
|
4
5
|
interface FileUploadFile {
|
|
5
6
|
file: File;
|
|
@@ -15,6 +16,13 @@ interface FileUploadValidationError {
|
|
|
15
16
|
message: string;
|
|
16
17
|
}
|
|
17
18
|
|
|
19
|
+
declare class FuiFileUploadIntl extends FuiIntlBase {
|
|
20
|
+
dropzoneAriaLabel: string;
|
|
21
|
+
removeFileAriaLabel(name: string): string;
|
|
22
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiFileUploadIntl, never>;
|
|
23
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiFileUploadIntl>;
|
|
24
|
+
}
|
|
25
|
+
|
|
18
26
|
/**
|
|
19
27
|
* # FuiFileUploadComponent
|
|
20
28
|
*
|
|
@@ -40,6 +48,9 @@ interface FileUploadValidationError {
|
|
|
40
48
|
* ```
|
|
41
49
|
*/
|
|
42
50
|
declare class FuiFileUploadComponent {
|
|
51
|
+
readonly intl: FuiFileUploadIntl;
|
|
52
|
+
private readonly _cdr;
|
|
53
|
+
constructor();
|
|
43
54
|
readonly accept: _angular_core.InputSignal<string>;
|
|
44
55
|
readonly multiple: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
45
56
|
readonly maxFileSize: _angular_core.InputSignal<number>;
|
|
@@ -72,6 +83,6 @@ declare class FuiFileUploadComponent {
|
|
|
72
83
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiFileUploadComponent, "fui-file-upload", never, { "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; "isSignal": true; }; "maxFiles": { "alias": "maxFiles"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "showPreview": { "alias": "showPreview"; "required": false; "isSignal": true; }; }, { "filesSelected": "filesSelected"; "fileRemoved": "fileRemoved"; "filesDropped": "filesDropped"; "validationErrors": "validationErrors"; }, never, never, true, never>;
|
|
73
84
|
}
|
|
74
85
|
|
|
75
|
-
export { FuiFileUploadComponent };
|
|
86
|
+
export { FuiFileUploadComponent, FuiFileUploadIntl };
|
|
76
87
|
export type { FileUploadFile, FileUploadValidationError };
|
|
77
88
|
//# sourceMappingURL=raintonic-formaui-components-file-upload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-file-upload.d.ts","sources":["../../../lib/components/file-upload/file-upload.types.ts","../../../lib/components/file-upload/file-upload.component.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-file-upload.d.ts","sources":["../../../lib/components/file-upload/file-upload.types.ts","../../../lib/components/file-upload/file-upload.intl.ts","../../../lib/components/file-upload/file-upload.component.ts"],"mappings":";;;;UAAiB,cAAc;UACvB,IAAI;;;;;;AAMX;UAEgB,yBAAyB;UAClC,IAAI;AACV;;AAED;;ACVD,cACa,iBAAkB,SAAQ,WAAW;AAChD;AACA;oDAFW,iBAAiB;wDAAjB,iBAAiB;AAK7B;;ACWD;;;;;;;;;;;;;;;;;;;;;;;AAuBG;AACH,cAea,sBAAsB;mBACpB,iBAAA;AACb;;qBAOe,aAAA,CAAA,WAAA;uBACE,aAAA,CAAA,wBAAA;0BACG,aAAA,CAAA,WAAA;uBACH,aAAA,CAAA,WAAA;uBACA,aAAA,CAAA,wBAAA;0BACG,aAAA,CAAA,wBAAA;4BAGE,aAAA,CAAA,gBAAA,CAAA,cAAA;0BACF,aAAA,CAAA,gBAAA,CAAA,cAAA;2BACC,aAAA,CAAA,gBAAA,CAAA,cAAA;+BACI,aAAA,CAAA,gBAAA,CAAA,yBAAA;qBAGR,cAAc,CAAC,cAAc;AAC9C,0BAAsB,cAAc;wBAGlB,aAAA,CAAA,MAAA,CAAA,UAAA,CAAA,gBAAA;AAGlB;AAKA;AAaA;gBAUY,cAAc;AAK1B,8BAA0B,KAAK;AAS/B,wBAAoB,SAAS;AAQ7B,uBAAmB,SAAS;AAQ5B,wBAAoB,SAAS;AAM7B,mBAAe,SAAS;AAcxB;AAUA;AAyDA;AAwBA;AA0BA;AAIA;oDArOW,sBAAsB;sDAAtB,sBAAsB;AAwOlC;;;;","names":[]}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Signal, InputSignal, QueryList, ElementRef, WritableSignal } from '@angular/core';
|
|
3
3
|
import * as _raintonic_formaui_core from '@raintonic/formaui/core';
|
|
4
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
4
5
|
|
|
5
6
|
/**
|
|
6
7
|
* FuiErrorComponent
|
|
@@ -69,6 +70,13 @@ declare class FuiSuffixDirective {
|
|
|
69
70
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FuiSuffixDirective, "[fuiSuffix]", never, {}, {}, never, never, true, never>;
|
|
70
71
|
}
|
|
71
72
|
|
|
73
|
+
declare class FuiFormFieldIntl extends FuiIntlBase {
|
|
74
|
+
copyAriaLabel: string;
|
|
75
|
+
copiedAriaLabel: string;
|
|
76
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FuiFormFieldIntl, never>;
|
|
77
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FuiFormFieldIntl>;
|
|
78
|
+
}
|
|
79
|
+
|
|
72
80
|
/**
|
|
73
81
|
* Available form field appearance modes.
|
|
74
82
|
* - `'outline'` — default bordered appearance (Carbon Design System style)
|
|
@@ -117,7 +125,7 @@ type FormFieldAppearance = 'outline' | 'fill' | 'float';
|
|
|
117
125
|
* <fui-label>Password</fui-label>
|
|
118
126
|
* <fui-icon fuiPrefix name="lock"></fui-icon>
|
|
119
127
|
* <input fuiInput type="password">
|
|
120
|
-
* <button fuiSuffix fuiButton variant="
|
|
128
|
+
* <button fuiSuffix fuiButton variant="tertiary" (click)="togglePasswordVisibility()">
|
|
121
129
|
* <fui-icon [name]="showPassword ? 'eye-slash' : 'eye'"></fui-icon>
|
|
122
130
|
* </button>
|
|
123
131
|
* <fui-hint>Must be at least 8 characters</fui-hint>
|
|
@@ -155,6 +163,8 @@ type FormFieldAppearance = 'outline' | 'fill' | 'float';
|
|
|
155
163
|
* ```
|
|
156
164
|
*/
|
|
157
165
|
declare class FuiFormFieldComponent {
|
|
166
|
+
readonly intl: FuiFormFieldIntl;
|
|
167
|
+
private readonly _cdr;
|
|
158
168
|
/**
|
|
159
169
|
* Whether the form field is in read-only mode.
|
|
160
170
|
* When true, hides the input and shows a plain text value instead.
|
|
@@ -266,6 +276,6 @@ declare class FuiLabelComponent {
|
|
|
266
276
|
static ɵcmp: i0.ɵɵComponentDeclaration<FuiLabelComponent, "fui-label", never, {}, {}, never, ["*"], true, never>;
|
|
267
277
|
}
|
|
268
278
|
|
|
269
|
-
export { FuiErrorComponent, FuiFormFieldComponent, FuiHintComponent, FuiLabelComponent, FuiPrefixDirective, FuiSuffixDirective };
|
|
279
|
+
export { FuiErrorComponent, FuiFormFieldComponent, FuiFormFieldIntl, FuiHintComponent, FuiLabelComponent, FuiPrefixDirective, FuiSuffixDirective };
|
|
270
280
|
export type { FormFieldAppearance };
|
|
271
281
|
//# sourceMappingURL=raintonic-formaui-components-form-field.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-form-field.d.ts","sources":["../../../lib/components/form-field/error.component.ts","../../../lib/components/form-field/prefix.directive.ts","../../../lib/components/form-field/suffix.directive.ts","../../../lib/components/form-field/form-field.component.ts","../../../lib/components/form-field/hint.component.ts","../../../lib/components/form-field/label.component.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-form-field.d.ts","sources":["../../../lib/components/form-field/error.component.ts","../../../lib/components/form-field/prefix.directive.ts","../../../lib/components/form-field/suffix.directive.ts","../../../lib/components/form-field/form-field.intl.ts","../../../lib/components/form-field/form-field.component.ts","../../../lib/components/form-field/hint.component.ts","../../../lib/components/form-field/label.component.ts"],"mappings":";;;;;AAGA;;;;;;;;;;;;;;;;AAgBG;AACH,cAWa,iBAAiB;AAC5B;;;;AAIG;kBACSA,EAAA,CAAA,WAAA;AAEZ;AAEA;;AAEG;oCAC6B,MAAM;yCAb3B,iBAAiB;2CAAjB,iBAAiB;AAsC7B;;ACnED;;;;;;;;;;;AAWG;AACH,cAOa,kBAAkB;yCAAlB,kBAAkB;2CAAlB,kBAAkB;AAAG;;ACnBlC;;;;;;;;;;;AAWG;AACH,cAOa,kBAAkB;yCAAlB,kBAAkB;2CAAlB,kBAAkB;AAAG;;AClBlC,cACa,gBAAiB,SAAQ,WAAW;AAC/C;AACA;yCAFW,gBAAgB;6CAAhB,gBAAgB;AAG5B;;ACoBD;;;;;AAKG;AACG,KAAM,mBAAmB;AAE/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6EG;AACH,cAuBa,qBAAqB;mBACnB,gBAAA;AACb;AAEA;;;;AAIG;AACH,uBAAmB,WAAW;AAE9B;;;;;AAKG;yBACgB,WAAA,CAAA,mBAAA;AAEnB;;;AAGG;AACH,iCAA6B,WAAW;AAGxC,aAAO,MAAA,CAAA,uBAAA,CAAA,mBAAA;AAEqD,gBAAY,SAAS,CAAC,kBAAkB;AACxC,gBAAY,SAAS,CAAC,kBAAkB;AAChD,8BAA0B,UAAU,CAAC,WAAW;AAEpG,mBAAa,WAAA;AAIb,2BAAuB,MAAM;AAmB7B,wBAAoB,MAAM;AAG1B,uBAAmB,MAAM;AAGzB,yBAAqB,MAAM;AAG3B,sBAAkB,MAAM;AAGxB,yBAAqB,MAAM;AAI3B;;;;AAIG;AACH,0BAAsB,MAAM;;AAM5B,+BAA2B,MAAM;;AAOjC,qBAAiB,cAAc;;;;;;AAuC/B;;AAEG;AACH,4BAAwB,UAAU;AAOlC;;AAEG;AACH;AAcA;;AAEG;;AAOH;;AAEG;AACH;AAoBA;;AAEG;AACH;AASA;;AAEG;AACH;AAIA;;AAEG;AACH;yCAjNW,qBAAqB;2CAArB,qBAAqB;AAoNjC;;AC1VD;;;;;;;;;;;;AAYG;AACH,cAQa,gBAAgB;yCAAhB,gBAAgB;2CAAhB,gBAAgB;AAAG;;ACrBhC;;;;;;;;;;;AAWG;AACH,cAQa,iBAAiB;yCAAjB,iBAAiB;2CAAjB,iBAAiB;AAAG;;;;","names":["_angular_core"]}
|
|
@@ -49,7 +49,7 @@ type FuiInputType = 'text' | 'email' | 'password' | 'number' | 'tel' | 'url' | '
|
|
|
49
49
|
* <fui-form-field>
|
|
50
50
|
* <fui-label>Password</fui-label>
|
|
51
51
|
* <input fuiInput [type]="showPassword ? 'text' : 'password'">
|
|
52
|
-
* <button fuiSuffix fuiButton variant="
|
|
52
|
+
* <button fuiSuffix fuiButton variant="tertiary" (click)="togglePassword()">
|
|
53
53
|
* <fui-icon [name]="showPassword ? 'eye-slash' : 'eye'"></fui-icon>
|
|
54
54
|
* </button>
|
|
55
55
|
* </fui-form-field>
|
|
@@ -2,7 +2,7 @@ import * as _angular_core from '@angular/core';
|
|
|
2
2
|
import { DoCheck, OnDestroy, Signal, ElementRef } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
|
-
import { FuiFormFieldControl, ErrorStateMatcher } from '@raintonic/formaui/core';
|
|
5
|
+
import { FuiIntlBase, FuiFormFieldControl, ErrorStateMatcher } from '@raintonic/formaui/core';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Layout for increment/decrement buttons.
|
|
@@ -20,6 +20,13 @@ interface NumberInputChange {
|
|
|
20
20
|
value: number | null;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
+
declare class FuiNumberInputIntl extends FuiIntlBase {
|
|
24
|
+
increaseAriaLabel: string;
|
|
25
|
+
decreaseAriaLabel: string;
|
|
26
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiNumberInputIntl, never>;
|
|
27
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiNumberInputIntl>;
|
|
28
|
+
}
|
|
29
|
+
|
|
23
30
|
/**
|
|
24
31
|
* # NumberInput Component
|
|
25
32
|
*
|
|
@@ -55,6 +62,8 @@ interface NumberInputChange {
|
|
|
55
62
|
* ```
|
|
56
63
|
*/
|
|
57
64
|
declare class FuiNumberInputComponent implements ControlValueAccessor, FuiFormFieldControl<number>, DoCheck, OnDestroy {
|
|
65
|
+
readonly intl: FuiNumberInputIntl;
|
|
66
|
+
private readonly _cdr;
|
|
58
67
|
static nextId: number;
|
|
59
68
|
readonly controlType = "fui-number-input";
|
|
60
69
|
readonly min: _angular_core.InputSignal<number | null>;
|
|
@@ -122,6 +131,6 @@ declare class FuiNumberInputComponent implements ControlValueAccessor, FuiFormFi
|
|
|
122
131
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiNumberInputComponent, "fui-number-input", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "precision": { "alias": "precision"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "showButtons": { "alias": "showButtons"; "required": false; "isSignal": true; }; "buttonLayout": { "alias": "buttonLayout"; "required": false; "isSignal": true; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
123
132
|
}
|
|
124
133
|
|
|
125
|
-
export { FuiNumberInputComponent };
|
|
134
|
+
export { FuiNumberInputComponent, FuiNumberInputIntl };
|
|
126
135
|
export type { NumberInputButtonLayout, NumberInputChange };
|
|
127
136
|
//# sourceMappingURL=raintonic-formaui-components-number-input.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-number-input.d.ts","sources":["../../../lib/components/number-input/number-input.types.ts","../../../lib/components/number-input/number-input.component.ts"],"mappings":";;;;;;AAAA;;;;AAIG;KACS,uBAAuB;AAEnC;;AAEG;UACc,iBAAiB;;;;AAIhC;AACD;;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-number-input.d.ts","sources":["../../../lib/components/number-input/number-input.types.ts","../../../lib/components/number-input/number-input.intl.ts","../../../lib/components/number-input/number-input.component.ts"],"mappings":";;;;;;AAAA;;;;AAIG;KACS,uBAAuB;AAEnC;;AAEG;UACc,iBAAiB;;;;AAIhC;AACD;;ACZD,cACa,kBAAmB,SAAQ,WAAW;AACjD;AACA;oDAFW,kBAAkB;wDAAlB,kBAAkB;AAG9B;;ACuBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiCG;AACH,cA+Ba,uBAAwB,YAAW,oBAAoB,EAAE,mBAAmB,UAAU,OAAO,EAAE,SAAS;mBACtG,kBAAA;AACb;;;kBAOY,aAAA,CAAA,WAAA;kBACA,aAAA,CAAA,WAAA;mBACC,aAAA,CAAA,WAAA;wBACK,aAAA,CAAA,WAAA;0BACE,aAAA,CAAA,WAAA;4BACE,aAAA,CAAA,wBAAA;uBAIL,aAAA,CAAA,wBAAA;0BAGG,aAAA,CAAA,wBAAA;2BAGC,aAAA,CAAA,WAAA,CAAA,uBAAA;gCACK,aAAA,CAAA,WAAA,CAAA,iBAAA;0BAGN,aAAA,CAAA,gBAAA;AAGpB;AACA;AACA;AACA;AACA;AACA;oBAGgB,MAAM;AACtB,sBAAkB,MAAM;AACxB,yBAAqB,MAAM;AAC3B,uBAAmB,MAAM;AACzB,uBAAmB,MAAM;oBAKX,MAAA;uBAEG,MAAA;uBAOA,MAAA;2BAQI,OAAA;;;AAGrB;;;;AAMA;AACA,qBAAiB,SAAS;2BAKL,MAAA,CAAA,UAAA,CAAA,gBAAA;;;;AA0CrB;AAgBA;AAKA;AAOA;AAIA;AAIA;AAMA,6BAAyB,UAAU;AAMnC;AAIA;AAKA;AAIA;AAOA;AAQA,mBAAe,KAAK;AAUpB,qBAAiB,aAAa;AAU9B;AAOA;AAsBA;AAQA;AAOA;AAQA;AAWA;AASA;AAOA;oDAzSW,uBAAuB;sDAAvB,uBAAuB;AAiTnC;;;;","names":[]}
|
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
3
|
+
|
|
4
|
+
declare class FuiPaginatorIntl extends FuiIntlBase {
|
|
5
|
+
rootAriaLabel: string;
|
|
6
|
+
prevPageAriaLabel: string;
|
|
7
|
+
nextPageAriaLabel: string;
|
|
8
|
+
pageAriaLabel(page: number, total: number): string;
|
|
9
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiPaginatorIntl, never>;
|
|
10
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiPaginatorIntl>;
|
|
11
|
+
}
|
|
2
12
|
|
|
3
13
|
/**
|
|
4
14
|
* # Paginator Component
|
|
@@ -17,6 +27,8 @@ declare class FuiPaginatorComponent {
|
|
|
17
27
|
private readonly _currentPage;
|
|
18
28
|
readonly pageSelected: _angular_core.OutputEmitterRef<number>;
|
|
19
29
|
private _pageAnnouncer?;
|
|
30
|
+
readonly intl: FuiPaginatorIntl;
|
|
31
|
+
private readonly _cdr;
|
|
20
32
|
readonly totalPages: _angular_core.Signal<number>;
|
|
21
33
|
readonly isFirstPage: _angular_core.Signal<boolean>;
|
|
22
34
|
readonly isLastPage: _angular_core.Signal<boolean>;
|
|
@@ -33,5 +45,5 @@ declare class FuiPaginatorComponent {
|
|
|
33
45
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiPaginatorComponent, "fui-paginator", never, { "numberOfItems": { "alias": "numberOfItems"; "required": true; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": true; "isSignal": true; }; "currentPage": { "alias": "currentPage"; "required": false; "isSignal": true; }; }, { "pageSelected": "pageSelected"; }, never, never, true, never>;
|
|
34
46
|
}
|
|
35
47
|
|
|
36
|
-
export { FuiPaginatorComponent };
|
|
48
|
+
export { FuiPaginatorComponent, FuiPaginatorIntl };
|
|
37
49
|
//# sourceMappingURL=raintonic-formaui-components-paginator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-paginator.d.ts","sources":["../../../lib/components/paginator/paginator.component.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-paginator.d.ts","sources":["../../../lib/components/paginator/paginator.intl.ts","../../../lib/components/paginator/paginator.component.ts"],"mappings":";;;AAGA,cACa,gBAAiB,SAAQ,WAAW;AAC/C;AACA;AACA;;oDAHW,gBAAgB;wDAAhB,gBAAgB;AAO5B;;ACHD;;;;;;;;;AASG;AACH,cAUa,qBAAqB;4BAEV,aAAA,CAAA,WAAA;uBACL,aAAA,CAAA,WAAA;0BACG,aAAA,CAAA,WAAA;AAGpB;2BAGqB,aAAA,CAAA,gBAAA;;mBAIR,gBAAA;AACb;yBAGmB,aAAA,CAAA,MAAA;0BAOC,aAAA,CAAA,MAAA;yBACD,aAAA,CAAA,MAAA;0BAEC,aAAA,CAAA,MAAA;;AAgEpB;AAQA;AASA;AASA;AAMA;AAIA;AAIA;oDApIW,qBAAqB;sDAArB,qBAAqB;AAuIjC;;;;","names":[]}
|
|
@@ -2,7 +2,7 @@ import * as _angular_core from '@angular/core';
|
|
|
2
2
|
import { DoCheck, OnDestroy, WritableSignal, Signal, ElementRef } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
|
-
import { FuiFormFieldControl, ErrorStateMatcher } from '@raintonic/formaui/core';
|
|
5
|
+
import { FuiIntlBase, FuiFormFieldControl, ErrorStateMatcher } from '@raintonic/formaui/core';
|
|
6
6
|
|
|
7
7
|
type PasswordStrength = 'weak' | 'fair' | 'good' | 'strong';
|
|
8
8
|
interface PasswordStrengthConfig {
|
|
@@ -14,6 +14,14 @@ interface PasswordStrengthConfig {
|
|
|
14
14
|
}
|
|
15
15
|
declare const DEFAULT_STRENGTH_CONFIG: PasswordStrengthConfig;
|
|
16
16
|
|
|
17
|
+
declare class FuiPasswordInputIntl extends FuiIntlBase {
|
|
18
|
+
showAriaLabel: string;
|
|
19
|
+
hideAriaLabel: string;
|
|
20
|
+
strengthAriaLabel(level: string): string;
|
|
21
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiPasswordInputIntl, never>;
|
|
22
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiPasswordInputIntl>;
|
|
23
|
+
}
|
|
24
|
+
|
|
17
25
|
/**
|
|
18
26
|
* # FuiPasswordInputComponent
|
|
19
27
|
*
|
|
@@ -50,6 +58,8 @@ declare const DEFAULT_STRENGTH_CONFIG: PasswordStrengthConfig;
|
|
|
50
58
|
* ```
|
|
51
59
|
*/
|
|
52
60
|
declare class FuiPasswordInputComponent implements ControlValueAccessor, FuiFormFieldControl<string>, DoCheck, OnDestroy {
|
|
61
|
+
readonly intl: FuiPasswordInputIntl;
|
|
62
|
+
private readonly _cdr;
|
|
53
63
|
static nextId: number;
|
|
54
64
|
readonly controlType = "fui-password-input";
|
|
55
65
|
readonly placeholder: _angular_core.InputSignal<string>;
|
|
@@ -106,6 +116,6 @@ declare class FuiPasswordInputComponent implements ControlValueAccessor, FuiForm
|
|
|
106
116
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiPasswordInputComponent, "fui-password-input", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "showStrengthMeter": { "alias": "showStrengthMeter"; "required": false; "isSignal": true; }; "strengthConfig": { "alias": "strengthConfig"; "required": false; "isSignal": true; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
107
117
|
}
|
|
108
118
|
|
|
109
|
-
export { DEFAULT_STRENGTH_CONFIG, FuiPasswordInputComponent };
|
|
119
|
+
export { DEFAULT_STRENGTH_CONFIG, FuiPasswordInputComponent, FuiPasswordInputIntl };
|
|
110
120
|
export type { PasswordStrength, PasswordStrengthConfig };
|
|
111
121
|
//# sourceMappingURL=raintonic-formaui-components-password-input.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-password-input.d.ts","sources":["../../../lib/components/password-input/password-input.types.ts","../../../lib/components/password-input/password-input.component.ts"],"mappings":";;;;;;AAAM,KAAM,gBAAgB;UAEX,sBAAsB;;;;;;AAMtC;AAED,cAAa,uBAAuB,EAAE,sBAMrC;;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-password-input.d.ts","sources":["../../../lib/components/password-input/password-input.types.ts","../../../lib/components/password-input/password-input.intl.ts","../../../lib/components/password-input/password-input.component.ts"],"mappings":";;;;;;AAAM,KAAM,gBAAgB;UAEX,sBAAsB;;;;;;AAMtC;AAED,cAAa,uBAAuB,EAAE,sBAMrC;;ACbD,cACa,oBAAqB,SAAQ,WAAW;AACnD;AACA;AACA;oDAHW,oBAAoB;wDAApB,oBAAoB;AAMhC;;ACmBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCG;AACH,cA4Ba,yBACX,YAAW,oBAAoB,EAAE,mBAAmB,UAAU,OAAO,EAAE,SAAS;mBAEnE,oBAAA;AACb;;;0BAOoB,aAAA,CAAA,WAAA;4BACE,aAAA,CAAA,wBAAA;uBAIL,aAAA,CAAA,wBAAA;gCAGS,aAAA,CAAA,wBAAA;6BAGH,aAAA,CAAA,WAAA,CAAA,sBAAA;gCACG,aAAA,CAAA,WAAA,CAAA,iBAAA;AAG1B,+BAA2B,cAAc;AACzC,qBAAiB,cAAc;AAC/B;AACA,sBAAkB,MAAM;AACxB;AACA;AACA;AACA,yBAAqB,MAAM;AAC3B;AACA,uBAAmB,MAAM;AAGzB,uBAAmB,MAAM;AAGzB,yBAAqB,MAAM;AAC3B,oBAAgB,MAAM;AACtB,oBAAgB,MAAM;AAKtB,wBAAoB,MAAM,CAAC,gBAAgB;AAI3C,+BAA2B,MAAM;2BAgBZ,OAAA;;;AAGrB;;;;AAMA;AACA,qBAAiB,SAAS;AAK1B,2BAAuB,MAAM,CAAC,UAAU,CAAC,gBAAgB;;;;AA0CzD;AAgBA;AAKA;;AAeA;AAIA;AAKA,6BAAyB,UAAU;AAMnC;AAKA,oBAAgB,KAAK;AAUrB;AAOA;AAQA;AAKA;AAIA;AAKA,0CAAsC,gBAAgB;oDA5N3C,yBAAyB;sDAAzB,yBAAyB;AAgRrC;;;;","names":[]}
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
3
|
+
|
|
4
|
+
declare class FuiProgressbarIntl extends FuiIntlBase {
|
|
5
|
+
loadingAriaLabel: string;
|
|
6
|
+
progressAriaLabel: string;
|
|
7
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiProgressbarIntl, never>;
|
|
8
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiProgressbarIntl>;
|
|
9
|
+
}
|
|
2
10
|
|
|
3
11
|
/**
|
|
4
12
|
* Progress bar mode types (compatible with mat-progress-bar)
|
|
@@ -47,6 +55,11 @@ type ProgressBarColor = 'primary' | 'accent' | 'warn' | 'success' | 'info';
|
|
|
47
55
|
* ```
|
|
48
56
|
*/
|
|
49
57
|
declare class FuiProgressbarComponent {
|
|
58
|
+
readonly intl: FuiProgressbarIntl;
|
|
59
|
+
private readonly _cdr;
|
|
60
|
+
/** @internal — bumped when Intl mutates so computeds that read plain intl fields reinvoke. */
|
|
61
|
+
private readonly _intlTick;
|
|
62
|
+
constructor();
|
|
50
63
|
/**
|
|
51
64
|
* Progress bar mode (compatible with mat-progress-bar)
|
|
52
65
|
* - determinate: Shows a specific progress value
|
|
@@ -106,6 +119,6 @@ declare class FuiProgressbarComponent {
|
|
|
106
119
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiProgressbarComponent, "fui-progressbar", never, { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "bufferValue": { "alias": "bufferValue"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
107
120
|
}
|
|
108
121
|
|
|
109
|
-
export { FuiProgressbarComponent };
|
|
122
|
+
export { FuiProgressbarComponent, FuiProgressbarIntl };
|
|
110
123
|
export type { ProgressBarColor, ProgressBarMode };
|
|
111
124
|
//# sourceMappingURL=raintonic-formaui-components-progressbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-progressbar.d.ts","sources":["../../../lib/components/progressbar/progressbar.component.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-progressbar.d.ts","sources":["../../../lib/components/progressbar/progressbar.intl.ts","../../../lib/components/progressbar/progressbar.component.ts"],"mappings":";;;AAGA,cACa,kBAAmB,SAAQ,WAAW;AACjD;AACA;oDAFW,kBAAkB;wDAAlB,kBAAkB;AAG9B;;ACOD;;AAEG;AACG,KAAM,eAAe;AAE3B;;AAEG;AACG,KAAM,gBAAgB;AAE5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCG;AACH,cA2Ba,uBAAuB;mBACrB,kBAAA;AACb;;AAEA;;AASA;;;;;;AAMG;mBACU,aAAA,CAAA,WAAA,CAAA,eAAA;AAEb;;AAEG;oBACW,aAAA,CAAA,wBAAA;AAId;;AAEG;0BACiB,aAAA,CAAA,wBAAA;AAIpB;;AAEG;oBACW,aAAA,CAAA,WAAA,CAAA,gBAAA;AAEd;;;;AAIG;wBACe,aAAA,CAAA,WAAA;AAElB;;AAEG;6BACoB,aAAA,CAAA,WAAA;AAEvB;;;AAGG;iCACwB,aAAA,CAAA,MAAA;AAa3B;;AAEG;2BACkB,aAAA,CAAA,MAAA;AAErB;;AAEG;iCACwB,aAAA,CAAA,MAAA;AAE3B;;AAEG;+BACsB,aAAA,CAAA,MAAA;AAKzB;;AAEG;8BACqB,aAAA,CAAA,MAAA;AAKxB;;AAEG;AACH;oDAnGW,uBAAuB;sDAAvB,uBAAuB;AAsGnC;;;;","names":[]}
|