@omnia/fx 8.0.66-dev → 8.0.67-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/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/SplitpaneItem.d.ts +159 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.d.ts +172 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -0
- package/package.json +2 -2
@@ -69,7 +69,7 @@ type VuetifySlots<T> = {
|
|
69
69
|
type VuetifyValue<T> = T extends {
|
70
70
|
value?: any;
|
71
71
|
} ? T["value"] : T;
|
72
|
-
import { VTooltip, VTextarea, VSwitch, VRadioGroup, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider } from "vuetify/components";
|
72
|
+
import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider } from "vuetify/components";
|
73
73
|
import { Intersect } from "vuetify/directives";
|
74
74
|
import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker } from "vuetify/components";
|
75
75
|
export interface VDataTableServerSlots extends VuetifySlots<VuetifyProps<Pick<VDataTableServer, "$slots">>> {
|
@@ -96,6 +96,9 @@ declare global {
|
|
96
96
|
"v-intersect"?: VuetifyValue<Pick<Parameters<typeof Intersect.mounted>[1], "value">>;
|
97
97
|
}
|
98
98
|
interface IntrinsicElements {
|
99
|
+
"v-lazy": VuetifyProps<Pick<VLazy, "$props">> & {
|
100
|
+
[name: string]: any;
|
101
|
+
};
|
99
102
|
"v-col": VuetifyProps<Pick<VCol, "$props">> & {
|
100
103
|
[name: string]: any;
|
101
104
|
};
|
@@ -45,6 +45,9 @@ declare const JourneyBladeComponent: {
|
|
45
45
|
switch: {
|
46
46
|
type: import("vue").PropType<switchValue>;
|
47
47
|
};
|
48
|
+
disabled: {
|
49
|
+
type: import("vue").PropType<boolean>;
|
50
|
+
};
|
48
51
|
remove: {
|
49
52
|
type: import("vue").PropType<boolean>;
|
50
53
|
};
|
@@ -132,6 +135,9 @@ declare const JourneyBladeComponent: {
|
|
132
135
|
switch: {
|
133
136
|
type: import("vue").PropType<switchValue>;
|
134
137
|
};
|
138
|
+
disabled: {
|
139
|
+
type: import("vue").PropType<boolean>;
|
140
|
+
};
|
135
141
|
remove: {
|
136
142
|
type: import("vue").PropType<boolean>;
|
137
143
|
};
|
@@ -217,6 +223,9 @@ declare const JourneyBladeComponent: {
|
|
217
223
|
switch: {
|
218
224
|
type: import("vue").PropType<switchValue>;
|
219
225
|
};
|
226
|
+
disabled: {
|
227
|
+
type: import("vue").PropType<boolean>;
|
228
|
+
};
|
220
229
|
remove: {
|
221
230
|
type: import("vue").PropType<boolean>;
|
222
231
|
};
|
@@ -299,6 +308,9 @@ declare const JourneyBladeComponent: {
|
|
299
308
|
switch: {
|
300
309
|
type: import("vue").PropType<switchValue>;
|
301
310
|
};
|
311
|
+
disabled: {
|
312
|
+
type: import("vue").PropType<boolean>;
|
313
|
+
};
|
302
314
|
remove: {
|
303
315
|
type: import("vue").PropType<boolean>;
|
304
316
|
};
|
@@ -354,6 +366,7 @@ declare const JourneyBladeComponent: {
|
|
354
366
|
id?: GuidValue;
|
355
367
|
size?: BladeSizes;
|
356
368
|
icon?: IIcon;
|
369
|
+
disabled?: boolean;
|
357
370
|
"v-slots"?: {
|
358
371
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
359
372
|
} & {
|
@@ -41,6 +41,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
41
41
|
switch: {
|
42
42
|
type: import("vue").PropType<import("../JourneyBlade").switchValue>;
|
43
43
|
};
|
44
|
+
disabled: {
|
45
|
+
type: import("vue").PropType<boolean>;
|
46
|
+
};
|
44
47
|
remove: {
|
45
48
|
type: import("vue").PropType<boolean>;
|
46
49
|
};
|
@@ -128,6 +131,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
128
131
|
switch: {
|
129
132
|
type: import("vue").PropType<import("../JourneyBlade").switchValue>;
|
130
133
|
};
|
134
|
+
disabled: {
|
135
|
+
type: import("vue").PropType<boolean>;
|
136
|
+
};
|
131
137
|
remove: {
|
132
138
|
type: import("vue").PropType<boolean>;
|
133
139
|
};
|
@@ -213,6 +219,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
213
219
|
switch: {
|
214
220
|
type: import("vue").PropType<import("../JourneyBlade").switchValue>;
|
215
221
|
};
|
222
|
+
disabled: {
|
223
|
+
type: import("vue").PropType<boolean>;
|
224
|
+
};
|
216
225
|
remove: {
|
217
226
|
type: import("vue").PropType<boolean>;
|
218
227
|
};
|
@@ -295,6 +304,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
295
304
|
switch: {
|
296
305
|
type: import("vue").PropType<import("../JourneyBlade").switchValue>;
|
297
306
|
};
|
307
|
+
disabled: {
|
308
|
+
type: import("vue").PropType<boolean>;
|
309
|
+
};
|
298
310
|
remove: {
|
299
311
|
type: import("vue").PropType<boolean>;
|
300
312
|
};
|
@@ -350,6 +362,7 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
350
362
|
id?: GuidValue;
|
351
363
|
size?: import("@omnia/fx-models").BladeSizes;
|
352
364
|
icon?: import("@omnia/fx-models").IIcon;
|
365
|
+
disabled?: boolean;
|
353
366
|
"v-slots"?: {
|
354
367
|
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
355
368
|
} & {
|
@@ -0,0 +1,159 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
+
onBaseColor: {
|
4
|
+
type: import("vue").PropType<string>;
|
5
|
+
};
|
6
|
+
baseColor: {
|
7
|
+
type: import("vue").PropType<string>;
|
8
|
+
};
|
9
|
+
size: {
|
10
|
+
type: import("vue").PropType<number>;
|
11
|
+
required: false;
|
12
|
+
};
|
13
|
+
maxSize: {
|
14
|
+
type: import("vue").PropType<number>;
|
15
|
+
required: false;
|
16
|
+
};
|
17
|
+
minSize: {
|
18
|
+
type: import("vue").PropType<number>;
|
19
|
+
required: false;
|
20
|
+
};
|
21
|
+
class: {
|
22
|
+
type: import("vue").PropType<String | String[]>;
|
23
|
+
required: boolean;
|
24
|
+
};
|
25
|
+
colorSchemaType?: any;
|
26
|
+
container?: any;
|
27
|
+
colors?: any;
|
28
|
+
blueprintType?: any;
|
29
|
+
blueprint?: any;
|
30
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
31
|
+
onBaseColor: {
|
32
|
+
type: import("vue").PropType<string>;
|
33
|
+
};
|
34
|
+
baseColor: {
|
35
|
+
type: import("vue").PropType<string>;
|
36
|
+
};
|
37
|
+
size: {
|
38
|
+
type: import("vue").PropType<number>;
|
39
|
+
required: false;
|
40
|
+
};
|
41
|
+
maxSize: {
|
42
|
+
type: import("vue").PropType<number>;
|
43
|
+
required: false;
|
44
|
+
};
|
45
|
+
minSize: {
|
46
|
+
type: import("vue").PropType<number>;
|
47
|
+
required: false;
|
48
|
+
};
|
49
|
+
class: {
|
50
|
+
type: import("vue").PropType<String | String[]>;
|
51
|
+
required: boolean;
|
52
|
+
};
|
53
|
+
colorSchemaType?: any;
|
54
|
+
container?: any;
|
55
|
+
colors?: any;
|
56
|
+
blueprintType?: any;
|
57
|
+
blueprint?: any;
|
58
|
+
}>>, {
|
59
|
+
container?: any;
|
60
|
+
blueprint?: any;
|
61
|
+
colorSchemaType?: any;
|
62
|
+
blueprintType?: any;
|
63
|
+
colors?: any;
|
64
|
+
}, true, {}, {}, {
|
65
|
+
P: {};
|
66
|
+
B: {};
|
67
|
+
D: {};
|
68
|
+
C: {};
|
69
|
+
M: {};
|
70
|
+
Defaults: {};
|
71
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
72
|
+
onBaseColor: {
|
73
|
+
type: import("vue").PropType<string>;
|
74
|
+
};
|
75
|
+
baseColor: {
|
76
|
+
type: import("vue").PropType<string>;
|
77
|
+
};
|
78
|
+
size: {
|
79
|
+
type: import("vue").PropType<number>;
|
80
|
+
required: false;
|
81
|
+
};
|
82
|
+
maxSize: {
|
83
|
+
type: import("vue").PropType<number>;
|
84
|
+
required: false;
|
85
|
+
};
|
86
|
+
minSize: {
|
87
|
+
type: import("vue").PropType<number>;
|
88
|
+
required: false;
|
89
|
+
};
|
90
|
+
class: {
|
91
|
+
type: import("vue").PropType<String | String[]>;
|
92
|
+
required: boolean;
|
93
|
+
};
|
94
|
+
colorSchemaType?: any;
|
95
|
+
container?: any;
|
96
|
+
colors?: any;
|
97
|
+
blueprintType?: any;
|
98
|
+
blueprint?: any;
|
99
|
+
}>>, () => JSX.Element, {}, {}, {}, {
|
100
|
+
container?: any;
|
101
|
+
blueprint?: any;
|
102
|
+
colorSchemaType?: any;
|
103
|
+
blueprintType?: any;
|
104
|
+
colors?: any;
|
105
|
+
}>;
|
106
|
+
__isFragment?: never;
|
107
|
+
__isTeleport?: never;
|
108
|
+
__isSuspense?: never;
|
109
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
110
|
+
onBaseColor: {
|
111
|
+
type: import("vue").PropType<string>;
|
112
|
+
};
|
113
|
+
baseColor: {
|
114
|
+
type: import("vue").PropType<string>;
|
115
|
+
};
|
116
|
+
size: {
|
117
|
+
type: import("vue").PropType<number>;
|
118
|
+
required: false;
|
119
|
+
};
|
120
|
+
maxSize: {
|
121
|
+
type: import("vue").PropType<number>;
|
122
|
+
required: false;
|
123
|
+
};
|
124
|
+
minSize: {
|
125
|
+
type: import("vue").PropType<number>;
|
126
|
+
required: false;
|
127
|
+
};
|
128
|
+
class: {
|
129
|
+
type: import("vue").PropType<String | String[]>;
|
130
|
+
required: boolean;
|
131
|
+
};
|
132
|
+
colorSchemaType?: any;
|
133
|
+
container?: any;
|
134
|
+
colors?: any;
|
135
|
+
blueprintType?: any;
|
136
|
+
blueprint?: any;
|
137
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
138
|
+
container?: any;
|
139
|
+
blueprint?: any;
|
140
|
+
colorSchemaType?: any;
|
141
|
+
blueprintType?: any;
|
142
|
+
colors?: any;
|
143
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
144
|
+
propsDefinition: Omit<Readonly<{
|
145
|
+
container?: any;
|
146
|
+
blueprint?: any;
|
147
|
+
colorSchemaType?: any;
|
148
|
+
blueprintType?: any;
|
149
|
+
colors?: any;
|
150
|
+
} & {
|
151
|
+
class?: String | String[];
|
152
|
+
size?: number;
|
153
|
+
baseColor?: string;
|
154
|
+
onBaseColor?: string;
|
155
|
+
minSize?: number;
|
156
|
+
maxSize?: number;
|
157
|
+
}>, never>;
|
158
|
+
};
|
159
|
+
export default _default;
|
@@ -0,0 +1,172 @@
|
|
1
|
+
import "splitpanes/dist/splitpanes.css";
|
2
|
+
interface PanelEventClick {
|
3
|
+
givenSize: number;
|
4
|
+
id: number;
|
5
|
+
index: number;
|
6
|
+
max: number;
|
7
|
+
min: number;
|
8
|
+
size: number;
|
9
|
+
}
|
10
|
+
declare const _default: {
|
11
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
12
|
+
onBaseColor: {
|
13
|
+
type: import("vue").PropType<string>;
|
14
|
+
};
|
15
|
+
baseColor: {
|
16
|
+
type: import("vue").PropType<string>;
|
17
|
+
};
|
18
|
+
height: {
|
19
|
+
type: import("vue").PropType<string | number>;
|
20
|
+
required: false;
|
21
|
+
};
|
22
|
+
variant: {
|
23
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
24
|
+
required: false;
|
25
|
+
};
|
26
|
+
class: {
|
27
|
+
type: import("vue").PropType<String | String[]>;
|
28
|
+
required: boolean;
|
29
|
+
};
|
30
|
+
colorSchemaType?: any;
|
31
|
+
container?: any;
|
32
|
+
colors?: any;
|
33
|
+
blueprintType?: any;
|
34
|
+
blueprint?: any;
|
35
|
+
}>> & {
|
36
|
+
onPanelClick?: (event: PanelEventClick) => any;
|
37
|
+
onUpdatePaneComponents?: () => any;
|
38
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
39
|
+
updatePaneComponents: () => void;
|
40
|
+
panelClick: (event: PanelEventClick) => void;
|
41
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
42
|
+
onBaseColor: {
|
43
|
+
type: import("vue").PropType<string>;
|
44
|
+
};
|
45
|
+
baseColor: {
|
46
|
+
type: import("vue").PropType<string>;
|
47
|
+
};
|
48
|
+
height: {
|
49
|
+
type: import("vue").PropType<string | number>;
|
50
|
+
required: false;
|
51
|
+
};
|
52
|
+
variant: {
|
53
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
54
|
+
required: false;
|
55
|
+
};
|
56
|
+
class: {
|
57
|
+
type: import("vue").PropType<String | String[]>;
|
58
|
+
required: boolean;
|
59
|
+
};
|
60
|
+
colorSchemaType?: any;
|
61
|
+
container?: any;
|
62
|
+
colors?: any;
|
63
|
+
blueprintType?: any;
|
64
|
+
blueprint?: any;
|
65
|
+
}>> & {
|
66
|
+
onPanelClick?: (event: PanelEventClick) => any;
|
67
|
+
onUpdatePaneComponents?: () => any;
|
68
|
+
}, {
|
69
|
+
container?: any;
|
70
|
+
blueprint?: any;
|
71
|
+
colorSchemaType?: any;
|
72
|
+
blueprintType?: any;
|
73
|
+
colors?: any;
|
74
|
+
}, true, {}, {}, {
|
75
|
+
P: {};
|
76
|
+
B: {};
|
77
|
+
D: {};
|
78
|
+
C: {};
|
79
|
+
M: {};
|
80
|
+
Defaults: {};
|
81
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
82
|
+
onBaseColor: {
|
83
|
+
type: import("vue").PropType<string>;
|
84
|
+
};
|
85
|
+
baseColor: {
|
86
|
+
type: import("vue").PropType<string>;
|
87
|
+
};
|
88
|
+
height: {
|
89
|
+
type: import("vue").PropType<string | number>;
|
90
|
+
required: false;
|
91
|
+
};
|
92
|
+
variant: {
|
93
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
94
|
+
required: false;
|
95
|
+
};
|
96
|
+
class: {
|
97
|
+
type: import("vue").PropType<String | String[]>;
|
98
|
+
required: boolean;
|
99
|
+
};
|
100
|
+
colorSchemaType?: any;
|
101
|
+
container?: any;
|
102
|
+
colors?: any;
|
103
|
+
blueprintType?: any;
|
104
|
+
blueprint?: any;
|
105
|
+
}>> & {
|
106
|
+
onPanelClick?: (event: PanelEventClick) => any;
|
107
|
+
onUpdatePaneComponents?: () => any;
|
108
|
+
}, () => JSX.Element, {}, {}, {}, {
|
109
|
+
container?: any;
|
110
|
+
blueprint?: any;
|
111
|
+
colorSchemaType?: any;
|
112
|
+
blueprintType?: any;
|
113
|
+
colors?: any;
|
114
|
+
}>;
|
115
|
+
__isFragment?: never;
|
116
|
+
__isTeleport?: never;
|
117
|
+
__isSuspense?: never;
|
118
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
119
|
+
onBaseColor: {
|
120
|
+
type: import("vue").PropType<string>;
|
121
|
+
};
|
122
|
+
baseColor: {
|
123
|
+
type: import("vue").PropType<string>;
|
124
|
+
};
|
125
|
+
height: {
|
126
|
+
type: import("vue").PropType<string | number>;
|
127
|
+
required: false;
|
128
|
+
};
|
129
|
+
variant: {
|
130
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
131
|
+
required: false;
|
132
|
+
};
|
133
|
+
class: {
|
134
|
+
type: import("vue").PropType<String | String[]>;
|
135
|
+
required: boolean;
|
136
|
+
};
|
137
|
+
colorSchemaType?: any;
|
138
|
+
container?: any;
|
139
|
+
colors?: any;
|
140
|
+
blueprintType?: any;
|
141
|
+
blueprint?: any;
|
142
|
+
}>> & {
|
143
|
+
onPanelClick?: (event: PanelEventClick) => any;
|
144
|
+
onUpdatePaneComponents?: () => any;
|
145
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
146
|
+
updatePaneComponents: () => void;
|
147
|
+
panelClick: (event: PanelEventClick) => void;
|
148
|
+
}, string, {
|
149
|
+
container?: any;
|
150
|
+
blueprint?: any;
|
151
|
+
colorSchemaType?: any;
|
152
|
+
blueprintType?: any;
|
153
|
+
colors?: any;
|
154
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
155
|
+
propsDefinition: Omit<Readonly<{
|
156
|
+
container?: any;
|
157
|
+
blueprint?: any;
|
158
|
+
colorSchemaType?: any;
|
159
|
+
blueprintType?: any;
|
160
|
+
colors?: any;
|
161
|
+
} & {
|
162
|
+
class?: String | String[];
|
163
|
+
height?: string | number;
|
164
|
+
variant?: "horizontal" | "vertical";
|
165
|
+
baseColor?: string;
|
166
|
+
onBaseColor?: string;
|
167
|
+
}>, "onPanelClick" | "onUpdatePaneComponents"> & {
|
168
|
+
onPanelClick?: (event: PanelEventClick) => any;
|
169
|
+
onUpdatePaneComponents?: () => any;
|
170
|
+
};
|
171
|
+
};
|
172
|
+
export default _default;
|
@@ -216,6 +216,8 @@ import wc3fa834509fe3419fb005e2dd17325449 from './ux/oxide/slidepanel/Slide';
|
|
216
216
|
import wcd108fdde5ca942d7ae92195eb74b5452 from './ux/oxide/slider/Slider';
|
217
217
|
import wca19feddcd78b4065b7650162fd088379 from './ux/oxide/snackbar/Snackbar';
|
218
218
|
import wcc26ccc7aeae04f76a062e83c6df302fc from './ux/oxide/spacer/Spacer';
|
219
|
+
import wc6b7f04ba8fc4487ea496dd8e42b55dbd from './ux/oxide/splitpanes/Splitpanes';
|
220
|
+
import wc170e15fd849e41568ed9b48f88711527 from './ux/oxide/splitpanes/SplitpaneItem';
|
219
221
|
import wc7cc2d4feecde4174badc5797ba6fb53e from './ux/oxide/stepper/Stepper';
|
220
222
|
import wca8c8ffd3d8ff46ee969d8fb6b9522104 from './ux/oxide/stepper/StepperStep';
|
221
223
|
import wc31cc47b19e7d4c40b826f58d1c955a43 from './ux/oxide/switch/Switch';
|
@@ -588,6 +590,8 @@ declare global {
|
|
588
590
|
"o-slider": typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition>;
|
589
591
|
"o-snackbar": typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca19feddcd78b4065b7650162fd088379.propsDefinition>;
|
590
592
|
"o-spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition>;
|
593
|
+
"o-splitpanes": typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd.propsDefinition>;
|
594
|
+
"o-splitpane-item": typeof wc170e15fd849e41568ed9b48f88711527.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc170e15fd849e41568ed9b48f88711527.propsDefinition>;
|
591
595
|
"o-stepper": typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition>;
|
592
596
|
"o-stepper-step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition>;
|
593
597
|
"o-switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition>;
|
@@ -1826,6 +1830,16 @@ declare global {
|
|
1826
1830
|
$props: typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition>;
|
1827
1831
|
};
|
1828
1832
|
};
|
1833
|
+
"OSplitpanes": {
|
1834
|
+
new (...args: any[]): {
|
1835
|
+
$props: typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd.propsDefinition>;
|
1836
|
+
};
|
1837
|
+
};
|
1838
|
+
"OSplitpaneItem": {
|
1839
|
+
new (...args: any[]): {
|
1840
|
+
$props: typeof wc170e15fd849e41568ed9b48f88711527.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc170e15fd849e41568ed9b48f88711527.propsDefinition>;
|
1841
|
+
};
|
1842
|
+
};
|
1829
1843
|
"OStepper": {
|
1830
1844
|
new (...args: any[]): {
|
1831
1845
|
$props: typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition>;
|
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.67-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.67-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|