@omnia/fx 8.0.161-dev → 8.0.163-dev
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/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +404 -400
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +399 -395
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +399 -395
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -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/core/parser/VelcronData.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +27 -14
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -64,6 +64,11 @@ declare const _default: {
|
|
64
64
|
type: import("vue").PropType<boolean>;
|
65
65
|
required: false;
|
66
66
|
};
|
67
|
+
elevation: {
|
68
|
+
type: import("vue").PropType<string | number>;
|
69
|
+
} & {
|
70
|
+
type: import("vue").PropType<string | number>;
|
71
|
+
};
|
67
72
|
"onUpdate:modelValue": {
|
68
73
|
type: import("vue").PropType<(value: Date | Date[]) => any>;
|
69
74
|
};
|
@@ -140,6 +145,11 @@ declare const _default: {
|
|
140
145
|
type: import("vue").PropType<boolean>;
|
141
146
|
required: false;
|
142
147
|
};
|
148
|
+
elevation: {
|
149
|
+
type: import("vue").PropType<string | number>;
|
150
|
+
} & {
|
151
|
+
type: import("vue").PropType<string | number>;
|
152
|
+
};
|
143
153
|
"onUpdate:modelValue": {
|
144
154
|
type: import("vue").PropType<(value: Date | Date[]) => any>;
|
145
155
|
};
|
@@ -223,6 +233,11 @@ declare const _default: {
|
|
223
233
|
type: import("vue").PropType<boolean>;
|
224
234
|
required: false;
|
225
235
|
};
|
236
|
+
elevation: {
|
237
|
+
type: import("vue").PropType<string | number>;
|
238
|
+
} & {
|
239
|
+
type: import("vue").PropType<string | number>;
|
240
|
+
};
|
226
241
|
"onUpdate:modelValue": {
|
227
242
|
type: import("vue").PropType<(value: Date | Date[]) => any>;
|
228
243
|
};
|
@@ -303,6 +318,11 @@ declare const _default: {
|
|
303
318
|
type: import("vue").PropType<boolean>;
|
304
319
|
required: false;
|
305
320
|
};
|
321
|
+
elevation: {
|
322
|
+
type: import("vue").PropType<string | number>;
|
323
|
+
} & {
|
324
|
+
type: import("vue").PropType<string | number>;
|
325
|
+
};
|
306
326
|
"onUpdate:modelValue": {
|
307
327
|
type: import("vue").PropType<(value: Date | Date[]) => any>;
|
308
328
|
};
|
@@ -319,6 +339,7 @@ declare const _default: {
|
|
319
339
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
|
320
340
|
range?: boolean;
|
321
341
|
disabled?: boolean;
|
342
|
+
elevation?: string | number;
|
322
343
|
"v-model"?: Date | Date[];
|
323
344
|
"onUpdate:modelValue"?: (value: Date | Date[]) => any;
|
324
345
|
modelValue?: Date | Date[];
|
@@ -481,8 +481,8 @@ declare const _default: {
|
|
481
481
|
colorSchemaType?: any;
|
482
482
|
colors?: any;
|
483
483
|
} & {
|
484
|
-
title?: string;
|
485
484
|
icon?: IIcon;
|
485
|
+
title?: string;
|
486
486
|
class?: String | String[];
|
487
487
|
size?: "small" | "medium" | "large" | "x-small" | "full";
|
488
488
|
persistent?: boolean;
|
@@ -2,10 +2,10 @@ import { TypographySizes, TypographyTypes } from "@omnia/fx-models";
|
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
"label-type": {
|
5
|
-
type: import("vue").PropType<"
|
5
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
6
6
|
};
|
7
7
|
labelType: {
|
8
|
-
type: import("vue").PropType<"
|
8
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
9
9
|
};
|
10
10
|
"label-size": {
|
11
11
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -35,10 +35,10 @@ declare const _default: {
|
|
35
35
|
};
|
36
36
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
37
37
|
"label-type": {
|
38
|
-
type: import("vue").PropType<"
|
38
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
39
39
|
};
|
40
40
|
labelType: {
|
41
|
-
type: import("vue").PropType<"
|
41
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
42
42
|
};
|
43
43
|
"label-size": {
|
44
44
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -75,10 +75,10 @@ declare const _default: {
|
|
75
75
|
Defaults: {};
|
76
76
|
}, Readonly<import("vue").ExtractPropTypes<{
|
77
77
|
"label-type": {
|
78
|
-
type: import("vue").PropType<"
|
78
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
79
79
|
};
|
80
80
|
labelType: {
|
81
|
-
type: import("vue").PropType<"
|
81
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
82
82
|
};
|
83
83
|
"label-size": {
|
84
84
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -112,10 +112,10 @@ declare const _default: {
|
|
112
112
|
__isSuspense?: never;
|
113
113
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
114
114
|
"label-type": {
|
115
|
-
type: import("vue").PropType<"
|
115
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
116
116
|
};
|
117
117
|
labelType: {
|
118
|
-
type: import("vue").PropType<"
|
118
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
119
119
|
};
|
120
120
|
"label-size": {
|
121
121
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -151,8 +151,8 @@ declare const _default: {
|
|
151
151
|
variant?: "default" | "label" | "prominent";
|
152
152
|
labelSize?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
153
153
|
"label-size"?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
154
|
-
labelType?: "
|
155
|
-
"label-type"?: "
|
154
|
+
labelType?: "text" | "title" | "navigation" | TypographyTypes;
|
155
|
+
"label-type"?: "text" | "title" | "navigation" | TypographyTypes;
|
156
156
|
}>, never>;
|
157
157
|
};
|
158
158
|
export default _default;
|
@@ -22,9 +22,9 @@ declare const _default: {
|
|
22
22
|
type: import("vue").PropType<boolean>;
|
23
23
|
};
|
24
24
|
variant: {
|
25
|
-
type: import("vue").PropType<"
|
25
|
+
type: import("vue").PropType<"navigation" | "default" | "section">;
|
26
26
|
} & {
|
27
|
-
type: import("vue").PropType<"
|
27
|
+
type: import("vue").PropType<"navigation" | "default" | "section">;
|
28
28
|
};
|
29
29
|
"onUpdate:modelValue": {
|
30
30
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -67,9 +67,9 @@ declare const _default: {
|
|
67
67
|
type: import("vue").PropType<boolean>;
|
68
68
|
};
|
69
69
|
variant: {
|
70
|
-
type: import("vue").PropType<"
|
70
|
+
type: import("vue").PropType<"navigation" | "default" | "section">;
|
71
71
|
} & {
|
72
|
-
type: import("vue").PropType<"
|
72
|
+
type: import("vue").PropType<"navigation" | "default" | "section">;
|
73
73
|
};
|
74
74
|
"onUpdate:modelValue": {
|
75
75
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -123,9 +123,9 @@ declare const _default: {
|
|
123
123
|
type: import("vue").PropType<boolean>;
|
124
124
|
};
|
125
125
|
variant: {
|
126
|
-
type: import("vue").PropType<"
|
126
|
+
type: import("vue").PropType<"navigation" | "default" | "section">;
|
127
127
|
} & {
|
128
|
-
type: import("vue").PropType<"
|
128
|
+
type: import("vue").PropType<"navigation" | "default" | "section">;
|
129
129
|
};
|
130
130
|
"onUpdate:modelValue": {
|
131
131
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -176,9 +176,9 @@ declare const _default: {
|
|
176
176
|
type: import("vue").PropType<boolean>;
|
177
177
|
};
|
178
178
|
variant: {
|
179
|
-
type: import("vue").PropType<"
|
179
|
+
type: import("vue").PropType<"navigation" | "default" | "section">;
|
180
180
|
} & {
|
181
|
-
type: import("vue").PropType<"
|
181
|
+
type: import("vue").PropType<"navigation" | "default" | "section">;
|
182
182
|
};
|
183
183
|
"onUpdate:modelValue": {
|
184
184
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -215,7 +215,7 @@ declare const _default: {
|
|
215
215
|
"v-model"?: number | number[];
|
216
216
|
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
217
217
|
modelValue?: number | number[];
|
218
|
-
variant?: "
|
218
|
+
variant?: "navigation" | "default" | "section";
|
219
219
|
expandAll?: boolean;
|
220
220
|
"expand-all"?: boolean;
|
221
221
|
}>, never>;
|
@@ -2,16 +2,16 @@ import { Spacing, SpacingValue } from "@omnia/fx-models";
|
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
"align-y": {
|
5
|
-
type: import("vue").PropType<"
|
5
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
6
6
|
};
|
7
7
|
alignY: {
|
8
|
-
type: import("vue").PropType<"
|
8
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
9
9
|
};
|
10
10
|
"align-x": {
|
11
|
-
type: import("vue").PropType<"left" | "
|
11
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
12
12
|
};
|
13
13
|
alignX: {
|
14
|
-
type: import("vue").PropType<"left" | "
|
14
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
15
15
|
};
|
16
16
|
margin: {
|
17
17
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
@@ -86,16 +86,16 @@ declare const _default: {
|
|
86
86
|
colors?: any;
|
87
87
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
88
88
|
"align-y": {
|
89
|
-
type: import("vue").PropType<"
|
89
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
90
90
|
};
|
91
91
|
alignY: {
|
92
|
-
type: import("vue").PropType<"
|
92
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
93
93
|
};
|
94
94
|
"align-x": {
|
95
|
-
type: import("vue").PropType<"left" | "
|
95
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
96
96
|
};
|
97
97
|
alignX: {
|
98
|
-
type: import("vue").PropType<"left" | "
|
98
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
99
99
|
};
|
100
100
|
margin: {
|
101
101
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
@@ -181,16 +181,16 @@ declare const _default: {
|
|
181
181
|
Defaults: {};
|
182
182
|
}, Readonly<import("vue").ExtractPropTypes<{
|
183
183
|
"align-y": {
|
184
|
-
type: import("vue").PropType<"
|
184
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
185
185
|
};
|
186
186
|
alignY: {
|
187
|
-
type: import("vue").PropType<"
|
187
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
188
188
|
};
|
189
189
|
"align-x": {
|
190
|
-
type: import("vue").PropType<"left" | "
|
190
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
191
191
|
};
|
192
192
|
alignX: {
|
193
|
-
type: import("vue").PropType<"left" | "
|
193
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
194
194
|
};
|
195
195
|
margin: {
|
196
196
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
@@ -273,16 +273,16 @@ declare const _default: {
|
|
273
273
|
__isSuspense?: never;
|
274
274
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
275
275
|
"align-y": {
|
276
|
-
type: import("vue").PropType<"
|
276
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
277
277
|
};
|
278
278
|
alignY: {
|
279
|
-
type: import("vue").PropType<"
|
279
|
+
type: import("vue").PropType<"top" | "center" | "bottom">;
|
280
280
|
};
|
281
281
|
"align-x": {
|
282
|
-
type: import("vue").PropType<"left" | "
|
282
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
283
283
|
};
|
284
284
|
alignX: {
|
285
|
-
type: import("vue").PropType<"left" | "
|
285
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
286
286
|
};
|
287
287
|
margin: {
|
288
288
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
@@ -377,15 +377,15 @@ declare const _default: {
|
|
377
377
|
filled?: boolean;
|
378
378
|
gapX?: SpacingValue;
|
379
379
|
gapY?: SpacingValue;
|
380
|
-
alignX?: "left" | "
|
381
|
-
alignY?: "
|
380
|
+
alignX?: "left" | "right" | "center";
|
381
|
+
alignY?: "top" | "center" | "bottom";
|
382
382
|
toned?: boolean;
|
383
383
|
"min-width"?: string;
|
384
384
|
"min-height"?: string;
|
385
385
|
"gap-x"?: SpacingValue;
|
386
386
|
"gap-y"?: SpacingValue;
|
387
|
-
"align-x"?: "left" | "
|
388
|
-
"align-y"?: "
|
387
|
+
"align-x"?: "left" | "right" | "center";
|
388
|
+
"align-y"?: "top" | "center" | "bottom";
|
389
389
|
}>, never>;
|
390
390
|
};
|
391
391
|
export default _default;
|
@@ -6,15 +6,15 @@ declare const _default: {
|
|
6
6
|
type: import("vue").PropType<boolean>;
|
7
7
|
};
|
8
8
|
variant: {
|
9
|
-
type: import("vue").PropType<"
|
9
|
+
type: import("vue").PropType<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
10
10
|
} & {
|
11
|
-
type: import("vue").PropType<"
|
11
|
+
type: import("vue").PropType<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
12
12
|
};
|
13
13
|
"component-host": {
|
14
|
-
type: import("vue").PropType<"
|
14
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
15
15
|
};
|
16
16
|
componentHost: {
|
17
|
-
type: import("vue").PropType<"
|
17
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
18
18
|
};
|
19
19
|
host: {
|
20
20
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -30,15 +30,15 @@ declare const _default: {
|
|
30
30
|
type: import("vue").PropType<boolean>;
|
31
31
|
};
|
32
32
|
variant: {
|
33
|
-
type: import("vue").PropType<"
|
33
|
+
type: import("vue").PropType<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
34
34
|
} & {
|
35
|
-
type: import("vue").PropType<"
|
35
|
+
type: import("vue").PropType<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
36
36
|
};
|
37
37
|
"component-host": {
|
38
|
-
type: import("vue").PropType<"
|
38
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
39
39
|
};
|
40
40
|
componentHost: {
|
41
|
-
type: import("vue").PropType<"
|
41
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
42
42
|
};
|
43
43
|
host: {
|
44
44
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -59,15 +59,15 @@ declare const _default: {
|
|
59
59
|
type: import("vue").PropType<boolean>;
|
60
60
|
};
|
61
61
|
variant: {
|
62
|
-
type: import("vue").PropType<"
|
62
|
+
type: import("vue").PropType<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
63
63
|
} & {
|
64
|
-
type: import("vue").PropType<"
|
64
|
+
type: import("vue").PropType<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
65
65
|
};
|
66
66
|
"component-host": {
|
67
|
-
type: import("vue").PropType<"
|
67
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
68
68
|
};
|
69
69
|
componentHost: {
|
70
|
-
type: import("vue").PropType<"
|
70
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
71
71
|
};
|
72
72
|
host: {
|
73
73
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -87,15 +87,15 @@ declare const _default: {
|
|
87
87
|
type: import("vue").PropType<boolean>;
|
88
88
|
};
|
89
89
|
variant: {
|
90
|
-
type: import("vue").PropType<"
|
90
|
+
type: import("vue").PropType<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
91
91
|
} & {
|
92
|
-
type: import("vue").PropType<"
|
92
|
+
type: import("vue").PropType<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
93
93
|
};
|
94
94
|
"component-host": {
|
95
|
-
type: import("vue").PropType<"
|
95
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
96
96
|
};
|
97
97
|
componentHost: {
|
98
|
-
type: import("vue").PropType<"
|
98
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
99
99
|
};
|
100
100
|
host: {
|
101
101
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -107,9 +107,9 @@ declare const _default: {
|
|
107
107
|
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
108
108
|
propsDefinition: Omit<Readonly<{} & {
|
109
109
|
host?: "admin" | "editor" | "docs";
|
110
|
-
variant?: "
|
111
|
-
componentHost?: "
|
112
|
-
"component-host"?: "
|
110
|
+
variant?: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
|
111
|
+
componentHost?: "menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
112
|
+
"component-host"?: "menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
113
113
|
force?: boolean;
|
114
114
|
}>, never>;
|
115
115
|
};
|
@@ -39,9 +39,9 @@ declare const _default: {
|
|
39
39
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
40
40
|
};
|
41
41
|
typography: {
|
42
|
-
type: import("vue").PropType<"
|
42
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
43
43
|
} & {
|
44
|
-
type: import("vue").PropType<"
|
44
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
45
45
|
};
|
46
46
|
class: {
|
47
47
|
type: import("vue").PropType<String | String[]>;
|
@@ -89,9 +89,9 @@ declare const _default: {
|
|
89
89
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
90
90
|
};
|
91
91
|
typography: {
|
92
|
-
type: import("vue").PropType<"
|
92
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
93
93
|
} & {
|
94
|
-
type: import("vue").PropType<"
|
94
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
95
95
|
};
|
96
96
|
class: {
|
97
97
|
type: import("vue").PropType<String | String[]>;
|
@@ -150,9 +150,9 @@ declare const _default: {
|
|
150
150
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
151
151
|
};
|
152
152
|
typography: {
|
153
|
-
type: import("vue").PropType<"
|
153
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
154
154
|
} & {
|
155
|
-
type: import("vue").PropType<"
|
155
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
156
156
|
};
|
157
157
|
class: {
|
158
158
|
type: import("vue").PropType<String | String[]>;
|
@@ -208,9 +208,9 @@ declare const _default: {
|
|
208
208
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
209
209
|
};
|
210
210
|
typography: {
|
211
|
-
type: import("vue").PropType<"
|
211
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
212
212
|
} & {
|
213
|
-
type: import("vue").PropType<"
|
213
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
214
214
|
};
|
215
215
|
class: {
|
216
216
|
type: import("vue").PropType<String | String[]>;
|
@@ -229,7 +229,7 @@ declare const _default: {
|
|
229
229
|
colorSchemaType?: any;
|
230
230
|
colors?: any;
|
231
231
|
} & {
|
232
|
-
typography?: "
|
232
|
+
typography?: "text" | "title" | "navigation" | TypographyTypes;
|
233
233
|
class?: String | String[];
|
234
234
|
target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
|
235
235
|
href?: string;
|
@@ -31,10 +31,10 @@ declare const _default: {
|
|
31
31
|
type: import("vue").PropType<boolean>;
|
32
32
|
};
|
33
33
|
location: {
|
34
|
-
type: import("vue").PropType<"left" | "
|
34
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
35
35
|
required: false;
|
36
36
|
} & {
|
37
|
-
type: import("vue").PropType<"left" | "
|
37
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
38
38
|
required: false;
|
39
39
|
};
|
40
40
|
"close-delay": {
|
@@ -134,10 +134,10 @@ declare const _default: {
|
|
134
134
|
type: import("vue").PropType<boolean>;
|
135
135
|
};
|
136
136
|
location: {
|
137
|
-
type: import("vue").PropType<"left" | "
|
137
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
138
138
|
required: false;
|
139
139
|
} & {
|
140
|
-
type: import("vue").PropType<"left" | "
|
140
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
141
141
|
required: false;
|
142
142
|
};
|
143
143
|
"close-delay": {
|
@@ -243,10 +243,10 @@ declare const _default: {
|
|
243
243
|
type: import("vue").PropType<boolean>;
|
244
244
|
};
|
245
245
|
location: {
|
246
|
-
type: import("vue").PropType<"left" | "
|
246
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
247
247
|
required: false;
|
248
248
|
} & {
|
249
|
-
type: import("vue").PropType<"left" | "
|
249
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
250
250
|
required: false;
|
251
251
|
};
|
252
252
|
"close-delay": {
|
@@ -349,10 +349,10 @@ declare const _default: {
|
|
349
349
|
type: import("vue").PropType<boolean>;
|
350
350
|
};
|
351
351
|
location: {
|
352
|
-
type: import("vue").PropType<"left" | "
|
352
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
353
353
|
required: false;
|
354
354
|
} & {
|
355
|
-
type: import("vue").PropType<"left" | "
|
355
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
356
356
|
required: false;
|
357
357
|
};
|
358
358
|
"close-delay": {
|
@@ -454,7 +454,7 @@ declare const _default: {
|
|
454
454
|
attach?: string | boolean | Element;
|
455
455
|
closeDelay?: string | number;
|
456
456
|
"close-delay"?: string | number;
|
457
|
-
location?: "left" | "
|
457
|
+
location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
458
458
|
openOnHover?: boolean;
|
459
459
|
"open-on-hover"?: boolean;
|
460
460
|
visibleOnContentClick?: boolean;
|
@@ -45,9 +45,9 @@ declare const _default: {
|
|
45
45
|
type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
|
46
46
|
};
|
47
47
|
variant: {
|
48
|
-
type: import("vue").PropType<"
|
48
|
+
type: import("vue").PropType<"navigation" | "tab" | "default" | "section" | "dialog" | "content" | "toolbar" | "settings" | "tab-vertical" | "info-section">;
|
49
49
|
} & {
|
50
|
-
type: import("vue").PropType<"
|
50
|
+
type: import("vue").PropType<"navigation" | "tab" | "default" | "section" | "dialog" | "content" | "toolbar" | "settings" | "tab-vertical" | "info-section">; /** Set variant from host. Can only be forced one time and not nested panels*/
|
51
51
|
};
|
52
52
|
"title-size": {
|
53
53
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -111,9 +111,9 @@ declare const _default: {
|
|
111
111
|
type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
|
112
112
|
};
|
113
113
|
variant: {
|
114
|
-
type: import("vue").PropType<"
|
114
|
+
type: import("vue").PropType<"navigation" | "tab" | "default" | "section" | "dialog" | "content" | "toolbar" | "settings" | "tab-vertical" | "info-section">;
|
115
115
|
} & {
|
116
|
-
type: import("vue").PropType<"
|
116
|
+
type: import("vue").PropType<"navigation" | "tab" | "default" | "section" | "dialog" | "content" | "toolbar" | "settings" | "tab-vertical" | "info-section">; /** Set variant from host. Can only be forced one time and not nested panels*/
|
117
117
|
};
|
118
118
|
"title-size": {
|
119
119
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -188,9 +188,9 @@ declare const _default: {
|
|
188
188
|
type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
|
189
189
|
};
|
190
190
|
variant: {
|
191
|
-
type: import("vue").PropType<"
|
191
|
+
type: import("vue").PropType<"navigation" | "tab" | "default" | "section" | "dialog" | "content" | "toolbar" | "settings" | "tab-vertical" | "info-section">;
|
192
192
|
} & {
|
193
|
-
type: import("vue").PropType<"
|
193
|
+
type: import("vue").PropType<"navigation" | "tab" | "default" | "section" | "dialog" | "content" | "toolbar" | "settings" | "tab-vertical" | "info-section">; /** Set variant from host. Can only be forced one time and not nested panels*/
|
194
194
|
};
|
195
195
|
"title-size": {
|
196
196
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -262,9 +262,9 @@ declare const _default: {
|
|
262
262
|
type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
|
263
263
|
};
|
264
264
|
variant: {
|
265
|
-
type: import("vue").PropType<"
|
265
|
+
type: import("vue").PropType<"navigation" | "tab" | "default" | "section" | "dialog" | "content" | "toolbar" | "settings" | "tab-vertical" | "info-section">;
|
266
266
|
} & {
|
267
|
-
type: import("vue").PropType<"
|
267
|
+
type: import("vue").PropType<"navigation" | "tab" | "default" | "section" | "dialog" | "content" | "toolbar" | "settings" | "tab-vertical" | "info-section">; /** Set variant from host. Can only be forced one time and not nested panels*/
|
268
268
|
};
|
269
269
|
"title-size": {
|
270
270
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -300,7 +300,7 @@ declare const _default: {
|
|
300
300
|
hide?: boolean;
|
301
301
|
filled?: boolean;
|
302
302
|
toned?: boolean;
|
303
|
-
variant?: "
|
303
|
+
variant?: "navigation" | "tab" | "default" | "section" | "dialog" | "content" | "toolbar" | "settings" | "tab-vertical" | "info-section";
|
304
304
|
titleSize?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
305
305
|
"title-size"?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
306
306
|
divider?: OBorderCombination;
|