@omnia/fx 8.0.94-dev → 8.0.95-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/manifests/omnia.fx.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/services/LoginLogService.d.ts +8 -0
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +1 -0
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/{v2/JourneyBlade.d.ts → JourneyBlade.d.ts} +5 -5
- package/internal-do-not-import-from-here/ux/journey/{v2/JourneyMenu.d.ts → JourneyMenu.d.ts} +5 -5
- package/internal-do-not-import-from-here/ux/journey/index.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/journey/{v2/use → use}/UseBlade.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +282 -0
- package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/permissioninput/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentNode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +52 -57
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/journey/IJourney.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/journey/IMenuBlade.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/journey/Journey.css.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/journey/Journey.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/journey/MenuBlade.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponentsMenu.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleButtons.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponent.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponentMenu.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleVariants.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/journey/v2/tests/EditorJourney.d.ts +0 -16
- /package/internal-do-not-import-from-here/ux/journey/{v2/JourneyBlade.css.d.ts → JourneyBlade.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{v2/JourneyMenuStyles.css.d.ts → JourneyMenuStyles.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{v2/JourneyV2.css.d.ts → JourneyV2.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{v2/JourneyV2.d.ts → JourneyV2.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{v2/models → models}/BladeInstance.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{v2/models → models}/Constants.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{v2/models → models}/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{v2/stores → stores}/JourneyMenuStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{v2/stores → stores}/JourneyStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{v2/stores → stores}/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{v2/use → use}/index.d.ts +0 -0
@@ -0,0 +1,282 @@
|
|
1
|
+
import { IPermissionInputApi } from "@omnia/fx/ux";
|
2
|
+
import { GuidValue, PermissionBinding, RolePermissionSetting } from "@omnia/fx/models";
|
3
|
+
declare const _default: {
|
4
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
|
+
"on-value-updating": {
|
6
|
+
type: import("vue").PropType<() => Promise<void>>;
|
7
|
+
};
|
8
|
+
onValueUpdating: {
|
9
|
+
type: import("vue").PropType<() => Promise<void>>;
|
10
|
+
};
|
11
|
+
"on-value-updated": {
|
12
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
13
|
+
};
|
14
|
+
onValueUpdated: {
|
15
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
16
|
+
};
|
17
|
+
"data-source": {
|
18
|
+
type: import("vue").PropType<{
|
19
|
+
[roleId: string]: PermissionBinding[];
|
20
|
+
}>;
|
21
|
+
};
|
22
|
+
dataSource: {
|
23
|
+
type: import("vue").PropType<{
|
24
|
+
[roleId: string]: PermissionBinding[];
|
25
|
+
}>;
|
26
|
+
};
|
27
|
+
"service-id": {
|
28
|
+
type: import("vue").PropType<GuidValue>;
|
29
|
+
};
|
30
|
+
serviceId: {
|
31
|
+
type: import("vue").PropType<GuidValue>;
|
32
|
+
};
|
33
|
+
disabled: {
|
34
|
+
type: import("vue").PropType<boolean>;
|
35
|
+
required: false;
|
36
|
+
} & {
|
37
|
+
type: import("vue").PropType<boolean>;
|
38
|
+
required: false;
|
39
|
+
};
|
40
|
+
"hide-save-button": {
|
41
|
+
type: import("vue").PropType<boolean>;
|
42
|
+
required: false;
|
43
|
+
};
|
44
|
+
hideSaveButton: {
|
45
|
+
type: import("vue").PropType<boolean>;
|
46
|
+
required: false;
|
47
|
+
};
|
48
|
+
"context-params": {
|
49
|
+
type: import("vue").PropType<{
|
50
|
+
[key: string]: string | number;
|
51
|
+
}>;
|
52
|
+
};
|
53
|
+
contextParams: {
|
54
|
+
type: import("vue").PropType<{
|
55
|
+
[key: string]: string | number;
|
56
|
+
}>;
|
57
|
+
};
|
58
|
+
"get-api": {
|
59
|
+
type: import("vue").PropType<(api: IPermissionInputApi) => void>;
|
60
|
+
};
|
61
|
+
getApi: {
|
62
|
+
type: import("vue").PropType<(api: IPermissionInputApi) => void>;
|
63
|
+
};
|
64
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
65
|
+
"on-value-updating": {
|
66
|
+
type: import("vue").PropType<() => Promise<void>>;
|
67
|
+
};
|
68
|
+
onValueUpdating: {
|
69
|
+
type: import("vue").PropType<() => Promise<void>>;
|
70
|
+
};
|
71
|
+
"on-value-updated": {
|
72
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
73
|
+
};
|
74
|
+
onValueUpdated: {
|
75
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
76
|
+
};
|
77
|
+
"data-source": {
|
78
|
+
type: import("vue").PropType<{
|
79
|
+
[roleId: string]: PermissionBinding[];
|
80
|
+
}>;
|
81
|
+
};
|
82
|
+
dataSource: {
|
83
|
+
type: import("vue").PropType<{
|
84
|
+
[roleId: string]: PermissionBinding[];
|
85
|
+
}>;
|
86
|
+
};
|
87
|
+
"service-id": {
|
88
|
+
type: import("vue").PropType<GuidValue>;
|
89
|
+
};
|
90
|
+
serviceId: {
|
91
|
+
type: import("vue").PropType<GuidValue>;
|
92
|
+
};
|
93
|
+
disabled: {
|
94
|
+
type: import("vue").PropType<boolean>;
|
95
|
+
required: false;
|
96
|
+
} & {
|
97
|
+
type: import("vue").PropType<boolean>;
|
98
|
+
required: false;
|
99
|
+
};
|
100
|
+
"hide-save-button": {
|
101
|
+
type: import("vue").PropType<boolean>;
|
102
|
+
required: false;
|
103
|
+
};
|
104
|
+
hideSaveButton: {
|
105
|
+
type: import("vue").PropType<boolean>;
|
106
|
+
required: false;
|
107
|
+
};
|
108
|
+
"context-params": {
|
109
|
+
type: import("vue").PropType<{
|
110
|
+
[key: string]: string | number;
|
111
|
+
}>;
|
112
|
+
};
|
113
|
+
contextParams: {
|
114
|
+
type: import("vue").PropType<{
|
115
|
+
[key: string]: string | number;
|
116
|
+
}>;
|
117
|
+
};
|
118
|
+
"get-api": {
|
119
|
+
type: import("vue").PropType<(api: IPermissionInputApi) => void>;
|
120
|
+
};
|
121
|
+
getApi: {
|
122
|
+
type: import("vue").PropType<(api: IPermissionInputApi) => void>;
|
123
|
+
};
|
124
|
+
}>>, {}, true, {}, {}, {
|
125
|
+
P: {};
|
126
|
+
B: {};
|
127
|
+
D: {};
|
128
|
+
C: {};
|
129
|
+
M: {};
|
130
|
+
Defaults: {};
|
131
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
132
|
+
"on-value-updating": {
|
133
|
+
type: import("vue").PropType<() => Promise<void>>;
|
134
|
+
};
|
135
|
+
onValueUpdating: {
|
136
|
+
type: import("vue").PropType<() => Promise<void>>;
|
137
|
+
};
|
138
|
+
"on-value-updated": {
|
139
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
140
|
+
};
|
141
|
+
onValueUpdated: {
|
142
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
143
|
+
};
|
144
|
+
"data-source": {
|
145
|
+
type: import("vue").PropType<{
|
146
|
+
[roleId: string]: PermissionBinding[];
|
147
|
+
}>;
|
148
|
+
};
|
149
|
+
dataSource: {
|
150
|
+
type: import("vue").PropType<{
|
151
|
+
[roleId: string]: PermissionBinding[];
|
152
|
+
}>;
|
153
|
+
};
|
154
|
+
"service-id": {
|
155
|
+
type: import("vue").PropType<GuidValue>;
|
156
|
+
};
|
157
|
+
serviceId: {
|
158
|
+
type: import("vue").PropType<GuidValue>;
|
159
|
+
};
|
160
|
+
disabled: {
|
161
|
+
type: import("vue").PropType<boolean>;
|
162
|
+
required: false;
|
163
|
+
} & {
|
164
|
+
type: import("vue").PropType<boolean>;
|
165
|
+
required: false;
|
166
|
+
};
|
167
|
+
"hide-save-button": {
|
168
|
+
type: import("vue").PropType<boolean>;
|
169
|
+
required: false;
|
170
|
+
};
|
171
|
+
hideSaveButton: {
|
172
|
+
type: import("vue").PropType<boolean>;
|
173
|
+
required: false;
|
174
|
+
};
|
175
|
+
"context-params": {
|
176
|
+
type: import("vue").PropType<{
|
177
|
+
[key: string]: string | number;
|
178
|
+
}>;
|
179
|
+
};
|
180
|
+
contextParams: {
|
181
|
+
type: import("vue").PropType<{
|
182
|
+
[key: string]: string | number;
|
183
|
+
}>;
|
184
|
+
};
|
185
|
+
"get-api": {
|
186
|
+
type: import("vue").PropType<(api: IPermissionInputApi) => void>;
|
187
|
+
};
|
188
|
+
getApi: {
|
189
|
+
type: import("vue").PropType<(api: IPermissionInputApi) => void>;
|
190
|
+
};
|
191
|
+
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
192
|
+
__isFragment?: never;
|
193
|
+
__isTeleport?: never;
|
194
|
+
__isSuspense?: never;
|
195
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
196
|
+
"on-value-updating": {
|
197
|
+
type: import("vue").PropType<() => Promise<void>>;
|
198
|
+
};
|
199
|
+
onValueUpdating: {
|
200
|
+
type: import("vue").PropType<() => Promise<void>>;
|
201
|
+
};
|
202
|
+
"on-value-updated": {
|
203
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
204
|
+
};
|
205
|
+
onValueUpdated: {
|
206
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
207
|
+
};
|
208
|
+
"data-source": {
|
209
|
+
type: import("vue").PropType<{
|
210
|
+
[roleId: string]: PermissionBinding[];
|
211
|
+
}>;
|
212
|
+
};
|
213
|
+
dataSource: {
|
214
|
+
type: import("vue").PropType<{
|
215
|
+
[roleId: string]: PermissionBinding[];
|
216
|
+
}>;
|
217
|
+
};
|
218
|
+
"service-id": {
|
219
|
+
type: import("vue").PropType<GuidValue>;
|
220
|
+
};
|
221
|
+
serviceId: {
|
222
|
+
type: import("vue").PropType<GuidValue>;
|
223
|
+
};
|
224
|
+
disabled: {
|
225
|
+
type: import("vue").PropType<boolean>;
|
226
|
+
required: false;
|
227
|
+
} & {
|
228
|
+
type: import("vue").PropType<boolean>;
|
229
|
+
required: false;
|
230
|
+
};
|
231
|
+
"hide-save-button": {
|
232
|
+
type: import("vue").PropType<boolean>;
|
233
|
+
required: false;
|
234
|
+
};
|
235
|
+
hideSaveButton: {
|
236
|
+
type: import("vue").PropType<boolean>;
|
237
|
+
required: false;
|
238
|
+
};
|
239
|
+
"context-params": {
|
240
|
+
type: import("vue").PropType<{
|
241
|
+
[key: string]: string | number;
|
242
|
+
}>;
|
243
|
+
};
|
244
|
+
contextParams: {
|
245
|
+
type: import("vue").PropType<{
|
246
|
+
[key: string]: string | number;
|
247
|
+
}>;
|
248
|
+
};
|
249
|
+
"get-api": {
|
250
|
+
type: import("vue").PropType<(api: IPermissionInputApi) => void>;
|
251
|
+
};
|
252
|
+
getApi: {
|
253
|
+
type: import("vue").PropType<(api: IPermissionInputApi) => void>;
|
254
|
+
};
|
255
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
256
|
+
propsDefinition: Omit<Readonly<{} & {
|
257
|
+
serviceId?: GuidValue;
|
258
|
+
disabled?: boolean;
|
259
|
+
getApi?: (api: IPermissionInputApi) => void;
|
260
|
+
"get-api"?: (api: IPermissionInputApi) => void;
|
261
|
+
contextParams?: {
|
262
|
+
[key: string]: string | number;
|
263
|
+
};
|
264
|
+
"context-params"?: {
|
265
|
+
[key: string]: string | number;
|
266
|
+
};
|
267
|
+
"service-id"?: GuidValue;
|
268
|
+
onValueUpdated?: (rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>;
|
269
|
+
"on-value-updated"?: (rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>;
|
270
|
+
onValueUpdating?: () => Promise<void>;
|
271
|
+
"on-value-updating"?: () => Promise<void>;
|
272
|
+
hideSaveButton?: boolean;
|
273
|
+
"hide-save-button"?: boolean;
|
274
|
+
dataSource?: {
|
275
|
+
[roleId: string]: PermissionBinding[];
|
276
|
+
};
|
277
|
+
"data-source"?: {
|
278
|
+
[roleId: string]: PermissionBinding[];
|
279
|
+
};
|
280
|
+
}>, never>;
|
281
|
+
};
|
282
|
+
export default _default;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { Identity } from "@omnia/fx-models";
|
2
|
+
import { IPermissionInputAttributes, IValidator } from "@omnia/fx/ux";
|
3
|
+
export declare function usePermissionInput(props: IPermissionInputAttributes, validator: IValidator): {
|
4
|
+
state: import("vue").ShallowReactive<{
|
5
|
+
isResolving: boolean;
|
6
|
+
errMsg: string;
|
7
|
+
isSaving: boolean;
|
8
|
+
result: {
|
9
|
+
[roleId: string]: Identity[];
|
10
|
+
};
|
11
|
+
previousPromiseRejecter: () => void;
|
12
|
+
}>;
|
13
|
+
onPeoplePickerModelChange: (roleId: string, val: Identity[]) => void;
|
14
|
+
save: () => Promise<boolean>;
|
15
|
+
};
|
@@ -2,5 +2,12 @@ export declare namespace PermissionInputLocalization {
|
|
2
2
|
const namespace = "Omnia.Ux.PermissionInput";
|
3
3
|
interface locInterface {
|
4
4
|
PermissionMsg: string;
|
5
|
+
TenantAdmin: string;
|
6
|
+
AddTenantAdminByFreeText: {
|
7
|
+
InputLabel: string;
|
8
|
+
InputPlaceholder: string;
|
9
|
+
ErrorWhileInput: string;
|
10
|
+
ErrorFromServer: string;
|
11
|
+
};
|
5
12
|
}
|
6
13
|
}
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts
CHANGED
@@ -3,7 +3,7 @@ export declare const alignmentEditorExtension: () => {
|
|
3
3
|
id: Guid;
|
4
4
|
title: string;
|
5
5
|
getConfiguration(): {
|
6
|
-
nodes: import("@tiptap/core").Extension<
|
6
|
+
nodes: import("@tiptap/core").Extension<import("./AlignmentNode").TextAlignOptions, any>[];
|
7
7
|
toolbarItems: {
|
8
8
|
toolbar: {
|
9
9
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
@@ -54,6 +54,9 @@ import wc5d74b2de65164761a3dce6a534b64bd1 from './ux/identitypicker/IdentityPick
|
|
54
54
|
import wc70593d481fa54e68be9f4fe41f0f5c92 from './ux/identitypicker/IdentityPickerButton';
|
55
55
|
import wcdfefc1520763443190e92700bad98412 from './ux/imagegrid/ImageGrid';
|
56
56
|
import wc91919b3f54de42dab709575b8a9ca233 from './ux/inputlanguagepicker/InputLanguagePicker';
|
57
|
+
import wcc0ba9c7ccef54093bcb0be49e7cf79df from './ux/journey/JourneyV2';
|
58
|
+
import wc4357bb8264e3482c8710afed3b2be35c from './ux/journey/JourneyBlade';
|
59
|
+
import wc828a4c20542945858e792ec584148a5c from './ux/journey/JourneyMenu';
|
57
60
|
import wc20b4e8166fb44f2b8b240724eb5f2db2 from './ux/languagepicker/LanguagePicker';
|
58
61
|
import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
|
59
62
|
import wc106dba3f206e4ad7bbb28e574e3da49e from './ux/magiclink/MagicLinkSignIn';
|
@@ -67,6 +70,7 @@ import wce95c4611a45548a79e4c3984d8e5228d from './ux/multilingualinput/Multiling
|
|
67
70
|
import wccdadf45bd7774609a713c4e1d6862783 from './ux/multitextinput/MultiTextInput';
|
68
71
|
import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
|
69
72
|
import wcfb67bd4d1cc24073ab123c822d78ea17 from './ux/permissioninput/PermissionInput';
|
73
|
+
import wcd4adc78e79ad4c2c889e52755e2bbede from './ux/permissioninput/TenantAdminPermissionInput';
|
70
74
|
import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
|
71
75
|
import wc6489472fd8d24a1b9413537fde528566 from './ux/profilecard/ProfileCard';
|
72
76
|
import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
|
@@ -153,10 +157,6 @@ import wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 from './ux/hub/feed/HubFeed';
|
|
153
157
|
import wcbaecc57591074830a5ae2dda9f6b5ed5 from './ux/hub/feed/HubFeedSettings';
|
154
158
|
import wcb11d3955272348cdb3a131cb1bf61374 from './ux/hub/feed/HubFeedChrome';
|
155
159
|
import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
|
156
|
-
import wc2252e1bd3ac44ef9b92c68e5b1e41a49 from './ux/journey/testbench/JourneyTest';
|
157
|
-
import wcc0ba9c7ccef54093bcb0be49e7cf79df from './ux/journey/v2/JourneyV2';
|
158
|
-
import wc4357bb8264e3482c8710afed3b2be35c from './ux/journey/v2/JourneyBlade';
|
159
|
-
import wc828a4c20542945858e792ec584148a5c from './ux/journey/v2/JourneyMenu';
|
160
160
|
import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
|
161
161
|
import wc0b2ee63495854227a082987161a9e641 from './ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
|
162
162
|
import wcf346db89a53b404690b1795429fb0162 from './ux/layoutcanvas/renderer/LayoutRendererCanvas';
|
@@ -272,7 +272,6 @@ import wcee09ecc9d4fb46de8f1a408e38858030 from './ux/filterengine/components/set
|
|
272
272
|
import wcea2ad78acabc4ec0bc3609301b3713c3 from './ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput';
|
273
273
|
import wc024952d88730404da854cfed0d045284 from './ux/filterengine/components/settings/tags/TagsPropertySettings';
|
274
274
|
import wcdc589fd533c8400a8dde3dad35f47248 from './ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
|
275
|
-
import wc0e787c7f28394d87a5893a24fa18da5b from './ux/journey/v2/tests/EditorJourney';
|
276
275
|
import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder';
|
277
276
|
import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar';
|
278
277
|
import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
|
@@ -553,6 +552,15 @@ declare global {
|
|
553
552
|
"omfx-input-language-picker": typeof wc91919b3f54de42dab709575b8a9ca233 extends {
|
554
553
|
propsDefinition: infer TProp;
|
555
554
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc91919b3f54de42dab709575b8a9ca233 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc91919b3f54de42dab709575b8a9ca233>, "propsDefinition">> : never;
|
555
|
+
"omfx-journey": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends {
|
556
|
+
propsDefinition: infer TProp;
|
557
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcc0ba9c7ccef54093bcb0be49e7cf79df>, "propsDefinition">> : never;
|
558
|
+
"omfx-journey-blade": typeof wc4357bb8264e3482c8710afed3b2be35c extends {
|
559
|
+
propsDefinition: infer TProp;
|
560
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4357bb8264e3482c8710afed3b2be35c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4357bb8264e3482c8710afed3b2be35c>, "propsDefinition">> : never;
|
561
|
+
"omfx-journey-menu": typeof wc828a4c20542945858e792ec584148a5c extends {
|
562
|
+
propsDefinition: infer TProp;
|
563
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc828a4c20542945858e792ec584148a5c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc828a4c20542945858e792ec584148a5c>, "propsDefinition">> : never;
|
556
564
|
"omfx-language-picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2 extends {
|
557
565
|
propsDefinition: infer TProp;
|
558
566
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc20b4e8166fb44f2b8b240724eb5f2db2 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc20b4e8166fb44f2b8b240724eb5f2db2>, "propsDefinition">> : never;
|
@@ -592,6 +600,9 @@ declare global {
|
|
592
600
|
"omfx-permission-input": typeof wcfb67bd4d1cc24073ab123c822d78ea17 extends {
|
593
601
|
propsDefinition: infer TProp;
|
594
602
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfb67bd4d1cc24073ab123c822d78ea17 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfb67bd4d1cc24073ab123c822d78ea17>, "propsDefinition">> : never;
|
603
|
+
"omfx-tenant-admin-permission-input": typeof wcd4adc78e79ad4c2c889e52755e2bbede extends {
|
604
|
+
propsDefinition: infer TProp;
|
605
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcd4adc78e79ad4c2c889e52755e2bbede extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcd4adc78e79ad4c2c889e52755e2bbede>, "propsDefinition">> : never;
|
595
606
|
"omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6 extends {
|
596
607
|
propsDefinition: infer TProp;
|
597
608
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1a58948a606a42078da3fb919cc4f7e6 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1a58948a606a42078da3fb919cc4f7e6>, "propsDefinition">> : never;
|
@@ -850,18 +861,6 @@ declare global {
|
|
850
861
|
"omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e extends {
|
851
862
|
propsDefinition: infer TProp;
|
852
863
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e>, "propsDefinition">> : never;
|
853
|
-
"omfx-journey-testbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49 extends {
|
854
|
-
propsDefinition: infer TProp;
|
855
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49>, "propsDefinition">> : never;
|
856
|
-
"omfx-journey": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends {
|
857
|
-
propsDefinition: infer TProp;
|
858
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcc0ba9c7ccef54093bcb0be49e7cf79df>, "propsDefinition">> : never;
|
859
|
-
"omfx-journey-blade": typeof wc4357bb8264e3482c8710afed3b2be35c extends {
|
860
|
-
propsDefinition: infer TProp;
|
861
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4357bb8264e3482c8710afed3b2be35c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4357bb8264e3482c8710afed3b2be35c>, "propsDefinition">> : never;
|
862
|
-
"omfx-journey-menu": typeof wc828a4c20542945858e792ec584148a5c extends {
|
863
|
-
propsDefinition: infer TProp;
|
864
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc828a4c20542945858e792ec584148a5c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc828a4c20542945858e792ec584148a5c>, "propsDefinition">> : never;
|
865
864
|
"omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088 extends {
|
866
865
|
propsDefinition: infer TProp;
|
867
866
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc8e03e2f7fb024945bc51138b77d06088 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc8e03e2f7fb024945bc51138b77d06088>, "propsDefinition">> : never;
|
@@ -1207,9 +1206,6 @@ declare global {
|
|
1207
1206
|
"omfx-filterengine-tags-defaultvalue-input": typeof wcdc589fd533c8400a8dde3dad35f47248 extends {
|
1208
1207
|
propsDefinition: infer TProp;
|
1209
1208
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdc589fd533c8400a8dde3dad35f47248 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdc589fd533c8400a8dde3dad35f47248>, "propsDefinition">> : never;
|
1210
|
-
"omfx-editor-journey": typeof wc0e787c7f28394d87a5893a24fa18da5b extends {
|
1211
|
-
propsDefinition: infer TProp;
|
1212
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0e787c7f28394d87a5893a24fa18da5b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0e787c7f28394d87a5893a24fa18da5b>, "propsDefinition">> : never;
|
1213
1209
|
"omfx-layout-block-placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8 extends {
|
1214
1210
|
propsDefinition: infer TProp;
|
1215
1211
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4834285963564938a31a1ac1dfb1b5d8 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4834285963564938a31a1ac1dfb1b5d8>, "propsDefinition">> : never;
|
@@ -2369,6 +2365,29 @@ declare global {
|
|
2369
2365
|
} : typeof wc91919b3f54de42dab709575b8a9ca233;
|
2370
2366
|
};
|
2371
2367
|
};
|
2368
|
+
"journey": {
|
2369
|
+
"blade": typeof wc4357bb8264e3482c8710afed3b2be35c extends {
|
2370
|
+
propsDefinition: infer TProp;
|
2371
|
+
} ? {
|
2372
|
+
new (...args: any[]): {
|
2373
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2374
|
+
};
|
2375
|
+
} : typeof wc4357bb8264e3482c8710afed3b2be35c;
|
2376
|
+
"menu": typeof wc828a4c20542945858e792ec584148a5c extends {
|
2377
|
+
propsDefinition: infer TProp;
|
2378
|
+
} ? {
|
2379
|
+
new (...args: any[]): {
|
2380
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2381
|
+
};
|
2382
|
+
} : typeof wc828a4c20542945858e792ec584148a5c;
|
2383
|
+
};
|
2384
|
+
"journey$": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends {
|
2385
|
+
propsDefinition: infer TProp;
|
2386
|
+
} ? {
|
2387
|
+
new (...args: any[]): {
|
2388
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2389
|
+
};
|
2390
|
+
} : typeof wcc0ba9c7ccef54093bcb0be49e7cf79df;
|
2372
2391
|
"language": {
|
2373
2392
|
"picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2 extends {
|
2374
2393
|
propsDefinition: infer TProp;
|
@@ -2473,6 +2492,19 @@ declare global {
|
|
2473
2492
|
};
|
2474
2493
|
} : typeof wcfb67bd4d1cc24073ab123c822d78ea17;
|
2475
2494
|
};
|
2495
|
+
"tenant": {
|
2496
|
+
"admin": {
|
2497
|
+
"permission": {
|
2498
|
+
"input": typeof wcd4adc78e79ad4c2c889e52755e2bbede extends {
|
2499
|
+
propsDefinition: infer TProp;
|
2500
|
+
} ? {
|
2501
|
+
new (...args: any[]): {
|
2502
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2503
|
+
};
|
2504
|
+
} : typeof wcd4adc78e79ad4c2c889e52755e2bbede;
|
2505
|
+
};
|
2506
|
+
};
|
2507
|
+
};
|
2476
2508
|
"presetup": {
|
2477
2509
|
"wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6 extends {
|
2478
2510
|
propsDefinition: infer TProp;
|
@@ -3169,13 +3201,6 @@ declare global {
|
|
3169
3201
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3170
3202
|
};
|
3171
3203
|
} : typeof wc710dc11b823c4a80b2a031395c206325;
|
3172
|
-
"journey": typeof wc0e787c7f28394d87a5893a24fa18da5b extends {
|
3173
|
-
propsDefinition: infer TProp;
|
3174
|
-
} ? {
|
3175
|
-
new (...args: any[]): {
|
3176
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3177
|
-
};
|
3178
|
-
} : typeof wc0e787c7f28394d87a5893a24fa18da5b;
|
3179
3204
|
};
|
3180
3205
|
"enterpriseproperty": {
|
3181
3206
|
"picker": typeof wcb94ea0908c7f461085de9d21a61e0826 extends {
|
@@ -3247,36 +3272,6 @@ declare global {
|
|
3247
3272
|
};
|
3248
3273
|
} : typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3;
|
3249
3274
|
};
|
3250
|
-
"journey": {
|
3251
|
-
"testbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49 extends {
|
3252
|
-
propsDefinition: infer TProp;
|
3253
|
-
} ? {
|
3254
|
-
new (...args: any[]): {
|
3255
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3256
|
-
};
|
3257
|
-
} : typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49;
|
3258
|
-
"blade": typeof wc4357bb8264e3482c8710afed3b2be35c extends {
|
3259
|
-
propsDefinition: infer TProp;
|
3260
|
-
} ? {
|
3261
|
-
new (...args: any[]): {
|
3262
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3263
|
-
};
|
3264
|
-
} : typeof wc4357bb8264e3482c8710afed3b2be35c;
|
3265
|
-
"menu": typeof wc828a4c20542945858e792ec584148a5c extends {
|
3266
|
-
propsDefinition: infer TProp;
|
3267
|
-
} ? {
|
3268
|
-
new (...args: any[]): {
|
3269
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3270
|
-
};
|
3271
|
-
} : typeof wc828a4c20542945858e792ec584148a5c;
|
3272
|
-
};
|
3273
|
-
"journey$": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends {
|
3274
|
-
propsDefinition: infer TProp;
|
3275
|
-
} ? {
|
3276
|
-
new (...args: any[]): {
|
3277
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3278
|
-
};
|
3279
|
-
} : typeof wcc0ba9c7ccef54093bcb0be49e7cf79df;
|
3280
3275
|
"layout": {
|
3281
3276
|
"editor": {
|
3282
3277
|
"canvas": typeof wc8e03e2f7fb024945bc51138b77d06088 extends {
|
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.95-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": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.95-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../";
|
2
|
-
import { JourneyInstance, Blade } from "../../models";
|
3
|
-
export interface IJourney {
|
4
|
-
onInstanceCreated?: (instance: JourneyInstance) => void;
|
5
|
-
onInstanceClosed?: () => void;
|
6
|
-
blades: Array<Blade>;
|
7
|
-
}
|
8
|
-
declare global {
|
9
|
-
namespace JSX {
|
10
|
-
interface Element {
|
11
|
-
}
|
12
|
-
interface ElementClass {
|
13
|
-
}
|
14
|
-
interface ElementAttributesProperty {
|
15
|
-
}
|
16
|
-
interface IntrinsicElements {
|
17
|
-
"omfx-journey-old": TsxAllowUnknowProperties<IJourney>;
|
18
|
-
}
|
19
|
-
}
|
20
|
-
}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
import { BladeMenuNavigationNode } from "../../models";
|
2
|
-
import { TsxAllowUnknowProperties } from "..";
|
3
|
-
export interface IMenuBlade {
|
4
|
-
/**
|
5
|
-
* Blade title
|
6
|
-
* */
|
7
|
-
title: string;
|
8
|
-
/**
|
9
|
-
* Parent Navigation Node Key
|
10
|
-
* */
|
11
|
-
navigationNodeKey: string;
|
12
|
-
/**
|
13
|
-
* Selected a menu node callback
|
14
|
-
* */
|
15
|
-
onNodeSelected: (node: BladeMenuNavigationNode) => void;
|
16
|
-
}
|
17
|
-
declare global {
|
18
|
-
namespace JSX {
|
19
|
-
interface Element {
|
20
|
-
}
|
21
|
-
interface ElementClass {
|
22
|
-
}
|
23
|
-
interface ElementAttributesProperty {
|
24
|
-
}
|
25
|
-
interface IntrinsicElements {
|
26
|
-
"omfx-blade-menu": TsxAllowUnknowProperties<IMenuBlade>;
|
27
|
-
}
|
28
|
-
}
|
29
|
-
}
|
@@ -1,31 +0,0 @@
|
|
1
|
-
import { IWebComponentInstance, SubscriptionHandler } from "../../";
|
2
|
-
import { IJourney } from "./IJourney";
|
3
|
-
import { VueComponentBase } from "../VueComponentBase";
|
4
|
-
import { Blade, JourneyInstance, BladeSizes } from "../../models";
|
5
|
-
export default class JourneyComponent extends VueComponentBase implements IWebComponentInstance, IJourney, JourneyInstance {
|
6
|
-
blades: Array<Blade>;
|
7
|
-
onInstanceCreated?: (inst: JourneyInstance) => void;
|
8
|
-
onInstanceClosed?: () => void;
|
9
|
-
private omniaTheming;
|
10
|
-
subscriptionHandler: SubscriptionHandler;
|
11
|
-
private journeyContext;
|
12
|
-
private lastTravel;
|
13
|
-
private innerWidth;
|
14
|
-
visibleBlades: Array<Blade>;
|
15
|
-
created(): void;
|
16
|
-
mounted(): void;
|
17
|
-
beforeDestroy(): void;
|
18
|
-
addOrUpdateBlade(blade: Blade): void;
|
19
|
-
removeBlade(bladeId: string): void;
|
20
|
-
hasBlade(bladeId: string): boolean;
|
21
|
-
travelTo(bladeIds: Array<string>): void;
|
22
|
-
travelBackTo(bladeId: string): void;
|
23
|
-
travelBack(): void;
|
24
|
-
travelBackToFirstBlade(): void;
|
25
|
-
travelToNext(bladeId: string): void;
|
26
|
-
moveToTextView(blade: Blade): void;
|
27
|
-
scrollToVisibleBlade(bladeId: string): void;
|
28
|
-
closeJourney(): void;
|
29
|
-
getBladeWidth(size: BladeSizes): string;
|
30
|
-
render(): JSX.Element;
|
31
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { BladeMenuNavigationNode } from "../../models";
|
2
|
-
import { VueComponentBase } from "..";
|
3
|
-
import { IWebComponentInstance } from "../../";
|
4
|
-
import { IMenuBlade } from "./IMenuBlade";
|
5
|
-
export default class MenuBlade extends VueComponentBase implements IWebComponentInstance, IMenuBlade {
|
6
|
-
private omniaTheming;
|
7
|
-
private localizationStore;
|
8
|
-
title: string;
|
9
|
-
navigationNodeKey: string;
|
10
|
-
onNodeSelected: (node: BladeMenuNavigationNode) => void;
|
11
|
-
mounted(): void;
|
12
|
-
private onSelected;
|
13
|
-
render(): JSX.Element;
|
14
|
-
}
|