@omnia/fx 8.0.262-dev → 8.0.264-dev
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/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +12 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontRegistration.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +41 -16
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/FontManager.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/blade/FontDefinitionBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +75 -0
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +114 -10
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +117 -11
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/MarkdownToolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +15 -23
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +3 -10
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/HtmlNodehelper.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +15 -11
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorPlugin.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/markdown2/plugins/bold/BoldPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorButton.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/italic/ItalicPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyButton.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +29 -23
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +162 -110
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +3 -276
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -444
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +4 -99
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -194
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -206
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -94
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +4 -78
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +11 -184
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +3 -94
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +4 -85
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +4 -199
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +3 -133
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -355
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +4 -161
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +4 -238
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +4 -76
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -138
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +4 -272
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +3 -203
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +3 -133
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +3 -37
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +3 -267
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -349
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +3 -154
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +4 -149
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +3 -145
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +3 -71
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +3 -254
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -245
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -335
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +3 -107
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -400
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -250
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +3 -192
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +4 -56
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyResolverEditor.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +20 -0
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
import { useSlidePanelStore } from "@omnia/fx/ux";
|
1
|
+
import { DefineEmit, DefineProp, DefinePropTheming, useSlidePanelStore } from "@omnia/fx/ux";
|
2
2
|
import { Swiper } from "internal/fx/libs/swiper";
|
3
3
|
export declare const SlidePanelVariation: readonly ["default", "custom-navigation"];
|
4
4
|
export type SlidePanelVariationType = typeof SlidePanelVariation[number];
|
@@ -6,270 +6,6 @@ export type SlidePanelVariationType = typeof SlidePanelVariation[number];
|
|
6
6
|
* Slide panel component
|
7
7
|
* @remarks - read the docs here of Core API https://swiperjs.com/swiper-api
|
8
8
|
*/
|
9
|
-
|
10
|
-
|
11
|
-
variant: {
|
12
|
-
type: import("vue").PropType<"default" | "custom-navigation">;
|
13
|
-
required: false;
|
14
|
-
};
|
15
|
-
contentWrapperClass: {
|
16
|
-
type: import("vue").PropType<string>;
|
17
|
-
};
|
18
|
-
getApi: {
|
19
|
-
type: import("vue").PropType<(store: ReturnType<typeof useSlidePanelStore>) => void>;
|
20
|
-
};
|
21
|
-
slideSpacing: {
|
22
|
-
type: import("vue").PropType<number>;
|
23
|
-
};
|
24
|
-
slidesPerView: {
|
25
|
-
type: import("vue").PropType<number>;
|
26
|
-
};
|
27
|
-
delay: {
|
28
|
-
type: import("vue").PropType<number>;
|
29
|
-
required: false;
|
30
|
-
};
|
31
|
-
scrollbar: {
|
32
|
-
type: import("vue").PropType<boolean>;
|
33
|
-
};
|
34
|
-
loop: {
|
35
|
-
type: import("vue").PropType<boolean>;
|
36
|
-
};
|
37
|
-
autoplay: {
|
38
|
-
type: import("vue").PropType<boolean>;
|
39
|
-
};
|
40
|
-
pagination: {
|
41
|
-
type: import("vue").PropType<boolean>;
|
42
|
-
};
|
43
|
-
navigation: {
|
44
|
-
type: import("vue").PropType<boolean>;
|
45
|
-
};
|
46
|
-
class: {
|
47
|
-
type: import("vue").PropType<String | String[]>;
|
48
|
-
required: boolean;
|
49
|
-
};
|
50
|
-
colorSchemaType: {
|
51
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
52
|
-
required: boolean;
|
53
|
-
};
|
54
|
-
container: {
|
55
|
-
type: BooleanConstructor;
|
56
|
-
required: boolean;
|
57
|
-
};
|
58
|
-
colors: {
|
59
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
60
|
-
required: boolean;
|
61
|
-
};
|
62
|
-
}>> & {
|
63
|
-
onInit?: (swiper: Swiper) => any;
|
64
|
-
onAfterInit?: (swiper: Swiper) => any;
|
65
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
66
|
-
afterInit: (swiper: Swiper) => void;
|
67
|
-
init: (swiper: Swiper) => void;
|
68
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
69
|
-
variant: {
|
70
|
-
type: import("vue").PropType<"default" | "custom-navigation">;
|
71
|
-
required: false;
|
72
|
-
};
|
73
|
-
contentWrapperClass: {
|
74
|
-
type: import("vue").PropType<string>;
|
75
|
-
};
|
76
|
-
getApi: {
|
77
|
-
type: import("vue").PropType<(store: ReturnType<typeof useSlidePanelStore>) => void>;
|
78
|
-
};
|
79
|
-
slideSpacing: {
|
80
|
-
type: import("vue").PropType<number>;
|
81
|
-
};
|
82
|
-
slidesPerView: {
|
83
|
-
type: import("vue").PropType<number>;
|
84
|
-
};
|
85
|
-
delay: {
|
86
|
-
type: import("vue").PropType<number>;
|
87
|
-
required: false;
|
88
|
-
};
|
89
|
-
scrollbar: {
|
90
|
-
type: import("vue").PropType<boolean>;
|
91
|
-
};
|
92
|
-
loop: {
|
93
|
-
type: import("vue").PropType<boolean>;
|
94
|
-
};
|
95
|
-
autoplay: {
|
96
|
-
type: import("vue").PropType<boolean>;
|
97
|
-
};
|
98
|
-
pagination: {
|
99
|
-
type: import("vue").PropType<boolean>;
|
100
|
-
};
|
101
|
-
navigation: {
|
102
|
-
type: import("vue").PropType<boolean>;
|
103
|
-
};
|
104
|
-
class: {
|
105
|
-
type: import("vue").PropType<String | String[]>;
|
106
|
-
required: boolean;
|
107
|
-
};
|
108
|
-
colorSchemaType: {
|
109
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
110
|
-
required: boolean;
|
111
|
-
};
|
112
|
-
container: {
|
113
|
-
type: BooleanConstructor;
|
114
|
-
required: boolean;
|
115
|
-
};
|
116
|
-
colors: {
|
117
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
118
|
-
required: boolean;
|
119
|
-
};
|
120
|
-
}>> & {
|
121
|
-
onInit?: (swiper: Swiper) => any;
|
122
|
-
onAfterInit?: (swiper: Swiper) => any;
|
123
|
-
}, {
|
124
|
-
container: boolean;
|
125
|
-
}, true, {}, {}, {
|
126
|
-
P: {};
|
127
|
-
B: {};
|
128
|
-
D: {};
|
129
|
-
C: {};
|
130
|
-
M: {};
|
131
|
-
Defaults: {};
|
132
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
133
|
-
variant: {
|
134
|
-
type: import("vue").PropType<"default" | "custom-navigation">;
|
135
|
-
required: false;
|
136
|
-
};
|
137
|
-
contentWrapperClass: {
|
138
|
-
type: import("vue").PropType<string>;
|
139
|
-
};
|
140
|
-
getApi: {
|
141
|
-
type: import("vue").PropType<(store: ReturnType<typeof useSlidePanelStore>) => void>;
|
142
|
-
};
|
143
|
-
slideSpacing: {
|
144
|
-
type: import("vue").PropType<number>;
|
145
|
-
};
|
146
|
-
slidesPerView: {
|
147
|
-
type: import("vue").PropType<number>;
|
148
|
-
};
|
149
|
-
delay: {
|
150
|
-
type: import("vue").PropType<number>;
|
151
|
-
required: false;
|
152
|
-
};
|
153
|
-
scrollbar: {
|
154
|
-
type: import("vue").PropType<boolean>;
|
155
|
-
};
|
156
|
-
loop: {
|
157
|
-
type: import("vue").PropType<boolean>;
|
158
|
-
};
|
159
|
-
autoplay: {
|
160
|
-
type: import("vue").PropType<boolean>;
|
161
|
-
};
|
162
|
-
pagination: {
|
163
|
-
type: import("vue").PropType<boolean>;
|
164
|
-
};
|
165
|
-
navigation: {
|
166
|
-
type: import("vue").PropType<boolean>;
|
167
|
-
};
|
168
|
-
class: {
|
169
|
-
type: import("vue").PropType<String | String[]>;
|
170
|
-
required: boolean;
|
171
|
-
};
|
172
|
-
colorSchemaType: {
|
173
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
174
|
-
required: boolean;
|
175
|
-
};
|
176
|
-
container: {
|
177
|
-
type: BooleanConstructor;
|
178
|
-
required: boolean;
|
179
|
-
};
|
180
|
-
colors: {
|
181
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
182
|
-
required: boolean;
|
183
|
-
};
|
184
|
-
}>> & {
|
185
|
-
onInit?: (swiper: Swiper) => any;
|
186
|
-
onAfterInit?: (swiper: Swiper) => any;
|
187
|
-
}, () => JSX.Element, {}, {}, {}, {
|
188
|
-
container: boolean;
|
189
|
-
}>;
|
190
|
-
__isFragment?: never;
|
191
|
-
__isTeleport?: never;
|
192
|
-
__isSuspense?: never;
|
193
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
194
|
-
variant: {
|
195
|
-
type: import("vue").PropType<"default" | "custom-navigation">;
|
196
|
-
required: false;
|
197
|
-
};
|
198
|
-
contentWrapperClass: {
|
199
|
-
type: import("vue").PropType<string>;
|
200
|
-
};
|
201
|
-
getApi: {
|
202
|
-
type: import("vue").PropType<(store: ReturnType<typeof useSlidePanelStore>) => void>;
|
203
|
-
};
|
204
|
-
slideSpacing: {
|
205
|
-
type: import("vue").PropType<number>;
|
206
|
-
};
|
207
|
-
slidesPerView: {
|
208
|
-
type: import("vue").PropType<number>;
|
209
|
-
};
|
210
|
-
delay: {
|
211
|
-
type: import("vue").PropType<number>;
|
212
|
-
required: false;
|
213
|
-
};
|
214
|
-
scrollbar: {
|
215
|
-
type: import("vue").PropType<boolean>;
|
216
|
-
};
|
217
|
-
loop: {
|
218
|
-
type: import("vue").PropType<boolean>;
|
219
|
-
};
|
220
|
-
autoplay: {
|
221
|
-
type: import("vue").PropType<boolean>;
|
222
|
-
};
|
223
|
-
pagination: {
|
224
|
-
type: import("vue").PropType<boolean>;
|
225
|
-
};
|
226
|
-
navigation: {
|
227
|
-
type: import("vue").PropType<boolean>;
|
228
|
-
};
|
229
|
-
class: {
|
230
|
-
type: import("vue").PropType<String | String[]>;
|
231
|
-
required: boolean;
|
232
|
-
};
|
233
|
-
colorSchemaType: {
|
234
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
235
|
-
required: boolean;
|
236
|
-
};
|
237
|
-
container: {
|
238
|
-
type: BooleanConstructor;
|
239
|
-
required: boolean;
|
240
|
-
};
|
241
|
-
colors: {
|
242
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
243
|
-
required: boolean;
|
244
|
-
};
|
245
|
-
}>> & {
|
246
|
-
onInit?: (swiper: Swiper) => any;
|
247
|
-
onAfterInit?: (swiper: Swiper) => any;
|
248
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
249
|
-
afterInit: (swiper: Swiper) => void;
|
250
|
-
init: (swiper: Swiper) => void;
|
251
|
-
}, string, {
|
252
|
-
container: boolean;
|
253
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
254
|
-
propsDefinition: Omit<Readonly<{} & {
|
255
|
-
navigation?: boolean;
|
256
|
-
container?: boolean;
|
257
|
-
class?: String | String[];
|
258
|
-
scrollbar?: boolean;
|
259
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
260
|
-
loop?: boolean;
|
261
|
-
delay?: number;
|
262
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
263
|
-
variant?: "default" | "custom-navigation";
|
264
|
-
getApi?: (store: ReturnType<typeof useSlidePanelStore>) => void;
|
265
|
-
autoplay?: boolean;
|
266
|
-
pagination?: boolean;
|
267
|
-
slidesPerView?: number;
|
268
|
-
slideSpacing?: number;
|
269
|
-
contentWrapperClass?: string;
|
270
|
-
}>, "onInit" | "onAfterInit"> & {
|
271
|
-
onInit?: (swiper: Swiper) => any;
|
272
|
-
onAfterInit?: (swiper: Swiper) => any;
|
273
|
-
};
|
274
|
-
};
|
9
|
+
type SlidePanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"navigation", boolean, false, false, "If navigation arrows should be shown."> & DefineProp<"pagination", boolean, false, false, "If pagination should be shown."> & DefineProp<"autoplay", boolean, false, false, "Autoplay the slides."> & DefineProp<"loop", boolean, false, false, "Loops the slides."> & DefineProp<"scrollbar", boolean, false, false, "If scrollbar should be shown."> & DefineProp<"delay", number, false, 5000, "delay in milliseconds between slides for autoplay."> & DefineProp<"slidesPerView", number, false, null, "How many slides to be visible."> & DefineProp<"slideSpacing", number, false, 5000, "The spacing between slides."> & DefineProp<"getApi", (store: ReturnType<typeof useSlidePanelStore>) => void, false, null, "callback to get a reference to the slider store. The store is used to interact with the slide panel."> & DefineProp<"contentWrapperClass", String, false, null, "The class to be applied to the content wrapper"> & DefineProp<"variant", SlidePanelVariationType, false, "default", "The variation of the slide panel. If set to custom-navigation, the navigation buttons will be rendered outside the slide panel and component outside has to handle the styles of the navigation buttons."> & DefineEmit<"init", (swiper: Swiper) => void, "Emits when the swiper is initialized"> & DefineEmit<"afterInit", (swiper: Swiper) => void, "Emits after the swiper is initialized">;
|
10
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<SlidePanelProps>) => any;
|
275
11
|
export default _default;
|
@@ -1,350 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
required: false;
|
6
|
-
};
|
7
|
-
toned: {
|
8
|
-
type: import("vue").PropType<boolean>;
|
9
|
-
};
|
10
|
-
ticks: {
|
11
|
-
type: import("vue").PropType<number[] | Record<number, string>>;
|
12
|
-
required: false;
|
13
|
-
};
|
14
|
-
showTicks: {
|
15
|
-
type: import("vue").PropType<boolean | "always">;
|
16
|
-
required: false;
|
17
|
-
};
|
18
|
-
variant: {
|
19
|
-
type: import("vue").PropType<"default" | "prominent">;
|
20
|
-
};
|
21
|
-
direction: {
|
22
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
23
|
-
};
|
24
|
-
persistentHint: {
|
25
|
-
type: import("vue").PropType<boolean>;
|
26
|
-
};
|
27
|
-
hint: {
|
28
|
-
type: import("vue").PropType<string>;
|
29
|
-
};
|
30
|
-
noThumbLabel: {
|
31
|
-
type: import("vue").PropType<boolean>;
|
32
|
-
};
|
33
|
-
unitLabel: {
|
34
|
-
type: import("vue").PropType<string>;
|
35
|
-
};
|
36
|
-
label: {
|
37
|
-
type: import("vue").PropType<string>;
|
38
|
-
};
|
39
|
-
max: {
|
40
|
-
type: import("vue").PropType<string | number>;
|
41
|
-
};
|
42
|
-
min: {
|
43
|
-
type: import("vue").PropType<string | number>;
|
44
|
-
};
|
45
|
-
step: {
|
46
|
-
type: import("vue").PropType<string | number>;
|
47
|
-
};
|
48
|
-
"onUpdate:modelValue": {
|
49
|
-
type: import("vue").PropType<(value: any) => any | void>;
|
50
|
-
};
|
51
|
-
"v-model": {
|
52
|
-
type: import("vue").PropType<any>;
|
53
|
-
required: false;
|
54
|
-
};
|
55
|
-
modelValue: {
|
56
|
-
type: import("vue").PropType<any>;
|
57
|
-
required: false;
|
58
|
-
};
|
59
|
-
class: {
|
60
|
-
type: import("vue").PropType<String | String[]>;
|
61
|
-
required: boolean;
|
62
|
-
};
|
63
|
-
colorSchemaType: {
|
64
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
65
|
-
required: boolean;
|
66
|
-
};
|
67
|
-
container: {
|
68
|
-
type: BooleanConstructor;
|
69
|
-
required: boolean;
|
70
|
-
};
|
71
|
-
colors: {
|
72
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
73
|
-
required: boolean;
|
74
|
-
};
|
75
|
-
}>> & {
|
76
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
77
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
78
|
-
"update:modelValue": (value: any) => true;
|
79
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
80
|
-
tickSize: {
|
81
|
-
type: import("vue").PropType<number>;
|
82
|
-
required: false;
|
83
|
-
};
|
84
|
-
toned: {
|
85
|
-
type: import("vue").PropType<boolean>;
|
86
|
-
};
|
87
|
-
ticks: {
|
88
|
-
type: import("vue").PropType<number[] | Record<number, string>>;
|
89
|
-
required: false;
|
90
|
-
};
|
91
|
-
showTicks: {
|
92
|
-
type: import("vue").PropType<boolean | "always">;
|
93
|
-
required: false;
|
94
|
-
};
|
95
|
-
variant: {
|
96
|
-
type: import("vue").PropType<"default" | "prominent">;
|
97
|
-
};
|
98
|
-
direction: {
|
99
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
100
|
-
};
|
101
|
-
persistentHint: {
|
102
|
-
type: import("vue").PropType<boolean>;
|
103
|
-
};
|
104
|
-
hint: {
|
105
|
-
type: import("vue").PropType<string>;
|
106
|
-
};
|
107
|
-
noThumbLabel: {
|
108
|
-
type: import("vue").PropType<boolean>;
|
109
|
-
};
|
110
|
-
unitLabel: {
|
111
|
-
type: import("vue").PropType<string>;
|
112
|
-
};
|
113
|
-
label: {
|
114
|
-
type: import("vue").PropType<string>;
|
115
|
-
};
|
116
|
-
max: {
|
117
|
-
type: import("vue").PropType<string | number>;
|
118
|
-
};
|
119
|
-
min: {
|
120
|
-
type: import("vue").PropType<string | number>;
|
121
|
-
};
|
122
|
-
step: {
|
123
|
-
type: import("vue").PropType<string | number>;
|
124
|
-
};
|
125
|
-
"onUpdate:modelValue": {
|
126
|
-
type: import("vue").PropType<(value: any) => any | void>;
|
127
|
-
};
|
128
|
-
"v-model": {
|
129
|
-
type: import("vue").PropType<any>;
|
130
|
-
required: false;
|
131
|
-
};
|
132
|
-
modelValue: {
|
133
|
-
type: import("vue").PropType<any>;
|
134
|
-
required: false;
|
135
|
-
};
|
136
|
-
class: {
|
137
|
-
type: import("vue").PropType<String | String[]>;
|
138
|
-
required: boolean;
|
139
|
-
};
|
140
|
-
colorSchemaType: {
|
141
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
142
|
-
required: boolean;
|
143
|
-
};
|
144
|
-
container: {
|
145
|
-
type: BooleanConstructor;
|
146
|
-
required: boolean;
|
147
|
-
};
|
148
|
-
colors: {
|
149
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
150
|
-
required: boolean;
|
151
|
-
};
|
152
|
-
}>> & {
|
153
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
154
|
-
}, {
|
155
|
-
container: boolean;
|
156
|
-
}, true, {}, {}, {
|
157
|
-
P: {};
|
158
|
-
B: {};
|
159
|
-
D: {};
|
160
|
-
C: {};
|
161
|
-
M: {};
|
162
|
-
Defaults: {};
|
163
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
164
|
-
tickSize: {
|
165
|
-
type: import("vue").PropType<number>;
|
166
|
-
required: false;
|
167
|
-
};
|
168
|
-
toned: {
|
169
|
-
type: import("vue").PropType<boolean>;
|
170
|
-
};
|
171
|
-
ticks: {
|
172
|
-
type: import("vue").PropType<number[] | Record<number, string>>;
|
173
|
-
required: false;
|
174
|
-
};
|
175
|
-
showTicks: {
|
176
|
-
type: import("vue").PropType<boolean | "always">;
|
177
|
-
required: false;
|
178
|
-
};
|
179
|
-
variant: {
|
180
|
-
type: import("vue").PropType<"default" | "prominent">;
|
181
|
-
};
|
182
|
-
direction: {
|
183
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
184
|
-
};
|
185
|
-
persistentHint: {
|
186
|
-
type: import("vue").PropType<boolean>;
|
187
|
-
};
|
188
|
-
hint: {
|
189
|
-
type: import("vue").PropType<string>;
|
190
|
-
};
|
191
|
-
noThumbLabel: {
|
192
|
-
type: import("vue").PropType<boolean>;
|
193
|
-
};
|
194
|
-
unitLabel: {
|
195
|
-
type: import("vue").PropType<string>;
|
196
|
-
};
|
197
|
-
label: {
|
198
|
-
type: import("vue").PropType<string>;
|
199
|
-
};
|
200
|
-
max: {
|
201
|
-
type: import("vue").PropType<string | number>;
|
202
|
-
};
|
203
|
-
min: {
|
204
|
-
type: import("vue").PropType<string | number>;
|
205
|
-
};
|
206
|
-
step: {
|
207
|
-
type: import("vue").PropType<string | number>;
|
208
|
-
};
|
209
|
-
"onUpdate:modelValue": {
|
210
|
-
type: import("vue").PropType<(value: any) => any | void>;
|
211
|
-
};
|
212
|
-
"v-model": {
|
213
|
-
type: import("vue").PropType<any>;
|
214
|
-
required: false;
|
215
|
-
};
|
216
|
-
modelValue: {
|
217
|
-
type: import("vue").PropType<any>;
|
218
|
-
required: false;
|
219
|
-
};
|
220
|
-
class: {
|
221
|
-
type: import("vue").PropType<String | String[]>;
|
222
|
-
required: boolean;
|
223
|
-
};
|
224
|
-
colorSchemaType: {
|
225
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
226
|
-
required: boolean;
|
227
|
-
};
|
228
|
-
container: {
|
229
|
-
type: BooleanConstructor;
|
230
|
-
required: boolean;
|
231
|
-
};
|
232
|
-
colors: {
|
233
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
234
|
-
required: boolean;
|
235
|
-
};
|
236
|
-
}>> & {
|
237
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
238
|
-
}, () => JSX.Element, {}, {}, {}, {
|
239
|
-
container: boolean;
|
240
|
-
}>;
|
241
|
-
__isFragment?: never;
|
242
|
-
__isTeleport?: never;
|
243
|
-
__isSuspense?: never;
|
244
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
245
|
-
tickSize: {
|
246
|
-
type: import("vue").PropType<number>;
|
247
|
-
required: false;
|
248
|
-
};
|
249
|
-
toned: {
|
250
|
-
type: import("vue").PropType<boolean>;
|
251
|
-
};
|
252
|
-
ticks: {
|
253
|
-
type: import("vue").PropType<number[] | Record<number, string>>;
|
254
|
-
required: false;
|
255
|
-
};
|
256
|
-
showTicks: {
|
257
|
-
type: import("vue").PropType<boolean | "always">;
|
258
|
-
required: false;
|
259
|
-
};
|
260
|
-
variant: {
|
261
|
-
type: import("vue").PropType<"default" | "prominent">;
|
262
|
-
};
|
263
|
-
direction: {
|
264
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
265
|
-
};
|
266
|
-
persistentHint: {
|
267
|
-
type: import("vue").PropType<boolean>;
|
268
|
-
};
|
269
|
-
hint: {
|
270
|
-
type: import("vue").PropType<string>;
|
271
|
-
};
|
272
|
-
noThumbLabel: {
|
273
|
-
type: import("vue").PropType<boolean>;
|
274
|
-
};
|
275
|
-
unitLabel: {
|
276
|
-
type: import("vue").PropType<string>;
|
277
|
-
};
|
278
|
-
label: {
|
279
|
-
type: import("vue").PropType<string>;
|
280
|
-
};
|
281
|
-
max: {
|
282
|
-
type: import("vue").PropType<string | number>;
|
283
|
-
};
|
284
|
-
min: {
|
285
|
-
type: import("vue").PropType<string | number>;
|
286
|
-
};
|
287
|
-
step: {
|
288
|
-
type: import("vue").PropType<string | number>;
|
289
|
-
};
|
290
|
-
"onUpdate:modelValue": {
|
291
|
-
type: import("vue").PropType<(value: any) => any | void>;
|
292
|
-
};
|
293
|
-
"v-model": {
|
294
|
-
type: import("vue").PropType<any>;
|
295
|
-
required: false;
|
296
|
-
};
|
297
|
-
modelValue: {
|
298
|
-
type: import("vue").PropType<any>;
|
299
|
-
required: false;
|
300
|
-
};
|
301
|
-
class: {
|
302
|
-
type: import("vue").PropType<String | String[]>;
|
303
|
-
required: boolean;
|
304
|
-
};
|
305
|
-
colorSchemaType: {
|
306
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
307
|
-
required: boolean;
|
308
|
-
};
|
309
|
-
container: {
|
310
|
-
type: BooleanConstructor;
|
311
|
-
required: boolean;
|
312
|
-
};
|
313
|
-
colors: {
|
314
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
315
|
-
required: boolean;
|
316
|
-
};
|
317
|
-
}>> & {
|
318
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
319
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
320
|
-
"update:modelValue": (value: any) => true;
|
321
|
-
}, string, {
|
322
|
-
container: boolean;
|
323
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
324
|
-
propsDefinition: Omit<Readonly<{} & {
|
325
|
-
container?: boolean;
|
326
|
-
class?: String | String[];
|
327
|
-
label?: string;
|
328
|
-
direction?: "horizontal" | "vertical";
|
329
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
330
|
-
toned?: boolean;
|
331
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
332
|
-
modelValue?: any;
|
333
|
-
"v-model"?: any;
|
334
|
-
"onUpdate:modelValue"?: (value: any) => any | void;
|
335
|
-
variant?: "default" | "prominent";
|
336
|
-
hint?: string;
|
337
|
-
persistentHint?: boolean;
|
338
|
-
max?: string | number;
|
339
|
-
min?: string | number;
|
340
|
-
step?: string | number;
|
341
|
-
unitLabel?: string;
|
342
|
-
noThumbLabel?: boolean;
|
343
|
-
showTicks?: boolean | "always";
|
344
|
-
ticks?: number[] | Record<number, string>;
|
345
|
-
tickSize?: number;
|
346
|
-
}>, "onUpdate:modelValue"> & {
|
347
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
348
|
-
};
|
349
|
-
};
|
1
|
+
import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
|
2
|
+
import { ODirectionTypes, OSliderVariants } from "@omnia/fx-models";
|
3
|
+
type SliderProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, true, "The v-model of the component"> & DefineProp<"step", string | number, false, null, "If greater than 0, sets step interval for ticks."> & DefineProp<"min", string | number, false, null, "Sets the minimum value of the slider."> & DefineProp<"max", string | number, false, null, "Sets the maximum value of the slider."> & DefineProp<"label", string, false, null, "Sets the label of the slider."> & DefineProp<"unitLabel", string, false, null, "ets the unit label of the slider."> & DefineProp<"noThumbLabel", boolean, false, false, "Hides the thumb label."> & DefineProp<"hint", string, false, null, "Sets the hint of the slider. Hint will be displayed below the input when focused."> & DefineProp<"persistentHint", boolean, false, false, "Forces hint to always be visible."> & DefineProp<"direction", ODirectionTypes, false, "horizontal", "Sets the direction of the slider. Default is horizontal."> & DefineProp<"variant", OSliderVariants, false, null, "Sets the variant of the slider. Prominent should only be use when an extra level of emphasis is needed."> & DefineProp<"showTicks", boolean | "always", false, false, "Sets the visibility of the ticks. Default is false."> & DefineProp<"ticks", number[] | Record<number, string>, false, null, "Show track ticks. If true it shows ticks when using slider. If set to 'always' it always shows ticks."> & DefineProp<"toned", boolean, false, false> & DefineProp<"tickSize", number, false, 2, "Sets the size of the ticks. Default is 2.">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<SliderProps>) => any;
|
350
5
|
export default _default;
|