@omnia/fx 8.0.59-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/journey/v2/JourneyBlade.d.ts +8 -8
- 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 +4 -4
- 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,10 +1,12 @@
|
|
1
1
|
import "@toast-ui/editor/dist/toastui-editor.css";
|
2
2
|
import "@toast-ui/editor/dist/theme/toastui-editor-dark.css";
|
3
|
+
import { TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
|
3
4
|
declare const _default: {
|
4
5
|
new (...args: any[]): {
|
5
6
|
$: import("vue").ComponentInternalInstance;
|
6
7
|
$data: {};
|
7
8
|
$props: {
|
9
|
+
readonly typography?: TypographyType | TypographyTypes;
|
8
10
|
style?: unknown;
|
9
11
|
class?: unknown;
|
10
12
|
readonly name?: {
|
@@ -69,6 +71,7 @@ declare const _default: {
|
|
69
71
|
}>;
|
70
72
|
};
|
71
73
|
key?: string | number | symbol;
|
74
|
+
readonly size?: TypographySize | TypographySizes;
|
72
75
|
ref?: import("vue").VNodeRef;
|
73
76
|
ref_for?: boolean;
|
74
77
|
ref_key?: string;
|
@@ -110,9 +113,11 @@ declare const _default: {
|
|
110
113
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
111
114
|
[key: string]: any;
|
112
115
|
}>) => void)[];
|
113
|
-
readonly
|
116
|
+
readonly placeholder?: string;
|
114
117
|
readonly modelValue?: string;
|
118
|
+
readonly "onUpdate:modelValue"?: (value: string) => any;
|
115
119
|
readonly "v-model"?: string;
|
120
|
+
readonly toned?: boolean;
|
116
121
|
readonly hideToolbar?: boolean;
|
117
122
|
readonly "hide-toolbar"?: boolean;
|
118
123
|
};
|
@@ -130,6 +135,22 @@ declare const _default: {
|
|
130
135
|
$emit: (event: string, ...args: any[]) => void;
|
131
136
|
$el: any;
|
132
137
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
138
|
+
size: {
|
139
|
+
type: import("vue").PropType<TypographySize | TypographySizes>;
|
140
|
+
};
|
141
|
+
typography: {
|
142
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
143
|
+
};
|
144
|
+
placeholder: {
|
145
|
+
type: import("vue").PropType<string>;
|
146
|
+
} & {
|
147
|
+
type: import("vue").PropType<string>;
|
148
|
+
};
|
149
|
+
toned: {
|
150
|
+
type: import("vue").PropType<boolean>;
|
151
|
+
} & {
|
152
|
+
type: import("vue").PropType<boolean>;
|
153
|
+
};
|
133
154
|
"hide-toolbar": {
|
134
155
|
type: import("vue").PropType<boolean>;
|
135
156
|
};
|
@@ -223,6 +244,22 @@ declare const _default: {
|
|
223
244
|
$nextTick: typeof import("vue").nextTick;
|
224
245
|
$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;
|
225
246
|
} & Readonly<import("vue").ExtractPropTypes<{
|
247
|
+
size: {
|
248
|
+
type: import("vue").PropType<TypographySize | TypographySizes>;
|
249
|
+
};
|
250
|
+
typography: {
|
251
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
252
|
+
};
|
253
|
+
placeholder: {
|
254
|
+
type: import("vue").PropType<string>;
|
255
|
+
} & {
|
256
|
+
type: import("vue").PropType<string>;
|
257
|
+
};
|
258
|
+
toned: {
|
259
|
+
type: import("vue").PropType<boolean>;
|
260
|
+
} & {
|
261
|
+
type: import("vue").PropType<boolean>;
|
262
|
+
};
|
226
263
|
"hide-toolbar": {
|
227
264
|
type: import("vue").PropType<boolean>;
|
228
265
|
};
|
@@ -300,6 +337,22 @@ declare const _default: {
|
|
300
337
|
__isTeleport?: never;
|
301
338
|
__isSuspense?: never;
|
302
339
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
340
|
+
size: {
|
341
|
+
type: import("vue").PropType<TypographySize | TypographySizes>;
|
342
|
+
};
|
343
|
+
typography: {
|
344
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
345
|
+
};
|
346
|
+
placeholder: {
|
347
|
+
type: import("vue").PropType<string>;
|
348
|
+
} & {
|
349
|
+
type: import("vue").PropType<string>;
|
350
|
+
};
|
351
|
+
toned: {
|
352
|
+
type: import("vue").PropType<boolean>;
|
353
|
+
} & {
|
354
|
+
type: import("vue").PropType<boolean>;
|
355
|
+
};
|
303
356
|
"hide-toolbar": {
|
304
357
|
type: import("vue").PropType<boolean>;
|
305
358
|
};
|
@@ -374,6 +427,7 @@ declare const _default: {
|
|
374
427
|
};
|
375
428
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
376
429
|
propsDefinition: Omit<Readonly<{} & {
|
430
|
+
typography?: TypographyType | TypographyTypes;
|
377
431
|
name?: {
|
378
432
|
[x: `onUpdate:${string}`]: {
|
379
433
|
type: import("vue").PropType<(value: string) => any>;
|
@@ -435,9 +489,12 @@ declare const _default: {
|
|
435
489
|
};
|
436
490
|
}>;
|
437
491
|
};
|
438
|
-
|
492
|
+
size?: TypographySize | TypographySizes;
|
493
|
+
placeholder?: string;
|
439
494
|
modelValue?: string;
|
495
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
440
496
|
"v-model"?: string;
|
497
|
+
toned?: boolean;
|
441
498
|
hideToolbar?: boolean;
|
442
499
|
"hide-toolbar"?: boolean;
|
443
500
|
}>, never>;
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { ColorDefinition, TypographyBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
|
2
|
+
export declare const MarkdownRendererStyles: {
|
3
|
+
container: (color: ColorDefinition, toned: boolean, blueprint: TypographyBlueprint, typography: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => string;
|
4
|
+
};
|
@@ -1,13 +1,15 @@
|
|
1
|
-
import "@
|
1
|
+
import { TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
|
+
readonly typography?: TypographyType | TypographyTypes;
|
7
8
|
readonly value: string;
|
8
9
|
style?: unknown;
|
9
10
|
class?: unknown;
|
10
11
|
key?: string | number | symbol;
|
12
|
+
readonly size?: TypographySize | TypographySizes;
|
11
13
|
ref?: import("vue").VNodeRef;
|
12
14
|
ref_for?: boolean;
|
13
15
|
ref_key?: string;
|
@@ -49,6 +51,7 @@ declare const _default: {
|
|
49
51
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
52
|
[key: string]: any;
|
51
53
|
}>) => void)[];
|
54
|
+
readonly toned?: boolean;
|
52
55
|
};
|
53
56
|
$attrs: {
|
54
57
|
[x: string]: unknown;
|
@@ -64,6 +67,17 @@ declare const _default: {
|
|
64
67
|
$emit: (event: string, ...args: any[]) => void;
|
65
68
|
$el: any;
|
66
69
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
70
|
+
size: {
|
71
|
+
type: import("vue").PropType<TypographySize | TypographySizes>;
|
72
|
+
};
|
73
|
+
typography: {
|
74
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
75
|
+
};
|
76
|
+
toned: {
|
77
|
+
type: import("vue").PropType<boolean>;
|
78
|
+
} & {
|
79
|
+
type: import("vue").PropType<boolean>;
|
80
|
+
};
|
67
81
|
value: {
|
68
82
|
type: import("vue").PropType<string>;
|
69
83
|
required: true;
|
@@ -89,6 +103,17 @@ declare const _default: {
|
|
89
103
|
$nextTick: typeof import("vue").nextTick;
|
90
104
|
$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;
|
91
105
|
} & Readonly<import("vue").ExtractPropTypes<{
|
106
|
+
size: {
|
107
|
+
type: import("vue").PropType<TypographySize | TypographySizes>;
|
108
|
+
};
|
109
|
+
typography: {
|
110
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
111
|
+
};
|
112
|
+
toned: {
|
113
|
+
type: import("vue").PropType<boolean>;
|
114
|
+
} & {
|
115
|
+
type: import("vue").PropType<boolean>;
|
116
|
+
};
|
92
117
|
value: {
|
93
118
|
type: import("vue").PropType<string>;
|
94
119
|
required: true;
|
@@ -98,6 +123,17 @@ declare const _default: {
|
|
98
123
|
__isTeleport?: never;
|
99
124
|
__isSuspense?: never;
|
100
125
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
126
|
+
size: {
|
127
|
+
type: import("vue").PropType<TypographySize | TypographySizes>;
|
128
|
+
};
|
129
|
+
typography: {
|
130
|
+
type: import("vue").PropType<TypographyType | TypographyTypes>;
|
131
|
+
};
|
132
|
+
toned: {
|
133
|
+
type: import("vue").PropType<boolean>;
|
134
|
+
} & {
|
135
|
+
type: import("vue").PropType<boolean>;
|
136
|
+
};
|
101
137
|
value: {
|
102
138
|
type: import("vue").PropType<string>;
|
103
139
|
required: true;
|
@@ -105,6 +141,10 @@ declare const _default: {
|
|
105
141
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
106
142
|
propsDefinition: Omit<Readonly<{
|
107
143
|
value: string;
|
108
|
-
} & {
|
144
|
+
} & {
|
145
|
+
typography?: TypographyType | TypographyTypes;
|
146
|
+
size?: TypographySize | TypographySizes;
|
147
|
+
toned?: boolean;
|
148
|
+
}>, never>;
|
109
149
|
};
|
110
150
|
export default _default;
|
@@ -1,3 +1,5 @@
|
|
1
|
+
export declare const ValidationOnDefinitions: readonly ["lazy", "input", "blur", "submit", "input lazy", "blur lazy", "submit lazy", "lazy input", "lazy blur", "lazy submit"];
|
2
|
+
export type ValidationOnTypes = typeof ValidationOnDefinitions[number];
|
1
3
|
export type ValidationResult = string | boolean;
|
2
4
|
export type ValidationRule = ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
3
5
|
export interface IValidationScope {
|
@@ -19,6 +21,7 @@ export interface IValidationRuleBuilder {
|
|
19
21
|
done(): ValidationRule[];
|
20
22
|
}
|
21
23
|
export interface IInternalValidator extends IValidator {
|
24
|
+
builtinValidate(): Promise<boolean>;
|
22
25
|
register(validation: IValidationScope): any;
|
23
26
|
unregister(validation: IValidationScope): any;
|
24
27
|
destroy(): any;
|
@@ -119,8 +119,8 @@ declare const _default: {
|
|
119
119
|
onBlur?: () => any;
|
120
120
|
onScroll?: (event: any) => any;
|
121
121
|
readonly theme?: string;
|
122
|
-
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
123
122
|
readonly modelValue?: string;
|
123
|
+
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
124
124
|
readonly "v-model"?: string;
|
125
125
|
onLayout?: (event: any) => any;
|
126
126
|
onConfiguration?: (event: any) => any;
|
@@ -610,8 +610,8 @@ declare const _default: {
|
|
610
610
|
options?: unknown;
|
611
611
|
language?: string;
|
612
612
|
theme?: string;
|
613
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
614
613
|
modelValue?: string;
|
614
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
615
615
|
"v-model"?: string;
|
616
616
|
}>, "onError" | "onKeydown" | "onKeyup" | "onChange" | "onFocus" | "onBlur" | "onScroll" | "onUpdate:modelValue" | "onLayout" | "onConfiguration" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
|
617
617
|
onError?: (err: string) => any;
|
@@ -61,10 +61,10 @@ declare const _default: {
|
|
61
61
|
} & {
|
62
62
|
activator?: () => VNodeChild;
|
63
63
|
};
|
64
|
-
readonly "onUpdate:modelValue"?: (value: any) => any;
|
65
64
|
readonly modelValue?: any;
|
66
|
-
readonly
|
65
|
+
readonly "onUpdate:modelValue"?: (value: any) => any;
|
67
66
|
readonly "v-model"?: any;
|
67
|
+
readonly toned?: boolean;
|
68
68
|
};
|
69
69
|
$attrs: {
|
70
70
|
[x: string]: unknown;
|
@@ -258,10 +258,10 @@ declare const _default: {
|
|
258
258
|
} & {
|
259
259
|
activator?: () => VNodeChild;
|
260
260
|
};
|
261
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
262
261
|
modelValue?: any;
|
263
|
-
|
262
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
264
263
|
"v-model"?: any;
|
264
|
+
toned?: boolean;
|
265
265
|
}>, never>;
|
266
266
|
};
|
267
267
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MaybeComputedRef } from "@omnia/fx/ux";
|
1
|
+
import { MaybeComputedRef, ValidationRule } from "@omnia/fx/ux";
|
2
2
|
export interface RadioGroupModel {
|
3
3
|
}
|
4
4
|
declare const _default: {
|
@@ -57,8 +57,9 @@ declare const _default: {
|
|
57
57
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
58
|
[key: string]: any;
|
59
59
|
}>) => void)[];
|
60
|
-
"onUpdate:modelValue"?: ((value: MaybeComputedRef<boolean>) => any) & ((value: any) => any);
|
61
60
|
readonly modelValue?: MaybeComputedRef<boolean>;
|
61
|
+
readonly rules?: ValidationRule[];
|
62
|
+
"onUpdate:modelValue"?: ((value: MaybeComputedRef<boolean>) => any) & ((value: any) => any);
|
62
63
|
readonly "v-model"?: MaybeComputedRef<boolean>;
|
63
64
|
};
|
64
65
|
$attrs: {
|
@@ -81,6 +82,10 @@ declare const _default: {
|
|
81
82
|
label: {
|
82
83
|
type: import("vue").PropType<string>;
|
83
84
|
};
|
85
|
+
rules: {
|
86
|
+
type: import("vue").PropType<ValidationRule[]>;
|
87
|
+
required: false;
|
88
|
+
};
|
84
89
|
"onUpdate:modelValue": {
|
85
90
|
type: import("vue").PropType<(value: MaybeComputedRef<boolean>) => any>;
|
86
91
|
};
|
@@ -138,6 +143,10 @@ declare const _default: {
|
|
138
143
|
label: {
|
139
144
|
type: import("vue").PropType<string>;
|
140
145
|
};
|
146
|
+
rules: {
|
147
|
+
type: import("vue").PropType<ValidationRule[]>;
|
148
|
+
required: false;
|
149
|
+
};
|
141
150
|
"onUpdate:modelValue": {
|
142
151
|
type: import("vue").PropType<(value: MaybeComputedRef<boolean>) => any>;
|
143
152
|
};
|
@@ -171,6 +180,10 @@ declare const _default: {
|
|
171
180
|
label: {
|
172
181
|
type: import("vue").PropType<string>;
|
173
182
|
};
|
183
|
+
rules: {
|
184
|
+
type: import("vue").PropType<ValidationRule[]>;
|
185
|
+
required: false;
|
186
|
+
};
|
174
187
|
"onUpdate:modelValue": {
|
175
188
|
type: import("vue").PropType<(value: MaybeComputedRef<boolean>) => any>;
|
176
189
|
};
|
@@ -212,8 +225,9 @@ declare const _default: {
|
|
212
225
|
value?: any;
|
213
226
|
label?: string;
|
214
227
|
class?: String | String[];
|
215
|
-
"onUpdate:modelValue"?: (value: MaybeComputedRef<boolean>) => any;
|
216
228
|
modelValue?: MaybeComputedRef<boolean>;
|
229
|
+
rules?: ValidationRule[];
|
230
|
+
"onUpdate:modelValue"?: (value: MaybeComputedRef<boolean>) => any;
|
217
231
|
"v-model"?: MaybeComputedRef<boolean>;
|
218
232
|
}>, "onUpdate:modelValue"> & {
|
219
233
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -65,12 +65,12 @@ declare const _default: {
|
|
65
65
|
} & ODataTableSlots;
|
66
66
|
readonly loading?: boolean;
|
67
67
|
readonly hover?: boolean;
|
68
|
-
readonly "onUpdate:modelValue"?: (value: string[]) => any;
|
69
68
|
readonly modelValue?: string[];
|
69
|
+
readonly "onUpdate:modelValue"?: (value: string[]) => any;
|
70
|
+
readonly "v-model"?: string[];
|
70
71
|
readonly items?: any[];
|
71
72
|
readonly itemValue: NonNullable<SelectItemKey>;
|
72
73
|
readonly returnObject?: boolean;
|
73
|
-
readonly "v-model"?: string[];
|
74
74
|
readonly showExpand?: boolean;
|
75
75
|
readonly itemsPerPage?: number;
|
76
76
|
readonly "onUpdate:expanded"?: (value: string[]) => any;
|
@@ -98,13 +98,13 @@ declare const _default: {
|
|
98
98
|
type: import("vue").PropType<string[]>;
|
99
99
|
required: false;
|
100
100
|
};
|
101
|
-
"onUpdate:modelValue": {
|
102
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
103
|
-
};
|
104
101
|
modelValue: {
|
105
102
|
type: import("vue").PropType<string[]>;
|
106
103
|
required: false;
|
107
104
|
};
|
105
|
+
"onUpdate:modelValue": {
|
106
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
107
|
+
};
|
108
108
|
"v-model": {
|
109
109
|
type: import("vue").PropType<string[]>;
|
110
110
|
required: false;
|
@@ -194,13 +194,13 @@ declare const _default: {
|
|
194
194
|
type: import("vue").PropType<string[]>;
|
195
195
|
required: false;
|
196
196
|
};
|
197
|
-
"onUpdate:modelValue": {
|
198
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
199
|
-
};
|
200
197
|
modelValue: {
|
201
198
|
type: import("vue").PropType<string[]>;
|
202
199
|
required: false;
|
203
200
|
};
|
201
|
+
"onUpdate:modelValue": {
|
202
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
203
|
+
};
|
204
204
|
"v-model": {
|
205
205
|
type: import("vue").PropType<string[]>;
|
206
206
|
required: false;
|
@@ -268,13 +268,13 @@ declare const _default: {
|
|
268
268
|
type: import("vue").PropType<string[]>;
|
269
269
|
required: false;
|
270
270
|
};
|
271
|
-
"onUpdate:modelValue": {
|
272
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
273
|
-
};
|
274
271
|
modelValue: {
|
275
272
|
type: import("vue").PropType<string[]>;
|
276
273
|
required: false;
|
277
274
|
};
|
275
|
+
"onUpdate:modelValue": {
|
276
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
277
|
+
};
|
278
278
|
"v-model": {
|
279
279
|
type: import("vue").PropType<string[]>;
|
280
280
|
required: false;
|
@@ -353,11 +353,11 @@ declare const _default: {
|
|
353
353
|
} & ODataTableSlots;
|
354
354
|
loading?: boolean;
|
355
355
|
hover?: boolean;
|
356
|
-
"onUpdate:modelValue"?: (value: string[]) => any;
|
357
356
|
modelValue?: string[];
|
357
|
+
"onUpdate:modelValue"?: (value: string[]) => any;
|
358
|
+
"v-model"?: string[];
|
358
359
|
items?: any[];
|
359
360
|
returnObject?: boolean;
|
360
|
-
"v-model"?: string[];
|
361
361
|
showExpand?: boolean;
|
362
362
|
itemsPerPage?: number;
|
363
363
|
"onUpdate:expanded"?: (value: string[]) => any;
|
@@ -71,8 +71,8 @@ declare const _default: {
|
|
71
71
|
actions?: Func<[VNodeChild]>;
|
72
72
|
navigation?: Func<[VNodeChild]>;
|
73
73
|
};
|
74
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
75
74
|
readonly modelValue?: boolean;
|
75
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
76
76
|
readonly "v-model"?: boolean;
|
77
77
|
readonly subTitle?: string;
|
78
78
|
"onClick:close"?: () => any;
|
@@ -135,13 +135,13 @@ declare const _default: {
|
|
135
135
|
actions?: Func<[VNodeChild]>;
|
136
136
|
navigation?: Func<[VNodeChild]>;
|
137
137
|
}>;
|
138
|
-
"onUpdate:modelValue": {
|
139
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
140
|
-
};
|
141
138
|
modelValue: {
|
142
139
|
type: import("vue").PropType<boolean>;
|
143
140
|
required: false;
|
144
141
|
};
|
142
|
+
"onUpdate:modelValue": {
|
143
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
144
|
+
};
|
145
145
|
"v-model": {
|
146
146
|
type: import("vue").PropType<boolean>;
|
147
147
|
required: false;
|
@@ -230,13 +230,13 @@ declare const _default: {
|
|
230
230
|
actions?: Func<[VNodeChild]>;
|
231
231
|
navigation?: Func<[VNodeChild]>;
|
232
232
|
}>;
|
233
|
-
"onUpdate:modelValue": {
|
234
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
235
|
-
};
|
236
233
|
modelValue: {
|
237
234
|
type: import("vue").PropType<boolean>;
|
238
235
|
required: false;
|
239
236
|
};
|
237
|
+
"onUpdate:modelValue": {
|
238
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
239
|
+
};
|
240
240
|
"v-model": {
|
241
241
|
type: import("vue").PropType<boolean>;
|
242
242
|
required: false;
|
@@ -298,13 +298,13 @@ declare const _default: {
|
|
298
298
|
actions?: Func<[VNodeChild]>;
|
299
299
|
navigation?: Func<[VNodeChild]>;
|
300
300
|
}>;
|
301
|
-
"onUpdate:modelValue": {
|
302
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
303
|
-
};
|
304
301
|
modelValue: {
|
305
302
|
type: import("vue").PropType<boolean>;
|
306
303
|
required: false;
|
307
304
|
};
|
305
|
+
"onUpdate:modelValue": {
|
306
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
307
|
+
};
|
308
308
|
"v-model": {
|
309
309
|
type: import("vue").PropType<boolean>;
|
310
310
|
required: false;
|
@@ -356,8 +356,8 @@ declare const _default: {
|
|
356
356
|
actions?: Func<[VNodeChild]>;
|
357
357
|
navigation?: Func<[VNodeChild]>;
|
358
358
|
};
|
359
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
360
359
|
modelValue?: boolean;
|
360
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
361
361
|
"v-model"?: boolean;
|
362
362
|
subTitle?: string;
|
363
363
|
hiddenCloseButton?: boolean;
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
[key: string]: any;
|
54
54
|
}>) => void)[];
|
55
55
|
readonly variant?: "navigation" | "default";
|
56
|
-
readonly "onUpdate:modelValue"?: (value: number | number[]) => any;
|
57
56
|
readonly modelValue?: number | number[];
|
57
|
+
readonly "onUpdate:modelValue"?: (value: number | number[]) => any;
|
58
58
|
readonly "v-model"?: number | number[];
|
59
59
|
readonly expandAll?: boolean;
|
60
60
|
};
|
@@ -198,8 +198,8 @@ declare const _default: {
|
|
198
198
|
} & {
|
199
199
|
class?: String | String[];
|
200
200
|
variant?: "navigation" | "default";
|
201
|
-
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
202
201
|
modelValue?: number | number[];
|
202
|
+
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
203
203
|
"v-model"?: number | number[];
|
204
204
|
expandAll?: boolean;
|
205
205
|
}>, never>;
|
@@ -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;
|