@omnia/fx 8.0.88-dev → 8.0.89-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/ux/admin/chrome/AdminChrome.d.ts +29 -4
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +26 -0
- package/package.json +2 -2
@@ -1,16 +1,41 @@
|
|
1
1
|
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>> & {
|
3
|
+
onDoc$?: (description?: string) => any;
|
4
|
+
onMounted?: () => any;
|
5
|
+
}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
6
|
+
mounted: () => void;
|
7
|
+
doc$(description?: string): {
|
8
|
+
mounted: () => void;
|
9
|
+
};
|
10
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>> & {
|
11
|
+
onDoc$?: (description?: string) => any;
|
12
|
+
onMounted?: () => any;
|
13
|
+
}, {}, true, {}, {}, {
|
3
14
|
P: {};
|
4
15
|
B: {};
|
5
16
|
D: {};
|
6
17
|
C: {};
|
7
18
|
M: {};
|
8
19
|
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}
|
20
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
21
|
+
onDoc$?: (description?: string) => any;
|
22
|
+
onMounted?: () => any;
|
23
|
+
}, () => JSX.Element, {}, {}, {}, {}>;
|
10
24
|
__isFragment?: never;
|
11
25
|
__isTeleport?: never;
|
12
26
|
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}
|
14
|
-
|
27
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>> & {
|
28
|
+
onDoc$?: (description?: string) => any;
|
29
|
+
onMounted?: () => any;
|
30
|
+
}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
31
|
+
mounted: () => void;
|
32
|
+
doc$(description?: string): {
|
33
|
+
mounted: () => void;
|
34
|
+
};
|
35
|
+
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
36
|
+
propsDefinition: Omit<Readonly<{} & {}>, "onDoc$" | "onMounted"> & {
|
37
|
+
onDoc$?: (description?: string) => any;
|
38
|
+
onMounted?: () => any;
|
39
|
+
};
|
15
40
|
};
|
16
41
|
export default _default;
|
@@ -5,7 +5,7 @@ declare const _default: {
|
|
5
5
|
headerButtons: string;
|
6
6
|
headerIcon: string;
|
7
7
|
switchWrapper: string;
|
8
|
-
|
9
|
-
|
8
|
+
wrapper: (size: BladeSizes, dark: boolean, customSize: number) => string;
|
9
|
+
fullScreenWrapper: string;
|
10
10
|
};
|
11
11
|
export default _default;
|
@@ -109,6 +109,12 @@ declare const JourneyBladeComponent: {
|
|
109
109
|
} & {
|
110
110
|
type: import("vue").PropType<boolean>;
|
111
111
|
};
|
112
|
+
"custom-size": {
|
113
|
+
type: import("vue").PropType<number>;
|
114
|
+
};
|
115
|
+
customSize: {
|
116
|
+
type: import("vue").PropType<number>;
|
117
|
+
};
|
112
118
|
size: {
|
113
119
|
type: import("vue").PropType<BladeSizes>;
|
114
120
|
required: false;
|
@@ -251,6 +257,12 @@ declare const JourneyBladeComponent: {
|
|
251
257
|
} & {
|
252
258
|
type: import("vue").PropType<boolean>;
|
253
259
|
};
|
260
|
+
"custom-size": {
|
261
|
+
type: import("vue").PropType<number>;
|
262
|
+
};
|
263
|
+
customSize: {
|
264
|
+
type: import("vue").PropType<number>;
|
265
|
+
};
|
254
266
|
size: {
|
255
267
|
type: import("vue").PropType<BladeSizes>;
|
256
268
|
required: false;
|
@@ -391,6 +403,12 @@ declare const JourneyBladeComponent: {
|
|
391
403
|
} & {
|
392
404
|
type: import("vue").PropType<boolean>;
|
393
405
|
};
|
406
|
+
"custom-size": {
|
407
|
+
type: import("vue").PropType<number>;
|
408
|
+
};
|
409
|
+
customSize: {
|
410
|
+
type: import("vue").PropType<number>;
|
411
|
+
};
|
394
412
|
size: {
|
395
413
|
type: import("vue").PropType<BladeSizes>;
|
396
414
|
required: false;
|
@@ -528,6 +546,12 @@ declare const JourneyBladeComponent: {
|
|
528
546
|
} & {
|
529
547
|
type: import("vue").PropType<boolean>;
|
530
548
|
};
|
549
|
+
"custom-size": {
|
550
|
+
type: import("vue").PropType<number>;
|
551
|
+
};
|
552
|
+
customSize: {
|
553
|
+
type: import("vue").PropType<number>;
|
554
|
+
};
|
531
555
|
size: {
|
532
556
|
type: import("vue").PropType<BladeSizes>;
|
533
557
|
required: false;
|
@@ -587,6 +611,8 @@ declare const JourneyBladeComponent: {
|
|
587
611
|
variant?: "info" | "edit" | "new";
|
588
612
|
subTitle?: string;
|
589
613
|
"sub-title"?: string;
|
614
|
+
customSize?: number;
|
615
|
+
"custom-size"?: number;
|
590
616
|
loading?: boolean;
|
591
617
|
ok?: boolean;
|
592
618
|
save?: boolean;
|
@@ -104,6 +104,12 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
104
104
|
} & {
|
105
105
|
type: import("vue").PropType<boolean>;
|
106
106
|
};
|
107
|
+
"custom-size": {
|
108
|
+
type: import("vue").PropType<number>;
|
109
|
+
};
|
110
|
+
customSize: {
|
111
|
+
type: import("vue").PropType<number>;
|
112
|
+
};
|
107
113
|
size: {
|
108
114
|
type: import("vue").PropType<import("@omnia/fx-models").BladeSizes>;
|
109
115
|
required: false;
|
@@ -246,6 +252,12 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
246
252
|
} & {
|
247
253
|
type: import("vue").PropType<boolean>;
|
248
254
|
};
|
255
|
+
"custom-size": {
|
256
|
+
type: import("vue").PropType<number>;
|
257
|
+
};
|
258
|
+
customSize: {
|
259
|
+
type: import("vue").PropType<number>;
|
260
|
+
};
|
249
261
|
size: {
|
250
262
|
type: import("vue").PropType<import("@omnia/fx-models").BladeSizes>;
|
251
263
|
required: false;
|
@@ -386,6 +398,12 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
386
398
|
} & {
|
387
399
|
type: import("vue").PropType<boolean>;
|
388
400
|
};
|
401
|
+
"custom-size": {
|
402
|
+
type: import("vue").PropType<number>;
|
403
|
+
};
|
404
|
+
customSize: {
|
405
|
+
type: import("vue").PropType<number>;
|
406
|
+
};
|
389
407
|
size: {
|
390
408
|
type: import("vue").PropType<import("@omnia/fx-models").BladeSizes>;
|
391
409
|
required: false;
|
@@ -523,6 +541,12 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
523
541
|
} & {
|
524
542
|
type: import("vue").PropType<boolean>;
|
525
543
|
};
|
544
|
+
"custom-size": {
|
545
|
+
type: import("vue").PropType<number>;
|
546
|
+
};
|
547
|
+
customSize: {
|
548
|
+
type: import("vue").PropType<number>;
|
549
|
+
};
|
526
550
|
size: {
|
527
551
|
type: import("vue").PropType<import("@omnia/fx-models").BladeSizes>;
|
528
552
|
required: false;
|
@@ -582,6 +606,8 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
582
606
|
variant?: "info" | "edit" | "new";
|
583
607
|
subTitle?: string;
|
584
608
|
"sub-title"?: string;
|
609
|
+
customSize?: number;
|
610
|
+
"custom-size"?: number;
|
585
611
|
loading?: boolean;
|
586
612
|
ok?: boolean;
|
587
613
|
save?: boolean;
|
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.89-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.89-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|