@omnia/fx 8.0.178-dev → 8.0.180-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/ObjectMerger.d.ts +7 -0
- package/internal-do-not-import-from-here/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +0 -12
- package/internal-do-not-import-from-here/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- 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/spacingpicker/SpacingPicker3.css.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/JourneyBlade.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleTestBenchComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +148 -3
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ObjectMergerTemp.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +60 -3
- 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/datatable/DataTable.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +21 -21
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +54 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
- 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/oxide/treeview/Treeview.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +70 -0
- 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/VelcronDescriptors.d.ts +10 -0
- 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 +98 -98
- package/internal-do-not-import-from-here/wctypings.d.ts +11 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ObjectMerger.d.ts +0 -5
@@ -1,8 +1,14 @@
|
|
1
1
|
import { MaybeComputedRef, ValidationRule } from "@omnia/fx/ux";
|
2
|
+
import { VNodeChild } from "vue";
|
2
3
|
export interface RadioGroupModel {
|
3
4
|
}
|
4
5
|
declare const _default: {
|
5
6
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
"v-slots": import("vue").Prop<{
|
8
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
9
|
+
} & {
|
10
|
+
label?: () => VNodeChild;
|
11
|
+
}>;
|
6
12
|
persistentHint: {
|
7
13
|
type: import("vue").PropType<boolean>;
|
8
14
|
required: false;
|
@@ -72,6 +78,11 @@ declare const _default: {
|
|
72
78
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
73
79
|
"update:modelValue": (value: any) => boolean;
|
74
80
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
81
|
+
"v-slots": import("vue").Prop<{
|
82
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
83
|
+
} & {
|
84
|
+
label?: () => VNodeChild;
|
85
|
+
}>;
|
75
86
|
persistentHint: {
|
76
87
|
type: import("vue").PropType<boolean>;
|
77
88
|
required: false;
|
@@ -148,6 +159,11 @@ declare const _default: {
|
|
148
159
|
M: {};
|
149
160
|
Defaults: {};
|
150
161
|
}, Readonly<import("vue").ExtractPropTypes<{
|
162
|
+
"v-slots": import("vue").Prop<{
|
163
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
164
|
+
} & {
|
165
|
+
label?: () => VNodeChild;
|
166
|
+
}>;
|
151
167
|
persistentHint: {
|
152
168
|
type: import("vue").PropType<boolean>;
|
153
169
|
required: false;
|
@@ -221,6 +237,11 @@ declare const _default: {
|
|
221
237
|
__isTeleport?: never;
|
222
238
|
__isSuspense?: never;
|
223
239
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
240
|
+
"v-slots": import("vue").Prop<{
|
241
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
242
|
+
} & {
|
243
|
+
label?: () => VNodeChild;
|
244
|
+
}>;
|
224
245
|
persistentHint: {
|
225
246
|
type: import("vue").PropType<boolean>;
|
226
247
|
required: false;
|
@@ -303,6 +324,11 @@ declare const _default: {
|
|
303
324
|
"v-model"?: string[] | MaybeComputedRef<boolean>;
|
304
325
|
"onUpdate:modelValue"?: (value: string[] | MaybeComputedRef<boolean>) => any;
|
305
326
|
modelValue?: string[] | MaybeComputedRef<boolean>;
|
327
|
+
"v-slots"?: {
|
328
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
329
|
+
} & {
|
330
|
+
label?: () => VNodeChild;
|
331
|
+
};
|
306
332
|
rules?: ValidationRule[];
|
307
333
|
hint?: string;
|
308
334
|
persistentHint?: boolean;
|
@@ -262,10 +262,10 @@ declare const _default: {
|
|
262
262
|
margin?: Spacing | SpacingValue;
|
263
263
|
padding?: Spacing | SpacingValue;
|
264
264
|
filled?: boolean;
|
265
|
-
alignY?: "top" | "center" | "bottom";
|
266
|
-
grow?: number;
|
267
265
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
268
266
|
toned?: boolean;
|
267
|
+
alignY?: "top" | "center" | "bottom";
|
268
|
+
grow?: number;
|
269
269
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
270
270
|
"min-width"?: string;
|
271
271
|
"align-y"?: "top" | "center" | "bottom";
|
@@ -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;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { DataTableHeader, DefineEmit, DefineSlot, IDataTableRowRenderer, SortItem } from "@omnia/fx/ux";
|
2
|
-
declare const
|
2
|
+
declare const DatatTableComponent: <T extends unknown>(props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
4
4
|
} & {
|
5
5
|
container?: boolean;
|
@@ -38,9 +38,9 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
|
|
38
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
39
|
item: T;
|
40
40
|
}) => void>> & Omit<{
|
41
|
-
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
42
41
|
"onUpdate:expanded"?: (expanded: string[]) => any;
|
43
|
-
|
42
|
+
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
43
|
+
}, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "v-model:expanded" | "onUpdate:expanded" | "sortBy" | "v-model:sortBy" | "onUpdate:sortBy" | "mustSort" | "noDataText" | "hover" | "showExpand" | "itemsPerPage"> & {
|
44
44
|
"v-slots"?: {
|
45
45
|
default?: import("vue").Slot;
|
46
46
|
} & {
|
@@ -50,7 +50,7 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
|
|
50
50
|
}) => void;
|
51
51
|
item?: (row: IDataTableRowRenderer<T>) => void;
|
52
52
|
};
|
53
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "
|
53
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "v-model:expanded" | "onUpdate:expanded" | "sortBy" | "v-model:sortBy" | "onUpdate:sortBy" | "mustSort" | "noDataText" | "hover" | "showExpand" | "itemsPerPage" | "emit:update:sortBy" | "emit:update:expanded" | "slot:item" | `slot:header.${string}` | `slot:item.${string}`>) => {
|
54
54
|
$: import("vue").ComponentInternalInstance;
|
55
55
|
$data: {};
|
56
56
|
$props: {};
|
@@ -137,10 +137,11 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
|
|
137
137
|
item?: (row: IDataTableRowRenderer<T>) => void;
|
138
138
|
};
|
139
139
|
} & {
|
140
|
-
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
141
140
|
"onUpdate:expanded"?: (expanded: string[]) => any;
|
142
|
-
|
141
|
+
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
142
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "v-model:expanded" | "onUpdate:expanded" | "sortBy" | "v-model:sortBy" | "onUpdate:sortBy" | "mustSort" | "noDataText" | "hover" | "showExpand" | "itemsPerPage">;
|
143
143
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
144
144
|
[key: string]: any;
|
145
145
|
}>;
|
146
|
-
export default
|
146
|
+
export default DatatTableComponent;
|
147
|
+
export type DatatTableComponentTypings = typeof DatatTableComponent;
|
@@ -99,13 +99,13 @@ declare const _default: {
|
|
99
99
|
type: import("vue").PropType<string[]>;
|
100
100
|
required: false;
|
101
101
|
};
|
102
|
-
"onUpdate:expanded": {
|
103
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
104
|
-
};
|
105
102
|
"v-model:expanded": {
|
106
103
|
type: import("vue").PropType<string[]>;
|
107
104
|
required: false;
|
108
105
|
};
|
106
|
+
"onUpdate:expanded": {
|
107
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
108
|
+
};
|
109
109
|
clickable: {
|
110
110
|
type: import("vue").PropType<boolean>;
|
111
111
|
required: false;
|
@@ -322,13 +322,13 @@ declare const _default: {
|
|
322
322
|
type: import("vue").PropType<string[]>;
|
323
323
|
required: false;
|
324
324
|
};
|
325
|
-
"onUpdate:expanded": {
|
326
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
327
|
-
};
|
328
325
|
"v-model:expanded": {
|
329
326
|
type: import("vue").PropType<string[]>;
|
330
327
|
required: false;
|
331
328
|
};
|
329
|
+
"onUpdate:expanded": {
|
330
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
331
|
+
};
|
332
332
|
clickable: {
|
333
333
|
type: import("vue").PropType<boolean>;
|
334
334
|
required: false;
|
@@ -546,13 +546,13 @@ declare const _default: {
|
|
546
546
|
type: import("vue").PropType<string[]>;
|
547
547
|
required: false;
|
548
548
|
};
|
549
|
-
"onUpdate:expanded": {
|
550
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
551
|
-
};
|
552
549
|
"v-model:expanded": {
|
553
550
|
type: import("vue").PropType<string[]>;
|
554
551
|
required: false;
|
555
552
|
};
|
553
|
+
"onUpdate:expanded": {
|
554
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
555
|
+
};
|
556
556
|
clickable: {
|
557
557
|
type: import("vue").PropType<boolean>;
|
558
558
|
required: false;
|
@@ -767,13 +767,13 @@ declare const _default: {
|
|
767
767
|
type: import("vue").PropType<string[]>;
|
768
768
|
required: false;
|
769
769
|
};
|
770
|
-
"onUpdate:expanded": {
|
771
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
772
|
-
};
|
773
770
|
"v-model:expanded": {
|
774
771
|
type: import("vue").PropType<string[]>;
|
775
772
|
required: false;
|
776
773
|
};
|
774
|
+
"onUpdate:expanded": {
|
775
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
776
|
+
};
|
777
777
|
clickable: {
|
778
778
|
type: import("vue").PropType<boolean>;
|
779
779
|
required: false;
|
@@ -975,22 +975,22 @@ declare const _default: {
|
|
975
975
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
976
976
|
} & ODataTableServerSlots;
|
977
977
|
loading?: boolean;
|
978
|
-
|
979
|
-
|
980
|
-
"item-value"?: SelectItemKey;
|
981
|
-
itemSelectable?: SelectItemKey;
|
978
|
+
"v-model:expanded"?: string[];
|
979
|
+
"onUpdate:expanded"?: (value: string[]) => any;
|
982
980
|
sortBy?: SortItem[];
|
981
|
+
"v-model:sortBy"?: SortItem[];
|
982
|
+
"onUpdate:sortBy"?: (value: SortItem[]) => any;
|
983
983
|
mustSort?: boolean;
|
984
|
-
|
984
|
+
hover?: boolean;
|
985
985
|
showExpand?: boolean;
|
986
986
|
itemsPerPage?: number;
|
987
|
-
|
988
|
-
|
987
|
+
itemValue?: SelectItemKey;
|
988
|
+
itemSelectable?: SelectItemKey;
|
989
|
+
showSelect?: boolean;
|
989
990
|
"onUpdate:page"?: (value: number) => any;
|
991
|
+
"item-value"?: SelectItemKey;
|
990
992
|
"items-per-page"?: number;
|
991
993
|
"show-expand"?: boolean;
|
992
|
-
"v-model:expanded"?: string[];
|
993
|
-
"v-model:sortBy"?: SortItem[];
|
994
994
|
"show-select"?: boolean;
|
995
995
|
"must-sort"?: boolean;
|
996
996
|
"v-model:page"?: number;
|
@@ -301,8 +301,8 @@ declare const _default: {
|
|
301
301
|
append?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
|
302
302
|
};
|
303
303
|
variant?: "default" | "element" | "list" | "data-table";
|
304
|
-
itemTitle?: string | ((item: any) => VNodeChild);
|
305
304
|
itemValue?: string | ((item: any) => string);
|
305
|
+
itemTitle?: string | ((item: any) => VNodeChild);
|
306
306
|
"item-value"?: string | ((item: any) => string);
|
307
307
|
"item-title"?: string | ((item: any) => VNodeChild);
|
308
308
|
disabledItem?: string;
|
@@ -0,0 +1,54 @@
|
|
1
|
+
import { ButtonIconOptions, OSizeTypes } from "@omnia/fx-models";
|
2
|
+
import { DefineProp, DefinePropClass, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
|
3
|
+
type FabProps = DefinePropTheming & DefinePropClass & DefineVModel<"", boolean, false, true, "The v-model of the component"> & DefineProp<"active", boolean, false, true, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"app", boolean, false, false, "If true, attaches to the closest layout and positions according to the value of location."> & DefineProp<"block", boolean, false, false, "Expands the button to 100% of available space."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"stacked", boolean, false, false, "Displays the button as a column with the icon on top"> & DefineProp<"text", string, false, null, "Specify content text for the component."> & DefineProp<"size", OSizeTypes, false, "default", "Sets the size of the button."> & DefineProp<"variant", "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain", false, "elevated", "Applies a distinct style to the component."> & DefineProp<"icon", ButtonIconOptions, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button.">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FabProps> & Omit<{}, "text" | "icon" | "container" | "class" | "block" | "size" | "active" | "disabled" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "app" | "stacked"> & {
|
5
|
+
"v-slots"?: {
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
} & {};
|
8
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "container" | "class" | "block" | "size" | "active" | "disabled" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "app" | "stacked">) => {
|
9
|
+
$: import("vue").ComponentInternalInstance;
|
10
|
+
$data: {};
|
11
|
+
$props: {};
|
12
|
+
$attrs: {
|
13
|
+
[x: string]: unknown;
|
14
|
+
};
|
15
|
+
$refs: {
|
16
|
+
[x: string]: unknown;
|
17
|
+
};
|
18
|
+
$slots: Readonly<{
|
19
|
+
[name: string]: import("vue").Slot<any>;
|
20
|
+
}>;
|
21
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
22
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
23
|
+
$emit: (event: string, ...args: any[]) => void;
|
24
|
+
$el: any;
|
25
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
26
|
+
beforeCreate?: (() => void) | (() => void)[];
|
27
|
+
created?: (() => void) | (() => void)[];
|
28
|
+
beforeMount?: (() => void) | (() => void)[];
|
29
|
+
mounted?: (() => void) | (() => void)[];
|
30
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
31
|
+
updated?: (() => void) | (() => void)[];
|
32
|
+
activated?: (() => void) | (() => void)[];
|
33
|
+
deactivated?: (() => void) | (() => void)[];
|
34
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
35
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
36
|
+
destroyed?: (() => void) | (() => void)[];
|
37
|
+
unmounted?: (() => void) | (() => void)[];
|
38
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
39
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
40
|
+
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)[];
|
41
|
+
};
|
42
|
+
$forceUpdate: () => void;
|
43
|
+
$nextTick: typeof import("vue").nextTick;
|
44
|
+
$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;
|
45
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
46
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<FabProps> & {
|
47
|
+
"v-slots"?: {
|
48
|
+
default?: import("vue").Slot;
|
49
|
+
} & {};
|
50
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "container" | "class" | "block" | "size" | "active" | "disabled" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "app" | "stacked">;
|
51
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
52
|
+
[key: string]: any;
|
53
|
+
}>;
|
54
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|