@omnia/fx 8.0.90-vnext → 8.0.91-vnext
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/stores/oxide/ComponentHostStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +139 -34
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +176 -38
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +124 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +176 -19
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +258 -78
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +63 -24
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +21 -10
- package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +95 -0
- package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +14 -22
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/BlueprintPicker.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.d.ts +380 -488
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/ColorSchemaPicker.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.css.d.ts +4 -6
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.d.ts +145 -130
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/ApiRegistrations.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/headers/HeaderWithImage.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -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/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +106 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +1258 -246
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Blockheaders.d.ts +0 -3
@@ -1,3 +1,7 @@
|
|
1
|
+
export interface FilterPickerValue {
|
2
|
+
text: string;
|
3
|
+
id: any;
|
4
|
+
}
|
1
5
|
declare const _default: {
|
2
6
|
new (...args: any[]): {
|
3
7
|
$: import("vue").ComponentInternalInstance;
|
@@ -11,6 +15,7 @@ declare const _default: {
|
|
11
15
|
style?: unknown;
|
12
16
|
class?: String | String[];
|
13
17
|
key?: string | number | symbol;
|
18
|
+
readonly filters: FilterPickerValue[];
|
14
19
|
readonly size?: "small" | "default" | "x-small";
|
15
20
|
ref?: import("vue").VNodeRef;
|
16
21
|
ref_for?: boolean;
|
@@ -53,10 +58,11 @@ declare const _default: {
|
|
53
58
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
59
|
[key: string]: any;
|
55
60
|
}>) => void)[];
|
56
|
-
readonly modelValue?:
|
57
|
-
|
58
|
-
readonly "v-model"?:
|
59
|
-
|
61
|
+
readonly modelValue?: FilterPickerValue[];
|
62
|
+
"onUpdate:modelValue"?: ((value: FilterPickerValue[]) => any) & ((value: FilterPickerValue[]) => any);
|
63
|
+
readonly "v-model"?: FilterPickerValue[];
|
64
|
+
readonly grow?: boolean;
|
65
|
+
readonly singleSelect?: "small" | "default" | "x-small";
|
60
66
|
};
|
61
67
|
$attrs: {
|
62
68
|
[x: string]: unknown;
|
@@ -69,21 +75,31 @@ declare const _default: {
|
|
69
75
|
}>;
|
70
76
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
71
77
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
72
|
-
$emit: (event: "update:
|
78
|
+
$emit: (event: "update:modelValue", value: FilterPickerValue[]) => void;
|
73
79
|
$el: any;
|
74
80
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
81
|
+
grow: {
|
82
|
+
type: import("vue").PropType<boolean>;
|
83
|
+
};
|
84
|
+
singleSelect: {
|
85
|
+
type: import("vue").PropType<"small" | "default" | "x-small">;
|
86
|
+
};
|
75
87
|
size: {
|
76
88
|
type: import("vue").PropType<"small" | "default" | "x-small">;
|
77
89
|
};
|
90
|
+
filters: {
|
91
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
92
|
+
required: true;
|
93
|
+
};
|
78
94
|
"onUpdate:modelValue": {
|
79
|
-
type: import("vue").PropType<(value:
|
95
|
+
type: import("vue").PropType<(value: FilterPickerValue[]) => any>;
|
80
96
|
};
|
81
97
|
"v-model": {
|
82
|
-
type: import("vue").PropType<
|
98
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
83
99
|
required: false;
|
84
100
|
};
|
85
101
|
modelValue: {
|
86
|
-
type: import("vue").PropType<
|
102
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
87
103
|
required: false;
|
88
104
|
};
|
89
105
|
class: {
|
@@ -96,9 +112,9 @@ declare const _default: {
|
|
96
112
|
blueprintType?: any;
|
97
113
|
blueprint?: any;
|
98
114
|
}>> & {
|
99
|
-
"onUpdate:
|
115
|
+
"onUpdate:modelValue"?: (value: FilterPickerValue[]) => any;
|
100
116
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
101
|
-
"update:
|
117
|
+
"update:modelValue": (value: FilterPickerValue[]) => any;
|
102
118
|
}, string, {
|
103
119
|
container?: any;
|
104
120
|
blueprint?: any;
|
@@ -126,18 +142,28 @@ declare const _default: {
|
|
126
142
|
$nextTick: typeof import("vue").nextTick;
|
127
143
|
$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;
|
128
144
|
} & Readonly<import("vue").ExtractPropTypes<{
|
145
|
+
grow: {
|
146
|
+
type: import("vue").PropType<boolean>;
|
147
|
+
};
|
148
|
+
singleSelect: {
|
149
|
+
type: import("vue").PropType<"small" | "default" | "x-small">;
|
150
|
+
};
|
129
151
|
size: {
|
130
152
|
type: import("vue").PropType<"small" | "default" | "x-small">;
|
131
153
|
};
|
154
|
+
filters: {
|
155
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
156
|
+
required: true;
|
157
|
+
};
|
132
158
|
"onUpdate:modelValue": {
|
133
|
-
type: import("vue").PropType<(value:
|
159
|
+
type: import("vue").PropType<(value: FilterPickerValue[]) => any>;
|
134
160
|
};
|
135
161
|
"v-model": {
|
136
|
-
type: import("vue").PropType<
|
162
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
137
163
|
required: false;
|
138
164
|
};
|
139
165
|
modelValue: {
|
140
|
-
type: import("vue").PropType<
|
166
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
141
167
|
required: false;
|
142
168
|
};
|
143
169
|
class: {
|
@@ -150,24 +176,34 @@ declare const _default: {
|
|
150
176
|
blueprintType?: any;
|
151
177
|
blueprint?: any;
|
152
178
|
}>> & {
|
153
|
-
"onUpdate:
|
179
|
+
"onUpdate:modelValue"?: (value: FilterPickerValue[]) => any;
|
154
180
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
155
181
|
__isFragment?: never;
|
156
182
|
__isTeleport?: never;
|
157
183
|
__isSuspense?: never;
|
158
184
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
185
|
+
grow: {
|
186
|
+
type: import("vue").PropType<boolean>;
|
187
|
+
};
|
188
|
+
singleSelect: {
|
189
|
+
type: import("vue").PropType<"small" | "default" | "x-small">;
|
190
|
+
};
|
159
191
|
size: {
|
160
192
|
type: import("vue").PropType<"small" | "default" | "x-small">;
|
161
193
|
};
|
194
|
+
filters: {
|
195
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
196
|
+
required: true;
|
197
|
+
};
|
162
198
|
"onUpdate:modelValue": {
|
163
|
-
type: import("vue").PropType<(value:
|
199
|
+
type: import("vue").PropType<(value: FilterPickerValue[]) => any>;
|
164
200
|
};
|
165
201
|
"v-model": {
|
166
|
-
type: import("vue").PropType<
|
202
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
167
203
|
required: false;
|
168
204
|
};
|
169
205
|
modelValue: {
|
170
|
-
type: import("vue").PropType<
|
206
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
171
207
|
required: false;
|
172
208
|
};
|
173
209
|
class: {
|
@@ -180,9 +216,9 @@ declare const _default: {
|
|
180
216
|
blueprintType?: any;
|
181
217
|
blueprint?: any;
|
182
218
|
}>> & {
|
183
|
-
"onUpdate:
|
219
|
+
"onUpdate:modelValue"?: (value: FilterPickerValue[]) => any;
|
184
220
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
185
|
-
"update:
|
221
|
+
"update:modelValue": (value: FilterPickerValue[]) => any;
|
186
222
|
}, string, {
|
187
223
|
container?: any;
|
188
224
|
blueprint?: any;
|
@@ -192,6 +228,7 @@ declare const _default: {
|
|
192
228
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
193
229
|
propsDefinition: Omit<Readonly<{
|
194
230
|
container?: any;
|
231
|
+
filters: FilterPickerValue[];
|
195
232
|
blueprint?: any;
|
196
233
|
colorSchemaType?: any;
|
197
234
|
blueprintType?: any;
|
@@ -199,11 +236,13 @@ declare const _default: {
|
|
199
236
|
} & {
|
200
237
|
class?: String | String[];
|
201
238
|
size?: "small" | "default" | "x-small";
|
202
|
-
modelValue?:
|
203
|
-
"onUpdate:modelValue"?: (value:
|
204
|
-
"v-model"?:
|
205
|
-
|
206
|
-
"
|
239
|
+
modelValue?: FilterPickerValue[];
|
240
|
+
"onUpdate:modelValue"?: (value: FilterPickerValue[]) => any;
|
241
|
+
"v-model"?: FilterPickerValue[];
|
242
|
+
grow?: boolean;
|
243
|
+
singleSelect?: "small" | "default" | "x-small";
|
244
|
+
}>, "onUpdate:modelValue"> & {
|
245
|
+
"onUpdate:modelValue"?: (value: FilterPickerValue[]) => any;
|
207
246
|
};
|
208
247
|
};
|
209
248
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { BladeSizes, Func, IIcon } from "@omnia/fx-models";
|
2
|
-
import { ConfirmDialogOptions } from "@omnia/fx/ux";
|
2
|
+
import { ConfirmDialogOptions, IBladeApi } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild, nextTick } from "vue";
|
4
4
|
declare const _default: {
|
5
5
|
new (...args: any[]): {
|
@@ -63,17 +63,18 @@ declare const _default: {
|
|
63
63
|
};
|
64
64
|
readonly variant?: "info" | "new" | "edit";
|
65
65
|
readonly settings?: boolean;
|
66
|
+
readonly getApi?: (api: IBladeApi) => void;
|
66
67
|
readonly save?: boolean;
|
67
68
|
readonly create?: boolean;
|
68
69
|
readonly subTitle?: string;
|
69
70
|
"onClick:cancel"?: (id: string) => any;
|
70
|
-
readonly onSave?: (bladeId: string) => boolean | Promise<boolean>;
|
71
|
-
"onClick:back"?: (id: string) => any;
|
72
71
|
readonly searchable?: boolean;
|
72
|
+
readonly onSave?: (bladeId: string) => boolean | Promise<boolean>;
|
73
73
|
readonly onDelete?: (bladeId: string) => boolean | Promise<boolean>;
|
74
74
|
readonly confirmDeleteDialogOption?: unknown;
|
75
75
|
onSearch?: (searchText: string) => any;
|
76
76
|
"onClick:add"?: (id: string) => any;
|
77
|
+
"onClick:back"?: (id: string) => any;
|
77
78
|
"onClick:settings"?: (id: string) => any;
|
78
79
|
};
|
79
80
|
$attrs: {
|
@@ -87,7 +88,7 @@ declare const _default: {
|
|
87
88
|
}>;
|
88
89
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
89
90
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
90
|
-
$emit: ((event: "search", searchText: string) => void) & ((event: "click:cancel", id: string) => void) & ((event: "click:
|
91
|
+
$emit: ((event: "search", searchText: string) => void) & ((event: "click:cancel", id: string) => void) & ((event: "click:add", id: string) => void) & ((event: "click:back", id: string) => void) & ((event: "click:settings", id: string) => void);
|
91
92
|
$el: any;
|
92
93
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
93
94
|
"v-slots": import("vue").Prop<{
|
@@ -105,6 +106,9 @@ declare const _default: {
|
|
105
106
|
onSave: {
|
106
107
|
type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
|
107
108
|
};
|
109
|
+
getApi: {
|
110
|
+
type: import("vue").PropType<(api: IBladeApi) => void>;
|
111
|
+
};
|
108
112
|
variant: {
|
109
113
|
type: import("vue").PropType<"info" | "new" | "edit">;
|
110
114
|
};
|
@@ -141,9 +145,9 @@ declare const _default: {
|
|
141
145
|
};
|
142
146
|
}>> & {
|
143
147
|
"onClick:cancel"?: (id: string) => any;
|
144
|
-
"onClick:back"?: (id: string) => any;
|
145
148
|
onSearch?: (searchText: string) => any;
|
146
149
|
"onClick:add"?: (id: string) => any;
|
150
|
+
"onClick:back"?: (id: string) => any;
|
147
151
|
"onClick:settings"?: (id: string) => any;
|
148
152
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
149
153
|
"click:add": (id: string) => boolean;
|
@@ -187,6 +191,9 @@ declare const _default: {
|
|
187
191
|
onSave: {
|
188
192
|
type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
|
189
193
|
};
|
194
|
+
getApi: {
|
195
|
+
type: import("vue").PropType<(api: IBladeApi) => void>;
|
196
|
+
};
|
190
197
|
variant: {
|
191
198
|
type: import("vue").PropType<"info" | "new" | "edit">;
|
192
199
|
};
|
@@ -223,9 +230,9 @@ declare const _default: {
|
|
223
230
|
};
|
224
231
|
}>> & {
|
225
232
|
"onClick:cancel"?: (id: string) => any;
|
226
|
-
"onClick:back"?: (id: string) => any;
|
227
233
|
onSearch?: (searchText: string) => any;
|
228
234
|
"onClick:add"?: (id: string) => any;
|
235
|
+
"onClick:back"?: (id: string) => any;
|
229
236
|
"onClick:settings"?: (id: string) => any;
|
230
237
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
231
238
|
__isFragment?: never;
|
@@ -247,6 +254,9 @@ declare const _default: {
|
|
247
254
|
onSave: {
|
248
255
|
type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
|
249
256
|
};
|
257
|
+
getApi: {
|
258
|
+
type: import("vue").PropType<(api: IBladeApi) => void>;
|
259
|
+
};
|
250
260
|
variant: {
|
251
261
|
type: import("vue").PropType<"info" | "new" | "edit">;
|
252
262
|
};
|
@@ -283,9 +293,9 @@ declare const _default: {
|
|
283
293
|
};
|
284
294
|
}>> & {
|
285
295
|
"onClick:cancel"?: (id: string) => any;
|
286
|
-
"onClick:back"?: (id: string) => any;
|
287
296
|
onSearch?: (searchText: string) => any;
|
288
297
|
"onClick:add"?: (id: string) => any;
|
298
|
+
"onClick:back"?: (id: string) => any;
|
289
299
|
"onClick:settings"?: (id: string) => any;
|
290
300
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
291
301
|
"click:add": (id: string) => boolean;
|
@@ -308,18 +318,19 @@ declare const _default: {
|
|
308
318
|
};
|
309
319
|
variant?: "info" | "new" | "edit";
|
310
320
|
settings?: boolean;
|
321
|
+
getApi?: (api: IBladeApi) => void;
|
311
322
|
save?: boolean;
|
312
323
|
create?: boolean;
|
313
324
|
subTitle?: string;
|
314
|
-
onSave?: (bladeId: string) => boolean | Promise<boolean>;
|
315
325
|
searchable?: boolean;
|
326
|
+
onSave?: (bladeId: string) => boolean | Promise<boolean>;
|
316
327
|
onDelete?: (bladeId: string) => boolean | Promise<boolean>;
|
317
328
|
confirmDeleteDialogOption?: unknown;
|
318
|
-
}>, "onClick:cancel" | "
|
329
|
+
}>, "onClick:cancel" | "onSearch" | "onClick:add" | "onClick:back" | "onClick:settings"> & {
|
319
330
|
"onClick:cancel"?: (id: string) => any;
|
320
|
-
"onClick:back"?: (id: string) => any;
|
321
331
|
onSearch?: (searchText: string) => any;
|
322
332
|
"onClick:add"?: (id: string) => any;
|
333
|
+
"onClick:back"?: (id: string) => any;
|
323
334
|
"onClick:settings"?: (id: string) => any;
|
324
335
|
};
|
325
336
|
};
|
@@ -46,7 +46,7 @@ export declare const useJourneyStore: (newInstanceWithName?: string) => {
|
|
46
46
|
readonly isNested: boolean;
|
47
47
|
};
|
48
48
|
actions: {
|
49
|
-
createObservableValueToSave: <T_1
|
49
|
+
createObservableValueToSave: <T_1>(value: T_1) => {
|
50
50
|
value: T_1;
|
51
51
|
setValue: (value: T_1) => T_1;
|
52
52
|
};
|
@@ -55,7 +55,7 @@ export declare const useJourneyStore: (newInstanceWithName?: string) => {
|
|
55
55
|
setActiveIndex: (index: number) => void;
|
56
56
|
moveNext: (fromBladeId?: string) => void;
|
57
57
|
movePrev: (fromBladeId?: string) => void;
|
58
|
-
travelTo: (id: string) => void;
|
58
|
+
travelTo: (id: string, fromBladeId?: string) => void;
|
59
59
|
setNested: (menuStore: ReturnType<typeof useJourneyMenuStore>) => void;
|
60
60
|
};
|
61
61
|
events: {
|
@@ -20,6 +20,7 @@ export type RowVariantType = typeof RowVariant[number];
|
|
20
20
|
export interface IDataTableRowRenderer {
|
21
21
|
value: any;
|
22
22
|
index: number;
|
23
|
+
classes(classes: string): Omit<IDataTableRowRenderer, "classes">;
|
23
24
|
disableNavigation(): any;
|
24
25
|
select(selected: boolean): Omit<IDataTableRowRenderer, "select">;
|
25
26
|
onClick(callback: () => void): Omit<IDataTableRowRenderer, "onClick">;
|
@@ -9,6 +9,7 @@ export interface IValidationScope {
|
|
9
9
|
export interface IValidatorBase extends IValidationScope {
|
10
10
|
createRules(): IValidationRuleBuilder;
|
11
11
|
overrideValidate(func: () => Promise<boolean>): any;
|
12
|
+
overrideResetValidation(func: () => void): void;
|
12
13
|
}
|
13
14
|
export interface IPublicValidator extends IValidatorBase {
|
14
15
|
register(validation: IValidationScope): any;
|
@@ -28,6 +29,5 @@ export interface IValidationRuleBuilder {
|
|
28
29
|
}
|
29
30
|
export interface IInternalValidator extends IPublicValidator {
|
30
31
|
builtinValidate(): Promise<boolean>;
|
31
|
-
overrideResetValidation(func: () => void): void;
|
32
32
|
builtinResetValidation(): void;
|
33
33
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { types } from "typestyle";
|
2
2
|
export declare const EnterprisePropertyPickerStyles: {
|
3
|
+
container?: types.NestedCSSProperties;
|
3
4
|
expansionGroupWrapper?: types.NestedCSSProperties;
|
4
5
|
expansionGroupContent?: types.NestedCSSProperties;
|
5
6
|
expansionGroupHeader?: types.NestedCSSProperties;
|
@@ -52,6 +52,7 @@ declare const _default: {
|
|
52
52
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
53
|
[key: string]: any;
|
54
54
|
}>) => void)[];
|
55
|
+
readonly multiple?: boolean;
|
55
56
|
readonly variant?: "navigation" | "default";
|
56
57
|
readonly modelValue?: number | number[];
|
57
58
|
readonly "onUpdate:modelValue"?: (value: number | number[]) => any;
|
@@ -72,6 +73,10 @@ declare const _default: {
|
|
72
73
|
$emit: (event: string, ...args: any[]) => void;
|
73
74
|
$el: any;
|
74
75
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
76
|
+
multiple: {
|
77
|
+
type: import("vue").PropType<boolean>;
|
78
|
+
required: false;
|
79
|
+
};
|
75
80
|
expandAll: {
|
76
81
|
type: import("vue").PropType<boolean>;
|
77
82
|
};
|
@@ -125,6 +130,10 @@ declare const _default: {
|
|
125
130
|
$nextTick: typeof import("vue").nextTick;
|
126
131
|
$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;
|
127
132
|
} & Readonly<import("vue").ExtractPropTypes<{
|
133
|
+
multiple: {
|
134
|
+
type: import("vue").PropType<boolean>;
|
135
|
+
required: false;
|
136
|
+
};
|
128
137
|
expandAll: {
|
129
138
|
type: import("vue").PropType<boolean>;
|
130
139
|
};
|
@@ -156,6 +165,10 @@ declare const _default: {
|
|
156
165
|
__isTeleport?: never;
|
157
166
|
__isSuspense?: never;
|
158
167
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
168
|
+
multiple: {
|
169
|
+
type: import("vue").PropType<boolean>;
|
170
|
+
required: false;
|
171
|
+
};
|
159
172
|
expandAll: {
|
160
173
|
type: import("vue").PropType<boolean>;
|
161
174
|
};
|
@@ -197,6 +210,7 @@ declare const _default: {
|
|
197
210
|
colors?: any;
|
198
211
|
} & {
|
199
212
|
class?: String | String[];
|
213
|
+
multiple?: boolean;
|
200
214
|
variant?: "navigation" | "default";
|
201
215
|
modelValue?: number | number[];
|
202
216
|
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
}>) => void)[];
|
51
51
|
readonly variant?: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
52
52
|
readonly force?: boolean;
|
53
|
-
readonly componentHost?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "
|
54
|
-
readonly "component-host"?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "
|
53
|
+
readonly componentHost?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
54
|
+
readonly "component-host"?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
55
55
|
};
|
56
56
|
$attrs: {
|
57
57
|
[x: string]: unknown;
|
@@ -78,10 +78,10 @@ declare const _default: {
|
|
78
78
|
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
79
79
|
};
|
80
80
|
"component-host": {
|
81
|
-
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "
|
81
|
+
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
82
82
|
};
|
83
83
|
componentHost: {
|
84
|
-
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "
|
84
|
+
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
85
85
|
};
|
86
86
|
host: {
|
87
87
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -122,10 +122,10 @@ declare const _default: {
|
|
122
122
|
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
123
123
|
};
|
124
124
|
"component-host": {
|
125
|
-
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "
|
125
|
+
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
126
126
|
};
|
127
127
|
componentHost: {
|
128
|
-
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "
|
128
|
+
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
129
129
|
};
|
130
130
|
host: {
|
131
131
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -150,10 +150,10 @@ declare const _default: {
|
|
150
150
|
type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
151
151
|
};
|
152
152
|
"component-host": {
|
153
|
-
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "
|
153
|
+
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
154
154
|
};
|
155
155
|
componentHost: {
|
156
|
-
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "
|
156
|
+
type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
157
157
|
};
|
158
158
|
host: {
|
159
159
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -167,8 +167,8 @@ declare const _default: {
|
|
167
167
|
host?: "admin" | "editor" | "docs";
|
168
168
|
variant?: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
169
169
|
force?: boolean;
|
170
|
-
componentHost?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "
|
171
|
-
"component-host"?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "
|
170
|
+
componentHost?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
171
|
+
"component-host"?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
172
172
|
}>, never>;
|
173
173
|
};
|
174
174
|
export default _default;
|
@@ -53,6 +53,8 @@ declare const _default: {
|
|
53
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
54
|
[key: string]: any;
|
55
55
|
}>) => void)[];
|
56
|
+
readonly maxHeight?: string | number;
|
57
|
+
readonly maxWidth?: string | number;
|
56
58
|
readonly minHeight?: string | number;
|
57
59
|
readonly minWidth?: string | number;
|
58
60
|
readonly attach?: string | boolean | Element;
|
@@ -103,9 +105,15 @@ declare const _default: {
|
|
103
105
|
closeDelay: {
|
104
106
|
type: import("vue").PropType<string | number>;
|
105
107
|
};
|
108
|
+
maxHeight: {
|
109
|
+
type: import("vue").PropType<string | number>;
|
110
|
+
};
|
106
111
|
minHeight: {
|
107
112
|
type: import("vue").PropType<string | number>;
|
108
113
|
};
|
114
|
+
maxWidth: {
|
115
|
+
type: import("vue").PropType<string | number>;
|
116
|
+
};
|
109
117
|
minWidth: {
|
110
118
|
type: import("vue").PropType<string | number>;
|
111
119
|
};
|
@@ -188,9 +196,15 @@ declare const _default: {
|
|
188
196
|
closeDelay: {
|
189
197
|
type: import("vue").PropType<string | number>;
|
190
198
|
};
|
199
|
+
maxHeight: {
|
200
|
+
type: import("vue").PropType<string | number>;
|
201
|
+
};
|
191
202
|
minHeight: {
|
192
203
|
type: import("vue").PropType<string | number>;
|
193
204
|
};
|
205
|
+
maxWidth: {
|
206
|
+
type: import("vue").PropType<string | number>;
|
207
|
+
};
|
194
208
|
minWidth: {
|
195
209
|
type: import("vue").PropType<string | number>;
|
196
210
|
};
|
@@ -246,9 +260,15 @@ declare const _default: {
|
|
246
260
|
closeDelay: {
|
247
261
|
type: import("vue").PropType<string | number>;
|
248
262
|
};
|
263
|
+
maxHeight: {
|
264
|
+
type: import("vue").PropType<string | number>;
|
265
|
+
};
|
249
266
|
minHeight: {
|
250
267
|
type: import("vue").PropType<string | number>;
|
251
268
|
};
|
269
|
+
maxWidth: {
|
270
|
+
type: import("vue").PropType<string | number>;
|
271
|
+
};
|
252
272
|
minWidth: {
|
253
273
|
type: import("vue").PropType<string | number>;
|
254
274
|
};
|
@@ -301,6 +321,8 @@ declare const _default: {
|
|
301
321
|
colors?: any;
|
302
322
|
} & {
|
303
323
|
class?: String | String[];
|
324
|
+
maxHeight?: string | number;
|
325
|
+
maxWidth?: string | number;
|
304
326
|
minHeight?: string | number;
|
305
327
|
minWidth?: string | number;
|
306
328
|
attach?: string | boolean | Element;
|
@@ -92,8 +92,8 @@ declare const _default: {
|
|
92
92
|
readonly clearable?: boolean;
|
93
93
|
readonly toned?: boolean;
|
94
94
|
readonly hideSelected?: boolean;
|
95
|
-
"onClick:button"?: (value: any) => any;
|
96
95
|
readonly searchable?: boolean;
|
96
|
+
"onClick:button"?: (value: any) => any;
|
97
97
|
};
|
98
98
|
$attrs: {
|
99
99
|
[x: string]: unknown;
|
@@ -90,7 +90,7 @@ declare const _default: {
|
|
90
90
|
}>;
|
91
91
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
92
92
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
93
|
-
$emit: ((event: "doc$", description?: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "update:focused", value: boolean) => void) & ((event: "click:
|
93
|
+
$emit: ((event: "doc$", description?: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "update:focused", value: boolean) => void) & ((event: "click:button") => void) & ((event: "click:clear") => void);
|
94
94
|
$el: any;
|
95
95
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
96
96
|
persistentHint: {
|
@@ -66,8 +66,8 @@ declare const _default: {
|
|
66
66
|
readonly variant?: "default" | "blade";
|
67
67
|
readonly subTitle?: string;
|
68
68
|
"onClick:close"?: () => any;
|
69
|
-
readonly backButton?: boolean;
|
70
69
|
"onClick:back"?: () => any;
|
70
|
+
readonly backButton?: boolean;
|
71
71
|
};
|
72
72
|
$attrs: {
|
73
73
|
[x: string]: unknown;
|
@@ -56,6 +56,7 @@ declare const _default: {
|
|
56
56
|
readonly settings?: PermissionInputSettings;
|
57
57
|
readonly getApi?: (api: IPermissionInputApi) => void;
|
58
58
|
readonly "get-api"?: (api: IPermissionInputApi) => void;
|
59
|
+
readonly "service-id"?: unknown;
|
59
60
|
readonly contextParams?: {
|
60
61
|
[key: string]: string | number;
|
61
62
|
};
|
@@ -67,7 +68,6 @@ declare const _default: {
|
|
67
68
|
readonly onValueUpdating?: () => Promise<void>;
|
68
69
|
readonly "on-value-updating"?: () => Promise<void>;
|
69
70
|
readonly hideSaveButton?: boolean;
|
70
|
-
readonly "service-id"?: unknown;
|
71
71
|
readonly dataSource?: {
|
72
72
|
[roleId: string]: PermissionBinding[];
|
73
73
|
};
|
@@ -293,6 +293,7 @@ declare const _default: {
|
|
293
293
|
settings?: PermissionInputSettings;
|
294
294
|
getApi?: (api: IPermissionInputApi) => void;
|
295
295
|
"get-api"?: (api: IPermissionInputApi) => void;
|
296
|
+
"service-id"?: unknown;
|
296
297
|
contextParams?: {
|
297
298
|
[key: string]: string | number;
|
298
299
|
};
|
@@ -304,7 +305,6 @@ declare const _default: {
|
|
304
305
|
onValueUpdating?: () => Promise<void>;
|
305
306
|
"on-value-updating"?: () => Promise<void>;
|
306
307
|
hideSaveButton?: boolean;
|
307
|
-
"service-id"?: unknown;
|
308
308
|
dataSource?: {
|
309
309
|
[roleId: string]: PermissionBinding[];
|
310
310
|
};
|