@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
@@ -12,34 +12,34 @@ declare const _default: {
|
|
12
12
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
13
13
|
};
|
14
14
|
xl: {
|
15
|
-
type: import("vue").PropType<
|
15
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
16
16
|
} & {
|
17
|
-
type: import("vue").PropType<
|
17
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
18
18
|
};
|
19
19
|
lg: {
|
20
|
-
type: import("vue").PropType<
|
20
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
21
21
|
} & {
|
22
|
-
type: import("vue").PropType<
|
22
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
23
23
|
};
|
24
24
|
md: {
|
25
|
-
type: import("vue").PropType<
|
25
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
26
26
|
} & {
|
27
|
-
type: import("vue").PropType<
|
27
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
28
28
|
};
|
29
29
|
sm: {
|
30
|
-
type: import("vue").PropType<
|
30
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
31
31
|
} & {
|
32
|
-
type: import("vue").PropType<
|
32
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
33
33
|
};
|
34
34
|
xs: {
|
35
|
-
type: import("vue").PropType<
|
35
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
36
36
|
} & {
|
37
|
-
type: import("vue").PropType<
|
37
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
38
38
|
};
|
39
39
|
cols: {
|
40
|
-
type: import("vue").PropType<
|
40
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
41
41
|
} & {
|
42
|
-
type: import("vue").PropType<
|
42
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
43
43
|
};
|
44
44
|
variant: {
|
45
45
|
type: import("vue").PropType<"default" | "grid">;
|
@@ -54,10 +54,10 @@ declare const _default: {
|
|
54
54
|
type: import("vue").PropType<boolean>;
|
55
55
|
};
|
56
56
|
"align-self": {
|
57
|
-
type: import("vue").PropType<"
|
57
|
+
type: import("vue").PropType<"center" | "start" | "end" | "auto" | "stretch" | "baseline">;
|
58
58
|
};
|
59
59
|
alignSelf: {
|
60
|
-
type: import("vue").PropType<"
|
60
|
+
type: import("vue").PropType<"center" | "start" | "end" | "auto" | "stretch" | "baseline">;
|
61
61
|
};
|
62
62
|
filled: {
|
63
63
|
type: import("vue").PropType<boolean>;
|
@@ -83,34 +83,34 @@ declare const _default: {
|
|
83
83
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
84
84
|
};
|
85
85
|
xl: {
|
86
|
-
type: import("vue").PropType<
|
86
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
87
87
|
} & {
|
88
|
-
type: import("vue").PropType<
|
88
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
89
89
|
};
|
90
90
|
lg: {
|
91
|
-
type: import("vue").PropType<
|
91
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
92
92
|
} & {
|
93
|
-
type: import("vue").PropType<
|
93
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
94
94
|
};
|
95
95
|
md: {
|
96
|
-
type: import("vue").PropType<
|
96
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
97
97
|
} & {
|
98
|
-
type: import("vue").PropType<
|
98
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
99
99
|
};
|
100
100
|
sm: {
|
101
|
-
type: import("vue").PropType<
|
101
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
102
102
|
} & {
|
103
|
-
type: import("vue").PropType<
|
103
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
104
104
|
};
|
105
105
|
xs: {
|
106
|
-
type: import("vue").PropType<
|
106
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
107
107
|
} & {
|
108
|
-
type: import("vue").PropType<
|
108
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
109
109
|
};
|
110
110
|
cols: {
|
111
|
-
type: import("vue").PropType<
|
111
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
112
112
|
} & {
|
113
|
-
type: import("vue").PropType<
|
113
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
114
114
|
};
|
115
115
|
variant: {
|
116
116
|
type: import("vue").PropType<"default" | "grid">;
|
@@ -125,10 +125,10 @@ declare const _default: {
|
|
125
125
|
type: import("vue").PropType<boolean>;
|
126
126
|
};
|
127
127
|
"align-self": {
|
128
|
-
type: import("vue").PropType<"
|
128
|
+
type: import("vue").PropType<"center" | "start" | "end" | "auto" | "stretch" | "baseline">;
|
129
129
|
};
|
130
130
|
alignSelf: {
|
131
|
-
type: import("vue").PropType<"
|
131
|
+
type: import("vue").PropType<"center" | "start" | "end" | "auto" | "stretch" | "baseline">;
|
132
132
|
};
|
133
133
|
filled: {
|
134
134
|
type: import("vue").PropType<boolean>;
|
@@ -165,34 +165,34 @@ declare const _default: {
|
|
165
165
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
166
166
|
};
|
167
167
|
xl: {
|
168
|
-
type: import("vue").PropType<
|
168
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
169
169
|
} & {
|
170
|
-
type: import("vue").PropType<
|
170
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
171
171
|
};
|
172
172
|
lg: {
|
173
|
-
type: import("vue").PropType<
|
173
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
174
174
|
} & {
|
175
|
-
type: import("vue").PropType<
|
175
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
176
176
|
};
|
177
177
|
md: {
|
178
|
-
type: import("vue").PropType<
|
178
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
179
179
|
} & {
|
180
|
-
type: import("vue").PropType<
|
180
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
181
181
|
};
|
182
182
|
sm: {
|
183
|
-
type: import("vue").PropType<
|
183
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
184
184
|
} & {
|
185
|
-
type: import("vue").PropType<
|
185
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
186
186
|
};
|
187
187
|
xs: {
|
188
|
-
type: import("vue").PropType<
|
188
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
189
189
|
} & {
|
190
|
-
type: import("vue").PropType<
|
190
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
191
191
|
};
|
192
192
|
cols: {
|
193
|
-
type: import("vue").PropType<
|
193
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
194
194
|
} & {
|
195
|
-
type: import("vue").PropType<
|
195
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
196
196
|
};
|
197
197
|
variant: {
|
198
198
|
type: import("vue").PropType<"default" | "grid">;
|
@@ -207,10 +207,10 @@ declare const _default: {
|
|
207
207
|
type: import("vue").PropType<boolean>;
|
208
208
|
};
|
209
209
|
"align-self": {
|
210
|
-
type: import("vue").PropType<"
|
210
|
+
type: import("vue").PropType<"center" | "start" | "end" | "auto" | "stretch" | "baseline">;
|
211
211
|
};
|
212
212
|
alignSelf: {
|
213
|
-
type: import("vue").PropType<"
|
213
|
+
type: import("vue").PropType<"center" | "start" | "end" | "auto" | "stretch" | "baseline">;
|
214
214
|
};
|
215
215
|
filled: {
|
216
216
|
type: import("vue").PropType<boolean>;
|
@@ -244,34 +244,34 @@ declare const _default: {
|
|
244
244
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
245
245
|
};
|
246
246
|
xl: {
|
247
|
-
type: import("vue").PropType<
|
247
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
248
248
|
} & {
|
249
|
-
type: import("vue").PropType<
|
249
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
250
250
|
};
|
251
251
|
lg: {
|
252
|
-
type: import("vue").PropType<
|
252
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
253
253
|
} & {
|
254
|
-
type: import("vue").PropType<
|
254
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
255
255
|
};
|
256
256
|
md: {
|
257
|
-
type: import("vue").PropType<
|
257
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
258
258
|
} & {
|
259
|
-
type: import("vue").PropType<
|
259
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
260
260
|
};
|
261
261
|
sm: {
|
262
|
-
type: import("vue").PropType<
|
262
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
263
263
|
} & {
|
264
|
-
type: import("vue").PropType<
|
264
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
265
265
|
};
|
266
266
|
xs: {
|
267
|
-
type: import("vue").PropType<
|
267
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
268
268
|
} & {
|
269
|
-
type: import("vue").PropType<
|
269
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
270
270
|
};
|
271
271
|
cols: {
|
272
|
-
type: import("vue").PropType<
|
272
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
273
273
|
} & {
|
274
|
-
type: import("vue").PropType<
|
274
|
+
type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
275
275
|
};
|
276
276
|
variant: {
|
277
277
|
type: import("vue").PropType<"default" | "grid">;
|
@@ -286,10 +286,10 @@ declare const _default: {
|
|
286
286
|
type: import("vue").PropType<boolean>;
|
287
287
|
};
|
288
288
|
"align-self": {
|
289
|
-
type: import("vue").PropType<"
|
289
|
+
type: import("vue").PropType<"center" | "start" | "end" | "auto" | "stretch" | "baseline">;
|
290
290
|
};
|
291
291
|
alignSelf: {
|
292
|
-
type: import("vue").PropType<"
|
292
|
+
type: import("vue").PropType<"center" | "start" | "end" | "auto" | "stretch" | "baseline">;
|
293
293
|
};
|
294
294
|
filled: {
|
295
295
|
type: import("vue").PropType<boolean>;
|
@@ -313,20 +313,20 @@ declare const _default: {
|
|
313
313
|
colorSchemaType?: any;
|
314
314
|
colors?: any;
|
315
315
|
} & {
|
316
|
-
xs?:
|
317
|
-
|
316
|
+
xs?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
317
|
+
sm?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
318
|
+
md?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
319
|
+
lg?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
320
|
+
xl?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
318
321
|
class?: String | String[];
|
319
|
-
|
320
|
-
md?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
321
|
-
lg?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
322
|
-
alignSelf?: "start" | "center" | "end" | "auto" | "stretch" | "baseline";
|
322
|
+
alignSelf?: "center" | "start" | "end" | "auto" | "stretch" | "baseline";
|
323
323
|
margin?: Spacing | SpacingValue;
|
324
324
|
padding?: Spacing | SpacingValue;
|
325
325
|
filled?: boolean;
|
326
326
|
toned?: boolean;
|
327
327
|
variant?: "default" | "grid";
|
328
|
-
cols?:
|
329
|
-
"align-self"?: "
|
328
|
+
cols?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
329
|
+
"align-self"?: "center" | "start" | "end" | "auto" | "stretch" | "baseline";
|
330
330
|
}>, never>;
|
331
331
|
};
|
332
332
|
export default _default;
|