@omnia/fx 8.0.177-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 +6 -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/themestyling/ThemeStylingPlugin.d.ts +3 -0
- 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/calendar/Calendar.d.ts +86 -0
- package/internal-do-not-import-from-here/ux/oxide/calendar/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/calendar/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/calendar/docs/index.d.ts +1 -0
- 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/datatable/DataTable.d.ts +15 -3
- 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 +59 -0
- package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +3 -2
- 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 +18 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
- 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/components/StateTree.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +427 -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/internal-do-not-import-from-here/wctypings.d.ts +24 -37
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +0 -37
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +0 -32
@@ -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;
|
@@ -35,16 +35,22 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
|
|
35
35
|
headers?: DataTableHeader[];
|
36
36
|
} & {
|
37
37
|
items?: T[];
|
38
|
-
} & DefineEmit<"update:sortBy", (item: SortItem[]) => void> & DefineEmit<"update:expanded", (expanded: string[]) => void> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void
|
38
|
+
} & DefineEmit<"update:sortBy", (item: SortItem[]) => void> & DefineEmit<"update:expanded", (expanded: string[]) => void> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
39
|
+
item: T;
|
40
|
+
}) => void>> & Omit<{
|
39
41
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
40
42
|
"onUpdate:expanded"?: (expanded: string[]) => any;
|
41
43
|
}, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy"> & {
|
42
44
|
"v-slots"?: {
|
43
45
|
default?: import("vue").Slot;
|
44
46
|
} & {
|
47
|
+
[x: `header.${string}`]: (header: DataTableHeader) => void;
|
48
|
+
[x: `item.${string}`]: (e: {
|
49
|
+
item: T;
|
50
|
+
}) => void;
|
45
51
|
item?: (row: IDataTableRowRenderer<T>) => void;
|
46
52
|
};
|
47
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "slot:item" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy" | "emit:update:sortBy" | "emit:update:expanded"
|
53
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "slot:item" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy" | "emit:update:sortBy" | "emit:update:expanded" | `slot:header.${string}` | `slot:item.${string}`>) => {
|
48
54
|
$: import("vue").ComponentInternalInstance;
|
49
55
|
$data: {};
|
50
56
|
$props: {};
|
@@ -118,10 +124,16 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
|
|
118
124
|
headers?: DataTableHeader[];
|
119
125
|
} & {
|
120
126
|
items?: T[];
|
121
|
-
} & DefineEmit<"update:sortBy", (item: SortItem[]) => void> & DefineEmit<"update:expanded", (expanded: string[]) => void> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void
|
127
|
+
} & DefineEmit<"update:sortBy", (item: SortItem[]) => void> & DefineEmit<"update:expanded", (expanded: string[]) => void> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
128
|
+
item: T;
|
129
|
+
}) => void>> & {
|
122
130
|
"v-slots"?: {
|
123
131
|
default?: import("vue").Slot;
|
124
132
|
} & {
|
133
|
+
[x: `header.${string}`]: (header: DataTableHeader) => void;
|
134
|
+
[x: `item.${string}`]: (e: {
|
135
|
+
item: T;
|
136
|
+
}) => void;
|
125
137
|
item?: (row: IDataTableRowRenderer<T>) => void;
|
126
138
|
};
|
127
139
|
} & {
|
@@ -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;
|
@@ -0,0 +1,59 @@
|
|
1
|
+
import { OPosition } from "@omnia/fx-models";
|
2
|
+
import { DefineProp, DefinePropClass, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
|
3
|
+
import { VNodeChild } from "vue";
|
4
|
+
type SpeedDialProps = DefinePropTheming & DefinePropClass & DefineVModel<"", boolean, false, false, "The v-model of the component"> & DefineProp<"openOnClick", boolean, false, null, "Activate the component when the activator is clicked."> & DefineProp<"openOnFocus", boolean, false, null, "Activate the component when the activator is focused."> & DefineProp<"openOnHover", boolean, false, false, "Opens speed-dial on hover."> & DefineProp<"persistent", boolean, false, false, "Clicking outside of the element or pressing esc key will not deactivate it."> & DefineProp<"location", OPosition, false, "top center", "Specifies the component's location. Can combine by using a space separated string."> & DefineSlot<"activator", () => VNodeChild>;
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SpeedDialProps> & Omit<{}, "container" | "class" | "persistent" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location" | "openOnHover" | "openOnClick" | "openOnFocus"> & {
|
6
|
+
"v-slots"?: {
|
7
|
+
default?: import("vue").Slot;
|
8
|
+
} & {
|
9
|
+
activator?: () => VNodeChild;
|
10
|
+
};
|
11
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "persistent" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "slot:activator" | "location" | "openOnHover" | "openOnClick" | "openOnFocus">) => {
|
12
|
+
$: import("vue").ComponentInternalInstance;
|
13
|
+
$data: {};
|
14
|
+
$props: {};
|
15
|
+
$attrs: {
|
16
|
+
[x: string]: unknown;
|
17
|
+
};
|
18
|
+
$refs: {
|
19
|
+
[x: string]: unknown;
|
20
|
+
};
|
21
|
+
$slots: Readonly<{
|
22
|
+
[name: string]: import("vue").Slot<any>;
|
23
|
+
}>;
|
24
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
25
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
26
|
+
$emit: (event: string, ...args: any[]) => void;
|
27
|
+
$el: any;
|
28
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
29
|
+
beforeCreate?: (() => void) | (() => void)[];
|
30
|
+
created?: (() => void) | (() => void)[];
|
31
|
+
beforeMount?: (() => void) | (() => void)[];
|
32
|
+
mounted?: (() => void) | (() => void)[];
|
33
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
34
|
+
updated?: (() => void) | (() => void)[];
|
35
|
+
activated?: (() => void) | (() => void)[];
|
36
|
+
deactivated?: (() => void) | (() => void)[];
|
37
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
38
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
39
|
+
destroyed?: (() => void) | (() => void)[];
|
40
|
+
unmounted?: (() => void) | (() => void)[];
|
41
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
42
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
43
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
44
|
+
};
|
45
|
+
$forceUpdate: () => void;
|
46
|
+
$nextTick: typeof import("vue").nextTick;
|
47
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
48
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
49
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<SpeedDialProps> & {
|
50
|
+
"v-slots"?: {
|
51
|
+
default?: import("vue").Slot;
|
52
|
+
} & {
|
53
|
+
activator?: () => VNodeChild;
|
54
|
+
};
|
55
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "persistent" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location" | "openOnHover" | "openOnClick" | "openOnFocus">;
|
56
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
57
|
+
[key: string]: any;
|
58
|
+
}>;
|
59
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1,51 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
|
2
|
+
"v-slots"?: {
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
} & {};
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
|
6
|
+
$: import("vue").ComponentInternalInstance;
|
7
|
+
$data: {};
|
8
|
+
$props: {};
|
9
|
+
$attrs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$refs: {
|
13
|
+
[x: string]: unknown;
|
14
|
+
};
|
15
|
+
$slots: Readonly<{
|
16
|
+
[name: string]: import("vue").Slot<any>;
|
17
|
+
}>;
|
18
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
19
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
20
|
+
$emit: (event: string, ...args: any[]) => void;
|
21
|
+
$el: any;
|
22
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
23
|
+
beforeCreate?: (() => void) | (() => void)[];
|
24
|
+
created?: (() => void) | (() => void)[];
|
25
|
+
beforeMount?: (() => void) | (() => void)[];
|
26
|
+
mounted?: (() => void) | (() => void)[];
|
27
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
28
|
+
updated?: (() => void) | (() => void)[];
|
29
|
+
activated?: (() => void) | (() => void)[];
|
30
|
+
deactivated?: (() => void) | (() => void)[];
|
31
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
32
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
33
|
+
destroyed?: (() => void) | (() => void)[];
|
34
|
+
unmounted?: (() => void) | (() => void)[];
|
35
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
36
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
37
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
38
|
+
};
|
39
|
+
$forceUpdate: () => void;
|
40
|
+
$nextTick: typeof import("vue").nextTick;
|
41
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
42
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
44
|
+
"v-slots"?: {
|
45
|
+
default?: import("vue").Slot;
|
46
|
+
} & {};
|
47
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
48
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
|
+
[key: string]: any;
|
50
|
+
}>;
|
51
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -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;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { OPosition } from "@omnia/fx-models";
|
1
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
2
3
|
"v-model"?: string;
|
3
4
|
} & {
|
@@ -5,7 +6,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
5
6
|
} & {
|
6
7
|
modelValue?: string;
|
7
8
|
} & {
|
8
|
-
location?:
|
9
|
+
location?: OPosition;
|
9
10
|
} & {
|
10
11
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
|
11
12
|
} & {
|
@@ -59,7 +60,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
59
60
|
} & {
|
60
61
|
modelValue?: string;
|
61
62
|
} & {
|
62
|
-
location?:
|
63
|
+
location?: OPosition;
|
63
64
|
} & {
|
64
65
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
|
65
66
|
} & {
|
@@ -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;
|