@omnia/fx 8.0.159-dev → 8.0.162-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
- 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/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +15 -15
- 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 +34 -34
- 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 +416 -400
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +411 -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 +411 -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/DateTimePicker.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- 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/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
- 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 +422 -406
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +846 -814
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
- 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/image/Image.d.ts +2 -2
- 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 +11 -11
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +45 -45
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +849 -817
- 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/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +422 -406
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +90 -30
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +20 -10
- 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/core/models/VelcronDefinitions.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- 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/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +26 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
- 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/SliderEditor.d.ts +8 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
- package/package.json +2 -2
|
@@ -37,76 +37,76 @@ declare const _default: {
|
|
|
37
37
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
|
38
38
|
};
|
|
39
39
|
"onUpdate:modelValue": {
|
|
40
|
-
type: import("vue").PropType<(value: "
|
|
40
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
41
41
|
};
|
|
42
42
|
"v-model": {
|
|
43
|
-
type: import("vue").PropType<"
|
|
43
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
44
44
|
required: false;
|
|
45
45
|
};
|
|
46
46
|
modelValue: {
|
|
47
|
-
type: import("vue").PropType<"
|
|
47
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
48
48
|
required: false;
|
|
49
49
|
};
|
|
50
50
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
|
51
|
-
type: import("vue").PropType<(value: "
|
|
51
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
52
52
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
|
53
|
-
type: import("vue").PropType<"
|
|
53
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
54
54
|
required: false;
|
|
55
55
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
|
56
|
-
type: import("vue").PropType<"
|
|
56
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
57
57
|
required: false;
|
|
58
58
|
}; } & {
|
|
59
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "
|
|
59
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
60
60
|
"onUpdate:modelValue": {
|
|
61
|
-
type: import("vue").PropType<(value: "
|
|
61
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
62
62
|
};
|
|
63
63
|
} & {
|
|
64
64
|
"v-model": {
|
|
65
|
-
type: import("vue").PropType<"
|
|
65
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
66
66
|
required: false;
|
|
67
67
|
};
|
|
68
68
|
} & {
|
|
69
69
|
modelValue: {
|
|
70
|
-
type: import("vue").PropType<"
|
|
70
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
71
71
|
required: false;
|
|
72
72
|
};
|
|
73
73
|
}>;
|
|
74
|
-
defaultValue(value?: "
|
|
74
|
+
defaultValue(value?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
75
75
|
"onUpdate:modelValue": {
|
|
76
|
-
type: import("vue").PropType<(value: "
|
|
76
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
77
77
|
};
|
|
78
78
|
} & {
|
|
79
79
|
"v-model": {
|
|
80
|
-
type: import("vue").PropType<"
|
|
80
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
81
81
|
required: false;
|
|
82
82
|
};
|
|
83
83
|
} & {
|
|
84
84
|
modelValue: {
|
|
85
|
-
type: import("vue").PropType<"
|
|
85
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
86
86
|
required: false;
|
|
87
87
|
};
|
|
88
88
|
}, false>;
|
|
89
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "
|
|
89
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
90
90
|
"onUpdate:modelValue": {
|
|
91
|
-
type: import("vue").PropType<(value: "
|
|
91
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
92
92
|
};
|
|
93
93
|
} & {
|
|
94
94
|
"v-model": {
|
|
95
|
-
type: import("vue").PropType<"
|
|
95
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
96
96
|
required: false;
|
|
97
97
|
};
|
|
98
98
|
} & {
|
|
99
99
|
modelValue: {
|
|
100
|
-
type: import("vue").PropType<"
|
|
100
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
101
101
|
required: false;
|
|
102
102
|
};
|
|
103
103
|
}>;
|
|
104
104
|
};
|
|
105
105
|
"dynamic-color-schema-type": {
|
|
106
|
-
type: import("vue").PropType<"
|
|
106
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
|
107
107
|
};
|
|
108
108
|
dynamicColorSchemaType: {
|
|
109
|
-
type: import("vue").PropType<"
|
|
109
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
|
110
110
|
};
|
|
111
111
|
"enable-dynamic-color": {
|
|
112
112
|
type: import("vue").PropType<boolean>;
|
|
@@ -170,76 +170,76 @@ declare const _default: {
|
|
|
170
170
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
|
171
171
|
};
|
|
172
172
|
"onUpdate:modelValue": {
|
|
173
|
-
type: import("vue").PropType<(value: "
|
|
173
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
174
174
|
};
|
|
175
175
|
"v-model": {
|
|
176
|
-
type: import("vue").PropType<"
|
|
176
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
177
177
|
required: false;
|
|
178
178
|
};
|
|
179
179
|
modelValue: {
|
|
180
|
-
type: import("vue").PropType<"
|
|
180
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
181
181
|
required: false;
|
|
182
182
|
};
|
|
183
183
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
|
184
|
-
type: import("vue").PropType<(value: "
|
|
184
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
185
185
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
|
186
|
-
type: import("vue").PropType<"
|
|
186
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
187
187
|
required: false;
|
|
188
188
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
|
189
|
-
type: import("vue").PropType<"
|
|
189
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
190
190
|
required: false;
|
|
191
191
|
}; } & {
|
|
192
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "
|
|
192
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
193
193
|
"onUpdate:modelValue": {
|
|
194
|
-
type: import("vue").PropType<(value: "
|
|
194
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
195
195
|
};
|
|
196
196
|
} & {
|
|
197
197
|
"v-model": {
|
|
198
|
-
type: import("vue").PropType<"
|
|
198
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
199
199
|
required: false;
|
|
200
200
|
};
|
|
201
201
|
} & {
|
|
202
202
|
modelValue: {
|
|
203
|
-
type: import("vue").PropType<"
|
|
203
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
204
204
|
required: false;
|
|
205
205
|
};
|
|
206
206
|
}>;
|
|
207
|
-
defaultValue(value?: "
|
|
207
|
+
defaultValue(value?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
208
208
|
"onUpdate:modelValue": {
|
|
209
|
-
type: import("vue").PropType<(value: "
|
|
209
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
210
210
|
};
|
|
211
211
|
} & {
|
|
212
212
|
"v-model": {
|
|
213
|
-
type: import("vue").PropType<"
|
|
213
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
214
214
|
required: false;
|
|
215
215
|
};
|
|
216
216
|
} & {
|
|
217
217
|
modelValue: {
|
|
218
|
-
type: import("vue").PropType<"
|
|
218
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
219
219
|
required: false;
|
|
220
220
|
};
|
|
221
221
|
}, false>;
|
|
222
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "
|
|
222
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
223
223
|
"onUpdate:modelValue": {
|
|
224
|
-
type: import("vue").PropType<(value: "
|
|
224
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
225
225
|
};
|
|
226
226
|
} & {
|
|
227
227
|
"v-model": {
|
|
228
|
-
type: import("vue").PropType<"
|
|
228
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
229
229
|
required: false;
|
|
230
230
|
};
|
|
231
231
|
} & {
|
|
232
232
|
modelValue: {
|
|
233
|
-
type: import("vue").PropType<"
|
|
233
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
234
234
|
required: false;
|
|
235
235
|
};
|
|
236
236
|
}>;
|
|
237
237
|
};
|
|
238
238
|
"dynamic-color-schema-type": {
|
|
239
|
-
type: import("vue").PropType<"
|
|
239
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
|
240
240
|
};
|
|
241
241
|
dynamicColorSchemaType: {
|
|
242
|
-
type: import("vue").PropType<"
|
|
242
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
|
243
243
|
};
|
|
244
244
|
"enable-dynamic-color": {
|
|
245
245
|
type: import("vue").PropType<boolean>;
|
|
@@ -310,76 +310,76 @@ declare const _default: {
|
|
|
310
310
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
|
311
311
|
};
|
|
312
312
|
"onUpdate:modelValue": {
|
|
313
|
-
type: import("vue").PropType<(value: "
|
|
313
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
314
314
|
};
|
|
315
315
|
"v-model": {
|
|
316
|
-
type: import("vue").PropType<"
|
|
316
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
317
317
|
required: false;
|
|
318
318
|
};
|
|
319
319
|
modelValue: {
|
|
320
|
-
type: import("vue").PropType<"
|
|
320
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
321
321
|
required: false;
|
|
322
322
|
};
|
|
323
323
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
|
324
|
-
type: import("vue").PropType<(value: "
|
|
324
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
325
325
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
|
326
|
-
type: import("vue").PropType<"
|
|
326
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
327
327
|
required: false;
|
|
328
328
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
|
329
|
-
type: import("vue").PropType<"
|
|
329
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
330
330
|
required: false;
|
|
331
331
|
}; } & {
|
|
332
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "
|
|
332
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
333
333
|
"onUpdate:modelValue": {
|
|
334
|
-
type: import("vue").PropType<(value: "
|
|
334
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
335
335
|
};
|
|
336
336
|
} & {
|
|
337
337
|
"v-model": {
|
|
338
|
-
type: import("vue").PropType<"
|
|
338
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
339
339
|
required: false;
|
|
340
340
|
};
|
|
341
341
|
} & {
|
|
342
342
|
modelValue: {
|
|
343
|
-
type: import("vue").PropType<"
|
|
343
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
344
344
|
required: false;
|
|
345
345
|
};
|
|
346
346
|
}>;
|
|
347
|
-
defaultValue(value?: "
|
|
347
|
+
defaultValue(value?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
348
348
|
"onUpdate:modelValue": {
|
|
349
|
-
type: import("vue").PropType<(value: "
|
|
349
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
350
350
|
};
|
|
351
351
|
} & {
|
|
352
352
|
"v-model": {
|
|
353
|
-
type: import("vue").PropType<"
|
|
353
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
354
354
|
required: false;
|
|
355
355
|
};
|
|
356
356
|
} & {
|
|
357
357
|
modelValue: {
|
|
358
|
-
type: import("vue").PropType<"
|
|
358
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
359
359
|
required: false;
|
|
360
360
|
};
|
|
361
361
|
}, false>;
|
|
362
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "
|
|
362
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
363
363
|
"onUpdate:modelValue": {
|
|
364
|
-
type: import("vue").PropType<(value: "
|
|
364
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
365
365
|
};
|
|
366
366
|
} & {
|
|
367
367
|
"v-model": {
|
|
368
|
-
type: import("vue").PropType<"
|
|
368
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
369
369
|
required: false;
|
|
370
370
|
};
|
|
371
371
|
} & {
|
|
372
372
|
modelValue: {
|
|
373
|
-
type: import("vue").PropType<"
|
|
373
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
374
374
|
required: false;
|
|
375
375
|
};
|
|
376
376
|
}>;
|
|
377
377
|
};
|
|
378
378
|
"dynamic-color-schema-type": {
|
|
379
|
-
type: import("vue").PropType<"
|
|
379
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
|
380
380
|
};
|
|
381
381
|
dynamicColorSchemaType: {
|
|
382
|
-
type: import("vue").PropType<"
|
|
382
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
|
383
383
|
};
|
|
384
384
|
"enable-dynamic-color": {
|
|
385
385
|
type: import("vue").PropType<boolean>;
|
|
@@ -447,76 +447,76 @@ declare const _default: {
|
|
|
447
447
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
|
448
448
|
};
|
|
449
449
|
"onUpdate:modelValue": {
|
|
450
|
-
type: import("vue").PropType<(value: "
|
|
450
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
451
451
|
};
|
|
452
452
|
"v-model": {
|
|
453
|
-
type: import("vue").PropType<"
|
|
453
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
454
454
|
required: false;
|
|
455
455
|
};
|
|
456
456
|
modelValue: {
|
|
457
|
-
type: import("vue").PropType<"
|
|
457
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
458
458
|
required: false;
|
|
459
459
|
};
|
|
460
460
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
|
461
|
-
type: import("vue").PropType<(value: "
|
|
461
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
462
462
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
|
463
|
-
type: import("vue").PropType<"
|
|
463
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
464
464
|
required: false;
|
|
465
465
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
|
466
|
-
type: import("vue").PropType<"
|
|
466
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
467
467
|
required: false;
|
|
468
468
|
}; } & {
|
|
469
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "
|
|
469
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
470
470
|
"onUpdate:modelValue": {
|
|
471
|
-
type: import("vue").PropType<(value: "
|
|
471
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
472
472
|
};
|
|
473
473
|
} & {
|
|
474
474
|
"v-model": {
|
|
475
|
-
type: import("vue").PropType<"
|
|
475
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
476
476
|
required: false;
|
|
477
477
|
};
|
|
478
478
|
} & {
|
|
479
479
|
modelValue: {
|
|
480
|
-
type: import("vue").PropType<"
|
|
480
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
481
481
|
required: false;
|
|
482
482
|
};
|
|
483
483
|
}>;
|
|
484
|
-
defaultValue(value?: "
|
|
484
|
+
defaultValue(value?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
485
485
|
"onUpdate:modelValue": {
|
|
486
|
-
type: import("vue").PropType<(value: "
|
|
486
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
487
487
|
};
|
|
488
488
|
} & {
|
|
489
489
|
"v-model": {
|
|
490
|
-
type: import("vue").PropType<"
|
|
490
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
491
491
|
required: false;
|
|
492
492
|
};
|
|
493
493
|
} & {
|
|
494
494
|
modelValue: {
|
|
495
|
-
type: import("vue").PropType<"
|
|
495
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
496
496
|
required: false;
|
|
497
497
|
};
|
|
498
498
|
}, false>;
|
|
499
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "
|
|
499
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
500
500
|
"onUpdate:modelValue": {
|
|
501
|
-
type: import("vue").PropType<(value: "
|
|
501
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
502
502
|
};
|
|
503
503
|
} & {
|
|
504
504
|
"v-model": {
|
|
505
|
-
type: import("vue").PropType<"
|
|
505
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
506
506
|
required: false;
|
|
507
507
|
};
|
|
508
508
|
} & {
|
|
509
509
|
modelValue: {
|
|
510
|
-
type: import("vue").PropType<"
|
|
510
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
511
511
|
required: false;
|
|
512
512
|
};
|
|
513
513
|
}>;
|
|
514
514
|
};
|
|
515
515
|
"dynamic-color-schema-type": {
|
|
516
|
-
type: import("vue").PropType<"
|
|
516
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
|
517
517
|
};
|
|
518
518
|
dynamicColorSchemaType: {
|
|
519
|
-
type: import("vue").PropType<"
|
|
519
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
|
520
520
|
};
|
|
521
521
|
"enable-dynamic-color": {
|
|
522
522
|
type: import("vue").PropType<boolean>;
|
|
@@ -555,75 +555,75 @@ declare const _default: {
|
|
|
555
555
|
colorSchemaType?: any;
|
|
556
556
|
colors?: any;
|
|
557
557
|
} & {
|
|
558
|
-
title?: string;
|
|
559
558
|
name?: {
|
|
560
559
|
[x: `onUpdate:${string}`]: {
|
|
561
|
-
type: import("vue").PropType<(value: "
|
|
560
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
562
561
|
};
|
|
563
562
|
} & {
|
|
564
563
|
[x: `v-model:${string}`]: {
|
|
565
|
-
type: import("vue").PropType<"
|
|
564
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
566
565
|
required: false;
|
|
567
566
|
};
|
|
568
567
|
} & {
|
|
569
568
|
[x: string]: {
|
|
570
|
-
type: import("vue").PropType<"
|
|
569
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
571
570
|
required: false;
|
|
572
571
|
};
|
|
573
572
|
} & {
|
|
574
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, "
|
|
573
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
575
574
|
"onUpdate:modelValue": {
|
|
576
|
-
type: import("vue").PropType<(value: "
|
|
575
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
577
576
|
};
|
|
578
577
|
} & {
|
|
579
578
|
"v-model": {
|
|
580
|
-
type: import("vue").PropType<"
|
|
579
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
581
580
|
required: false;
|
|
582
581
|
};
|
|
583
582
|
} & {
|
|
584
583
|
modelValue: {
|
|
585
|
-
type: import("vue").PropType<"
|
|
584
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
586
585
|
required: false;
|
|
587
586
|
};
|
|
588
587
|
}>;
|
|
589
|
-
defaultValue(value?: "
|
|
588
|
+
defaultValue(value?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
590
589
|
"onUpdate:modelValue": {
|
|
591
|
-
type: import("vue").PropType<(value: "
|
|
590
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
592
591
|
};
|
|
593
592
|
} & {
|
|
594
593
|
"v-model": {
|
|
595
|
-
type: import("vue").PropType<"
|
|
594
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
596
595
|
required: false;
|
|
597
596
|
};
|
|
598
597
|
} & {
|
|
599
598
|
modelValue: {
|
|
600
|
-
type: import("vue").PropType<"
|
|
599
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
601
600
|
required: false;
|
|
602
601
|
};
|
|
603
602
|
}, false>;
|
|
604
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, "
|
|
603
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema, {
|
|
605
604
|
"onUpdate:modelValue": {
|
|
606
|
-
type: import("vue").PropType<(value: "
|
|
605
|
+
type: import("vue").PropType<(value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any>;
|
|
607
606
|
};
|
|
608
607
|
} & {
|
|
609
608
|
"v-model": {
|
|
610
|
-
type: import("vue").PropType<"
|
|
609
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
611
610
|
required: false;
|
|
612
611
|
};
|
|
613
612
|
} & {
|
|
614
613
|
modelValue: {
|
|
615
|
-
type: import("vue").PropType<"
|
|
614
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema>;
|
|
616
615
|
required: false;
|
|
617
616
|
};
|
|
618
617
|
}>;
|
|
619
618
|
};
|
|
619
|
+
title?: string;
|
|
620
620
|
class?: String | String[];
|
|
621
621
|
label?: string;
|
|
622
622
|
disabled?: boolean;
|
|
623
623
|
themeDefinition?: ThemeDefinitionV2;
|
|
624
|
-
"v-model"?: "
|
|
625
|
-
"onUpdate:modelValue"?: (value: "
|
|
626
|
-
modelValue?: "
|
|
624
|
+
"v-model"?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema;
|
|
625
|
+
"onUpdate:modelValue"?: (value: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema) => any;
|
|
626
|
+
modelValue?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic" | ColorSchema;
|
|
627
627
|
"v-slots"?: {
|
|
628
628
|
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
|
629
629
|
} & {
|
|
@@ -631,8 +631,8 @@ declare const _default: {
|
|
|
631
631
|
};
|
|
632
632
|
variant?: Variant;
|
|
633
633
|
"theme-definition"?: ThemeDefinitionV2;
|
|
634
|
-
dynamicColorSchemaType?: "
|
|
635
|
-
"dynamic-color-schema-type"?: "
|
|
634
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
|
635
|
+
"dynamic-color-schema-type"?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
|
636
636
|
enableDynamicColor?: boolean;
|
|
637
637
|
"enable-dynamic-color"?: boolean;
|
|
638
638
|
customSchema?: boolean;
|