@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
|
@@ -21,6 +21,7 @@ declare class FuiRadioButtonComponent {
|
|
|
21
21
|
static nextId: number;
|
|
22
22
|
readonly value: _angular_core.InputSignal<unknown>;
|
|
23
23
|
readonly disabledInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
24
|
+
readonly disableRipple: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
24
25
|
readonly ariaLabel: _angular_core.InputSignal<string | null>;
|
|
25
26
|
readonly ariaLabelledby: _angular_core.InputSignal<string | null>;
|
|
26
27
|
readonly _checked: _angular_core.WritableSignal<boolean>;
|
|
@@ -40,7 +41,7 @@ declare class FuiRadioButtonComponent {
|
|
|
40
41
|
onKeydown(event: KeyboardEvent): void;
|
|
41
42
|
focus(): void;
|
|
42
43
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiRadioButtonComponent, never>;
|
|
43
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiRadioButtonComponent, "fui-radio-button", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
44
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiRadioButtonComponent, "fui-radio-button", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "disableRipple": { "alias": "disableRipple"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
declare class FuiRadioGroupComponent implements ControlValueAccessor, DoCheck, OnDestroy {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-radio.d.ts","sources":["../../../lib/components/radio/radio.types.ts","../../../lib/components/radio/radio-button.component.ts","../../../lib/components/radio/radio-group.component.ts"],"mappings":";;;;;;KAEY,mBAAmB;AAEzB,UAAW,cAAc;;;AAG9B;UAEgB,iBAAiB;;;AAGhC;;AAED;AAED,cAAa,eAAe,EAAA,cAAA,CAAA,iBAAA;;ACF5B,cAgBa,uBAAuB;;oBAGpB,aAAA,CAAA,WAAA;4BACQ,aAAA,CAAA,wBAAA;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-radio.d.ts","sources":["../../../lib/components/radio/radio.types.ts","../../../lib/components/radio/radio-button.component.ts","../../../lib/components/radio/radio-group.component.ts"],"mappings":";;;;;;KAEY,mBAAmB;AAEzB,UAAW,cAAc;;;AAG9B;UAEgB,iBAAiB;;;AAGhC;;AAED;AAED,cAAa,eAAe,EAAA,cAAA,CAAA,iBAAA;;ACF5B,cAgBa,uBAAuB;;oBAGpB,aAAA,CAAA,WAAA;4BACQ,aAAA,CAAA,wBAAA;4BAIA,aAAA,CAAA,wBAAA;wBACJ,aAAA,CAAA,WAAA;6BACK,aAAA,CAAA,WAAA;uBAKN,aAAA,CAAA,cAAA;wBACC,aAAA,CAAA,cAAA;uBACD,aAAA,CAAA,cAAA;oBACH,aAAA,CAAA,cAAA;wBACI,aAAA,CAAA,cAAA;;;;;2BAQG,aAAA,CAAA,MAAA,CAAA,UAAA,CAAA,gBAAA;yBAEF,aAAA,CAAA,MAAA;AAInB,yBAAqB,KAAK;AAQ1B;AAKA;AAKA,qBAAiB,aAAa;AAgB9B;oDAnEW,uBAAuB;sDAAvB,uBAAuB;AAsEnC;;AC3ED,cA2Ba,sBAAuB,YAAW,oBAAoB,EAAE,OAAO,EAAE,SAAS;;;mBAKxE,aAAA,CAAA,WAAA;0BACO,aAAA,CAAA,WAAA,CAAA,mBAAA;4BACE,aAAA,CAAA,wBAAA;wBAIJ,aAAA,CAAA,WAAA;6BACK,aAAA,CAAA,WAAA;gCAGG,aAAA,CAAA,WAAA,CAAA,iBAAA;AAG1B,qBAAiB,gBAAgB,CAAC,cAAc;2BAG3B,MAAA,UAAA,uBAAA;AAGrB;AACA;AACA;AACA;AACA;AACA;AAEA,oBAAgB,MAAM;AACtB,sBAAkB,MAAM;yBACL,MAAA;AACnB,uBAAmB,MAAM;AACzB,uBAAmB,MAAM;2BAIJ,OAAA;;;;;;AAQrB;AACA,qBAAiB,SAAS;;;;;AAoD1B;AAgBA;AAKA;;AAUA;AAIA;wCAMoC,uBAAuB;AAQ3D;;oDArJW,sBAAsB;sDAAtB,sBAAsB;AA+KlC;;;;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-select.d.ts","sources":["../../../lib/components/select/option.component.ts","../../../lib/components/select/select-tokens.ts","../../../lib/components/select/select.component.ts"],"mappings":";;;;;;AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCG;AACH,cA+Ba,kBAAmB,YAAW,SAAS,EAAE,aAAa;;AAGjE;;AAEG;AACH,oBAAgB,WAAW;AAE3B;;;AAGG;AACH,uBAAmB,WAAW;AAE9B;;AAEG;AACH,8BAA0B,gBAAgB;gBAAW,kBAAkB;;AAAkB;AAGzF,wBAAoB,cAAc;AAClC,sBAAkB,cAAc;2BACX,OAAA;AAGrB;AAGA;;6BAMuB,cAAA;AAEvB;AAKA;;AAUA,wBAAoB,KAAK;AAgBzB;AAOA;AAIA;;AAEG;AACH;AAQA;;AAEG;AACH;AAQA;;AAEG;AACH;AAOA;;AAEG;AACH;AAOA;;AAEG;AACH;AAOA;;AAEG;AACH;AAIA;;AAEG;AACH,uBAAmB,WAAW;;AAK9B;;AAMA;yCAvJW,kBAAkB;2CAAlB,kBAAkB;AA0J9B;;AClPD;;;AAGG;UACc,eAAe;;AAE9B;AACD;AAED;;AAEG;AACH,cAAa,UAAU,EAAA,cAAA,CAAA,eAAA;;AC2BvB;;AAEG;AACG,KAAM,aAAa;AAEzB;;AAEG;KACS,gBAAgB;AAE5B;;AAEG;UACc,eAAe;YACtB,kBAAkB;;AAE3B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0DG;AACH,cAgCa,kBACX,YAAW,oBAAoB,EAAE,mBAAmB,EAAE,OAAO,EAAE,SAAS,EAAE,gBAAgB;;;AAO1F,+BAA2B,WAAW;AACtC,4BAAwB,WAAW;AACnC,uBAAmB,WAAW;AAC9B,uBAAmB,WAAW;gCACF,WAAW,CAAC,iBAAiB;AAEzD;;AAEG;AACH,0BAAsB,WAAW;AAKjC,0BAAsB,gBAAgB;AACtC,8BAA0B,gBAAgB,CAAC,eAAe;AAC1D,2BAAuB,gBAAgB;AAGvC;AACA;AACA;AACA,wBAAoB,cAAc;2BAGb,OAAA;;AAErB;AAGA;yBACmB,cAAA;;;;AAMnB;AACA,qBAAiB,SAAS;0BAKN,MAAA;AACpB;uBACiB,cAAA;oBAEH,cAAA;sBAEE,cAAA;AAEhB;uBACiB,MAAA;oBAEH,MAAA;;AAQ2B,cAAU,UAAU,CAAC,cAAc;AACrC,YAAQ,UAAU,CAAC,cAAc;sBAGxD,MAAA,UAAA,kBAAA;wBAGE,cAAA;AAGlB;gCAC0B,MAAA;AAG1B,gCAA4B,cAAc;;;AAO1C;AACA;AACA;AACA;;;;AAMA;;;AAWA,2BAAuB,MAAM;;AAqF7B;AAgBA;AASA;AAMA;;AAUA;AAIA;AAMA,6BAAyB,UAAU;AAMnC;AAIA;AAKA;AA6BA;AAKA,oBAAgB,UAAU;AAkB1B;AAIA;AAKA;AAUA;AAsBA;AAoBA,8BAA0B,kBAAkB;AAkD5C;AAKA,0BAAsB,aAAa;AAanC;AA6BA;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-select.d.ts","sources":["../../../lib/components/select/option.component.ts","../../../lib/components/select/select-tokens.ts","../../../lib/components/select/select.component.ts"],"mappings":";;;;;;AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCG;AACH,cA+Ba,kBAAmB,YAAW,SAAS,EAAE,aAAa;;AAGjE;;AAEG;AACH,oBAAgB,WAAW;AAE3B;;;AAGG;AACH,uBAAmB,WAAW;AAE9B;;AAEG;AACH,8BAA0B,gBAAgB;gBAAW,kBAAkB;;AAAkB;AAGzF,wBAAoB,cAAc;AAClC,sBAAkB,cAAc;2BACX,OAAA;AAGrB;AAGA;;6BAMuB,cAAA;AAEvB;AAKA;;AAUA,wBAAoB,KAAK;AAgBzB;AAOA;AAIA;;AAEG;AACH;AAQA;;AAEG;AACH;AAQA;;AAEG;AACH;AAOA;;AAEG;AACH;AAOA;;AAEG;AACH;AAOA;;AAEG;AACH;AAIA;;AAEG;AACH,uBAAmB,WAAW;;AAK9B;;AAMA;yCAvJW,kBAAkB;2CAAlB,kBAAkB;AA0J9B;;AClPD;;;AAGG;UACc,eAAe;;AAE9B;AACD;AAED;;AAEG;AACH,cAAa,UAAU,EAAA,cAAA,CAAA,eAAA;;AC2BvB;;AAEG;AACG,KAAM,aAAa;AAEzB;;AAEG;KACS,gBAAgB;AAE5B;;AAEG;UACc,eAAe;YACtB,kBAAkB;;AAE3B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0DG;AACH,cAgCa,kBACX,YAAW,oBAAoB,EAAE,mBAAmB,EAAE,OAAO,EAAE,SAAS,EAAE,gBAAgB;;;AAO1F,+BAA2B,WAAW;AACtC,4BAAwB,WAAW;AACnC,uBAAmB,WAAW;AAC9B,uBAAmB,WAAW;gCACF,WAAW,CAAC,iBAAiB;AAEzD;;AAEG;AACH,0BAAsB,WAAW;AAKjC,0BAAsB,gBAAgB;AACtC,8BAA0B,gBAAgB,CAAC,eAAe;AAC1D,2BAAuB,gBAAgB;AAGvC;AACA;AACA;AACA,wBAAoB,cAAc;2BAGb,OAAA;;AAErB;AAGA;yBACmB,cAAA;;;;AAMnB;AACA,qBAAiB,SAAS;0BAKN,MAAA;AACpB;uBACiB,cAAA;oBAEH,cAAA;sBAEE,cAAA;AAEhB;uBACiB,MAAA;oBAEH,MAAA;;AAQ2B,cAAU,UAAU,CAAC,cAAc;AACrC,YAAQ,UAAU,CAAC,cAAc;sBAGxD,MAAA,UAAA,kBAAA;wBAGE,cAAA;AAGlB;gCAC0B,MAAA;AAG1B,gCAA4B,cAAc;;;AAO1C;AACA;AACA;AACA;;;;AAMA;;;AAWA,2BAAuB,MAAM;;AAqF7B;AAgBA;AASA;AAMA;;AAUA;AAIA;AAMA,6BAAyB,UAAU;AAMnC;AAIA;AAKA;AA6BA;AAKA,oBAAgB,UAAU;AAkB1B;AAIA;AAKA;AAUA;AAsBA;AAoBA,8BAA0B,kBAAkB;AAkD5C;AAKA,0BAAsB,aAAa;AAanC;AA6BA;AA+DA;AAkBA;AAwBA;AAuBA;AAyBA;AA2BA;AAQA;AAQA;AAKA;AAgCA;AAsDA;;AAkBA;;;AAGG;AACH;AASA,oBAAgB,MAAM;;yCAtxBX,kBAAkB;2CAAlB,kBAAkB;AA8xB9B;;;;","names":[]}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
3
|
+
|
|
4
|
+
declare class FuiSidePanelIntl extends FuiIntlBase {
|
|
5
|
+
closeAriaLabel: string;
|
|
6
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiSidePanelIntl, never>;
|
|
7
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiSidePanelIntl>;
|
|
8
|
+
}
|
|
2
9
|
|
|
3
10
|
/**
|
|
4
11
|
* @component FuiSidePanelComponent
|
|
@@ -24,6 +31,8 @@ import * as _angular_core from '@angular/core';
|
|
|
24
31
|
*/
|
|
25
32
|
declare class FuiSidePanelComponent {
|
|
26
33
|
private readonly _document;
|
|
34
|
+
readonly intl: FuiSidePanelIntl;
|
|
35
|
+
private readonly _cdr;
|
|
27
36
|
readonly open: _angular_core.InputSignal<boolean>;
|
|
28
37
|
readonly title: _angular_core.InputSignal<string>;
|
|
29
38
|
readonly width: _angular_core.InputSignal<string>;
|
|
@@ -47,5 +56,5 @@ declare class FuiSidePanelComponent {
|
|
|
47
56
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiSidePanelComponent, "fui-side-panel", never, { "open": { "alias": "open"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; "isSignal": true; }; "topOffset": { "alias": "topOffset"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, ["*", "[sidePanelFooter]"], true, never>;
|
|
48
57
|
}
|
|
49
58
|
|
|
50
|
-
export { FuiSidePanelComponent };
|
|
59
|
+
export { FuiSidePanelComponent, FuiSidePanelIntl };
|
|
51
60
|
//# sourceMappingURL=raintonic-formaui-components-side-panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-side-panel.d.ts","sources":["../../../lib/components/side-panel/side-panel.component.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-side-panel.d.ts","sources":["../../../lib/components/side-panel/side-panel.intl.ts","../../../lib/components/side-panel/side-panel.component.ts"],"mappings":";;;AAGA,cACa,gBAAiB,SAAQ,WAAW;AAC/C;oDADW,gBAAgB;wDAAhB,gBAAgB;AAE5B;;ACYD;;;;;;;;;;;;;;;;;;;;;AAqBG;AACH,cAea,qBAAqB;AAChC;mBACa,gBAAA;AACb;mBAEa,aAAA,CAAA,WAAA;oBACC,aAAA,CAAA,WAAA;oBACA,aAAA,CAAA,WAAA;0BACM,aAAA,CAAA,WAAA;wBACF,aAAA,CAAA,WAAA;;wBAGA,aAAA,CAAA,WAAA;;6BAGK,aAAA,CAAA,WAAA;qBAER,aAAA,CAAA,gBAAA;;;;AAsBf,qBAAiB,aAAa;AAmC9B;AAIA;AAQA;AAOA;AASA;oDAtGW,qBAAqB;sDAArB,qBAAqB;AAsHjC;;;;","names":[]}
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InputSignal, OutputEmitterRef, WritableSignal, Signal } from '@angular/core';
|
|
3
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
4
|
+
|
|
5
|
+
declare class FuiSidebarIntl extends FuiIntlBase {
|
|
6
|
+
rootAriaLabel: string;
|
|
7
|
+
navAriaLabel: string;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FuiSidebarIntl, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FuiSidebarIntl>;
|
|
10
|
+
}
|
|
3
11
|
|
|
4
12
|
/**
|
|
5
13
|
* Sidebar mode type
|
|
@@ -118,6 +126,9 @@ interface FuiSidebarNavItem {
|
|
|
118
126
|
* ```
|
|
119
127
|
*/
|
|
120
128
|
declare class FuiSidebarComponent {
|
|
129
|
+
readonly intl: FuiSidebarIntl;
|
|
130
|
+
private readonly _cdr;
|
|
131
|
+
constructor();
|
|
121
132
|
readonly opened: InputSignal<boolean>;
|
|
122
133
|
readonly mode: InputSignal<FuiSidebarMode>;
|
|
123
134
|
readonly position: InputSignal<FuiSidebarPosition>;
|
|
@@ -169,6 +180,6 @@ declare class FuiSidebarComponent {
|
|
|
169
180
|
static ɵcmp: i0.ɵɵComponentDeclaration<FuiSidebarComponent, "fui-sidebar", never, { "opened": { "alias": "opened"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "backdrop": { "alias": "backdrop"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "navItems": { "alias": "navItems"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; }, { "openedChange": "openedChange"; "navItemClick": "navItemClick"; "backdropClick": "backdropClick"; }, never, ["[header]", "*", "[footer]"], true, never>;
|
|
170
181
|
}
|
|
171
182
|
|
|
172
|
-
export { FuiSidebarComponent };
|
|
183
|
+
export { FuiSidebarComponent, FuiSidebarIntl };
|
|
173
184
|
export type { FuiSidebarMode, FuiSidebarNavItem, FuiSidebarPosition };
|
|
174
185
|
//# sourceMappingURL=raintonic-formaui-components-sidebar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-sidebar.d.ts","sources":["../../../lib/components/sidebar/sidebar.component.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-sidebar.d.ts","sources":["../../../lib/components/sidebar/sidebar.intl.ts","../../../lib/components/sidebar/sidebar.component.ts"],"mappings":";;;;AAGA,cACa,cAAe,SAAQ,WAAW;AAC7C;AACA;yCAFW,cAAc;6CAAd,cAAc;AAG1B;;ACcD;;AAEG;AACG,KAAM,cAAc;AAE1B;;AAEG;KACS,kBAAkB;AAE9B;;AAEG;UACc,iBAAiB;;;;;;;AAOhC,eAAW,iBAAiB;;AAE7B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8FG;AACH,cAkBa,mBAAmB;mBACjB,cAAA;AACb;;AAOA,qBAAiB,WAAW;AAC5B,mBAAe,WAAW,CAAC,cAAc;AACzC,uBAAmB,WAAW,CAAC,kBAAkB;AACjD,uBAAmB,WAAW;AAC9B,oBAAgB,WAAW;uBACR,WAAW,CAAC,iBAAiB;AAChD,0BAAsB,WAAW;AAGjC,2BAAuB,gBAAgB;AACvC,2BAAuB,gBAAgB,CAAC,iBAAiB;AACzD,4BAAwB,gBAAgB;4BAGhB,cAAc,CAAC,GAAG;AAG1C,6BAAyB,MAAM;AAa/B,8BAA0B,MAAM;AAUhC,4BAAwB,MAAM,CAAC,MAAM;AAMrC;;AAEG;AACH;AAKA;;AAEG;AACH;AAMA;;AAEG;AACH;AAMA;;AAEG;AACH,yBAAqB,iBAAiB;AAkBtC;;AAEG;AACH;AAaA;;AAEG;AACH;AAIA;;AAEG;AACH;AAKA;;AAEG;4BACqB,iBAAiB;AA2BzC;yCAnKW,mBAAmB;2CAAnB,mBAAmB;AAwK/B;;;;","names":[]}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { OnDestroy, WritableSignal, Signal, ElementRef } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
4
5
|
|
|
5
6
|
type SliderValue = number | [number, number];
|
|
6
7
|
interface SliderChange {
|
|
@@ -9,6 +10,13 @@ interface SliderChange {
|
|
|
9
10
|
}
|
|
10
11
|
type SliderFormatLabelFn = (value: number) => string;
|
|
11
12
|
|
|
13
|
+
declare class FuiSliderIntl extends FuiIntlBase {
|
|
14
|
+
minValueAriaLabel: string;
|
|
15
|
+
maxValueAriaLabel: string;
|
|
16
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiSliderIntl, never>;
|
|
17
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiSliderIntl>;
|
|
18
|
+
}
|
|
19
|
+
|
|
12
20
|
/**
|
|
13
21
|
* # FuiSliderComponent
|
|
14
22
|
*
|
|
@@ -43,6 +51,9 @@ type SliderFormatLabelFn = (value: number) => string;
|
|
|
43
51
|
*/
|
|
44
52
|
declare class FuiSliderComponent implements ControlValueAccessor, OnDestroy {
|
|
45
53
|
private readonly _document;
|
|
54
|
+
readonly intl: FuiSliderIntl;
|
|
55
|
+
private readonly _cdr;
|
|
56
|
+
constructor();
|
|
46
57
|
readonly min: _angular_core.InputSignal<number>;
|
|
47
58
|
readonly max: _angular_core.InputSignal<number>;
|
|
48
59
|
readonly step: _angular_core.InputSignal<number>;
|
|
@@ -103,6 +114,6 @@ declare class FuiSliderComponent implements ControlValueAccessor, OnDestroy {
|
|
|
103
114
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiSliderComponent, "fui-slider", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "range": { "alias": "range"; "required": false; "isSignal": true; }; "showTicks": { "alias": "showTicks"; "required": false; "isSignal": true; }; "showTooltip": { "alias": "showTooltip"; "required": false; "isSignal": true; }; "formatLabel": { "alias": "formatLabel"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelLow": { "alias": "ariaLabelLow"; "required": false; "isSignal": true; }; "ariaLabelHigh": { "alias": "ariaLabelHigh"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "dragStart": "dragStart"; "dragEnd": "dragEnd"; }, never, never, true, never>;
|
|
104
115
|
}
|
|
105
116
|
|
|
106
|
-
export { FuiSliderComponent };
|
|
117
|
+
export { FuiSliderComponent, FuiSliderIntl };
|
|
107
118
|
export type { SliderChange, SliderFormatLabelFn, SliderValue };
|
|
108
119
|
//# sourceMappingURL=raintonic-formaui-components-slider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-slider.d.ts","sources":["../../../lib/components/slider/slider.types.ts","../../../lib/components/slider/slider.component.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-slider.d.ts","sources":["../../../lib/components/slider/slider.types.ts","../../../lib/components/slider/slider.intl.ts","../../../lib/components/slider/slider.component.ts"],"mappings":";;;;;AAAM,KAAM,WAAW;UAEN,YAAY;;WAEpB,WAAW;AACnB;AAEK,KAAM,mBAAmB;;ACJ/B,cACa,aAAc,SAAQ,WAAW;AAC5C;AACA;oDAFW,aAAa;wDAAb,aAAa;AAGzB;;ACgBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+BG;AACH,cAsBa,kBAAmB,YAAW,oBAAoB,EAAE,SAAS;AACxE;mBACa,aAAA;AACb;;kBAOY,aAAA,CAAA,WAAA;kBACA,aAAA,CAAA,WAAA;mBACC,aAAA,CAAA,WAAA;oBACC,aAAA,CAAA,wBAAA;wBACI,aAAA,CAAA,wBAAA;0BACE,aAAA,CAAA,wBAAA;0BACA,aAAA,CAAA,WAAA,CAAA,mBAAA;uBACH,aAAA,CAAA,wBAAA;wBACC,aAAA,CAAA,WAAA;2BACG,aAAA,CAAA,WAAA;4BACC,aAAA,CAAA,WAAA;0BAGF,aAAA,CAAA,gBAAA,CAAA,WAAA;wBACF,aAAA,CAAA,gBAAA;sBACF,aAAA,CAAA,gBAAA;AAGhB,qBAAiB,cAAc;AAC/B,wBAAoB,cAAc;AAClC,yBAAqB,cAAc;wBACf,cAAc;uBACf,cAAc;AAGjC,+BAA2B,MAAM,CAAC,UAAU,CAAC,WAAW;AAIxD,0BAAsB,MAAM;AAE5B,6BAAyB,MAAM;AAE/B,8BAA0B,MAAM;0BAGV,MAAM;;;;;;;AA8B5B,sBAAkB,WAAW;iCAWA,WAAW;AAIxC;AAIA;AAIA;AAMA;AAOA;AAOA;AAQA;AAMA,yBAAqB,UAAU;6BAcN,UAAU;8BAYT,UAAU;2BAYb,aAAa;AA6CpC;AAMA;AAMA;AASA;AAMA;AAQA;AAOA;AAIA;AAUA;AAOA;AAOA;AAcA;AAcA;oDA1TW,kBAAkB;sDAAlB,kBAAkB;AA+T9B;;;;","names":[]}
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
2
3
|
|
|
3
4
|
type FuiSpinnerMode = 'indeterminate' | 'determinate';
|
|
4
5
|
type FuiSpinnerSize = 'sm' | 'md' | 'lg';
|
|
5
6
|
|
|
7
|
+
declare class FuiSpinnerIntl extends FuiIntlBase {
|
|
8
|
+
loadingAriaLabel: string;
|
|
9
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiSpinnerIntl, never>;
|
|
10
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiSpinnerIntl>;
|
|
11
|
+
}
|
|
12
|
+
|
|
6
13
|
/**
|
|
7
14
|
* @component FuiSpinnerComponent
|
|
8
15
|
* @selector fui-spinner
|
|
@@ -23,12 +30,15 @@ type FuiSpinnerSize = 'sm' | 'md' | 'lg';
|
|
|
23
30
|
* <fui-spinner mode="determinate" [value]="progress" size="lg"></fui-spinner>
|
|
24
31
|
*/
|
|
25
32
|
declare class FuiSpinnerComponent {
|
|
33
|
+
readonly intl: FuiSpinnerIntl;
|
|
34
|
+
private readonly _cdr;
|
|
26
35
|
readonly mode: _angular_core.InputSignal<FuiSpinnerMode>;
|
|
27
36
|
readonly value: _angular_core.InputSignalWithTransform<number, unknown>;
|
|
28
37
|
readonly size: _angular_core.InputSignal<FuiSpinnerSize>;
|
|
29
38
|
readonly color: _angular_core.InputSignal<string | null>;
|
|
30
39
|
readonly overlay: _angular_core.InputSignal<boolean>;
|
|
31
|
-
readonly ariaLabel: _angular_core.InputSignal<string>;
|
|
40
|
+
readonly ariaLabel: _angular_core.InputSignal<string | undefined>;
|
|
41
|
+
constructor();
|
|
32
42
|
private readonly RADIUS;
|
|
33
43
|
readonly circumference: number;
|
|
34
44
|
readonly clampedValue: _angular_core.Signal<number>;
|
|
@@ -37,6 +47,6 @@ declare class FuiSpinnerComponent {
|
|
|
37
47
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiSpinnerComponent, "fui-spinner", never, { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "overlay": { "alias": "overlay"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
38
48
|
}
|
|
39
49
|
|
|
40
|
-
export { FuiSpinnerComponent };
|
|
50
|
+
export { FuiSpinnerComponent, FuiSpinnerIntl };
|
|
41
51
|
export type { FuiSpinnerMode, FuiSpinnerSize };
|
|
42
52
|
//# sourceMappingURL=raintonic-formaui-components-spinner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-spinner.d.ts","sources":["../../../lib/components/spinner/spinner.types.ts","../../../lib/components/spinner/spinner.component.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-spinner.d.ts","sources":["../../../lib/components/spinner/spinner.types.ts","../../../lib/components/spinner/spinner.intl.ts","../../../lib/components/spinner/spinner.component.ts"],"mappings":";;;KAAY,cAAc;AACpB,KAAM,cAAc;;ACE1B,cACa,cAAe,SAAQ,WAAW;AAC7C;oDADW,cAAc;wDAAd,cAAc;AAE1B;;ACQD;;;;;;;;;;;;;;;;;;AAkBG;AACH,cAwBa,mBAAmB;mBACjB,cAAA;AACb;mBAEa,aAAA,CAAA,WAAA,CAAA,cAAA;oBACC,aAAA,CAAA,wBAAA;mBACD,aAAA,CAAA,WAAA,CAAA,cAAA;oBACC,aAAA,CAAA,WAAA;sBACE,aAAA,CAAA,WAAA;wBACE,aAAA,CAAA,WAAA;;AAMlB;;2BAGqB,aAAA,CAAA,MAAA;+BACI,aAAA,CAAA,MAAA;oDAnBd,mBAAmB;sDAAnB,mBAAmB;AAsB/B;;;;","names":[]}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
2
3
|
|
|
3
4
|
type FuiTagVariant = 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info';
|
|
4
5
|
type FuiTagSize = 'sm' | 'md';
|
|
@@ -8,7 +9,15 @@ interface FuiTagRemoveEvent {
|
|
|
8
9
|
tag: unknown;
|
|
9
10
|
}
|
|
10
11
|
|
|
12
|
+
declare class FuiTagIntl extends FuiIntlBase {
|
|
13
|
+
removeAriaLabel(label: string): string;
|
|
14
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiTagIntl, never>;
|
|
15
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiTagIntl>;
|
|
16
|
+
}
|
|
17
|
+
|
|
11
18
|
declare class FuiTagComponent {
|
|
19
|
+
readonly intl: FuiTagIntl;
|
|
20
|
+
private readonly _cdr;
|
|
12
21
|
readonly label: _angular_core.InputSignal<string>;
|
|
13
22
|
readonly variant: _angular_core.InputSignalWithTransform<FuiTagVariant, string>;
|
|
14
23
|
readonly size: _angular_core.InputSignal<FuiTagSize>;
|
|
@@ -29,6 +38,6 @@ declare class FuiTagComponent {
|
|
|
29
38
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiTagComponent, "fui-tag", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "removable": { "alias": "removable"; "required": false; "isSignal": true; }; "selectable": { "alias": "selectable"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "removed": "removed"; "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
30
39
|
}
|
|
31
40
|
|
|
32
|
-
export { FUI_TAG_SIZES, FUI_TAG_VARIANTS, FuiTagComponent };
|
|
41
|
+
export { FUI_TAG_SIZES, FUI_TAG_VARIANTS, FuiTagComponent, FuiTagIntl };
|
|
33
42
|
export type { FuiTagRemoveEvent, FuiTagSize, FuiTagVariant };
|
|
34
43
|
//# sourceMappingURL=raintonic-formaui-components-tag.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-tag.d.ts","sources":["../../../lib/components/tag/tag.types.ts","../../../lib/components/tag/tag.component.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-tag.d.ts","sources":["../../../lib/components/tag/tag.types.ts","../../../lib/components/tag/tag.intl.ts","../../../lib/components/tag/tag.component.ts"],"mappings":";;;AAAM,KAAM,aAAa;KACb,UAAU;AAEtB,cAAa,gBAAgB,WAAW,aAAa;AAQrD,cAAa,aAAa,WAAW,UAAU;UAE9B,iBAAiB;;AAEjC;;ACZD,cACa,UAAW,SAAQ,WAAW;AACzC;oDADW,UAAU;wDAAV,UAAU;AAItB;;ACUD,cAsBa,eAAe;mBACb,UAAA;AACb;oBAEc,aAAA,CAAA,WAAA;sBACE,aAAA,CAAA,wBAAA,CAAA,aAAA;mBAGH,aAAA,CAAA,WAAA,CAAA,UAAA;mBACA,aAAA,CAAA,WAAA;wBACK,aAAA,CAAA,WAAA;yBACC,aAAA,CAAA,WAAA;uBACF,aAAA,CAAA,WAAA;uBACA,aAAA,CAAA,wBAAA;sBAED,aAAA,CAAA,gBAAA,CAAA,iBAAA;6BACO,aAAA,CAAA,gBAAA;wBAEL,aAAA,CAAA,cAAA;8BAEM,aAAA,CAAA,MAAA;;AAWxB;AAQA,mBAAe,KAAK;AAKpB,oBAAgB,KAAK;oDA5CV,eAAe;sDAAf,eAAe;AAkD3B;;;;","names":[]}
|
|
@@ -2,7 +2,15 @@ import * as _angular_core from '@angular/core';
|
|
|
2
2
|
import { DoCheck, OnDestroy, InputSignal, InputSignalWithTransform, OutputEmitterRef, WritableSignal, ElementRef, AfterViewInit } 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
|
+
|
|
7
|
+
declare class FuiTimePickerIntl extends FuiIntlBase {
|
|
8
|
+
toggleAriaLabel: string;
|
|
9
|
+
dialogAriaLabel: string;
|
|
10
|
+
availableTimesAriaLabel: string;
|
|
11
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiTimePickerIntl, never>;
|
|
12
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiTimePickerIntl>;
|
|
13
|
+
}
|
|
6
14
|
|
|
7
15
|
type TimeFormat = '12h' | '24h';
|
|
8
16
|
interface TimeValue {
|
|
@@ -64,6 +72,8 @@ declare class FuiTimePickerComponent implements ControlValueAccessor, FuiFormFie
|
|
|
64
72
|
private readonly _elementRef;
|
|
65
73
|
private readonly _document;
|
|
66
74
|
private readonly _ngZone;
|
|
75
|
+
readonly intl: FuiTimePickerIntl;
|
|
76
|
+
private readonly _cdr;
|
|
67
77
|
private _outsideClickSub?;
|
|
68
78
|
private _onChange;
|
|
69
79
|
private _onTouched;
|
|
@@ -145,6 +155,8 @@ declare class FuiTimeListComponent implements AfterViewInit {
|
|
|
145
155
|
/** Index of the currently focused option for keyboard navigation. */
|
|
146
156
|
readonly _focusedIndex: _angular_core.WritableSignal<number>;
|
|
147
157
|
listContainer?: ElementRef<HTMLDivElement>;
|
|
158
|
+
readonly intl: FuiTimePickerIntl;
|
|
159
|
+
private readonly _cdr;
|
|
148
160
|
constructor();
|
|
149
161
|
ngAfterViewInit(): void;
|
|
150
162
|
/** Check if an option matches the selected value. */
|
|
@@ -167,6 +179,6 @@ declare class FuiTimeListComponent implements AfterViewInit {
|
|
|
167
179
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiTimeListComponent, "fui-time-list", never, { "options": { "alias": "options"; "required": true; "isSignal": true; }; "selectedValue": { "alias": "selectedValue"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, { "optionSelected": "optionSelected"; }, never, never, true, never>;
|
|
168
180
|
}
|
|
169
181
|
|
|
170
|
-
export { FuiTimeListComponent, FuiTimePickerComponent, compareTime, formatTime, generateTimeOptions, isTimeInRange, parseISOTimeString, parseTimeString, timeToMinutes, timeValueToString };
|
|
182
|
+
export { FuiTimeListComponent, FuiTimePickerComponent, FuiTimePickerIntl, compareTime, formatTime, generateTimeOptions, isTimeInRange, parseISOTimeString, parseTimeString, timeToMinutes, timeValueToString };
|
|
171
183
|
export type { TimeFormat, TimeOption, TimeValue };
|
|
172
184
|
//# sourceMappingURL=raintonic-formaui-components-time-picker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-time-picker.d.ts","sources":["../../../lib/components/time-picker/time-picker.types.ts","../../../lib/components/time-picker/time-picker.component.ts","../../../lib/components/time-picker/time-picker.utils.ts","../../../lib/components/time-picker/time-list.component.ts"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-time-picker.d.ts","sources":["../../../lib/components/time-picker/time-picker.intl.ts","../../../lib/components/time-picker/time-picker.types.ts","../../../lib/components/time-picker/time-picker.component.ts","../../../lib/components/time-picker/time-picker.utils.ts","../../../lib/components/time-picker/time-list.component.ts"],"mappings":";;;;;;AAGA,cACa,iBAAkB,SAAQ,WAAW;AAChD;AACA;AACA;oDAHW,iBAAiB;wDAAjB,iBAAiB;AAI7B;;KCRW,UAAU;UAEL,SAAS;;;;AAIzB;UAEgB,UAAU;;WAElB,SAAS;;AAEjB;;AC+BD,cA6Ba,sBAAuB,YAAW,oBAAoB,EAAE,mBAAmB,UAAU,OAAO,EAAE,SAAS;;;AAKlH,0BAAsB,WAAW,CAAC,UAAU;0BACtB,wBAAwB;AAG9C,yBAAqB,WAAW;AAChC,kBAAc,WAAW;AACzB,kBAAc,WAAW;AACzB,+BAA2B,WAAW;4BACd,wBAAwB;uBAI7B,wBAAwB;gCAGf,WAAW,CAAC,iBAAiB;AAGzD,yBAAqB,gBAAgB;sCAGH,cAAc,CAAC,SAAS;AAC1D;AACA;AACA;AACA;AACA;AACA,wBAAoB,cAAc;yBACf,cAAA;2BAGE,OAAA;;AAErB;;;;AAMA;AACA,qBAAiB,SAAS;0BAKN,aAAA,CAAA,MAAA;uBACH,cAAA;oBACH,aAAA,CAAA,MAAA;sBAIE,cAAA;uBACC,aAAA,CAAA,MAAA;yBACE,cAAA;;oBAGL,aAAA,CAAA,MAAA;4BAKQ,aAAA,CAAA,MAAA;2BAKD,aAAA,CAAA,MAAA;2BAGA,aAAA,CAAA,MAAA,CAAA,UAAA;AAayB,mBAAe,UAAU,CAAC,gBAAgB;AACzC,oBAAgB,UAAU,CAAC,cAAc;;;AAKxF;AACA;AACA;AACA;mBACa,iBAAA;AACb;;;;;AA0CA;AAgBA;AAQA;AAUA;AAIA;AAIA;AAOA,6BAAyB,UAAU;AASnC;AAIA;AAMA;AAcA;AAcA;AAWA,2BAAuB,KAAK;AAI5B,sBAAkB,aAAa;AAa/B;AAIA;;AAwBA,6BAAyB,SAAS;AAMlC;AA0BA;AAQA;AAiDA;oDA7XW,sBAAsB;sDAAtB,sBAAsB;AAoYlC;;AC1cD;;AAEG;AACH,iBAAgB,aAAa,OAAO,SAAS;AAI7C;;;AAGG;AACH,iBAAgB,WAAW,IAAI,SAAS,KAAK,SAAS;AAQtD;;AAEG;AACH,iBAAgB,aAAa,OAAO,SAAS,QAAQ,SAAS,QAAQ,SAAS;AAM/E;;;;AAIG;AACH,iBAAgB,UAAU,QAAQ,SAAS,iBAAiB,UAAU;AAuBtE;;;;AAIG;AACH,iBAAgB,eAAe,sBAAsB,UAAU,GAAG,SAAS;AAsC3E;;AAEG;AACH,iBAAgB,mBAAmB,SACzB,UAAU,kDAGZ,SAAS,QACT,SAAS,GACd,UAAU;AAgBb;;AAEG;AACH,iBAAgB,iBAAiB,QAAQ,SAAS;AAOlD;;;AAGG;AACH,iBAAgB,kBAAkB,eAAe,SAAS;;ACzH1D,cAWa,oBAAqB,YAAW,aAAa;;sBAExC,aAAA,CAAA,WAAA,CAAA,UAAA;;4BAGM,aAAA,CAAA,WAAA,CAAA,SAAA;;qBAGP,aAAA,CAAA,WAAA,CAAA,UAAA;;6BAGQ,aAAA,CAAA,gBAAA,CAAA,SAAA;;4BAGD,aAAA,CAAA,cAAA;AAEyB,oBAAgB,UAAU,CAAC,cAAc;mBAE3E,iBAAA;AACb;;AAgBA;;AAKA,wBAAoB,UAAU;;AAO9B,0BAAsB,UAAU;;AAMhC,qBAAiB,aAAa;;AA6B9B;;AAmBA;;AAMA;;AASA;;AAqBA;oDAzIW,oBAAoB;sDAApB,oBAAoB;AAuJhC;;;;","names":[]}
|
|
@@ -62,7 +62,7 @@ declare class FuiToggleComponent implements ControlValueAccessor, DoCheck, OnDes
|
|
|
62
62
|
toggle(): void;
|
|
63
63
|
focus(): void;
|
|
64
64
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiToggleComponent, never>;
|
|
65
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiToggleComponent, "fui-toggle", never, { "checkedInput": { "alias": "checked"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "requiredInput": { "alias": "required"; "required": false; "isSignal": true; }; "labelPosition": { "alias": "labelPosition"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; "isSignal": true; }; }, { "change": "change"; }, never, ["*"
|
|
65
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiToggleComponent, "fui-toggle", never, { "checkedInput": { "alias": "checked"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "requiredInput": { "alias": "required"; "required": false; "isSignal": true; }; "labelPosition": { "alias": "labelPosition"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaDescribedby": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; "isSignal": true; }; }, { "change": "change"; }, never, ["*"], true, never>;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
export { FuiToggleComponent };
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InputSignal,
|
|
2
|
+
import { InputSignal, Signal, OutputEmitterRef } from '@angular/core';
|
|
3
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
4
|
+
|
|
5
|
+
declare class FuiToolbarIntl extends FuiIntlBase {
|
|
6
|
+
navAriaLabel: string;
|
|
7
|
+
userAriaLabelPrefix: string;
|
|
8
|
+
toggleSidebarAriaLabel: string;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FuiToolbarIntl, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FuiToolbarIntl>;
|
|
11
|
+
}
|
|
3
12
|
|
|
4
13
|
/**
|
|
5
14
|
* Toolbar menu item interface
|
|
@@ -104,13 +113,22 @@ interface FuiToolbarUserProfile {
|
|
|
104
113
|
* ```
|
|
105
114
|
*/
|
|
106
115
|
declare class FuiToolbarComponent {
|
|
116
|
+
readonly intl: FuiToolbarIntl;
|
|
117
|
+
private readonly _cdr;
|
|
118
|
+
/** @internal — bumped when Intl mutates so computeds that read plain intl fields reinvoke. */
|
|
119
|
+
private readonly _intlTick;
|
|
120
|
+
constructor();
|
|
107
121
|
readonly menuItems: InputSignal<FuiToolbarMenuItem[]>;
|
|
108
122
|
readonly userProfile: InputSignal<FuiToolbarUserProfile | null>;
|
|
109
123
|
readonly fixed: InputSignal<boolean>;
|
|
110
124
|
readonly activeMenuItemId: InputSignal<string | number>;
|
|
111
|
-
readonly ariaLabel: InputSignal<string>;
|
|
112
|
-
readonly userAriaLabel: InputSignal<string>;
|
|
125
|
+
readonly ariaLabel: InputSignal<string | undefined>;
|
|
126
|
+
readonly userAriaLabel: InputSignal<string | undefined>;
|
|
113
127
|
readonly showSidebarToggle: InputSignal<boolean>;
|
|
128
|
+
/** Resolved navigation aria-label: input override → intl default. */
|
|
129
|
+
readonly resolvedNavAriaLabel: Signal<string>;
|
|
130
|
+
/** Resolved user-menu aria-label prefix: input override → intl default. */
|
|
131
|
+
readonly resolvedUserAriaLabelPrefix: Signal<string>;
|
|
114
132
|
readonly menuItemClick: OutputEmitterRef<string | number>;
|
|
115
133
|
readonly userProfileClick: OutputEmitterRef<void>;
|
|
116
134
|
readonly sidebarToggle: OutputEmitterRef<void>;
|
|
@@ -123,6 +141,6 @@ declare class FuiToolbarComponent {
|
|
|
123
141
|
static ɵcmp: i0.ɵɵComponentDeclaration<FuiToolbarComponent, "fui-toolbar", never, { "menuItems": { "alias": "menuItems"; "required": false; "isSignal": true; }; "userProfile": { "alias": "userProfile"; "required": false; "isSignal": true; }; "fixed": { "alias": "fixed"; "required": false; "isSignal": true; }; "activeMenuItemId": { "alias": "activeMenuItemId"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "userAriaLabel": { "alias": "userAriaLabel"; "required": false; "isSignal": true; }; "showSidebarToggle": { "alias": "showSidebarToggle"; "required": false; "isSignal": true; }; }, { "menuItemClick": "menuItemClick"; "userProfileClick": "userProfileClick"; "sidebarToggle": "sidebarToggle"; }, never, ["[logo]", "[more-buttons]"], true, never>;
|
|
124
142
|
}
|
|
125
143
|
|
|
126
|
-
export { FuiToolbarComponent };
|
|
144
|
+
export { FuiToolbarComponent, FuiToolbarIntl };
|
|
127
145
|
export type { FuiToolbarMenuItem, FuiToolbarUserProfile };
|
|
128
146
|
//# sourceMappingURL=raintonic-formaui-components-toolbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-toolbar.d.ts","sources":["../../../lib/components/toolbar/toolbar.component.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-toolbar.d.ts","sources":["../../../lib/components/toolbar/toolbar.intl.ts","../../../lib/components/toolbar/toolbar.component.ts"],"mappings":";;;;AAGA,cACa,cAAe,SAAQ,WAAW;AAC7C;AACA;AACA;yCAHW,cAAc;6CAAd,cAAc;AAI1B;;ACaD;;AAEG;UACc,kBAAkB;AACjC;;;;AAIA;kBACc,MAAM;;AAErB;AAED;;AAEG;UACc,qBAAqB;;;;;AAKrC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgFG;AACH,cAca,mBAAmB;mBACjB,cAAA;AACb;;AAEA;;wBAUoB,WAAW,CAAC,kBAAkB;0BAC5B,WAAW,CAAC,qBAAqB;AACvD,oBAAgB,WAAW;+BACA,WAAW;wBACpB,WAAA;4BACI,WAAA;AAEtB,gCAA4B,WAAW;;mCAGV,MAAA;;0CAMO,MAAA;4BAMZ,gBAAgB;AACxC,+BAA2B,gBAAgB;AAE3C,4BAAwB,gBAAgB;AAGxC,wBAAoB,MAAM;AAC1B,uBAAmB,MAAM;AAKzB,0BAAsB,kBAAkB;AAMxC;AAMA;yCA5DW,mBAAmB;2CAAnB,mBAAmB;AA+D/B;;;;","names":[]}
|
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
3
4
|
|
|
5
|
+
/**
|
|
6
|
+
* Tree table column type.
|
|
7
|
+
*
|
|
8
|
+
* Mirrors `AdvancedDataTableColumnType` from the data-table entry point.
|
|
9
|
+
* Duplicated intentionally: ng-packagr forbids relative imports across
|
|
10
|
+
* secondary entry points. Keep the two union types in sync when either
|
|
11
|
+
* changes.
|
|
12
|
+
*/
|
|
13
|
+
type FuiTreeTableColumnType = 'string' | 'number' | 'boolean' | 'date' | 'label';
|
|
4
14
|
/** Tree table node */
|
|
5
15
|
interface FuiTreeTableNode<T = any> {
|
|
6
16
|
data: T;
|
|
@@ -25,7 +35,7 @@ interface FuiFlatTreeTableRow<T = any> {
|
|
|
25
35
|
/** Tree table header - same structure as AdvancedDataTableHeader */
|
|
26
36
|
interface FuiTreeTableHeader {
|
|
27
37
|
label: string;
|
|
28
|
-
type:
|
|
38
|
+
type: FuiTreeTableColumnType;
|
|
29
39
|
field: string;
|
|
30
40
|
hasSort?: boolean;
|
|
31
41
|
hasFilter?: boolean;
|
|
@@ -54,7 +64,16 @@ interface FuiTreeTableRowEvent<T = any> {
|
|
|
54
64
|
flatRow: FuiFlatTreeTableRow<T>;
|
|
55
65
|
}
|
|
56
66
|
|
|
67
|
+
declare class FuiTreeTableIntl extends FuiIntlBase {
|
|
68
|
+
emptyMessage: string;
|
|
69
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiTreeTableIntl, never>;
|
|
70
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiTreeTableIntl>;
|
|
71
|
+
}
|
|
72
|
+
|
|
57
73
|
declare class FuiTreeTableComponent<T = any> {
|
|
74
|
+
readonly intl: FuiTreeTableIntl;
|
|
75
|
+
private readonly _cdr;
|
|
76
|
+
constructor();
|
|
58
77
|
readonly config: _angular_core.InputSignal<FuiTreeTableConfig>;
|
|
59
78
|
readonly sort: _angular_core.InputSignal<{
|
|
60
79
|
field: string;
|
|
@@ -62,7 +81,13 @@ declare class FuiTreeTableComponent<T = any> {
|
|
|
62
81
|
} | null>;
|
|
63
82
|
readonly filters: _angular_core.InputSignal<FuiTreeTableColumnFilter[]>;
|
|
64
83
|
readonly enableRowHighlight: _angular_core.InputSignal<boolean>;
|
|
65
|
-
|
|
84
|
+
/**
|
|
85
|
+
* Message shown when the tree is empty.
|
|
86
|
+
* Default comes from FuiTreeTableIntl.emptyMessage ('No data available').
|
|
87
|
+
*/
|
|
88
|
+
readonly emptyMessage: _angular_core.InputSignal<string | undefined>;
|
|
89
|
+
/** Resolved empty-state message: input override → intl default. */
|
|
90
|
+
readonly resolvedEmptyMessage: _angular_core.Signal<string>;
|
|
66
91
|
readonly nodes: _angular_core.InputSignal<FuiTreeTableNode<T>[]>;
|
|
67
92
|
readonly loadChildren: _angular_core.InputSignal<((node: FuiTreeTableNode<T>) => Observable<FuiTreeTableNode<T>[]>) | null>;
|
|
68
93
|
readonly sortChange: _angular_core.OutputEmitterRef<{
|
|
@@ -85,6 +110,6 @@ declare class FuiTreeTableComponent<T = any> {
|
|
|
85
110
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiTreeTableComponent<any>, "fui-tree-table", never, { "config": { "alias": "config"; "required": true; "isSignal": true; }; "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; "isSignal": true; }; "enableRowHighlight": { "alias": "enableRowHighlight"; "required": false; "isSignal": true; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; "isSignal": true; }; "nodes": { "alias": "nodes"; "required": true; "isSignal": true; }; "loadChildren": { "alias": "loadChildren"; "required": false; "isSignal": true; }; }, { "sortChange": "sortChange"; "filtersChange": "filtersChange"; "rowDblClick": "rowDblClick"; "rowExpand": "rowExpand"; "rowCollapse": "rowCollapse"; }, never, never, true, never>;
|
|
86
111
|
}
|
|
87
112
|
|
|
88
|
-
export { FuiTreeTableComponent };
|
|
89
|
-
export type { FuiFlatTreeTableRow, FuiTreeTableColumnFilter, FuiTreeTableConfig, FuiTreeTableHeader, FuiTreeTableNode, FuiTreeTableRowEvent };
|
|
113
|
+
export { FuiTreeTableComponent, FuiTreeTableIntl };
|
|
114
|
+
export type { FuiFlatTreeTableRow, FuiTreeTableColumnFilter, FuiTreeTableColumnType, FuiTreeTableConfig, FuiTreeTableHeader, FuiTreeTableNode, FuiTreeTableRowEvent };
|
|
90
115
|
//# sourceMappingURL=raintonic-formaui-components-tree-table.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-tree-table.d.ts","sources":["../../../lib/components/tree-table/tree-table.types.ts","../../../lib/components/tree-table/fui-tree-table.component.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-tree-table.d.ts","sources":["../../../lib/components/tree-table/tree-table.types.ts","../../../lib/components/tree-table/tree-table.intl.ts","../../../lib/components/tree-table/fui-tree-table.component.ts"],"mappings":";;;;AAEA;;;;;;;AAOG;AACG,KAAM,sBAAsB;AAElC;AACM,UAAW,gBAAgB;;AAE/B,eAAW,gBAAgB,QAAQ,UAAU,CAAC,gBAAgB;;;;;AAK/D;AAED;AACM,UAAW,mBAAmB;;AAElC,YAAQ,gBAAgB;;;;;;;;AAQzB;AAED;UACiB,kBAAkB;;UAE3B,sBAAsB;;;;;;AAM7B;AAED;UACiB,kBAAkB;;aAExB,kBAAkB;;;;;;AAM5B;AAED;UACiB,wBAAwB;;;AAGvC,uCAAmC,IAAI,sBAAsB,IAAI;AAClE;AAED;AACM,UAAW,oBAAoB;AACnC,SAAK,gBAAgB;AACrB,aAAS,mBAAmB;AAC7B;;ACjED,cACa,gBAAiB,SAAQ,WAAW;AAC/C;oDADW,gBAAgB;wDAAhB,gBAAgB;AAE5B;;ACiBD,cAYa,qBAAqB;mBACnB,gBAAA;AACb;;qBAUe,aAAA,CAAA,WAAA,CAAA,kBAAA;AACf,mBAAa,aAAA,CAAA,WAAA;;AAAqC;AAA+B;sBACjE,aAAA,CAAA,WAAA,CAAA,wBAAA;iCACW,aAAA,CAAA,WAAA;AAC3B;;;AAGG;2BACkB,aAAA,CAAA,WAAA;;mCAGQ,aAAA,CAAA,MAAA;oBAMf,aAAA,CAAA,WAAA,CAAA,gBAAA;AACd,2BAAqB,aAAA,CAAA,WAAA,SAAiB,gBAAgB,QAAQ,UAAU,CAAC,gBAAgB;AAGzF,yBAAmB,aAAA,CAAA,gBAAA;;AAAsC;AAA2B;4BAC9D,aAAA,CAAA,gBAAA,CAAA,wBAAA;0BACF,aAAA,CAAA,gBAAA;wBACF,aAAA,CAAA,gBAAA,CAAA,oBAAA;0BACE,aAAA,CAAA,gBAAA,CAAA,oBAAA;AAGpB;uBAEiB,aAAA,CAAA,MAAA,CAAA,mBAAA;8BAKO,aAAA,CAAA,MAAA;uBAKP,aAAA,CAAA,MAAA;AAGjB;yBA2BqB,mBAAmB;AAYxC;;oDA9FW,qBAAqB;sDAArB,qBAAqB;AA+GjC;;;;","names":[]}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { OnDestroy, TemplateRef } from '@angular/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
4
5
|
|
|
5
6
|
/** Tree node data model (hierarchical) */
|
|
6
7
|
interface FuiTreeNode<T = any> {
|
|
@@ -80,7 +81,17 @@ declare class FuiTreeComponent<T = any> implements OnDestroy {
|
|
|
80
81
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiTreeComponent<any>, "fui-tree", never, { "nodes": { "alias": "nodes"; "required": true; "isSignal": true; }; "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "loadChildren": { "alias": "loadChildren"; "required": false; "isSignal": true; }; "nodeTemplate": { "alias": "nodeTemplate"; "required": false; "isSignal": true; }; "draggable": { "alias": "draggable"; "required": false; "isSignal": true; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; "isSignal": true; }; "virtualItemSize": { "alias": "virtualItemSize"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; }, { "nodeSelect": "nodeSelect"; "nodeUnselect": "nodeUnselect"; "nodeExpand": "nodeExpand"; "nodeCollapse": "nodeCollapse"; "nodeDrop": "nodeDrop"; "filterChange": "filterChange"; }, never, never, true, never>;
|
|
81
82
|
}
|
|
82
83
|
|
|
84
|
+
declare class FuiTreeIntl extends FuiIntlBase {
|
|
85
|
+
collapseAriaLabel: string;
|
|
86
|
+
expandAriaLabel: string;
|
|
87
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiTreeIntl, never>;
|
|
88
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiTreeIntl>;
|
|
89
|
+
}
|
|
90
|
+
|
|
83
91
|
declare class FuiTreeNodeComponent {
|
|
92
|
+
readonly intl: FuiTreeIntl;
|
|
93
|
+
private readonly _cdr;
|
|
94
|
+
constructor();
|
|
84
95
|
readonly flatNode: _angular_core.InputSignal<FuiFlatTreeNode<any>>;
|
|
85
96
|
readonly selectionMode: _angular_core.InputSignal<FuiTreeSelectionMode>;
|
|
86
97
|
readonly nodeTemplate: _angular_core.InputSignal<TemplateRef<any> | null>;
|
|
@@ -99,6 +110,6 @@ declare class FuiTreeFlattener<T = any> {
|
|
|
99
110
|
calculateCheckboxStates(nodes: FuiTreeNode<T>[]): Map<FuiTreeNode<T>, 'checked' | 'unchecked' | 'indeterminate'>;
|
|
100
111
|
}
|
|
101
112
|
|
|
102
|
-
export { FuiTreeComponent, FuiTreeFlattener, FuiTreeNodeComponent };
|
|
113
|
+
export { FuiTreeComponent, FuiTreeFlattener, FuiTreeIntl, FuiTreeNodeComponent };
|
|
103
114
|
export type { FuiFlatTreeNode, FuiTreeDragDropEvent, FuiTreeNode, FuiTreeNodeEvent, FuiTreeSelectionMode };
|
|
104
115
|
//# sourceMappingURL=raintonic-formaui-components-tree.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-tree.d.ts","sources":["../../../lib/components/tree/tree.types.ts","../../../lib/components/tree/fui-tree.component.ts","../../../lib/components/tree/fui-tree-node.component.ts","../../../lib/components/tree/tree-flattener.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-tree.d.ts","sources":["../../../lib/components/tree/tree.types.ts","../../../lib/components/tree/fui-tree.component.ts","../../../lib/components/tree/tree.intl.ts","../../../lib/components/tree/fui-tree-node.component.ts","../../../lib/components/tree/tree-flattener.ts"],"mappings":";;;;;AAAA;AACM,UAAW,WAAW;;AAE1B,eAAW,WAAW;;;;;AAKvB;AAED;AACM,UAAW,eAAe;AAC9B,YAAQ,WAAW;;;;;;;;;AASpB;AAED;AACM,KAAM,oBAAoB;AAEhC;AACM,UAAW,gBAAgB;AAC/B,UAAM,WAAW;AACjB,cAAU,eAAe;AAC1B;AAED;AACM,UAAW,oBAAoB;AACnC,cAAU,WAAW;AACrB,cAAU,WAAW;AACrB;;;AAGD;;AChBD,cAea,gBAAgB,qBAAqB,SAAS;oBAC3C,aAAA,CAAA,WAAA,CAAA,WAAA;4BACQ,aAAA,CAAA,WAAA,CAAA,oBAAA;AACtB,2BAAqB,aAAA,CAAA,WAAA,SAAiB,WAAW,QAAQ,UAAU,CAAC,WAAW;2BAC1D,aAAA,CAAA,WAAA,CAAA,WAAA;wBACH,aAAA,CAAA,WAAA;4BACI,aAAA,CAAA,WAAA;8BACE,aAAA,CAAA,WAAA;qBACT,aAAA,CAAA,WAAA;yBAEI,aAAA,CAAA,gBAAA,CAAA,gBAAA;2BACE,aAAA,CAAA,gBAAA,CAAA,gBAAA;yBACF,aAAA,CAAA,gBAAA,CAAA,gBAAA;2BACE,aAAA,CAAA,gBAAA,CAAA,gBAAA;uBACJ,aAAA,CAAA,gBAAA,CAAA,oBAAA;2BACI,aAAA,CAAA,gBAAA;AAErB;AACA;;AAGA;wBAEkB,aAAA,CAAA,MAAA,CAAA,eAAA;6BAWK,aAAA,CAAA,MAAA,CAAA,GAAA,CAAA,WAAA;2BAQF,aAAA,CAAA,cAAA;AAErB;AAQA;AAKA;qBAKiB,WAAW;AAa5B,wBAAoB,WAAW;2BAQR,eAAe;2BAmCf,eAAe;+BA2BX,eAAe;AAsB1C,sBAAkB,aAAa;AAyG/B;AAqBA;AAgBA;AASA;AASA;AASA;oDAhVW,gBAAgB;sDAAhB,gBAAgB;AA0V5B;;AC7XD,cACa,WAAY,SAAQ,WAAW;AAC1C;AACA;oDAFW,WAAW;wDAAX,WAAW;AAGvB;;ACUD,cAoBa,oBAAoB;mBAClB,WAAA;AACb;;uBAMiB,aAAA,CAAA,WAAA,CAAA,eAAA;4BACK,aAAA,CAAA,WAAA,CAAA,oBAAA;2BACD,aAAA,CAAA,WAAA,CAAA,WAAA;4BACC,aAAA,CAAA,WAAA;sBACN,aAAA,CAAA,WAAA;qBAED,aAAA,CAAA,gBAAA;qBACA,aAAA,CAAA,gBAAA;6BACQ,aAAA,CAAA,gBAAA;;oDAhBZ,oBAAoB;sDAApB,oBAAoB;AAmBhC;;ACtDD,cAAa,gBAAgB;AAC3B,mBAAe,WAAW,mCAAiC,eAAe;mCAgC3C,WAAW,QAAQ,GAAG,CAAC,WAAW;AAiClE;;;;","names":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
|
2
2
|
import { NgControl, FormControl, FormGroupDirective, NgForm } from '@angular/forms';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { InjectionToken, Signal } from '@angular/core';
|
|
4
|
+
import { InjectionToken, Signal, OnDestroy } from '@angular/core';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Interface for form field controls following Angular Material patterns
|
|
@@ -110,6 +110,23 @@ interface HasErrorState {
|
|
|
110
110
|
*/
|
|
111
111
|
declare function mixinErrorState<T extends Constructor<HasErrorState>>(base: T): Constructor<CanUpdateErrorState> & T;
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
/**
|
|
114
|
+
* Base class for every FormaUI component Intl service.
|
|
115
|
+
* Exposes a `changes` Subject so consumers that mutate strings at runtime
|
|
116
|
+
* can trigger a re-render in all components that subscribe.
|
|
117
|
+
*
|
|
118
|
+
* Consumers extend and override properties, OR provide a replacement class via DI.
|
|
119
|
+
*/
|
|
120
|
+
declare abstract class FuiIntlBase implements OnDestroy {
|
|
121
|
+
/** Emits whenever the labels change. Components subscribe and mark for check. */
|
|
122
|
+
readonly changes: Subject<void>;
|
|
123
|
+
/** Call after mutating properties to notify subscribers. */
|
|
124
|
+
notifyChanges(): void;
|
|
125
|
+
ngOnDestroy(): void;
|
|
126
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FuiIntlBase, never>;
|
|
127
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FuiIntlBase>;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export { DefaultErrorStateMatcher, FUI_FORM_FIELD_CONTROL, FuiIntlBase, mixinErrorState };
|
|
114
131
|
export type { CanUpdateErrorState, Constructor, ErrorStateMatcher, FuiFormFieldControl, HasErrorState };
|
|
115
132
|
//# sourceMappingURL=raintonic-formaui-core.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-core.d.ts","sources":["../../../lib/core/form-field-control.ts","../../../lib/core/error-state.ts"],"mappings":";;;;;AAIA;;;AAGG;AACG,UAAW,mBAAmB;AAClC;;AAEG;AACH,2BAAuB,UAAU;AAEjC;;AAEG;oBACa,MAAM;AAEtB;;AAEG;AACH,0BAAsB,MAAM;AAE5B;;AAEG;AACH,wBAAoB,SAAS;AAE7B;;AAEG;AACH,sBAAkB,MAAM;AAExB;;AAEG;AACH,oBAAgB,MAAM;AAEtB;;AAEG;AACH,uBAAmB,MAAM;AAEzB;;AAEG;AACH,uBAAmB,MAAM;AAEzB;;AAEG;AACH,yBAAqB,MAAM;AAE3B;;AAEG;AACH;AAEA;;AAEG;AACH;AAEA;;AAEG;AACH,4BAAwB,UAAU;AAElC;;AAEG;AACH;AAEA;;AAEG;AACH;AACD;AAED;;AAEG;AACH,cAAa,sBAAsB,EAAA,cAAA,CAAA,mBAAA;;AC/EnC;;;AAGG;UACc,iBAAiB;AAChC,0BAAsB,WAAW,eAAe,kBAAkB,GAAG,MAAM;AAC5E;AAED;;;AAGG;AACH,cACa,wBAAyB,YAAW,iBAAiB;AAChE,0BAAsB,WAAW,eAAe,kBAAkB,GAAG,MAAM;yCADhE,wBAAwB;6CAAxB,wBAAwB;AAKpC;AAED;;AAEG;UACc,mBAAmB;AAClC,2BAAuB,OAAO;;AAE9B,uBAAmB,iBAAiB;;AAErC;AAED;;AAEG;AAEG,KAAM,WAAW;UAEN,aAAa;+BACD,iBAAiB;AAC5C,iBAAa,MAAM,GAAG,kBAAkB;AACxC,sBAAkB,kBAAkB;AACpC,eAAW,SAAS;AACrB;AAED;;AAEG;AACH,iBAAgB,eAAe,WAAW,WAAW,CAAC,aAAa,aAAa,WAAW,CAAC,mBAAmB;;;;","names":[]}
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-core.d.ts","sources":["../../../lib/core/form-field-control.ts","../../../lib/core/error-state.ts","../../../lib/core/intl/fui-intl-base.ts"],"mappings":";;;;;AAIA;;;AAGG;AACG,UAAW,mBAAmB;AAClC;;AAEG;AACH,2BAAuB,UAAU;AAEjC;;AAEG;oBACa,MAAM;AAEtB;;AAEG;AACH,0BAAsB,MAAM;AAE5B;;AAEG;AACH,wBAAoB,SAAS;AAE7B;;AAEG;AACH,sBAAkB,MAAM;AAExB;;AAEG;AACH,oBAAgB,MAAM;AAEtB;;AAEG;AACH,uBAAmB,MAAM;AAEzB;;AAEG;AACH,uBAAmB,MAAM;AAEzB;;AAEG;AACH,yBAAqB,MAAM;AAE3B;;AAEG;AACH;AAEA;;AAEG;AACH;AAEA;;AAEG;AACH,4BAAwB,UAAU;AAElC;;AAEG;AACH;AAEA;;AAEG;AACH;AACD;AAED;;AAEG;AACH,cAAa,sBAAsB,EAAA,cAAA,CAAA,mBAAA;;AC/EnC;;;AAGG;UACc,iBAAiB;AAChC,0BAAsB,WAAW,eAAe,kBAAkB,GAAG,MAAM;AAC5E;AAED;;;AAGG;AACH,cACa,wBAAyB,YAAW,iBAAiB;AAChE,0BAAsB,WAAW,eAAe,kBAAkB,GAAG,MAAM;yCADhE,wBAAwB;6CAAxB,wBAAwB;AAKpC;AAED;;AAEG;UACc,mBAAmB;AAClC,2BAAuB,OAAO;;AAE9B,uBAAmB,iBAAiB;;AAErC;AAED;;AAEG;AAEG,KAAM,WAAW;UAEN,aAAa;+BACD,iBAAiB;AAC5C,iBAAa,MAAM,GAAG,kBAAkB;AACxC,sBAAkB,kBAAkB;AACpC,eAAW,SAAS;AACrB;AAED;;AAEG;AACH,iBAAgB,eAAe,WAAW,WAAW,CAAC,aAAa,aAAa,WAAW,CAAC,mBAAmB;;AC/C/G;;;;;;AAMG;AACH,uBACsB,WAAY,YAAW,SAAS;;sBAEpC,OAAA;;AAGhB;AAIA;yCAToB,WAAW;6CAAX,WAAW;AAYhC;;;;","names":[]}
|
|
@@ -439,7 +439,7 @@ declare class FuiConfirmDialogComponent {
|
|
|
439
439
|
readonly cancelText: string;
|
|
440
440
|
readonly variant: _raintonic_formaui_services_dialog.FuiConfirmDialogVariant;
|
|
441
441
|
readonly icon: i0.Signal<"info" | "warning-diamond" | "warning-octagon">;
|
|
442
|
-
readonly confirmButtonVariant: i0.Signal<"
|
|
442
|
+
readonly confirmButtonVariant: i0.Signal<"destructive" | "primary">;
|
|
443
443
|
onConfirm(): void;
|
|
444
444
|
onCancel(): void;
|
|
445
445
|
static ɵfac: i0.ɵɵFactoryDeclaration<FuiConfirmDialogComponent, never>;
|
|
@@ -67,9 +67,9 @@ type FuiThemeMode = 'light' | 'dark' | 'auto';
|
|
|
67
67
|
* @Component({
|
|
68
68
|
* template: `
|
|
69
69
|
* <div class="theme-controls">
|
|
70
|
-
* <button
|
|
71
|
-
* <button
|
|
72
|
-
* <button
|
|
70
|
+
* <button fuiButton (click)="setLightMode()">Light</button>
|
|
71
|
+
* <button fuiButton (click)="setDarkMode()">Dark</button>
|
|
72
|
+
* <button fuiButton (click)="setAutoMode()">Auto</button>
|
|
73
73
|
* </div>
|
|
74
74
|
* `
|
|
75
75
|
* })
|
|
@@ -1,10 +1,22 @@
|
|
|
1
1
|
import axe from 'axe-core';
|
|
2
2
|
|
|
3
|
+
interface RunA11yAuditOptions {
|
|
4
|
+
/**
|
|
5
|
+
* IDs of axe rules to disable for this audit (merged on top of defaults).
|
|
6
|
+
* Useful when a component legitimately fails a rule because of a
|
|
7
|
+
* JSDOM limitation or host-element wrapping (e.g. `listitem` on
|
|
8
|
+
* component hosts between `<ol>` and `<li>`).
|
|
9
|
+
*/
|
|
10
|
+
disableRules?: string[];
|
|
11
|
+
}
|
|
3
12
|
/**
|
|
4
13
|
* Runs axe-core accessibility audit on the given element.
|
|
5
|
-
* Returns violations array. Empty array means no violations.
|
|
14
|
+
* Returns the violations array. Empty array means no violations.
|
|
15
|
+
*
|
|
16
|
+
* `color-contrast` is disabled by default because JSDOM does not compute
|
|
17
|
+
* real styles, so color-contrast checks produce unreliable results.
|
|
6
18
|
*/
|
|
7
|
-
declare function runA11yAudit(element: HTMLElement): Promise<axe.Result[]>;
|
|
19
|
+
declare function runA11yAudit(element: HTMLElement, options?: RunA11yAuditOptions): Promise<axe.Result[]>;
|
|
8
20
|
|
|
9
21
|
declare function pressKey(element: HTMLElement, key: string, modifiers?: {
|
|
10
22
|
shift?: boolean;
|
|
@@ -21,4 +33,5 @@ declare function pressHome(element: HTMLElement): void;
|
|
|
21
33
|
declare function pressEnd(element: HTMLElement): void;
|
|
22
34
|
|
|
23
35
|
export { pressArrowDown, pressArrowUp, pressEnd, pressEnter, pressEscape, pressHome, pressKey, pressSpace, pressTab, runA11yAudit };
|
|
36
|
+
export type { RunA11yAuditOptions };
|
|
24
37
|
//# sourceMappingURL=raintonic-formaui-test-utils.d.ts.map
|