@omnia/fx 8.0.178-dev → 8.0.179-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/ComponentTypings.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +12 -6
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +124 -120
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +124 -120
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +84 -265
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +52 -35
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +50 -15
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/docs/SampleTestBenchComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/markdown/plugins/{ThemeStylingPlugin.d.ts → themestyling/ThemeStylingPlugin.d.ts} +2 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +91 -91
- package/package.json +3 -3
@@ -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<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
15
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
16
16
|
} & {
|
17
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
17
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
18
18
|
};
|
19
19
|
lg: {
|
20
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
20
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
21
21
|
} & {
|
22
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
22
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
23
23
|
};
|
24
24
|
md: {
|
25
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
25
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
26
26
|
} & {
|
27
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
27
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
28
28
|
};
|
29
29
|
sm: {
|
30
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
30
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
31
31
|
} & {
|
32
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
32
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
33
33
|
};
|
34
34
|
xs: {
|
35
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
35
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
36
36
|
} & {
|
37
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
37
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
38
38
|
};
|
39
39
|
cols: {
|
40
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
40
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
41
41
|
} & {
|
42
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
42
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
43
43
|
};
|
44
44
|
variant: {
|
45
45
|
type: import("vue").PropType<"grid" | "default">;
|
@@ -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<"auto" | "start" | "center" | "end" | "stretch" | "baseline">;
|
58
58
|
};
|
59
59
|
alignSelf: {
|
60
|
-
type: import("vue").PropType<"
|
60
|
+
type: import("vue").PropType<"auto" | "start" | "center" | "end" | "stretch" | "baseline">;
|
61
61
|
};
|
62
62
|
filled: {
|
63
63
|
type: import("vue").PropType<boolean>;
|
@@ -92,34 +92,34 @@ declare const _default: {
|
|
92
92
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
93
93
|
};
|
94
94
|
xl: {
|
95
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
95
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
96
96
|
} & {
|
97
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
97
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
98
98
|
};
|
99
99
|
lg: {
|
100
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
100
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
101
101
|
} & {
|
102
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
102
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
103
103
|
};
|
104
104
|
md: {
|
105
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
105
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
106
106
|
} & {
|
107
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
107
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
108
108
|
};
|
109
109
|
sm: {
|
110
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
110
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
111
111
|
} & {
|
112
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
112
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
113
113
|
};
|
114
114
|
xs: {
|
115
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
115
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
116
116
|
} & {
|
117
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
117
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
118
118
|
};
|
119
119
|
cols: {
|
120
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
120
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
121
121
|
} & {
|
122
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
122
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
123
123
|
};
|
124
124
|
variant: {
|
125
125
|
type: import("vue").PropType<"grid" | "default">;
|
@@ -134,10 +134,10 @@ declare const _default: {
|
|
134
134
|
type: import("vue").PropType<boolean>;
|
135
135
|
};
|
136
136
|
"align-self": {
|
137
|
-
type: import("vue").PropType<"
|
137
|
+
type: import("vue").PropType<"auto" | "start" | "center" | "end" | "stretch" | "baseline">;
|
138
138
|
};
|
139
139
|
alignSelf: {
|
140
|
-
type: import("vue").PropType<"
|
140
|
+
type: import("vue").PropType<"auto" | "start" | "center" | "end" | "stretch" | "baseline">;
|
141
141
|
};
|
142
142
|
filled: {
|
143
143
|
type: import("vue").PropType<boolean>;
|
@@ -181,34 +181,34 @@ declare const _default: {
|
|
181
181
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
182
182
|
};
|
183
183
|
xl: {
|
184
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
184
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
185
185
|
} & {
|
186
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
186
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
187
187
|
};
|
188
188
|
lg: {
|
189
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
189
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
190
190
|
} & {
|
191
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
191
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
192
192
|
};
|
193
193
|
md: {
|
194
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
194
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
195
195
|
} & {
|
196
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
196
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
197
197
|
};
|
198
198
|
sm: {
|
199
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
199
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
200
200
|
} & {
|
201
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
201
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
202
202
|
};
|
203
203
|
xs: {
|
204
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
204
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
205
205
|
} & {
|
206
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
206
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
207
207
|
};
|
208
208
|
cols: {
|
209
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
209
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
210
210
|
} & {
|
211
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
211
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
212
212
|
};
|
213
213
|
variant: {
|
214
214
|
type: import("vue").PropType<"grid" | "default">;
|
@@ -223,10 +223,10 @@ declare const _default: {
|
|
223
223
|
type: import("vue").PropType<boolean>;
|
224
224
|
};
|
225
225
|
"align-self": {
|
226
|
-
type: import("vue").PropType<"
|
226
|
+
type: import("vue").PropType<"auto" | "start" | "center" | "end" | "stretch" | "baseline">;
|
227
227
|
};
|
228
228
|
alignSelf: {
|
229
|
-
type: import("vue").PropType<"
|
229
|
+
type: import("vue").PropType<"auto" | "start" | "center" | "end" | "stretch" | "baseline">;
|
230
230
|
};
|
231
231
|
filled: {
|
232
232
|
type: import("vue").PropType<boolean>;
|
@@ -267,34 +267,34 @@ declare const _default: {
|
|
267
267
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
268
268
|
};
|
269
269
|
xl: {
|
270
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
270
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
271
271
|
} & {
|
272
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
272
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
273
273
|
};
|
274
274
|
lg: {
|
275
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
275
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
276
276
|
} & {
|
277
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
277
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
278
278
|
};
|
279
279
|
md: {
|
280
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
280
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
281
281
|
} & {
|
282
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
282
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
283
283
|
};
|
284
284
|
sm: {
|
285
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
285
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
286
286
|
} & {
|
287
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
287
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
288
288
|
};
|
289
289
|
xs: {
|
290
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
290
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
291
291
|
} & {
|
292
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
292
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
293
293
|
};
|
294
294
|
cols: {
|
295
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
295
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
296
296
|
} & {
|
297
|
-
type: import("vue").PropType<3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
297
|
+
type: import("vue").PropType<3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
|
298
298
|
};
|
299
299
|
variant: {
|
300
300
|
type: import("vue").PropType<"grid" | "default">;
|
@@ -309,10 +309,10 @@ declare const _default: {
|
|
309
309
|
type: import("vue").PropType<boolean>;
|
310
310
|
};
|
311
311
|
"align-self": {
|
312
|
-
type: import("vue").PropType<"
|
312
|
+
type: import("vue").PropType<"auto" | "start" | "center" | "end" | "stretch" | "baseline">;
|
313
313
|
};
|
314
314
|
alignSelf: {
|
315
|
-
type: import("vue").PropType<"
|
315
|
+
type: import("vue").PropType<"auto" | "start" | "center" | "end" | "stretch" | "baseline">;
|
316
316
|
};
|
317
317
|
filled: {
|
318
318
|
type: import("vue").PropType<boolean>;
|
@@ -339,14 +339,14 @@ declare const _default: {
|
|
339
339
|
container: boolean;
|
340
340
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
341
341
|
propsDefinition: Omit<Readonly<{} & {
|
342
|
-
xs?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
343
|
-
xl?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
342
|
+
xs?: 3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
343
|
+
xl?: 3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
344
344
|
container?: boolean;
|
345
345
|
class?: String | String[];
|
346
|
-
sm?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
347
|
-
md?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
348
|
-
lg?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
349
|
-
alignSelf?: "
|
346
|
+
sm?: 3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
347
|
+
md?: 3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
348
|
+
lg?: 3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
349
|
+
alignSelf?: "auto" | "start" | "center" | "end" | "stretch" | "baseline";
|
350
350
|
margin?: Spacing | SpacingValue;
|
351
351
|
padding?: Spacing | SpacingValue;
|
352
352
|
filled?: boolean;
|
@@ -354,8 +354,8 @@ declare const _default: {
|
|
354
354
|
toned?: boolean;
|
355
355
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
356
356
|
variant?: "grid" | "default";
|
357
|
-
cols?: 3 | 8 | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "
|
358
|
-
"align-self"?: "
|
357
|
+
cols?: 3 | 8 | "auto" | 1 | 2 | 4 | "1" | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
358
|
+
"align-self"?: "auto" | "start" | "center" | "end" | "stretch" | "baseline";
|
359
359
|
}>, never>;
|
360
360
|
};
|
361
361
|
export default _default;
|
@@ -402,12 +402,12 @@ declare const _default: {
|
|
402
402
|
padding?: Spacing | SpacingValue;
|
403
403
|
wrap?: boolean;
|
404
404
|
filled?: boolean;
|
405
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
406
|
+
toned?: boolean;
|
405
407
|
gapX?: SpacingValue;
|
406
408
|
gapY?: SpacingValue;
|
407
409
|
alignX?: "left" | "right" | "center";
|
408
410
|
alignY?: "top" | "center" | "bottom";
|
409
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
410
|
-
toned?: boolean;
|
411
411
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
412
412
|
"min-width"?: string;
|
413
413
|
"min-height"?: string;
|
@@ -8,7 +8,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SpeedDialPro
|
|
8
8
|
} & {
|
9
9
|
activator?: () => VNodeChild;
|
10
10
|
};
|
11
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "persistent" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "
|
11
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "persistent" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "slot:activator" | "location" | "openOnHover" | "openOnClick" | "openOnFocus">) => {
|
12
12
|
$: import("vue").ComponentInternalInstance;
|
13
13
|
$data: {};
|
14
14
|
$props: {};
|
@@ -442,9 +442,9 @@ declare const _default: {
|
|
442
442
|
class?: String | String[];
|
443
443
|
vertical?: boolean;
|
444
444
|
contentClass?: string | string[];
|
445
|
-
grow?: boolean;
|
446
445
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
447
446
|
toned?: boolean;
|
447
|
+
grow?: boolean;
|
448
448
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
449
449
|
"v-model"?: number;
|
450
450
|
"onUpdate:modelValue"?: (value: number) => any;
|
@@ -154,21 +154,26 @@ export interface VelcronRenderProp {
|
|
154
154
|
export interface VelcronDefinitionHasEffects {
|
155
155
|
effects?: VelcronEffects;
|
156
156
|
}
|
157
|
+
export interface VelcronDefinitionHasOverflow {
|
158
|
+
overflow?: VelcronOverflowValues;
|
159
|
+
overflowX?: VelcronOverflowValues;
|
160
|
+
overflowY?: VelcronOverflowValues;
|
161
|
+
}
|
157
162
|
/*** Built-in Components *********************************************************************/
|
158
|
-
export interface VelcronFlexDefinition extends VelcronDefinition, VelcronColorStyling {
|
163
|
+
export interface VelcronFlexDefinition extends VelcronDefinition, VelcronColorStyling, VelcronDefinitionHasOverflow {
|
159
164
|
type: "flex";
|
160
165
|
events?: VelcronOnPressEvent;
|
161
166
|
border?: VelcronBorder;
|
162
167
|
borderRadius?: VelcronDimensions;
|
163
168
|
}
|
164
|
-
export interface VelcronFlexRowDefinition extends VelcronDefinition, VelcronColorStyling, VelcronDefinitionHasEffects {
|
169
|
+
export interface VelcronFlexRowDefinition extends VelcronDefinition, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDefinitionHasOverflow {
|
165
170
|
type: "row";
|
166
171
|
events?: VelcronOnPressEvent;
|
167
172
|
direction?: VelcronBindableProp<"row" | "row-reverse">;
|
168
|
-
|
173
|
+
position?: VelcronBindableProp<VelcronPosition>;
|
174
|
+
zIndex?: VelcronBindableProp<number>;
|
169
175
|
blueprint?: ContainerBlueprint | ContainerVariant;
|
170
176
|
background?: BackgroundDefinition;
|
171
|
-
hideOverflow?: boolean;
|
172
177
|
wrap?: boolean;
|
173
178
|
gapX?: number | string;
|
174
179
|
gapY?: number | string;
|
@@ -180,12 +185,18 @@ export interface VelcronFlexRowDefinition extends VelcronDefinition, VelcronColo
|
|
180
185
|
height?: number | string;
|
181
186
|
minHeight?: number | string;
|
182
187
|
}
|
183
|
-
export interface
|
188
|
+
export interface VelcronPosition extends VelcronDimensions {
|
189
|
+
type: "absolute" | "fixed" | "relative" | "sticky";
|
190
|
+
}
|
191
|
+
export type VelcronOverflowValues = "visible" | "hidden" | "scroll" | "auto";
|
192
|
+
export interface VelcronFlexColumnDefinition extends VelcronDefinition, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDefinitionHasOverflow {
|
184
193
|
type: "column";
|
185
194
|
events?: VelcronOnPressEvent;
|
186
195
|
grow?: number;
|
187
196
|
alignY?: VelcronVerticalAlignments;
|
197
|
+
position?: VelcronPosition;
|
188
198
|
absolute?: VelcronSpacing;
|
199
|
+
zIndex?: number;
|
189
200
|
width?: number | string;
|
190
201
|
minWidth?: number | string;
|
191
202
|
}
|
@@ -306,10 +317,10 @@ export interface VelcronEditorRendererDefinition extends VelcronDefinition {
|
|
306
317
|
events?: VelcronOnUpdatedEvent;
|
307
318
|
}
|
308
319
|
export interface VelcronDimensions {
|
309
|
-
top
|
310
|
-
right
|
311
|
-
bottom
|
312
|
-
left
|
320
|
+
top?: number | string;
|
321
|
+
right?: number | string;
|
322
|
+
bottom?: number | string;
|
323
|
+
left?: number | string;
|
313
324
|
}
|
314
325
|
export interface VelcronBorder extends VelcronDimensions {
|
315
326
|
colorType?: string;
|
@@ -18,6 +18,13 @@ export interface VelcronMarkdownEditorSettings {
|
|
18
18
|
}
|
19
19
|
export interface VelcronSpacingEditorSettings {
|
20
20
|
individualSelection: boolean;
|
21
|
+
mode?: "default" | "position";
|
22
|
+
}
|
23
|
+
export interface VelcronSelectEditorSettings {
|
24
|
+
options: Array<{
|
25
|
+
title: string;
|
26
|
+
value: string;
|
27
|
+
}>;
|
21
28
|
}
|
22
29
|
export interface VelcronTextEditorSettings {
|
23
30
|
type: TypographyType;
|
@@ -85,3 +92,6 @@ export interface VelcronBackgroundEditor extends VelcronEditor<VelcronBackground
|
|
85
92
|
export interface VelcronGridEditor extends VelcronEditor<any> {
|
86
93
|
type: "grid";
|
87
94
|
}
|
95
|
+
export interface VelcronSelectEditor extends VelcronEditor<VelcronSelectEditorSettings> {
|
96
|
+
type: "select";
|
97
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { VelcronBorder, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDimensions, VelcronEffects, VelcronRenderContext } from "../models";
|
1
|
+
import { VelcronBorder, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDefinitionHasOverflow, VelcronDimensions, VelcronEffects, VelcronRenderContext } from "../models";
|
2
2
|
import { VelcronUnitProvider } from "../models/VelcronUnitProvider";
|
3
|
-
import { VelcronDefinition } from "..";
|
3
|
+
import { SpacingDefinition, VelcronBindableProp, VelcronDefinition } from "..";
|
4
4
|
export declare class VelcronStyles {
|
5
5
|
static styleProvider: (baseStyles: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => any;
|
6
6
|
static effectsProvider: (effects: VelcronEffects, renderCtx: VelcronRenderContext) => VelcronEffects;
|
@@ -12,5 +12,8 @@ export declare class VelcronStyles {
|
|
12
12
|
static insertBorderRadiusStyles(styleBase: any, settings: VelcronDimensions): void;
|
13
13
|
static insertBorderStyles(styleBase: any, borderSettings: VelcronBorder, renderCtx: VelcronRenderContext): void;
|
14
14
|
static create(definition: VelcronDefinition, renderCtx: VelcronRenderContext): object | string;
|
15
|
+
static applySpacingDimension(value: string | number, spacing: SpacingDefinition): string | number;
|
16
|
+
static applyOverflow(definition: VelcronDefinitionHasOverflow, renderCtx: VelcronRenderContext, styleBase: any): void;
|
17
|
+
static applySpacingStyles<T>(spacing: VelcronBindableProp<T>, renderCtx: VelcronRenderContext, styleBase: any, spacingDef: SpacingDefinition, styleType: string, objectIsDatabound?: (obj: T) => void, additionalPropsToDataBind?: object): void;
|
15
18
|
static dataBindStyles(styles: object, renderCtx: VelcronRenderContext): object;
|
16
19
|
}
|
@@ -15,7 +15,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
15
15
|
} & {
|
16
16
|
activator?: () => VNodeChild;
|
17
17
|
};
|
18
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "
|
18
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "slot:activator" | "openOnHover">) => {
|
19
19
|
$: import("vue").ComponentInternalInstance;
|
20
20
|
$data: {};
|
21
21
|
$props: {};
|
package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts
CHANGED
@@ -19,6 +19,7 @@ export declare const VelcronContainerEditorDescriptor: VelcronEditorDescriptor;
|
|
19
19
|
export declare const VelcronBlueprintEditorDescriptor: VelcronEditorDescriptor;
|
20
20
|
export declare const VelcronBackgroundEditorDescriptor: VelcronEditorDescriptor;
|
21
21
|
export declare const VelcronGridEditorDescriptor: VelcronEditorDescriptor;
|
22
|
+
export declare const VelcronSelectEditorDescriptor: VelcronEditorDescriptor;
|
22
23
|
type BuiltInPropertyEditorDescriptorMap = {
|
23
24
|
[key in BuiltInPropertyEditorType]: typeof VelcronTextEditorDescriptor | typeof VelcronNumberEditorDescriptor | typeof VelcronSliderEditorDescriptor | typeof VelcronSwitchEditorDescriptor | typeof VelcronAlignmentEditorDescriptor | typeof VelcronColorEditorDescriptor | typeof VelcronMarkdownEditorDescriptor | typeof VelcronIconEditorDescriptor | typeof VelcronImageEditorDescriptor | typeof VelcronTypographyEditorDescriptor | typeof VelcronSpacingEditorDescriptor | typeof VelcronColorSchemaEditorDescriptor | typeof VelcronReferenceEditorDescriptor | typeof VelcronBackgroundEditorDescriptor | typeof VelcronBlueprintEditorDescriptor | typeof VelcronGridEditorDescriptor;
|
24
25
|
};
|