@omnia/fx 8.0.88-vnext → 8.0.91-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/stores/oxide/ComponentHostStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +139 -34
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +176 -38
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +124 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +176 -19
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +258 -78
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +67 -28
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +21 -10
- package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +26 -4
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +43 -10
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +95 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +14 -22
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.d.ts +24 -41
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.d.ts +488 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.d.ts +33 -33
- package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.d.ts +488 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/ApiRegistrations.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/headers/HeaderWithImage.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +22 -15
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +106 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +434 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +1268 -250
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +0 -50
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Blockheaders.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
@@ -7,8 +7,8 @@ declare const _default: {
|
|
7
7
|
$props: {
|
8
8
|
container?: any;
|
9
9
|
blueprint?: any;
|
10
|
-
blueprintType?: any;
|
11
10
|
colorSchemaType?: any;
|
11
|
+
blueprintType?: any;
|
12
12
|
colors?: any;
|
13
13
|
style?: unknown;
|
14
14
|
class?: unknown;
|
@@ -27,7 +27,7 @@ declare const _default: {
|
|
27
27
|
required: false;
|
28
28
|
};
|
29
29
|
} & {
|
30
|
-
require(): import("
|
30
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, unknown, {
|
31
31
|
"onUpdate:modelValue": {
|
32
32
|
type: import("vue").PropType<(value: unknown) => any>;
|
33
33
|
};
|
@@ -42,7 +42,7 @@ declare const _default: {
|
|
42
42
|
required: false;
|
43
43
|
};
|
44
44
|
}>;
|
45
|
-
defaultValue(value?: unknown): import("
|
45
|
+
defaultValue(value?: unknown): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, unknown, {
|
46
46
|
"onUpdate:modelValue": {
|
47
47
|
type: import("vue").PropType<(value: unknown) => any>;
|
48
48
|
};
|
@@ -57,7 +57,7 @@ declare const _default: {
|
|
57
57
|
required: false;
|
58
58
|
};
|
59
59
|
}, false>;
|
60
|
-
doc$(description?: string): import("
|
60
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, unknown, {
|
61
61
|
"onUpdate:modelValue": {
|
62
62
|
type: import("vue").PropType<(value: unknown) => any>;
|
63
63
|
};
|
@@ -116,7 +116,7 @@ declare const _default: {
|
|
116
116
|
[key: string]: any;
|
117
117
|
}>) => void)[];
|
118
118
|
readonly "v-slots"?: {
|
119
|
-
default?: import("
|
119
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
120
120
|
} & {
|
121
121
|
activator?: () => VNodeChild;
|
122
122
|
};
|
@@ -139,7 +139,7 @@ declare const _default: {
|
|
139
139
|
$el: any;
|
140
140
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
141
141
|
"v-slots": import("vue").Prop<{
|
142
|
-
default?: import("
|
142
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
143
143
|
} & {
|
144
144
|
activator?: () => VNodeChild;
|
145
145
|
}>;
|
@@ -154,16 +154,16 @@ declare const _default: {
|
|
154
154
|
type: import("vue").PropType<unknown>;
|
155
155
|
required: false;
|
156
156
|
};
|
157
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
157
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
158
158
|
type: import("vue").PropType<(value: unknown) => any>;
|
159
|
-
}; } & { [key_1 in import("
|
159
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
160
160
|
type: import("vue").PropType<unknown>;
|
161
161
|
required: false;
|
162
|
-
}; } & { [key_2 in import("
|
162
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
163
163
|
type: import("vue").PropType<unknown>;
|
164
164
|
required: false;
|
165
165
|
}; } & {
|
166
|
-
require(): import("
|
166
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, unknown, {
|
167
167
|
"onUpdate:modelValue": {
|
168
168
|
type: import("vue").PropType<(value: unknown) => any>;
|
169
169
|
};
|
@@ -178,7 +178,7 @@ declare const _default: {
|
|
178
178
|
required: false;
|
179
179
|
};
|
180
180
|
}>;
|
181
|
-
defaultValue(value?: unknown): import("
|
181
|
+
defaultValue(value?: unknown): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, unknown, {
|
182
182
|
"onUpdate:modelValue": {
|
183
183
|
type: import("vue").PropType<(value: unknown) => any>;
|
184
184
|
};
|
@@ -193,7 +193,7 @@ declare const _default: {
|
|
193
193
|
required: false;
|
194
194
|
};
|
195
195
|
}, false>;
|
196
|
-
doc$(description?: string): import("
|
196
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, unknown, {
|
197
197
|
"onUpdate:modelValue": {
|
198
198
|
type: import("vue").PropType<(value: unknown) => any>;
|
199
199
|
};
|
@@ -221,8 +221,8 @@ declare const _default: {
|
|
221
221
|
}, string, {
|
222
222
|
container?: any;
|
223
223
|
blueprint?: any;
|
224
|
-
blueprintType?: any;
|
225
224
|
colorSchemaType?: any;
|
225
|
+
blueprintType?: any;
|
226
226
|
colors?: any;
|
227
227
|
}, {}, string, {}> & {
|
228
228
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -246,7 +246,7 @@ declare const _default: {
|
|
246
246
|
$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;
|
247
247
|
} & Readonly<import("vue").ExtractPropTypes<{
|
248
248
|
"v-slots": import("vue").Prop<{
|
249
|
-
default?: import("
|
249
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
250
250
|
} & {
|
251
251
|
activator?: () => VNodeChild;
|
252
252
|
}>;
|
@@ -261,16 +261,16 @@ declare const _default: {
|
|
261
261
|
type: import("vue").PropType<unknown>;
|
262
262
|
required: false;
|
263
263
|
};
|
264
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
264
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
265
265
|
type: import("vue").PropType<(value: unknown) => any>;
|
266
|
-
}; } & { [key_1 in import("
|
266
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
267
267
|
type: import("vue").PropType<unknown>;
|
268
268
|
required: false;
|
269
|
-
}; } & { [key_2 in import("
|
269
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
270
270
|
type: import("vue").PropType<unknown>;
|
271
271
|
required: false;
|
272
272
|
}; } & {
|
273
|
-
require(): import("
|
273
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, unknown, {
|
274
274
|
"onUpdate:modelValue": {
|
275
275
|
type: import("vue").PropType<(value: unknown) => any>;
|
276
276
|
};
|
@@ -285,7 +285,7 @@ declare const _default: {
|
|
285
285
|
required: false;
|
286
286
|
};
|
287
287
|
}>;
|
288
|
-
defaultValue(value?: unknown): import("
|
288
|
+
defaultValue(value?: unknown): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, unknown, {
|
289
289
|
"onUpdate:modelValue": {
|
290
290
|
type: import("vue").PropType<(value: unknown) => any>;
|
291
291
|
};
|
@@ -300,7 +300,7 @@ declare const _default: {
|
|
300
300
|
required: false;
|
301
301
|
};
|
302
302
|
}, false>;
|
303
|
-
doc$(description?: string): import("
|
303
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, unknown, {
|
304
304
|
"onUpdate:modelValue": {
|
305
305
|
type: import("vue").PropType<(value: unknown) => any>;
|
306
306
|
};
|
@@ -329,7 +329,7 @@ declare const _default: {
|
|
329
329
|
__isSuspense?: never;
|
330
330
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
331
331
|
"v-slots": import("vue").Prop<{
|
332
|
-
default?: import("
|
332
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
333
333
|
} & {
|
334
334
|
activator?: () => VNodeChild;
|
335
335
|
}>;
|
@@ -344,16 +344,16 @@ declare const _default: {
|
|
344
344
|
type: import("vue").PropType<unknown>;
|
345
345
|
required: false;
|
346
346
|
};
|
347
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
347
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
348
348
|
type: import("vue").PropType<(value: unknown) => any>;
|
349
|
-
}; } & { [key_1 in import("
|
349
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
350
350
|
type: import("vue").PropType<unknown>;
|
351
351
|
required: false;
|
352
|
-
}; } & { [key_2 in import("
|
352
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
353
353
|
type: import("vue").PropType<unknown>;
|
354
354
|
required: false;
|
355
355
|
}; } & {
|
356
|
-
require(): import("
|
356
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, unknown, {
|
357
357
|
"onUpdate:modelValue": {
|
358
358
|
type: import("vue").PropType<(value: unknown) => any>;
|
359
359
|
};
|
@@ -368,7 +368,7 @@ declare const _default: {
|
|
368
368
|
required: false;
|
369
369
|
};
|
370
370
|
}>;
|
371
|
-
defaultValue(value?: unknown): import("
|
371
|
+
defaultValue(value?: unknown): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, unknown, {
|
372
372
|
"onUpdate:modelValue": {
|
373
373
|
type: import("vue").PropType<(value: unknown) => any>;
|
374
374
|
};
|
@@ -383,7 +383,7 @@ declare const _default: {
|
|
383
383
|
required: false;
|
384
384
|
};
|
385
385
|
}, false>;
|
386
|
-
doc$(description?: string): import("
|
386
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, unknown, {
|
387
387
|
"onUpdate:modelValue": {
|
388
388
|
type: import("vue").PropType<(value: unknown) => any>;
|
389
389
|
};
|
@@ -411,15 +411,15 @@ declare const _default: {
|
|
411
411
|
}, string, {
|
412
412
|
container?: any;
|
413
413
|
blueprint?: any;
|
414
|
-
blueprintType?: any;
|
415
414
|
colorSchemaType?: any;
|
415
|
+
blueprintType?: any;
|
416
416
|
colors?: any;
|
417
417
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
418
418
|
propsDefinition: Omit<Readonly<{
|
419
419
|
container?: any;
|
420
420
|
blueprint?: any;
|
421
|
-
blueprintType?: any;
|
422
421
|
colorSchemaType?: any;
|
422
|
+
blueprintType?: any;
|
423
423
|
colors?: any;
|
424
424
|
} & {
|
425
425
|
name?: {
|
@@ -437,7 +437,7 @@ declare const _default: {
|
|
437
437
|
required: false;
|
438
438
|
};
|
439
439
|
} & {
|
440
|
-
require(): import("
|
440
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, unknown, {
|
441
441
|
"onUpdate:modelValue": {
|
442
442
|
type: import("vue").PropType<(value: unknown) => any>;
|
443
443
|
};
|
@@ -452,7 +452,7 @@ declare const _default: {
|
|
452
452
|
required: false;
|
453
453
|
};
|
454
454
|
}>;
|
455
|
-
defaultValue(value?: unknown): import("
|
455
|
+
defaultValue(value?: unknown): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, unknown, {
|
456
456
|
"onUpdate:modelValue": {
|
457
457
|
type: import("vue").PropType<(value: unknown) => any>;
|
458
458
|
};
|
@@ -467,7 +467,7 @@ declare const _default: {
|
|
467
467
|
required: false;
|
468
468
|
};
|
469
469
|
}, false>;
|
470
|
-
doc$(description?: string): import("
|
470
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, unknown, {
|
471
471
|
"onUpdate:modelValue": {
|
472
472
|
type: import("vue").PropType<(value: unknown) => any>;
|
473
473
|
};
|
@@ -484,7 +484,7 @@ declare const _default: {
|
|
484
484
|
}>;
|
485
485
|
};
|
486
486
|
"v-slots"?: {
|
487
|
-
default?: import("
|
487
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
488
488
|
} & {
|
489
489
|
activator?: () => VNodeChild;
|
490
490
|
};
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
required: false;
|
23
23
|
};
|
24
24
|
} & {
|
25
|
-
require(): import("
|
25
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ColorSchemaTypes | ColorSchemaType, {
|
26
26
|
"onUpdate:modelValue": {
|
27
27
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
28
28
|
};
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
37
37
|
required: false;
|
38
38
|
};
|
39
39
|
}>;
|
40
|
-
defaultValue(value?: ColorSchemaTypes | ColorSchemaType): import("
|
40
|
+
defaultValue(value?: ColorSchemaTypes | ColorSchemaType): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ColorSchemaTypes | ColorSchemaType, {
|
41
41
|
"onUpdate:modelValue": {
|
42
42
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
43
43
|
};
|
@@ -52,7 +52,7 @@ declare const _default: {
|
|
52
52
|
required: false;
|
53
53
|
};
|
54
54
|
}, false>;
|
55
|
-
doc$(description?: string): import("
|
55
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ColorSchemaTypes | ColorSchemaType, {
|
56
56
|
"onUpdate:modelValue": {
|
57
57
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
58
58
|
};
|
@@ -113,7 +113,7 @@ declare const _default: {
|
|
113
113
|
[key: string]: any;
|
114
114
|
}>) => void)[];
|
115
115
|
readonly modelValue?: ColorSchemaTypes | ColorSchemaType;
|
116
|
-
"onUpdate:modelValue"?: ((value: ColorSchemaTypes | ColorSchemaType) => any) & ((
|
116
|
+
"onUpdate:modelValue"?: ((value: ColorSchemaTypes | ColorSchemaType) => any) & ((colorSchemaType: ColorSchemaTypes) => any);
|
117
117
|
readonly "v-model"?: ColorSchemaTypes | ColorSchemaType;
|
118
118
|
};
|
119
119
|
$attrs: {
|
@@ -127,7 +127,7 @@ declare const _default: {
|
|
127
127
|
}>;
|
128
128
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
129
129
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
130
|
-
$emit: (event: "update:modelValue",
|
130
|
+
$emit: (event: "update:modelValue", colorSchemaType: ColorSchemaTypes) => void;
|
131
131
|
$el: any;
|
132
132
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
133
133
|
label: {
|
@@ -152,16 +152,16 @@ declare const _default: {
|
|
152
152
|
type: import("vue").PropType<ColorSchemaTypes | ColorSchemaType>;
|
153
153
|
required: false;
|
154
154
|
};
|
155
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
155
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
156
156
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
157
|
-
}; } & { [key_1 in import("
|
157
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
158
158
|
type: import("vue").PropType<ColorSchemaTypes | ColorSchemaType>;
|
159
159
|
required: false;
|
160
|
-
}; } & { [key_2 in import("
|
160
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
161
161
|
type: import("vue").PropType<ColorSchemaTypes | ColorSchemaType>;
|
162
162
|
required: false;
|
163
163
|
}; } & {
|
164
|
-
require(): import("
|
164
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ColorSchemaTypes | ColorSchemaType, {
|
165
165
|
"onUpdate:modelValue": {
|
166
166
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
167
167
|
};
|
@@ -176,7 +176,7 @@ declare const _default: {
|
|
176
176
|
required: false;
|
177
177
|
};
|
178
178
|
}>;
|
179
|
-
defaultValue(value?: ColorSchemaTypes | ColorSchemaType): import("
|
179
|
+
defaultValue(value?: ColorSchemaTypes | ColorSchemaType): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ColorSchemaTypes | ColorSchemaType, {
|
180
180
|
"onUpdate:modelValue": {
|
181
181
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
182
182
|
};
|
@@ -191,7 +191,7 @@ declare const _default: {
|
|
191
191
|
required: false;
|
192
192
|
};
|
193
193
|
}, false>;
|
194
|
-
doc$(description?: string): import("
|
194
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ColorSchemaTypes | ColorSchemaType, {
|
195
195
|
"onUpdate:modelValue": {
|
196
196
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
197
197
|
};
|
@@ -208,9 +208,9 @@ declare const _default: {
|
|
208
208
|
}>;
|
209
209
|
};
|
210
210
|
}>> & {
|
211
|
-
"onUpdate:modelValue"?: (
|
211
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes) => any;
|
212
212
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
213
|
-
"update:modelValue": (
|
213
|
+
"update:modelValue": (colorSchemaType: ColorSchemaTypes) => any;
|
214
214
|
}, string, {}, {}, string, {}> & {
|
215
215
|
beforeCreate?: (() => void) | (() => void)[];
|
216
216
|
created?: (() => void) | (() => void)[];
|
@@ -254,16 +254,16 @@ declare const _default: {
|
|
254
254
|
type: import("vue").PropType<ColorSchemaTypes | ColorSchemaType>;
|
255
255
|
required: false;
|
256
256
|
};
|
257
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
257
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
258
258
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
259
|
-
}; } & { [key_1 in import("
|
259
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
260
260
|
type: import("vue").PropType<ColorSchemaTypes | ColorSchemaType>;
|
261
261
|
required: false;
|
262
|
-
}; } & { [key_2 in import("
|
262
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
263
263
|
type: import("vue").PropType<ColorSchemaTypes | ColorSchemaType>;
|
264
264
|
required: false;
|
265
265
|
}; } & {
|
266
|
-
require(): import("
|
266
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ColorSchemaTypes | ColorSchemaType, {
|
267
267
|
"onUpdate:modelValue": {
|
268
268
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
269
269
|
};
|
@@ -278,7 +278,7 @@ declare const _default: {
|
|
278
278
|
required: false;
|
279
279
|
};
|
280
280
|
}>;
|
281
|
-
defaultValue(value?: ColorSchemaTypes | ColorSchemaType): import("
|
281
|
+
defaultValue(value?: ColorSchemaTypes | ColorSchemaType): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ColorSchemaTypes | ColorSchemaType, {
|
282
282
|
"onUpdate:modelValue": {
|
283
283
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
284
284
|
};
|
@@ -293,7 +293,7 @@ declare const _default: {
|
|
293
293
|
required: false;
|
294
294
|
};
|
295
295
|
}, false>;
|
296
|
-
doc$(description?: string): import("
|
296
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ColorSchemaTypes | ColorSchemaType, {
|
297
297
|
"onUpdate:modelValue": {
|
298
298
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
299
299
|
};
|
@@ -310,7 +310,7 @@ declare const _default: {
|
|
310
310
|
}>;
|
311
311
|
};
|
312
312
|
}>> & {
|
313
|
-
"onUpdate:modelValue"?: (
|
313
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes) => any;
|
314
314
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
315
315
|
__isFragment?: never;
|
316
316
|
__isTeleport?: never;
|
@@ -338,16 +338,16 @@ declare const _default: {
|
|
338
338
|
type: import("vue").PropType<ColorSchemaTypes | ColorSchemaType>;
|
339
339
|
required: false;
|
340
340
|
};
|
341
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
341
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
342
342
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
343
|
-
}; } & { [key_1 in import("
|
343
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
344
344
|
type: import("vue").PropType<ColorSchemaTypes | ColorSchemaType>;
|
345
345
|
required: false;
|
346
|
-
}; } & { [key_2 in import("
|
346
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
347
347
|
type: import("vue").PropType<ColorSchemaTypes | ColorSchemaType>;
|
348
348
|
required: false;
|
349
349
|
}; } & {
|
350
|
-
require(): import("
|
350
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ColorSchemaTypes | ColorSchemaType, {
|
351
351
|
"onUpdate:modelValue": {
|
352
352
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
353
353
|
};
|
@@ -362,7 +362,7 @@ declare const _default: {
|
|
362
362
|
required: false;
|
363
363
|
};
|
364
364
|
}>;
|
365
|
-
defaultValue(value?: ColorSchemaTypes | ColorSchemaType): import("
|
365
|
+
defaultValue(value?: ColorSchemaTypes | ColorSchemaType): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ColorSchemaTypes | ColorSchemaType, {
|
366
366
|
"onUpdate:modelValue": {
|
367
367
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
368
368
|
};
|
@@ -377,7 +377,7 @@ declare const _default: {
|
|
377
377
|
required: false;
|
378
378
|
};
|
379
379
|
}, false>;
|
380
|
-
doc$(description?: string): import("
|
380
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ColorSchemaTypes | ColorSchemaType, {
|
381
381
|
"onUpdate:modelValue": {
|
382
382
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
383
383
|
};
|
@@ -394,9 +394,9 @@ declare const _default: {
|
|
394
394
|
}>;
|
395
395
|
};
|
396
396
|
}>> & {
|
397
|
-
"onUpdate:modelValue"?: (
|
397
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes) => any;
|
398
398
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
399
|
-
"update:modelValue": (
|
399
|
+
"update:modelValue": (colorSchemaType: ColorSchemaTypes) => any;
|
400
400
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
401
401
|
propsDefinition: Omit<Readonly<{} & {
|
402
402
|
label?: string;
|
@@ -415,7 +415,7 @@ declare const _default: {
|
|
415
415
|
required: false;
|
416
416
|
};
|
417
417
|
} & {
|
418
|
-
require(): import("
|
418
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ColorSchemaTypes | ColorSchemaType, {
|
419
419
|
"onUpdate:modelValue": {
|
420
420
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
421
421
|
};
|
@@ -430,7 +430,7 @@ declare const _default: {
|
|
430
430
|
required: false;
|
431
431
|
};
|
432
432
|
}>;
|
433
|
-
defaultValue(value?: ColorSchemaTypes | ColorSchemaType): import("
|
433
|
+
defaultValue(value?: ColorSchemaTypes | ColorSchemaType): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ColorSchemaTypes | ColorSchemaType, {
|
434
434
|
"onUpdate:modelValue": {
|
435
435
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
436
436
|
};
|
@@ -445,7 +445,7 @@ declare const _default: {
|
|
445
445
|
required: false;
|
446
446
|
};
|
447
447
|
}, false>;
|
448
|
-
doc$(description?: string): import("
|
448
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ColorSchemaTypes | ColorSchemaType, {
|
449
449
|
"onUpdate:modelValue": {
|
450
450
|
type: import("vue").PropType<(value: ColorSchemaTypes | ColorSchemaType) => any>;
|
451
451
|
};
|
@@ -467,7 +467,7 @@ declare const _default: {
|
|
467
467
|
"onUpdate:modelValue"?: (value: ColorSchemaTypes | ColorSchemaType) => any;
|
468
468
|
"v-model"?: ColorSchemaTypes | ColorSchemaType;
|
469
469
|
}>, "onUpdate:modelValue"> & {
|
470
|
-
"onUpdate:modelValue"?: (
|
470
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes) => any;
|
471
471
|
};
|
472
472
|
};
|
473
473
|
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").ComponentSpec;
|
@@ -0,0 +1,91 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: {
|
6
|
+
style?: unknown;
|
7
|
+
class?: unknown;
|
8
|
+
key?: string | number | symbol;
|
9
|
+
ref?: import("vue").VNodeRef;
|
10
|
+
ref_for?: boolean;
|
11
|
+
ref_key?: string;
|
12
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
13
|
+
[key: string]: any;
|
14
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
15
|
+
[key: string]: any;
|
16
|
+
}>) => void)[];
|
17
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
18
|
+
[key: string]: any;
|
19
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
20
|
+
[key: string]: any;
|
21
|
+
}>) => void)[];
|
22
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
23
|
+
[key: string]: any;
|
24
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
25
|
+
[key: string]: any;
|
26
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
27
|
+
[key: string]: any;
|
28
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
29
|
+
[key: string]: any;
|
30
|
+
}>) => void)[];
|
31
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
32
|
+
[key: string]: any;
|
33
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
34
|
+
[key: string]: any;
|
35
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
36
|
+
[key: string]: any;
|
37
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
38
|
+
[key: string]: any;
|
39
|
+
}>) => void)[];
|
40
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
41
|
+
[key: string]: any;
|
42
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
43
|
+
[key: string]: any;
|
44
|
+
}>) => void)[];
|
45
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
46
|
+
[key: string]: any;
|
47
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
48
|
+
[key: string]: any;
|
49
|
+
}>) => void)[];
|
50
|
+
};
|
51
|
+
$attrs: {
|
52
|
+
[x: string]: unknown;
|
53
|
+
};
|
54
|
+
$refs: {
|
55
|
+
[x: string]: unknown;
|
56
|
+
};
|
57
|
+
$slots: Readonly<{
|
58
|
+
[name: string]: import("vue").Slot<any>;
|
59
|
+
}>;
|
60
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
61
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
62
|
+
$emit: (event: string, ...args: any[]) => void;
|
63
|
+
$el: any;
|
64
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
65
|
+
beforeCreate?: (() => void) | (() => void)[];
|
66
|
+
created?: (() => void) | (() => void)[];
|
67
|
+
beforeMount?: (() => void) | (() => void)[];
|
68
|
+
mounted?: (() => void) | (() => void)[];
|
69
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
70
|
+
updated?: (() => void) | (() => void)[];
|
71
|
+
activated?: (() => void) | (() => void)[];
|
72
|
+
deactivated?: (() => void) | (() => void)[];
|
73
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
74
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
75
|
+
destroyed?: (() => void) | (() => void)[];
|
76
|
+
unmounted?: (() => void) | (() => void)[];
|
77
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
78
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
79
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
80
|
+
};
|
81
|
+
$forceUpdate: () => void;
|
82
|
+
$nextTick: typeof import("vue").nextTick;
|
83
|
+
$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;
|
84
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
85
|
+
__isFragment?: never;
|
86
|
+
__isTeleport?: never;
|
87
|
+
__isSuspense?: never;
|
88
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
89
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
90
|
+
};
|
91
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").ComponentSpec;
|