@omnia/fx 8.0.36-vnext → 8.0.37-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/core/ServiceContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/core/services/LocalizationService.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +20 -44
- 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 +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +14 -0
- 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 +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +19 -6
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +49 -37
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +19 -8
- 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 +14 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +24 -11
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +19 -8
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +4 -11
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +24 -11
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseHostSetup.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/use/UseVariantSetup.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +14 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -6
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +0 -300
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +0 -286
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponentsServer.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponentsVirtual.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/AlignmentPicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/AlignmentPickerExample.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/index.d.ts +0 -0
@@ -1,17 +1,16 @@
|
|
1
1
|
import { VNodeChild } from "vue";
|
2
|
-
type Tblock = "top" | "bottom";
|
3
|
-
type Tinline = "start" | "end" | "left" | "right";
|
4
|
-
type Location = Tblock | Tinline | "center" | "center center" | `${Tblock} ${Tinline | "center"}` | `${Tinline} ${Tblock | "center"}`;
|
5
2
|
declare const _default: {
|
6
3
|
new (...args: any[]): {
|
7
4
|
$: import("vue").ComponentInternalInstance;
|
8
5
|
$data: {};
|
9
6
|
$props: {
|
10
7
|
container?: any;
|
8
|
+
host?: any;
|
11
9
|
blueprint?: any;
|
12
10
|
colorSchemaType?: any;
|
13
11
|
blueprintType?: any;
|
14
12
|
colors?: any;
|
13
|
+
hostContainer?: any;
|
15
14
|
style?: unknown;
|
16
15
|
class?: String | String[];
|
17
16
|
readonly name?: {
|
@@ -125,7 +124,7 @@ declare const _default: {
|
|
125
124
|
} & {
|
126
125
|
activator?: () => VNodeChild;
|
127
126
|
};
|
128
|
-
readonly location?:
|
127
|
+
readonly location?: string;
|
129
128
|
readonly closeDelay?: string | number;
|
130
129
|
readonly openOnHover?: boolean;
|
131
130
|
};
|
@@ -152,7 +151,7 @@ declare const _default: {
|
|
152
151
|
type: import("vue").PropType<boolean>;
|
153
152
|
};
|
154
153
|
location: {
|
155
|
-
type: import("vue").PropType<
|
154
|
+
type: import("vue").PropType<string>;
|
156
155
|
required: false;
|
157
156
|
};
|
158
157
|
closeDelay: {
|
@@ -233,12 +232,16 @@ declare const _default: {
|
|
233
232
|
colors?: any;
|
234
233
|
blueprintType?: any;
|
235
234
|
blueprint?: any;
|
235
|
+
host?: any;
|
236
|
+
hostContainer?: any;
|
236
237
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
237
238
|
container?: any;
|
239
|
+
host?: any;
|
238
240
|
blueprint?: any;
|
239
241
|
colorSchemaType?: any;
|
240
242
|
blueprintType?: any;
|
241
243
|
colors?: any;
|
244
|
+
hostContainer?: any;
|
242
245
|
}, {}, string, {}> & {
|
243
246
|
beforeCreate?: (() => void) | (() => void)[];
|
244
247
|
created?: (() => void) | (() => void)[];
|
@@ -269,7 +272,7 @@ declare const _default: {
|
|
269
272
|
type: import("vue").PropType<boolean>;
|
270
273
|
};
|
271
274
|
location: {
|
272
|
-
type: import("vue").PropType<
|
275
|
+
type: import("vue").PropType<string>;
|
273
276
|
required: false;
|
274
277
|
};
|
275
278
|
closeDelay: {
|
@@ -350,6 +353,8 @@ declare const _default: {
|
|
350
353
|
colors?: any;
|
351
354
|
blueprintType?: any;
|
352
355
|
blueprint?: any;
|
356
|
+
host?: any;
|
357
|
+
hostContainer?: any;
|
353
358
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
354
359
|
__isFragment?: never;
|
355
360
|
__isTeleport?: never;
|
@@ -364,7 +369,7 @@ declare const _default: {
|
|
364
369
|
type: import("vue").PropType<boolean>;
|
365
370
|
};
|
366
371
|
location: {
|
367
|
-
type: import("vue").PropType<
|
372
|
+
type: import("vue").PropType<string>;
|
368
373
|
required: false;
|
369
374
|
};
|
370
375
|
closeDelay: {
|
@@ -445,19 +450,25 @@ declare const _default: {
|
|
445
450
|
colors?: any;
|
446
451
|
blueprintType?: any;
|
447
452
|
blueprint?: any;
|
453
|
+
host?: any;
|
454
|
+
hostContainer?: any;
|
448
455
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
449
456
|
container?: any;
|
457
|
+
host?: any;
|
450
458
|
blueprint?: any;
|
451
459
|
colorSchemaType?: any;
|
452
460
|
blueprintType?: any;
|
453
461
|
colors?: any;
|
462
|
+
hostContainer?: any;
|
454
463
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
455
464
|
propsDefinition: Omit<Readonly<{
|
456
465
|
container?: any;
|
466
|
+
host?: any;
|
457
467
|
blueprint?: any;
|
458
468
|
colorSchemaType?: any;
|
459
469
|
blueprintType?: any;
|
460
470
|
colors?: any;
|
471
|
+
hostContainer?: any;
|
461
472
|
} & {
|
462
473
|
class?: String | String[];
|
463
474
|
name?: {
|
@@ -529,7 +540,7 @@ declare const _default: {
|
|
529
540
|
} & {
|
530
541
|
activator?: () => VNodeChild;
|
531
542
|
};
|
532
|
-
location?:
|
543
|
+
location?: string;
|
533
544
|
closeDelay?: string | number;
|
534
545
|
openOnHover?: boolean;
|
535
546
|
}>, never>;
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import { DrawerVariant } from "./NavigationDrawer.css";
|
2
|
-
type locationType = "top" | "left" | "right" | "bottom" | "end" | "start";
|
3
1
|
declare const _default: {
|
4
2
|
new (...args: any[]): {
|
5
3
|
$: import("vue").ComponentInternalInstance;
|
6
4
|
$data: {};
|
7
5
|
$props: {
|
8
6
|
container?: any;
|
7
|
+
host?: any;
|
9
8
|
blueprint?: any;
|
10
9
|
colorSchemaType?: any;
|
11
10
|
blueprintType?: any;
|
12
11
|
colors?: any;
|
12
|
+
hostContainer?: any;
|
13
13
|
style?: unknown;
|
14
14
|
class?: String | String[];
|
15
15
|
key?: string | number | symbol;
|
@@ -57,8 +57,8 @@ declare const _default: {
|
|
57
57
|
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
58
58
|
readonly "v-model"?: boolean;
|
59
59
|
readonly modelValue?: boolean;
|
60
|
-
readonly variant?:
|
61
|
-
readonly location?:
|
60
|
+
readonly variant?: string;
|
61
|
+
readonly location?: string;
|
62
62
|
readonly overrides?: object;
|
63
63
|
readonly toned?: boolean;
|
64
64
|
};
|
@@ -77,7 +77,7 @@ declare const _default: {
|
|
77
77
|
$el: any;
|
78
78
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
79
79
|
variant: {
|
80
|
-
type: import("vue").PropType<
|
80
|
+
type: import("vue").PropType<string>;
|
81
81
|
};
|
82
82
|
overrides: {
|
83
83
|
type: import("vue").PropType<object>;
|
@@ -88,7 +88,7 @@ declare const _default: {
|
|
88
88
|
type: import("vue").PropType<boolean>;
|
89
89
|
};
|
90
90
|
location: {
|
91
|
-
type: import("vue").PropType<
|
91
|
+
type: import("vue").PropType<string>;
|
92
92
|
};
|
93
93
|
"onUpdate:modelValue": {
|
94
94
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -110,12 +110,16 @@ declare const _default: {
|
|
110
110
|
colors?: any;
|
111
111
|
blueprintType?: any;
|
112
112
|
blueprint?: any;
|
113
|
+
host?: any;
|
114
|
+
hostContainer?: any;
|
113
115
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
114
116
|
container?: any;
|
117
|
+
host?: any;
|
115
118
|
blueprint?: any;
|
116
119
|
colorSchemaType?: any;
|
117
120
|
blueprintType?: any;
|
118
121
|
colors?: any;
|
122
|
+
hostContainer?: any;
|
119
123
|
}, {}, string, {}> & {
|
120
124
|
beforeCreate?: (() => void) | (() => void)[];
|
121
125
|
created?: (() => void) | (() => void)[];
|
@@ -138,7 +142,7 @@ declare const _default: {
|
|
138
142
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
139
143
|
} & Readonly<import("vue").ExtractPropTypes<{
|
140
144
|
variant: {
|
141
|
-
type: import("vue").PropType<
|
145
|
+
type: import("vue").PropType<string>;
|
142
146
|
};
|
143
147
|
overrides: {
|
144
148
|
type: import("vue").PropType<object>;
|
@@ -149,7 +153,7 @@ declare const _default: {
|
|
149
153
|
type: import("vue").PropType<boolean>;
|
150
154
|
};
|
151
155
|
location: {
|
152
|
-
type: import("vue").PropType<
|
156
|
+
type: import("vue").PropType<string>;
|
153
157
|
};
|
154
158
|
"onUpdate:modelValue": {
|
155
159
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -171,13 +175,15 @@ declare const _default: {
|
|
171
175
|
colors?: any;
|
172
176
|
blueprintType?: any;
|
173
177
|
blueprint?: any;
|
178
|
+
host?: any;
|
179
|
+
hostContainer?: any;
|
174
180
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
175
181
|
__isFragment?: never;
|
176
182
|
__isTeleport?: never;
|
177
183
|
__isSuspense?: never;
|
178
184
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
179
185
|
variant: {
|
180
|
-
type: import("vue").PropType<
|
186
|
+
type: import("vue").PropType<string>;
|
181
187
|
};
|
182
188
|
overrides: {
|
183
189
|
type: import("vue").PropType<object>;
|
@@ -188,7 +194,7 @@ declare const _default: {
|
|
188
194
|
type: import("vue").PropType<boolean>;
|
189
195
|
};
|
190
196
|
location: {
|
191
|
-
type: import("vue").PropType<
|
197
|
+
type: import("vue").PropType<string>;
|
192
198
|
};
|
193
199
|
"onUpdate:modelValue": {
|
194
200
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -210,26 +216,32 @@ declare const _default: {
|
|
210
216
|
colors?: any;
|
211
217
|
blueprintType?: any;
|
212
218
|
blueprint?: any;
|
219
|
+
host?: any;
|
220
|
+
hostContainer?: any;
|
213
221
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
214
222
|
container?: any;
|
223
|
+
host?: any;
|
215
224
|
blueprint?: any;
|
216
225
|
colorSchemaType?: any;
|
217
226
|
blueprintType?: any;
|
218
227
|
colors?: any;
|
228
|
+
hostContainer?: any;
|
219
229
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
220
230
|
propsDefinition: Omit<Readonly<{
|
221
231
|
container?: any;
|
232
|
+
host?: any;
|
222
233
|
blueprint?: any;
|
223
234
|
colorSchemaType?: any;
|
224
235
|
blueprintType?: any;
|
225
236
|
colors?: any;
|
237
|
+
hostContainer?: any;
|
226
238
|
} & {
|
227
239
|
class?: String | String[];
|
228
240
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
229
241
|
"v-model"?: boolean;
|
230
242
|
modelValue?: boolean;
|
231
|
-
variant?:
|
232
|
-
location?:
|
243
|
+
variant?: string;
|
244
|
+
location?: string;
|
233
245
|
overrides?: object;
|
234
246
|
toned?: boolean;
|
235
247
|
}>, never>;
|
@@ -1,16 +1,9 @@
|
|
1
1
|
import { ColorDefinition } from "../../velcron/core";
|
2
|
-
|
3
|
-
export type PanelVariant = typeof PanelVariationDefinition[number];
|
4
|
-
export declare const PanelDirectionDefinition: string[];
|
5
|
-
export type PanelDirection = typeof PanelDirectionDefinition[number];
|
6
|
-
export declare const HorizontalAlignmentDefinition: string[];
|
7
|
-
export type HorizontalAlignment = typeof HorizontalAlignmentDefinition[number];
|
8
|
-
export declare const VerticalAlignmentDefinition: string[];
|
9
|
-
export type VerticalAlignment = typeof VerticalAlignmentDefinition[number];
|
2
|
+
import { OHorizontalAlignments, PanelDirections, PanelVariants, OVerticalAlignments } from "@omnia/fx-models";
|
10
3
|
export declare const PanelStyles: {
|
11
|
-
templateTitle: (variant:
|
4
|
+
templateTitle: (variant: PanelVariants, titelOnTopDivider: boolean, color: string) => string;
|
12
5
|
dividerOnTitle: string;
|
13
6
|
panelHoverBackground: (color: ColorDefinition) => string;
|
14
|
-
panelWrapper: (hide: boolean, variant:
|
15
|
-
contentWrapper: (variant:
|
7
|
+
panelWrapper: (hide: boolean, variant: PanelVariants, grow: boolean, grouped: boolean, scrollOffset: number) => string;
|
8
|
+
contentWrapper: (variant: PanelVariants, flexDirection: PanelDirections, wrap: boolean, alignX: OHorizontalAlignments, alignY: OVerticalAlignments, grouped: boolean) => string;
|
16
9
|
};
|
@@ -1,16 +1,16 @@
|
|
1
1
|
export * from "./Panel.css";
|
2
|
-
export declare const DividerTypeDefinitions: string[];
|
3
|
-
export type DividerType = typeof DividerTypeDefinitions[number];
|
4
2
|
declare const _default: {
|
5
3
|
new (...args: any[]): {
|
6
4
|
$: import("vue").ComponentInternalInstance;
|
7
5
|
$data: {};
|
8
6
|
$props: {
|
9
7
|
container?: any;
|
8
|
+
host?: any;
|
10
9
|
blueprint?: any;
|
11
10
|
colorSchemaType?: any;
|
12
11
|
blueprintType?: any;
|
13
12
|
colors?: any;
|
13
|
+
hostContainer?: any;
|
14
14
|
readonly title?: string;
|
15
15
|
style?: unknown;
|
16
16
|
class?: String | String[];
|
@@ -133,12 +133,16 @@ declare const _default: {
|
|
133
133
|
colors?: any;
|
134
134
|
blueprintType?: any;
|
135
135
|
blueprint?: any;
|
136
|
+
host?: any;
|
137
|
+
hostContainer?: any;
|
136
138
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
137
139
|
container?: any;
|
140
|
+
host?: any;
|
138
141
|
blueprint?: any;
|
139
142
|
colorSchemaType?: any;
|
140
143
|
blueprintType?: any;
|
141
144
|
colors?: any;
|
145
|
+
hostContainer?: any;
|
142
146
|
}, {}, string, {}> & {
|
143
147
|
beforeCreate?: (() => void) | (() => void)[];
|
144
148
|
created?: (() => void) | (() => void)[];
|
@@ -210,6 +214,8 @@ declare const _default: {
|
|
210
214
|
colors?: any;
|
211
215
|
blueprintType?: any;
|
212
216
|
blueprint?: any;
|
217
|
+
host?: any;
|
218
|
+
hostContainer?: any;
|
213
219
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
214
220
|
__isFragment?: never;
|
215
221
|
__isTeleport?: never;
|
@@ -265,19 +271,25 @@ declare const _default: {
|
|
265
271
|
colors?: any;
|
266
272
|
blueprintType?: any;
|
267
273
|
blueprint?: any;
|
274
|
+
host?: any;
|
275
|
+
hostContainer?: any;
|
268
276
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
269
277
|
container?: any;
|
278
|
+
host?: any;
|
270
279
|
blueprint?: any;
|
271
280
|
colorSchemaType?: any;
|
272
281
|
blueprintType?: any;
|
273
282
|
colors?: any;
|
283
|
+
hostContainer?: any;
|
274
284
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
275
285
|
propsDefinition: Omit<Readonly<{
|
276
286
|
container?: any;
|
287
|
+
host?: any;
|
277
288
|
blueprint?: any;
|
278
289
|
colorSchemaType?: any;
|
279
290
|
blueprintType?: any;
|
280
291
|
colors?: any;
|
292
|
+
hostContainer?: any;
|
281
293
|
} & {
|
282
294
|
title?: string;
|
283
295
|
class?: String | String[];
|
@@ -6,10 +6,12 @@ declare const _default: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: {
|
8
8
|
container?: any;
|
9
|
+
host?: any;
|
9
10
|
blueprint?: any;
|
10
11
|
colorSchemaType?: any;
|
11
12
|
blueprintType?: any;
|
12
13
|
colors?: any;
|
14
|
+
hostContainer?: any;
|
13
15
|
readonly label?: string;
|
14
16
|
style?: unknown;
|
15
17
|
class?: String | String[];
|
@@ -86,12 +88,16 @@ declare const _default: {
|
|
86
88
|
colors?: any;
|
87
89
|
blueprintType?: any;
|
88
90
|
blueprint?: any;
|
91
|
+
host?: any;
|
92
|
+
hostContainer?: any;
|
89
93
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
90
94
|
container?: any;
|
95
|
+
host?: any;
|
91
96
|
blueprint?: any;
|
92
97
|
colorSchemaType?: any;
|
93
98
|
blueprintType?: any;
|
94
99
|
colors?: any;
|
100
|
+
hostContainer?: any;
|
95
101
|
}, {}, string, {}> & {
|
96
102
|
beforeCreate?: (() => void) | (() => void)[];
|
97
103
|
created?: (() => void) | (() => void)[];
|
@@ -128,6 +134,8 @@ declare const _default: {
|
|
128
134
|
colors?: any;
|
129
135
|
blueprintType?: any;
|
130
136
|
blueprint?: any;
|
137
|
+
host?: any;
|
138
|
+
hostContainer?: any;
|
131
139
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
132
140
|
__isFragment?: never;
|
133
141
|
__isTeleport?: never;
|
@@ -148,19 +156,25 @@ declare const _default: {
|
|
148
156
|
colors?: any;
|
149
157
|
blueprintType?: any;
|
150
158
|
blueprint?: any;
|
159
|
+
host?: any;
|
160
|
+
hostContainer?: any;
|
151
161
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
152
162
|
container?: any;
|
163
|
+
host?: any;
|
153
164
|
blueprint?: any;
|
154
165
|
colorSchemaType?: any;
|
155
166
|
blueprintType?: any;
|
156
167
|
colors?: any;
|
168
|
+
hostContainer?: any;
|
157
169
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
158
170
|
propsDefinition: Omit<Readonly<{
|
159
171
|
container?: any;
|
172
|
+
host?: any;
|
160
173
|
blueprint?: any;
|
161
174
|
colorSchemaType?: any;
|
162
175
|
blueprintType?: any;
|
163
176
|
colors?: any;
|
177
|
+
hostContainer?: any;
|
164
178
|
} & {
|
165
179
|
label?: string;
|
166
180
|
class?: String | String[];
|
@@ -4,10 +4,12 @@ declare const _default: {
|
|
4
4
|
$data: {};
|
5
5
|
$props: {
|
6
6
|
container?: any;
|
7
|
+
host?: any;
|
7
8
|
blueprint?: any;
|
8
9
|
colorSchemaType?: any;
|
9
10
|
blueprintType?: any;
|
10
11
|
colors?: any;
|
12
|
+
hostContainer?: any;
|
11
13
|
style?: unknown;
|
12
14
|
class?: String | String[];
|
13
15
|
key?: string | number | symbol;
|
@@ -90,16 +92,20 @@ declare const _default: {
|
|
90
92
|
colors?: any;
|
91
93
|
blueprintType?: any;
|
92
94
|
blueprint?: any;
|
95
|
+
host?: any;
|
96
|
+
hostContainer?: any;
|
93
97
|
}>> & {
|
94
98
|
"onUpdate:modelValue"?: (value: any) => any;
|
95
99
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
96
100
|
"update:modelValue": (value: any) => boolean;
|
97
101
|
}, string, {
|
98
102
|
container?: any;
|
103
|
+
host?: any;
|
99
104
|
blueprint?: any;
|
100
105
|
colorSchemaType?: any;
|
101
106
|
blueprintType?: any;
|
102
107
|
colors?: any;
|
108
|
+
hostContainer?: any;
|
103
109
|
}, {}, string, {}> & {
|
104
110
|
beforeCreate?: (() => void) | (() => void)[];
|
105
111
|
created?: (() => void) | (() => void)[];
|
@@ -141,6 +147,8 @@ declare const _default: {
|
|
141
147
|
colors?: any;
|
142
148
|
blueprintType?: any;
|
143
149
|
blueprint?: any;
|
150
|
+
host?: any;
|
151
|
+
hostContainer?: any;
|
144
152
|
}>> & {
|
145
153
|
"onUpdate:modelValue"?: (value: any) => any;
|
146
154
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -168,23 +176,29 @@ declare const _default: {
|
|
168
176
|
colors?: any;
|
169
177
|
blueprintType?: any;
|
170
178
|
blueprint?: any;
|
179
|
+
host?: any;
|
180
|
+
hostContainer?: any;
|
171
181
|
}>> & {
|
172
182
|
"onUpdate:modelValue"?: (value: any) => any;
|
173
183
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
174
184
|
"update:modelValue": (value: any) => boolean;
|
175
185
|
}, string, {
|
176
186
|
container?: any;
|
187
|
+
host?: any;
|
177
188
|
blueprint?: any;
|
178
189
|
colorSchemaType?: any;
|
179
190
|
blueprintType?: any;
|
180
191
|
colors?: any;
|
192
|
+
hostContainer?: any;
|
181
193
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
182
194
|
propsDefinition: Omit<Readonly<{
|
183
195
|
container?: any;
|
196
|
+
host?: any;
|
184
197
|
blueprint?: any;
|
185
198
|
colorSchemaType?: any;
|
186
199
|
blueprintType?: any;
|
187
200
|
colors?: any;
|
201
|
+
hostContainer?: any;
|
188
202
|
} & {
|
189
203
|
class?: String | String[];
|
190
204
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -1,6 +1,5 @@
|
|
1
|
-
|
2
|
-
export type SelectType = typeof SelectTypeDefinition[number];
|
1
|
+
import { SelectTypes } from "@omnia/fx-models";
|
3
2
|
export declare const SelectStyles: {
|
4
3
|
componentWrapper: string;
|
5
|
-
componentVariantWrapper: (variant:
|
4
|
+
componentVariantWrapper: (variant: SelectTypes, hasValue: boolean) => string;
|
6
5
|
};
|
@@ -18,10 +18,12 @@ declare const _default: {
|
|
18
18
|
$data: {};
|
19
19
|
$props: {
|
20
20
|
container?: any;
|
21
|
+
host?: any;
|
21
22
|
blueprint?: any;
|
22
23
|
colorSchemaType?: any;
|
23
24
|
blueprintType?: any;
|
24
25
|
colors?: any;
|
26
|
+
hostContainer?: any;
|
25
27
|
readonly label?: string;
|
26
28
|
style?: unknown;
|
27
29
|
class?: String | String[];
|
@@ -147,6 +149,8 @@ declare const _default: {
|
|
147
149
|
colors?: any;
|
148
150
|
blueprintType?: any;
|
149
151
|
blueprint?: any;
|
152
|
+
host?: any;
|
153
|
+
hostContainer?: any;
|
150
154
|
}>> & {
|
151
155
|
"onUpdate:modelValue"?: (value: any) => any;
|
152
156
|
"onClick:button"?: (value: any) => any;
|
@@ -155,10 +159,12 @@ declare const _default: {
|
|
155
159
|
"update:modelValue": (value: any) => true;
|
156
160
|
}, string, {
|
157
161
|
container?: any;
|
162
|
+
host?: any;
|
158
163
|
blueprint?: any;
|
159
164
|
colorSchemaType?: any;
|
160
165
|
blueprintType?: any;
|
161
166
|
colors?: any;
|
167
|
+
hostContainer?: any;
|
162
168
|
}, {}, string, {}> & {
|
163
169
|
beforeCreate?: (() => void) | (() => void)[];
|
164
170
|
created?: (() => void) | (() => void)[];
|
@@ -229,6 +235,8 @@ declare const _default: {
|
|
229
235
|
colors?: any;
|
230
236
|
blueprintType?: any;
|
231
237
|
blueprint?: any;
|
238
|
+
host?: any;
|
239
|
+
hostContainer?: any;
|
232
240
|
}>> & {
|
233
241
|
"onUpdate:modelValue"?: (value: any) => any;
|
234
242
|
"onClick:button"?: (value: any) => any;
|
@@ -286,6 +294,8 @@ declare const _default: {
|
|
286
294
|
colors?: any;
|
287
295
|
blueprintType?: any;
|
288
296
|
blueprint?: any;
|
297
|
+
host?: any;
|
298
|
+
hostContainer?: any;
|
289
299
|
}>> & {
|
290
300
|
"onUpdate:modelValue"?: (value: any) => any;
|
291
301
|
"onClick:button"?: (value: any) => any;
|
@@ -294,17 +304,21 @@ declare const _default: {
|
|
294
304
|
"update:modelValue": (value: any) => true;
|
295
305
|
}, string, {
|
296
306
|
container?: any;
|
307
|
+
host?: any;
|
297
308
|
blueprint?: any;
|
298
309
|
colorSchemaType?: any;
|
299
310
|
blueprintType?: any;
|
300
311
|
colors?: any;
|
312
|
+
hostContainer?: any;
|
301
313
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
302
314
|
propsDefinition: Omit<Readonly<{
|
303
315
|
container?: any;
|
316
|
+
host?: any;
|
304
317
|
blueprint?: any;
|
305
318
|
colorSchemaType?: any;
|
306
319
|
blueprintType?: any;
|
307
320
|
colors?: any;
|
321
|
+
hostContainer?: any;
|
308
322
|
} & {
|
309
323
|
label?: string;
|
310
324
|
class?: String | String[];
|
@@ -4,10 +4,12 @@ declare const _default: {
|
|
4
4
|
$data: {};
|
5
5
|
$props: {
|
6
6
|
container?: any;
|
7
|
+
host?: any;
|
7
8
|
blueprint?: any;
|
8
9
|
colorSchemaType?: any;
|
9
10
|
blueprintType?: any;
|
10
11
|
colors?: any;
|
12
|
+
hostContainer?: any;
|
11
13
|
readonly label?: string;
|
12
14
|
style?: unknown;
|
13
15
|
class?: String | String[];
|
@@ -110,16 +112,20 @@ declare const _default: {
|
|
110
112
|
colors?: any;
|
111
113
|
blueprintType?: any;
|
112
114
|
blueprint?: any;
|
115
|
+
host?: any;
|
116
|
+
hostContainer?: any;
|
113
117
|
}>> & {
|
114
118
|
"onUpdate:modelValue"?: (value: any) => any;
|
115
119
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
116
120
|
"update:modelValue": (value: any) => boolean;
|
117
121
|
}, string, {
|
118
122
|
container?: any;
|
123
|
+
host?: any;
|
119
124
|
blueprint?: any;
|
120
125
|
colorSchemaType?: any;
|
121
126
|
blueprintType?: any;
|
122
127
|
colors?: any;
|
128
|
+
hostContainer?: any;
|
123
129
|
}, {}, string, {}> & {
|
124
130
|
beforeCreate?: (() => void) | (() => void)[];
|
125
131
|
created?: (() => void) | (() => void)[];
|
@@ -176,6 +182,8 @@ declare const _default: {
|
|
176
182
|
colors?: any;
|
177
183
|
blueprintType?: any;
|
178
184
|
blueprint?: any;
|
185
|
+
host?: any;
|
186
|
+
hostContainer?: any;
|
179
187
|
}>> & {
|
180
188
|
"onUpdate:modelValue"?: (value: any) => any;
|
181
189
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -218,23 +226,29 @@ declare const _default: {
|
|
218
226
|
colors?: any;
|
219
227
|
blueprintType?: any;
|
220
228
|
blueprint?: any;
|
229
|
+
host?: any;
|
230
|
+
hostContainer?: any;
|
221
231
|
}>> & {
|
222
232
|
"onUpdate:modelValue"?: (value: any) => any;
|
223
233
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
224
234
|
"update:modelValue": (value: any) => boolean;
|
225
235
|
}, string, {
|
226
236
|
container?: any;
|
237
|
+
host?: any;
|
227
238
|
blueprint?: any;
|
228
239
|
colorSchemaType?: any;
|
229
240
|
blueprintType?: any;
|
230
241
|
colors?: any;
|
242
|
+
hostContainer?: any;
|
231
243
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
232
244
|
propsDefinition: Omit<Readonly<{
|
233
245
|
container?: any;
|
246
|
+
host?: any;
|
234
247
|
blueprint?: any;
|
235
248
|
colorSchemaType?: any;
|
236
249
|
blueprintType?: any;
|
237
250
|
colors?: any;
|
251
|
+
hostContainer?: any;
|
238
252
|
} & {
|
239
253
|
label?: string;
|
240
254
|
class?: String | String[];
|