@omnia/fx 8.0.397-dev → 8.0.399-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/ux/admin/system/submenu/auditlogs/blades/ListingBlade.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/ContainerFillsEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/FillsEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +35 -5
- 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 +11 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +87 -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/colorschemapicker/store/ColorSchemaPickerStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +15 -12
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +16 -32
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyListingPicker.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker_old.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/journey/models/JourneySelectItem.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.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/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/LayoutRenditionManager.d.ts +4 -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/multilingualinput/MultilingualInput.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -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/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +9 -294
- 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/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/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +20 -0
- package/package.json +2 -2
@@ -15,6 +15,9 @@ declare const _default: {
|
|
15
15
|
title: {
|
16
16
|
type: import("vue").PropType<string>;
|
17
17
|
};
|
18
|
+
showDynamicSchemaIfEmpty: {
|
19
|
+
type: import("vue").PropType<boolean>;
|
20
|
+
};
|
18
21
|
placeholder: {
|
19
22
|
type: import("vue").PropType<string>;
|
20
23
|
};
|
@@ -28,67 +31,67 @@ declare const _default: {
|
|
28
31
|
type: import("vue").PropType<ResolvedThemeDefinition>;
|
29
32
|
};
|
30
33
|
"onUpdate:modelValue": {
|
31
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
34
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
32
35
|
};
|
33
36
|
"v-model": {
|
34
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
37
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
35
38
|
required: false;
|
36
39
|
};
|
37
40
|
modelValue: {
|
38
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
41
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
39
42
|
required: false;
|
40
43
|
};
|
41
44
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
42
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
45
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
43
46
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
44
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
47
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
45
48
|
required: false;
|
46
49
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
47
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
50
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
48
51
|
required: false;
|
49
52
|
}; } & {
|
50
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" | "accent1" |
|
53
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema, {
|
51
54
|
"onUpdate:modelValue": {
|
52
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
55
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
53
56
|
};
|
54
57
|
} & {
|
55
58
|
"v-model": {
|
56
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
59
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
57
60
|
required: false;
|
58
61
|
};
|
59
62
|
} & {
|
60
63
|
modelValue: {
|
61
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
64
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
62
65
|
required: false;
|
63
66
|
};
|
64
67
|
}>;
|
65
|
-
defaultValue(value?: "background" | "primary" | "secondary" | "accent1" |
|
68
|
+
defaultValue(value?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema, {
|
66
69
|
"onUpdate:modelValue": {
|
67
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
70
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
68
71
|
};
|
69
72
|
} & {
|
70
73
|
"v-model": {
|
71
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
74
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
72
75
|
required: false;
|
73
76
|
};
|
74
77
|
} & {
|
75
78
|
modelValue: {
|
76
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
79
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
77
80
|
required: false;
|
78
81
|
};
|
79
82
|
}, false>;
|
80
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" | "accent1" |
|
83
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema, {
|
81
84
|
"onUpdate:modelValue": {
|
82
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
85
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
83
86
|
};
|
84
87
|
} & {
|
85
88
|
"v-model": {
|
86
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
89
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
87
90
|
required: false;
|
88
91
|
};
|
89
92
|
} & {
|
90
93
|
modelValue: {
|
91
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
94
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
92
95
|
required: false;
|
93
96
|
};
|
94
97
|
}>;
|
@@ -122,7 +125,7 @@ declare const _default: {
|
|
122
125
|
required: boolean;
|
123
126
|
};
|
124
127
|
}>> & {
|
125
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
128
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes | ColorSchema) => any;
|
126
129
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
127
130
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
128
131
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -151,6 +154,9 @@ declare const _default: {
|
|
151
154
|
title: {
|
152
155
|
type: import("vue").PropType<string>;
|
153
156
|
};
|
157
|
+
showDynamicSchemaIfEmpty: {
|
158
|
+
type: import("vue").PropType<boolean>;
|
159
|
+
};
|
154
160
|
placeholder: {
|
155
161
|
type: import("vue").PropType<string>;
|
156
162
|
};
|
@@ -164,67 +170,67 @@ declare const _default: {
|
|
164
170
|
type: import("vue").PropType<ResolvedThemeDefinition>;
|
165
171
|
};
|
166
172
|
"onUpdate:modelValue": {
|
167
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
173
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
168
174
|
};
|
169
175
|
"v-model": {
|
170
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
176
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
171
177
|
required: false;
|
172
178
|
};
|
173
179
|
modelValue: {
|
174
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
180
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
175
181
|
required: false;
|
176
182
|
};
|
177
183
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
178
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
184
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
179
185
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
180
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
186
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
181
187
|
required: false;
|
182
188
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
183
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
189
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
184
190
|
required: false;
|
185
191
|
}; } & {
|
186
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" | "accent1" |
|
192
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema, {
|
187
193
|
"onUpdate:modelValue": {
|
188
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
194
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
189
195
|
};
|
190
196
|
} & {
|
191
197
|
"v-model": {
|
192
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
198
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
193
199
|
required: false;
|
194
200
|
};
|
195
201
|
} & {
|
196
202
|
modelValue: {
|
197
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
203
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
198
204
|
required: false;
|
199
205
|
};
|
200
206
|
}>;
|
201
|
-
defaultValue(value?: "background" | "primary" | "secondary" | "accent1" |
|
207
|
+
defaultValue(value?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema, {
|
202
208
|
"onUpdate:modelValue": {
|
203
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
209
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
204
210
|
};
|
205
211
|
} & {
|
206
212
|
"v-model": {
|
207
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
213
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
208
214
|
required: false;
|
209
215
|
};
|
210
216
|
} & {
|
211
217
|
modelValue: {
|
212
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
218
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
213
219
|
required: false;
|
214
220
|
};
|
215
221
|
}, false>;
|
216
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" | "accent1" |
|
222
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema, {
|
217
223
|
"onUpdate:modelValue": {
|
218
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
224
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
219
225
|
};
|
220
226
|
} & {
|
221
227
|
"v-model": {
|
222
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
228
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
223
229
|
required: false;
|
224
230
|
};
|
225
231
|
} & {
|
226
232
|
modelValue: {
|
227
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
233
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
228
234
|
required: false;
|
229
235
|
};
|
230
236
|
}>;
|
@@ -258,7 +264,7 @@ declare const _default: {
|
|
258
264
|
required: boolean;
|
259
265
|
};
|
260
266
|
}>> & {
|
261
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
267
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes | ColorSchema) => any;
|
262
268
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
263
269
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
264
270
|
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
@@ -280,6 +286,9 @@ declare const _default: {
|
|
280
286
|
title: {
|
281
287
|
type: import("vue").PropType<string>;
|
282
288
|
};
|
289
|
+
showDynamicSchemaIfEmpty: {
|
290
|
+
type: import("vue").PropType<boolean>;
|
291
|
+
};
|
283
292
|
placeholder: {
|
284
293
|
type: import("vue").PropType<string>;
|
285
294
|
};
|
@@ -293,67 +302,67 @@ declare const _default: {
|
|
293
302
|
type: import("vue").PropType<ResolvedThemeDefinition>;
|
294
303
|
};
|
295
304
|
"onUpdate:modelValue": {
|
296
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
305
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
297
306
|
};
|
298
307
|
"v-model": {
|
299
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
308
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
300
309
|
required: false;
|
301
310
|
};
|
302
311
|
modelValue: {
|
303
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
312
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
304
313
|
required: false;
|
305
314
|
};
|
306
315
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
307
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
316
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
308
317
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
309
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
318
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
310
319
|
required: false;
|
311
320
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
312
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
321
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
313
322
|
required: false;
|
314
323
|
}; } & {
|
315
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" | "accent1" |
|
324
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema, {
|
316
325
|
"onUpdate:modelValue": {
|
317
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
326
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
318
327
|
};
|
319
328
|
} & {
|
320
329
|
"v-model": {
|
321
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
330
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
322
331
|
required: false;
|
323
332
|
};
|
324
333
|
} & {
|
325
334
|
modelValue: {
|
326
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
335
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
327
336
|
required: false;
|
328
337
|
};
|
329
338
|
}>;
|
330
|
-
defaultValue(value?: "background" | "primary" | "secondary" | "accent1" |
|
339
|
+
defaultValue(value?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema, {
|
331
340
|
"onUpdate:modelValue": {
|
332
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
341
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
333
342
|
};
|
334
343
|
} & {
|
335
344
|
"v-model": {
|
336
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
345
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
337
346
|
required: false;
|
338
347
|
};
|
339
348
|
} & {
|
340
349
|
modelValue: {
|
341
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
350
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
342
351
|
required: false;
|
343
352
|
};
|
344
353
|
}, false>;
|
345
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" | "accent1" |
|
354
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema, {
|
346
355
|
"onUpdate:modelValue": {
|
347
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
356
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
348
357
|
};
|
349
358
|
} & {
|
350
359
|
"v-model": {
|
351
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
360
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
352
361
|
required: false;
|
353
362
|
};
|
354
363
|
} & {
|
355
364
|
modelValue: {
|
356
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
365
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
357
366
|
required: false;
|
358
367
|
};
|
359
368
|
}>;
|
@@ -387,7 +396,7 @@ declare const _default: {
|
|
387
396
|
required: boolean;
|
388
397
|
};
|
389
398
|
}>> & {
|
390
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
399
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes | ColorSchema) => any;
|
391
400
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
392
401
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
393
402
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -401,61 +410,61 @@ declare const _default: {
|
|
401
410
|
title?: string;
|
402
411
|
name?: {
|
403
412
|
[x: `onUpdate:${string}`]: {
|
404
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
413
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
405
414
|
};
|
406
415
|
} & {
|
407
416
|
[x: `v-model:${string}`]: {
|
408
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
417
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
409
418
|
required: false;
|
410
419
|
};
|
411
420
|
} & {
|
412
421
|
[x: string]: {
|
413
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
422
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
414
423
|
required: false;
|
415
424
|
};
|
416
425
|
} & {
|
417
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, "background" | "primary" | "secondary" | "accent1" |
|
426
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema, {
|
418
427
|
"onUpdate:modelValue": {
|
419
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
428
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
420
429
|
};
|
421
430
|
} & {
|
422
431
|
"v-model": {
|
423
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
432
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
424
433
|
required: false;
|
425
434
|
};
|
426
435
|
} & {
|
427
436
|
modelValue: {
|
428
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
437
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
429
438
|
required: false;
|
430
439
|
};
|
431
440
|
}>;
|
432
|
-
defaultValue(value?: "background" | "primary" | "secondary" | "accent1" |
|
441
|
+
defaultValue(value?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema, {
|
433
442
|
"onUpdate:modelValue": {
|
434
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
443
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
435
444
|
};
|
436
445
|
} & {
|
437
446
|
"v-model": {
|
438
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
447
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
439
448
|
required: false;
|
440
449
|
};
|
441
450
|
} & {
|
442
451
|
modelValue: {
|
443
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
452
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
444
453
|
required: false;
|
445
454
|
};
|
446
455
|
}, false>;
|
447
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, "background" | "primary" | "secondary" | "accent1" |
|
456
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema, {
|
448
457
|
"onUpdate:modelValue": {
|
449
|
-
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" |
|
458
|
+
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
450
459
|
};
|
451
460
|
} & {
|
452
461
|
"v-model": {
|
453
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
462
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
454
463
|
required: false;
|
455
464
|
};
|
456
465
|
} & {
|
457
466
|
modelValue: {
|
458
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" |
|
467
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema>;
|
459
468
|
required: false;
|
460
469
|
};
|
461
470
|
}>;
|
@@ -465,24 +474,25 @@ declare const _default: {
|
|
465
474
|
class?: String | String[];
|
466
475
|
label?: string;
|
467
476
|
disabled?: boolean;
|
468
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
469
|
-
modelValue?: "background" | "primary" | "secondary" | "accent1" |
|
477
|
+
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
478
|
+
modelValue?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema;
|
470
479
|
"v-slots"?: {
|
471
480
|
default?: import("../../../DefineVueTypings").Slot;
|
472
481
|
} & {
|
473
482
|
activator?: () => VNodeChild;
|
474
483
|
};
|
475
|
-
"onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | "accent1" |
|
484
|
+
"onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void;
|
476
485
|
themeDefinition?: ResolvedThemeDefinition;
|
477
486
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
478
|
-
"v-model"?: "background" | "primary" | "secondary" | "accent1" |
|
487
|
+
"v-model"?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema;
|
479
488
|
toned?: boolean;
|
480
489
|
placeholder?: string;
|
481
490
|
enableDynamicColor?: boolean;
|
482
491
|
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
483
492
|
customSchema?: boolean;
|
493
|
+
showDynamicSchemaIfEmpty?: boolean;
|
484
494
|
}>, "onUpdate:modelValue" | "onColor:enter" | "onColor:leave"> & {
|
485
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
495
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes | ColorSchema) => any;
|
486
496
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
487
497
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
488
498
|
};
|
@@ -404,7 +404,7 @@ declare const _default: {
|
|
404
404
|
variant?: Variant;
|
405
405
|
class?: string;
|
406
406
|
label?: string;
|
407
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
407
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
408
408
|
modelValue?: ColorSchema;
|
409
409
|
closeIcon?: boolean;
|
410
410
|
"onUpdate:modelValue"?: (value: ColorSchema) => any | void;
|
@@ -5,7 +5,7 @@ interface ColorSchemaItem {
|
|
5
5
|
}
|
6
6
|
export declare const useColorSchemaPickerStore: () => {
|
7
7
|
state: {
|
8
|
-
internalModel: "background" | "primary" | "secondary" | "accent1" |
|
8
|
+
internalModel: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema;
|
9
9
|
customSchemaModel: ColorSchema;
|
10
10
|
customSchema: ColorSchema;
|
11
11
|
isCustomSchema: boolean;
|