@omnia/fx 8.0.307-dev → 8.0.308-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/ClipboardStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/HeaderEditorStore.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +77 -77
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome_2beRemoved/ChromePicker.css.d.ts → headerpicker/HeaderPicker.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome_2beRemoved/ChromePicker.d.ts → headerpicker/HeaderPicker.d.ts} +79 -79
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +18 -0
- 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/themepicker/ThemePicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +1 -23
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +0 -48
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.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/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +46 -326
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- 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/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/StateManager.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +358 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +30 -34
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplates.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts +0 -353
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts +0 -97
- package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +0 -96
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{templates/blades/ChromeTemplateEdit.d.ts → blueprints/components/blades/HeaderBladeEdit.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved/docs/SampleComponent.d.ts → oxide/breadcrumbs/docs/BreadcrumbsExample.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/index.d.ts +0 -0
@@ -25,67 +25,67 @@ declare const _default: {
|
|
25
25
|
type: import("vue").PropType<ResolvedThemeDefinition>;
|
26
26
|
};
|
27
27
|
"onUpdate:modelValue": {
|
28
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
28
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
29
29
|
};
|
30
30
|
"v-model": {
|
31
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
31
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
32
32
|
required: false;
|
33
33
|
};
|
34
34
|
modelValue: {
|
35
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
35
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
36
36
|
required: false;
|
37
37
|
};
|
38
38
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
39
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
39
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
40
40
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
41
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
41
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
42
42
|
required: false;
|
43
43
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
44
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
44
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
45
45
|
required: false;
|
46
46
|
}; } & {
|
47
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" |
|
47
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes, {
|
48
48
|
"onUpdate:modelValue": {
|
49
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
49
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
50
50
|
};
|
51
51
|
} & {
|
52
52
|
"v-model": {
|
53
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
53
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
54
54
|
required: false;
|
55
55
|
};
|
56
56
|
} & {
|
57
57
|
modelValue: {
|
58
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
58
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
59
59
|
required: false;
|
60
60
|
};
|
61
61
|
}>;
|
62
|
-
defaultValue(value?: "background" | "primary" | "secondary" |
|
62
|
+
defaultValue(value?: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes, {
|
63
63
|
"onUpdate:modelValue": {
|
64
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
64
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
65
65
|
};
|
66
66
|
} & {
|
67
67
|
"v-model": {
|
68
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
68
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
69
69
|
required: false;
|
70
70
|
};
|
71
71
|
} & {
|
72
72
|
modelValue: {
|
73
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
73
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
74
74
|
required: false;
|
75
75
|
};
|
76
76
|
}, false>;
|
77
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" |
|
77
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes, {
|
78
78
|
"onUpdate:modelValue": {
|
79
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
79
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
80
80
|
};
|
81
81
|
} & {
|
82
82
|
"v-model": {
|
83
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
83
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
84
84
|
required: false;
|
85
85
|
};
|
86
86
|
} & {
|
87
87
|
modelValue: {
|
88
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
88
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
89
89
|
required: false;
|
90
90
|
};
|
91
91
|
}>;
|
@@ -116,7 +116,7 @@ declare const _default: {
|
|
116
116
|
required: boolean;
|
117
117
|
};
|
118
118
|
}>> & {
|
119
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
119
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchema | ColorSchemaTypes) => any;
|
120
120
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
121
121
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
122
122
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -155,67 +155,67 @@ declare const _default: {
|
|
155
155
|
type: import("vue").PropType<ResolvedThemeDefinition>;
|
156
156
|
};
|
157
157
|
"onUpdate:modelValue": {
|
158
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
158
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
159
159
|
};
|
160
160
|
"v-model": {
|
161
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
161
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
162
162
|
required: false;
|
163
163
|
};
|
164
164
|
modelValue: {
|
165
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
165
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
166
166
|
required: false;
|
167
167
|
};
|
168
168
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
169
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
169
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
170
170
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
171
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
171
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
172
172
|
required: false;
|
173
173
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
174
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
174
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
175
175
|
required: false;
|
176
176
|
}; } & {
|
177
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" |
|
177
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes, {
|
178
178
|
"onUpdate:modelValue": {
|
179
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
179
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
180
180
|
};
|
181
181
|
} & {
|
182
182
|
"v-model": {
|
183
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
183
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
184
184
|
required: false;
|
185
185
|
};
|
186
186
|
} & {
|
187
187
|
modelValue: {
|
188
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
188
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
189
189
|
required: false;
|
190
190
|
};
|
191
191
|
}>;
|
192
|
-
defaultValue(value?: "background" | "primary" | "secondary" |
|
192
|
+
defaultValue(value?: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes, {
|
193
193
|
"onUpdate:modelValue": {
|
194
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
194
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
195
195
|
};
|
196
196
|
} & {
|
197
197
|
"v-model": {
|
198
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
198
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
199
199
|
required: false;
|
200
200
|
};
|
201
201
|
} & {
|
202
202
|
modelValue: {
|
203
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
203
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
204
204
|
required: false;
|
205
205
|
};
|
206
206
|
}, false>;
|
207
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" |
|
207
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes, {
|
208
208
|
"onUpdate:modelValue": {
|
209
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
209
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
210
210
|
};
|
211
211
|
} & {
|
212
212
|
"v-model": {
|
213
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
213
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
214
214
|
required: false;
|
215
215
|
};
|
216
216
|
} & {
|
217
217
|
modelValue: {
|
218
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
218
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
219
219
|
required: false;
|
220
220
|
};
|
221
221
|
}>;
|
@@ -246,7 +246,7 @@ declare const _default: {
|
|
246
246
|
required: boolean;
|
247
247
|
};
|
248
248
|
}>> & {
|
249
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
249
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchema | ColorSchemaTypes) => any;
|
250
250
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
251
251
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
252
252
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -278,67 +278,67 @@ declare const _default: {
|
|
278
278
|
type: import("vue").PropType<ResolvedThemeDefinition>;
|
279
279
|
};
|
280
280
|
"onUpdate:modelValue": {
|
281
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
281
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
282
282
|
};
|
283
283
|
"v-model": {
|
284
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
284
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
285
285
|
required: false;
|
286
286
|
};
|
287
287
|
modelValue: {
|
288
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
288
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
289
289
|
required: false;
|
290
290
|
};
|
291
291
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
292
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
292
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
293
293
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
294
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
294
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
295
295
|
required: false;
|
296
296
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
297
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
297
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
298
298
|
required: false;
|
299
299
|
}; } & {
|
300
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" |
|
300
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes, {
|
301
301
|
"onUpdate:modelValue": {
|
302
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
302
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
303
303
|
};
|
304
304
|
} & {
|
305
305
|
"v-model": {
|
306
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
306
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
307
307
|
required: false;
|
308
308
|
};
|
309
309
|
} & {
|
310
310
|
modelValue: {
|
311
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
311
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
312
312
|
required: false;
|
313
313
|
};
|
314
314
|
}>;
|
315
|
-
defaultValue(value?: "background" | "primary" | "secondary" |
|
315
|
+
defaultValue(value?: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes, {
|
316
316
|
"onUpdate:modelValue": {
|
317
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
317
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
318
318
|
};
|
319
319
|
} & {
|
320
320
|
"v-model": {
|
321
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
321
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
322
322
|
required: false;
|
323
323
|
};
|
324
324
|
} & {
|
325
325
|
modelValue: {
|
326
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
326
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
327
327
|
required: false;
|
328
328
|
};
|
329
329
|
}, false>;
|
330
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" |
|
330
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes, {
|
331
331
|
"onUpdate:modelValue": {
|
332
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
332
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
333
333
|
};
|
334
334
|
} & {
|
335
335
|
"v-model": {
|
336
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
336
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
337
337
|
required: false;
|
338
338
|
};
|
339
339
|
} & {
|
340
340
|
modelValue: {
|
341
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
341
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
342
342
|
required: false;
|
343
343
|
};
|
344
344
|
}>;
|
@@ -369,7 +369,7 @@ declare const _default: {
|
|
369
369
|
required: boolean;
|
370
370
|
};
|
371
371
|
}>> & {
|
372
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
372
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchema | ColorSchemaTypes) => any;
|
373
373
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
374
374
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
375
375
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -382,61 +382,61 @@ declare const _default: {
|
|
382
382
|
propsDefinition: Omit<Readonly<{} & {
|
383
383
|
name?: {
|
384
384
|
[x: `onUpdate:${string}`]: {
|
385
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
385
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
386
386
|
};
|
387
387
|
} & {
|
388
388
|
[x: `v-model:${string}`]: {
|
389
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
389
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
390
390
|
required: false;
|
391
391
|
};
|
392
392
|
} & {
|
393
393
|
[x: string]: {
|
394
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
394
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
395
395
|
required: false;
|
396
396
|
};
|
397
397
|
} & {
|
398
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, "background" | "primary" | "secondary" |
|
398
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes, {
|
399
399
|
"onUpdate:modelValue": {
|
400
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
400
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
401
401
|
};
|
402
402
|
} & {
|
403
403
|
"v-model": {
|
404
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
404
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
405
405
|
required: false;
|
406
406
|
};
|
407
407
|
} & {
|
408
408
|
modelValue: {
|
409
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
409
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
410
410
|
required: false;
|
411
411
|
};
|
412
412
|
}>;
|
413
|
-
defaultValue(value?: "background" | "primary" | "secondary" |
|
413
|
+
defaultValue(value?: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes, {
|
414
414
|
"onUpdate:modelValue": {
|
415
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
415
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
416
416
|
};
|
417
417
|
} & {
|
418
418
|
"v-model": {
|
419
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
419
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
420
420
|
required: false;
|
421
421
|
};
|
422
422
|
} & {
|
423
423
|
modelValue: {
|
424
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
424
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
425
425
|
required: false;
|
426
426
|
};
|
427
427
|
}, false>;
|
428
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, "background" | "primary" | "secondary" |
|
428
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes, {
|
429
429
|
"onUpdate:modelValue": {
|
430
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" |
|
430
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
|
431
431
|
};
|
432
432
|
} & {
|
433
433
|
"v-model": {
|
434
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
434
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
435
435
|
required: false;
|
436
436
|
};
|
437
437
|
} & {
|
438
438
|
modelValue: {
|
439
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" |
|
439
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes>;
|
440
440
|
required: false;
|
441
441
|
};
|
442
442
|
}>;
|
@@ -447,7 +447,7 @@ declare const _default: {
|
|
447
447
|
class?: String | String[];
|
448
448
|
label?: string;
|
449
449
|
disabled?: boolean;
|
450
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
450
|
+
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
|
451
451
|
themeDefinition?: ResolvedThemeDefinition;
|
452
452
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
453
453
|
"v-slots"?: {
|
@@ -455,14 +455,14 @@ declare const _default: {
|
|
455
455
|
} & {
|
456
456
|
activator?: () => VNodeChild;
|
457
457
|
};
|
458
|
-
"v-model"?: "background" | "primary" | "secondary" |
|
459
|
-
modelValue?: "background" | "primary" | "secondary" |
|
460
|
-
"onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" |
|
458
|
+
"v-model"?: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
|
459
|
+
modelValue?: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
|
460
|
+
"onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void;
|
461
461
|
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
462
462
|
enableDynamicColor?: boolean;
|
463
463
|
customSchema?: boolean;
|
464
464
|
}>, "onUpdate:modelValue" | "onColor:enter" | "onColor:leave"> & {
|
465
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
465
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchema | ColorSchemaTypes) => any;
|
466
466
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
467
467
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
468
468
|
};
|
@@ -385,7 +385,7 @@ declare const _default: {
|
|
385
385
|
variant?: Variant;
|
386
386
|
class?: string;
|
387
387
|
label?: string;
|
388
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
388
|
+
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
|
389
389
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
390
390
|
"v-model"?: ColorSchema;
|
391
391
|
modelValue?: ColorSchema;
|
@@ -92,7 +92,7 @@ declare const _default: {
|
|
92
92
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
93
93
|
propsDefinition: Omit<Readonly<{} & {
|
94
94
|
container?: boolean;
|
95
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
95
|
+
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
|
96
96
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
97
97
|
"v-model"?: FillDefinition | ColorValue;
|
98
98
|
modelValue?: FillDefinition | ColorValue;
|