@omnia/fx 8.0.88-vnext → 8.0.90-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/ux/filterpicker/FilterPicker.d.ts +4 -4
- 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/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/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 +4 -4
- 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 +4 -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 +42 -9
- 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 +4 -4
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- 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/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.d.ts +24 -24
- 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 +596 -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 +24 -24
- 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 +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.d.ts +473 -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/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/VelcronPropertyEditorDefinitions.d.ts +22 -15
- 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/renderer/VelcronRenderer.d.ts +6 -6
- 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 +15 -9
- package/package.json +2 -2
- 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/{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
@@ -6,8 +6,8 @@ declare const _default: {
|
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
8
|
blueprint?: any;
|
9
|
-
blueprintType?: any;
|
10
9
|
colorSchemaType?: any;
|
10
|
+
blueprintType?: any;
|
11
11
|
colors?: any;
|
12
12
|
style?: unknown;
|
13
13
|
class?: String | String[];
|
@@ -234,8 +234,8 @@ declare const _default: {
|
|
234
234
|
}, string, {
|
235
235
|
container?: any;
|
236
236
|
blueprint?: any;
|
237
|
-
blueprintType?: any;
|
238
237
|
colorSchemaType?: any;
|
238
|
+
blueprintType?: any;
|
239
239
|
colors?: any;
|
240
240
|
}, {}, string, {}> & {
|
241
241
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -452,15 +452,15 @@ declare const _default: {
|
|
452
452
|
}, string, {
|
453
453
|
container?: any;
|
454
454
|
blueprint?: any;
|
455
|
-
blueprintType?: any;
|
456
455
|
colorSchemaType?: any;
|
456
|
+
blueprintType?: any;
|
457
457
|
colors?: any;
|
458
458
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
459
459
|
propsDefinition: Omit<Readonly<{
|
460
460
|
container?: any;
|
461
461
|
blueprint?: any;
|
462
|
-
blueprintType?: any;
|
463
462
|
colorSchemaType?: any;
|
463
|
+
blueprintType?: any;
|
464
464
|
colors?: any;
|
465
465
|
} & {
|
466
466
|
class?: String | String[];
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
required: false;
|
23
23
|
};
|
24
24
|
} & {
|
25
|
-
require(): import("
|
25
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, BlueprintType | BlueprintTypes, {
|
26
26
|
"onUpdate:modelValue": {
|
27
27
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
28
28
|
};
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
37
37
|
required: false;
|
38
38
|
};
|
39
39
|
}>;
|
40
|
-
defaultValue(value?: BlueprintType | BlueprintTypes): import("
|
40
|
+
defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintType | BlueprintTypes, {
|
41
41
|
"onUpdate:modelValue": {
|
42
42
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => 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, BlueprintType | BlueprintTypes, {
|
56
56
|
"onUpdate:modelValue": {
|
57
57
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
58
58
|
};
|
@@ -144,16 +144,16 @@ declare const _default: {
|
|
144
144
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
145
145
|
required: false;
|
146
146
|
};
|
147
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
147
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
148
148
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
149
|
-
}; } & { [key_1 in import("
|
149
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
150
150
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
151
151
|
required: false;
|
152
|
-
}; } & { [key_2 in import("
|
152
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
153
153
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
154
154
|
required: false;
|
155
155
|
}; } & {
|
156
|
-
require(): import("
|
156
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
|
157
157
|
"onUpdate:modelValue": {
|
158
158
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
159
159
|
};
|
@@ -168,7 +168,7 @@ declare const _default: {
|
|
168
168
|
required: false;
|
169
169
|
};
|
170
170
|
}>;
|
171
|
-
defaultValue(value?: BlueprintType | BlueprintTypes): import("
|
171
|
+
defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
|
172
172
|
"onUpdate:modelValue": {
|
173
173
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
174
174
|
};
|
@@ -183,7 +183,7 @@ declare const _default: {
|
|
183
183
|
required: false;
|
184
184
|
};
|
185
185
|
}, false>;
|
186
|
-
doc$(description?: string): import("
|
186
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
|
187
187
|
"onUpdate:modelValue": {
|
188
188
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
189
189
|
};
|
@@ -240,16 +240,16 @@ declare const _default: {
|
|
240
240
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
241
241
|
required: false;
|
242
242
|
};
|
243
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
243
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
244
244
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
245
|
-
}; } & { [key_1 in import("
|
245
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
246
246
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
247
247
|
required: false;
|
248
|
-
}; } & { [key_2 in import("
|
248
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
249
249
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
250
250
|
required: false;
|
251
251
|
}; } & {
|
252
|
-
require(): import("
|
252
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
|
253
253
|
"onUpdate:modelValue": {
|
254
254
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
255
255
|
};
|
@@ -264,7 +264,7 @@ declare const _default: {
|
|
264
264
|
required: false;
|
265
265
|
};
|
266
266
|
}>;
|
267
|
-
defaultValue(value?: BlueprintType | BlueprintTypes): import("
|
267
|
+
defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
|
268
268
|
"onUpdate:modelValue": {
|
269
269
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
270
270
|
};
|
@@ -279,7 +279,7 @@ declare const _default: {
|
|
279
279
|
required: false;
|
280
280
|
};
|
281
281
|
}, false>;
|
282
|
-
doc$(description?: string): import("
|
282
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
|
283
283
|
"onUpdate:modelValue": {
|
284
284
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
285
285
|
};
|
@@ -318,16 +318,16 @@ declare const _default: {
|
|
318
318
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
319
319
|
required: false;
|
320
320
|
};
|
321
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
321
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
322
322
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
323
|
-
}; } & { [key_1 in import("
|
323
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
324
324
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
325
325
|
required: false;
|
326
|
-
}; } & { [key_2 in import("
|
326
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
327
327
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
328
328
|
required: false;
|
329
329
|
}; } & {
|
330
|
-
require(): import("
|
330
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
|
331
331
|
"onUpdate:modelValue": {
|
332
332
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
333
333
|
};
|
@@ -342,7 +342,7 @@ declare const _default: {
|
|
342
342
|
required: false;
|
343
343
|
};
|
344
344
|
}>;
|
345
|
-
defaultValue(value?: BlueprintType | BlueprintTypes): import("
|
345
|
+
defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
|
346
346
|
"onUpdate:modelValue": {
|
347
347
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
348
348
|
};
|
@@ -357,7 +357,7 @@ declare const _default: {
|
|
357
357
|
required: false;
|
358
358
|
};
|
359
359
|
}, false>;
|
360
|
-
doc$(description?: string): import("
|
360
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
|
361
361
|
"onUpdate:modelValue": {
|
362
362
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
363
363
|
};
|
@@ -395,7 +395,7 @@ declare const _default: {
|
|
395
395
|
required: false;
|
396
396
|
};
|
397
397
|
} & {
|
398
|
-
require(): import("
|
398
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, BlueprintType | BlueprintTypes, {
|
399
399
|
"onUpdate:modelValue": {
|
400
400
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
401
401
|
};
|
@@ -410,7 +410,7 @@ declare const _default: {
|
|
410
410
|
required: false;
|
411
411
|
};
|
412
412
|
}>;
|
413
|
-
defaultValue(value?: BlueprintType | BlueprintTypes): import("
|
413
|
+
defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintType | BlueprintTypes, {
|
414
414
|
"onUpdate:modelValue": {
|
415
415
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
416
416
|
};
|
@@ -425,7 +425,7 @@ declare const _default: {
|
|
425
425
|
required: false;
|
426
426
|
};
|
427
427
|
}, false>;
|
428
|
-
doc$(description?: string): import("
|
428
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, BlueprintType | BlueprintTypes, {
|
429
429
|
"onUpdate:modelValue": {
|
430
430
|
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
431
431
|
};
|
@@ -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/blueprintpicker/docs/index.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").ComponentSpec;
|