@frame-ui-ng/components 0.1.0-beta.0 → 0.2.0-beta.0
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/accordion/src/styles/_vars.css +25 -25
- package/accordion/src/styles/accordion.css +105 -87
- package/alert/src/styles/_vars.css +28 -28
- package/badge/src/styles/_vars.css +19 -16
- package/badge/src/styles/badge.css +132 -125
- package/breadcrumb/src/styles/_vars.css +17 -16
- package/breadcrumb/src/styles/breadcrumb.css +110 -98
- package/button/src/styles/_vars.css +20 -20
- package/button/src/styles/button.css +52 -7
- package/button-group/src/styles/button-group.css +100 -69
- package/calendar/src/styles/_vars.css +29 -29
- package/calendar/src/styles/calendar.css +247 -226
- package/card/src/styles/_vars.css +17 -17
- package/checkbox/src/styles/_vars.css +22 -22
- package/collapsible/src/styles/collapsible.css +55 -42
- package/combobox/src/styles/_vars.css +61 -60
- package/combobox/src/styles/combobox.css +295 -285
- package/command/src/styles/_vars.css +47 -37
- package/command/src/styles/command.css +236 -171
- package/date-picker/src/styles/_vars.css +30 -29
- package/date-picker/src/styles/date-picker.css +203 -177
- package/dropdown-menu/src/styles/_vars.css +34 -34
- package/fesm2022/frame-ui-ng-components-accordion.mjs +26 -11
- package/fesm2022/frame-ui-ng-components-accordion.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-badge.mjs +1 -0
- package/fesm2022/frame-ui-ng-components-badge.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-button.mjs +1 -1
- package/fesm2022/frame-ui-ng-components-button.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-command.mjs +19 -1
- package/fesm2022/frame-ui-ng-components-command.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-toast.mjs +152 -142
- package/fesm2022/frame-ui-ng-components-toast.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components.mjs +43 -13
- package/fesm2022/frame-ui-ng-components.mjs.map +1 -1
- package/input/src/styles/_vars.css +65 -65
- package/input/src/styles/input-group.css +114 -112
- package/input/src/styles/input.css +197 -163
- package/input-otp/src/styles/_vars.css +21 -21
- package/item/src/styles/_vars.css +34 -34
- package/menubar/src/styles/_vars.css +22 -22
- package/modal/src/styles/_vars.css +19 -18
- package/modal/src/styles/modal.css +202 -179
- package/navigation-menu/src/styles/_vars.css +45 -45
- package/package.json +12 -3
- package/pagination/src/styles/_vars.css +22 -22
- package/pagination/src/styles/pagination.css +158 -138
- package/progress/src/styles/_vars.css +15 -15
- package/radio-group/src/styles/_vars.css +29 -29
- package/radio-group/src/styles/radio-group.css +146 -137
- package/resizable/src/styles/_vars.css +20 -20
- package/select/src/styles/_vars.css +28 -28
- package/select/src/styles/select-trigger.css +138 -95
- package/separator/src/styles/_vars.css +9 -9
- package/sheet/src/styles/_vars.css +20 -18
- package/sheet/src/styles/sheet.css +220 -215
- package/sidebar/src/styles/sidebar.css +544 -531
- package/slider/src/styles/_vars.css +17 -17
- package/src/styles/blueprint.css +666 -0
- package/src/styles/components.css +47 -47
- package/styles/blueprint.css +666 -0
- package/styles/components.css +47 -47
- package/styles.css +49 -49
- package/switch/src/styles/_vars.css +34 -34
- package/switch/src/styles/switch.css +130 -131
- package/tabs/src/styles/_vars.css +23 -23
- package/textarea/src/styles/_vars.css +20 -20
- package/textarea/src/styles/textarea.css +62 -60
- package/toast/src/styles/_vars.css +48 -47
- package/toast/src/styles/toast.css +279 -314
- package/toggle/src/styles/_vars.css +24 -24
- package/tooltip/src/styles/_vars.css +21 -21
- package/tooltip/src/styles/tooltip.css +105 -103
- package/types/frame-ui-ng-components-accordion.d.ts +3 -1
- package/types/frame-ui-ng-components-badge.d.ts +2 -2
- package/types/frame-ui-ng-components-command.d.ts +7 -2
- package/types/frame-ui-ng-components.d.ts +21 -14
- package/virtual-scroll/src/styles/virtual-scroll.css +54 -54
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--frame-tooltip-content-bg: var(--frame-
|
|
3
|
-
--frame-tooltip-content-color: var(--frame-
|
|
4
|
-
--frame-tooltip-content-border:
|
|
5
|
-
--frame-tooltip-content-radius: var(--frame-radius-md, 0.5rem);
|
|
6
|
-
--frame-tooltip-content-shadow: 0 12px 32px rgb(0 0 0 / 0.18);
|
|
7
|
-
--frame-tooltip-content-padding: 0.375rem 0.625rem;
|
|
8
|
-
--frame-tooltip-content-max-width: 18rem;
|
|
9
|
-
--frame-tooltip-content-font-size: 0.8125rem;
|
|
10
|
-
--frame-tooltip-content-font-weight: 500;
|
|
11
|
-
--frame-tooltip-content-line-height: 1.35;
|
|
12
|
-
--frame-tooltip-shortcut-bg: color-mix(in srgb, currentColor 14%, transparent);
|
|
13
|
-
--frame-tooltip-shortcut-radius: 0
|
|
14
|
-
--frame-tooltip-shortcut-padding: 0.0625rem 0.3125rem;
|
|
15
|
-
--frame-tooltip-shortcut-font-size: 0.75rem;
|
|
16
|
-
--frame-tooltip-arrow-size: 0.5rem;
|
|
17
|
-
--frame-tooltip-motion-duration: 140ms;
|
|
18
|
-
--frame-tooltip-motion-distance: 0.25rem;
|
|
19
|
-
--frame-tooltip-motion-scale: 0.96;
|
|
20
|
-
--frame-tooltip-motion-easing: cubic-bezier(0.16, 1, 0.3, 1);
|
|
21
|
-
}
|
|
1
|
+
:root {
|
|
2
|
+
--frame-tooltip-content-bg: var(--frame-surface, #fff);
|
|
3
|
+
--frame-tooltip-content-color: var(--frame-foreground, #09090b);
|
|
4
|
+
--frame-tooltip-content-border: var(--frame-frame-line-muted, var(--frame-border, #d4d4d8));
|
|
5
|
+
--frame-tooltip-content-radius: var(--frame-radius-md, 0.5rem);
|
|
6
|
+
--frame-tooltip-content-shadow: 0 12px 32px rgb(0 0 0 / 0.18);
|
|
7
|
+
--frame-tooltip-content-padding: 0.375rem 0.625rem;
|
|
8
|
+
--frame-tooltip-content-max-width: 18rem;
|
|
9
|
+
--frame-tooltip-content-font-size: 0.8125rem;
|
|
10
|
+
--frame-tooltip-content-font-weight: 500;
|
|
11
|
+
--frame-tooltip-content-line-height: 1.35;
|
|
12
|
+
--frame-tooltip-shortcut-bg: color-mix(in srgb, currentColor 14%, transparent);
|
|
13
|
+
--frame-tooltip-shortcut-radius: 0;
|
|
14
|
+
--frame-tooltip-shortcut-padding: 0.0625rem 0.3125rem;
|
|
15
|
+
--frame-tooltip-shortcut-font-size: 0.75rem;
|
|
16
|
+
--frame-tooltip-arrow-size: 0.5rem;
|
|
17
|
+
--frame-tooltip-motion-duration: 140ms;
|
|
18
|
+
--frame-tooltip-motion-distance: 0.25rem;
|
|
19
|
+
--frame-tooltip-motion-scale: 0.96;
|
|
20
|
+
--frame-tooltip-motion-easing: cubic-bezier(0.16, 1, 0.3, 1);
|
|
21
|
+
}
|
|
@@ -1,103 +1,105 @@
|
|
|
1
|
-
@import './_vars.css';
|
|
2
|
-
|
|
3
|
-
frame-tooltip {
|
|
4
|
-
display: inline-block;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.frame-tooltip__anchor {
|
|
8
|
-
display: inline-flex;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
[frTooltipTrigger] {
|
|
12
|
-
cursor: default;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.frame-tooltip__content {
|
|
16
|
-
position: relative;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
border
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
font-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
inset-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
inset-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
inset-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
inset-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
1
|
+
@import './_vars.css';
|
|
2
|
+
|
|
3
|
+
frame-tooltip {
|
|
4
|
+
display: inline-block;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.frame-tooltip__anchor {
|
|
8
|
+
display: inline-flex;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
[frTooltipTrigger] {
|
|
12
|
+
cursor: default;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.frame-tooltip__content {
|
|
16
|
+
position: relative;
|
|
17
|
+
--frame-blueprint-corner-inset: 0.125rem;
|
|
18
|
+
max-width: min(var(--frame-tooltip-content-max-width), calc(100vw - 1rem));
|
|
19
|
+
border: 1px solid var(--frame-tooltip-content-border);
|
|
20
|
+
border-radius: var(--frame-tooltip-content-radius);
|
|
21
|
+
background: var(--frame-tooltip-content-bg);
|
|
22
|
+
box-shadow: var(--frame-tooltip-content-shadow);
|
|
23
|
+
color: var(--frame-tooltip-content-color);
|
|
24
|
+
font-size: var(--frame-tooltip-content-font-size);
|
|
25
|
+
font-weight: var(--frame-tooltip-content-font-weight);
|
|
26
|
+
line-height: var(--frame-tooltip-content-line-height);
|
|
27
|
+
padding: var(--frame-tooltip-content-padding);
|
|
28
|
+
transform-origin: var(--frame-tooltip-transform-origin, center);
|
|
29
|
+
animation: frame-tooltip-in var(--frame-tooltip-motion-duration) var(--frame-tooltip-motion-easing);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.frame-tooltip-overlay--top .frame-tooltip__content {
|
|
33
|
+
--frame-tooltip-transform-origin: bottom;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.frame-tooltip-overlay--right .frame-tooltip__content {
|
|
37
|
+
--frame-tooltip-transform-origin: left;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.frame-tooltip-overlay--bottom .frame-tooltip__content {
|
|
41
|
+
--frame-tooltip-transform-origin: top;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.frame-tooltip-overlay--left .frame-tooltip__content {
|
|
45
|
+
--frame-tooltip-transform-origin: right;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.frame-tooltip__content[data-arrow]::after {
|
|
49
|
+
content: '';
|
|
50
|
+
position: absolute;
|
|
51
|
+
inline-size: var(--frame-tooltip-arrow-size);
|
|
52
|
+
block-size: var(--frame-tooltip-arrow-size);
|
|
53
|
+
background: var(--frame-tooltip-content-bg);
|
|
54
|
+
transform: rotate(45deg);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.frame-tooltip__content[data-arrow][data-side='top']::after {
|
|
58
|
+
inset-block-end: calc(var(--frame-tooltip-arrow-size) / -2);
|
|
59
|
+
inset-inline-start: calc(50% - var(--frame-tooltip-arrow-size) / 2);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.frame-tooltip__content[data-arrow][data-side='bottom']::after {
|
|
63
|
+
inset-block-start: calc(var(--frame-tooltip-arrow-size) / -2);
|
|
64
|
+
inset-inline-start: calc(50% - var(--frame-tooltip-arrow-size) / 2);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.frame-tooltip__content[data-arrow][data-side='left']::after {
|
|
68
|
+
inset-block-start: calc(50% - var(--frame-tooltip-arrow-size) / 2);
|
|
69
|
+
inset-inline-end: calc(var(--frame-tooltip-arrow-size) / -2);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.frame-tooltip__content[data-arrow][data-side='right']::after {
|
|
73
|
+
inset-block-start: calc(50% - var(--frame-tooltip-arrow-size) / 2);
|
|
74
|
+
inset-inline-start: calc(var(--frame-tooltip-arrow-size) / -2);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
[frTooltipShortcut],
|
|
78
|
+
.frame-tooltip__shortcut {
|
|
79
|
+
border: 1px solid var(--frame-frame-line-muted, var(--frame-border));
|
|
80
|
+
border-radius: var(--frame-tooltip-shortcut-radius);
|
|
81
|
+
background: var(--frame-tooltip-shortcut-bg);
|
|
82
|
+
font: inherit;
|
|
83
|
+
font-size: var(--frame-tooltip-shortcut-font-size);
|
|
84
|
+
line-height: 1;
|
|
85
|
+
padding: var(--frame-tooltip-shortcut-padding);
|
|
86
|
+
white-space: nowrap;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@keyframes frame-tooltip-in {
|
|
90
|
+
from {
|
|
91
|
+
opacity: 0;
|
|
92
|
+
transform: translateY(var(--frame-tooltip-motion-distance)) scale(var(--frame-tooltip-motion-scale));
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
to {
|
|
96
|
+
opacity: 1;
|
|
97
|
+
transform: translateY(0) scale(1);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@media (prefers-reduced-motion: reduce) {
|
|
102
|
+
.frame-tooltip__content {
|
|
103
|
+
animation: none;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
@@ -13,12 +13,14 @@ declare class FrAccordionContent {
|
|
|
13
13
|
private readonly host;
|
|
14
14
|
protected readonly item: FrAccordionItemContext;
|
|
15
15
|
private initialized;
|
|
16
|
-
private
|
|
16
|
+
private rafIds;
|
|
17
17
|
constructor();
|
|
18
18
|
onTransitionEnd(event: TransitionEvent): void;
|
|
19
19
|
private animate;
|
|
20
20
|
private applyStaticState;
|
|
21
|
+
private measureContentHeight;
|
|
21
22
|
private cancelAnimationFrame;
|
|
23
|
+
private requestAnimationFrame;
|
|
22
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAccordionContent, never>;
|
|
23
25
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAccordionContent, "[frAccordionContent]", never, {}, {}, never, never, true, never>;
|
|
24
26
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import * as i1 from '@frame-ui-ng/components/spinner';
|
|
3
3
|
|
|
4
|
-
declare const FR_BADGE_VARIANTS: readonly ["default", "secondary", "destructive", "outline", "ghost", "link"];
|
|
4
|
+
declare const FR_BADGE_VARIANTS: readonly ["default", "secondary", "success", "destructive", "outline", "ghost", "link"];
|
|
5
5
|
declare const FR_BADGE_ICON_POSITIONS: readonly ["inline-start", "inline-end"];
|
|
6
6
|
type FrBadgeVariant = (typeof FR_BADGE_VARIANTS)[number];
|
|
7
7
|
type FrBadgeIconPosition = (typeof FR_BADGE_ICON_POSITIONS)[number];
|
|
8
8
|
declare class FrBadge {
|
|
9
|
-
readonly variant: i0.InputSignal<"default" | "secondary" | "destructive" | "outline" | "ghost" | "link">;
|
|
9
|
+
readonly variant: i0.InputSignal<"default" | "secondary" | "success" | "destructive" | "outline" | "ghost" | "link">;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBadge, never>;
|
|
11
11
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBadge, "[frBadge], frame-badge", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
12
|
}
|
|
@@ -53,6 +53,11 @@ declare class FrCommandService {
|
|
|
53
53
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FrCommandService>;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
+
declare class FrCommandFooter {
|
|
57
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FrCommandFooter, never>;
|
|
58
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<FrCommandFooter, "[frCommandFooter]", never, {}, {}, never, never, true, never>;
|
|
59
|
+
}
|
|
60
|
+
|
|
56
61
|
declare class FrCommandItem {
|
|
57
62
|
private readonly destroyRef;
|
|
58
63
|
private readonly elementRef;
|
|
@@ -190,9 +195,9 @@ declare class FrCommandSeparator {
|
|
|
190
195
|
|
|
191
196
|
declare class FrCommandModule {
|
|
192
197
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FrCommandModule, never>;
|
|
193
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<FrCommandModule, never, [typeof FrCommand, typeof FrCommandDialog, typeof FrCommandDialogTrigger, typeof FrCommandEmpty, typeof FrCommandGroup, typeof FrCommandGroupHeading, typeof FrCommandInput, typeof FrCommandItem, typeof FrCommandItemIcon, typeof FrCommandList, typeof FrCommandSeparator, typeof FrCommandShortcut], [typeof FrCommand, typeof FrCommandDialog, typeof FrCommandDialogTrigger, typeof FrCommandEmpty, typeof FrCommandGroup, typeof FrCommandGroupHeading, typeof FrCommandInput, typeof FrCommandItem, typeof FrCommandItemIcon, typeof FrCommandList, typeof FrCommandSeparator, typeof FrCommandShortcut]>;
|
|
198
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<FrCommandModule, never, [typeof FrCommand, typeof FrCommandDialog, typeof FrCommandDialogTrigger, typeof FrCommandEmpty, typeof FrCommandFooter, typeof FrCommandGroup, typeof FrCommandGroupHeading, typeof FrCommandInput, typeof FrCommandItem, typeof FrCommandItemIcon, typeof FrCommandList, typeof FrCommandSeparator, typeof FrCommandShortcut], [typeof FrCommand, typeof FrCommandDialog, typeof FrCommandDialogTrigger, typeof FrCommandEmpty, typeof FrCommandFooter, typeof FrCommandGroup, typeof FrCommandGroupHeading, typeof FrCommandInput, typeof FrCommandItem, typeof FrCommandItemIcon, typeof FrCommandList, typeof FrCommandSeparator, typeof FrCommandShortcut]>;
|
|
194
199
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<FrCommandModule>;
|
|
195
200
|
}
|
|
196
201
|
|
|
197
|
-
export { FrCommand, FrCommandDialog, FrCommandDialogTrigger, FrCommandEmpty, FrCommandGroup, FrCommandGroupHeading, FrCommandInput, FrCommandItem, FrCommandItemIcon, FrCommandList, FrCommandModule, FrCommandSeparator, FrCommandService, FrCommandShortcut };
|
|
202
|
+
export { FrCommand, FrCommandDialog, FrCommandDialogTrigger, FrCommandEmpty, FrCommandFooter, FrCommandGroup, FrCommandGroupHeading, FrCommandInput, FrCommandItem, FrCommandItemIcon, FrCommandList, FrCommandModule, FrCommandSeparator, FrCommandService, FrCommandShortcut };
|
|
198
203
|
export type { FrCommandDialogConfig, FrCommandDialogRef, FrCommandFilter };
|
|
@@ -29,12 +29,14 @@ declare class FrAccordionContent {
|
|
|
29
29
|
private readonly host;
|
|
30
30
|
protected readonly item: FrAccordionItemContext;
|
|
31
31
|
private initialized;
|
|
32
|
-
private
|
|
32
|
+
private rafIds;
|
|
33
33
|
constructor();
|
|
34
34
|
onTransitionEnd(event: TransitionEvent): void;
|
|
35
35
|
private animate;
|
|
36
36
|
private applyStaticState;
|
|
37
|
+
private measureContentHeight;
|
|
37
38
|
private cancelAnimationFrame;
|
|
39
|
+
private requestAnimationFrame;
|
|
38
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAccordionContent, never>;
|
|
39
41
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAccordionContent, "[frAccordionContent]", never, {}, {}, never, never, true, never>;
|
|
40
42
|
}
|
|
@@ -84,7 +86,7 @@ type FrAccordionType = (typeof FR_ACCORDION_TYPES)[number];
|
|
|
84
86
|
declare const FR_ALERT_VARIANTS: readonly ["default", "destructive", "success", "danger", "info"];
|
|
85
87
|
type FrAlertVariant = (typeof FR_ALERT_VARIANTS)[number];
|
|
86
88
|
declare class FrAlert {
|
|
87
|
-
readonly variant: i0.InputSignal<"default" | "
|
|
89
|
+
readonly variant: i0.InputSignal<"default" | "success" | "destructive" | "danger" | "info">;
|
|
88
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAlert, never>;
|
|
89
91
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAlert, "[frAlert]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
90
92
|
}
|
|
@@ -119,7 +121,7 @@ declare class FrAvatarFallback {
|
|
|
119
121
|
|
|
120
122
|
declare class FrAvatarGroup {
|
|
121
123
|
readonly expandOnHover: i0.InputSignalWithTransform<boolean, unknown>;
|
|
122
|
-
readonly size: i0.InputSignal<"
|
|
124
|
+
readonly size: i0.InputSignal<"lg" | "md" | "sm" | "xs">;
|
|
123
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatarGroup, never>;
|
|
124
126
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAvatarGroup, "[frAvatarGroup]", never, { "expandOnHover": { "alias": "expandOnHover"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
125
127
|
}
|
|
@@ -145,7 +147,7 @@ declare class FrAvatarImage implements AfterViewInit {
|
|
|
145
147
|
}
|
|
146
148
|
|
|
147
149
|
declare class FrAvatar {
|
|
148
|
-
readonly size: i0.InputSignal<"
|
|
150
|
+
readonly size: i0.InputSignal<"lg" | "md" | "sm" | "xs">;
|
|
149
151
|
readonly status: i0.WritableSignal<"error" | "idle" | "loaded">;
|
|
150
152
|
setStatus(status: 'error' | 'idle' | 'loaded'): void;
|
|
151
153
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatar, never>;
|
|
@@ -155,12 +157,12 @@ declare class FrAvatar {
|
|
|
155
157
|
declare const FR_AVATAR_SIZES: readonly ["xs", "sm", "md", "lg"];
|
|
156
158
|
type FrAvatarSize = (typeof FR_AVATAR_SIZES)[number];
|
|
157
159
|
|
|
158
|
-
declare const FR_BADGE_VARIANTS: readonly ["default", "secondary", "destructive", "outline", "ghost", "link"];
|
|
160
|
+
declare const FR_BADGE_VARIANTS: readonly ["default", "secondary", "success", "destructive", "outline", "ghost", "link"];
|
|
159
161
|
declare const FR_BADGE_ICON_POSITIONS: readonly ["inline-start", "inline-end"];
|
|
160
162
|
type FrBadgeVariant = (typeof FR_BADGE_VARIANTS)[number];
|
|
161
163
|
type FrBadgeIconPosition = (typeof FR_BADGE_ICON_POSITIONS)[number];
|
|
162
164
|
declare class FrBadge {
|
|
163
|
-
readonly variant: i0.InputSignal<"default" | "
|
|
165
|
+
readonly variant: i0.InputSignal<"default" | "secondary" | "success" | "destructive" | "outline" | "ghost" | "link">;
|
|
164
166
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBadge, never>;
|
|
165
167
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBadge, "[frBadge], frame-badge", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
166
168
|
}
|
|
@@ -225,8 +227,8 @@ declare class FrButton {
|
|
|
225
227
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
226
228
|
readonly loading: i0.InputSignalWithTransform<boolean, unknown>;
|
|
227
229
|
readonly loadingDisplay: i0.InputSignal<"inline" | "replace">;
|
|
228
|
-
readonly radius: i0.InputSignal<"
|
|
229
|
-
readonly size: i0.InputSignal<"
|
|
230
|
+
readonly radius: i0.InputSignal<"full" | "lg" | "md" | "none" | "sm">;
|
|
231
|
+
readonly size: i0.InputSignal<"lg" | "md" | "sm">;
|
|
230
232
|
protected readonly hasCustomLoadingIndicator: i0.Signal<boolean>;
|
|
231
233
|
protected readonly isUnavailable: i0.Signal<boolean>;
|
|
232
234
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrButton, never>;
|
|
@@ -357,7 +359,7 @@ declare class FrCard {
|
|
|
357
359
|
private readonly elementRef;
|
|
358
360
|
private readonly renderer;
|
|
359
361
|
readonly size: i0.InputSignal<"default" | "sm">;
|
|
360
|
-
readonly spacing: i0.InputSignal<"
|
|
362
|
+
readonly spacing: i0.InputSignal<"lg" | "md" | "sm" | "xl" | null>;
|
|
361
363
|
constructor();
|
|
362
364
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCard, never>;
|
|
363
365
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCard, "[frCard], frame-card", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "spacing": { "alias": "spacing"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -791,6 +793,11 @@ declare class FrCommandService {
|
|
|
791
793
|
static ɵprov: i0.ɵɵInjectableDeclaration<FrCommandService>;
|
|
792
794
|
}
|
|
793
795
|
|
|
796
|
+
declare class FrCommandFooter {
|
|
797
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandFooter, never>;
|
|
798
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandFooter, "[frCommandFooter]", never, {}, {}, never, never, true, never>;
|
|
799
|
+
}
|
|
800
|
+
|
|
794
801
|
declare class FrCommandItem {
|
|
795
802
|
private readonly destroyRef;
|
|
796
803
|
private readonly elementRef;
|
|
@@ -1629,7 +1636,7 @@ type FrItemMediaVariant = (typeof FR_ITEM_MEDIA_VARIANTS)[number];
|
|
|
1629
1636
|
declare class FrItem {
|
|
1630
1637
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1631
1638
|
readonly interactive: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1632
|
-
readonly size: i0.InputSignal<"default" | "
|
|
1639
|
+
readonly size: i0.InputSignal<"default" | "sm" | "xs">;
|
|
1633
1640
|
readonly variant: i0.InputSignal<"default" | "outline" | "muted">;
|
|
1634
1641
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItem, never>;
|
|
1635
1642
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItem, "[frItem], frame-item", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -1823,7 +1830,7 @@ declare class FrModalClose {
|
|
|
1823
1830
|
declare class FrModalPanel {
|
|
1824
1831
|
readonly scrollable: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1825
1832
|
readonly showCloseButton: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1826
|
-
readonly size: i0.InputSignal<"
|
|
1833
|
+
readonly size: i0.InputSignal<"full" | "lg" | "md" | "sm" | "xl">;
|
|
1827
1834
|
readonly stickyFooter: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1828
1835
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrModalPanel, never>;
|
|
1829
1836
|
static ɵcmp: i0.ɵɵComponentDeclaration<FrModalPanel, "[frModalPanel], frame-modal-panel", never, { "scrollable": { "alias": "scrollable"; "required": false; "isSignal": true; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "stickyFooter": { "alias": "stickyFooter"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
@@ -1902,7 +1909,7 @@ declare class FrNavigationMenuLink {
|
|
|
1902
1909
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuLink, "[frNavigationMenuLink], a[frNavigationMenuLink]", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1903
1910
|
}
|
|
1904
1911
|
declare class FrNavigationMenuGrid {
|
|
1905
|
-
readonly columns: i0.InputSignal<
|
|
1912
|
+
readonly columns: i0.InputSignal<2 | 3 | 1>;
|
|
1906
1913
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuGrid, never>;
|
|
1907
1914
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuGrid, "[frNavigationMenuGrid]", never, { "columns": { "alias": "columns"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1908
1915
|
}
|
|
@@ -2576,7 +2583,7 @@ declare class FrSidebarMenuItem {
|
|
|
2576
2583
|
declare class FrSidebarMenuButton {
|
|
2577
2584
|
readonly active: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2578
2585
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2579
|
-
readonly size: i0.InputSignalWithTransform<"default" | "
|
|
2586
|
+
readonly size: i0.InputSignalWithTransform<"default" | "lg" | "sm", unknown>;
|
|
2580
2587
|
readonly variant: i0.InputSignalWithTransform<"default" | "outline", unknown>;
|
|
2581
2588
|
readonly tooltip: i0.InputSignal<string | null>;
|
|
2582
2589
|
handleClick(event: Event): void;
|
|
@@ -2742,5 +2749,5 @@ declare class FrVirtualViewport {
|
|
|
2742
2749
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrVirtualViewport, "[frVirtualViewport], frame-virtual-viewport", ["frVirtualViewport"], { "itemSize": { "alias": "itemSize"; "required": true; "isSignal": true; }; "overscan": { "alias": "overscan"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2743
2750
|
}
|
|
2744
2751
|
|
|
2745
|
-
export { FR_ACCORDION_TYPES, FR_ALERT_VARIANTS, FR_AVATAR_SIZES, FR_BADGE_ICON_POSITIONS, FR_BADGE_VARIANTS, FR_BUTTON_APPEARANCES, FR_BUTTON_GROUP_ORIENTATIONS, FR_BUTTON_LOADING_DISPLAYS, FR_BUTTON_RADII, FR_BUTTON_SIZES, FR_CARD_FOOTER_ALIGNS, FR_CARD_SIZES, FR_CARD_SPACINGS, FR_CAROUSEL_ALIGNS, FR_CAROUSEL_DIRECTIONS, FR_CAROUSEL_ORIENTATIONS, FR_CONTEXT_MENU_CONTENT, FR_DROPDOWN_MENU_ALIGNMENTS, FR_DROPDOWN_MENU_CONTENT, FR_DROPDOWN_MENU_ITEM_VARIANTS, FR_DROPDOWN_MENU_PARENT, FR_DROPDOWN_MENU_SIDES, FR_DROPDOWN_MENU_TRIGGER_MODES, FR_EMPTY_MEDIA_VARIANTS, FR_EMPTY_ORIENTATIONS, FR_EMPTY_VARIANTS, FR_FIELD_LEGEND_VARIANTS, FR_FIELD_ORIENTATIONS, FR_HOVER_CARD_ALIGNMENTS, FR_HOVER_CARD_SIDES, FR_INPUT_GROUP_ADDON_ALIGNS, FR_INPUT_OTP_PATTERN_DIGITS, FR_INPUT_OTP_PATTERN_DIGITS_AND_CHARS, FR_ITEM_MEDIA_VARIANTS, FR_ITEM_SIZES, FR_ITEM_VARIANTS, FR_MENUBAR_PARENT, FR_MODAL_DATA, FR_NAVIGATION_MENU_PARENT, FR_POPOVER_ALIGNMENTS, FR_POPOVER_SIDES, FR_RADIO_GROUP_ORIENTATIONS, FR_RADIO_GROUP_VARIANTS, FR_RESIZABLE_ORIENTATIONS, FR_SELECT_INDICATOR_POSITIONS, FR_SELECT_POSITIONS, FR_SEPARATOR_ORIENTATIONS, FR_SHEET_DATA, FR_SHEET_SIDES, FR_SIDEBAR_COLLAPSIBLES, FR_SIDEBAR_MENU_BUTTON_SIZES, FR_SIDEBAR_MENU_BUTTON_VARIANTS, FR_SIDEBAR_PROVIDER, FR_SIDEBAR_SIDES, FR_SIDEBAR_VARIANTS, FR_SLIDER_ORIENTATIONS, FR_SWITCH_SIZES, FrAccordion, FrAccordionContent, FrAccordionIcon, FrAccordionItem, FrAccordionTrigger, FrAlert, FrAlertDescription, FrAlertIcon, FrAlertTitle, FrAvatar, FrAvatarBadge, FrAvatarFallback, FrAvatarGroup, FrAvatarGroupCount, FrAvatarIcon, FrAvatarImage, FrBadge, FrBadgeIcon, FrBadgeLabel, FrBadgeSpinner, FrBreadcrumb, FrBreadcrumbEllipsis, FrBreadcrumbItem, FrBreadcrumbLink, FrBreadcrumbList, FrBreadcrumbPage, FrBreadcrumbSeparator, FrButton, FrButtonGroup, FrButtonIcon, FrButtonLabel, FrButtonLoading, FrCalendar, FrCard, FrCardAction, FrCardContent, FrCardDescription, FrCardFooter, FrCardHeader, FrCardTitle, FrCarousel, FrCarouselContent, FrCarouselItem, FrCarouselNext, FrCarouselPrevious, FrCheckbox, FrCheckboxField, FrCheckboxLabel, FrCollapsible, FrCollapsibleContent, FrCollapsibleTrigger, FrCombobox, FrComboboxChip, FrComboboxChipRemove, FrComboboxChips, FrComboboxChipsInput, FrComboboxClear, FrComboboxCollection, FrComboboxContent, FrComboboxEmpty, FrComboboxError, FrComboboxGroup, FrComboboxInput, FrComboboxItem, FrComboboxItemIndicator, FrComboboxLabel, FrComboboxList, FrComboboxPanel, FrComboboxRootLookup, FrComboboxSeparator, FrComboboxTrigger, FrComboboxValueList, FrCommand, FrCommandDialog, FrCommandDialogTrigger, FrCommandEmpty, FrCommandGroup, FrCommandGroupHeading, FrCommandInput, FrCommandItem, FrCommandItemIcon, FrCommandList, FrCommandSeparator, FrCommandService, FrCommandShortcut, FrContextMenu, FrContextMenuCheckboxItem, FrContextMenuContent, FrContextMenuItem, FrContextMenuItemIndicator, FrContextMenuLabel, FrContextMenuPanel, FrContextMenuRadioGroup, FrContextMenuRadioItem, FrContextMenuSeparator, FrContextMenuShortcut, FrContextMenuSub, FrContextMenuSubTrigger, FrContextMenuTrigger, FrControlValueAccessor, FrDatePicker, FrDropdownMenu, FrDropdownMenuCheckboxItem, FrDropdownMenuContent, FrDropdownMenuItem, FrDropdownMenuItemIndicator, FrDropdownMenuLabel, FrDropdownMenuPanel, FrDropdownMenuRadioGroup, FrDropdownMenuRadioItem, FrDropdownMenuSeparator, FrDropdownMenuShortcut, FrDropdownMenuSub, FrDropdownMenuSubTrigger, FrDropdownMenuTree, FrDropdownMenuTrigger, FrEmpty, FrEmptyContent, FrEmptyDescription, FrEmptyHeader, FrEmptyMedia, FrEmptyTitle, FrField, FrFieldContent, FrFieldDescription, FrFieldError, FrFieldGroup, FrFieldLabel, FrFieldLegend, FrFieldSeparator, FrFieldSet, FrHoverCardRoot as FrHoverCard, FrHoverCardContent, FrHoverCardPanel, FrHoverCardTrigger, FrIconButton, FrInput, FrInputBadge, FrInputControl, FrInputDescription, FrInputError, FrInputField, FrInputFieldGroup, FrInputGroup, FrInputGroupAddon, FrInputGroupInput, FrInputGroupText, FrInputHeader, FrInputLabel, FrInputOtp, FrInputOtpGroup, FrInputOtpSeparator, FrInputOtpSlot, FrItem, FrItemActions, FrItemContent, FrItemDescription, FrItemFooter, FrItemGroup, FrItemHeader, FrItemMedia, FrItemSeparator, FrItemTitle, FrMenuBar, FrMenuBarCheckboxItem, FrMenuBarContent, FrMenuBarItem, FrMenuBarItemIndicator, FrMenuBarLabel, FrMenuBarMenu, FrMenuBarPanel, FrMenuBarRadioGroup, FrMenuBarRadioItem, FrMenuBarSeparator, FrMenuBarShortcut, FrMenuBarSub, FrMenuBarSubTrigger, FrMenuBarTrigger, FrModalBody, FrModalClose, FrModalContent, FrModalDescription, FrModalFooter, FrModalHeader, FrModalPanel, FrModalService, FrModalShell, FrModalTitle, FrModalTrigger, FrNavigationLinkSeparator, FrNavigationMenu, FrNavigationMenuContent, FrNavigationMenuFeature, FrNavigationMenuGrid, FrNavigationMenuIndicator, FrNavigationMenuItem, FrNavigationMenuLink, FrNavigationMenuLinkDescription, FrNavigationMenuLinkTitle, FrNavigationMenuList, FrNavigationMenuPanel, FrNavigationMenuTrigger, FrNavigationMenuViewport, FrPagination, FrPaginationContent, FrPaginationEllipsis, FrPaginationIcon, FrPaginationItem, FrPaginationLink, FrPaginationNext, FrPaginationPrevious, FrPopoverRoot as FrPopover, FrPopoverBody, FrPopoverClose, FrPopoverContent, FrPopoverDescription, FrPopoverFooter, FrPopoverHeader, FrPopoverPanel, FrPopoverTitle, FrPopoverTrigger, FrProgress, FrProgressIndicator, FrRadioGroup, FrRadioGroupCard, FrRadioGroupCardMeta, FrRadioGroupField, FrRadioGroupItem, FrResizableHandle, FrResizablePanel, FrResizablePanelGroup, FrSelect, FrSelectContent, FrSelectError, FrSelectGroup, FrSelectIcon, FrSelectItem, FrSelectItemIndicator, FrSelectLabel, FrSelectPanel, FrSelectSeparator, FrSelectValue, FrSeparator, FrSheetBody, FrSheetClose, FrSheetContent, FrSheetDescription, FrSheetFooter, FrSheetHeader, FrSheetPanel, FrSheetService, FrSheetShell, FrSheetTitle, FrSheetTrigger, FrSidebar, FrSidebarContent, FrSidebarFooter, FrSidebarGroup, FrSidebarGroupAction, FrSidebarGroupContent, FrSidebarGroupLabel, FrSidebarHeader, FrSidebarInset, FrSidebarMenu, FrSidebarMenuAction, FrSidebarMenuBadge, FrSidebarMenuButton, FrSidebarMenuItem, FrSidebarMenuSkeleton, FrSidebarMenuSub, FrSidebarMenuSubButton, FrSidebarMenuSubItem, FrSidebarProvider, FrSidebarRail, FrSidebarTrigger, FrSlider, FrSwitch, FrSwitchContent, FrSwitchDescription, FrSwitchError, FrSwitchField, FrSwitchLabel, FrTextarea, FrVirtualContent, FrVirtualFor, FrVirtualItem, FrVirtualItemMeta, FrVirtualList, FrVirtualPanel, FrVirtualViewport, buildConnectedPositions, calculateScrollOffsetForIndex, calculateVirtualRange, defaultPositions, provideDsValueAccessor };
|
|
2752
|
+
export { FR_ACCORDION_TYPES, FR_ALERT_VARIANTS, FR_AVATAR_SIZES, FR_BADGE_ICON_POSITIONS, FR_BADGE_VARIANTS, FR_BUTTON_APPEARANCES, FR_BUTTON_GROUP_ORIENTATIONS, FR_BUTTON_LOADING_DISPLAYS, FR_BUTTON_RADII, FR_BUTTON_SIZES, FR_CARD_FOOTER_ALIGNS, FR_CARD_SIZES, FR_CARD_SPACINGS, FR_CAROUSEL_ALIGNS, FR_CAROUSEL_DIRECTIONS, FR_CAROUSEL_ORIENTATIONS, FR_CONTEXT_MENU_CONTENT, FR_DROPDOWN_MENU_ALIGNMENTS, FR_DROPDOWN_MENU_CONTENT, FR_DROPDOWN_MENU_ITEM_VARIANTS, FR_DROPDOWN_MENU_PARENT, FR_DROPDOWN_MENU_SIDES, FR_DROPDOWN_MENU_TRIGGER_MODES, FR_EMPTY_MEDIA_VARIANTS, FR_EMPTY_ORIENTATIONS, FR_EMPTY_VARIANTS, FR_FIELD_LEGEND_VARIANTS, FR_FIELD_ORIENTATIONS, FR_HOVER_CARD_ALIGNMENTS, FR_HOVER_CARD_SIDES, FR_INPUT_GROUP_ADDON_ALIGNS, FR_INPUT_OTP_PATTERN_DIGITS, FR_INPUT_OTP_PATTERN_DIGITS_AND_CHARS, FR_ITEM_MEDIA_VARIANTS, FR_ITEM_SIZES, FR_ITEM_VARIANTS, FR_MENUBAR_PARENT, FR_MODAL_DATA, FR_NAVIGATION_MENU_PARENT, FR_POPOVER_ALIGNMENTS, FR_POPOVER_SIDES, FR_RADIO_GROUP_ORIENTATIONS, FR_RADIO_GROUP_VARIANTS, FR_RESIZABLE_ORIENTATIONS, FR_SELECT_INDICATOR_POSITIONS, FR_SELECT_POSITIONS, FR_SEPARATOR_ORIENTATIONS, FR_SHEET_DATA, FR_SHEET_SIDES, FR_SIDEBAR_COLLAPSIBLES, FR_SIDEBAR_MENU_BUTTON_SIZES, FR_SIDEBAR_MENU_BUTTON_VARIANTS, FR_SIDEBAR_PROVIDER, FR_SIDEBAR_SIDES, FR_SIDEBAR_VARIANTS, FR_SLIDER_ORIENTATIONS, FR_SWITCH_SIZES, FrAccordion, FrAccordionContent, FrAccordionIcon, FrAccordionItem, FrAccordionTrigger, FrAlert, FrAlertDescription, FrAlertIcon, FrAlertTitle, FrAvatar, FrAvatarBadge, FrAvatarFallback, FrAvatarGroup, FrAvatarGroupCount, FrAvatarIcon, FrAvatarImage, FrBadge, FrBadgeIcon, FrBadgeLabel, FrBadgeSpinner, FrBreadcrumb, FrBreadcrumbEllipsis, FrBreadcrumbItem, FrBreadcrumbLink, FrBreadcrumbList, FrBreadcrumbPage, FrBreadcrumbSeparator, FrButton, FrButtonGroup, FrButtonIcon, FrButtonLabel, FrButtonLoading, FrCalendar, FrCard, FrCardAction, FrCardContent, FrCardDescription, FrCardFooter, FrCardHeader, FrCardTitle, FrCarousel, FrCarouselContent, FrCarouselItem, FrCarouselNext, FrCarouselPrevious, FrCheckbox, FrCheckboxField, FrCheckboxLabel, FrCollapsible, FrCollapsibleContent, FrCollapsibleTrigger, FrCombobox, FrComboboxChip, FrComboboxChipRemove, FrComboboxChips, FrComboboxChipsInput, FrComboboxClear, FrComboboxCollection, FrComboboxContent, FrComboboxEmpty, FrComboboxError, FrComboboxGroup, FrComboboxInput, FrComboboxItem, FrComboboxItemIndicator, FrComboboxLabel, FrComboboxList, FrComboboxPanel, FrComboboxRootLookup, FrComboboxSeparator, FrComboboxTrigger, FrComboboxValueList, FrCommand, FrCommandDialog, FrCommandDialogTrigger, FrCommandEmpty, FrCommandFooter, FrCommandGroup, FrCommandGroupHeading, FrCommandInput, FrCommandItem, FrCommandItemIcon, FrCommandList, FrCommandSeparator, FrCommandService, FrCommandShortcut, FrContextMenu, FrContextMenuCheckboxItem, FrContextMenuContent, FrContextMenuItem, FrContextMenuItemIndicator, FrContextMenuLabel, FrContextMenuPanel, FrContextMenuRadioGroup, FrContextMenuRadioItem, FrContextMenuSeparator, FrContextMenuShortcut, FrContextMenuSub, FrContextMenuSubTrigger, FrContextMenuTrigger, FrControlValueAccessor, FrDatePicker, FrDropdownMenu, FrDropdownMenuCheckboxItem, FrDropdownMenuContent, FrDropdownMenuItem, FrDropdownMenuItemIndicator, FrDropdownMenuLabel, FrDropdownMenuPanel, FrDropdownMenuRadioGroup, FrDropdownMenuRadioItem, FrDropdownMenuSeparator, FrDropdownMenuShortcut, FrDropdownMenuSub, FrDropdownMenuSubTrigger, FrDropdownMenuTree, FrDropdownMenuTrigger, FrEmpty, FrEmptyContent, FrEmptyDescription, FrEmptyHeader, FrEmptyMedia, FrEmptyTitle, FrField, FrFieldContent, FrFieldDescription, FrFieldError, FrFieldGroup, FrFieldLabel, FrFieldLegend, FrFieldSeparator, FrFieldSet, FrHoverCardRoot as FrHoverCard, FrHoverCardContent, FrHoverCardPanel, FrHoverCardTrigger, FrIconButton, FrInput, FrInputBadge, FrInputControl, FrInputDescription, FrInputError, FrInputField, FrInputFieldGroup, FrInputGroup, FrInputGroupAddon, FrInputGroupInput, FrInputGroupText, FrInputHeader, FrInputLabel, FrInputOtp, FrInputOtpGroup, FrInputOtpSeparator, FrInputOtpSlot, FrItem, FrItemActions, FrItemContent, FrItemDescription, FrItemFooter, FrItemGroup, FrItemHeader, FrItemMedia, FrItemSeparator, FrItemTitle, FrMenuBar, FrMenuBarCheckboxItem, FrMenuBarContent, FrMenuBarItem, FrMenuBarItemIndicator, FrMenuBarLabel, FrMenuBarMenu, FrMenuBarPanel, FrMenuBarRadioGroup, FrMenuBarRadioItem, FrMenuBarSeparator, FrMenuBarShortcut, FrMenuBarSub, FrMenuBarSubTrigger, FrMenuBarTrigger, FrModalBody, FrModalClose, FrModalContent, FrModalDescription, FrModalFooter, FrModalHeader, FrModalPanel, FrModalService, FrModalShell, FrModalTitle, FrModalTrigger, FrNavigationLinkSeparator, FrNavigationMenu, FrNavigationMenuContent, FrNavigationMenuFeature, FrNavigationMenuGrid, FrNavigationMenuIndicator, FrNavigationMenuItem, FrNavigationMenuLink, FrNavigationMenuLinkDescription, FrNavigationMenuLinkTitle, FrNavigationMenuList, FrNavigationMenuPanel, FrNavigationMenuTrigger, FrNavigationMenuViewport, FrPagination, FrPaginationContent, FrPaginationEllipsis, FrPaginationIcon, FrPaginationItem, FrPaginationLink, FrPaginationNext, FrPaginationPrevious, FrPopoverRoot as FrPopover, FrPopoverBody, FrPopoverClose, FrPopoverContent, FrPopoverDescription, FrPopoverFooter, FrPopoverHeader, FrPopoverPanel, FrPopoverTitle, FrPopoverTrigger, FrProgress, FrProgressIndicator, FrRadioGroup, FrRadioGroupCard, FrRadioGroupCardMeta, FrRadioGroupField, FrRadioGroupItem, FrResizableHandle, FrResizablePanel, FrResizablePanelGroup, FrSelect, FrSelectContent, FrSelectError, FrSelectGroup, FrSelectIcon, FrSelectItem, FrSelectItemIndicator, FrSelectLabel, FrSelectPanel, FrSelectSeparator, FrSelectValue, FrSeparator, FrSheetBody, FrSheetClose, FrSheetContent, FrSheetDescription, FrSheetFooter, FrSheetHeader, FrSheetPanel, FrSheetService, FrSheetShell, FrSheetTitle, FrSheetTrigger, FrSidebar, FrSidebarContent, FrSidebarFooter, FrSidebarGroup, FrSidebarGroupAction, FrSidebarGroupContent, FrSidebarGroupLabel, FrSidebarHeader, FrSidebarInset, FrSidebarMenu, FrSidebarMenuAction, FrSidebarMenuBadge, FrSidebarMenuButton, FrSidebarMenuItem, FrSidebarMenuSkeleton, FrSidebarMenuSub, FrSidebarMenuSubButton, FrSidebarMenuSubItem, FrSidebarProvider, FrSidebarRail, FrSidebarTrigger, FrSlider, FrSwitch, FrSwitchContent, FrSwitchDescription, FrSwitchError, FrSwitchField, FrSwitchLabel, FrTextarea, FrVirtualContent, FrVirtualFor, FrVirtualItem, FrVirtualItemMeta, FrVirtualList, FrVirtualPanel, FrVirtualViewport, buildConnectedPositions, calculateScrollOffsetForIndex, calculateVirtualRange, defaultPositions, provideDsValueAccessor };
|
|
2746
2753
|
export type { FrAccordionType, FrAlertVariant, FrAvatarSize, FrBadgeIconPosition, FrBadgeVariant, FrButtonAppearance, FrButtonGroupOrientation, FrButtonLoadingDisplay, FrButtonRadius, FrButtonSize, FrCalendarCaptionLayout, FrCalendarCellContext, FrCalendarDateRange, FrCalendarDisabledMatcher, FrCalendarMode, FrCardFooterAlign, FrCardSize, FrCardSpacing, FrCarouselAlign, FrCarouselApi, FrCarouselDirection, FrCarouselEvent, FrCarouselOptions, FrCarouselOrientation, FrCarouselPlugin, FrComboboxStringifier, FrComboboxValue, FrCommandDialogConfig, FrCommandDialogRef, FrCommandFilter, FrDatePickerFormatter, FrDatePickerParser, FrDatePickerPreset, FrDatePickerValue, FrDropdownMenuAlignment, FrDropdownMenuItemVariant, FrDropdownMenuParent, FrDropdownMenuSide, FrDropdownMenuTriggerMode, FrEmptyMediaVariant, FrEmptyOrientation, FrEmptyVariant, FrFieldErrorLike, FrFieldLegendVariant, FrFieldOrientation, FrHoverCardAlignment, FrHoverCardSide, FrInputGroupAddonAlign, FrInputOtpPattern, FrItemMediaVariant, FrItemSize, FrItemVariant, FrModalConfig, FrModalFooterAction, FrModalRef, FrModalShellOptions, FrModalSize, FrPaginationPage, FrPopoverAlignment, FrPopoverSide, FrRadioGroupOrientation, FrRadioGroupVariant, FrResizableOrientation, FrSelectIndicatorPosition, FrSelectPosition, FrSeparatorOrientation, FrSheetConfig, FrSheetFooterAction, FrSheetRef, FrSheetShellOptions, FrSheetSide, FrSidebarCollapsible, FrSidebarMenuButtonSize, FrSidebarMenuButtonVariant, FrSidebarSide, FrSidebarState, FrSidebarVariant, FrSliderOrientation, FrSliderValue, FrSwitchSize, FrVirtualForContext, FrVirtualRange, FrVirtualRangeOptions, FrVirtualScrollAlignment, FrVirtualTrackBy };
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
[frVirtualViewport],
|
|
2
|
-
frame-virtual-viewport {
|
|
3
|
-
display: block;
|
|
4
|
-
overflow: auto;
|
|
5
|
-
position: relative;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
[frVirtualList],
|
|
9
|
-
frame-virtual-list {
|
|
10
|
-
display: block;
|
|
11
|
-
border: 1px solid var(--frame-border);
|
|
12
|
-
border-radius: var(--frame-radius-lg);
|
|
13
|
-
background: color-mix(in srgb, var(--frame-surface) 92%, transparent);
|
|
14
|
-
overflow: hidden;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
[frVirtualPanel],
|
|
18
|
-
frame-virtual-panel {
|
|
19
|
-
overflow: hidden;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
[frVirtualContent],
|
|
23
|
-
frame-virtual-content {
|
|
24
|
-
display: block;
|
|
25
|
-
min-width: 100%;
|
|
26
|
-
box-sizing: border-box;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
[frVirtualItem],
|
|
30
|
-
frame-virtual-item {
|
|
31
|
-
display: flex;
|
|
32
|
-
align-items: center;
|
|
33
|
-
gap: 0.875rem;
|
|
34
|
-
width: 100%;
|
|
35
|
-
min-block-size: 2.75rem;
|
|
36
|
-
padding: 0.625rem 0.875rem;
|
|
37
|
-
border: 0;
|
|
38
|
-
border-bottom: 1px solid color-mix(in srgb, var(--frame-border) 72%, transparent);
|
|
39
|
-
background: transparent;
|
|
40
|
-
color: var(--frame-foreground);
|
|
41
|
-
text-align: left;
|
|
42
|
-
box-sizing: border-box;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
[frVirtualItem]:hover,
|
|
46
|
-
frame-virtual-item:hover {
|
|
47
|
-
background: color-mix(in srgb, var(--frame-accent) 80%, transparent);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
[frVirtualItemMeta],
|
|
51
|
-
frame-virtual-item-meta {
|
|
52
|
-
color: var(--frame-muted-foreground);
|
|
53
|
-
font-size: 0.75rem;
|
|
54
|
-
}
|
|
1
|
+
[frVirtualViewport],
|
|
2
|
+
frame-virtual-viewport {
|
|
3
|
+
display: block;
|
|
4
|
+
overflow: auto;
|
|
5
|
+
position: relative;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
[frVirtualList],
|
|
9
|
+
frame-virtual-list {
|
|
10
|
+
display: block;
|
|
11
|
+
border: 1px solid var(--frame-border);
|
|
12
|
+
border-radius: var(--frame-virtual-list-radius, var(--frame-radius-lg));
|
|
13
|
+
background: color-mix(in srgb, var(--frame-surface) 92%, transparent);
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[frVirtualPanel],
|
|
18
|
+
frame-virtual-panel {
|
|
19
|
+
overflow: hidden;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
[frVirtualContent],
|
|
23
|
+
frame-virtual-content {
|
|
24
|
+
display: block;
|
|
25
|
+
min-width: 100%;
|
|
26
|
+
box-sizing: border-box;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
[frVirtualItem],
|
|
30
|
+
frame-virtual-item {
|
|
31
|
+
display: flex;
|
|
32
|
+
align-items: center;
|
|
33
|
+
gap: 0.875rem;
|
|
34
|
+
width: 100%;
|
|
35
|
+
min-block-size: 2.75rem;
|
|
36
|
+
padding: 0.625rem 0.875rem;
|
|
37
|
+
border: 0;
|
|
38
|
+
border-bottom: 1px solid color-mix(in srgb, var(--frame-border) 72%, transparent);
|
|
39
|
+
background: transparent;
|
|
40
|
+
color: var(--frame-foreground);
|
|
41
|
+
text-align: left;
|
|
42
|
+
box-sizing: border-box;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
[frVirtualItem]:hover,
|
|
46
|
+
frame-virtual-item:hover {
|
|
47
|
+
background: color-mix(in srgb, var(--frame-accent) 80%, transparent);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
[frVirtualItemMeta],
|
|
51
|
+
frame-virtual-item-meta {
|
|
52
|
+
color: var(--frame-muted-foreground);
|
|
53
|
+
font-size: 0.75rem;
|
|
54
|
+
}
|