@omnia/fx 8.0.430-dev → 8.0.431-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/Provide.d.ts +0 -12
- package/internal-do-not-import-from-here/core/index.d.ts +1 -1
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -3
- package/internal-do-not-import-from-here/index.d.ts +1 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +13 -2
- package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +19 -1
- package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/PropertiesBlade.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InactiveList.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/OrphanedList.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/PendingList.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/ButtonsEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/ComponentEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.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/store/IconStyleEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/store/TextColorPickerStore.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/ComponentBlueprintStrategy.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/FullBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/LargeBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/MediumBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/NoneBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/SmallBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/XSmallBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/index.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ColorManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +36 -165
- package/internal-do-not-import-from-here/ux/iconpicker/IIconPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/iconpicker/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/iconpicker/v2/IconPicker.d.ts +14 -5
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +84 -98
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/store/VelcronDefinitionPickerStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +8 -10
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/SampleComponent.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/MD2Blueprint.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/MD3Blueprint.d.ts +0 -2
- /package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/{BlueprintStrategyBase.d.ts → components/BlueprintStrategyBase.d.ts} +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
import { guid, IIcon, VelcronRendererResolverReference, VelcronState } from "@omnia/fx-models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
|
-
type Variant = "dialog" | "panel" | "editor" | "default";
|
3
|
+
type Variant = "dialog" | "panel" | "journey" | "editor" | "default";
|
4
4
|
declare const _default: {
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
6
6
|
"v-slots": import("vue").Prop<{
|
@@ -18,6 +18,9 @@ declare const _default: {
|
|
18
18
|
previewState: {
|
19
19
|
type: import("vue").PropType<VelcronState>;
|
20
20
|
};
|
21
|
+
label: {
|
22
|
+
type: import("vue").PropType<string>;
|
23
|
+
};
|
21
24
|
allowEdit: {
|
22
25
|
type: import("vue").PropType<boolean>;
|
23
26
|
};
|
@@ -31,67 +34,67 @@ declare const _default: {
|
|
31
34
|
type: import("vue").PropType<guid[]>;
|
32
35
|
};
|
33
36
|
"onUpdate:modelValue": {
|
34
|
-
type: import("vue").PropType<(value:
|
37
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
35
38
|
};
|
36
39
|
"v-model": {
|
37
|
-
type: import("vue").PropType<
|
40
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
38
41
|
required: false;
|
39
42
|
};
|
40
43
|
modelValue: {
|
41
|
-
type: import("vue").PropType<
|
44
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
42
45
|
required: false;
|
43
46
|
};
|
44
47
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
45
|
-
type: import("vue").PropType<(value:
|
48
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
46
49
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
47
|
-
type: import("vue").PropType<
|
50
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
48
51
|
required: false;
|
49
52
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
50
|
-
type: import("vue").PropType<
|
53
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
51
54
|
required: false;
|
52
55
|
}; } & {
|
53
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
56
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronRendererResolverReference, {
|
54
57
|
"onUpdate:modelValue": {
|
55
|
-
type: import("vue").PropType<(value:
|
58
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
56
59
|
};
|
57
60
|
} & {
|
58
61
|
"v-model": {
|
59
|
-
type: import("vue").PropType<
|
62
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
60
63
|
required: false;
|
61
64
|
};
|
62
65
|
} & {
|
63
66
|
modelValue: {
|
64
|
-
type: import("vue").PropType<
|
67
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
65
68
|
required: false;
|
66
69
|
};
|
67
70
|
}>;
|
68
|
-
defaultValue(value?:
|
71
|
+
defaultValue(value?: VelcronRendererResolverReference): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronRendererResolverReference, {
|
69
72
|
"onUpdate:modelValue": {
|
70
|
-
type: import("vue").PropType<(value:
|
73
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
71
74
|
};
|
72
75
|
} & {
|
73
76
|
"v-model": {
|
74
|
-
type: import("vue").PropType<
|
77
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
75
78
|
required: false;
|
76
79
|
};
|
77
80
|
} & {
|
78
81
|
modelValue: {
|
79
|
-
type: import("vue").PropType<
|
82
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
80
83
|
required: false;
|
81
84
|
};
|
82
85
|
}, false>;
|
83
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
86
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronRendererResolverReference, {
|
84
87
|
"onUpdate:modelValue": {
|
85
|
-
type: import("vue").PropType<(value:
|
88
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
86
89
|
};
|
87
90
|
} & {
|
88
91
|
"v-model": {
|
89
|
-
type: import("vue").PropType<
|
92
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
90
93
|
required: false;
|
91
94
|
};
|
92
95
|
} & {
|
93
96
|
modelValue: {
|
94
|
-
type: import("vue").PropType<
|
97
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
95
98
|
required: false;
|
96
99
|
};
|
97
100
|
}>;
|
@@ -115,17 +118,9 @@ declare const _default: {
|
|
115
118
|
required: boolean;
|
116
119
|
};
|
117
120
|
}>> & {
|
118
|
-
onClose?: () => any;
|
119
|
-
onAdd?: () => any;
|
120
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
121
|
-
onSelected?: (resolverReference: VelcronRendererResolverReference) => any;
|
122
121
|
"onDefinition:enter"?: (id: guid) => any;
|
123
122
|
"onDefinition:leave"?: (id: guid) => any;
|
124
123
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
125
|
-
selected: (resolverReference: VelcronRendererResolverReference) => any;
|
126
|
-
close: () => any;
|
127
|
-
add: () => any;
|
128
|
-
"update:modelValue": (value: boolean) => any;
|
129
124
|
"definition:enter": (id: guid) => any;
|
130
125
|
"definition:leave": (id: guid) => any;
|
131
126
|
}, import("vue").PublicProps, {
|
@@ -153,6 +148,9 @@ declare const _default: {
|
|
153
148
|
previewState: {
|
154
149
|
type: import("vue").PropType<VelcronState>;
|
155
150
|
};
|
151
|
+
label: {
|
152
|
+
type: import("vue").PropType<string>;
|
153
|
+
};
|
156
154
|
allowEdit: {
|
157
155
|
type: import("vue").PropType<boolean>;
|
158
156
|
};
|
@@ -166,67 +164,67 @@ declare const _default: {
|
|
166
164
|
type: import("vue").PropType<guid[]>;
|
167
165
|
};
|
168
166
|
"onUpdate:modelValue": {
|
169
|
-
type: import("vue").PropType<(value:
|
167
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
170
168
|
};
|
171
169
|
"v-model": {
|
172
|
-
type: import("vue").PropType<
|
170
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
173
171
|
required: false;
|
174
172
|
};
|
175
173
|
modelValue: {
|
176
|
-
type: import("vue").PropType<
|
174
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
177
175
|
required: false;
|
178
176
|
};
|
179
177
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
180
|
-
type: import("vue").PropType<(value:
|
178
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
181
179
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
182
|
-
type: import("vue").PropType<
|
180
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
183
181
|
required: false;
|
184
182
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
185
|
-
type: import("vue").PropType<
|
183
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
186
184
|
required: false;
|
187
185
|
}; } & {
|
188
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
186
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronRendererResolverReference, {
|
189
187
|
"onUpdate:modelValue": {
|
190
|
-
type: import("vue").PropType<(value:
|
188
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
191
189
|
};
|
192
190
|
} & {
|
193
191
|
"v-model": {
|
194
|
-
type: import("vue").PropType<
|
192
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
195
193
|
required: false;
|
196
194
|
};
|
197
195
|
} & {
|
198
196
|
modelValue: {
|
199
|
-
type: import("vue").PropType<
|
197
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
200
198
|
required: false;
|
201
199
|
};
|
202
200
|
}>;
|
203
|
-
defaultValue(value?:
|
201
|
+
defaultValue(value?: VelcronRendererResolverReference): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronRendererResolverReference, {
|
204
202
|
"onUpdate:modelValue": {
|
205
|
-
type: import("vue").PropType<(value:
|
203
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
206
204
|
};
|
207
205
|
} & {
|
208
206
|
"v-model": {
|
209
|
-
type: import("vue").PropType<
|
207
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
210
208
|
required: false;
|
211
209
|
};
|
212
210
|
} & {
|
213
211
|
modelValue: {
|
214
|
-
type: import("vue").PropType<
|
212
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
215
213
|
required: false;
|
216
214
|
};
|
217
215
|
}, false>;
|
218
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
216
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronRendererResolverReference, {
|
219
217
|
"onUpdate:modelValue": {
|
220
|
-
type: import("vue").PropType<(value:
|
218
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
221
219
|
};
|
222
220
|
} & {
|
223
221
|
"v-model": {
|
224
|
-
type: import("vue").PropType<
|
222
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
225
223
|
required: false;
|
226
224
|
};
|
227
225
|
} & {
|
228
226
|
modelValue: {
|
229
|
-
type: import("vue").PropType<
|
227
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
230
228
|
required: false;
|
231
229
|
};
|
232
230
|
}>;
|
@@ -250,10 +248,6 @@ declare const _default: {
|
|
250
248
|
required: boolean;
|
251
249
|
};
|
252
250
|
}>> & {
|
253
|
-
onClose?: () => any;
|
254
|
-
onAdd?: () => any;
|
255
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
256
|
-
onSelected?: (resolverReference: VelcronRendererResolverReference) => any;
|
257
251
|
"onDefinition:enter"?: (id: guid) => any;
|
258
252
|
"onDefinition:leave"?: (id: guid) => any;
|
259
253
|
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
@@ -278,6 +272,9 @@ declare const _default: {
|
|
278
272
|
previewState: {
|
279
273
|
type: import("vue").PropType<VelcronState>;
|
280
274
|
};
|
275
|
+
label: {
|
276
|
+
type: import("vue").PropType<string>;
|
277
|
+
};
|
281
278
|
allowEdit: {
|
282
279
|
type: import("vue").PropType<boolean>;
|
283
280
|
};
|
@@ -291,67 +288,67 @@ declare const _default: {
|
|
291
288
|
type: import("vue").PropType<guid[]>;
|
292
289
|
};
|
293
290
|
"onUpdate:modelValue": {
|
294
|
-
type: import("vue").PropType<(value:
|
291
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
295
292
|
};
|
296
293
|
"v-model": {
|
297
|
-
type: import("vue").PropType<
|
294
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
298
295
|
required: false;
|
299
296
|
};
|
300
297
|
modelValue: {
|
301
|
-
type: import("vue").PropType<
|
298
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
302
299
|
required: false;
|
303
300
|
};
|
304
301
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
305
|
-
type: import("vue").PropType<(value:
|
302
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
306
303
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
307
|
-
type: import("vue").PropType<
|
304
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
308
305
|
required: false;
|
309
306
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
310
|
-
type: import("vue").PropType<
|
307
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
311
308
|
required: false;
|
312
309
|
}; } & {
|
313
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
310
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronRendererResolverReference, {
|
314
311
|
"onUpdate:modelValue": {
|
315
|
-
type: import("vue").PropType<(value:
|
312
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
316
313
|
};
|
317
314
|
} & {
|
318
315
|
"v-model": {
|
319
|
-
type: import("vue").PropType<
|
316
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
320
317
|
required: false;
|
321
318
|
};
|
322
319
|
} & {
|
323
320
|
modelValue: {
|
324
|
-
type: import("vue").PropType<
|
321
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
325
322
|
required: false;
|
326
323
|
};
|
327
324
|
}>;
|
328
|
-
defaultValue(value?:
|
325
|
+
defaultValue(value?: VelcronRendererResolverReference): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronRendererResolverReference, {
|
329
326
|
"onUpdate:modelValue": {
|
330
|
-
type: import("vue").PropType<(value:
|
327
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
331
328
|
};
|
332
329
|
} & {
|
333
330
|
"v-model": {
|
334
|
-
type: import("vue").PropType<
|
331
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
335
332
|
required: false;
|
336
333
|
};
|
337
334
|
} & {
|
338
335
|
modelValue: {
|
339
|
-
type: import("vue").PropType<
|
336
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
340
337
|
required: false;
|
341
338
|
};
|
342
339
|
}, false>;
|
343
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
340
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronRendererResolverReference, {
|
344
341
|
"onUpdate:modelValue": {
|
345
|
-
type: import("vue").PropType<(value:
|
342
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
346
343
|
};
|
347
344
|
} & {
|
348
345
|
"v-model": {
|
349
|
-
type: import("vue").PropType<
|
346
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
350
347
|
required: false;
|
351
348
|
};
|
352
349
|
} & {
|
353
350
|
modelValue: {
|
354
|
-
type: import("vue").PropType<
|
351
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
355
352
|
required: false;
|
356
353
|
};
|
357
354
|
}>;
|
@@ -375,17 +372,9 @@ declare const _default: {
|
|
375
372
|
required: boolean;
|
376
373
|
};
|
377
374
|
}>> & {
|
378
|
-
onClose?: () => any;
|
379
|
-
onAdd?: () => any;
|
380
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
381
|
-
onSelected?: (resolverReference: VelcronRendererResolverReference) => any;
|
382
375
|
"onDefinition:enter"?: (id: guid) => any;
|
383
376
|
"onDefinition:leave"?: (id: guid) => any;
|
384
377
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
385
|
-
selected: (resolverReference: VelcronRendererResolverReference) => any;
|
386
|
-
close: () => any;
|
387
|
-
add: () => any;
|
388
|
-
"update:modelValue": (value: boolean) => any;
|
389
378
|
"definition:enter": (id: guid) => any;
|
390
379
|
"definition:leave": (id: guid) => any;
|
391
380
|
}, string, {
|
@@ -393,63 +382,64 @@ declare const _default: {
|
|
393
382
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
394
383
|
propsDefinition: Omit<Readonly<{} & {
|
395
384
|
title?: string;
|
385
|
+
label?: string;
|
396
386
|
name?: {
|
397
387
|
[x: `onUpdate:${string}`]: {
|
398
|
-
type: import("vue").PropType<(value:
|
388
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
399
389
|
};
|
400
390
|
} & {
|
401
391
|
[x: `v-model:${string}`]: {
|
402
|
-
type: import("vue").PropType<
|
392
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
403
393
|
required: false;
|
404
394
|
};
|
405
395
|
} & {
|
406
396
|
[x: string]: {
|
407
|
-
type: import("vue").PropType<
|
397
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
408
398
|
required: false;
|
409
399
|
};
|
410
400
|
} & {
|
411
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string,
|
401
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronRendererResolverReference, {
|
412
402
|
"onUpdate:modelValue": {
|
413
|
-
type: import("vue").PropType<(value:
|
403
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
414
404
|
};
|
415
405
|
} & {
|
416
406
|
"v-model": {
|
417
|
-
type: import("vue").PropType<
|
407
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
418
408
|
required: false;
|
419
409
|
};
|
420
410
|
} & {
|
421
411
|
modelValue: {
|
422
|
-
type: import("vue").PropType<
|
412
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
423
413
|
required: false;
|
424
414
|
};
|
425
415
|
}>;
|
426
|
-
defaultValue(value?:
|
416
|
+
defaultValue(value?: VelcronRendererResolverReference): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronRendererResolverReference, {
|
427
417
|
"onUpdate:modelValue": {
|
428
|
-
type: import("vue").PropType<(value:
|
418
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
429
419
|
};
|
430
420
|
} & {
|
431
421
|
"v-model": {
|
432
|
-
type: import("vue").PropType<
|
422
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
433
423
|
required: false;
|
434
424
|
};
|
435
425
|
} & {
|
436
426
|
modelValue: {
|
437
|
-
type: import("vue").PropType<
|
427
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
438
428
|
required: false;
|
439
429
|
};
|
440
430
|
}, false>;
|
441
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string,
|
431
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronRendererResolverReference, {
|
442
432
|
"onUpdate:modelValue": {
|
443
|
-
type: import("vue").PropType<(value:
|
433
|
+
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
444
434
|
};
|
445
435
|
} & {
|
446
436
|
"v-model": {
|
447
|
-
type: import("vue").PropType<
|
437
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
448
438
|
required: false;
|
449
439
|
};
|
450
440
|
} & {
|
451
441
|
modelValue: {
|
452
|
-
type: import("vue").PropType<
|
442
|
+
type: import("vue").PropType<VelcronRendererResolverReference>;
|
453
443
|
required: false;
|
454
444
|
};
|
455
445
|
}>;
|
@@ -459,9 +449,9 @@ declare const _default: {
|
|
459
449
|
variant?: Variant;
|
460
450
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
461
451
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
462
|
-
modelValue?:
|
463
|
-
"v-model"?:
|
464
|
-
"onUpdate:modelValue"?: (value:
|
452
|
+
modelValue?: VelcronRendererResolverReference;
|
453
|
+
"v-model"?: VelcronRendererResolverReference;
|
454
|
+
"onUpdate:modelValue"?: (value: VelcronRendererResolverReference) => any | void;
|
465
455
|
"v-slots"?: {
|
466
456
|
default?: import("../../../DefineVueTypings").Slot;
|
467
457
|
} & {
|
@@ -473,11 +463,7 @@ declare const _default: {
|
|
473
463
|
previewState?: VelcronState;
|
474
464
|
exclusions?: guid[];
|
475
465
|
allowBuiltIn?: boolean;
|
476
|
-
}>, "
|
477
|
-
onClose?: () => any;
|
478
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
479
|
-
onAdd?: () => any;
|
480
|
-
onSelected?: (resolverReference: VelcronRendererResolverReference) => any;
|
466
|
+
}>, "onDefinition:enter" | "onDefinition:leave"> & {
|
481
467
|
"onDefinition:enter"?: (id: guid) => any;
|
482
468
|
"onDefinition:leave"?: (id: guid) => any;
|
483
469
|
};
|
@@ -378,11 +378,11 @@ declare const _default: {
|
|
378
378
|
allowEdit?: boolean;
|
379
379
|
previewState?: VelcronState;
|
380
380
|
hasContainer?: boolean;
|
381
|
-
}>, "onUpdate:modelValue" | "
|
381
|
+
}>, "onUpdate:modelValue" | "onDefinition:enter" | "onDefinition:leave" | "onSelected"> & {
|
382
382
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
383
|
-
onSelected?: (id: guid) => any;
|
384
383
|
"onDefinition:enter"?: (id: guid) => any;
|
385
384
|
"onDefinition:leave"?: (id: guid) => any;
|
385
|
+
onSelected?: (id: guid) => any;
|
386
386
|
};
|
387
387
|
};
|
388
388
|
export default _default;
|
@@ -0,0 +1,44 @@
|
|
1
|
+
import { guid, VelcronAppDefinition, VelcronDefinitionRegistration, VelcronRendererResolverReference } from "@omnia/fx-models";
|
2
|
+
export declare enum ColorMode {
|
3
|
+
colorOnly = "color",
|
4
|
+
linearGradient = "linear",
|
5
|
+
radialGradient = "radial"
|
6
|
+
}
|
7
|
+
export declare const useVelcronDefinitionPickerStore: () => {
|
8
|
+
state: {
|
9
|
+
internalModel: VelcronRendererResolverReference;
|
10
|
+
selectedAppDefinition: VelcronAppDefinition;
|
11
|
+
showEditor: boolean;
|
12
|
+
showDialog: boolean;
|
13
|
+
categoryFilters: {
|
14
|
+
id: string;
|
15
|
+
text: string;
|
16
|
+
}[];
|
17
|
+
renderTypeFilters: {
|
18
|
+
id: string;
|
19
|
+
text: string;
|
20
|
+
}[];
|
21
|
+
selectedCategoryFilters: any[];
|
22
|
+
selectedTypeFilters: any[];
|
23
|
+
exclusions: guid[];
|
24
|
+
settings: {
|
25
|
+
allowBuiltIn: boolean;
|
26
|
+
};
|
27
|
+
};
|
28
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
29
|
+
clearSelection: () => void;
|
30
|
+
select: (id: guid) => void;
|
31
|
+
setFilters: (categoryFilters: Array<guid>, renderTypeFilters: Array<guid>) => void;
|
32
|
+
initState: (model: VelcronRendererResolverReference, categoryFilters: Array<guid>, renderTypeFilters: Array<guid>, exclusions: guid[]) => Promise<unknown>;
|
33
|
+
}>;
|
34
|
+
get: {
|
35
|
+
filteredDefinitions(): VelcronDefinitionRegistration<object>[];
|
36
|
+
};
|
37
|
+
rules: {
|
38
|
+
hasSelection: () => boolean;
|
39
|
+
showFilters: () => boolean;
|
40
|
+
isExcluded: (definition: VelcronDefinitionRegistration) => boolean;
|
41
|
+
};
|
42
|
+
} & {
|
43
|
+
dispose?: () => void;
|
44
|
+
};
|
@@ -190,6 +190,7 @@ export declare class VersionedLayoutDefinitionEditorItem implements IEditorItem
|
|
190
190
|
clock: import("@omnia/fx-models").FontAwesomeIcon;
|
191
191
|
timeCircle: import("@omnia/fx-models").FontAwesomeIcon;
|
192
192
|
languages: import("@omnia/fx-models").FontAwesomeIcon;
|
193
|
+
exchange: import("@omnia/fx-models").FontAwesomeIcon;
|
193
194
|
};
|
194
195
|
system: {
|
195
196
|
settings: {
|
@@ -55,6 +55,7 @@ import wca377536b4fd84773a9730966623601cd from './ux/governancedashboard/BarChar
|
|
55
55
|
import wc08b9c70d2a77433f8492dc0fb50d900e from './ux/grecaptcha/GRecaptcha';
|
56
56
|
import wc64887c3414da45279ea9c905df12c48f from './ux/helptext/HelpText';
|
57
57
|
import wc7c3b9838bf844a53a446d3795494b304 from './ux/iconpicker/IconPicker';
|
58
|
+
import wc415666f7c12a4534973529b1ea86f071 from './ux/iconpicker/v2/IconPicker';
|
58
59
|
import wca7608d8c42184cbb994910dc06c464a1 from './ux/identities/IdentityRenderer';
|
59
60
|
import wcba60557e3daf48208c919a1806502df5 from './ux/identitypicker/IdentityPickerField';
|
60
61
|
import wc9cbe10e4fe1a48929727942cea5f7338 from './ux/identitypicker/IdentityPickerInlineField';
|
@@ -431,7 +432,6 @@ import wcb2429c572d6c41809c621c408bbba855 from './ux/aurora/components/tabs/TabS
|
|
431
432
|
import wcfd6b575dc7c44149ac3129492fc83aa6 from './ux/aurora/components/tabs/TabBlueprintsViewer';
|
432
433
|
import wc5ac01b439b7b494baf066921c2ae7f9a from './ux/aurora/components/textcolorpicker/TextColorPicker';
|
433
434
|
import wc1f8e62af53af4535864eeff5b7e34248 from './ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker';
|
434
|
-
import wc5682a90ca29b443fa48b3b691b622e15 from './ux/aurora/components/textformatpicker/TextFormatPicker';
|
435
435
|
import wc287d666180644ba5ab5def0471a75a89 from './ux/aurora/components/textstylepicker/TextStylePicker';
|
436
436
|
import wc252ece0016594978b3ddfafdd59adda4 from './ux/aurora/components/themepicker/ThemePicker';
|
437
437
|
import wc73e1c232690249f78967e3e3f6d92bd7 from './ux/aurora/components/themepreview/ThemePreview';
|
@@ -1422,15 +1422,6 @@ declare global {
|
|
1422
1422
|
} : typeof wc1f8e62af53af4535864eeff5b7e34248;
|
1423
1423
|
};
|
1424
1424
|
};
|
1425
|
-
"format": {
|
1426
|
-
"picker": typeof wc5682a90ca29b443fa48b3b691b622e15 extends {
|
1427
|
-
propsDefinition: infer TProp;
|
1428
|
-
} ? {
|
1429
|
-
new (...args: any[]): {
|
1430
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1431
|
-
};
|
1432
|
-
} : typeof wc5682a90ca29b443fa48b3b691b622e15;
|
1433
|
-
};
|
1434
1425
|
"style": {
|
1435
1426
|
"picker": typeof wc287d666180644ba5ab5def0471a75a89 extends {
|
1436
1427
|
propsDefinition: infer TProp;
|
@@ -1521,6 +1512,13 @@ declare global {
|
|
1521
1512
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1522
1513
|
};
|
1523
1514
|
} : typeof wc7c3b9838bf844a53a446d3795494b304;
|
1515
|
+
"pickerv2": typeof wc415666f7c12a4534973529b1ea86f071 extends {
|
1516
|
+
propsDefinition: infer TProp;
|
1517
|
+
} ? {
|
1518
|
+
new (...args: any[]): {
|
1519
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1520
|
+
};
|
1521
|
+
} : typeof wc415666f7c12a4534973529b1ea86f071;
|
1524
1522
|
"style": {
|
1525
1523
|
"picker": typeof wc5542a25df57c464897a59a336eee0e56 extends {
|
1526
1524
|
propsDefinition: infer TProp;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.431-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Omnia Digital Workplace AB",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.431-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
import { TextBlueprint } from "@omnia/fx-models";
|
2
|
-
import { DefineSlot } from "@omnia/fx/ux";
|
3
|
-
import { VNodeChild } from "vue";
|
4
|
-
type variant = "dropdown" | "journey";
|
5
|
-
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
6
|
-
"emit:update:modelValue": (value: TextBlueprint) => void;
|
7
|
-
} & {
|
8
|
-
"v-model"?: TextBlueprint;
|
9
|
-
} & {
|
10
|
-
modelValue?: TextBlueprint;
|
11
|
-
} & {
|
12
|
-
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
13
|
-
} & {
|
14
|
-
variant?: variant;
|
15
|
-
} & {
|
16
|
-
toned?: boolean;
|
17
|
-
} & {
|
18
|
-
label?: string;
|
19
|
-
} & {
|
20
|
-
customTyping?: boolean;
|
21
|
-
} & {
|
22
|
-
singleColor?: boolean;
|
23
|
-
} & {
|
24
|
-
enableDynamicColor?: boolean;
|
25
|
-
} & DefineSlot<"activator", () => VNodeChild>> & {
|
26
|
-
"onUpdate:modelValue"?: (value: TextBlueprint) => any;
|
27
|
-
} & {
|
28
|
-
"v-slots"?: {
|
29
|
-
activator?: () => VNodeChild;
|
30
|
-
} & Omit<{
|
31
|
-
default?: import("vue").Slot;
|
32
|
-
}, "activator">;
|
33
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
34
|
-
export default _default;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -1,6 +0,0 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
-
"v-slots"?: {} & Omit<{
|
3
|
-
default?: import("vue").Slot;
|
4
|
-
}, never>;
|
5
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
|
-
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|