@omnia/fx 8.0.60-vnext → 8.0.62-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.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/Guid.js +4 -3
- 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/journey/v2/JourneyBlade.d.ts +2 -2
- 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/DataTable.d.ts +0 -1
- 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/appbar/Appbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +6 -6
- 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 +15 -18
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.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 +23 -8
- 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/toolbar/Toolbar.d.ts +2 -2
- 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/permissioninput/IPermissionInput.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +291 -43
- 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 +6 -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
@@ -62,12 +62,12 @@ declare const _default: {
|
|
62
62
|
activator?: () => VNodeChild;
|
63
63
|
};
|
64
64
|
readonly location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
|
65
|
+
readonly modelValue?: boolean;
|
65
66
|
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
67
|
+
readonly "v-model"?: boolean;
|
66
68
|
readonly activator?: string;
|
67
69
|
readonly closeDelay?: string | number;
|
68
|
-
readonly modelValue?: boolean;
|
69
70
|
readonly openOnHover?: boolean;
|
70
|
-
readonly "v-model"?: boolean;
|
71
71
|
onDoc$?: (description?: string) => any;
|
72
72
|
readonly visibleOnContentClick?: boolean;
|
73
73
|
};
|
@@ -310,12 +310,12 @@ declare const _default: {
|
|
310
310
|
activator?: () => VNodeChild;
|
311
311
|
};
|
312
312
|
location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
|
313
|
+
modelValue?: boolean;
|
313
314
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
315
|
+
"v-model"?: boolean;
|
314
316
|
activator?: string;
|
315
317
|
closeDelay?: string | number;
|
316
|
-
modelValue?: boolean;
|
317
318
|
openOnHover?: boolean;
|
318
|
-
"v-model"?: boolean;
|
319
319
|
visibleOnContentClick?: boolean;
|
320
320
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
321
321
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
@@ -54,10 +54,10 @@ declare const _default: {
|
|
54
54
|
}>) => void)[];
|
55
55
|
readonly variant?: "default" | "dialog" | "app" | "editor";
|
56
56
|
readonly location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
57
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
58
57
|
readonly modelValue?: boolean;
|
59
|
-
readonly
|
58
|
+
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
60
59
|
readonly "v-model"?: boolean;
|
60
|
+
readonly toned?: boolean;
|
61
61
|
readonly overrides?: object;
|
62
62
|
};
|
63
63
|
$attrs: {
|
@@ -225,10 +225,10 @@ declare const _default: {
|
|
225
225
|
class?: String | String[];
|
226
226
|
variant?: "default" | "dialog" | "app" | "editor";
|
227
227
|
location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
228
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
229
228
|
modelValue?: boolean;
|
230
|
-
|
229
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
231
230
|
"v-model"?: boolean;
|
231
|
+
toned?: boolean;
|
232
232
|
overrides?: object;
|
233
233
|
}>, never>;
|
234
234
|
};
|
@@ -60,8 +60,8 @@ declare const _default: {
|
|
60
60
|
readonly filled?: boolean;
|
61
61
|
readonly variant?: "section" | "navigation" | "default" | "dialog" | "content" | "toolbar" | "tab" | "settings" | "tab-vertical" | "info-section";
|
62
62
|
readonly divider?: "bottom" | "top" | "top bottom";
|
63
|
-
readonly grow?: boolean;
|
64
63
|
readonly toned?: boolean;
|
64
|
+
readonly grow?: boolean;
|
65
65
|
readonly grouped?: boolean;
|
66
66
|
readonly alignY?: "center" | "bottom" | "top";
|
67
67
|
readonly alignX?: "left" | "center" | "right";
|
@@ -285,8 +285,8 @@ declare const _default: {
|
|
285
285
|
filled?: boolean;
|
286
286
|
variant?: "section" | "navigation" | "default" | "dialog" | "content" | "toolbar" | "tab" | "settings" | "tab-vertical" | "info-section";
|
287
287
|
divider?: "bottom" | "top" | "top bottom";
|
288
|
-
grow?: boolean;
|
289
288
|
toned?: boolean;
|
289
|
+
grow?: boolean;
|
290
290
|
grouped?: boolean;
|
291
291
|
alignY?: "center" | "bottom" | "top";
|
292
292
|
alignX?: "left" | "center" | "right";
|
@@ -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;
|
@@ -52,8 +53,9 @@ declare const _default: {
|
|
52
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
54
|
[key: string]: any;
|
54
55
|
}>) => void)[];
|
55
|
-
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
56
56
|
readonly modelValue?: any;
|
57
|
+
readonly rules?: ValidationRule[];
|
58
|
+
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
57
59
|
readonly "v-model"?: any;
|
58
60
|
};
|
59
61
|
$attrs: {
|
@@ -70,6 +72,10 @@ declare const _default: {
|
|
70
72
|
$emit: (event: "update:modelValue", value: any) => void;
|
71
73
|
$el: any;
|
72
74
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
75
|
+
rules: {
|
76
|
+
type: import("vue").PropType<ValidationRule[]>;
|
77
|
+
required: false;
|
78
|
+
};
|
73
79
|
"onUpdate:modelValue": {
|
74
80
|
type: import("vue").PropType<(value: any) => any>;
|
75
81
|
};
|
@@ -121,6 +127,10 @@ declare const _default: {
|
|
121
127
|
$nextTick: typeof import("vue").nextTick;
|
122
128
|
$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;
|
123
129
|
} & Readonly<import("vue").ExtractPropTypes<{
|
130
|
+
rules: {
|
131
|
+
type: import("vue").PropType<ValidationRule[]>;
|
132
|
+
required: false;
|
133
|
+
};
|
124
134
|
"onUpdate:modelValue": {
|
125
135
|
type: import("vue").PropType<(value: any) => any>;
|
126
136
|
};
|
@@ -148,6 +158,10 @@ declare const _default: {
|
|
148
158
|
__isTeleport?: never;
|
149
159
|
__isSuspense?: never;
|
150
160
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
161
|
+
rules: {
|
162
|
+
type: import("vue").PropType<ValidationRule[]>;
|
163
|
+
required: false;
|
164
|
+
};
|
151
165
|
"onUpdate:modelValue": {
|
152
166
|
type: import("vue").PropType<(value: any) => any>;
|
153
167
|
};
|
@@ -187,8 +201,9 @@ declare const _default: {
|
|
187
201
|
colors?: any;
|
188
202
|
} & {
|
189
203
|
class?: String | String[];
|
190
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
191
204
|
modelValue?: any;
|
205
|
+
rules?: ValidationRule[];
|
206
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
192
207
|
"v-model"?: any;
|
193
208
|
}>, "onUpdate:modelValue"> & {
|
194
209
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -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;
|
@@ -69,23 +70,24 @@ declare const _default: {
|
|
69
70
|
}>) => void)[];
|
70
71
|
readonly multiple?: boolean;
|
71
72
|
readonly disabled?: boolean;
|
72
|
-
readonly variant?: "default" | "add" | "picker";
|
73
73
|
readonly "v-slots"?: {
|
74
74
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
75
75
|
} & {
|
76
76
|
chip?: (item: RenderingItem, index: Number) => VNodeChild;
|
77
77
|
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
78
78
|
};
|
79
|
+
readonly variant?: "default" | "add" | "picker";
|
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
|
};
|
@@ -388,23 +402,24 @@ declare const _default: {
|
|
388
402
|
class?: String | String[];
|
389
403
|
multiple?: boolean;
|
390
404
|
disabled?: boolean;
|
391
|
-
variant?: "default" | "add" | "picker";
|
392
405
|
"v-slots"?: {
|
393
406
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
394
407
|
} & {
|
395
408
|
chip?: (item: RenderingItem, index: Number) => VNodeChild;
|
396
409
|
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
397
410
|
};
|
411
|
+
variant?: "default" | "add" | "picker";
|
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" | "filter-menu" | "find-slim";
|
66
65
|
readonly "v-slots"?: {
|
67
66
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
68
67
|
} & OTextFieldSlots;
|
68
|
+
readonly variant?: "search" | "link" | "default" | "media" | "find-slim";
|
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" | "filter-menu" | "find-slim";
|
350
349
|
"v-slots"?: {
|
351
350
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
352
351
|
} & OTextFieldSlots;
|
352
|
+
variant?: "search" | "link" | "default" | "media" | "find-slim";
|
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"> & {
|
@@ -57,13 +57,13 @@ declare const _default: {
|
|
57
57
|
}>) => void)[];
|
58
58
|
readonly icon?: IIcon;
|
59
59
|
readonly closeButton?: boolean;
|
60
|
-
readonly variant?: "default" | "blade";
|
61
60
|
readonly "v-slots"?: {
|
62
61
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
63
62
|
} & {
|
64
63
|
title?: Func<[VNodeChild]>;
|
65
64
|
customButtons?: Func<[VNodeChild]>;
|
66
65
|
};
|
66
|
+
readonly variant?: "default" | "blade";
|
67
67
|
readonly subTitle?: string;
|
68
68
|
"onClick:close"?: () => any;
|
69
69
|
readonly backButton?: boolean;
|
@@ -247,13 +247,13 @@ declare const _default: {
|
|
247
247
|
class?: String | String[];
|
248
248
|
icon?: IIcon;
|
249
249
|
closeButton?: boolean;
|
250
|
-
variant?: "default" | "blade";
|
251
250
|
"v-slots"?: {
|
252
251
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
253
252
|
} & {
|
254
253
|
title?: Func<[VNodeChild]>;
|
255
254
|
customButtons?: Func<[VNodeChild]>;
|
256
255
|
};
|
256
|
+
variant?: "default" | "blade";
|
257
257
|
subTitle?: string;
|
258
258
|
backButton?: boolean;
|
259
259
|
}>, "onClick:close" | "onClick:back"> & {
|
@@ -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;
|