@raintonic/formaui 0.4.0 → 0.9.2
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 +80 -35
- package/README.md +22 -26
- package/fesm2022/raintonic-formaui-cdk-drag-drop.mjs +39 -41
- package/fesm2022/raintonic-formaui-cdk-drag-drop.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-cdk-form-field.mjs +207 -3
- package/fesm2022/raintonic-formaui-cdk-form-field.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-cdk-overlay.mjs +19 -1
- package/fesm2022/raintonic-formaui-cdk-overlay.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-cdk-virtual-scroll.mjs +5 -12
- package/fesm2022/raintonic-formaui-cdk-virtual-scroll.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-accordion.mjs +8 -5
- package/fesm2022/raintonic-formaui-components-accordion.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-alert.mjs +16 -2
- package/fesm2022/raintonic-formaui-components-alert.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-autocomplete.mjs +255 -462
- package/fesm2022/raintonic-formaui-components-autocomplete.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-avatar.mjs +34 -59
- package/fesm2022/raintonic-formaui-components-avatar.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-badge.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-badge.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-breadcrumb.mjs +4 -4
- package/fesm2022/raintonic-formaui-components-breadcrumb.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-button-group.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-button-group.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-button.mjs +15 -20
- package/fesm2022/raintonic-formaui-components-button.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-card.mjs +2 -2
- 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-chip.mjs +97 -0
- package/fesm2022/raintonic-formaui-components-chip.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-components-data-table.mjs +69 -29
- package/fesm2022/raintonic-formaui-components-data-table.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-date-picker.mjs +223 -144
- package/fesm2022/raintonic-formaui-components-date-picker.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-divider.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-divider.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-drawer.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-drawer.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-dropdown-menu.mjs +888 -0
- package/fesm2022/raintonic-formaui-components-dropdown-menu.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-components-dual-tier-navigation.mjs +774 -0
- package/fesm2022/raintonic-formaui-components-dual-tier-navigation.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-components-empty-state.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-empty-state.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-file-upload.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-file-upload.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-form-field.mjs +81 -50
- 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 +47 -12
- 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-number-input.mjs +20 -12
- package/fesm2022/raintonic-formaui-components-number-input.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-paginator.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-paginator.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-password-input.mjs +35 -110
- package/fesm2022/raintonic-formaui-components-password-input.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-popover.mjs +3 -2
- package/fesm2022/raintonic-formaui-components-popover.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-progressbar.mjs +3 -2
- package/fesm2022/raintonic-formaui-components-progressbar.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-radio.mjs +5 -6
- package/fesm2022/raintonic-formaui-components-radio.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-select.mjs +257 -412
- package/fesm2022/raintonic-formaui-components-select.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-side-panel.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-side-panel.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-sidebar-nav-menu.mjs +525 -0
- package/fesm2022/raintonic-formaui-components-sidebar-nav-menu.mjs.map +1 -0
- 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 +2 -2
- package/fesm2022/raintonic-formaui-components-slider.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-spinner.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-spinner.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-stepper.mjs +50 -45
- package/fesm2022/raintonic-formaui-components-stepper.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-strength-meter.mjs +149 -0
- package/fesm2022/raintonic-formaui-components-strength-meter.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-components-tab.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-tab.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-time-picker.mjs +194 -154
- package/fesm2022/raintonic-formaui-components-time-picker.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-toggle-group.mjs +302 -0
- package/fesm2022/raintonic-formaui-components-toggle-group.mjs.map +1 -0
- 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 +2 -2
- package/fesm2022/raintonic-formaui-components-toolbar.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-tooltip.mjs +10 -4
- package/fesm2022/raintonic-formaui-components-tooltip.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-topbar.mjs +60 -0
- package/fesm2022/raintonic-formaui-components-topbar.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-components-tree-select.mjs +59 -69
- package/fesm2022/raintonic-formaui-components-tree-select.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-tree-table.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-tree-table.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-tree.mjs +31 -5
- package/fesm2022/raintonic-formaui-components-tree.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-core.mjs +279 -1
- package/fesm2022/raintonic-formaui-core.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-services-breakpoint.mjs +93 -0
- package/fesm2022/raintonic-formaui-services-breakpoint.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-services-dialog.mjs +314 -16
- package/fesm2022/raintonic-formaui-services-dialog.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-services-notification.mjs +93 -29
- package/fesm2022/raintonic-formaui-services-notification.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-services-theme.mjs +46 -196
- package/fesm2022/raintonic-formaui-services-theme.mjs.map +1 -1
- package/fesm2022/raintonic-formaui.mjs +1 -1
- package/fesm2022/raintonic-formaui.mjs.map +1 -1
- package/llms-full.txt +2329 -450
- package/llms.txt +36 -33
- package/package.json +42 -19
- package/styles/fonts/Geist-Bold.woff2 +0 -0
- package/styles/fonts/Geist-Italic.woff2 +0 -0
- package/styles/fonts/Geist-Light.woff2 +0 -0
- package/styles/fonts/Geist-Medium.woff2 +0 -0
- package/styles/fonts/Geist-Regular.woff2 +0 -0
- package/styles/fonts/Geist-SemiBold.woff2 +0 -0
- package/styles/fonts/GeistMono-Regular.woff2 +0 -0
- package/styles/generated/_tokens.scss +906 -0
- package/styles/index.scss +11 -10
- package/styles/partials/_brand.scss +46 -0
- package/styles/partials/_constants.scss +22 -20
- package/styles/partials/_fonts.scss +54 -10
- package/styles/partials/_grid.scss +29 -18
- package/styles/partials/_mixins.scss +69 -27
- package/styles/partials/_motion.scss +28 -33
- package/styles/partials/_theme.scss +28 -255
- package/styles/partials/_type.scss +117 -0
- package/styles/partials/_typography.scss +45 -45
- package/styles/partials/_utilities.scss +198 -98
- package/styles/partials/components/_button.scss +144 -75
- package/styles/partials/components/_dialog.scss +181 -180
- package/styles/partials/components/_overlay.scss +87 -87
- package/styles/partials/themes/_dark.scss +3 -268
- package/styles/partials/themes/_light.scss +4 -268
- package/styles/styles.css +7744 -0
- package/styles/styles.entry.scss +3 -0
- package/styles/utilities.css +4802 -0
- package/styles/utilities.entry.scss +3 -0
- package/types/raintonic-formaui-cdk-drag-drop.d.ts +0 -1
- package/types/raintonic-formaui-cdk-drag-drop.d.ts.map +1 -1
- package/types/raintonic-formaui-cdk-form-field.d.ts +118 -2
- package/types/raintonic-formaui-cdk-form-field.d.ts.map +1 -1
- package/types/raintonic-formaui-cdk-overlay.d.ts +2 -0
- package/types/raintonic-formaui-cdk-overlay.d.ts.map +1 -1
- package/types/raintonic-formaui-cdk-virtual-scroll.d.ts +0 -1
- package/types/raintonic-formaui-cdk-virtual-scroll.d.ts.map +1 -1
- package/types/raintonic-formaui-components-accordion.d.ts +1 -1
- package/types/raintonic-formaui-components-accordion.d.ts.map +1 -1
- package/types/raintonic-formaui-components-alert.d.ts +6 -1
- package/types/raintonic-formaui-components-alert.d.ts.map +1 -1
- package/types/raintonic-formaui-components-autocomplete.d.ts +73 -116
- package/types/raintonic-formaui-components-autocomplete.d.ts.map +1 -1
- package/types/raintonic-formaui-components-avatar.d.ts +13 -31
- package/types/raintonic-formaui-components-avatar.d.ts.map +1 -1
- package/types/raintonic-formaui-components-button.d.ts +4 -10
- package/types/raintonic-formaui-components-button.d.ts.map +1 -1
- package/types/raintonic-formaui-components-chip.d.ts +43 -0
- package/types/raintonic-formaui-components-chip.d.ts.map +1 -0
- package/types/raintonic-formaui-components-data-table.d.ts +48 -11
- package/types/raintonic-formaui-components-data-table.d.ts.map +1 -1
- package/types/raintonic-formaui-components-date-picker.d.ts +59 -23
- package/types/raintonic-formaui-components-date-picker.d.ts.map +1 -1
- package/types/raintonic-formaui-components-dropdown-menu.d.ts +394 -0
- package/types/raintonic-formaui-components-dropdown-menu.d.ts.map +1 -0
- package/types/raintonic-formaui-components-dual-tier-navigation.d.ts +87 -0
- package/types/raintonic-formaui-components-dual-tier-navigation.d.ts.map +1 -0
- package/types/raintonic-formaui-components-form-field.d.ts +51 -21
- package/types/raintonic-formaui-components-form-field.d.ts.map +1 -1
- package/types/raintonic-formaui-components-input.d.ts +20 -11
- package/types/raintonic-formaui-components-input.d.ts.map +1 -1
- package/types/raintonic-formaui-components-number-input.d.ts +5 -3
- package/types/raintonic-formaui-components-number-input.d.ts.map +1 -1
- package/types/raintonic-formaui-components-password-input.d.ts +18 -32
- package/types/raintonic-formaui-components-password-input.d.ts.map +1 -1
- package/types/raintonic-formaui-components-popover.d.ts.map +1 -1
- package/types/raintonic-formaui-components-progressbar.d.ts +1 -1
- package/types/raintonic-formaui-components-progressbar.d.ts.map +1 -1
- package/types/raintonic-formaui-components-radio.d.ts +1 -2
- package/types/raintonic-formaui-components-radio.d.ts.map +1 -1
- package/types/raintonic-formaui-components-select.d.ts +107 -76
- package/types/raintonic-formaui-components-select.d.ts.map +1 -1
- package/types/raintonic-formaui-components-sidebar-nav-menu.d.ts +223 -0
- package/types/raintonic-formaui-components-sidebar-nav-menu.d.ts.map +1 -0
- package/types/raintonic-formaui-components-stepper.d.ts +4 -2
- package/types/raintonic-formaui-components-stepper.d.ts.map +1 -1
- package/types/raintonic-formaui-components-strength-meter.d.ts +78 -0
- package/types/raintonic-formaui-components-strength-meter.d.ts.map +1 -0
- package/types/raintonic-formaui-components-time-picker.d.ts +44 -24
- package/types/raintonic-formaui-components-time-picker.d.ts.map +1 -1
- package/types/raintonic-formaui-components-toggle-group.d.ts +100 -0
- package/types/raintonic-formaui-components-toggle-group.d.ts.map +1 -0
- package/types/raintonic-formaui-components-tooltip.d.ts +2 -1
- package/types/raintonic-formaui-components-tooltip.d.ts.map +1 -1
- package/types/raintonic-formaui-components-topbar.d.ts +48 -0
- package/types/raintonic-formaui-components-topbar.d.ts.map +1 -0
- package/types/raintonic-formaui-components-tree-select.d.ts +25 -9
- package/types/raintonic-formaui-components-tree-select.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 +243 -5
- package/types/raintonic-formaui-core.d.ts.map +1 -1
- package/types/raintonic-formaui-services-breakpoint.d.ts +44 -0
- package/types/raintonic-formaui-services-breakpoint.d.ts.map +1 -0
- package/types/raintonic-formaui-services-dialog.d.ts +141 -2
- package/types/raintonic-formaui-services-dialog.d.ts.map +1 -1
- package/types/raintonic-formaui-services-notification.d.ts +24 -2
- package/types/raintonic-formaui-services-notification.d.ts.map +1 -1
- package/types/raintonic-formaui-services-theme.d.ts +13 -103
- package/types/raintonic-formaui-services-theme.d.ts.map +1 -1
- package/types/raintonic-formaui.d.ts +1 -1
- package/fesm2022/raintonic-formaui-components-big-menu.mjs +0 -86
- package/fesm2022/raintonic-formaui-components-big-menu.mjs.map +0 -1
- package/fesm2022/raintonic-formaui-components-menu.mjs +0 -896
- package/fesm2022/raintonic-formaui-components-menu.mjs.map +0 -1
- package/fesm2022/raintonic-formaui-components-sidebar.mjs +0 -275
- package/fesm2022/raintonic-formaui-components-sidebar.mjs.map +0 -1
- package/fesm2022/raintonic-formaui-components-tag.mjs +0 -95
- package/fesm2022/raintonic-formaui-components-tag.mjs.map +0 -1
- package/styles/_fonts-entry.scss +0 -3
- package/styles/fonts/inter-tight-latin-italic.woff2 +0 -0
- package/styles/fonts/inter-tight-latin.woff2 +0 -0
- package/types/raintonic-formaui-components-big-menu.d.ts +0 -73
- package/types/raintonic-formaui-components-big-menu.d.ts.map +0 -1
- package/types/raintonic-formaui-components-menu.d.ts +0 -403
- package/types/raintonic-formaui-components-menu.d.ts.map +0 -1
- package/types/raintonic-formaui-components-sidebar.d.ts +0 -185
- package/types/raintonic-formaui-components-sidebar.d.ts.map +0 -1
- package/types/raintonic-formaui-components-tag.d.ts +0 -43
- package/types/raintonic-formaui-components-tag.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { DoCheck, OnDestroy, InputSignal,
|
|
2
|
+
import { AfterViewInit, DoCheck, OnDestroy, InputSignal, Signal, WritableSignal } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
5
|
import { FuiFormFieldControl, ErrorStateMatcher } from '@raintonic/formaui/core';
|
|
@@ -7,7 +7,7 @@ import { FuiFormFieldControl, ErrorStateMatcher } from '@raintonic/formaui/core'
|
|
|
7
7
|
/**
|
|
8
8
|
* Available input types
|
|
9
9
|
*/
|
|
10
|
-
type FuiInputType = 'text' | 'email' | 'password' | 'number' | 'tel' | 'url' | 'search' | 'date' | 'time' | 'datetime-local';
|
|
10
|
+
type FuiInputType = 'text' | 'email' | 'password' | 'number' | 'tel' | 'url' | 'search' | 'date' | 'time' | 'datetime-local' | 'color';
|
|
11
11
|
/**
|
|
12
12
|
* # FuiInput Directive
|
|
13
13
|
*
|
|
@@ -86,20 +86,21 @@ type FuiInputType = 'text' | 'email' | 'password' | 'number' | 'tel' | 'url' | '
|
|
|
86
86
|
* }
|
|
87
87
|
* ```
|
|
88
88
|
*/
|
|
89
|
-
declare class FuiInputDirective implements ControlValueAccessor, FuiFormFieldControl<string>, DoCheck, OnDestroy {
|
|
89
|
+
declare class FuiInputDirective implements ControlValueAccessor, FuiFormFieldControl<string>, AfterViewInit, DoCheck, OnDestroy {
|
|
90
90
|
static nextId: number;
|
|
91
91
|
readonly controlType = "fui-input";
|
|
92
92
|
type: InputSignal<FuiInputType>;
|
|
93
93
|
placeholder: InputSignal<string>;
|
|
94
|
-
readonly:
|
|
94
|
+
readonly readOnlyInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
95
|
+
readonly readonly: Signal<boolean>;
|
|
95
96
|
maxlength: InputSignal<number | null>;
|
|
96
97
|
minlength: InputSignal<number | null>;
|
|
97
98
|
pattern: InputSignal<string | null>;
|
|
98
99
|
required: WritableSignal<boolean>;
|
|
99
100
|
errorStateMatcher: InputSignal<ErrorStateMatcher | null>;
|
|
100
|
-
readonly disabledInput:
|
|
101
|
-
readonly disabled:
|
|
102
|
-
readonly valueChange: OutputEmitterRef<string>;
|
|
101
|
+
readonly disabledInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
102
|
+
readonly disabled: Signal<boolean>;
|
|
103
|
+
readonly valueChange: _angular_core.OutputEmitterRef<string | number | null>;
|
|
103
104
|
private readonly _focused;
|
|
104
105
|
readonly focused: WritableSignal<boolean>;
|
|
105
106
|
readonly stateChanges: Subject<void>;
|
|
@@ -115,17 +116,18 @@ declare class FuiInputDirective implements ControlValueAccessor, FuiFormFieldCon
|
|
|
115
116
|
private _parentFormGroup;
|
|
116
117
|
private _defaultErrorStateMatcher;
|
|
117
118
|
private readonly _elementRef;
|
|
118
|
-
readonly empty:
|
|
119
|
+
readonly empty: Signal<boolean>;
|
|
119
120
|
readonly id: string;
|
|
120
121
|
private _onChange;
|
|
121
122
|
private _onTouched;
|
|
122
123
|
private readonly _ngControlRef;
|
|
123
124
|
get ngControl(): NgControl | null;
|
|
124
125
|
constructor();
|
|
126
|
+
ngAfterViewInit(): void;
|
|
125
127
|
ngDoCheck(): void;
|
|
126
128
|
ngOnDestroy(): void;
|
|
127
|
-
writeValue(value: string | null): void;
|
|
128
|
-
registerOnChange(fn: (value: string) => void): void;
|
|
129
|
+
writeValue(value: string | number | null): void;
|
|
130
|
+
registerOnChange(fn: (value: string | number | null) => void): void;
|
|
129
131
|
registerOnTouched(fn: () => void): void;
|
|
130
132
|
setDisabledState(isDisabled: boolean): void;
|
|
131
133
|
onContainerClick(_event: MouseEvent): void;
|
|
@@ -136,12 +138,19 @@ declare class FuiInputDirective implements ControlValueAccessor, FuiFormFieldCon
|
|
|
136
138
|
onBlur(): void;
|
|
137
139
|
focus(): void;
|
|
138
140
|
blur(): void;
|
|
141
|
+
/**
|
|
142
|
+
* Parse a number input's display value into a number or null.
|
|
143
|
+
* Returns null for empty/invalid input (e.g. empty string, just a minus sign, partial decimal).
|
|
144
|
+
*/
|
|
145
|
+
private _parseNumberInputValue;
|
|
139
146
|
/**
|
|
140
147
|
* Check if the element is a select element
|
|
141
148
|
*/
|
|
142
149
|
isSelect(): boolean;
|
|
150
|
+
/** A plain input always supports the copy button in read-only mode. */
|
|
151
|
+
readonlyCopyEnabled(): boolean;
|
|
143
152
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiInputDirective, never>;
|
|
144
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<FuiInputDirective, "input[fuiInput], textarea[fuiInput], select[fuiInput]", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "
|
|
153
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<FuiInputDirective, "input[fuiInput], textarea[fuiInput], select[fuiInput]", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "readOnlyInput": { "alias": "readonly"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "minlength": { "alias": "minlength"; "required": false; "isSignal": true; }; "pattern": { "alias": "pattern"; "required": false; "isSignal": true; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
145
154
|
}
|
|
146
155
|
|
|
147
156
|
export { FuiInputDirective };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-input.d.ts","sources":["../../../lib/components/input/input.directive.ts"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-input.d.ts","sources":["../../../lib/components/input/input.directive.ts"],"mappings":";;;;;;AA8BA;;AAEG;AACG,KAAM,YAAY;AAaxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6EG;AACH,cAsCa,iBACX,YAAW,oBAAoB,EAAE,mBAAmB,UAAU,aAAa,EAAE,OAAO,EAAE,SAAS;;;AAO/F,UAAM,WAAW,CAAC,YAAY;AAC9B,iBAAa,WAAW;4BAEF,aAAA,CAAA,wBAAA;AAKtB,uBAAmB,MAAM;AAGzB,eAAW,WAAW;AACtB,eAAW,WAAW;AACtB,aAAS,WAAW;AAGpB,cAAU,cAAc;AAExB,uBAAmB,WAAW,CAAC,iBAAiB;4BAC1B,aAAA,CAAA,wBAAA;uBAIL,MAAA;0BAGG,aAAA,CAAA,gBAAA;AAGpB;sBACgB,cAAA;2BACK,OAAA;AAErB;oBACc,cAAA;AACd;AACA;;AAEA;AAGA;yBACmB,cAAA;;;;AAQnB;oBAIc,MAAA;;;;AAcd;AAEA,qBAAiB,SAAS;;AAmC1B;AAaA;AAgBA;;AAaA;AAIA;AAIA;AAKA,6BAAyB,UAAU;AAMnC;AAMA,mBAAe,KAAK;AAgBpB,oBAAgB,KAAK;AAerB;AAQA;AASA;AAIA;AAIA;;;AAGG;AACH;AAQA;;AAEG;AACH;;AAKA;oDAhQW,iBAAiB;sDAAjB,iBAAiB;AAmQ7B;;;;","names":[]}
|
|
@@ -3,6 +3,7 @@ import { DoCheck, OnDestroy, Signal, ElementRef } from '@angular/core';
|
|
|
3
3
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
5
|
import { FuiIntlBase, FuiFormFieldControl, ErrorStateMatcher } from '@raintonic/formaui/core';
|
|
6
|
+
import { FuiInputDirective } from '@raintonic/formaui/components/input';
|
|
6
7
|
|
|
7
8
|
/**
|
|
8
9
|
* Layout for increment/decrement buttons.
|
|
@@ -72,7 +73,7 @@ declare class FuiNumberInputComponent implements ControlValueAccessor, FuiFormFi
|
|
|
72
73
|
readonly precision: _angular_core.InputSignal<number | null>;
|
|
73
74
|
readonly placeholder: _angular_core.InputSignal<string>;
|
|
74
75
|
readonly disabledInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
75
|
-
readonly
|
|
76
|
+
readonly readOnlyInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
76
77
|
readonly showButtons: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
77
78
|
readonly buttonLayout: _angular_core.InputSignal<NumberInputButtonLayout>;
|
|
78
79
|
readonly errorStateMatcher: _angular_core.InputSignal<ErrorStateMatcher | null>;
|
|
@@ -88,6 +89,7 @@ declare class FuiNumberInputComponent implements ControlValueAccessor, FuiFormFi
|
|
|
88
89
|
readonly errorState: Signal<boolean>;
|
|
89
90
|
readonly required: Signal<boolean>;
|
|
90
91
|
readonly disabled: Signal<boolean>;
|
|
92
|
+
readonly readonly: Signal<boolean>;
|
|
91
93
|
readonly empty: Signal<boolean>;
|
|
92
94
|
readonly _isAtMin: Signal<boolean>;
|
|
93
95
|
readonly _isAtMax: Signal<boolean>;
|
|
@@ -101,6 +103,7 @@ declare class FuiNumberInputComponent implements ControlValueAccessor, FuiFormFi
|
|
|
101
103
|
private readonly _ngControlRef;
|
|
102
104
|
get ngControl(): NgControl | null;
|
|
103
105
|
readonly inputElement: Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
106
|
+
_fuiInput?: FuiInputDirective;
|
|
104
107
|
private _onChange;
|
|
105
108
|
private _onTouched;
|
|
106
109
|
constructor();
|
|
@@ -112,7 +115,6 @@ declare class FuiNumberInputComponent implements ControlValueAccessor, FuiFormFi
|
|
|
112
115
|
setDisabledState(isDisabled: boolean): void;
|
|
113
116
|
onContainerClick(_event: MouseEvent): void;
|
|
114
117
|
setDescribedByIds(ids: string[]): void;
|
|
115
|
-
setReadOnly?(_readOnly: boolean): void;
|
|
116
118
|
focus(): void;
|
|
117
119
|
increment(): void;
|
|
118
120
|
decrement(): void;
|
|
@@ -128,7 +130,7 @@ declare class FuiNumberInputComponent implements ControlValueAccessor, FuiFormFi
|
|
|
128
130
|
_roundToPrecision(val: number): number;
|
|
129
131
|
_parseInputValue(raw: string): number | null;
|
|
130
132
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiNumberInputComponent, never>;
|
|
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; }; "
|
|
133
|
+
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; }; "readOnlyInput": { "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>;
|
|
132
134
|
}
|
|
133
135
|
|
|
134
136
|
export { FuiNumberInputComponent, FuiNumberInputIntl };
|
|
@@ -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.intl.ts","../../../lib/components/number-input/number-input.component.ts"],"mappings":"
|
|
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;;AC8BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;4BAIA,aAAA,CAAA,wBAAA;0BAIF,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;AAGzB,uBAAmB,MAAM;oBAGX,MAAA;uBAEG,MAAA;uBAOA,MAAA;2BAQI,OAAA;;;AAGrB;;;;AAMA;AACA,qBAAiB,SAAS;2BAKL,MAAA,CAAA,UAAA,CAAA,gBAAA;gBAG8D,iBAAiB;;;;AA4CpG;AAgBA;AAKA;AAOA;AAIA;AAIA;AAMA,6BAAyB,UAAU;AAMnC;AAMA;AAIA;AAOA;AAQA,mBAAe,KAAK;AAUpB,qBAAiB,aAAa;AAU9B;AAOA;AAsBA;AAQA;AAOA;AAQA;AAWA;AASA;AAOA;oDA7SW,uBAAuB;sDAAvB,uBAAuB;AAqTnC;;;;","names":[]}
|
|
@@ -1,23 +1,13 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { DoCheck, OnDestroy,
|
|
2
|
+
import { DoCheck, OnDestroy, Signal, ElementRef } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
5
|
import { FuiIntlBase, FuiFormFieldControl, ErrorStateMatcher } from '@raintonic/formaui/core';
|
|
6
|
-
|
|
7
|
-
type PasswordStrength = 'weak' | 'fair' | 'good' | 'strong';
|
|
8
|
-
interface PasswordStrengthConfig {
|
|
9
|
-
minLength?: number;
|
|
10
|
-
requireUppercase?: boolean;
|
|
11
|
-
requireLowercase?: boolean;
|
|
12
|
-
requireNumbers?: boolean;
|
|
13
|
-
requireSpecial?: boolean;
|
|
14
|
-
}
|
|
15
|
-
declare const DEFAULT_STRENGTH_CONFIG: PasswordStrengthConfig;
|
|
6
|
+
import { FuiInputDirective } from '@raintonic/formaui/components/input';
|
|
16
7
|
|
|
17
8
|
declare class FuiPasswordInputIntl extends FuiIntlBase {
|
|
18
9
|
showAriaLabel: string;
|
|
19
10
|
hideAriaLabel: string;
|
|
20
|
-
strengthAriaLabel(level: string): string;
|
|
21
11
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiPasswordInputIntl, never>;
|
|
22
12
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiPasswordInputIntl>;
|
|
23
13
|
}
|
|
@@ -25,12 +15,11 @@ declare class FuiPasswordInputIntl extends FuiIntlBase {
|
|
|
25
15
|
/**
|
|
26
16
|
* # FuiPasswordInputComponent
|
|
27
17
|
*
|
|
28
|
-
* A password input component with visibility toggle
|
|
18
|
+
* A password input component with visibility toggle.
|
|
29
19
|
* Integrates with fui-form-field and Angular Forms.
|
|
30
20
|
*
|
|
31
21
|
* ## Features
|
|
32
22
|
* - Password visibility toggle
|
|
33
|
-
* - Optional password strength meter
|
|
34
23
|
* - Full Reactive Forms integration (ControlValueAccessor)
|
|
35
24
|
* - FuiFormFieldControl integration for fui-form-field
|
|
36
25
|
* - Error state handling
|
|
@@ -47,43 +36,41 @@ declare class FuiPasswordInputIntl extends FuiIntlBase {
|
|
|
47
36
|
* ```
|
|
48
37
|
*
|
|
49
38
|
* ### With Strength Meter
|
|
39
|
+
* Wire the strength meter independently:
|
|
50
40
|
* ```html
|
|
51
41
|
* <fui-form-field>
|
|
52
42
|
* <fui-label>Password</fui-label>
|
|
53
|
-
* <fui-password-input
|
|
54
|
-
* formControlName="password"
|
|
55
|
-
* [showStrengthMeter]="true"
|
|
56
|
-
* ></fui-password-input>
|
|
43
|
+
* <fui-password-input formControlName="password"></fui-password-input>
|
|
57
44
|
* </fui-form-field>
|
|
45
|
+
* <fui-strength-meter [value]="passwordControl.value ?? ''"></fui-strength-meter>
|
|
58
46
|
* ```
|
|
59
47
|
*/
|
|
60
48
|
declare class FuiPasswordInputComponent implements ControlValueAccessor, FuiFormFieldControl<string>, DoCheck, OnDestroy {
|
|
61
49
|
readonly intl: FuiPasswordInputIntl;
|
|
62
50
|
private readonly _cdr;
|
|
51
|
+
readonly empty: Signal<boolean>;
|
|
63
52
|
static nextId: number;
|
|
64
53
|
readonly controlType = "fui-password-input";
|
|
65
54
|
readonly placeholder: _angular_core.InputSignal<string>;
|
|
66
55
|
readonly disabledInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
67
|
-
readonly
|
|
68
|
-
readonly showStrengthMeter: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
69
|
-
readonly strengthConfig: _angular_core.InputSignal<PasswordStrengthConfig>;
|
|
56
|
+
readonly readOnlyInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
70
57
|
readonly errorStateMatcher: _angular_core.InputSignal<ErrorStateMatcher | null>;
|
|
71
|
-
readonly _passwordVisible
|
|
72
|
-
readonly
|
|
58
|
+
private readonly _passwordVisible;
|
|
59
|
+
readonly passwordVisible: Signal<boolean>;
|
|
60
|
+
private readonly _value;
|
|
61
|
+
readonly value: Signal<string>;
|
|
73
62
|
private readonly _focused;
|
|
74
63
|
readonly focused: Signal<boolean>;
|
|
75
64
|
private readonly _disabled;
|
|
76
65
|
private readonly _ngControlDisabled;
|
|
66
|
+
private readonly _readOnly;
|
|
77
67
|
private readonly _errorState;
|
|
78
68
|
readonly errorState: Signal<boolean>;
|
|
79
69
|
private readonly _required;
|
|
80
70
|
readonly required: Signal<boolean>;
|
|
81
71
|
readonly disabled: Signal<boolean>;
|
|
82
|
-
readonly
|
|
83
|
-
readonly
|
|
84
|
-
readonly empty: Signal<boolean>;
|
|
85
|
-
readonly _strength: Signal<PasswordStrength>;
|
|
86
|
-
readonly _strengthPercent: Signal<number>;
|
|
72
|
+
readonly readonly: Signal<boolean>;
|
|
73
|
+
readonly _inputType: Signal<'text' | 'password'>;
|
|
87
74
|
readonly stateChanges: Subject<void>;
|
|
88
75
|
private _uid;
|
|
89
76
|
readonly id: string;
|
|
@@ -94,6 +81,7 @@ declare class FuiPasswordInputComponent implements ControlValueAccessor, FuiForm
|
|
|
94
81
|
private readonly _ngControlRef;
|
|
95
82
|
get ngControl(): NgControl | null;
|
|
96
83
|
readonly inputElement: Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
84
|
+
_fuiInput?: FuiInputDirective;
|
|
97
85
|
private _onChange;
|
|
98
86
|
private _onTouched;
|
|
99
87
|
constructor();
|
|
@@ -111,11 +99,9 @@ declare class FuiPasswordInputComponent implements ControlValueAccessor, FuiForm
|
|
|
111
99
|
toggleVisibility(): void;
|
|
112
100
|
focus(): void;
|
|
113
101
|
blur(): void;
|
|
114
|
-
_calculateStrength(password: string): PasswordStrength;
|
|
115
102
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiPasswordInputComponent, never>;
|
|
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; }; "
|
|
103
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiPasswordInputComponent, "fui-password-input", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "readOnlyInput": { "alias": "readonly"; "required": false; "isSignal": true; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
117
104
|
}
|
|
118
105
|
|
|
119
|
-
export {
|
|
120
|
-
export type { PasswordStrength, PasswordStrengthConfig };
|
|
106
|
+
export { FuiPasswordInputComponent, FuiPasswordInputIntl };
|
|
121
107
|
//# 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.
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-password-input.d.ts","sources":["../../../lib/components/password-input/password-input.intl.ts","../../../lib/components/password-input/password-input.component.ts"],"mappings":";;;;;;;AAGA,cACa,oBAAqB,SAAQ,WAAW;AACnD;AACA;oDAFW,oBAAoB;wDAApB,oBAAoB;AAGhC;;AC6BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCG;AACH,cA4Ba,yBACX,YAAW,oBAAoB,EAAE,mBAAmB,UAAU,OAAO,EAAE,SAAS;mBAEnE,oBAAA;AACb;oBACc,MAAA;;;0BAOM,aAAA,CAAA,WAAA;4BACE,aAAA,CAAA,wBAAA;4BAIA,aAAA,CAAA,wBAAA;gCAKI,aAAA,CAAA,WAAA,CAAA,iBAAA;AAG1B;AACA,8BAA0B,MAAM;AAChC;AACA,oBAAgB,MAAM;AACtB;AACA,sBAAkB,MAAM;AACxB;AACA;AACA;AACA;AACA,yBAAqB,MAAM;AAC3B;AACA,uBAAmB,MAAM;AAGzB,uBAAmB,MAAM;AAGzB,uBAAmB,MAAM;yBACJ,MAAM;2BAGN,OAAA;;;AAGrB;;;;AAMA;AACA,qBAAiB,SAAS;AAK1B,2BAAuB,MAAM,CAAC,UAAU,CAAC,gBAAgB;gBAI0B,iBAAiB;;;;AAoCpG;AAgBA;AAKA;;AAeA;AAIA;AAKA,6BAAyB,UAAU;AAMnC;AAMA,oBAAgB,KAAK;AAUrB;AAOA;AAQA;AAKA;AAIA;oDAjMW,yBAAyB;sDAAzB,yBAAyB;AAoMrC;;;;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-popover.d.ts","sources":["../../../lib/components/popover/popover.types.ts","../../../lib/components/popover/popover.component.ts","../../../lib/components/popover/popover-trigger.directive.ts"],"mappings":";;;AAAM,KAAM,kBAAkB;AACxB,KAAM,eAAe;AAc3B,cAAa,iBAAiB;AAe9B,cAAa,qBAAqB;;AC3BlC;;;;;;;;AAQG;AACH,cAaa,mBAAmB;;uBAEb,aAAA,CAAA,WAAA;;uBAGA,aAAA,CAAA,WAAA,CAAA,eAAA;;AAGjB,8BAA0B,MAAM;;AAWhC,2BAAuB,MAAM;oDAnBlB,mBAAmB;sDAAnB,mBAAmB;AAmC/B;;ACxCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCG;AACH,cAQa,0BAA2B,YAAW,SAAS;;gCAEhC,aAAA,CAAA,WAAA,CAAA,WAAA;;iCAGC,aAAA,CAAA,wBAAA,CAAA,eAAA;;kCAKC,aAAA,CAAA,wBAAA,CAAA,kBAAA;;kCAKA,aAAA,CAAA,wBAAA;;kCAGA,aAAA,CAAA,wBAAA;;iCAGD,aAAA,CAAA,wBAAA;;4CAGW,aAAA,CAAA,wBAAA;;iCAGX,aAAA,CAAA,wBAAA;;6BAGJ,aAAA,CAAA,wBAAA;;+BAGE,aAAA,CAAA,gBAAA;;+BAGA,aAAA,CAAA,gBAAA;AAGzB,sBAAkB,cAAc;;;;;;AAQhC;AACA;;AAsBA;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-popover.d.ts","sources":["../../../lib/components/popover/popover.types.ts","../../../lib/components/popover/popover.component.ts","../../../lib/components/popover/popover-trigger.directive.ts"],"mappings":";;;AAAM,KAAM,kBAAkB;AACxB,KAAM,eAAe;AAc3B,cAAa,iBAAiB;AAe9B,cAAa,qBAAqB;;AC3BlC;;;;;;;;AAQG;AACH,cAaa,mBAAmB;;uBAEb,aAAA,CAAA,WAAA;;uBAGA,aAAA,CAAA,WAAA,CAAA,eAAA;;AAGjB,8BAA0B,MAAM;;AAWhC,2BAAuB,MAAM;oDAnBlB,mBAAmB;sDAAnB,mBAAmB;AAmC/B;;ACxCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCG;AACH,cAQa,0BAA2B,YAAW,SAAS;;gCAEhC,aAAA,CAAA,WAAA,CAAA,WAAA;;iCAGC,aAAA,CAAA,wBAAA,CAAA,eAAA;;kCAKC,aAAA,CAAA,wBAAA,CAAA,kBAAA;;kCAKA,aAAA,CAAA,wBAAA;;kCAGA,aAAA,CAAA,wBAAA;;iCAGD,aAAA,CAAA,wBAAA;;4CAGW,aAAA,CAAA,wBAAA;;iCAGX,aAAA,CAAA,wBAAA;;6BAGJ,aAAA,CAAA,wBAAA;;+BAGE,aAAA,CAAA,gBAAA;;+BAGA,aAAA,CAAA,gBAAA;AAGzB,sBAAkB,cAAc;;;;;;AAQhC;AACA;;AAsBA;AAOA;AAWA;AAOA;AAOA;AAOA;AAOA,qBAAiB,aAAa;;AAQ9B;;AAOA;;AAKA;AAQA;AAYA;;AAcA;AAyBA;AAiBA;AAaA;AAsCA;AAwDA;AAoBA;AAWA;AAUA;AAIA;oDA5WW,0BAA0B;sDAA1B,0BAA0B;AAiXtC;;;;","names":[]}
|
|
@@ -15,7 +15,7 @@ type ProgressBarMode = 'determinate' | 'indeterminate' | 'buffer' | 'query';
|
|
|
15
15
|
/**
|
|
16
16
|
* Progress bar color variants
|
|
17
17
|
*/
|
|
18
|
-
type ProgressBarColor = 'primary' | 'accent' | 'warn' | 'success' | 'info';
|
|
18
|
+
type ProgressBarColor = 'primary' | 'accent' | 'warn' | 'warning' | 'success' | 'info';
|
|
19
19
|
/**
|
|
20
20
|
* # FuiProgressbar Component
|
|
21
21
|
*
|
|
@@ -1 +1 @@
|
|
|
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,
|
|
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,cA4Ba,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":[]}
|
|
@@ -21,7 +21,6 @@ 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>;
|
|
25
24
|
readonly ariaLabel: _angular_core.InputSignal<string | null>;
|
|
26
25
|
readonly ariaLabelledby: _angular_core.InputSignal<string | null>;
|
|
27
26
|
readonly _checked: _angular_core.WritableSignal<boolean>;
|
|
@@ -41,7 +40,7 @@ declare class FuiRadioButtonComponent {
|
|
|
41
40
|
onKeydown(event: KeyboardEvent): void;
|
|
42
41
|
focus(): void;
|
|
43
42
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiRadioButtonComponent, 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; }; "
|
|
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>;
|
|
45
44
|
}
|
|
46
45
|
|
|
47
46
|
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;wBAIJ,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;oDAlEW,uBAAuB;sDAAvB,uBAAuB;AAqEnC;;AC1ED,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":[]}
|