@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,279 +1,98 @@
|
|
1
1
|
import { FilterEngineContext, Spacing } from "@omnia/fx-models";
|
2
2
|
import { FilterEngineHandler } from "@omnia/fx/ux";
|
3
3
|
import "./FilterEngine.css";
|
4
|
-
declare const _default: {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
"
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
type: import("vue").PropType<Spacing>;
|
70
|
-
};
|
71
|
-
"dialog-scoped-injectables": {
|
72
|
-
type: import("vue").PropType<Object[]>;
|
73
|
-
};
|
74
|
-
dialogScopedInjectables: {
|
75
|
-
type: import("vue").PropType<Object[]>;
|
76
|
-
};
|
77
|
-
"prepend-right-section": {
|
78
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
79
|
-
};
|
80
|
-
prependRightSection: {
|
81
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
82
|
-
};
|
83
|
-
"append-right-section": {
|
84
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
85
|
-
};
|
86
|
-
appendRightSection: {
|
87
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
88
|
-
};
|
89
|
-
"prepend-main-section": {
|
90
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
91
|
-
};
|
92
|
-
prependMainSection: {
|
93
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
94
|
-
};
|
95
|
-
"append-main-section": {
|
96
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
97
|
-
};
|
98
|
-
appendMainSection: {
|
99
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
100
|
-
};
|
101
|
-
"prepend-left-section": {
|
102
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
103
|
-
};
|
104
|
-
prependLeftSection: {
|
105
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
106
|
-
};
|
107
|
-
"append-left-section": {
|
108
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
109
|
-
};
|
110
|
-
appendLeftSection: {
|
111
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
112
|
-
};
|
113
|
-
context: {
|
114
|
-
type: import("vue").PropType<FilterEngineContext>;
|
115
|
-
required: true;
|
116
|
-
};
|
117
|
-
renderContent: {
|
118
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
119
|
-
required: true;
|
120
|
-
};
|
121
|
-
getApi: {
|
122
|
-
type: import("vue").PropType<(handler: FilterEngineHandler) => void>;
|
123
|
-
required: true;
|
124
|
-
};
|
125
|
-
}>>, {}, true, {}, {}, {
|
126
|
-
P: {};
|
127
|
-
B: {};
|
128
|
-
D: {};
|
129
|
-
C: {};
|
130
|
-
M: {};
|
131
|
-
Defaults: {};
|
132
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
133
|
-
spacing: {
|
134
|
-
type: import("vue").PropType<Spacing>;
|
135
|
-
} & {
|
136
|
-
type: import("vue").PropType<Spacing>;
|
137
|
-
};
|
138
|
-
"dialog-scoped-injectables": {
|
139
|
-
type: import("vue").PropType<Object[]>;
|
140
|
-
};
|
141
|
-
dialogScopedInjectables: {
|
142
|
-
type: import("vue").PropType<Object[]>;
|
143
|
-
};
|
144
|
-
"prepend-right-section": {
|
145
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
146
|
-
};
|
147
|
-
prependRightSection: {
|
148
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
149
|
-
};
|
150
|
-
"append-right-section": {
|
151
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
152
|
-
};
|
153
|
-
appendRightSection: {
|
154
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
155
|
-
};
|
156
|
-
"prepend-main-section": {
|
157
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
158
|
-
};
|
159
|
-
prependMainSection: {
|
160
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
161
|
-
};
|
162
|
-
"append-main-section": {
|
163
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
164
|
-
};
|
165
|
-
appendMainSection: {
|
166
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
167
|
-
};
|
168
|
-
"prepend-left-section": {
|
169
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
170
|
-
};
|
171
|
-
prependLeftSection: {
|
172
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
173
|
-
};
|
174
|
-
"append-left-section": {
|
175
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
176
|
-
};
|
177
|
-
appendLeftSection: {
|
178
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
179
|
-
};
|
180
|
-
context: {
|
181
|
-
type: import("vue").PropType<FilterEngineContext>;
|
182
|
-
required: true;
|
183
|
-
};
|
184
|
-
renderContent: {
|
185
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
186
|
-
required: true;
|
187
|
-
};
|
188
|
-
getApi: {
|
189
|
-
type: import("vue").PropType<(handler: FilterEngineHandler) => void>;
|
190
|
-
required: true;
|
191
|
-
};
|
192
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
193
|
-
__isFragment?: never;
|
194
|
-
__isTeleport?: never;
|
195
|
-
__isSuspense?: never;
|
196
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
197
|
-
spacing: {
|
198
|
-
type: import("vue").PropType<Spacing>;
|
199
|
-
} & {
|
200
|
-
type: import("vue").PropType<Spacing>;
|
201
|
-
};
|
202
|
-
"dialog-scoped-injectables": {
|
203
|
-
type: import("vue").PropType<Object[]>;
|
204
|
-
};
|
205
|
-
dialogScopedInjectables: {
|
206
|
-
type: import("vue").PropType<Object[]>;
|
207
|
-
};
|
208
|
-
"prepend-right-section": {
|
209
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
210
|
-
};
|
211
|
-
prependRightSection: {
|
212
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
213
|
-
};
|
214
|
-
"append-right-section": {
|
215
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
216
|
-
};
|
217
|
-
appendRightSection: {
|
218
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
219
|
-
};
|
220
|
-
"prepend-main-section": {
|
221
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
222
|
-
};
|
223
|
-
prependMainSection: {
|
224
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
225
|
-
};
|
226
|
-
"append-main-section": {
|
227
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
228
|
-
};
|
229
|
-
appendMainSection: {
|
230
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
231
|
-
};
|
232
|
-
"prepend-left-section": {
|
233
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
234
|
-
};
|
235
|
-
prependLeftSection: {
|
236
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
237
|
-
};
|
238
|
-
"append-left-section": {
|
239
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
240
|
-
};
|
241
|
-
appendLeftSection: {
|
242
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
243
|
-
};
|
244
|
-
context: {
|
245
|
-
type: import("vue").PropType<FilterEngineContext>;
|
246
|
-
required: true;
|
247
|
-
};
|
248
|
-
renderContent: {
|
249
|
-
type: import("vue").PropType<() => JSX.Element | JSX.Element[]>;
|
250
|
-
required: true;
|
251
|
-
};
|
252
|
-
getApi: {
|
253
|
-
type: import("vue").PropType<(handler: FilterEngineHandler) => void>;
|
254
|
-
required: true;
|
255
|
-
};
|
256
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
257
|
-
propsDefinition: Omit<Readonly<{
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
|
+
getApi: (handler: FilterEngineHandler) => void;
|
6
|
+
} & {
|
7
|
+
renderContent: () => JSX.Element | JSX.Element[];
|
8
|
+
} & {
|
9
|
+
context: FilterEngineContext;
|
10
|
+
} & {
|
11
|
+
appendLeftSection?: () => JSX.Element | JSX.Element[];
|
12
|
+
} & {
|
13
|
+
prependLeftSection?: () => JSX.Element | JSX.Element[];
|
14
|
+
} & {
|
15
|
+
appendMainSection?: () => JSX.Element | JSX.Element[];
|
16
|
+
} & {
|
17
|
+
prependMainSection?: () => JSX.Element | JSX.Element[];
|
18
|
+
} & {
|
19
|
+
appendRightSection?: () => JSX.Element | JSX.Element[];
|
20
|
+
} & {
|
21
|
+
prependRightSection?: () => JSX.Element | JSX.Element[];
|
22
|
+
} & {
|
23
|
+
dialogScopedInjectables?: Object[];
|
24
|
+
} & {
|
25
|
+
spacing?: Spacing;
|
26
|
+
}> & Omit<{}, "spacing" | "getApi" | "context" | "renderContent" | "appendLeftSection" | "prependLeftSection" | "appendMainSection" | "prependMainSection" | "appendRightSection" | "prependRightSection" | "dialogScopedInjectables"> & {
|
27
|
+
"v-slots"?: {
|
28
|
+
default?: import("vue").Slot;
|
29
|
+
} & {};
|
30
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "spacing" | "getApi" | "context" | "renderContent" | "appendLeftSection" | "prependLeftSection" | "appendMainSection" | "prependMainSection" | "appendRightSection" | "prependRightSection" | "dialogScopedInjectables">) => {
|
31
|
+
$: import("vue").ComponentInternalInstance;
|
32
|
+
$data: {};
|
33
|
+
$props: {};
|
34
|
+
$attrs: {
|
35
|
+
[x: string]: unknown;
|
36
|
+
};
|
37
|
+
$refs: {
|
38
|
+
[x: string]: unknown;
|
39
|
+
};
|
40
|
+
$slots: Readonly<{
|
41
|
+
[name: string]: import("vue").Slot<any>;
|
42
|
+
}>;
|
43
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
44
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
45
|
+
$emit: (event: string, ...args: any[]) => void;
|
46
|
+
$el: any;
|
47
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
48
|
+
beforeCreate?: (() => void) | (() => void)[];
|
49
|
+
created?: (() => void) | (() => void)[];
|
50
|
+
beforeMount?: (() => void) | (() => void)[];
|
51
|
+
mounted?: (() => void) | (() => void)[];
|
52
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
53
|
+
updated?: (() => void) | (() => void)[];
|
54
|
+
activated?: (() => void) | (() => void)[];
|
55
|
+
deactivated?: (() => void) | (() => void)[];
|
56
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
57
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
58
|
+
destroyed?: (() => void) | (() => void)[];
|
59
|
+
unmounted?: (() => void) | (() => void)[];
|
60
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
61
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
62
|
+
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)[];
|
63
|
+
};
|
64
|
+
$forceUpdate: () => void;
|
65
|
+
$nextTick: typeof import("vue").nextTick;
|
66
|
+
$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;
|
67
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
68
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
258
69
|
getApi: (handler: FilterEngineHandler) => void;
|
259
|
-
|
70
|
+
} & {
|
260
71
|
renderContent: () => JSX.Element | JSX.Element[];
|
261
72
|
} & {
|
262
|
-
|
73
|
+
context: FilterEngineContext;
|
74
|
+
} & {
|
263
75
|
appendLeftSection?: () => JSX.Element | JSX.Element[];
|
264
|
-
|
76
|
+
} & {
|
265
77
|
prependLeftSection?: () => JSX.Element | JSX.Element[];
|
266
|
-
|
78
|
+
} & {
|
267
79
|
appendMainSection?: () => JSX.Element | JSX.Element[];
|
268
|
-
|
80
|
+
} & {
|
269
81
|
prependMainSection?: () => JSX.Element | JSX.Element[];
|
270
|
-
|
82
|
+
} & {
|
271
83
|
appendRightSection?: () => JSX.Element | JSX.Element[];
|
272
|
-
|
84
|
+
} & {
|
273
85
|
prependRightSection?: () => JSX.Element | JSX.Element[];
|
274
|
-
|
86
|
+
} & {
|
275
87
|
dialogScopedInjectables?: Object[];
|
276
|
-
|
277
|
-
|
278
|
-
}
|
88
|
+
} & {
|
89
|
+
spacing?: Spacing;
|
90
|
+
}> & {
|
91
|
+
"v-slots"?: {
|
92
|
+
default?: import("vue").Slot;
|
93
|
+
} & {};
|
94
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "spacing" | "getApi" | "context" | "renderContent" | "appendLeftSection" | "prependLeftSection" | "appendMainSection" | "prependMainSection" | "appendRightSection" | "prependRightSection" | "dialogScopedInjectables">;
|
95
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
96
|
+
[key: string]: any;
|
97
|
+
}>;
|
279
98
|
export default _default;
|
@@ -1,40 +1,57 @@
|
|
1
1
|
import { FilterEngineDefaultPosition } from "@omnia/fx-models";
|
2
2
|
import "./FilterEngine.css";
|
3
|
-
declare const _default: {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
P: {};
|
16
|
-
B: {};
|
17
|
-
D: {};
|
18
|
-
C: {};
|
19
|
-
M: {};
|
20
|
-
Defaults: {};
|
21
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
22
|
-
renderPosition: {
|
23
|
-
type: import("vue").PropType<FilterEngineDefaultPosition.Top | FilterEngineDefaultPosition.Left | FilterEngineDefaultPosition.Right>;
|
24
|
-
required: true;
|
25
|
-
};
|
26
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
27
|
-
__isFragment?: never;
|
28
|
-
__isTeleport?: never;
|
29
|
-
__isSuspense?: never;
|
30
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
31
|
-
renderPosition: {
|
32
|
-
type: import("vue").PropType<FilterEngineDefaultPosition.Top | FilterEngineDefaultPosition.Left | FilterEngineDefaultPosition.Right>;
|
33
|
-
required: true;
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
|
+
renderPosition: FilterEngineDefaultPosition.Top | FilterEngineDefaultPosition.Left | FilterEngineDefaultPosition.Right;
|
5
|
+
}> & Omit<{}, "renderPosition"> & {
|
6
|
+
"v-slots"?: {
|
7
|
+
default?: import("vue").Slot;
|
8
|
+
} & {};
|
9
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "renderPosition">) => {
|
10
|
+
$: import("vue").ComponentInternalInstance;
|
11
|
+
$data: {};
|
12
|
+
$props: {};
|
13
|
+
$attrs: {
|
14
|
+
[x: string]: unknown;
|
34
15
|
};
|
35
|
-
|
36
|
-
|
16
|
+
$refs: {
|
17
|
+
[x: string]: unknown;
|
18
|
+
};
|
19
|
+
$slots: Readonly<{
|
20
|
+
[name: string]: import("vue").Slot<any>;
|
21
|
+
}>;
|
22
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
23
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
24
|
+
$emit: (event: string, ...args: any[]) => void;
|
25
|
+
$el: any;
|
26
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
27
|
+
beforeCreate?: (() => void) | (() => void)[];
|
28
|
+
created?: (() => void) | (() => void)[];
|
29
|
+
beforeMount?: (() => void) | (() => void)[];
|
30
|
+
mounted?: (() => void) | (() => void)[];
|
31
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
32
|
+
updated?: (() => void) | (() => void)[];
|
33
|
+
activated?: (() => void) | (() => void)[];
|
34
|
+
deactivated?: (() => void) | (() => void)[];
|
35
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
36
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
37
|
+
destroyed?: (() => void) | (() => void)[];
|
38
|
+
unmounted?: (() => void) | (() => void)[];
|
39
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
40
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
41
|
+
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)[];
|
42
|
+
};
|
43
|
+
$forceUpdate: () => void;
|
44
|
+
$nextTick: typeof import("vue").nextTick;
|
45
|
+
$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;
|
46
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
47
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
37
48
|
renderPosition: FilterEngineDefaultPosition.Top | FilterEngineDefaultPosition.Left | FilterEngineDefaultPosition.Right;
|
38
|
-
} & {
|
39
|
-
|
49
|
+
}> & {
|
50
|
+
"v-slots"?: {
|
51
|
+
default?: import("vue").Slot;
|
52
|
+
} & {};
|
53
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "renderPosition">;
|
54
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
55
|
+
[key: string]: any;
|
56
|
+
}>;
|
40
57
|
export default _default;
|
@@ -1,16 +1,51 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{}> & Omit<{}, never> & {
|
2
|
+
"v-slots"?: {
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
} & {};
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>) => {
|
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<{}> & {
|
44
|
+
"v-slots"?: {
|
45
|
+
default?: import("vue").Slot;
|
46
|
+
} & {};
|
47
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
|
48
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
|
+
[key: string]: any;
|
50
|
+
}>;
|
16
51
|
export default _default;
|
@@ -302,8 +302,8 @@ declare const _default: {
|
|
302
302
|
class?: String | String[];
|
303
303
|
label?: string;
|
304
304
|
size?: "small" | "default" | "x-small";
|
305
|
-
grow?: boolean;
|
306
305
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
306
|
+
grow?: boolean;
|
307
307
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
308
308
|
"v-model"?: FilterPickerFilter[];
|
309
309
|
"onUpdate:modelValue"?: (value: FilterPickerFilter[]) => any;
|
@@ -92,6 +92,11 @@ declare const JourneyBladeComponent: {
|
|
92
92
|
} & {
|
93
93
|
type: import("vue").PropType<switchValue>;
|
94
94
|
};
|
95
|
+
sortable: {
|
96
|
+
type: import("vue").PropType<boolean>;
|
97
|
+
} & {
|
98
|
+
type: import("vue").PropType<boolean>;
|
99
|
+
};
|
95
100
|
disabled: {
|
96
101
|
type: import("vue").PropType<boolean>;
|
97
102
|
} & {
|
@@ -251,6 +256,11 @@ declare const JourneyBladeComponent: {
|
|
251
256
|
} & {
|
252
257
|
type: import("vue").PropType<switchValue>;
|
253
258
|
};
|
259
|
+
sortable: {
|
260
|
+
type: import("vue").PropType<boolean>;
|
261
|
+
} & {
|
262
|
+
type: import("vue").PropType<boolean>;
|
263
|
+
};
|
254
264
|
disabled: {
|
255
265
|
type: import("vue").PropType<boolean>;
|
256
266
|
} & {
|
@@ -408,6 +418,11 @@ declare const JourneyBladeComponent: {
|
|
408
418
|
} & {
|
409
419
|
type: import("vue").PropType<switchValue>;
|
410
420
|
};
|
421
|
+
sortable: {
|
422
|
+
type: import("vue").PropType<boolean>;
|
423
|
+
} & {
|
424
|
+
type: import("vue").PropType<boolean>;
|
425
|
+
};
|
411
426
|
disabled: {
|
412
427
|
type: import("vue").PropType<boolean>;
|
413
428
|
} & {
|
@@ -562,6 +577,11 @@ declare const JourneyBladeComponent: {
|
|
562
577
|
} & {
|
563
578
|
type: import("vue").PropType<switchValue>;
|
564
579
|
};
|
580
|
+
sortable: {
|
581
|
+
type: import("vue").PropType<boolean>;
|
582
|
+
} & {
|
583
|
+
type: import("vue").PropType<boolean>;
|
584
|
+
};
|
565
585
|
disabled: {
|
566
586
|
type: import("vue").PropType<boolean>;
|
567
587
|
} & {
|
@@ -669,6 +689,7 @@ declare const JourneyBladeComponent: {
|
|
669
689
|
"get-api"?: (store: ReturnType<typeof useJourneyStore>) => void;
|
670
690
|
loading?: boolean;
|
671
691
|
searchable?: boolean;
|
692
|
+
sortable?: boolean;
|
672
693
|
bladeContext?: "layout" | BladeContexts;
|
673
694
|
"blade-context"?: "layout" | BladeContexts;
|
674
695
|
onOk?: () => boolean | Promise<boolean>;
|
@@ -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;
|