@omnia/fx 8.0.61-vnext → 8.0.62-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/shared/models/Guid.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/Guid.js +3 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +291 -43
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -0
- package/package.json +2 -2
@@ -1,9 +1,10 @@
|
|
1
1
|
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.Guid = void 0;
|
2
4
|
//export interface GuidValue {
|
3
5
|
// :string;
|
4
6
|
//}
|
5
|
-
|
6
|
-
exports.Guid = void 0;
|
7
|
+
require("./Equals"); // ensure execute code in equals first
|
7
8
|
// export interface GuidValue {
|
8
9
|
// toString: () => string;
|
9
10
|
// }
|
@@ -54,13 +54,13 @@ declare const _default: {
|
|
54
54
|
[key: string]: any;
|
55
55
|
}>) => void)[];
|
56
56
|
readonly icon?: IIcon;
|
57
|
-
readonly variant?: "info" | "new" | "edit";
|
58
57
|
readonly "v-slots"?: {
|
59
58
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
60
59
|
} & {
|
61
60
|
actions?: Func<[VNodeChild]>;
|
62
61
|
actionsFooter?: Func<[VNodeChild]>;
|
63
62
|
};
|
63
|
+
readonly variant?: "info" | "new" | "edit";
|
64
64
|
readonly settings?: boolean;
|
65
65
|
readonly save?: boolean;
|
66
66
|
readonly create?: boolean;
|
@@ -285,13 +285,13 @@ declare const _default: {
|
|
285
285
|
delete?: boolean;
|
286
286
|
size?: BladeSizes;
|
287
287
|
icon?: IIcon;
|
288
|
-
variant?: "info" | "new" | "edit";
|
289
288
|
"v-slots"?: {
|
290
289
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
291
290
|
} & {
|
292
291
|
actions?: Func<[VNodeChild]>;
|
293
292
|
actionsFooter?: Func<[VNodeChild]>;
|
294
293
|
};
|
294
|
+
variant?: "info" | "new" | "edit";
|
295
295
|
settings?: boolean;
|
296
296
|
save?: boolean;
|
297
297
|
create?: boolean;
|
@@ -23,7 +23,6 @@ export interface IDataTableRowRenderer {
|
|
23
23
|
disableNavigation(): any;
|
24
24
|
select(selected: boolean): Omit<IDataTableRowRenderer, "select">;
|
25
25
|
onClick(callback: () => void): Omit<IDataTableRowRenderer, "onClick">;
|
26
|
-
variant(variant: RowVariantType): Omit<IDataTableRowRenderer, "setVariant">;
|
27
26
|
addCell(node: VNodeChild, colSpan?: number): Pick<IDataTableRowRenderer, "addCell" | "addAction">;
|
28
27
|
addAction(node: VNodeChild): Pick<IDataTableRowRenderer, "addCell" | "addAction">;
|
29
28
|
}
|
@@ -58,12 +58,12 @@ declare const _default: {
|
|
58
58
|
[key: string]: any;
|
59
59
|
}>) => void)[];
|
60
60
|
readonly absolute?: boolean;
|
61
|
-
readonly variant?: "default" | "app";
|
62
61
|
readonly "v-slots"?: {
|
63
62
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
64
63
|
} & {
|
65
64
|
actionButtons?: Func<[VNodeChild]>;
|
66
65
|
};
|
66
|
+
readonly variant?: "default" | "app";
|
67
67
|
readonly closable?: boolean;
|
68
68
|
readonly subTitle?: string;
|
69
69
|
"onClick:navigation"?: () => any;
|
@@ -254,12 +254,12 @@ declare const _default: {
|
|
254
254
|
class?: String | String[];
|
255
255
|
id?: string;
|
256
256
|
absolute?: boolean;
|
257
|
-
variant?: "default" | "app";
|
258
257
|
"v-slots"?: {
|
259
258
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
260
259
|
} & {
|
261
260
|
actionButtons?: Func<[VNodeChild]>;
|
262
261
|
};
|
262
|
+
variant?: "default" | "app";
|
263
263
|
closable?: boolean;
|
264
264
|
subTitle?: string;
|
265
265
|
}>, "onClick:navigation" | "onClick:close"> & {
|
@@ -55,12 +55,12 @@ declare const _default: {
|
|
55
55
|
[key: string]: any;
|
56
56
|
}>) => void)[];
|
57
57
|
readonly mandatory?: boolean;
|
58
|
-
readonly variant?: "default" | "settings" | "dial";
|
59
58
|
readonly "v-slots"?: {
|
60
59
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
61
60
|
} & {
|
62
61
|
activator?: () => VNodeChild;
|
63
62
|
};
|
63
|
+
readonly variant?: "default" | "settings" | "dial";
|
64
64
|
readonly modelValue?: any;
|
65
65
|
readonly "onUpdate:modelValue"?: (value: any) => any;
|
66
66
|
readonly "v-model"?: any;
|
@@ -252,12 +252,12 @@ declare const _default: {
|
|
252
252
|
toggle?: boolean;
|
253
253
|
class?: String | String[];
|
254
254
|
mandatory?: boolean;
|
255
|
-
variant?: "default" | "settings" | "dial";
|
256
255
|
"v-slots"?: {
|
257
256
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
258
257
|
} & {
|
259
258
|
activator?: () => VNodeChild;
|
260
259
|
};
|
260
|
+
variant?: "default" | "settings" | "dial";
|
261
261
|
modelValue?: any;
|
262
262
|
"onUpdate:modelValue"?: (value: any) => any;
|
263
263
|
"v-model"?: any;
|
@@ -69,7 +69,7 @@ declare const _default: {
|
|
69
69
|
readonly "onUpdate:modelValue"?: (value: string[]) => any;
|
70
70
|
readonly "v-model"?: string[];
|
71
71
|
readonly items?: any[];
|
72
|
-
readonly itemValue
|
72
|
+
readonly itemValue?: NonNullable<SelectItemKey>;
|
73
73
|
readonly returnObject?: boolean;
|
74
74
|
readonly showExpand?: boolean;
|
75
75
|
readonly itemsPerPage?: number;
|
@@ -153,7 +153,6 @@ declare const _default: {
|
|
153
153
|
};
|
154
154
|
itemValue: {
|
155
155
|
type: import("vue").PropType<NonNullable<SelectItemKey>>;
|
156
|
-
required: true;
|
157
156
|
};
|
158
157
|
colorSchemaType?: any;
|
159
158
|
container?: any;
|
@@ -249,7 +248,6 @@ declare const _default: {
|
|
249
248
|
};
|
250
249
|
itemValue: {
|
251
250
|
type: import("vue").PropType<NonNullable<SelectItemKey>>;
|
252
|
-
required: true;
|
253
251
|
};
|
254
252
|
colorSchemaType?: any;
|
255
253
|
container?: any;
|
@@ -323,7 +321,6 @@ declare const _default: {
|
|
323
321
|
};
|
324
322
|
itemValue: {
|
325
323
|
type: import("vue").PropType<NonNullable<SelectItemKey>>;
|
326
|
-
required: true;
|
327
324
|
};
|
328
325
|
colorSchemaType?: any;
|
329
326
|
container?: any;
|
@@ -339,7 +336,6 @@ declare const _default: {
|
|
339
336
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
340
337
|
propsDefinition: Omit<Readonly<{
|
341
338
|
container?: any;
|
342
|
-
itemValue: NonNullable<SelectItemKey>;
|
343
339
|
blueprint?: any;
|
344
340
|
blueprintType?: any;
|
345
341
|
colorSchemaType?: any;
|
@@ -357,6 +353,7 @@ declare const _default: {
|
|
357
353
|
"onUpdate:modelValue"?: (value: string[]) => any;
|
358
354
|
"v-model"?: string[];
|
359
355
|
items?: any[];
|
356
|
+
itemValue?: NonNullable<SelectItemKey>;
|
360
357
|
returnObject?: boolean;
|
361
358
|
showExpand?: boolean;
|
362
359
|
itemsPerPage?: number;
|
@@ -61,7 +61,6 @@ declare const _default: {
|
|
61
61
|
[key: string]: any;
|
62
62
|
}>) => void)[];
|
63
63
|
readonly icon?: IIcon;
|
64
|
-
readonly variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
|
65
64
|
readonly "v-slots"?: {
|
66
65
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
67
66
|
} & {
|
@@ -71,6 +70,7 @@ declare const _default: {
|
|
71
70
|
actions?: Func<[VNodeChild]>;
|
72
71
|
navigation?: Func<[VNodeChild]>;
|
73
72
|
};
|
73
|
+
readonly variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
|
74
74
|
readonly modelValue?: boolean;
|
75
75
|
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
76
76
|
readonly "v-model"?: boolean;
|
@@ -346,7 +346,6 @@ declare const _default: {
|
|
346
346
|
class?: String | String[];
|
347
347
|
size?: string;
|
348
348
|
icon?: IIcon;
|
349
|
-
variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
|
350
349
|
"v-slots"?: {
|
351
350
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
352
351
|
} & {
|
@@ -356,6 +355,7 @@ declare const _default: {
|
|
356
355
|
actions?: Func<[VNodeChild]>;
|
357
356
|
navigation?: Func<[VNodeChild]>;
|
358
357
|
};
|
358
|
+
variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
|
359
359
|
modelValue?: boolean;
|
360
360
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
361
361
|
"v-model"?: boolean;
|
@@ -59,10 +59,10 @@ declare const _default: {
|
|
59
59
|
readonly icon?: ButtonIconOptions;
|
60
60
|
readonly active?: boolean;
|
61
61
|
readonly disabled?: boolean;
|
62
|
-
readonly variant?: "default" | "delete";
|
63
62
|
readonly "v-slots"?: {
|
64
63
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
65
64
|
} & VListItemSlots;
|
65
|
+
readonly variant?: "default" | "delete";
|
66
66
|
readonly subtitle?: VNodeChild;
|
67
67
|
"onClick:delete"?: () => any;
|
68
68
|
};
|
@@ -231,10 +231,10 @@ declare const _default: {
|
|
231
231
|
icon?: ButtonIconOptions;
|
232
232
|
active?: boolean;
|
233
233
|
disabled?: boolean;
|
234
|
-
variant?: "default" | "delete";
|
235
234
|
"v-slots"?: {
|
236
235
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
237
236
|
} & VListItemSlots;
|
237
|
+
variant?: "default" | "delete";
|
238
238
|
subtitle?: VNodeChild;
|
239
239
|
}>, "onClick:delete"> & {
|
240
240
|
"onClick:delete"?: () => any;
|
@@ -70,13 +70,13 @@ declare const _default: {
|
|
70
70
|
}>) => void)[];
|
71
71
|
readonly multiple?: boolean;
|
72
72
|
readonly disabled?: boolean;
|
73
|
-
readonly variant?: "default" | "add" | "picker";
|
74
73
|
readonly "v-slots"?: {
|
75
74
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
76
75
|
} & {
|
77
76
|
chip?: (item: RenderingItem, index: Number) => VNodeChild;
|
78
77
|
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
79
78
|
};
|
79
|
+
readonly variant?: "default" | "add" | "picker";
|
80
80
|
readonly loading?: boolean;
|
81
81
|
readonly readonly?: boolean;
|
82
82
|
readonly modelValue?: any;
|
@@ -402,13 +402,13 @@ declare const _default: {
|
|
402
402
|
class?: String | String[];
|
403
403
|
multiple?: boolean;
|
404
404
|
disabled?: boolean;
|
405
|
-
variant?: "default" | "add" | "picker";
|
406
405
|
"v-slots"?: {
|
407
406
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
408
407
|
} & {
|
409
408
|
chip?: (item: RenderingItem, index: Number) => VNodeChild;
|
410
409
|
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
411
410
|
};
|
411
|
+
variant?: "default" | "add" | "picker";
|
412
412
|
loading?: boolean;
|
413
413
|
readonly?: boolean;
|
414
414
|
modelValue?: any;
|
@@ -62,10 +62,10 @@ declare const _default: {
|
|
62
62
|
}>) => void)[];
|
63
63
|
readonly disabled?: boolean;
|
64
64
|
readonly placeholder?: string;
|
65
|
-
readonly variant?: "search" | "link" | "default" | "media" | "find-slim";
|
66
65
|
readonly "v-slots"?: {
|
67
66
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
68
67
|
} & OTextFieldSlots;
|
68
|
+
readonly variant?: "search" | "link" | "default" | "media" | "find-slim";
|
69
69
|
readonly loading?: boolean;
|
70
70
|
readonly modelValue?: string;
|
71
71
|
readonly rules?: ValidationRule[];
|
@@ -346,10 +346,10 @@ declare const _default: {
|
|
346
346
|
type?: "number" | "text" | "password";
|
347
347
|
disabled?: boolean;
|
348
348
|
placeholder?: string;
|
349
|
-
variant?: "search" | "link" | "default" | "media" | "find-slim";
|
350
349
|
"v-slots"?: {
|
351
350
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
352
351
|
} & OTextFieldSlots;
|
352
|
+
variant?: "search" | "link" | "default" | "media" | "find-slim";
|
353
353
|
loading?: boolean;
|
354
354
|
modelValue?: string;
|
355
355
|
rules?: ValidationRule[];
|
@@ -57,13 +57,13 @@ declare const _default: {
|
|
57
57
|
}>) => void)[];
|
58
58
|
readonly icon?: IIcon;
|
59
59
|
readonly closeButton?: boolean;
|
60
|
-
readonly variant?: "default" | "blade";
|
61
60
|
readonly "v-slots"?: {
|
62
61
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
63
62
|
} & {
|
64
63
|
title?: Func<[VNodeChild]>;
|
65
64
|
customButtons?: Func<[VNodeChild]>;
|
66
65
|
};
|
66
|
+
readonly variant?: "default" | "blade";
|
67
67
|
readonly subTitle?: string;
|
68
68
|
"onClick:close"?: () => any;
|
69
69
|
readonly backButton?: boolean;
|
@@ -247,13 +247,13 @@ declare const _default: {
|
|
247
247
|
class?: String | String[];
|
248
248
|
icon?: IIcon;
|
249
249
|
closeButton?: boolean;
|
250
|
-
variant?: "default" | "blade";
|
251
250
|
"v-slots"?: {
|
252
251
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
253
252
|
} & {
|
254
253
|
title?: Func<[VNodeChild]>;
|
255
254
|
customButtons?: Func<[VNodeChild]>;
|
256
255
|
};
|
256
|
+
variant?: "default" | "blade";
|
257
257
|
subTitle?: string;
|
258
258
|
backButton?: boolean;
|
259
259
|
}>, "onClick:close" | "onClick:back"> & {
|
@@ -1,33 +1,5 @@
|
|
1
|
-
import { PermissionInputSettings, RolePermissionSetting, GuidValue, PermissionBinding } from "../../models";
|
2
|
-
import { TsxAllowUnknowProperties } from "../TsxAllowUnknowProperties";
|
3
1
|
export interface IPermissionInputAttributes {
|
4
2
|
disabled?: boolean;
|
5
3
|
dark?: boolean;
|
6
4
|
hideSaveButton?: boolean;
|
7
5
|
}
|
8
|
-
export interface IPermissionInput extends IPermissionInputAttributes {
|
9
|
-
[name: string]: any;
|
10
|
-
settings: PermissionInputSettings;
|
11
|
-
contextParams?: {
|
12
|
-
[key: string]: string | number;
|
13
|
-
};
|
14
|
-
serviceId?: GuidValue;
|
15
|
-
dataSource?: {
|
16
|
-
[roleId: string]: Array<PermissionBinding>;
|
17
|
-
};
|
18
|
-
onValueUpdated?: (rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>;
|
19
|
-
onValueUpdating?: () => Promise<void>;
|
20
|
-
}
|
21
|
-
declare global {
|
22
|
-
namespace JSX {
|
23
|
-
interface Element {
|
24
|
-
}
|
25
|
-
interface ElementClass {
|
26
|
-
}
|
27
|
-
interface ElementAttributesProperty {
|
28
|
-
}
|
29
|
-
interface IntrinsicElements {
|
30
|
-
"omfx-permission-input": TsxAllowUnknowProperties<IPermissionInput>;
|
31
|
-
}
|
32
|
-
}
|
33
|
-
}
|
@@ -1,43 +1,291 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
import
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
1
|
+
import { GuidValue, PermissionBinding, PermissionInputSettings, RolePermissionSetting } from "@omnia/fx-models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: {
|
7
|
+
style?: unknown;
|
8
|
+
class?: unknown;
|
9
|
+
key?: string | number | symbol;
|
10
|
+
readonly serviceId?: unknown;
|
11
|
+
ref?: import("vue").VNodeRef;
|
12
|
+
ref_for?: boolean;
|
13
|
+
ref_key?: string;
|
14
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
15
|
+
[key: string]: any;
|
16
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
17
|
+
[key: string]: any;
|
18
|
+
}>) => void)[];
|
19
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
20
|
+
[key: string]: any;
|
21
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
22
|
+
[key: string]: any;
|
23
|
+
}>) => void)[];
|
24
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
25
|
+
[key: string]: any;
|
26
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
27
|
+
[key: string]: any;
|
28
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
29
|
+
[key: string]: any;
|
30
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
31
|
+
[key: string]: any;
|
32
|
+
}>) => void)[];
|
33
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
34
|
+
[key: string]: any;
|
35
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
36
|
+
[key: string]: any;
|
37
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
38
|
+
[key: string]: any;
|
39
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
40
|
+
[key: string]: any;
|
41
|
+
}>) => void)[];
|
42
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
43
|
+
[key: string]: any;
|
44
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>) => void)[];
|
47
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
48
|
+
[key: string]: any;
|
49
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
|
+
[key: string]: any;
|
51
|
+
}>) => void)[];
|
52
|
+
readonly disabled?: boolean;
|
53
|
+
readonly settings?: PermissionInputSettings;
|
54
|
+
readonly contextParams?: {
|
55
|
+
[key: string]: string | number;
|
56
|
+
};
|
57
|
+
readonly "context-params"?: {
|
58
|
+
[key: string]: string | number;
|
59
|
+
};
|
60
|
+
readonly onValueUpdated?: (rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>;
|
61
|
+
readonly "on-value-updated"?: (rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>;
|
62
|
+
readonly onValueUpdating?: () => Promise<void>;
|
63
|
+
readonly "on-value-updating"?: () => Promise<void>;
|
64
|
+
readonly hideSaveButton?: boolean;
|
65
|
+
readonly "service-id"?: unknown;
|
66
|
+
readonly dataSource?: {
|
67
|
+
[roleId: string]: PermissionBinding[];
|
68
|
+
};
|
69
|
+
readonly "data-source"?: {
|
70
|
+
[roleId: string]: PermissionBinding[];
|
71
|
+
};
|
72
|
+
};
|
73
|
+
$attrs: {
|
74
|
+
[x: string]: unknown;
|
75
|
+
};
|
76
|
+
$refs: {
|
77
|
+
[x: string]: unknown;
|
78
|
+
};
|
79
|
+
$slots: Readonly<{
|
80
|
+
[name: string]: import("vue").Slot<any>;
|
81
|
+
}>;
|
82
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
83
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
84
|
+
$emit: (event: string, ...args: any[]) => void;
|
85
|
+
$el: any;
|
86
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
87
|
+
"data-source": {
|
88
|
+
type: import("vue").PropType<{
|
89
|
+
[roleId: string]: PermissionBinding[];
|
90
|
+
}>;
|
91
|
+
};
|
92
|
+
dataSource: {
|
93
|
+
type: import("vue").PropType<{
|
94
|
+
[roleId: string]: PermissionBinding[];
|
95
|
+
}>;
|
96
|
+
};
|
97
|
+
"service-id": {
|
98
|
+
type: import("vue").PropType<GuidValue>;
|
99
|
+
};
|
100
|
+
serviceId: {
|
101
|
+
type: import("vue").PropType<GuidValue>;
|
102
|
+
};
|
103
|
+
disabled: {
|
104
|
+
type: import("vue").PropType<boolean>;
|
105
|
+
required: false;
|
106
|
+
};
|
107
|
+
hideSaveButton: {
|
108
|
+
type: import("vue").PropType<boolean>;
|
109
|
+
required: false;
|
110
|
+
};
|
111
|
+
"on-value-updating": {
|
112
|
+
type: import("vue").PropType<() => Promise<void>>;
|
113
|
+
};
|
114
|
+
onValueUpdating: {
|
115
|
+
type: import("vue").PropType<() => Promise<void>>;
|
116
|
+
};
|
117
|
+
"on-value-updated": {
|
118
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
119
|
+
};
|
120
|
+
onValueUpdated: {
|
121
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
122
|
+
};
|
123
|
+
"context-params": {
|
124
|
+
type: import("vue").PropType<{
|
125
|
+
[key: string]: string | number;
|
126
|
+
}>;
|
127
|
+
};
|
128
|
+
contextParams: {
|
129
|
+
type: import("vue").PropType<{
|
130
|
+
[key: string]: string | number;
|
131
|
+
}>;
|
132
|
+
};
|
133
|
+
settings: {
|
134
|
+
type: import("vue").PropType<PermissionInputSettings>;
|
135
|
+
} & {
|
136
|
+
type: import("vue").PropType<PermissionInputSettings>;
|
137
|
+
};
|
138
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
139
|
+
beforeCreate?: (() => void) | (() => void)[];
|
140
|
+
created?: (() => void) | (() => void)[];
|
141
|
+
beforeMount?: (() => void) | (() => void)[];
|
142
|
+
mounted?: (() => void) | (() => void)[];
|
143
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
144
|
+
updated?: (() => void) | (() => void)[];
|
145
|
+
activated?: (() => void) | (() => void)[];
|
146
|
+
deactivated?: (() => void) | (() => void)[];
|
147
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
148
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
149
|
+
destroyed?: (() => void) | (() => void)[];
|
150
|
+
unmounted?: (() => void) | (() => void)[];
|
151
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
152
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
153
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
154
|
+
};
|
155
|
+
$forceUpdate: () => void;
|
156
|
+
$nextTick: typeof import("vue").nextTick;
|
157
|
+
$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;
|
158
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
159
|
+
"data-source": {
|
160
|
+
type: import("vue").PropType<{
|
161
|
+
[roleId: string]: PermissionBinding[];
|
162
|
+
}>;
|
163
|
+
};
|
164
|
+
dataSource: {
|
165
|
+
type: import("vue").PropType<{
|
166
|
+
[roleId: string]: PermissionBinding[];
|
167
|
+
}>;
|
168
|
+
};
|
169
|
+
"service-id": {
|
170
|
+
type: import("vue").PropType<GuidValue>;
|
171
|
+
};
|
172
|
+
serviceId: {
|
173
|
+
type: import("vue").PropType<GuidValue>;
|
174
|
+
};
|
175
|
+
disabled: {
|
176
|
+
type: import("vue").PropType<boolean>;
|
177
|
+
required: false;
|
178
|
+
};
|
179
|
+
hideSaveButton: {
|
180
|
+
type: import("vue").PropType<boolean>;
|
181
|
+
required: false;
|
182
|
+
};
|
183
|
+
"on-value-updating": {
|
184
|
+
type: import("vue").PropType<() => Promise<void>>;
|
185
|
+
};
|
186
|
+
onValueUpdating: {
|
187
|
+
type: import("vue").PropType<() => Promise<void>>;
|
188
|
+
};
|
189
|
+
"on-value-updated": {
|
190
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
191
|
+
};
|
192
|
+
onValueUpdated: {
|
193
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
194
|
+
};
|
195
|
+
"context-params": {
|
196
|
+
type: import("vue").PropType<{
|
197
|
+
[key: string]: string | number;
|
198
|
+
}>;
|
199
|
+
};
|
200
|
+
contextParams: {
|
201
|
+
type: import("vue").PropType<{
|
202
|
+
[key: string]: string | number;
|
203
|
+
}>;
|
204
|
+
};
|
205
|
+
settings: {
|
206
|
+
type: import("vue").PropType<PermissionInputSettings>;
|
207
|
+
} & {
|
208
|
+
type: import("vue").PropType<PermissionInputSettings>;
|
209
|
+
};
|
210
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
211
|
+
__isFragment?: never;
|
212
|
+
__isTeleport?: never;
|
213
|
+
__isSuspense?: never;
|
214
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
215
|
+
"data-source": {
|
216
|
+
type: import("vue").PropType<{
|
217
|
+
[roleId: string]: PermissionBinding[];
|
218
|
+
}>;
|
219
|
+
};
|
220
|
+
dataSource: {
|
221
|
+
type: import("vue").PropType<{
|
222
|
+
[roleId: string]: PermissionBinding[];
|
223
|
+
}>;
|
224
|
+
};
|
225
|
+
"service-id": {
|
226
|
+
type: import("vue").PropType<GuidValue>;
|
227
|
+
};
|
228
|
+
serviceId: {
|
229
|
+
type: import("vue").PropType<GuidValue>;
|
230
|
+
};
|
231
|
+
disabled: {
|
232
|
+
type: import("vue").PropType<boolean>;
|
233
|
+
required: false;
|
234
|
+
};
|
235
|
+
hideSaveButton: {
|
236
|
+
type: import("vue").PropType<boolean>;
|
237
|
+
required: false;
|
238
|
+
};
|
239
|
+
"on-value-updating": {
|
240
|
+
type: import("vue").PropType<() => Promise<void>>;
|
241
|
+
};
|
242
|
+
onValueUpdating: {
|
243
|
+
type: import("vue").PropType<() => Promise<void>>;
|
244
|
+
};
|
245
|
+
"on-value-updated": {
|
246
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
247
|
+
};
|
248
|
+
onValueUpdated: {
|
249
|
+
type: import("vue").PropType<(rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>>;
|
250
|
+
};
|
251
|
+
"context-params": {
|
252
|
+
type: import("vue").PropType<{
|
253
|
+
[key: string]: string | number;
|
254
|
+
}>;
|
255
|
+
};
|
256
|
+
contextParams: {
|
257
|
+
type: import("vue").PropType<{
|
258
|
+
[key: string]: string | number;
|
259
|
+
}>;
|
260
|
+
};
|
261
|
+
settings: {
|
262
|
+
type: import("vue").PropType<PermissionInputSettings>;
|
263
|
+
} & {
|
264
|
+
type: import("vue").PropType<PermissionInputSettings>;
|
265
|
+
};
|
266
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
267
|
+
propsDefinition: Omit<Readonly<{} & {
|
268
|
+
serviceId?: unknown;
|
269
|
+
disabled?: boolean;
|
270
|
+
settings?: PermissionInputSettings;
|
271
|
+
contextParams?: {
|
272
|
+
[key: string]: string | number;
|
273
|
+
};
|
274
|
+
"context-params"?: {
|
275
|
+
[key: string]: string | number;
|
276
|
+
};
|
277
|
+
onValueUpdated?: (rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>;
|
278
|
+
"on-value-updated"?: (rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>;
|
279
|
+
onValueUpdating?: () => Promise<void>;
|
280
|
+
"on-value-updating"?: () => Promise<void>;
|
281
|
+
hideSaveButton?: boolean;
|
282
|
+
"service-id"?: unknown;
|
283
|
+
dataSource?: {
|
284
|
+
[roleId: string]: PermissionBinding[];
|
285
|
+
};
|
286
|
+
"data-source"?: {
|
287
|
+
[roleId: string]: PermissionBinding[];
|
288
|
+
};
|
289
|
+
}>, never>;
|
290
|
+
};
|
291
|
+
export default _default;
|
@@ -43,6 +43,7 @@ import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
|
|
43
43
|
import wcc8b990d01ddc45ab930b4409fc406435 from './ux/markdown/MarkdownRenderer';
|
44
44
|
import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
|
45
45
|
import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
|
46
|
+
import wcfb67bd4d1cc24073ab123c822d78ea17 from './ux/permissioninput/PermissionInput';
|
46
47
|
import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
|
47
48
|
import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
|
48
49
|
import wc091ee9b103234b26a5e2bd5f992b2582 from './ux/properties/property-picker/PropertyPicker';
|
@@ -290,6 +291,7 @@ declare global {
|
|
290
291
|
"omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & VueComponentBaseProps;
|
291
292
|
"monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & VueComponentBaseProps;
|
292
293
|
"omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
|
294
|
+
"omfx-permission-input": typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & VueComponentBaseProps;
|
293
295
|
"omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
|
294
296
|
"omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
|
295
297
|
"omfx-datasource-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & VueComponentBaseProps;
|
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.62-vnext",
|
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.62-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|