@omnia/fx 8.0.46-vnext → 8.0.47-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/ux/journey/v2/JourneyBlade.d.ts +13 -9
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +14 -0
- package/package.json +2 -2
@@ -69,9 +69,9 @@ declare const _default: {
|
|
69
69
|
"onClick:delete"?: (id: string) => any;
|
70
70
|
"onClick:back"?: (id: string) => any;
|
71
71
|
readonly searchable?: boolean;
|
72
|
+
readonly onClickSave?: (bladeId: string) => void | Promise<void>;
|
72
73
|
onSearch?: (searchText: string) => any;
|
73
74
|
"onClick:add"?: (id: string) => any;
|
74
|
-
"onClick:save"?: (id: string) => any;
|
75
75
|
"onClick:settings"?: (id: string) => any;
|
76
76
|
};
|
77
77
|
$attrs: {
|
@@ -85,7 +85,7 @@ declare const _default: {
|
|
85
85
|
}>;
|
86
86
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
87
87
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
88
|
-
$emit: ((event: "search", searchText: string) => void) & ((event: "click:cancel", id: string) => void) & ((event: "click:delete", id: string) => void) & ((event: "click:back", id: string) => void) & ((event: "click:add", id: string) => void) & ((event: "click:
|
88
|
+
$emit: ((event: "search", searchText: string) => void) & ((event: "click:cancel", id: string) => void) & ((event: "click:delete", id: string) => void) & ((event: "click:back", id: string) => void) & ((event: "click:add", id: string) => void) & ((event: "click:settings", id: string) => void);
|
89
89
|
$el: any;
|
90
90
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
91
91
|
"v-slots": import("vue").Prop<{
|
@@ -94,6 +94,9 @@ declare const _default: {
|
|
94
94
|
actions?: Func<[VNodeChild]>;
|
95
95
|
actionsFooter?: Func<[VNodeChild]>;
|
96
96
|
}>;
|
97
|
+
onClickSave: {
|
98
|
+
type: import("vue").PropType<(bladeId: string) => void | Promise<void>>;
|
99
|
+
};
|
97
100
|
variant: {
|
98
101
|
type: import("vue").PropType<"info" | "new" | "edit">;
|
99
102
|
};
|
@@ -134,13 +137,11 @@ declare const _default: {
|
|
134
137
|
"onClick:back"?: (id: string) => any;
|
135
138
|
onSearch?: (searchText: string) => any;
|
136
139
|
"onClick:add"?: (id: string) => any;
|
137
|
-
"onClick:save"?: (id: string) => any;
|
138
140
|
"onClick:settings"?: (id: string) => any;
|
139
141
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
140
142
|
"click:add": (id: string) => boolean;
|
141
143
|
"click:back": (id: string) => boolean;
|
142
144
|
"click:cancel": (id: string) => boolean;
|
143
|
-
"click:save": (id: string) => boolean;
|
144
145
|
"click:delete": (id: string) => boolean;
|
145
146
|
"click:settings": (id: string) => boolean;
|
146
147
|
search: (searchText: string) => boolean;
|
@@ -171,6 +172,9 @@ declare const _default: {
|
|
171
172
|
actions?: Func<[VNodeChild]>;
|
172
173
|
actionsFooter?: Func<[VNodeChild]>;
|
173
174
|
}>;
|
175
|
+
onClickSave: {
|
176
|
+
type: import("vue").PropType<(bladeId: string) => void | Promise<void>>;
|
177
|
+
};
|
174
178
|
variant: {
|
175
179
|
type: import("vue").PropType<"info" | "new" | "edit">;
|
176
180
|
};
|
@@ -211,7 +215,6 @@ declare const _default: {
|
|
211
215
|
"onClick:back"?: (id: string) => any;
|
212
216
|
onSearch?: (searchText: string) => any;
|
213
217
|
"onClick:add"?: (id: string) => any;
|
214
|
-
"onClick:save"?: (id: string) => any;
|
215
218
|
"onClick:settings"?: (id: string) => any;
|
216
219
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
217
220
|
__isFragment?: never;
|
@@ -224,6 +227,9 @@ declare const _default: {
|
|
224
227
|
actions?: Func<[VNodeChild]>;
|
225
228
|
actionsFooter?: Func<[VNodeChild]>;
|
226
229
|
}>;
|
230
|
+
onClickSave: {
|
231
|
+
type: import("vue").PropType<(bladeId: string) => void | Promise<void>>;
|
232
|
+
};
|
227
233
|
variant: {
|
228
234
|
type: import("vue").PropType<"info" | "new" | "edit">;
|
229
235
|
};
|
@@ -264,13 +270,11 @@ declare const _default: {
|
|
264
270
|
"onClick:back"?: (id: string) => any;
|
265
271
|
onSearch?: (searchText: string) => any;
|
266
272
|
"onClick:add"?: (id: string) => any;
|
267
|
-
"onClick:save"?: (id: string) => any;
|
268
273
|
"onClick:settings"?: (id: string) => any;
|
269
274
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
270
275
|
"click:add": (id: string) => boolean;
|
271
276
|
"click:back": (id: string) => boolean;
|
272
277
|
"click:cancel": (id: string) => boolean;
|
273
|
-
"click:save": (id: string) => boolean;
|
274
278
|
"click:delete": (id: string) => boolean;
|
275
279
|
"click:settings": (id: string) => boolean;
|
276
280
|
search: (searchText: string) => boolean;
|
@@ -293,13 +297,13 @@ declare const _default: {
|
|
293
297
|
save?: boolean;
|
294
298
|
subTitle?: string;
|
295
299
|
searchable?: boolean;
|
296
|
-
|
300
|
+
onClickSave?: (bladeId: string) => void | Promise<void>;
|
301
|
+
}>, "onClick:cancel" | "onClick:delete" | "onClick:back" | "onSearch" | "onClick:add" | "onClick:settings"> & {
|
297
302
|
"onClick:cancel"?: (id: string) => any;
|
298
303
|
"onClick:delete"?: (id: string) => any;
|
299
304
|
"onClick:back"?: (id: string) => any;
|
300
305
|
onSearch?: (searchText: string) => any;
|
301
306
|
"onClick:add"?: (id: string) => any;
|
302
|
-
"onClick:save"?: (id: string) => any;
|
303
307
|
"onClick:settings"?: (id: string) => any;
|
304
308
|
};
|
305
309
|
};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { ColorDefinition } from "../../velcron/core";
|
2
|
+
declare const _default: {
|
3
|
+
fadeEffect: (color: any, colors: ColorDefinition) => {
|
4
|
+
background: string;
|
5
|
+
$nest: {
|
6
|
+
"&::after": {
|
7
|
+
content: string;
|
8
|
+
display: string;
|
9
|
+
width: string;
|
10
|
+
height: string;
|
11
|
+
borderRadius: string;
|
12
|
+
position: any;
|
13
|
+
top: string;
|
14
|
+
left: string;
|
15
|
+
boxShadow: string;
|
16
|
+
};
|
17
|
+
};
|
18
|
+
};
|
19
|
+
};
|
20
|
+
export default _default;
|
@@ -54,6 +54,7 @@ declare const _default: {
|
|
54
54
|
}>) => void)[];
|
55
55
|
readonly closable?: boolean;
|
56
56
|
"onClick:close"?: () => any;
|
57
|
+
readonly gradient?: boolean;
|
57
58
|
};
|
58
59
|
$attrs: {
|
59
60
|
[x: string]: unknown;
|
@@ -89,6 +90,9 @@ declare const _default: {
|
|
89
90
|
color: {
|
90
91
|
type: import("vue").PropType<string>;
|
91
92
|
};
|
93
|
+
gradient: {
|
94
|
+
type: import("vue").PropType<boolean>;
|
95
|
+
};
|
92
96
|
}>> & {
|
93
97
|
"onClick:close"?: () => any;
|
94
98
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -134,6 +138,9 @@ declare const _default: {
|
|
134
138
|
color: {
|
135
139
|
type: import("vue").PropType<string>;
|
136
140
|
};
|
141
|
+
gradient: {
|
142
|
+
type: import("vue").PropType<boolean>;
|
143
|
+
};
|
137
144
|
}>> & {
|
138
145
|
"onClick:close"?: () => any;
|
139
146
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -161,6 +168,9 @@ declare const _default: {
|
|
161
168
|
color: {
|
162
169
|
type: import("vue").PropType<string>;
|
163
170
|
};
|
171
|
+
gradient: {
|
172
|
+
type: import("vue").PropType<boolean>;
|
173
|
+
};
|
164
174
|
}>> & {
|
165
175
|
"onClick:close"?: () => any;
|
166
176
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -173,6 +183,7 @@ declare const _default: {
|
|
173
183
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
174
184
|
disabled?: boolean;
|
175
185
|
closable?: boolean;
|
186
|
+
gradient?: boolean;
|
176
187
|
}>, "onClick:close"> & {
|
177
188
|
"onClick:close"?: () => any;
|
178
189
|
};
|
@@ -83,6 +83,7 @@ declare const _default: {
|
|
83
83
|
readonly variant?: "default" | "add" | "picker";
|
84
84
|
readonly loading?: boolean;
|
85
85
|
readonly items?: any;
|
86
|
+
readonly returnObject?: boolean;
|
86
87
|
readonly clearable?: boolean;
|
87
88
|
readonly itemTitle?: any;
|
88
89
|
readonly itemValue?: any;
|
@@ -137,6 +138,10 @@ declare const _default: {
|
|
137
138
|
clearable: {
|
138
139
|
type: import("vue").PropType<boolean>;
|
139
140
|
};
|
141
|
+
returnObject: {
|
142
|
+
type: import("vue").PropType<boolean>;
|
143
|
+
required: false;
|
144
|
+
};
|
140
145
|
variant: {
|
141
146
|
type: import("vue").PropType<"default" | "add" | "picker">;
|
142
147
|
};
|
@@ -239,6 +244,10 @@ declare const _default: {
|
|
239
244
|
clearable: {
|
240
245
|
type: import("vue").PropType<boolean>;
|
241
246
|
};
|
247
|
+
returnObject: {
|
248
|
+
type: import("vue").PropType<boolean>;
|
249
|
+
required: false;
|
250
|
+
};
|
242
251
|
variant: {
|
243
252
|
type: import("vue").PropType<"default" | "add" | "picker">;
|
244
253
|
};
|
@@ -316,6 +325,10 @@ declare const _default: {
|
|
316
325
|
clearable: {
|
317
326
|
type: import("vue").PropType<boolean>;
|
318
327
|
};
|
328
|
+
returnObject: {
|
329
|
+
type: import("vue").PropType<boolean>;
|
330
|
+
required: false;
|
331
|
+
};
|
319
332
|
variant: {
|
320
333
|
type: import("vue").PropType<"default" | "add" | "picker">;
|
321
334
|
};
|
@@ -389,6 +402,7 @@ declare const _default: {
|
|
389
402
|
variant?: "default" | "add" | "picker";
|
390
403
|
loading?: boolean;
|
391
404
|
items?: any;
|
405
|
+
returnObject?: boolean;
|
392
406
|
clearable?: boolean;
|
393
407
|
itemTitle?: any;
|
394
408
|
itemValue?: any;
|
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.47-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.47-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|