@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
@@ -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;
|
@@ -23,7 +23,6 @@ export interface IDataTableRowRenderer {
|
|
23
23
|
disableNavigation(): any;
|
24
24
|
select(selected: boolean): Omit<IDataTableRowRenderer, "select">;
|
25
25
|
onClick(callback: () => void): Omit<IDataTableRowRenderer, "onClick">;
|
26
|
-
variant(variant: RowVariantType): Omit<IDataTableRowRenderer, "setVariant">;
|
27
26
|
addCell(node: VNodeChild, colSpan?: number): Pick<IDataTableRowRenderer, "addCell" | "addAction">;
|
28
27
|
addAction(node: VNodeChild): Pick<IDataTableRowRenderer, "addCell" | "addAction">;
|
29
28
|
}
|
@@ -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;
|
@@ -58,12 +58,12 @@ declare const _default: {
|
|
58
58
|
[key: string]: any;
|
59
59
|
}>) => void)[];
|
60
60
|
readonly absolute?: boolean;
|
61
|
-
readonly variant?: "default" | "app";
|
62
61
|
readonly "v-slots"?: {
|
63
62
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
64
63
|
} & {
|
65
64
|
actionButtons?: Func<[VNodeChild]>;
|
66
65
|
};
|
66
|
+
readonly variant?: "default" | "app";
|
67
67
|
readonly closable?: boolean;
|
68
68
|
readonly subTitle?: string;
|
69
69
|
"onClick:navigation"?: () => any;
|
@@ -254,12 +254,12 @@ declare const _default: {
|
|
254
254
|
class?: String | String[];
|
255
255
|
id?: string;
|
256
256
|
absolute?: boolean;
|
257
|
-
variant?: "default" | "app";
|
258
257
|
"v-slots"?: {
|
259
258
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
260
259
|
} & {
|
261
260
|
actionButtons?: Func<[VNodeChild]>;
|
262
261
|
};
|
262
|
+
variant?: "default" | "app";
|
263
263
|
closable?: boolean;
|
264
264
|
subTitle?: string;
|
265
265
|
}>, "onClick:navigation" | "onClick:close"> & {
|
@@ -55,16 +55,16 @@ declare const _default: {
|
|
55
55
|
[key: string]: any;
|
56
56
|
}>) => void)[];
|
57
57
|
readonly mandatory?: boolean;
|
58
|
-
readonly variant?: "default" | "settings" | "dial";
|
59
58
|
readonly "v-slots"?: {
|
60
59
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
61
60
|
} & {
|
62
61
|
activator?: () => VNodeChild;
|
63
62
|
};
|
64
|
-
readonly "
|
63
|
+
readonly variant?: "default" | "settings" | "dial";
|
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;
|
@@ -252,16 +252,16 @@ declare const _default: {
|
|
252
252
|
toggle?: boolean;
|
253
253
|
class?: String | String[];
|
254
254
|
mandatory?: boolean;
|
255
|
-
variant?: "default" | "settings" | "dial";
|
256
255
|
"v-slots"?: {
|
257
256
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
258
257
|
} & {
|
259
258
|
activator?: () => VNodeChild;
|
260
259
|
};
|
261
|
-
"
|
260
|
+
variant?: "default" | "settings" | "dial";
|
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
|
-
readonly itemValue
|
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;
|
@@ -153,7 +153,6 @@ declare const _default: {
|
|
153
153
|
};
|
154
154
|
itemValue: {
|
155
155
|
type: import("vue").PropType<NonNullable<SelectItemKey>>;
|
156
|
-
required: true;
|
157
156
|
};
|
158
157
|
colorSchemaType?: any;
|
159
158
|
container?: any;
|
@@ -194,13 +193,13 @@ declare const _default: {
|
|
194
193
|
type: import("vue").PropType<string[]>;
|
195
194
|
required: false;
|
196
195
|
};
|
197
|
-
"onUpdate:modelValue": {
|
198
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
199
|
-
};
|
200
196
|
modelValue: {
|
201
197
|
type: import("vue").PropType<string[]>;
|
202
198
|
required: false;
|
203
199
|
};
|
200
|
+
"onUpdate:modelValue": {
|
201
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
202
|
+
};
|
204
203
|
"v-model": {
|
205
204
|
type: import("vue").PropType<string[]>;
|
206
205
|
required: false;
|
@@ -249,7 +248,6 @@ declare const _default: {
|
|
249
248
|
};
|
250
249
|
itemValue: {
|
251
250
|
type: import("vue").PropType<NonNullable<SelectItemKey>>;
|
252
|
-
required: true;
|
253
251
|
};
|
254
252
|
colorSchemaType?: any;
|
255
253
|
container?: any;
|
@@ -268,13 +266,13 @@ declare const _default: {
|
|
268
266
|
type: import("vue").PropType<string[]>;
|
269
267
|
required: false;
|
270
268
|
};
|
271
|
-
"onUpdate:modelValue": {
|
272
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
273
|
-
};
|
274
269
|
modelValue: {
|
275
270
|
type: import("vue").PropType<string[]>;
|
276
271
|
required: false;
|
277
272
|
};
|
273
|
+
"onUpdate:modelValue": {
|
274
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
275
|
+
};
|
278
276
|
"v-model": {
|
279
277
|
type: import("vue").PropType<string[]>;
|
280
278
|
required: false;
|
@@ -323,7 +321,6 @@ declare const _default: {
|
|
323
321
|
};
|
324
322
|
itemValue: {
|
325
323
|
type: import("vue").PropType<NonNullable<SelectItemKey>>;
|
326
|
-
required: true;
|
327
324
|
};
|
328
325
|
colorSchemaType?: any;
|
329
326
|
container?: any;
|
@@ -339,7 +336,6 @@ declare const _default: {
|
|
339
336
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
340
337
|
propsDefinition: Omit<Readonly<{
|
341
338
|
container?: any;
|
342
|
-
itemValue: NonNullable<SelectItemKey>;
|
343
339
|
blueprint?: any;
|
344
340
|
blueprintType?: any;
|
345
341
|
colorSchemaType?: any;
|
@@ -353,11 +349,12 @@ declare const _default: {
|
|
353
349
|
} & ODataTableSlots;
|
354
350
|
loading?: boolean;
|
355
351
|
hover?: boolean;
|
356
|
-
"onUpdate:modelValue"?: (value: string[]) => any;
|
357
352
|
modelValue?: string[];
|
353
|
+
"onUpdate:modelValue"?: (value: string[]) => any;
|
354
|
+
"v-model"?: string[];
|
358
355
|
items?: any[];
|
356
|
+
itemValue?: NonNullable<SelectItemKey>;
|
359
357
|
returnObject?: boolean;
|
360
|
-
"v-model"?: string[];
|
361
358
|
showExpand?: boolean;
|
362
359
|
itemsPerPage?: number;
|
363
360
|
"onUpdate:expanded"?: (value: string[]) => any;
|
@@ -61,7 +61,6 @@ declare const _default: {
|
|
61
61
|
[key: string]: any;
|
62
62
|
}>) => void)[];
|
63
63
|
readonly icon?: IIcon;
|
64
|
-
readonly variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
|
65
64
|
readonly "v-slots"?: {
|
66
65
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
67
66
|
} & {
|
@@ -71,8 +70,9 @@ declare const _default: {
|
|
71
70
|
actions?: Func<[VNodeChild]>;
|
72
71
|
navigation?: Func<[VNodeChild]>;
|
73
72
|
};
|
74
|
-
"
|
73
|
+
readonly variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
|
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;
|
@@ -346,7 +346,6 @@ declare const _default: {
|
|
346
346
|
class?: String | String[];
|
347
347
|
size?: string;
|
348
348
|
icon?: IIcon;
|
349
|
-
variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
|
350
349
|
"v-slots"?: {
|
351
350
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
352
351
|
} & {
|
@@ -356,8 +355,9 @@ declare const _default: {
|
|
356
355
|
actions?: Func<[VNodeChild]>;
|
357
356
|
navigation?: Func<[VNodeChild]>;
|
358
357
|
};
|
359
|
-
"
|
358
|
+
variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
|
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>;
|
@@ -59,10 +59,10 @@ declare const _default: {
|
|
59
59
|
readonly icon?: ButtonIconOptions;
|
60
60
|
readonly active?: boolean;
|
61
61
|
readonly disabled?: boolean;
|
62
|
-
readonly variant?: "default" | "delete";
|
63
62
|
readonly "v-slots"?: {
|
64
63
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
65
64
|
} & VListItemSlots;
|
65
|
+
readonly variant?: "default" | "delete";
|
66
66
|
readonly subtitle?: VNodeChild;
|
67
67
|
"onClick:delete"?: () => any;
|
68
68
|
};
|
@@ -231,10 +231,10 @@ declare const _default: {
|
|
231
231
|
icon?: ButtonIconOptions;
|
232
232
|
active?: boolean;
|
233
233
|
disabled?: boolean;
|
234
|
-
variant?: "default" | "delete";
|
235
234
|
"v-slots"?: {
|
236
235
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
237
236
|
} & VListItemSlots;
|
237
|
+
variant?: "default" | "delete";
|
238
238
|
subtitle?: VNodeChild;
|
239
239
|
}>, "onClick:delete"> & {
|
240
240
|
"onClick:delete"?: () => any;
|