@omnia/fx 8.0.152-dev → 8.0.153-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/core/http/HttpClient.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +315 -315
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +321 -321
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +321 -321
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/package.json +2 -2
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts
CHANGED
@@ -2,144 +2,144 @@ import { ColorSchemaType } from "@omnia/fx-models";
|
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
"onUpdate:modelValue": {
|
5
|
-
type: import("vue").PropType<(value: "
|
5
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
6
6
|
};
|
7
7
|
"v-model": {
|
8
|
-
type: import("vue").PropType<"
|
8
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
9
9
|
required: false;
|
10
10
|
};
|
11
11
|
modelValue: {
|
12
|
-
type: import("vue").PropType<"
|
12
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
13
13
|
required: false;
|
14
14
|
};
|
15
15
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
16
|
-
type: import("vue").PropType<(value: "
|
16
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
17
17
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
18
|
-
type: import("vue").PropType<"
|
18
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
19
19
|
required: false;
|
20
20
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
21
|
-
type: import("vue").PropType<"
|
21
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
22
22
|
required: false;
|
23
23
|
}; } & {
|
24
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "
|
24
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
25
25
|
"onUpdate:modelValue": {
|
26
|
-
type: import("vue").PropType<(value: "
|
26
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
27
27
|
};
|
28
28
|
} & {
|
29
29
|
"v-model": {
|
30
|
-
type: import("vue").PropType<"
|
30
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
31
31
|
required: false;
|
32
32
|
};
|
33
33
|
} & {
|
34
34
|
modelValue: {
|
35
|
-
type: import("vue").PropType<"
|
35
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
36
36
|
required: false;
|
37
37
|
};
|
38
38
|
}>;
|
39
|
-
defaultValue(value?: "
|
39
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
40
40
|
"onUpdate:modelValue": {
|
41
|
-
type: import("vue").PropType<(value: "
|
41
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
42
42
|
};
|
43
43
|
} & {
|
44
44
|
"v-model": {
|
45
|
-
type: import("vue").PropType<"
|
45
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
46
46
|
required: false;
|
47
47
|
};
|
48
48
|
} & {
|
49
49
|
modelValue: {
|
50
|
-
type: import("vue").PropType<"
|
50
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
51
51
|
required: false;
|
52
52
|
};
|
53
53
|
}, false>;
|
54
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "
|
54
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
55
55
|
"onUpdate:modelValue": {
|
56
|
-
type: import("vue").PropType<(value: "
|
56
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
57
57
|
};
|
58
58
|
} & {
|
59
59
|
"v-model": {
|
60
|
-
type: import("vue").PropType<"
|
60
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
61
61
|
required: false;
|
62
62
|
};
|
63
63
|
} & {
|
64
64
|
modelValue: {
|
65
|
-
type: import("vue").PropType<"
|
65
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
66
66
|
required: false;
|
67
67
|
};
|
68
68
|
}>;
|
69
69
|
};
|
70
70
|
}>> & {
|
71
|
-
"onUpdate:modelValue"?: (value: "
|
71
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any;
|
72
72
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
73
73
|
"update:modelValue": (value: ColorSchemaType) => true;
|
74
74
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
75
75
|
"onUpdate:modelValue": {
|
76
|
-
type: import("vue").PropType<(value: "
|
76
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
77
77
|
};
|
78
78
|
"v-model": {
|
79
|
-
type: import("vue").PropType<"
|
79
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
80
80
|
required: false;
|
81
81
|
};
|
82
82
|
modelValue: {
|
83
|
-
type: import("vue").PropType<"
|
83
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
84
84
|
required: false;
|
85
85
|
};
|
86
86
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
87
|
-
type: import("vue").PropType<(value: "
|
87
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
88
88
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
89
|
-
type: import("vue").PropType<"
|
89
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
90
90
|
required: false;
|
91
91
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
92
|
-
type: import("vue").PropType<"
|
92
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
93
93
|
required: false;
|
94
94
|
}; } & {
|
95
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "
|
95
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
96
96
|
"onUpdate:modelValue": {
|
97
|
-
type: import("vue").PropType<(value: "
|
97
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
98
98
|
};
|
99
99
|
} & {
|
100
100
|
"v-model": {
|
101
|
-
type: import("vue").PropType<"
|
101
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
102
102
|
required: false;
|
103
103
|
};
|
104
104
|
} & {
|
105
105
|
modelValue: {
|
106
|
-
type: import("vue").PropType<"
|
106
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
107
107
|
required: false;
|
108
108
|
};
|
109
109
|
}>;
|
110
|
-
defaultValue(value?: "
|
110
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
111
111
|
"onUpdate:modelValue": {
|
112
|
-
type: import("vue").PropType<(value: "
|
112
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
113
113
|
};
|
114
114
|
} & {
|
115
115
|
"v-model": {
|
116
|
-
type: import("vue").PropType<"
|
116
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
117
117
|
required: false;
|
118
118
|
};
|
119
119
|
} & {
|
120
120
|
modelValue: {
|
121
|
-
type: import("vue").PropType<"
|
121
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
122
122
|
required: false;
|
123
123
|
};
|
124
124
|
}, false>;
|
125
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "
|
125
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
126
126
|
"onUpdate:modelValue": {
|
127
|
-
type: import("vue").PropType<(value: "
|
127
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
128
128
|
};
|
129
129
|
} & {
|
130
130
|
"v-model": {
|
131
|
-
type: import("vue").PropType<"
|
131
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
132
132
|
required: false;
|
133
133
|
};
|
134
134
|
} & {
|
135
135
|
modelValue: {
|
136
|
-
type: import("vue").PropType<"
|
136
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
137
137
|
required: false;
|
138
138
|
};
|
139
139
|
}>;
|
140
140
|
};
|
141
141
|
}>> & {
|
142
|
-
"onUpdate:modelValue"?: (value: "
|
142
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any;
|
143
143
|
}, {}, true, {}, {}, {
|
144
144
|
P: {};
|
145
145
|
B: {};
|
@@ -149,216 +149,216 @@ declare const _default: {
|
|
149
149
|
Defaults: {};
|
150
150
|
}, Readonly<import("vue").ExtractPropTypes<{
|
151
151
|
"onUpdate:modelValue": {
|
152
|
-
type: import("vue").PropType<(value: "
|
152
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
153
153
|
};
|
154
154
|
"v-model": {
|
155
|
-
type: import("vue").PropType<"
|
155
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
156
156
|
required: false;
|
157
157
|
};
|
158
158
|
modelValue: {
|
159
|
-
type: import("vue").PropType<"
|
159
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
160
160
|
required: false;
|
161
161
|
};
|
162
162
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
163
|
-
type: import("vue").PropType<(value: "
|
163
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
164
164
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
165
|
-
type: import("vue").PropType<"
|
165
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
166
166
|
required: false;
|
167
167
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
168
|
-
type: import("vue").PropType<"
|
168
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
169
169
|
required: false;
|
170
170
|
}; } & {
|
171
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "
|
171
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
172
172
|
"onUpdate:modelValue": {
|
173
|
-
type: import("vue").PropType<(value: "
|
173
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
174
174
|
};
|
175
175
|
} & {
|
176
176
|
"v-model": {
|
177
|
-
type: import("vue").PropType<"
|
177
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
178
178
|
required: false;
|
179
179
|
};
|
180
180
|
} & {
|
181
181
|
modelValue: {
|
182
|
-
type: import("vue").PropType<"
|
182
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
183
183
|
required: false;
|
184
184
|
};
|
185
185
|
}>;
|
186
|
-
defaultValue(value?: "
|
186
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
187
187
|
"onUpdate:modelValue": {
|
188
|
-
type: import("vue").PropType<(value: "
|
188
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
189
189
|
};
|
190
190
|
} & {
|
191
191
|
"v-model": {
|
192
|
-
type: import("vue").PropType<"
|
192
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
193
193
|
required: false;
|
194
194
|
};
|
195
195
|
} & {
|
196
196
|
modelValue: {
|
197
|
-
type: import("vue").PropType<"
|
197
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
198
198
|
required: false;
|
199
199
|
};
|
200
200
|
}, false>;
|
201
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "
|
201
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
202
202
|
"onUpdate:modelValue": {
|
203
|
-
type: import("vue").PropType<(value: "
|
203
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
204
204
|
};
|
205
205
|
} & {
|
206
206
|
"v-model": {
|
207
|
-
type: import("vue").PropType<"
|
207
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
208
208
|
required: false;
|
209
209
|
};
|
210
210
|
} & {
|
211
211
|
modelValue: {
|
212
|
-
type: import("vue").PropType<"
|
212
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
213
213
|
required: false;
|
214
214
|
};
|
215
215
|
}>;
|
216
216
|
};
|
217
217
|
}>> & {
|
218
|
-
"onUpdate:modelValue"?: (value: "
|
218
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any;
|
219
219
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
220
220
|
__isFragment?: never;
|
221
221
|
__isTeleport?: never;
|
222
222
|
__isSuspense?: never;
|
223
223
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
224
224
|
"onUpdate:modelValue": {
|
225
|
-
type: import("vue").PropType<(value: "
|
225
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
226
226
|
};
|
227
227
|
"v-model": {
|
228
|
-
type: import("vue").PropType<"
|
228
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
229
229
|
required: false;
|
230
230
|
};
|
231
231
|
modelValue: {
|
232
|
-
type: import("vue").PropType<"
|
232
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
233
233
|
required: false;
|
234
234
|
};
|
235
235
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
236
|
-
type: import("vue").PropType<(value: "
|
236
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
237
237
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
238
|
-
type: import("vue").PropType<"
|
238
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
239
239
|
required: false;
|
240
240
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
241
|
-
type: import("vue").PropType<"
|
241
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
242
242
|
required: false;
|
243
243
|
}; } & {
|
244
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "
|
244
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
245
245
|
"onUpdate:modelValue": {
|
246
|
-
type: import("vue").PropType<(value: "
|
246
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
247
247
|
};
|
248
248
|
} & {
|
249
249
|
"v-model": {
|
250
|
-
type: import("vue").PropType<"
|
250
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
251
251
|
required: false;
|
252
252
|
};
|
253
253
|
} & {
|
254
254
|
modelValue: {
|
255
|
-
type: import("vue").PropType<"
|
255
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
256
256
|
required: false;
|
257
257
|
};
|
258
258
|
}>;
|
259
|
-
defaultValue(value?: "
|
259
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
260
260
|
"onUpdate:modelValue": {
|
261
|
-
type: import("vue").PropType<(value: "
|
261
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
262
262
|
};
|
263
263
|
} & {
|
264
264
|
"v-model": {
|
265
|
-
type: import("vue").PropType<"
|
265
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
266
266
|
required: false;
|
267
267
|
};
|
268
268
|
} & {
|
269
269
|
modelValue: {
|
270
|
-
type: import("vue").PropType<"
|
270
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
271
271
|
required: false;
|
272
272
|
};
|
273
273
|
}, false>;
|
274
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "
|
274
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
275
275
|
"onUpdate:modelValue": {
|
276
|
-
type: import("vue").PropType<(value: "
|
276
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
277
277
|
};
|
278
278
|
} & {
|
279
279
|
"v-model": {
|
280
|
-
type: import("vue").PropType<"
|
280
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
281
281
|
required: false;
|
282
282
|
};
|
283
283
|
} & {
|
284
284
|
modelValue: {
|
285
|
-
type: import("vue").PropType<"
|
285
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
286
286
|
required: false;
|
287
287
|
};
|
288
288
|
}>;
|
289
289
|
};
|
290
290
|
}>> & {
|
291
|
-
"onUpdate:modelValue"?: (value: "
|
291
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any;
|
292
292
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
293
293
|
"update:modelValue": (value: ColorSchemaType) => true;
|
294
294
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
295
295
|
propsDefinition: Omit<Readonly<{} & {
|
296
296
|
name?: {
|
297
297
|
[x: `onUpdate:${string}`]: {
|
298
|
-
type: import("vue").PropType<(value: "
|
298
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
299
299
|
};
|
300
300
|
} & {
|
301
301
|
[x: `v-model:${string}`]: {
|
302
|
-
type: import("vue").PropType<"
|
302
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
303
303
|
required: false;
|
304
304
|
};
|
305
305
|
} & {
|
306
306
|
[x: string]: {
|
307
|
-
type: import("vue").PropType<"
|
307
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
308
308
|
required: false;
|
309
309
|
};
|
310
310
|
} & {
|
311
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, "
|
311
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
312
312
|
"onUpdate:modelValue": {
|
313
|
-
type: import("vue").PropType<(value: "
|
313
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
314
314
|
};
|
315
315
|
} & {
|
316
316
|
"v-model": {
|
317
|
-
type: import("vue").PropType<"
|
317
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
318
318
|
required: false;
|
319
319
|
};
|
320
320
|
} & {
|
321
321
|
modelValue: {
|
322
|
-
type: import("vue").PropType<"
|
322
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
323
323
|
required: false;
|
324
324
|
};
|
325
325
|
}>;
|
326
|
-
defaultValue(value?: "
|
326
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
327
327
|
"onUpdate:modelValue": {
|
328
|
-
type: import("vue").PropType<(value: "
|
328
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
329
329
|
};
|
330
330
|
} & {
|
331
331
|
"v-model": {
|
332
|
-
type: import("vue").PropType<"
|
332
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
333
333
|
required: false;
|
334
334
|
};
|
335
335
|
} & {
|
336
336
|
modelValue: {
|
337
|
-
type: import("vue").PropType<"
|
337
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
338
338
|
required: false;
|
339
339
|
};
|
340
340
|
}, false>;
|
341
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, "
|
341
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", {
|
342
342
|
"onUpdate:modelValue": {
|
343
|
-
type: import("vue").PropType<(value: "
|
343
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any>;
|
344
344
|
};
|
345
345
|
} & {
|
346
346
|
"v-model": {
|
347
|
-
type: import("vue").PropType<"
|
347
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
348
348
|
required: false;
|
349
349
|
};
|
350
350
|
} & {
|
351
351
|
modelValue: {
|
352
|
-
type: import("vue").PropType<"
|
352
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
353
353
|
required: false;
|
354
354
|
};
|
355
355
|
}>;
|
356
356
|
};
|
357
|
-
"v-model"?: "
|
358
|
-
"onUpdate:modelValue"?: (value: "
|
359
|
-
modelValue?: "
|
357
|
+
"v-model"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
358
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any;
|
359
|
+
modelValue?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
360
360
|
}>, "onUpdate:modelValue"> & {
|
361
|
-
"onUpdate:modelValue"?: (value: "
|
361
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => any;
|
362
362
|
};
|
363
363
|
};
|
364
364
|
export default _default;
|