@omnia/fx 8.0.37-vnext → 8.0.39-vnext
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.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +40 -0
- package/internal-do-not-import-from-here/stores/oxide/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +36 -2
- package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/journey/v2/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/BreakPointManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -21
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +15 -29
- package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.css.d.ts → btngroup/ButtonGroup.css.d.ts} +3 -3
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +103 -29
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -49
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -29
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.d.ts → hostprovider/HostProvider.d.ts} +60 -124
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +10 -24
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -24
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +10 -24
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +25 -39
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +10 -24
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -14
- package/internal-do-not-import-from-here/wctypings.d.ts +4 -4
- package/package.json +2 -2
- package/internal-do-not-import-from-here/console/components/MessageOverlay.css.d.ts +0 -1
- package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +0 -92
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/use/UseHostSetup.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/oxide/btntoggle/docs/ButtonIntro.d.ts → console/components/SocketComponent.d.ts} +0 -0
@@ -6,18 +6,16 @@ declare const _default: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: {
|
8
8
|
container?: any;
|
9
|
-
host?: any;
|
10
9
|
blueprint?: any;
|
11
10
|
colorSchemaType?: any;
|
12
11
|
blueprintType?: any;
|
13
12
|
colors?: any;
|
14
|
-
hostContainer?: any;
|
15
13
|
readonly block?: boolean;
|
16
14
|
readonly text?: string;
|
17
15
|
style?: unknown;
|
18
16
|
class?: String | String[];
|
19
17
|
key?: string | number | symbol;
|
20
|
-
readonly size?:
|
18
|
+
readonly size?: "small" | "default" | "x-small";
|
21
19
|
readonly icon?: ButtonIconOptions;
|
22
20
|
readonly tooltip?: ButtonTooltipOptions;
|
23
21
|
readonly active?: boolean;
|
@@ -63,10 +61,10 @@ declare const _default: {
|
|
63
61
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
64
62
|
[key: string]: any;
|
65
63
|
}>) => void)[];
|
66
|
-
readonly variant?:
|
64
|
+
readonly variant?: "default" | "opacity" | "toolbar" | "prominent" | "dial";
|
67
65
|
readonly loading?: boolean;
|
68
66
|
readonly overrides?: object;
|
69
|
-
readonly preset?:
|
67
|
+
readonly preset?: "cancel" | "close" | "delete" | "settings" | "create" | "ok" | "save" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-navigate" | "icon-settings";
|
70
68
|
readonly grouped?: boolean;
|
71
69
|
readonly toned?: boolean;
|
72
70
|
};
|
@@ -107,19 +105,19 @@ declare const _default: {
|
|
107
105
|
type: import("vue").PropType<boolean>;
|
108
106
|
};
|
109
107
|
size: {
|
110
|
-
type: import("vue").PropType<
|
108
|
+
type: import("vue").PropType<"small" | "default" | "x-small">;
|
111
109
|
};
|
112
110
|
tooltip: {
|
113
111
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
114
112
|
};
|
115
113
|
preset: {
|
116
|
-
type: import("vue").PropType<
|
114
|
+
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "create" | "ok" | "save" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-navigate" | "icon-settings">;
|
117
115
|
};
|
118
116
|
overrides: {
|
119
117
|
type: import("vue").PropType<object>;
|
120
118
|
};
|
121
119
|
variant: {
|
122
|
-
type: import("vue").PropType<
|
120
|
+
type: import("vue").PropType<"default" | "opacity" | "toolbar" | "prominent" | "dial">;
|
123
121
|
};
|
124
122
|
text: {
|
125
123
|
type: import("vue").PropType<string>;
|
@@ -136,16 +134,12 @@ declare const _default: {
|
|
136
134
|
colors?: any;
|
137
135
|
blueprintType?: any;
|
138
136
|
blueprint?: any;
|
139
|
-
host?: any;
|
140
|
-
hostContainer?: any;
|
141
137
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
142
138
|
container?: any;
|
143
|
-
host?: any;
|
144
139
|
blueprint?: any;
|
145
140
|
colorSchemaType?: any;
|
146
141
|
blueprintType?: any;
|
147
142
|
colors?: any;
|
148
|
-
hostContainer?: any;
|
149
143
|
}, {}, string, {}> & {
|
150
144
|
beforeCreate?: (() => void) | (() => void)[];
|
151
145
|
created?: (() => void) | (() => void)[];
|
@@ -190,19 +184,19 @@ declare const _default: {
|
|
190
184
|
type: import("vue").PropType<boolean>;
|
191
185
|
};
|
192
186
|
size: {
|
193
|
-
type: import("vue").PropType<
|
187
|
+
type: import("vue").PropType<"small" | "default" | "x-small">;
|
194
188
|
};
|
195
189
|
tooltip: {
|
196
190
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
197
191
|
};
|
198
192
|
preset: {
|
199
|
-
type: import("vue").PropType<
|
193
|
+
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "create" | "ok" | "save" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-navigate" | "icon-settings">;
|
200
194
|
};
|
201
195
|
overrides: {
|
202
196
|
type: import("vue").PropType<object>;
|
203
197
|
};
|
204
198
|
variant: {
|
205
|
-
type: import("vue").PropType<
|
199
|
+
type: import("vue").PropType<"default" | "opacity" | "toolbar" | "prominent" | "dial">;
|
206
200
|
};
|
207
201
|
text: {
|
208
202
|
type: import("vue").PropType<string>;
|
@@ -219,8 +213,6 @@ declare const _default: {
|
|
219
213
|
colors?: any;
|
220
214
|
blueprintType?: any;
|
221
215
|
blueprint?: any;
|
222
|
-
host?: any;
|
223
|
-
hostContainer?: any;
|
224
216
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
225
217
|
__isFragment?: never;
|
226
218
|
__isTeleport?: never;
|
@@ -249,19 +241,19 @@ declare const _default: {
|
|
249
241
|
type: import("vue").PropType<boolean>;
|
250
242
|
};
|
251
243
|
size: {
|
252
|
-
type: import("vue").PropType<
|
244
|
+
type: import("vue").PropType<"small" | "default" | "x-small">;
|
253
245
|
};
|
254
246
|
tooltip: {
|
255
247
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
256
248
|
};
|
257
249
|
preset: {
|
258
|
-
type: import("vue").PropType<
|
250
|
+
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "create" | "ok" | "save" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-navigate" | "icon-settings">;
|
259
251
|
};
|
260
252
|
overrides: {
|
261
253
|
type: import("vue").PropType<object>;
|
262
254
|
};
|
263
255
|
variant: {
|
264
|
-
type: import("vue").PropType<
|
256
|
+
type: import("vue").PropType<"default" | "opacity" | "toolbar" | "prominent" | "dial">;
|
265
257
|
};
|
266
258
|
text: {
|
267
259
|
type: import("vue").PropType<string>;
|
@@ -278,38 +270,32 @@ declare const _default: {
|
|
278
270
|
colors?: any;
|
279
271
|
blueprintType?: any;
|
280
272
|
blueprint?: any;
|
281
|
-
host?: any;
|
282
|
-
hostContainer?: any;
|
283
273
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
284
274
|
container?: any;
|
285
|
-
host?: any;
|
286
275
|
blueprint?: any;
|
287
276
|
colorSchemaType?: any;
|
288
277
|
blueprintType?: any;
|
289
278
|
colors?: any;
|
290
|
-
hostContainer?: any;
|
291
279
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
292
280
|
propsDefinition: Omit<Readonly<{
|
293
281
|
container?: any;
|
294
|
-
host?: any;
|
295
282
|
blueprint?: any;
|
296
283
|
colorSchemaType?: any;
|
297
284
|
blueprintType?: any;
|
298
285
|
colors?: any;
|
299
|
-
hostContainer?: any;
|
300
286
|
} & {
|
301
287
|
block?: boolean;
|
302
288
|
text?: string;
|
303
289
|
class?: String | String[];
|
304
|
-
size?:
|
290
|
+
size?: "small" | "default" | "x-small";
|
305
291
|
icon?: ButtonIconOptions;
|
306
292
|
tooltip?: ButtonTooltipOptions;
|
307
293
|
active?: boolean;
|
308
294
|
disabled?: boolean;
|
309
|
-
variant?:
|
295
|
+
variant?: "default" | "opacity" | "toolbar" | "prominent" | "dial";
|
310
296
|
loading?: boolean;
|
311
297
|
overrides?: object;
|
312
|
-
preset?:
|
298
|
+
preset?: "cancel" | "close" | "delete" | "settings" | "create" | "ok" | "save" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-navigate" | "icon-settings";
|
313
299
|
grouped?: boolean;
|
314
300
|
toned?: boolean;
|
315
301
|
}>, never>;
|
@@ -2,7 +2,7 @@
|
|
2
2
|
* Styles for the CommandPalette component
|
3
3
|
*/
|
4
4
|
import { ColorDefinition } from "../../velcron/core";
|
5
|
-
import {
|
6
|
-
export declare const
|
7
|
-
buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant:
|
5
|
+
import { ButtonGroupTypes } from "@omnia/fx-models";
|
6
|
+
export declare const ButtonGroupStyles: {
|
7
|
+
buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant: ButtonGroupTypes) => string;
|
8
8
|
};
|
@@ -5,15 +5,15 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
|
-
host?: any;
|
9
8
|
blueprint?: any;
|
10
9
|
colorSchemaType?: any;
|
11
10
|
blueprintType?: any;
|
12
11
|
colors?: any;
|
13
|
-
hostContainer?: any;
|
14
12
|
style?: unknown;
|
15
|
-
class?:
|
13
|
+
class?: String | String[];
|
16
14
|
key?: string | number | symbol;
|
15
|
+
readonly toggle?: boolean;
|
16
|
+
readonly mandatory?: boolean;
|
17
17
|
ref?: import("vue").VNodeRef;
|
18
18
|
ref_for?: boolean;
|
19
19
|
ref_key?: string;
|
@@ -55,12 +55,16 @@ declare const _default: {
|
|
55
55
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
56
56
|
[key: string]: any;
|
57
57
|
}>) => void)[];
|
58
|
+
readonly "onUpdate:modelValue"?: (value: any) => any;
|
59
|
+
readonly "v-model"?: any;
|
60
|
+
readonly modelValue?: any;
|
58
61
|
readonly "v-slots"?: {
|
59
62
|
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
60
63
|
} & {
|
61
64
|
activator?: () => VNodeChild;
|
62
65
|
};
|
63
|
-
readonly variant?:
|
66
|
+
readonly variant?: "default" | "drawer" | "dial";
|
67
|
+
readonly toned?: boolean;
|
64
68
|
};
|
65
69
|
$attrs: {
|
66
70
|
[x: string]: unknown;
|
@@ -81,27 +85,48 @@ declare const _default: {
|
|
81
85
|
} & {
|
82
86
|
activator?: () => VNodeChild;
|
83
87
|
}>;
|
84
|
-
|
85
|
-
type: import("vue").PropType<
|
88
|
+
toggle: {
|
89
|
+
type: import("vue").PropType<boolean>;
|
90
|
+
};
|
91
|
+
toned: {
|
92
|
+
type: import("vue").PropType<boolean>;
|
93
|
+
} & {
|
94
|
+
type: import("vue").PropType<boolean>;
|
95
|
+
};
|
96
|
+
mandatory: {
|
97
|
+
type: import("vue").PropType<boolean>;
|
98
|
+
};
|
99
|
+
"onUpdate:modelValue": {
|
100
|
+
type: import("vue").PropType<(value: any) => any>;
|
101
|
+
};
|
102
|
+
"v-model": {
|
103
|
+
type: import("vue").PropType<any>;
|
104
|
+
required: false;
|
105
|
+
};
|
106
|
+
modelValue: {
|
107
|
+
type: import("vue").PropType<any>;
|
86
108
|
required: false;
|
87
109
|
};
|
110
|
+
variant: {
|
111
|
+
type: import("vue").PropType<"default" | "drawer" | "dial">;
|
112
|
+
};
|
113
|
+
class: {
|
114
|
+
type: import("vue").PropType<String | String[]>;
|
115
|
+
required: boolean;
|
116
|
+
};
|
88
117
|
colorSchemaType?: any;
|
89
118
|
container?: any;
|
90
119
|
colors?: any;
|
91
120
|
blueprintType?: any;
|
92
121
|
blueprint?: any;
|
93
|
-
|
94
|
-
hostContainer?: any;
|
95
|
-
}>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
122
|
+
}>>, import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
96
123
|
[key: string]: any;
|
97
|
-
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
124
|
+
}>[] | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
98
125
|
container?: any;
|
99
|
-
host?: any;
|
100
126
|
blueprint?: any;
|
101
127
|
colorSchemaType?: any;
|
102
128
|
blueprintType?: any;
|
103
129
|
colors?: any;
|
104
|
-
hostContainer?: any;
|
105
130
|
}, {}, string, {}> & {
|
106
131
|
beforeCreate?: (() => void) | (() => void)[];
|
107
132
|
created?: (() => void) | (() => void)[];
|
@@ -128,20 +153,43 @@ declare const _default: {
|
|
128
153
|
} & {
|
129
154
|
activator?: () => VNodeChild;
|
130
155
|
}>;
|
131
|
-
|
132
|
-
type: import("vue").PropType<
|
156
|
+
toggle: {
|
157
|
+
type: import("vue").PropType<boolean>;
|
158
|
+
};
|
159
|
+
toned: {
|
160
|
+
type: import("vue").PropType<boolean>;
|
161
|
+
} & {
|
162
|
+
type: import("vue").PropType<boolean>;
|
163
|
+
};
|
164
|
+
mandatory: {
|
165
|
+
type: import("vue").PropType<boolean>;
|
166
|
+
};
|
167
|
+
"onUpdate:modelValue": {
|
168
|
+
type: import("vue").PropType<(value: any) => any>;
|
169
|
+
};
|
170
|
+
"v-model": {
|
171
|
+
type: import("vue").PropType<any>;
|
133
172
|
required: false;
|
134
173
|
};
|
174
|
+
modelValue: {
|
175
|
+
type: import("vue").PropType<any>;
|
176
|
+
required: false;
|
177
|
+
};
|
178
|
+
variant: {
|
179
|
+
type: import("vue").PropType<"default" | "drawer" | "dial">;
|
180
|
+
};
|
181
|
+
class: {
|
182
|
+
type: import("vue").PropType<String | String[]>;
|
183
|
+
required: boolean;
|
184
|
+
};
|
135
185
|
colorSchemaType?: any;
|
136
186
|
container?: any;
|
137
187
|
colors?: any;
|
138
188
|
blueprintType?: any;
|
139
189
|
blueprint?: any;
|
140
|
-
|
141
|
-
hostContainer?: any;
|
142
|
-
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
190
|
+
}>> & import("vue").ShallowUnwrapRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
143
191
|
[key: string]: any;
|
144
|
-
}>[]> & {} & import("vue").ComponentCustomProperties & {};
|
192
|
+
}>[] | (() => JSX.Element)> & {} & import("vue").ComponentCustomProperties & {};
|
145
193
|
__isFragment?: never;
|
146
194
|
__isTeleport?: never;
|
147
195
|
__isSuspense?: never;
|
@@ -151,43 +199,69 @@ declare const _default: {
|
|
151
199
|
} & {
|
152
200
|
activator?: () => VNodeChild;
|
153
201
|
}>;
|
154
|
-
|
155
|
-
type: import("vue").PropType<
|
202
|
+
toggle: {
|
203
|
+
type: import("vue").PropType<boolean>;
|
204
|
+
};
|
205
|
+
toned: {
|
206
|
+
type: import("vue").PropType<boolean>;
|
207
|
+
} & {
|
208
|
+
type: import("vue").PropType<boolean>;
|
209
|
+
};
|
210
|
+
mandatory: {
|
211
|
+
type: import("vue").PropType<boolean>;
|
212
|
+
};
|
213
|
+
"onUpdate:modelValue": {
|
214
|
+
type: import("vue").PropType<(value: any) => any>;
|
215
|
+
};
|
216
|
+
"v-model": {
|
217
|
+
type: import("vue").PropType<any>;
|
218
|
+
required: false;
|
219
|
+
};
|
220
|
+
modelValue: {
|
221
|
+
type: import("vue").PropType<any>;
|
156
222
|
required: false;
|
157
223
|
};
|
224
|
+
variant: {
|
225
|
+
type: import("vue").PropType<"default" | "drawer" | "dial">;
|
226
|
+
};
|
227
|
+
class: {
|
228
|
+
type: import("vue").PropType<String | String[]>;
|
229
|
+
required: boolean;
|
230
|
+
};
|
158
231
|
colorSchemaType?: any;
|
159
232
|
container?: any;
|
160
233
|
colors?: any;
|
161
234
|
blueprintType?: any;
|
162
235
|
blueprint?: any;
|
163
|
-
|
164
|
-
hostContainer?: any;
|
165
|
-
}>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
236
|
+
}>>, import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
166
237
|
[key: string]: any;
|
167
|
-
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
238
|
+
}>[] | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
168
239
|
container?: any;
|
169
|
-
host?: any;
|
170
240
|
blueprint?: any;
|
171
241
|
colorSchemaType?: any;
|
172
242
|
blueprintType?: any;
|
173
243
|
colors?: any;
|
174
|
-
hostContainer?: any;
|
175
244
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
176
245
|
propsDefinition: Omit<Readonly<{
|
177
246
|
container?: any;
|
178
|
-
host?: any;
|
179
247
|
blueprint?: any;
|
180
248
|
colorSchemaType?: any;
|
181
249
|
blueprintType?: any;
|
182
250
|
colors?: any;
|
183
|
-
hostContainer?: any;
|
184
251
|
} & {
|
252
|
+
class?: String | String[];
|
253
|
+
toggle?: boolean;
|
254
|
+
mandatory?: boolean;
|
255
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
256
|
+
"v-model"?: any;
|
257
|
+
modelValue?: any;
|
185
258
|
"v-slots"?: {
|
186
259
|
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
187
260
|
} & {
|
188
261
|
activator?: () => VNodeChild;
|
189
262
|
};
|
190
|
-
variant?:
|
263
|
+
variant?: "default" | "drawer" | "dial";
|
264
|
+
toned?: boolean;
|
191
265
|
}>, never>;
|
192
266
|
};
|
193
267
|
export default _default;
|
@@ -5,12 +5,10 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
|
-
host?: any;
|
9
8
|
blueprint?: any;
|
10
9
|
colorSchemaType?: any;
|
11
10
|
blueprintType?: any;
|
12
11
|
colors?: any;
|
13
|
-
hostContainer?: any;
|
14
12
|
style?: unknown;
|
15
13
|
class?: String | String[];
|
16
14
|
key?: string | number | symbol;
|
@@ -95,16 +93,12 @@ declare const _default: {
|
|
95
93
|
colors?: any;
|
96
94
|
blueprintType?: any;
|
97
95
|
blueprint?: any;
|
98
|
-
host?: any;
|
99
|
-
hostContainer?: any;
|
100
96
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
101
97
|
container?: any;
|
102
|
-
host?: any;
|
103
98
|
blueprint?: any;
|
104
99
|
colorSchemaType?: any;
|
105
100
|
blueprintType?: any;
|
106
101
|
colors?: any;
|
107
|
-
hostContainer?: any;
|
108
102
|
}, {}, string, {}> & {
|
109
103
|
beforeCreate?: (() => void) | (() => void)[];
|
110
104
|
created?: (() => void) | (() => void)[];
|
@@ -145,8 +139,6 @@ declare const _default: {
|
|
145
139
|
colors?: any;
|
146
140
|
blueprintType?: any;
|
147
141
|
blueprint?: any;
|
148
|
-
host?: any;
|
149
|
-
hostContainer?: any;
|
150
142
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
151
143
|
__isFragment?: never;
|
152
144
|
__isTeleport?: never;
|
@@ -171,25 +163,19 @@ declare const _default: {
|
|
171
163
|
colors?: any;
|
172
164
|
blueprintType?: any;
|
173
165
|
blueprint?: any;
|
174
|
-
host?: any;
|
175
|
-
hostContainer?: any;
|
176
166
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
177
167
|
container?: any;
|
178
|
-
host?: any;
|
179
168
|
blueprint?: any;
|
180
169
|
colorSchemaType?: any;
|
181
170
|
blueprintType?: any;
|
182
171
|
colors?: any;
|
183
|
-
hostContainer?: any;
|
184
172
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
185
173
|
propsDefinition: Omit<Readonly<{
|
186
174
|
container?: any;
|
187
|
-
host?: any;
|
188
175
|
blueprint?: any;
|
189
176
|
colorSchemaType?: any;
|
190
177
|
blueprintType?: any;
|
191
178
|
colors?: any;
|
192
|
-
hostContainer?: any;
|
193
179
|
} & {
|
194
180
|
class?: String | String[];
|
195
181
|
"v-slots"?: {
|
@@ -7,12 +7,10 @@ declare const _default: {
|
|
7
7
|
$data: {};
|
8
8
|
$props: {
|
9
9
|
container?: any;
|
10
|
-
host?: any;
|
11
10
|
blueprint?: any;
|
12
11
|
colorSchemaType?: any;
|
13
12
|
blueprintType?: any;
|
14
13
|
colors?: any;
|
15
|
-
hostContainer?: any;
|
16
14
|
readonly label?: string;
|
17
15
|
style?: unknown;
|
18
16
|
class?: String | String[];
|
@@ -103,20 +101,16 @@ declare const _default: {
|
|
103
101
|
colors?: any;
|
104
102
|
blueprintType?: any;
|
105
103
|
blueprint?: any;
|
106
|
-
host?: any;
|
107
|
-
hostContainer?: any;
|
108
104
|
}>> & {
|
109
105
|
"onUpdate:modelValue"?: (value: any) => any;
|
110
106
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
111
107
|
"update:modelValue": (value: any) => boolean;
|
112
108
|
}, string, {
|
113
109
|
container?: any;
|
114
|
-
host?: any;
|
115
110
|
blueprint?: any;
|
116
111
|
colorSchemaType?: any;
|
117
112
|
blueprintType?: any;
|
118
113
|
colors?: any;
|
119
|
-
hostContainer?: any;
|
120
114
|
}, {}, string, {}> & {
|
121
115
|
beforeCreate?: (() => void) | (() => void)[];
|
122
116
|
created?: (() => void) | (() => void)[];
|
@@ -164,8 +158,6 @@ declare const _default: {
|
|
164
158
|
colors?: any;
|
165
159
|
blueprintType?: any;
|
166
160
|
blueprint?: any;
|
167
|
-
host?: any;
|
168
|
-
hostContainer?: any;
|
169
161
|
}>> & {
|
170
162
|
"onUpdate:modelValue"?: (value: any) => any;
|
171
163
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -199,29 +191,23 @@ declare const _default: {
|
|
199
191
|
colors?: any;
|
200
192
|
blueprintType?: any;
|
201
193
|
blueprint?: any;
|
202
|
-
host?: any;
|
203
|
-
hostContainer?: any;
|
204
194
|
}>> & {
|
205
195
|
"onUpdate:modelValue"?: (value: any) => any;
|
206
196
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
207
197
|
"update:modelValue": (value: any) => boolean;
|
208
198
|
}, string, {
|
209
199
|
container?: any;
|
210
|
-
host?: any;
|
211
200
|
blueprint?: any;
|
212
201
|
colorSchemaType?: any;
|
213
202
|
blueprintType?: any;
|
214
203
|
colors?: any;
|
215
|
-
hostContainer?: any;
|
216
204
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
217
205
|
propsDefinition: Omit<Readonly<{
|
218
206
|
container?: any;
|
219
|
-
host?: any;
|
220
207
|
blueprint?: any;
|
221
208
|
colorSchemaType?: any;
|
222
209
|
blueprintType?: any;
|
223
210
|
colors?: any;
|
224
|
-
hostContainer?: any;
|
225
211
|
} & {
|
226
212
|
label?: string;
|
227
213
|
class?: String | String[];
|