@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,50 +1,32 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { Signal } from '@angular/core';
|
|
3
3
|
|
|
4
|
-
type FuiAvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
4
|
+
type FuiAvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
5
5
|
/**
|
|
6
6
|
* @component FuiAvatarComponent
|
|
7
7
|
* @selector fui-avatar
|
|
8
|
-
* @description Displays a user avatar with
|
|
9
|
-
*
|
|
8
|
+
* @description Displays a user avatar with initials-only fallback (no image tag).
|
|
9
|
+
* Shows computed initials from fullName with a tooltip on hover.
|
|
10
10
|
*
|
|
11
|
-
* @input size - Avatar size: 'xs' | 'sm' | 'md' | 'lg' | 'xl' or a numeric pixel value. Default 'md'.
|
|
12
|
-
* @input
|
|
13
|
-
* @input
|
|
14
|
-
* @input
|
|
15
|
-
* @input srcSet - HTML srcset attribute for responsive images.
|
|
16
|
-
* @input sizesAttr - HTML sizes attribute for responsive images.
|
|
17
|
-
* @input name - First name used to compute initials.
|
|
18
|
-
* @input surname - Last name used to compute initials.
|
|
19
|
-
* @input fullName - Full name (overrides name + surname for initials).
|
|
20
|
-
* @input alt - Alt text for the image element.
|
|
21
|
-
* @input identityKey - Key (e.g. email) used to deterministically pick a background color.
|
|
11
|
+
* @input size - Avatar size: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' or a numeric pixel value. Default 'md'.
|
|
12
|
+
* @input fullName - Required. Full name used to compute initials and tooltip.
|
|
13
|
+
* @input initials - Optional override for the computed initials string.
|
|
14
|
+
* @input alt - Custom aria-label override. Defaults to "Avatar for {fullName}".
|
|
22
15
|
*
|
|
23
16
|
* @example
|
|
24
|
-
* <fui-avatar
|
|
17
|
+
* <fui-avatar fullName="Jane Doe" size="md"></fui-avatar>
|
|
25
18
|
*/
|
|
26
19
|
declare class FuiAvatarComponent {
|
|
27
20
|
readonly size: _angular_core.InputSignal<number | FuiAvatarSize>;
|
|
28
|
-
readonly
|
|
29
|
-
readonly
|
|
30
|
-
readonly avatarUrl: _angular_core.InputSignal<string | null>;
|
|
31
|
-
readonly srcSet: _angular_core.InputSignal<string | null>;
|
|
32
|
-
readonly sizesAttr: _angular_core.InputSignal<string | null>;
|
|
33
|
-
readonly name: _angular_core.InputSignal<string | null>;
|
|
34
|
-
readonly surname: _angular_core.InputSignal<string | null>;
|
|
35
|
-
readonly fullName: _angular_core.InputSignal<string | null>;
|
|
21
|
+
readonly fullName: _angular_core.InputSignal<string>;
|
|
22
|
+
readonly initials: _angular_core.InputSignal<string | undefined>;
|
|
36
23
|
readonly alt: _angular_core.InputSignal<string | null>;
|
|
37
|
-
readonly
|
|
38
|
-
private readonly imageFailed;
|
|
39
|
-
readonly normalizedName: Signal<string>;
|
|
40
|
-
readonly initials: Signal<string>;
|
|
24
|
+
readonly _initials: Signal<string>;
|
|
41
25
|
readonly pixelSize: Signal<number>;
|
|
42
|
-
readonly
|
|
43
|
-
readonly bgColor: Signal<string>;
|
|
26
|
+
readonly fontSize: Signal<number>;
|
|
44
27
|
readonly ariaLabel: Signal<string>;
|
|
45
|
-
onImgError(): void;
|
|
46
28
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiAvatarComponent, never>;
|
|
47
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiAvatarComponent, "fui-avatar", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "
|
|
29
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiAvatarComponent, "fui-avatar", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "fullName": { "alias": "fullName"; "required": true; "isSignal": true; }; "initials": { "alias": "initials"; "required": false; "isSignal": true; }; "alt": { "alias": "alt"; "required": false; "isSignal": true; }; }, {}, never, ["[avatar-badge]"], true, never>;
|
|
48
30
|
}
|
|
49
31
|
|
|
50
32
|
export { FuiAvatarComponent };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-avatar.d.ts","sources":["../../../lib/components/avatar/avatar.component.ts"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-avatar.d.ts","sources":["../../../lib/components/avatar/avatar.component.ts"],"mappings":";;;AAGM,KAAM,aAAa;AAEzB;;;;;;;;;;;;;AAaG;AACH,cAQa,kBAAkB;mBAEhB,aAAA,CAAA,WAAA,UAAA,aAAA;uBACI,aAAA,CAAA,WAAA;uBACA,aAAA,CAAA,WAAA;kBACL,aAAA,CAAA,WAAA;AAIZ,wBAAoB,MAAM;AAY1B,wBAAoB,MAAM;AAM1B,uBAAmB,MAAM;AAMzB,wBAAoB,MAAM;oDAjCf,kBAAkB;sDAAlB,kBAAkB;AAoC9B;;;;","names":[]}
|
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { AfterViewInit, Signal } from '@angular/core';
|
|
3
3
|
|
|
4
|
-
/**
|
|
5
|
-
* Available button variants following Carbon Design System patterns
|
|
6
|
-
*/
|
|
7
|
-
type ButtonVariant = 'primary' | 'secondary' | 'tertiary' | 'tertiary-violet' | 'link' | 'destructive';
|
|
8
|
-
/**
|
|
9
|
-
* Available button sizes
|
|
10
|
-
*/
|
|
11
4
|
type ButtonSize = 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
12
|
-
declare const FUI_BUTTON_VARIANTS: readonly ["primary", "
|
|
5
|
+
declare const FUI_BUTTON_VARIANTS: readonly ["primary", "accent", "outline", "tertiary", "link", "destructive"];
|
|
6
|
+
type ButtonVariant = (typeof FUI_BUTTON_VARIANTS)[number];
|
|
13
7
|
declare const FUI_BUTTON_SIZES: readonly ["sm", "md", "lg", "xl", "2xl"];
|
|
14
8
|
type ButtonType = 'button' | 'submit' | 'reset';
|
|
15
9
|
/**
|
|
@@ -19,7 +13,7 @@ type ButtonType = 'button' | 'submit' | 'reset';
|
|
|
19
13
|
* Follows Carbon Design System patterns with full accessibility support.
|
|
20
14
|
*
|
|
21
15
|
* ## Features
|
|
22
|
-
* - Multiple variants
|
|
16
|
+
* - Multiple variants
|
|
23
17
|
* - Five sizes: sm, md, lg, xl, 2xl
|
|
24
18
|
* - Full accessibility support (ARIA attributes, keyboard navigation)
|
|
25
19
|
* - Loading and disabled states
|
|
@@ -58,7 +52,7 @@ declare class FuiButtonDirective implements AfterViewInit {
|
|
|
58
52
|
* Button variant that determines the color scheme
|
|
59
53
|
* @default 'primary'
|
|
60
54
|
*/
|
|
61
|
-
readonly variant: _angular_core.InputSignalWithTransform<
|
|
55
|
+
readonly variant: _angular_core.InputSignalWithTransform<"primary" | "accent" | "outline" | "tertiary" | "link" | "destructive", string>;
|
|
62
56
|
/**
|
|
63
57
|
* Button size
|
|
64
58
|
* @default 'md'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-button.d.ts","sources":["../../../lib/components/button/button.directive.ts"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-button.d.ts","sources":["../../../lib/components/button/button.directive.ts"],"mappings":";;;AAcM,KAAM,UAAU;AAEtB,cAAa,mBAAmB;AAE1B,KAAM,aAAa,WAAW,mBAAmB;AAEvD,cAAa,gBAAgB;AAEvB,KAAM,UAAU;AAEtB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwCG;AACH,cAmBa,kBAAmB,YAAW,aAAa;AACtD;;;AAGG;sBACa,aAAA,CAAA,wBAAA;AAIhB;;;AAGG;mBACU,aAAA,CAAA,wBAAA,CAAA,UAAA;AAIb;;;AAGG;uBACc,aAAA,CAAA,wBAAA;AAEjB;;;AAGG;wBACe,aAAA,CAAA,wBAAA;AAElB;;;AAGG;sBACa,aAAA,CAAA,wBAAA;AAEhB;;;AAGG;uBACc,aAAA,CAAA,wBAAA;AAEjB;;;AAGG;wBACe,aAAA,CAAA,WAAA;AAElB;;;AAGG;mBACU,aAAA,CAAA,WAAA,CAAA,UAAA;AAGb,8BAA0B,MAAM;AAsBhC;AACA;;;;;AA+BA;AAeA,mBAAe,KAAK;AAUpB,qBAAiB,KAAK;AAqBtB,mBAAe,KAAK;AAUpB;AAgBA;AAQA;AA6BA;oDAzNW,kBAAkB;sDAAlB,kBAAkB;AAwO9B;;;;","names":[]}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
3
|
+
|
|
4
|
+
type FuiChipVariant = 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info';
|
|
5
|
+
type FuiChipSize = 'sm' | 'md';
|
|
6
|
+
declare const FUI_CHIP_VARIANTS: readonly FuiChipVariant[];
|
|
7
|
+
declare const FUI_CHIP_SIZES: readonly FuiChipSize[];
|
|
8
|
+
interface FuiChipRemoveEvent {
|
|
9
|
+
chip: FuiChipComponent;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
declare class FuiChipIntl extends FuiIntlBase {
|
|
13
|
+
removeAriaLabel(label: string): string;
|
|
14
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiChipIntl, never>;
|
|
15
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiChipIntl>;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
declare class FuiChipComponent {
|
|
19
|
+
readonly intl: FuiChipIntl;
|
|
20
|
+
private readonly _cdr;
|
|
21
|
+
readonly label: _angular_core.InputSignal<string>;
|
|
22
|
+
readonly variant: _angular_core.InputSignalWithTransform<FuiChipVariant, string>;
|
|
23
|
+
readonly size: _angular_core.InputSignal<FuiChipSize>;
|
|
24
|
+
readonly icon: _angular_core.InputSignal<string | null>;
|
|
25
|
+
readonly removable: _angular_core.InputSignal<boolean>;
|
|
26
|
+
readonly selectable: _angular_core.InputSignal<boolean>;
|
|
27
|
+
readonly selected: _angular_core.InputSignal<boolean>;
|
|
28
|
+
readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
29
|
+
readonly removed: _angular_core.OutputEmitterRef<FuiChipRemoveEvent>;
|
|
30
|
+
readonly selectedChange: _angular_core.OutputEmitterRef<boolean>;
|
|
31
|
+
readonly _selected: _angular_core.WritableSignal<boolean>;
|
|
32
|
+
readonly computedClasses: _angular_core.Signal<string>;
|
|
33
|
+
constructor();
|
|
34
|
+
onClick(): void;
|
|
35
|
+
onSpace(event: Event): void;
|
|
36
|
+
onRemove(event: Event): void;
|
|
37
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiChipComponent, never>;
|
|
38
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiChipComponent, "fui-chip", 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>;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export { FUI_CHIP_SIZES, FUI_CHIP_VARIANTS, FuiChipComponent, FuiChipIntl };
|
|
42
|
+
export type { FuiChipRemoveEvent, FuiChipSize, FuiChipVariant };
|
|
43
|
+
//# sourceMappingURL=raintonic-formaui-components-chip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-chip.d.ts","sources":["../../../lib/components/chip/chip.types.ts","../../../lib/components/chip/chip.intl.ts","../../../lib/components/chip/chip.component.ts"],"mappings":";;;AAEM,KAAM,cAAc;KACd,WAAW;AAEvB,cAAa,iBAAiB,WAAW,cAAc;AAQvD,cAAa,cAAc,WAAW,WAAW;UAEhC,kBAAkB;UAC3B,gBAAgB;AACvB;;ACdD,cACa,WAAY,SAAQ,WAAW;AAC1C;oDADW,WAAW;wDAAX,WAAW;AAIvB;;ACUD,cAsBa,gBAAgB;mBACd,WAAA;AACb;oBAEc,aAAA,CAAA,WAAA;sBACE,aAAA,CAAA,wBAAA,CAAA,cAAA;mBAGH,aAAA,CAAA,WAAA,CAAA,WAAA;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,kBAAA;6BACO,aAAA,CAAA,gBAAA;wBAEL,aAAA,CAAA,cAAA;8BAEM,aAAA,CAAA,MAAA;;AAaxB;AAQA,mBAAe,KAAK;AAKpB,oBAAgB,KAAK;oDA9CV,gBAAgB;sDAAhB,gBAAgB;AAoD5B;;;;","names":[]}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
2
3
|
import { FuiIntlBase } from '@raintonic/formaui/core';
|
|
3
|
-
import {
|
|
4
|
+
import { FuiDropdownMenuComponent } from '@raintonic/formaui/components/dropdown-menu';
|
|
4
5
|
|
|
5
6
|
declare class FuiDataTableIntl extends FuiIntlBase {
|
|
6
7
|
tableAriaLabel: string;
|
|
@@ -33,9 +34,23 @@ interface AdvancedDataTableLabelConfig {
|
|
|
33
34
|
icon?: string;
|
|
34
35
|
}
|
|
35
36
|
/**
|
|
36
|
-
* Supported column data types for advanced data table
|
|
37
|
+
* Supported column data types for advanced data table.
|
|
38
|
+
* `actions` renders the configured `rowActions` instead of a data field.
|
|
37
39
|
*/
|
|
38
|
-
type AdvancedDataTableColumnType = 'string' | 'number' | 'boolean' | 'date' | 'label';
|
|
40
|
+
type AdvancedDataTableColumnType = 'string' | 'number' | 'boolean' | 'date' | 'label' | 'actions';
|
|
41
|
+
/** Visual density of the table — controls row height and cell padding. */
|
|
42
|
+
type AdvancedDataTableDensity = 'standard' | 'compact';
|
|
43
|
+
/**
|
|
44
|
+
* A row-level action button rendered in columns of type `'actions'`.
|
|
45
|
+
* `onClick` receives the row data and the click event.
|
|
46
|
+
*/
|
|
47
|
+
interface AdvancedDataTableRowAction<T = Record<string, unknown>> {
|
|
48
|
+
icon: string;
|
|
49
|
+
label: string;
|
|
50
|
+
ariaLabel?: string;
|
|
51
|
+
onClick: (row: T, event: MouseEvent) => void;
|
|
52
|
+
disabled?: (row: T) => boolean;
|
|
53
|
+
}
|
|
39
54
|
/**
|
|
40
55
|
* Configuration for a table header column
|
|
41
56
|
*/
|
|
@@ -162,7 +177,7 @@ interface FilterOperatorOption {
|
|
|
162
177
|
* (rowDblClick)="onRowOpen($event)">
|
|
163
178
|
* </fui-advanced-data-table>
|
|
164
179
|
*/
|
|
165
|
-
declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> {
|
|
180
|
+
declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> implements AfterViewInit, OnDestroy {
|
|
166
181
|
readonly intl: FuiDataTableIntl;
|
|
167
182
|
private readonly _cdr;
|
|
168
183
|
/** @internal — bumped when Intl mutates so computeds that read plain intl fields reinvoke. */
|
|
@@ -185,12 +200,34 @@ declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> {
|
|
|
185
200
|
* Enable click-to-highlight feature for rows
|
|
186
201
|
*/
|
|
187
202
|
readonly enableRowHighlight: _angular_core.InputSignal<boolean>;
|
|
203
|
+
/**
|
|
204
|
+
* Wraps the table in a bordered, rounded container — alternative to the
|
|
205
|
+
* default full-width index look. Default false.
|
|
206
|
+
*/
|
|
207
|
+
readonly boxed: _angular_core.InputSignal<boolean>;
|
|
208
|
+
/**
|
|
209
|
+
* Visual density of the table. `compact` reduces row height and cell padding
|
|
210
|
+
* for dense data screens. Default `standard`.
|
|
211
|
+
*/
|
|
212
|
+
readonly density: _angular_core.InputSignal<AdvancedDataTableDensity>;
|
|
213
|
+
/**
|
|
214
|
+
* Action buttons rendered inside columns of type `'actions'`. Empty by default.
|
|
215
|
+
* Configure the column with `{ field: 'actions', type: 'actions', label: '' }`
|
|
216
|
+
* and pass the buttons via this input.
|
|
217
|
+
*/
|
|
218
|
+
readonly rowActions: _angular_core.InputSignal<AdvancedDataTableRowAction<T>[]>;
|
|
188
219
|
/**
|
|
189
220
|
* Accessible label for the table.
|
|
190
221
|
* Default comes from FuiDataTableIntl.tableAriaLabel ('Data table').
|
|
191
222
|
*/
|
|
192
223
|
readonly tableAriaLabel: _angular_core.InputSignal<string | undefined>;
|
|
193
224
|
private _liveAnnouncer?;
|
|
225
|
+
private _scrollSentinel?;
|
|
226
|
+
/** True once the user has scrolled past the top of the table — used to elevate the header. */
|
|
227
|
+
readonly _headerStuck: _angular_core.WritableSignal<boolean>;
|
|
228
|
+
private _stickyObserver?;
|
|
229
|
+
ngAfterViewInit(): void;
|
|
230
|
+
ngOnDestroy(): void;
|
|
194
231
|
/**
|
|
195
232
|
* Message shown when the data array is empty. Pass empty string to hide.
|
|
196
233
|
* Default comes from FuiDataTableIntl.emptyMessage ('No data available').
|
|
@@ -242,9 +279,9 @@ declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> {
|
|
|
242
279
|
/**
|
|
243
280
|
* Temporary filter state while editing filter menu
|
|
244
281
|
*/
|
|
245
|
-
tempFilterOperator: FilterOperator | null
|
|
246
|
-
tempFilterValue: string
|
|
247
|
-
tempFilterValue2: string
|
|
282
|
+
readonly tempFilterOperator: _angular_core.WritableSignal<FilterOperator | null>;
|
|
283
|
+
readonly tempFilterValue: _angular_core.WritableSignal<string>;
|
|
284
|
+
readonly tempFilterValue2: _angular_core.WritableSignal<string>;
|
|
248
285
|
/**
|
|
249
286
|
* Whether all rows are selected
|
|
250
287
|
*/
|
|
@@ -370,11 +407,11 @@ declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> {
|
|
|
370
407
|
/**
|
|
371
408
|
* Apply filter for a field
|
|
372
409
|
*/
|
|
373
|
-
applyFilter(field: string, type: AdvancedDataTableColumnType, menu?:
|
|
410
|
+
applyFilter(field: string, type: AdvancedDataTableColumnType, menu?: FuiDropdownMenuComponent): void;
|
|
374
411
|
/**
|
|
375
412
|
* Clear filter for a field
|
|
376
413
|
*/
|
|
377
|
-
clearFilter(field: string, menu?:
|
|
414
|
+
clearFilter(field: string, menu?: FuiDropdownMenuComponent): void;
|
|
378
415
|
/**
|
|
379
416
|
* Parse value by column type
|
|
380
417
|
*/
|
|
@@ -400,9 +437,9 @@ declare class FuiAdvancedDataTableComponent<T = Record<string, unknown>> {
|
|
|
400
437
|
*/
|
|
401
438
|
requiresInput(type: AdvancedDataTableColumnType): boolean;
|
|
402
439
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiAdvancedDataTableComponent<any>, never>;
|
|
403
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiAdvancedDataTableComponent<any>, "fui-advanced-data-table", never, { "config": { "alias": "config"; "required": true; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "trackBy": { "alias": "trackBy"; "required": false; "isSignal": true; }; "enableRowHighlight": { "alias": "enableRowHighlight"; "required": false; "isSignal": true; }; "tableAriaLabel": { "alias": "tableAriaLabel"; "required": false; "isSignal": true; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; "isSignal": true; }; "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; "isSignal": true; }; }, { "sortChange": "sortChange"; "filtersChange": "filtersChange"; "rowDblClick": "rowDblClick"; }, never, never, true, never>;
|
|
440
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiAdvancedDataTableComponent<any>, "fui-advanced-data-table", never, { "config": { "alias": "config"; "required": true; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "trackBy": { "alias": "trackBy"; "required": false; "isSignal": true; }; "enableRowHighlight": { "alias": "enableRowHighlight"; "required": false; "isSignal": true; }; "boxed": { "alias": "boxed"; "required": false; "isSignal": true; }; "density": { "alias": "density"; "required": false; "isSignal": true; }; "rowActions": { "alias": "rowActions"; "required": false; "isSignal": true; }; "tableAriaLabel": { "alias": "tableAriaLabel"; "required": false; "isSignal": true; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; "isSignal": true; }; "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "filters": { "alias": "filters"; "required": false; "isSignal": true; }; }, { "sortChange": "sortChange"; "filtersChange": "filtersChange"; "rowDblClick": "rowDblClick"; }, never, never, true, never>;
|
|
404
441
|
}
|
|
405
442
|
|
|
406
443
|
export { FilterOperator, FuiAdvancedDataTableComponent, FuiDataTableIntl };
|
|
407
|
-
export type { AdvancedDataTableColumnType, AdvancedDataTableConfig, AdvancedDataTableHeader, AdvancedDataTableLabelConfig, ColumnFilter, ProcessedDataTableHeader };
|
|
444
|
+
export type { AdvancedDataTableColumnType, AdvancedDataTableConfig, AdvancedDataTableDensity, AdvancedDataTableHeader, AdvancedDataTableLabelConfig, AdvancedDataTableRowAction, ColumnFilter, ProcessedDataTableHeader };
|
|
408
445
|
//# sourceMappingURL=raintonic-formaui-components-data-table.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-data-table.d.ts","sources":["../../../lib/components/data-table/data-table.intl.ts","../../../lib/components/data-table/advanced-data-table.component.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-data-table.d.ts","sources":["../../../lib/components/data-table/data-table.intl.ts","../../../lib/components/data-table/advanced-data-table.component.ts"],"mappings":"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","names":[]}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AfterViewInit, OnDestroy, InputSignal, OutputEmitterRef, WritableSignal, ElementRef } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor, Validator, NgControl, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
5
|
import { FuiIntlBase, FuiFormFieldControl, ErrorStateMatcher } from '@raintonic/formaui/core';
|
|
6
|
+
import { FuiInputDirective } from '@raintonic/formaui/components/input';
|
|
7
|
+
import * as i1 from '@raintonic/formaui/cdk/form-field';
|
|
6
8
|
|
|
7
9
|
declare class FuiCalendarIntl extends FuiIntlBase {
|
|
8
10
|
rootAriaLabel: string;
|
|
@@ -53,6 +55,15 @@ interface CalendarYear {
|
|
|
53
55
|
}
|
|
54
56
|
declare const DEFAULT_DATE_FORMAT = "dd/MM/yyyy";
|
|
55
57
|
declare const RANGE_SEPARATOR = " \u2014 ";
|
|
58
|
+
/**
|
|
59
|
+
* Preset shortcut shown in the calendar panel.
|
|
60
|
+
* `value` is evaluated lazily on click so that "today"-relative ranges
|
|
61
|
+
* stay correct if the panel is left open across midnight.
|
|
62
|
+
*/
|
|
63
|
+
interface DatePickerPreset {
|
|
64
|
+
label: string;
|
|
65
|
+
value: () => DatePickerModelValue;
|
|
66
|
+
}
|
|
56
67
|
|
|
57
68
|
/**
|
|
58
69
|
* @component FuiCalendarComponent
|
|
@@ -145,6 +156,7 @@ declare class FuiDatePickerIntl extends FuiIntlBase {
|
|
|
145
156
|
endDateAriaLabel: string;
|
|
146
157
|
openCalendarAriaLabel: string;
|
|
147
158
|
calendarDialogAriaLabel: string;
|
|
159
|
+
presetsAriaLabel: string;
|
|
148
160
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiDatePickerIntl, never>;
|
|
149
161
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FuiDatePickerIntl>;
|
|
150
162
|
}
|
|
@@ -193,14 +205,16 @@ declare class FuiDatePickerIntl extends FuiIntlBase {
|
|
|
193
205
|
* <fui-date-picker [range]="true" formControlName="period"></fui-date-picker>
|
|
194
206
|
* </fui-form-field>
|
|
195
207
|
*/
|
|
196
|
-
declare class FuiDatePickerComponent implements ControlValueAccessor, Validator, FuiFormFieldControl,
|
|
208
|
+
declare class FuiDatePickerComponent implements ControlValueAccessor, Validator, FuiFormFieldControl, AfterViewInit, OnDestroy {
|
|
197
209
|
static nextId: number;
|
|
198
210
|
readonly controlType = "fui-date-picker";
|
|
199
211
|
readonly intl: FuiDatePickerIntl;
|
|
200
212
|
private readonly _cdr;
|
|
213
|
+
private readonly _popup;
|
|
214
|
+
private readonly _formSync;
|
|
201
215
|
readonly placeholderInput: InputSignal<string>;
|
|
202
216
|
readonly disabledInput: InputSignal<boolean>;
|
|
203
|
-
readonly
|
|
217
|
+
readonly readonlyInput: InputSignal<boolean>;
|
|
204
218
|
readonly range: InputSignal<boolean>;
|
|
205
219
|
readonly format: InputSignal<string>;
|
|
206
220
|
readonly min: InputSignal<Date | null>;
|
|
@@ -210,6 +224,7 @@ declare class FuiDatePickerComponent implements ControlValueAccessor, Validator,
|
|
|
210
224
|
readonly firstDayOfWeek: InputSignal<number>;
|
|
211
225
|
readonly rangeSeparator: InputSignal<string>;
|
|
212
226
|
readonly errorStateMatcher: InputSignal<ErrorStateMatcher | null>;
|
|
227
|
+
readonly presets: InputSignal<DatePickerPreset[]>;
|
|
213
228
|
readonly valueChange: OutputEmitterRef<DatePickerModelValue>;
|
|
214
229
|
readonly dateChange: OutputEmitterRef<DatePickerModelValue>;
|
|
215
230
|
readonly openedChange: OutputEmitterRef<boolean>;
|
|
@@ -219,15 +234,12 @@ declare class FuiDatePickerComponent implements ControlValueAccessor, Validator,
|
|
|
219
234
|
private readonly _ngControlDisabled;
|
|
220
235
|
private readonly _required;
|
|
221
236
|
private readonly _errorState;
|
|
222
|
-
|
|
223
|
-
readonly panelOpen:
|
|
237
|
+
/** Whether the calendar panel is open — projected from FuiPopupOverlayDirective. */
|
|
238
|
+
readonly panelOpen: _angular_core.Signal<boolean>;
|
|
224
239
|
readonly hoveredDate: WritableSignal<Date | null>;
|
|
225
240
|
readonly stateChanges: Subject<void>;
|
|
226
241
|
private _uid;
|
|
227
242
|
_ariaDescribedby: string | null;
|
|
228
|
-
private _parentForm;
|
|
229
|
-
private _parentFormGroup;
|
|
230
|
-
private _defaultErrorStateMatcher;
|
|
231
243
|
private readonly _ngControlRef;
|
|
232
244
|
get ngControl(): NgControl | null;
|
|
233
245
|
readonly placeholder: _angular_core.Signal<string>;
|
|
@@ -235,6 +247,7 @@ declare class FuiDatePickerComponent implements ControlValueAccessor, Validator,
|
|
|
235
247
|
readonly value: WritableSignal<DatePickerModelValue>;
|
|
236
248
|
readonly focused: WritableSignal<boolean>;
|
|
237
249
|
readonly disabled: _angular_core.Signal<boolean>;
|
|
250
|
+
readonly readonly: _angular_core.Signal<boolean>;
|
|
238
251
|
readonly errorState: WritableSignal<boolean>;
|
|
239
252
|
readonly id: string;
|
|
240
253
|
readonly empty: _angular_core.Signal<boolean>;
|
|
@@ -245,14 +258,9 @@ declare class FuiDatePickerComponent implements ControlValueAccessor, Validator,
|
|
|
245
258
|
calendarPanel?: ElementRef<HTMLDivElement>;
|
|
246
259
|
startInputEl?: ElementRef<HTMLInputElement>;
|
|
247
260
|
endInputEl?: ElementRef<HTMLInputElement>;
|
|
261
|
+
_fuiStartInput?: FuiInputDirective;
|
|
262
|
+
_fuiEndInput?: FuiInputDirective;
|
|
248
263
|
calendarComponent?: FuiCalendarComponent;
|
|
249
|
-
private _overlayRef;
|
|
250
|
-
private _overlaySubscriptions;
|
|
251
|
-
private readonly _overlayService;
|
|
252
|
-
private readonly _elementRef;
|
|
253
|
-
private readonly _document;
|
|
254
|
-
private readonly _ngZone;
|
|
255
|
-
private _outsideClickSub?;
|
|
256
264
|
private _onChange;
|
|
257
265
|
private _onTouched;
|
|
258
266
|
private _onValidatorChange;
|
|
@@ -260,20 +268,30 @@ declare class FuiDatePickerComponent implements ControlValueAccessor, Validator,
|
|
|
260
268
|
readonly endInputText: WritableSignal<string>;
|
|
261
269
|
readonly displayValue: _angular_core.Signal<string>;
|
|
262
270
|
constructor();
|
|
263
|
-
|
|
271
|
+
ngAfterViewInit(): void;
|
|
264
272
|
ngOnDestroy(): void;
|
|
273
|
+
/** Sets the picker value from the form model. Accepts Date, DateRange, ISO string, or null. */
|
|
265
274
|
writeValue(value: DatePickerModelValue | string): void;
|
|
275
|
+
/** Registers the callback Angular calls when the value should propagate to the model. */
|
|
266
276
|
registerOnChange(fn: (value: DatePickerModelValue) => void): void;
|
|
277
|
+
/** Registers the callback Angular calls when the control should be marked as touched. */
|
|
267
278
|
registerOnTouched(fn: () => void): void;
|
|
279
|
+
/** Enables or disables the control programmatically; mirrors the `disabled` form-control state. */
|
|
268
280
|
setDisabledState(isDisabled: boolean): void;
|
|
281
|
+
/** Validates the current date value against min, max, and dateFilter constraints. Returns null when valid. */
|
|
269
282
|
validate(_control: AbstractControl): ValidationErrors | null;
|
|
283
|
+
/** Stores the callback Angular calls when validator inputs (min/max/filter) change so the form re-validates. */
|
|
270
284
|
registerOnValidatorChange(fn: () => void): void;
|
|
271
285
|
private _validateSingleDate;
|
|
286
|
+
/** Focuses the start input and opens the calendar panel when the form-field container is clicked, unless disabled. */
|
|
272
287
|
onContainerClick(_event: MouseEvent): void;
|
|
288
|
+
/** Stores the space-separated list of IDs for the aria-describedby attribute. */
|
|
273
289
|
setDescribedByIds(ids: string[]): void;
|
|
274
|
-
|
|
290
|
+
/** Opens the calendar panel. No-op if disabled, readonly, or already open. */
|
|
275
291
|
open(): void;
|
|
292
|
+
/** Closes the calendar panel and restores focus to the start input. No-op if already closed. */
|
|
276
293
|
close(): void;
|
|
294
|
+
/** Toggles the calendar panel between open and closed. */
|
|
277
295
|
toggle(): void;
|
|
278
296
|
onTriggerClick(): void;
|
|
279
297
|
onToggleClick(event: MouseEvent): void;
|
|
@@ -286,16 +304,17 @@ declare class FuiDatePickerComponent implements ControlValueAccessor, Validator,
|
|
|
286
304
|
onInputFocus(): void;
|
|
287
305
|
onDateSelected(date: Date): void;
|
|
288
306
|
onDateHovered(date: Date | null): void;
|
|
289
|
-
|
|
307
|
+
/** @internal Handle a preset click — apply the preset value and close the panel. */
|
|
308
|
+
_onPresetClick(preset: DatePickerPreset): void;
|
|
290
309
|
private _handleRangeSelection;
|
|
291
310
|
private _setValue;
|
|
292
|
-
private _createOverlay;
|
|
293
|
-
private _disposeOverlay;
|
|
294
311
|
private _isDateRange;
|
|
312
|
+
/** Returns the placeholder for the start input: uses the `placeholder` input if set, otherwise the format string. */
|
|
295
313
|
getStartPlaceholder(): string;
|
|
314
|
+
/** Returns the placeholder for the end input in range mode: the format string lowercased. */
|
|
296
315
|
getEndPlaceholder(): string;
|
|
297
316
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FuiDatePickerComponent, never>;
|
|
298
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiDatePickerComponent, "fui-date-picker", never, { "placeholderInput": { "alias": "placeholder"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "
|
|
317
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FuiDatePickerComponent, "fui-date-picker", never, { "placeholderInput": { "alias": "placeholder"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonlyInput": { "alias": "readonly"; "required": false; "isSignal": true; }; "range": { "alias": "range"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "dateFilter": { "alias": "dateFilter"; "required": false; "isSignal": true; }; "startAt": { "alias": "startAt"; "required": false; "isSignal": true; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; "isSignal": true; }; "rangeSeparator": { "alias": "rangeSeparator"; "required": false; "isSignal": true; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; "isSignal": true; }; "presets": { "alias": "presets"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "dateChange": "dateChange"; "openedChange": "openedChange"; }, never, never, true, [{ directive: typeof i1.FuiPopupOverlayDirective; inputs: { "positions": "positions"; "panelClass": "panelClass"; "backdropClass": "backdropClass"; "scrollStrategy": "scrollStrategy"; "minWidthFromTrigger": "minWidthFromTrigger"; }; outputs: { "openedChange": "openedChange"; "escapeKey": "escapeKey"; }; }, { directive: typeof i1.FuiFormControlSyncDirective; inputs: {}; outputs: {}; }]>;
|
|
299
318
|
}
|
|
300
319
|
|
|
301
320
|
/**
|
|
@@ -363,7 +382,24 @@ declare function isAfter(a: Date, b: Date): boolean;
|
|
|
363
382
|
* Check if date is between start and end (inclusive, day-level).
|
|
364
383
|
*/
|
|
365
384
|
declare function isBetween(date: Date, start: Date | null, end: Date | null): boolean;
|
|
385
|
+
/**
|
|
386
|
+
* Built-in date range presets covering the common "this/last week | month | year" shortcuts.
|
|
387
|
+
* Each preset evaluates lazily so values stay correct even if the panel is left open over time.
|
|
388
|
+
*
|
|
389
|
+
* Defaults to Monday as the first day of the week. Pass `{ firstDayOfWeek: 0 }` for Sunday.
|
|
390
|
+
*/
|
|
391
|
+
declare function buildDefaultDateRangePresets(options?: {
|
|
392
|
+
firstDayOfWeek?: number;
|
|
393
|
+
labels?: {
|
|
394
|
+
thisWeek?: string;
|
|
395
|
+
lastWeek?: string;
|
|
396
|
+
thisMonth?: string;
|
|
397
|
+
lastMonth?: string;
|
|
398
|
+
thisYear?: string;
|
|
399
|
+
lastYear?: string;
|
|
400
|
+
};
|
|
401
|
+
}): DatePickerPreset[];
|
|
366
402
|
|
|
367
|
-
export { DEFAULT_DATE_FORMAT, FuiCalendarComponent, FuiCalendarIntl, FuiDatePickerComponent, FuiDatePickerIntl, RANGE_SEPARATOR, applyDateMask, buildCalendarGrid, formatDate, getDaysInMonth, getMonthLabel, getShortMonthName, getWeekdayLabels, isAfter, isBefore, isBetween, isDateInRange, isSameDay, normalizeDate, parseDate };
|
|
368
|
-
export type { CalendarDay, CalendarMonth, CalendarView, CalendarYear, DateFilterFn, DatePickerModelValue, DatePickerValue, DateRange };
|
|
403
|
+
export { DEFAULT_DATE_FORMAT, FuiCalendarComponent, FuiCalendarIntl, FuiDatePickerComponent, FuiDatePickerIntl, RANGE_SEPARATOR, applyDateMask, buildCalendarGrid, buildDefaultDateRangePresets, formatDate, getDaysInMonth, getMonthLabel, getShortMonthName, getWeekdayLabels, isAfter, isBefore, isBetween, isDateInRange, isSameDay, normalizeDate, parseDate };
|
|
404
|
+
export type { CalendarDay, CalendarMonth, CalendarView, CalendarYear, DateFilterFn, DatePickerModelValue, DatePickerPreset, DatePickerValue, DateRange };
|
|
369
405
|
//# sourceMappingURL=raintonic-formaui-components-date-picker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raintonic-formaui-components-date-picker.d.ts","sources":["../../../lib/components/date-picker/calendar/calendar.intl.ts","../../../lib/components/date-picker/date-picker.types.ts","../../../lib/components/date-picker/calendar/calendar.component.ts","../../../lib/components/date-picker/date-picker.intl.ts","../../../lib/components/date-picker/date-picker.component.ts","../../../lib/components/date-picker/date-picker.utils.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"raintonic-formaui-components-date-picker.d.ts","sources":["../../../lib/components/date-picker/calendar/calendar.intl.ts","../../../lib/components/date-picker/date-picker.types.ts","../../../lib/components/date-picker/calendar/calendar.component.ts","../../../lib/components/date-picker/date-picker.intl.ts","../../../lib/components/date-picker/date-picker.component.ts","../../../lib/components/date-picker/date-picker.utils.ts"],"mappings":"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","names":[]}
|