iryx-ui 0.19.1 → 0.21.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/README.md +2 -2
- package/dist/component-names.d.ts +2 -2
- package/dist/component-names.js +3 -1
- package/dist/components/Carousel.js +5 -0
- package/dist/components/Carousel.vue.d.ts +74 -0
- package/dist/components/Carousel.vue_vue_type_script_setup_true_lang.js +220 -0
- package/dist/components/Rating.js +5 -0
- package/dist/components/Rating.vue.d.ts +57 -0
- package/dist/components/Rating.vue_vue_type_script_setup_true_lang.js +110 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +124 -120
- package/dist/index.d.ts +2 -0
- package/dist/index.js +127 -125
- package/dist/marketing/SiteFooter.js +5 -0
- package/dist/marketing/SiteFooter.vue.d.ts +53 -0
- package/dist/marketing/SiteFooter.vue_vue_type_script_setup_true_lang.js +87 -0
- package/dist/marketing/SiteHeader.js +5 -0
- package/dist/marketing/SiteHeader.vue.d.ts +86 -0
- package/dist/marketing/SiteHeader.vue_vue_type_script_setup_true_lang.js +122 -0
- package/dist/marketing/index.d.ts +2 -0
- package/dist/marketing/index.js +8 -4
- package/dist/marketing.d.ts +2 -0
- package/dist/marketing.js +5 -3
- package/dist/theme/carousel.d.ts +65 -0
- package/dist/theme/carousel.js +22 -0
- package/dist/theme/form.d.ts +3 -3
- package/dist/theme/rating.d.ts +122 -0
- package/dist/theme/rating.js +49 -0
- package/dist/theme/site-footer.d.ts +80 -0
- package/dist/theme/site-footer.js +30 -0
- package/dist/theme/site-header.d.ts +74 -0
- package/dist/theme/site-header.js +30 -0
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -18,67 +18,69 @@ import g from "./Breadcrumb.js";
|
|
|
18
18
|
import _ from "./ButtonGroup.js";
|
|
19
19
|
import v from "./Calendar.js";
|
|
20
20
|
import y from "./Card.js";
|
|
21
|
-
import b from "./
|
|
22
|
-
import x from "./
|
|
23
|
-
import S from "./
|
|
24
|
-
import C from "./
|
|
25
|
-
import w from "./
|
|
26
|
-
import T from "./
|
|
27
|
-
import E from "./
|
|
28
|
-
import D from "./
|
|
29
|
-
import O from "./
|
|
30
|
-
import k from "./
|
|
31
|
-
import A from "./
|
|
32
|
-
import j from "./
|
|
33
|
-
import M from "./
|
|
34
|
-
import N from "./
|
|
35
|
-
import P from "./
|
|
36
|
-
import F from "./
|
|
37
|
-
import I from "./
|
|
38
|
-
import L from "./
|
|
39
|
-
import R from "./
|
|
40
|
-
import z from "./
|
|
41
|
-
import B from "./
|
|
42
|
-
import V from "./
|
|
43
|
-
import H from "./
|
|
44
|
-
import U from "./
|
|
45
|
-
import W from "./
|
|
46
|
-
import G from "./
|
|
47
|
-
import K from "./
|
|
48
|
-
import q from "./
|
|
49
|
-
import J from "./
|
|
50
|
-
import Y from "./
|
|
51
|
-
import X from "./
|
|
52
|
-
import Z from "./
|
|
53
|
-
import Q from "./
|
|
54
|
-
import $ from "./
|
|
55
|
-
import ee from "./
|
|
56
|
-
import te from "./
|
|
57
|
-
import ne from "./
|
|
58
|
-
import re from "./
|
|
59
|
-
import ie from "./
|
|
60
|
-
import ae from "./
|
|
61
|
-
import oe from "./
|
|
62
|
-
import se from "./
|
|
63
|
-
import ce from "./
|
|
64
|
-
import le from "./
|
|
65
|
-
import ue from "./
|
|
66
|
-
import de from "./
|
|
67
|
-
import fe from "./
|
|
68
|
-
import pe from "./
|
|
69
|
-
import me from "./
|
|
70
|
-
import he from "./
|
|
71
|
-
import ge from "./
|
|
72
|
-
import _e from "./
|
|
73
|
-
import ve from "./
|
|
74
|
-
import ye from "./
|
|
75
|
-
import be from "./
|
|
76
|
-
import xe from "./
|
|
77
|
-
import Se from "./
|
|
78
|
-
import Ce from "./
|
|
79
|
-
import we from "./
|
|
21
|
+
import b from "./Carousel.js";
|
|
22
|
+
import x from "./Checkbox.js";
|
|
23
|
+
import S from "./Collapsible.js";
|
|
24
|
+
import C from "./ColorPicker.js";
|
|
25
|
+
import w from "./Combobox.js";
|
|
26
|
+
import T from "./Kbd.js";
|
|
27
|
+
import E from "./CommandPalette.js";
|
|
28
|
+
import D from "./Dialog.js";
|
|
29
|
+
import O from "./ConfirmDialog.js";
|
|
30
|
+
import k from "./Container.js";
|
|
31
|
+
import A from "./ContextMenu.js";
|
|
32
|
+
import j from "./DateField.js";
|
|
33
|
+
import M from "./DatePicker.js";
|
|
34
|
+
import N from "./DateRangePicker.js";
|
|
35
|
+
import P from "./DonutChart.js";
|
|
36
|
+
import F from "./DropdownMenu.js";
|
|
37
|
+
import I from "./Editable.js";
|
|
38
|
+
import L from "./EmptyState.js";
|
|
39
|
+
import R from "./FileUpload.js";
|
|
40
|
+
import z from "./Form.js";
|
|
41
|
+
import B from "./Label.js";
|
|
42
|
+
import V from "./FormField.js";
|
|
43
|
+
import H from "./HoverCard.js";
|
|
44
|
+
import U from "./Input.js";
|
|
45
|
+
import W from "./LineChart.js";
|
|
46
|
+
import G from "./Menubar.js";
|
|
47
|
+
import K from "./NavigationMenu.js";
|
|
48
|
+
import q from "./NumberInput.js";
|
|
49
|
+
import J from "./PageHeader.js";
|
|
50
|
+
import Y from "./Pagination.js";
|
|
51
|
+
import X from "./PasswordInput.js";
|
|
52
|
+
import Z from "./PinInput.js";
|
|
53
|
+
import Q from "./Popover.js";
|
|
54
|
+
import $ from "./Progress.js";
|
|
55
|
+
import ee from "./RadioGroup.js";
|
|
56
|
+
import te from "./Rating.js";
|
|
57
|
+
import ne from "./ScrollArea.js";
|
|
58
|
+
import re from "./ScrollFade.js";
|
|
59
|
+
import ie from "./Select.js";
|
|
60
|
+
import ae from "./Separator.js";
|
|
61
|
+
import oe from "./Sidebar.js";
|
|
62
|
+
import se from "./SignaturePad.js";
|
|
63
|
+
import ce from "./Skeleton.js";
|
|
64
|
+
import le from "./Slider.js";
|
|
65
|
+
import ue from "./Sparkline.js";
|
|
66
|
+
import de from "./Splitter.js";
|
|
67
|
+
import fe from "./Stat.js";
|
|
68
|
+
import pe from "./Stepper.js";
|
|
69
|
+
import me from "./Switch.js";
|
|
70
|
+
import he from "./Table.js";
|
|
71
|
+
import ge from "./Tabs.js";
|
|
72
|
+
import _e from "./TagsInput.js";
|
|
73
|
+
import ve from "./Textarea.js";
|
|
74
|
+
import ye from "./TimeField.js";
|
|
75
|
+
import be from "./Timeline.js";
|
|
76
|
+
import xe from "./Toaster.js";
|
|
77
|
+
import Se from "./Toggle.js";
|
|
78
|
+
import Ce from "./ToggleGroup.js";
|
|
79
|
+
import we from "./Toolbar.js";
|
|
80
|
+
import Te from "./Tooltip.js";
|
|
81
|
+
import Ee from "./Tree.js";
|
|
80
82
|
//#region src/components/index.ts
|
|
81
|
-
var
|
|
83
|
+
var De = /* @__PURE__ */ e({
|
|
82
84
|
Accordion: () => n,
|
|
83
85
|
Alert: () => r,
|
|
84
86
|
App: () => i,
|
|
@@ -95,68 +97,70 @@ var Te = /* @__PURE__ */ e({
|
|
|
95
97
|
ButtonGroup: () => _,
|
|
96
98
|
Calendar: () => v,
|
|
97
99
|
Card: () => y,
|
|
100
|
+
Carousel: () => b,
|
|
98
101
|
ChartLegend: () => m,
|
|
99
|
-
Checkbox: () =>
|
|
100
|
-
Collapsible: () =>
|
|
101
|
-
ColorPicker: () =>
|
|
102
|
-
Combobox: () =>
|
|
103
|
-
CommandPalette: () =>
|
|
104
|
-
ConfirmDialog: () =>
|
|
105
|
-
Container: () =>
|
|
106
|
-
ContextMenu: () =>
|
|
107
|
-
DateField: () =>
|
|
108
|
-
DatePicker: () =>
|
|
109
|
-
DateRangePicker: () =>
|
|
110
|
-
Dialog: () =>
|
|
111
|
-
DonutChart: () =>
|
|
102
|
+
Checkbox: () => x,
|
|
103
|
+
Collapsible: () => S,
|
|
104
|
+
ColorPicker: () => C,
|
|
105
|
+
Combobox: () => w,
|
|
106
|
+
CommandPalette: () => E,
|
|
107
|
+
ConfirmDialog: () => O,
|
|
108
|
+
Container: () => k,
|
|
109
|
+
ContextMenu: () => A,
|
|
110
|
+
DateField: () => j,
|
|
111
|
+
DatePicker: () => M,
|
|
112
|
+
DateRangePicker: () => N,
|
|
113
|
+
Dialog: () => D,
|
|
114
|
+
DonutChart: () => P,
|
|
112
115
|
Drawer: () => a,
|
|
113
|
-
DropdownMenu: () =>
|
|
114
|
-
Editable: () =>
|
|
115
|
-
EmptyState: () =>
|
|
116
|
-
FileUpload: () =>
|
|
117
|
-
Form: () =>
|
|
118
|
-
FormField: () =>
|
|
119
|
-
HoverCard: () =>
|
|
116
|
+
DropdownMenu: () => F,
|
|
117
|
+
Editable: () => I,
|
|
118
|
+
EmptyState: () => L,
|
|
119
|
+
FileUpload: () => R,
|
|
120
|
+
Form: () => z,
|
|
121
|
+
FormField: () => V,
|
|
122
|
+
HoverCard: () => H,
|
|
120
123
|
Icon: () => t,
|
|
121
|
-
Input: () =>
|
|
122
|
-
Kbd: () =>
|
|
123
|
-
Label: () =>
|
|
124
|
-
LineChart: () =>
|
|
125
|
-
Menubar: () =>
|
|
126
|
-
NavigationMenu: () =>
|
|
127
|
-
NumberInput: () =>
|
|
128
|
-
PageHeader: () =>
|
|
129
|
-
Pagination: () =>
|
|
130
|
-
PasswordInput: () =>
|
|
131
|
-
PinInput: () =>
|
|
132
|
-
Popover: () =>
|
|
133
|
-
Progress: () =>
|
|
134
|
-
RadioGroup: () =>
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
124
|
+
Input: () => U,
|
|
125
|
+
Kbd: () => T,
|
|
126
|
+
Label: () => B,
|
|
127
|
+
LineChart: () => W,
|
|
128
|
+
Menubar: () => G,
|
|
129
|
+
NavigationMenu: () => K,
|
|
130
|
+
NumberInput: () => q,
|
|
131
|
+
PageHeader: () => J,
|
|
132
|
+
Pagination: () => Y,
|
|
133
|
+
PasswordInput: () => X,
|
|
134
|
+
PinInput: () => Z,
|
|
135
|
+
Popover: () => Q,
|
|
136
|
+
Progress: () => $,
|
|
137
|
+
RadioGroup: () => ee,
|
|
138
|
+
Rating: () => te,
|
|
139
|
+
ScrollArea: () => ne,
|
|
140
|
+
ScrollFade: () => re,
|
|
141
|
+
Select: () => ie,
|
|
142
|
+
Separator: () => ae,
|
|
143
|
+
Sidebar: () => oe,
|
|
144
|
+
SignaturePad: () => se,
|
|
145
|
+
Skeleton: () => ce,
|
|
146
|
+
Slider: () => le,
|
|
147
|
+
Sparkline: () => ue,
|
|
148
|
+
Splitter: () => de,
|
|
149
|
+
Stat: () => fe,
|
|
150
|
+
Stepper: () => pe,
|
|
151
|
+
Switch: () => me,
|
|
152
|
+
Table: () => he,
|
|
153
|
+
Tabs: () => ge,
|
|
154
|
+
TagsInput: () => _e,
|
|
155
|
+
Textarea: () => ve,
|
|
156
|
+
TimeField: () => ye,
|
|
157
|
+
Timeline: () => be,
|
|
158
|
+
Toaster: () => xe,
|
|
159
|
+
Toggle: () => Se,
|
|
160
|
+
ToggleGroup: () => Ce,
|
|
161
|
+
Toolbar: () => we,
|
|
162
|
+
Tooltip: () => Te,
|
|
163
|
+
Tree: () => Ee
|
|
160
164
|
});
|
|
161
165
|
//#endregion
|
|
162
|
-
export {
|
|
166
|
+
export { De as components_exports };
|
package/dist/index.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export type { ButtonProps } from './components/Button.vue';
|
|
|
18
18
|
export type { ButtonGroupProps } from './components/ButtonGroup.vue';
|
|
19
19
|
export type { CalendarProps } from './components/Calendar.vue';
|
|
20
20
|
export type { CardProps } from './components/Card.vue';
|
|
21
|
+
export type { CarouselProps } from './components/Carousel.vue';
|
|
21
22
|
export type { ChartLegendProps } from './components/ChartLegend.vue';
|
|
22
23
|
export type { CheckboxProps } from './components/Checkbox.vue';
|
|
23
24
|
export type { CollapsibleProps } from './components/Collapsible.vue';
|
|
@@ -55,6 +56,7 @@ export type { PinInputProps } from './components/PinInput.vue';
|
|
|
55
56
|
export type { PopoverProps } from './components/Popover.vue';
|
|
56
57
|
export type { ProgressProps } from './components/Progress.vue';
|
|
57
58
|
export type { RadioGroupItemOption, RadioGroupProps } from './components/RadioGroup.vue';
|
|
59
|
+
export type { RatingProps } from './components/Rating.vue';
|
|
58
60
|
export type { ScrollAreaProps } from './components/ScrollArea.vue';
|
|
59
61
|
export type { ScrollFadeProps } from './components/ScrollFade.vue';
|
|
60
62
|
export type { SelectItemGroup, SelectItemOption, SelectItems, SelectProps } from './components/Select.vue';
|
package/dist/index.js
CHANGED
|
@@ -43,128 +43,130 @@ import { calendarTheme as _e } from "./theme/calendar.js";
|
|
|
43
43
|
import ve from "./components/Calendar.js";
|
|
44
44
|
import { cardTheme as ye } from "./theme/card.js";
|
|
45
45
|
import be from "./components/Card.js";
|
|
46
|
-
import {
|
|
47
|
-
import
|
|
48
|
-
import ke from "./
|
|
49
|
-
import {
|
|
50
|
-
import
|
|
51
|
-
import {
|
|
52
|
-
import
|
|
53
|
-
import Ie from "./
|
|
54
|
-
import {
|
|
55
|
-
import
|
|
56
|
-
import {
|
|
57
|
-
import
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import et from "./
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import {
|
|
69
|
-
import
|
|
70
|
-
import st from "./
|
|
71
|
-
import {
|
|
72
|
-
import
|
|
73
|
-
import {
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
81
|
-
import {
|
|
82
|
-
import
|
|
83
|
-
import {
|
|
84
|
-
import
|
|
85
|
-
import
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import
|
|
89
|
-
import
|
|
90
|
-
import
|
|
91
|
-
import
|
|
92
|
-
import
|
|
93
|
-
import
|
|
94
|
-
import {
|
|
95
|
-
import
|
|
96
|
-
import {
|
|
97
|
-
import
|
|
98
|
-
import
|
|
99
|
-
import {
|
|
100
|
-
import
|
|
101
|
-
import Jt from "./
|
|
102
|
-
import {
|
|
103
|
-
import
|
|
104
|
-
import {
|
|
105
|
-
import
|
|
106
|
-
import {
|
|
107
|
-
import
|
|
108
|
-
import {
|
|
109
|
-
import
|
|
110
|
-
import {
|
|
111
|
-
import
|
|
112
|
-
import {
|
|
113
|
-
import
|
|
114
|
-
import {
|
|
115
|
-
import
|
|
116
|
-
import {
|
|
117
|
-
import
|
|
118
|
-
import
|
|
119
|
-
import {
|
|
120
|
-
import hn from "./components/
|
|
121
|
-
import {
|
|
122
|
-
import _n from "./components/
|
|
123
|
-
import {
|
|
124
|
-
import yn from "./components/
|
|
125
|
-
import {
|
|
126
|
-
import
|
|
127
|
-
import wn from "./
|
|
128
|
-
import {
|
|
129
|
-
import
|
|
130
|
-
import On from "./
|
|
131
|
-
import {
|
|
132
|
-
import An from "./components/
|
|
133
|
-
import {
|
|
134
|
-
import Mn from "./components/
|
|
135
|
-
import {
|
|
136
|
-
import Pn from "./components/
|
|
137
|
-
import {
|
|
138
|
-
import In from "./components/
|
|
139
|
-
import {
|
|
140
|
-
import Rn from "./components/
|
|
141
|
-
import {
|
|
142
|
-
import Bn from "./components/
|
|
143
|
-
import {
|
|
144
|
-
import Hn from "./components/
|
|
145
|
-
import {
|
|
146
|
-
import
|
|
147
|
-
import Kn from "./
|
|
148
|
-
import {
|
|
149
|
-
import Jn from "./components/
|
|
150
|
-
import {
|
|
151
|
-
import Xn from "./components/
|
|
152
|
-
import Zn from "./
|
|
153
|
-
import
|
|
154
|
-
import $n from "./components/
|
|
155
|
-
import {
|
|
156
|
-
import tr from "./components/
|
|
157
|
-
import {
|
|
158
|
-
import
|
|
159
|
-
import ar from "./
|
|
160
|
-
import {
|
|
161
|
-
import
|
|
162
|
-
import lr from "./
|
|
163
|
-
import
|
|
164
|
-
import dr from "./components/
|
|
165
|
-
import {
|
|
166
|
-
import pr from "./components/
|
|
167
|
-
import {
|
|
168
|
-
import hr from "./components/
|
|
169
|
-
import {
|
|
170
|
-
|
|
46
|
+
import { scrollFadeMask as xe, useScrollEdges as Se } from "./composables/scroll-fade.js";
|
|
47
|
+
import Ce from "./components/Carousel.js";
|
|
48
|
+
import { formContextKey as we, formFieldContextKey as Te, getByPath as Ee, isStandardSchema as De, issuePath as Oe, useForm as ke, useFormField as Ae } from "./composables/form.js";
|
|
49
|
+
import { checkboxTheme as je } from "./theme/checkbox.js";
|
|
50
|
+
import Me from "./components/Checkbox.js";
|
|
51
|
+
import { collapsibleTheme as Ne } from "./theme/collapsible.js";
|
|
52
|
+
import Pe from "./components/Collapsible.js";
|
|
53
|
+
import { fieldBase as Fe, inputTheme as Ie, textareaTheme as Le } from "./theme/input.js";
|
|
54
|
+
import { colorPickerTheme as Re } from "./theme/color-picker.js";
|
|
55
|
+
import ze from "./components/ColorPicker.js";
|
|
56
|
+
import { comboboxTheme as Be } from "./theme/combobox.js";
|
|
57
|
+
import Ve from "./components/Combobox.js";
|
|
58
|
+
import { isApplePlatform as He, parseHotkey as Ue, useApplePlatform as We } from "./composables/kbd.js";
|
|
59
|
+
import { commandHaystack as Ge, isCommandGroup as Ke, matchesHotkey as qe, toCommandGroups as Je } from "./composables/command-palette.js";
|
|
60
|
+
import { commandPaletteTheme as Ye } from "./theme/command-palette.js";
|
|
61
|
+
import { kbdTheme as Xe } from "./theme/kbd.js";
|
|
62
|
+
import Ze from "./components/Kbd.js";
|
|
63
|
+
import Qe from "./components/CommandPalette.js";
|
|
64
|
+
import { resolveConfirm as $e, useConfirm as et, useConfirmState as tt } from "./composables/confirm.js";
|
|
65
|
+
import { dialogTheme as nt } from "./theme/dialog.js";
|
|
66
|
+
import rt from "./components/Dialog.js";
|
|
67
|
+
import it from "./components/ConfirmDialog.js";
|
|
68
|
+
import { containerTheme as at } from "./theme/container.js";
|
|
69
|
+
import ot from "./components/Container.js";
|
|
70
|
+
import { dropdownMenuTheme as st } from "./theme/dropdown-menu.js";
|
|
71
|
+
import { isSeparator as ct, isSubmenu as lt } from "./composables/dropdown-menu.js";
|
|
72
|
+
import ut from "./components/ContextMenu.js";
|
|
73
|
+
import { dateFieldTheme as dt } from "./theme/date-field.js";
|
|
74
|
+
import ft from "./components/DateField.js";
|
|
75
|
+
import { datePickerTheme as pt } from "./theme/date-picker.js";
|
|
76
|
+
import mt from "./components/DatePicker.js";
|
|
77
|
+
import ht from "./components/DateRangePicker.js";
|
|
78
|
+
import { donutChartTheme as gt } from "./theme/donut-chart.js";
|
|
79
|
+
import _t from "./components/DonutChart.js";
|
|
80
|
+
import vt from "./components/DropdownMenu.js";
|
|
81
|
+
import { editableTheme as yt } from "./theme/editable.js";
|
|
82
|
+
import bt from "./components/Editable.js";
|
|
83
|
+
import { emptyStateTheme as xt } from "./theme/empty-state.js";
|
|
84
|
+
import St from "./components/EmptyState.js";
|
|
85
|
+
import { fileUploadTheme as Ct } from "./theme/file-upload.js";
|
|
86
|
+
import wt from "./components/FileUpload.js";
|
|
87
|
+
import Tt from "./components/Form.js";
|
|
88
|
+
import { labelTheme as Et } from "./theme/label.js";
|
|
89
|
+
import Dt from "./components/Label.js";
|
|
90
|
+
import Ot from "./components/FormField.js";
|
|
91
|
+
import { hoverCardTheme as kt } from "./theme/hover-card.js";
|
|
92
|
+
import At from "./components/HoverCard.js";
|
|
93
|
+
import jt from "./components/Input.js";
|
|
94
|
+
import { lineChartTheme as Mt } from "./theme/line-chart.js";
|
|
95
|
+
import Nt from "./components/LineChart.js";
|
|
96
|
+
import { menubarTheme as Pt } from "./theme/menubar.js";
|
|
97
|
+
import Ft from "./components/Menubar.js";
|
|
98
|
+
import { isNavigationGroup as It } from "./composables/navigation-menu.js";
|
|
99
|
+
import { navigationMenuTheme as Lt } from "./theme/navigation-menu.js";
|
|
100
|
+
import Rt from "./components/NavigationMenu.js";
|
|
101
|
+
import { addDecimals as zt, clampDecimal as Bt, compareDecimals as Vt, formatDecimal as Ht, formatForLocale as Ut, isDecimal as Wt, localeSeparators as Gt, parseDecimal as Kt, parseFromLocale as qt, roundDecimal as Jt, toEditable as Yt } from "./composables/decimal.js";
|
|
102
|
+
import { numberInputTheme as Xt } from "./theme/number-input.js";
|
|
103
|
+
import Zt from "./components/NumberInput.js";
|
|
104
|
+
import { pageHeaderTheme as Qt } from "./theme/page-header.js";
|
|
105
|
+
import $t from "./components/PageHeader.js";
|
|
106
|
+
import { paginationTheme as en } from "./theme/pagination.js";
|
|
107
|
+
import tn from "./components/Pagination.js";
|
|
108
|
+
import { passwordInputTheme as nn } from "./theme/password-input.js";
|
|
109
|
+
import rn from "./components/PasswordInput.js";
|
|
110
|
+
import { pinInputTheme as an } from "./theme/pin-input.js";
|
|
111
|
+
import on from "./components/PinInput.js";
|
|
112
|
+
import { popoverTheme as sn } from "./theme/popover.js";
|
|
113
|
+
import cn from "./components/Popover.js";
|
|
114
|
+
import { progressTheme as ln } from "./theme/progress.js";
|
|
115
|
+
import un from "./components/Progress.js";
|
|
116
|
+
import { radioGroupTheme as dn } from "./theme/radio-group.js";
|
|
117
|
+
import fn from "./components/RadioGroup.js";
|
|
118
|
+
import pn from "./components/Rating.js";
|
|
119
|
+
import { scrollAreaTheme as mn } from "./theme/scroll-area.js";
|
|
120
|
+
import hn from "./components/ScrollArea.js";
|
|
121
|
+
import { scrollFadeTheme as gn } from "./theme/scroll-fade.js";
|
|
122
|
+
import _n from "./components/ScrollFade.js";
|
|
123
|
+
import { selectTheme as vn } from "./theme/select.js";
|
|
124
|
+
import yn from "./components/Select.js";
|
|
125
|
+
import { separatorTheme as bn } from "./theme/separator.js";
|
|
126
|
+
import xn from "./components/Separator.js";
|
|
127
|
+
import { isSidebarGroup as Sn, isSidebarSection as Cn, toSidebarSections as wn } from "./composables/sidebar.js";
|
|
128
|
+
import { sidebarTheme as Tn } from "./theme/sidebar.js";
|
|
129
|
+
import En from "./components/Sidebar.js";
|
|
130
|
+
import { hasInk as Dn, strokeWidth as On } from "./composables/signature.js";
|
|
131
|
+
import { signaturePadTheme as kn } from "./theme/signature-pad.js";
|
|
132
|
+
import An from "./components/SignaturePad.js";
|
|
133
|
+
import { skeletonTheme as jn } from "./theme/skeleton.js";
|
|
134
|
+
import Mn from "./components/Skeleton.js";
|
|
135
|
+
import { sliderTheme as Nn } from "./theme/slider.js";
|
|
136
|
+
import Pn from "./components/Slider.js";
|
|
137
|
+
import { sparklineTheme as Fn } from "./theme/sparkline.js";
|
|
138
|
+
import In from "./components/Sparkline.js";
|
|
139
|
+
import { splitterTheme as Ln } from "./theme/splitter.js";
|
|
140
|
+
import Rn from "./components/Splitter.js";
|
|
141
|
+
import { statTheme as zn } from "./theme/stat.js";
|
|
142
|
+
import Bn from "./components/Stat.js";
|
|
143
|
+
import { stepperTheme as Vn } from "./theme/stepper.js";
|
|
144
|
+
import Hn from "./components/Stepper.js";
|
|
145
|
+
import { switchTheme as Un } from "./theme/switch.js";
|
|
146
|
+
import Wn from "./components/Switch.js";
|
|
147
|
+
import { getRowValue as Gn, useDataTable as Kn } from "./composables/data-table.js";
|
|
148
|
+
import { tableTheme as qn } from "./theme/table.js";
|
|
149
|
+
import Jn from "./components/Table.js";
|
|
150
|
+
import { tabsTheme as Yn } from "./theme/tabs.js";
|
|
151
|
+
import Xn from "./components/Tabs.js";
|
|
152
|
+
import { tagsInputTheme as Zn } from "./theme/tags-input.js";
|
|
153
|
+
import Qn from "./components/TagsInput.js";
|
|
154
|
+
import $n from "./components/Textarea.js";
|
|
155
|
+
import { timeFieldTheme as er } from "./theme/time-field.js";
|
|
156
|
+
import tr from "./components/TimeField.js";
|
|
157
|
+
import { timelineTheme as nr } from "./theme/timeline.js";
|
|
158
|
+
import rr from "./components/Timeline.js";
|
|
159
|
+
import { useToast as ir, useToastState as ar } from "./composables/toast.js";
|
|
160
|
+
import { toastTheme as or } from "./theme/toast.js";
|
|
161
|
+
import sr from "./components/Toaster.js";
|
|
162
|
+
import { toggleGroupTheme as cr, toggleTheme as lr } from "./theme/toggle.js";
|
|
163
|
+
import ur from "./components/Toggle.js";
|
|
164
|
+
import dr from "./components/ToggleGroup.js";
|
|
165
|
+
import { toolbarTheme as fr } from "./theme/toolbar.js";
|
|
166
|
+
import pr from "./components/Toolbar.js";
|
|
167
|
+
import { tooltipTheme as mr } from "./theme/tooltip.js";
|
|
168
|
+
import hr from "./components/Tooltip.js";
|
|
169
|
+
import { treeTheme as gr } from "./theme/tree.js";
|
|
170
|
+
import _r from "./components/Tree.js";
|
|
171
|
+
import { IryxUi as vr, createIryxUi as yr } from "./plugin.js";
|
|
172
|
+
export { B as AXIS_GAP, s as Accordion, l as Alert, h as App, b as AppShell, x as AspectRatio, D as AuthProviders, A as Avatar, j as AvatarGroup, N as Badge, F as Banner, ie as BarChart, oe as Breadcrumb, E as Button, ce as ButtonGroup, V as CATEGORY_HEIGHT, H as CHAR_WIDTH, ve as Calendar, le as CalendarDate, be as Card, Ce as Carousel, re as ChartLegend, Me as Checkbox, Pe as Collapsible, ze as ColorPicker, Ve as Combobox, Qe as CommandPalette, it as ConfirmDialog, ot as Container, ut as ContextMenu, ft as DateField, mt as DatePicker, ht as DateRangePicker, rt as Dialog, _t as DonutChart, y as Drawer, vt as DropdownMenu, bt as Editable, St as EmptyState, wt as FileUpload, Tt as Form, Ot as FormField, At as HoverCard, o as Icon, jt as Input, vr as IryxUi, Ze as Kbd, Dt as Label, Nt as LineChart, Ft as Menubar, Rt as NavigationMenu, Zt as NumberInput, $t as PageHeader, tn as Pagination, rn as PasswordInput, on as PinInput, cn as Popover, un as Progress, Z as REVEAL_DURATION, fn as RadioGroup, pn as Rating, U as SERIES_SLOTS, hn as ScrollArea, _n as ScrollFade, yn as Select, xn as Separator, En as Sidebar, An as SignaturePad, Mn as Skeleton, Pn as Slider, In as Sparkline, Rn as Splitter, Bn as Stat, Hn as Stepper, Wn as Switch, W as TOP_PAD, Jn as Table, Xn as Tabs, Qn as TagsInput, $n as Textarea, ue as Time, tr as TimeField, rr as Timeline, sr as Toaster, ur as Toggle, dr as ToggleGroup, pr as Toolbar, hr as Tooltip, _r as Tree, i as accordionTheme, zt as addDecimals, c as alertTheme, _ as appShellTheme, f as applyTheme, S as authProvidersTheme, O as avatarGroupTheme, k as avatarTheme, M as badgeTheme, P as bannerTheme, te as barChartTheme, ae as breadcrumbTheme, C as buttonGroupContextKey, se as buttonGroupTheme, T as buttonTheme, _e as calendarTheme, ye as cardTheme, G as cartesianLayout, ne as chartLegendTheme, je as checkboxTheme, Bt as clampDecimal, K as clampTooltip, p as clearTheme, Ne as collapsibleTheme, Re as colorPickerTheme, Be as comboboxTheme, Ge as commandHaystack, Ye as commandPaletteTheme, Vt as compareDecimals, e as componentNames, at as containerTheme, yr as createIryxUi, dt as dateFieldTheme, pt as datePickerTheme, t as defaultConfig, nt as dialogTheme, gt as donutChartTheme, v as drawerTheme, st as dropdownMenuTheme, yt as editableTheme, xt as emptyStateTheme, I as extent, Fe as fieldBase, Ct as fileUploadTheme, L as finiteValues, we as formContextKey, Te as formFieldContextKey, Ht as formatDecimal, Ut as formatForLocale, de as formatIsoDate, Ee as getByPath, Gn as getRowValue, Dn as hasInk, kt as hoverCardTheme, u as initAppearance, Ie as inputTheme, n as iryxUiConfigKey, He as isApplePlatform, Ke as isCommandGroup, Wt as isDecimal, a as isIconArray, It as isNavigationGroup, ct as isSeparator, Sn as isSidebarGroup, Cn as isSidebarSection, De as isStandardSchema, lt as isSubmenu, fe as isoToday, Oe as issuePath, Xe as kbdTheme, Et as labelTheme, Mt as lineChartTheme, R as linearScale, Gt as localeSeparators, qe as matchesHotkey, Pt as menubarTheme, Lt as navigationMenuTheme, z as niceTicks, Xt as numberInputTheme, Qt as pageHeaderTheme, en as paginationTheme, Kt as parseDecimal, qt as parseFromLocale, Ue as parseHotkey, nn as passwordInputTheme, an as pinInputTheme, sn as popoverTheme, ln as progressTheme, dn as radioGroupTheme, $e as resolveConfirm, Jt as roundDecimal, mn as scrollAreaTheme, xe as scrollFadeMask, gn as scrollFadeTheme, vn as selectTheme, bn as separatorTheme, q as seriesColor, Tn as sidebarTheme, kn as signaturePadTheme, jn as skeletonTheme, Nn as sliderTheme, J as slotOf, Fn as sparklineTheme, Ln as splitterTheme, zn as statTheme, Vn as stepperTheme, On as strokeWidth, Un as switchTheme, qn as tableTheme, Yn as tabsTheme, Zn as tagsInputTheme, Le as textareaTheme, m as themes, er as timeFieldTheme, nr as timelineTheme, pe as toCalendarDate, Je as toCommandGroups, Yt as toEditable, me as toIsoDate, he as toIsoTime, wn as toSidebarSections, ge as toTime, or as toastTheme, cr as toggleGroupTheme, lr as toggleTheme, fr as toolbarTheme, Y as tooltipHalfWidth, mr as tooltipTheme, gr as treeTheme, d as useAppearance, We as useApplePlatform, w as useButtonGroup, Q as useChartAnimation, $ as useChartProgress, ee as useChartReveal, et as useConfirm, tt as useConfirmState, Kn as useDataTable, g as useElementSize, ke as useForm, Ae as useFormField, r as useIryxUiConfig, Se as useScrollEdges, ir as useToast, ar as useToastState, X as warnOnSlotOverflow };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { ClassValue } from '../class-value';
|
|
2
|
+
import type { SiteLink } from './SiteHeader.vue';
|
|
3
|
+
export interface SiteFooterProps {
|
|
4
|
+
/** Render as a different element or component. */
|
|
5
|
+
as?: string;
|
|
6
|
+
/** The product's name, beside the logo. */
|
|
7
|
+
name?: string;
|
|
8
|
+
/** Where the brand links to. Omit to render the name as plain text. */
|
|
9
|
+
href?: string;
|
|
10
|
+
links?: SiteLink[];
|
|
11
|
+
/** The line of small print, usually a copyright. */
|
|
12
|
+
note?: string;
|
|
13
|
+
bordered?: boolean;
|
|
14
|
+
/** Vertical rhythm. */
|
|
15
|
+
padding?: 'none' | 'sm' | 'md' | 'lg';
|
|
16
|
+
/** Maximum content width, passed to the container. */
|
|
17
|
+
size?: 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
18
|
+
/** Skip built-in classes; you take over styling entirely. */
|
|
19
|
+
unstyled?: boolean;
|
|
20
|
+
class?: ClassValue;
|
|
21
|
+
/** Override classes per element, e.g. `{ nav: 'gap-x-10' }`. */
|
|
22
|
+
ui?: {
|
|
23
|
+
root?: string;
|
|
24
|
+
container?: string;
|
|
25
|
+
brand?: string;
|
|
26
|
+
nav?: string;
|
|
27
|
+
link?: string;
|
|
28
|
+
note?: string;
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
declare var __VLS_20: {}, __VLS_22: {}, __VLS_24: {}, __VLS_26: {};
|
|
32
|
+
type __VLS_Slots = {} & {
|
|
33
|
+
brand?: (props: typeof __VLS_20) => any;
|
|
34
|
+
} & {
|
|
35
|
+
links?: (props: typeof __VLS_22) => any;
|
|
36
|
+
} & {
|
|
37
|
+
note?: (props: typeof __VLS_24) => any;
|
|
38
|
+
} & {
|
|
39
|
+
default?: (props: typeof __VLS_26) => any;
|
|
40
|
+
};
|
|
41
|
+
declare const __VLS_base: import("vue").DefineComponent<SiteFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SiteFooterProps> & Readonly<{}>, {
|
|
42
|
+
unstyled: boolean;
|
|
43
|
+
as: string;
|
|
44
|
+
bordered: boolean;
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
46
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
47
|
+
declare const _default: typeof __VLS_export;
|
|
48
|
+
export default _default;
|
|
49
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
50
|
+
new (): {
|
|
51
|
+
$slots: S;
|
|
52
|
+
};
|
|
53
|
+
};
|