@omnia/fx 8.0.60-vnext → 8.0.61-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/http/Bring.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +6 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/hub/HubChat.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/hub/HubChat.d.ts +104 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +59 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +42 -2
- package/internal-do-not-import-from-here/ux/markdown/plugins/MarkdownPluginContext.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +17 -3
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +17 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +21 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +17 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +7 -12
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/core}/Colors.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/ThemeDefinitionInstance.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions/cards/Image_top.d.ts → theming-v2/skins/default/definitions/cards/BannerImageTop.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupAvatar.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions/content/Image.d.ts → theming-v2/skins/default/definitions/cards/RollupImageLarge.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageSmall.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageTop.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageTopAvatar.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/index.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/ImageText.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Quote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/BlockTextIcon.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Pageheader.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/headers/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/Blueprints.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/ThemeDefinitions.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/default/themes}/TypographyTypes.d.ts +0 -96
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/useDefaultSkin.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/Blueprints.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/SpacingTypes.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/ThemeDefinitions.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/TypographyTypes.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/useDocumentationSkin.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/editor/themes}/Blueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/SpacingTypes.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/ThemeDefinitions.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/TypographyTypes.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/useEditorSkin.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/useSkins.d.ts +63 -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/use/UseValidation.d.ts +3 -11
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/velcron/components/{properties/VelcronProperties.d.ts → propertieseditor/VelcronPropertiesEditor.d.ts} +23 -17
- package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/editors/alignment/AlignmentEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/color/ColorEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/editors/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/markdown/MarkdownEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/slider/SliderEditor.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/switch/SwitchEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/text/TextEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/models/DefineVelcronPropertyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/models/DefineVelcronPropertyEditorProps.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +40 -35
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +57 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +1 -15
- package/internal-do-not-import-from-here/wctypings.d.ts +4 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top_blog.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/News_Image_Small.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/News_Image_Top.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_text.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_Quote.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_only.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/theming-v2/themes/ThemeDefinitions.d.ts +0 -41
- package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/color/ColorEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/slider/SliderEditor.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/switch/SwitchEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/text/TextEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditorProps.d.ts +0 -86
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/stores → theming-v2}/VelcronDefinitionStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/content/Contentblocks.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/headers/Blockheaders.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/default/themes}/SpacingTypes.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/models/index.d.ts +0 -0
@@ -1,3 +1,4 @@
|
|
1
|
+
import { ValidationRule } from "@omnia/fx/ux";
|
1
2
|
import { VNodeChild } from "vue";
|
2
3
|
export interface TextFieldModel {
|
3
4
|
text: String;
|
@@ -77,15 +78,16 @@ declare const _default: {
|
|
77
78
|
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
78
79
|
};
|
79
80
|
readonly loading?: boolean;
|
80
|
-
|
81
|
+
readonly readonly?: boolean;
|
81
82
|
readonly modelValue?: any;
|
83
|
+
readonly rules?: ValidationRule[];
|
84
|
+
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
85
|
+
readonly "v-model"?: any;
|
82
86
|
readonly items?: any;
|
83
87
|
readonly itemTitle?: any;
|
84
88
|
readonly itemValue?: any;
|
85
89
|
readonly returnObject?: boolean;
|
86
|
-
readonly readonly?: boolean;
|
87
90
|
readonly toned?: boolean;
|
88
|
-
readonly "v-model"?: any;
|
89
91
|
readonly clearable?: boolean;
|
90
92
|
"onClick:button"?: (value: any) => any;
|
91
93
|
readonly searchable?: boolean;
|
@@ -157,6 +159,10 @@ declare const _default: {
|
|
157
159
|
label: {
|
158
160
|
type: import("vue").PropType<string>;
|
159
161
|
};
|
162
|
+
rules: {
|
163
|
+
type: import("vue").PropType<ValidationRule[]>;
|
164
|
+
required: false;
|
165
|
+
};
|
160
166
|
"onUpdate:modelValue": {
|
161
167
|
type: import("vue").PropType<(value: any) => any>;
|
162
168
|
};
|
@@ -263,6 +269,10 @@ declare const _default: {
|
|
263
269
|
label: {
|
264
270
|
type: import("vue").PropType<string>;
|
265
271
|
};
|
272
|
+
rules: {
|
273
|
+
type: import("vue").PropType<ValidationRule[]>;
|
274
|
+
required: false;
|
275
|
+
};
|
266
276
|
"onUpdate:modelValue": {
|
267
277
|
type: import("vue").PropType<(value: any) => any>;
|
268
278
|
};
|
@@ -344,6 +354,10 @@ declare const _default: {
|
|
344
354
|
label: {
|
345
355
|
type: import("vue").PropType<string>;
|
346
356
|
};
|
357
|
+
rules: {
|
358
|
+
type: import("vue").PropType<ValidationRule[]>;
|
359
|
+
required: false;
|
360
|
+
};
|
347
361
|
"onUpdate:modelValue": {
|
348
362
|
type: import("vue").PropType<(value: any) => any>;
|
349
363
|
};
|
@@ -396,15 +410,16 @@ declare const _default: {
|
|
396
410
|
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
397
411
|
};
|
398
412
|
loading?: boolean;
|
399
|
-
|
413
|
+
readonly?: boolean;
|
400
414
|
modelValue?: any;
|
415
|
+
rules?: ValidationRule[];
|
416
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
417
|
+
"v-model"?: any;
|
401
418
|
items?: any;
|
402
419
|
itemTitle?: any;
|
403
420
|
itemValue?: any;
|
404
421
|
returnObject?: boolean;
|
405
|
-
readonly?: boolean;
|
406
422
|
toned?: boolean;
|
407
|
-
"v-model"?: any;
|
408
423
|
clearable?: boolean;
|
409
424
|
searchable?: boolean;
|
410
425
|
}>, "onUpdate:modelValue" | "onClick:button"> & {
|
@@ -55,11 +55,11 @@ declare const _default: {
|
|
55
55
|
}>) => void)[];
|
56
56
|
readonly direction?: "horizontal" | "vertical";
|
57
57
|
readonly variant?: "default" | "prominent";
|
58
|
-
readonly min?: string;
|
59
|
-
readonly max?: string;
|
60
|
-
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
61
58
|
readonly modelValue?: any;
|
59
|
+
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
62
60
|
readonly "v-model"?: any;
|
61
|
+
readonly min?: string;
|
62
|
+
readonly max?: string;
|
63
63
|
readonly step?: string;
|
64
64
|
readonly noThumbLabel?: boolean;
|
65
65
|
};
|
@@ -260,11 +260,11 @@ declare const _default: {
|
|
260
260
|
class?: String | String[];
|
261
261
|
direction?: "horizontal" | "vertical";
|
262
262
|
variant?: "default" | "prominent";
|
263
|
-
min?: string;
|
264
|
-
max?: string;
|
265
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
266
263
|
modelValue?: any;
|
264
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
267
265
|
"v-model"?: any;
|
266
|
+
min?: string;
|
267
|
+
max?: string;
|
268
268
|
step?: string;
|
269
269
|
noThumbLabel?: boolean;
|
270
270
|
}>, "onUpdate:modelValue"> & {
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
54
|
[key: string]: any;
|
55
55
|
}>) => void)[];
|
56
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
57
56
|
readonly modelValue?: boolean;
|
57
|
+
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
58
58
|
readonly "v-model"?: boolean;
|
59
59
|
};
|
60
60
|
$attrs: {
|
@@ -188,8 +188,8 @@ declare const _default: {
|
|
188
188
|
} & {
|
189
189
|
text?: string;
|
190
190
|
class?: String | String[];
|
191
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
192
191
|
modelValue?: boolean;
|
192
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
193
193
|
"v-model"?: boolean;
|
194
194
|
}>, never>;
|
195
195
|
};
|
@@ -48,8 +48,8 @@ declare const _default: {
|
|
48
48
|
[key: string]: any;
|
49
49
|
}>) => void)[];
|
50
50
|
readonly vertical?: boolean;
|
51
|
-
readonly "onUpdate:modelValue"?: (value: number) => any;
|
52
51
|
readonly modelValue?: number;
|
52
|
+
readonly "onUpdate:modelValue"?: (value: number) => any;
|
53
53
|
readonly "v-model"?: number;
|
54
54
|
};
|
55
55
|
$attrs: {
|
@@ -69,13 +69,13 @@ declare const _default: {
|
|
69
69
|
vertical: {
|
70
70
|
type: import("vue").PropType<boolean>;
|
71
71
|
};
|
72
|
-
"onUpdate:modelValue": {
|
73
|
-
type: import("vue").PropType<(value: number) => any>;
|
74
|
-
};
|
75
72
|
modelValue: {
|
76
73
|
type: import("vue").PropType<number>;
|
77
74
|
required: false;
|
78
75
|
};
|
76
|
+
"onUpdate:modelValue": {
|
77
|
+
type: import("vue").PropType<(value: number) => any>;
|
78
|
+
};
|
79
79
|
"v-model": {
|
80
80
|
type: import("vue").PropType<number>;
|
81
81
|
required: false;
|
@@ -104,13 +104,13 @@ declare const _default: {
|
|
104
104
|
vertical: {
|
105
105
|
type: import("vue").PropType<boolean>;
|
106
106
|
};
|
107
|
-
"onUpdate:modelValue": {
|
108
|
-
type: import("vue").PropType<(value: number) => any>;
|
109
|
-
};
|
110
107
|
modelValue: {
|
111
108
|
type: import("vue").PropType<number>;
|
112
109
|
required: false;
|
113
110
|
};
|
111
|
+
"onUpdate:modelValue": {
|
112
|
+
type: import("vue").PropType<(value: number) => any>;
|
113
|
+
};
|
114
114
|
"v-model": {
|
115
115
|
type: import("vue").PropType<number>;
|
116
116
|
required: false;
|
@@ -123,13 +123,13 @@ declare const _default: {
|
|
123
123
|
vertical: {
|
124
124
|
type: import("vue").PropType<boolean>;
|
125
125
|
};
|
126
|
-
"onUpdate:modelValue": {
|
127
|
-
type: import("vue").PropType<(value: number) => any>;
|
128
|
-
};
|
129
126
|
modelValue: {
|
130
127
|
type: import("vue").PropType<number>;
|
131
128
|
required: false;
|
132
129
|
};
|
130
|
+
"onUpdate:modelValue": {
|
131
|
+
type: import("vue").PropType<(value: number) => any>;
|
132
|
+
};
|
133
133
|
"v-model": {
|
134
134
|
type: import("vue").PropType<number>;
|
135
135
|
required: false;
|
@@ -137,8 +137,8 @@ declare const _default: {
|
|
137
137
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
138
138
|
propsDefinition: Omit<Readonly<{} & {
|
139
139
|
vertical?: boolean;
|
140
|
-
"onUpdate:modelValue"?: (value: number) => any;
|
141
140
|
modelValue?: number;
|
141
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
142
142
|
"v-model"?: number;
|
143
143
|
}>, never>;
|
144
144
|
};
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { ValidationRule } from "@omnia/fx/ux";
|
1
2
|
declare const _default: {
|
2
3
|
new (...args: any[]): {
|
3
4
|
$: import("vue").ComponentInternalInstance;
|
@@ -53,8 +54,9 @@ declare const _default: {
|
|
53
54
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
55
|
[key: string]: any;
|
55
56
|
}>) => void)[];
|
56
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: any) => any);
|
57
57
|
readonly modelValue?: boolean;
|
58
|
+
readonly rules?: ValidationRule[];
|
59
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: any) => any);
|
58
60
|
readonly "v-model"?: boolean;
|
59
61
|
};
|
60
62
|
$attrs: {
|
@@ -71,6 +73,10 @@ declare const _default: {
|
|
71
73
|
$emit: (event: "update:modelValue", value: any) => void;
|
72
74
|
$el: any;
|
73
75
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
76
|
+
rules: {
|
77
|
+
type: import("vue").PropType<ValidationRule[]>;
|
78
|
+
required: false;
|
79
|
+
};
|
74
80
|
label: {
|
75
81
|
type: import("vue").PropType<string>;
|
76
82
|
};
|
@@ -125,6 +131,10 @@ declare const _default: {
|
|
125
131
|
$nextTick: typeof import("vue").nextTick;
|
126
132
|
$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;
|
127
133
|
} & Readonly<import("vue").ExtractPropTypes<{
|
134
|
+
rules: {
|
135
|
+
type: import("vue").PropType<ValidationRule[]>;
|
136
|
+
required: false;
|
137
|
+
};
|
128
138
|
label: {
|
129
139
|
type: import("vue").PropType<string>;
|
130
140
|
};
|
@@ -155,6 +165,10 @@ declare const _default: {
|
|
155
165
|
__isTeleport?: never;
|
156
166
|
__isSuspense?: never;
|
157
167
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
168
|
+
rules: {
|
169
|
+
type: import("vue").PropType<ValidationRule[]>;
|
170
|
+
required: false;
|
171
|
+
};
|
158
172
|
label: {
|
159
173
|
type: import("vue").PropType<string>;
|
160
174
|
};
|
@@ -198,8 +212,9 @@ declare const _default: {
|
|
198
212
|
} & {
|
199
213
|
label?: string;
|
200
214
|
class?: String | String[];
|
201
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
202
215
|
modelValue?: boolean;
|
216
|
+
rules?: ValidationRule[];
|
217
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
203
218
|
"v-model"?: boolean;
|
204
219
|
}>, "onUpdate:modelValue"> & {
|
205
220
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -62,8 +62,8 @@ declare const _default: {
|
|
62
62
|
readonly icon?: TabIconModel;
|
63
63
|
readonly disabled?: boolean;
|
64
64
|
readonly variant?: "navigation" | "default" | "settings";
|
65
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
66
65
|
readonly modelValue?: boolean;
|
66
|
+
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
67
67
|
readonly "v-model"?: boolean;
|
68
68
|
};
|
69
69
|
$attrs: {
|
@@ -227,8 +227,8 @@ declare const _default: {
|
|
227
227
|
icon?: TabIconModel;
|
228
228
|
disabled?: boolean;
|
229
229
|
variant?: "navigation" | "default" | "settings";
|
230
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
231
230
|
modelValue?: boolean;
|
231
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
232
232
|
"v-model"?: boolean;
|
233
233
|
}>, never>;
|
234
234
|
};
|
@@ -53,11 +53,11 @@ declare const _default: {
|
|
53
53
|
[key: string]: any;
|
54
54
|
}>) => void)[];
|
55
55
|
readonly variant?: "navigation" | "default" | "settings";
|
56
|
-
readonly "onUpdate:modelValue"?: (value: number) => any;
|
57
56
|
readonly modelValue?: number;
|
57
|
+
readonly "onUpdate:modelValue"?: (value: number) => any;
|
58
|
+
readonly "v-model"?: number;
|
58
59
|
readonly stacked?: boolean;
|
59
60
|
readonly toned?: boolean;
|
60
|
-
readonly "v-model"?: number;
|
61
61
|
readonly scrolling?: string;
|
62
62
|
};
|
63
63
|
$attrs: {
|
@@ -89,13 +89,13 @@ declare const _default: {
|
|
89
89
|
type: import("vue").PropType<boolean>;
|
90
90
|
required: false;
|
91
91
|
};
|
92
|
-
"onUpdate:modelValue": {
|
93
|
-
type: import("vue").PropType<(value: number) => any>;
|
94
|
-
};
|
95
92
|
modelValue: {
|
96
93
|
type: import("vue").PropType<number>;
|
97
94
|
required: false;
|
98
95
|
};
|
96
|
+
"onUpdate:modelValue": {
|
97
|
+
type: import("vue").PropType<(value: number) => any>;
|
98
|
+
};
|
99
99
|
"v-model": {
|
100
100
|
type: import("vue").PropType<number>;
|
101
101
|
required: false;
|
@@ -151,13 +151,13 @@ declare const _default: {
|
|
151
151
|
type: import("vue").PropType<boolean>;
|
152
152
|
required: false;
|
153
153
|
};
|
154
|
-
"onUpdate:modelValue": {
|
155
|
-
type: import("vue").PropType<(value: number) => any>;
|
156
|
-
};
|
157
154
|
modelValue: {
|
158
155
|
type: import("vue").PropType<number>;
|
159
156
|
required: false;
|
160
157
|
};
|
158
|
+
"onUpdate:modelValue": {
|
159
|
+
type: import("vue").PropType<(value: number) => any>;
|
160
|
+
};
|
161
161
|
"v-model": {
|
162
162
|
type: import("vue").PropType<number>;
|
163
163
|
required: false;
|
@@ -191,13 +191,13 @@ declare const _default: {
|
|
191
191
|
type: import("vue").PropType<boolean>;
|
192
192
|
required: false;
|
193
193
|
};
|
194
|
-
"onUpdate:modelValue": {
|
195
|
-
type: import("vue").PropType<(value: number) => any>;
|
196
|
-
};
|
197
194
|
modelValue: {
|
198
195
|
type: import("vue").PropType<number>;
|
199
196
|
required: false;
|
200
197
|
};
|
198
|
+
"onUpdate:modelValue": {
|
199
|
+
type: import("vue").PropType<(value: number) => any>;
|
200
|
+
};
|
201
201
|
"v-model": {
|
202
202
|
type: import("vue").PropType<number>;
|
203
203
|
required: false;
|
@@ -227,11 +227,11 @@ declare const _default: {
|
|
227
227
|
} & {
|
228
228
|
class?: String | String[];
|
229
229
|
variant?: "navigation" | "default" | "settings";
|
230
|
-
"onUpdate:modelValue"?: (value: number) => any;
|
231
230
|
modelValue?: number;
|
231
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
232
|
+
"v-model"?: number;
|
232
233
|
stacked?: boolean;
|
233
234
|
toned?: boolean;
|
234
|
-
"v-model"?: number;
|
235
235
|
scrolling?: string;
|
236
236
|
}>, never>;
|
237
237
|
};
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
54
|
[key: string]: any;
|
55
55
|
}>) => void)[];
|
56
|
-
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
57
56
|
readonly modelValue?: string;
|
57
|
+
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
58
58
|
readonly "v-model"?: string;
|
59
59
|
readonly clearable?: boolean;
|
60
60
|
"onClick:button"?: () => any;
|
@@ -214,8 +214,8 @@ declare const _default: {
|
|
214
214
|
} & {
|
215
215
|
label?: string;
|
216
216
|
class?: String | String[];
|
217
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
218
217
|
modelValue?: string;
|
218
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
219
219
|
"v-model"?: string;
|
220
220
|
clearable?: boolean;
|
221
221
|
}>, "onUpdate:modelValue" | "onClick:button"> & {
|
@@ -62,16 +62,16 @@ declare const _default: {
|
|
62
62
|
}>) => void)[];
|
63
63
|
readonly disabled?: boolean;
|
64
64
|
readonly placeholder?: string;
|
65
|
-
readonly variant?: "search" | "link" | "default" | "media" | "
|
65
|
+
readonly variant?: "search" | "link" | "default" | "media" | "find-slim";
|
66
66
|
readonly "v-slots"?: {
|
67
67
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
68
68
|
} & OTextFieldSlots;
|
69
69
|
readonly loading?: boolean;
|
70
|
-
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
71
70
|
readonly modelValue?: string;
|
72
|
-
readonly toned?: boolean;
|
73
|
-
readonly "v-model"?: string;
|
74
71
|
readonly rules?: ValidationRule[];
|
72
|
+
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
73
|
+
readonly "v-model"?: string;
|
74
|
+
readonly toned?: boolean;
|
75
75
|
"onClick:clear"?: () => any;
|
76
76
|
readonly clearable?: boolean;
|
77
77
|
readonly autofocus?: boolean;
|
@@ -119,7 +119,7 @@ declare const _default: {
|
|
119
119
|
type: import("vue").PropType<boolean>;
|
120
120
|
};
|
121
121
|
variant: {
|
122
|
-
type: import("vue").PropType<"search" | "link" | "default" | "media" | "
|
122
|
+
type: import("vue").PropType<"search" | "link" | "default" | "media" | "find-slim">;
|
123
123
|
};
|
124
124
|
placeholder: {
|
125
125
|
type: import("vue").PropType<string>;
|
@@ -216,7 +216,7 @@ declare const _default: {
|
|
216
216
|
type: import("vue").PropType<boolean>;
|
217
217
|
};
|
218
218
|
variant: {
|
219
|
-
type: import("vue").PropType<"search" | "link" | "default" | "media" | "
|
219
|
+
type: import("vue").PropType<"search" | "link" | "default" | "media" | "find-slim">;
|
220
220
|
};
|
221
221
|
placeholder: {
|
222
222
|
type: import("vue").PropType<string>;
|
@@ -284,7 +284,7 @@ declare const _default: {
|
|
284
284
|
type: import("vue").PropType<boolean>;
|
285
285
|
};
|
286
286
|
variant: {
|
287
|
-
type: import("vue").PropType<"search" | "link" | "default" | "media" | "
|
287
|
+
type: import("vue").PropType<"search" | "link" | "default" | "media" | "find-slim">;
|
288
288
|
};
|
289
289
|
placeholder: {
|
290
290
|
type: import("vue").PropType<string>;
|
@@ -346,16 +346,16 @@ declare const _default: {
|
|
346
346
|
type?: "number" | "text" | "password";
|
347
347
|
disabled?: boolean;
|
348
348
|
placeholder?: string;
|
349
|
-
variant?: "search" | "link" | "default" | "media" | "
|
349
|
+
variant?: "search" | "link" | "default" | "media" | "find-slim";
|
350
350
|
"v-slots"?: {
|
351
351
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
352
352
|
} & OTextFieldSlots;
|
353
353
|
loading?: boolean;
|
354
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
355
354
|
modelValue?: string;
|
356
|
-
toned?: boolean;
|
357
|
-
"v-model"?: string;
|
358
355
|
rules?: ValidationRule[];
|
356
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
357
|
+
"v-model"?: string;
|
358
|
+
toned?: boolean;
|
359
359
|
clearable?: boolean;
|
360
360
|
autofocus?: boolean;
|
361
361
|
}>, "onUpdate:modelValue" | "onClick:clear" | "onDoc$" | "onClick:button"> & {
|
@@ -63,10 +63,10 @@ declare const _default: {
|
|
63
63
|
} & {
|
64
64
|
itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
|
65
65
|
};
|
66
|
-
readonly "onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
67
66
|
readonly modelValue?: TreeViewItem<any>[];
|
68
|
-
readonly
|
67
|
+
readonly "onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
69
68
|
readonly "v-model"?: TreeViewItem<any>[];
|
69
|
+
readonly items?: TreeViewItem<any>[];
|
70
70
|
readonly expandOnSelection?: boolean;
|
71
71
|
"onUpdate:active"?: (items: any[]) => any;
|
72
72
|
};
|
@@ -236,10 +236,10 @@ declare const _default: {
|
|
236
236
|
} & {
|
237
237
|
itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
|
238
238
|
};
|
239
|
-
"onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
240
239
|
modelValue?: TreeViewItem<any>[];
|
241
|
-
|
240
|
+
"onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
242
241
|
"v-model"?: TreeViewItem<any>[];
|
242
|
+
items?: TreeViewItem<any>[];
|
243
243
|
expandOnSelection?: boolean;
|
244
244
|
}>, "onUpdate:active"> & {
|
245
245
|
"onUpdate:active"?: (items: any[]) => any;
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { IValidator } from "@omnia/fx/ux";
|
2
|
+
import { ComponentPublicInstance } from "vue";
|
2
3
|
declare const _default: {
|
3
4
|
new (...args: any[]): {
|
4
5
|
$: import("vue").ComponentInternalInstance;
|
@@ -59,8 +60,8 @@ declare const _default: {
|
|
59
60
|
$slots: Readonly<{
|
60
61
|
[name: string]: import("vue").Slot<any>;
|
61
62
|
}>;
|
62
|
-
$root:
|
63
|
-
$parent:
|
63
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
64
|
+
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
64
65
|
$emit: (event: string, ...args: any[]) => void;
|
65
66
|
$el: any;
|
66
67
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
@@ -68,9 +69,7 @@ declare const _default: {
|
|
68
69
|
type: import("vue").PropType<IValidator>;
|
69
70
|
required: true;
|
70
71
|
};
|
71
|
-
}>>, () =>
|
72
|
-
[key: string]: any;
|
73
|
-
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
72
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
74
73
|
beforeCreate?: (() => void) | (() => void)[];
|
75
74
|
created?: (() => void) | (() => void)[];
|
76
75
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -85,7 +84,7 @@ declare const _default: {
|
|
85
84
|
unmounted?: (() => void) | (() => void)[];
|
86
85
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
87
86
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
88
|
-
errorCaptured?: ((err: unknown, instance:
|
87
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
89
88
|
};
|
90
89
|
$forceUpdate: () => void;
|
91
90
|
$nextTick: typeof import("vue").nextTick;
|
@@ -95,9 +94,7 @@ declare const _default: {
|
|
95
94
|
type: import("vue").PropType<IValidator>;
|
96
95
|
required: true;
|
97
96
|
};
|
98
|
-
}>> & import("vue").ShallowUnwrapRef<() =>
|
99
|
-
[key: string]: any;
|
100
|
-
}>[]> & {} & import("vue").ComponentCustomProperties & {};
|
97
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
101
98
|
__isFragment?: never;
|
102
99
|
__isTeleport?: never;
|
103
100
|
__isSuspense?: never;
|
@@ -106,9 +103,7 @@ declare const _default: {
|
|
106
103
|
type: import("vue").PropType<IValidator>;
|
107
104
|
required: true;
|
108
105
|
};
|
109
|
-
}>>, () => import("vue").
|
110
|
-
[key: string]: any;
|
111
|
-
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
106
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
112
107
|
propsDefinition: Omit<Readonly<{
|
113
108
|
validator: IValidator;
|
114
109
|
} & {}>, never>;
|
@@ -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;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").ComponentSpec;
|