@omnia/fx 8.0.64-vnext → 8.0.66-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.
@@ -1,4 +1,5 @@
1
- import { IIcon, BladeSizes, Func } from "@omnia/fx-models";
1
+ import { BladeSizes, Func, IIcon } from "@omnia/fx-models";
2
+ import { ConfirmDialogOptions } from "@omnia/fx/ux";
2
3
  import { VNodeChild, nextTick } from "vue";
3
4
  declare const _default: {
4
5
  new (...args: any[]): {
@@ -66,10 +67,11 @@ declare const _default: {
66
67
  readonly create?: boolean;
67
68
  readonly subTitle?: string;
68
69
  "onClick:cancel"?: (id: string) => any;
69
- "onClick:delete"?: (id: string) => any;
70
70
  readonly onSave?: (bladeId: string) => boolean | Promise<boolean>;
71
71
  "onClick:back"?: (id: string) => any;
72
72
  readonly searchable?: boolean;
73
+ readonly onDelete?: (bladeId: string) => boolean | Promise<boolean>;
74
+ readonly confirmDialogOption?: unknown;
73
75
  onSearch?: (searchText: string) => any;
74
76
  "onClick:add"?: (id: string) => any;
75
77
  "onClick:settings"?: (id: string) => any;
@@ -85,7 +87,7 @@ declare const _default: {
85
87
  }>;
86
88
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
87
89
  $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:settings", id: string) => void);
90
+ $emit: ((event: "search", searchText: string) => void) & ((event: "click:cancel", id: string) => void) & ((event: "click:back", id: string) => void) & ((event: "click:add", id: string) => void) & ((event: "click:settings", id: string) => void);
89
91
  $el: any;
90
92
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
91
93
  "v-slots": import("vue").Prop<{
@@ -94,6 +96,12 @@ declare const _default: {
94
96
  actions?: Func<[VNodeChild]>;
95
97
  actionsFooter?: Func<[VNodeChild]>;
96
98
  }>;
99
+ confirmDialogOption: {
100
+ type: import("vue").PropType<ConfirmDialogOptions>;
101
+ };
102
+ onDelete: {
103
+ type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
104
+ };
97
105
  onSave: {
98
106
  type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
99
107
  };
@@ -133,7 +141,6 @@ declare const _default: {
133
141
  };
134
142
  }>> & {
135
143
  "onClick:cancel"?: (id: string) => any;
136
- "onClick:delete"?: (id: string) => any;
137
144
  "onClick:back"?: (id: string) => any;
138
145
  onSearch?: (searchText: string) => any;
139
146
  "onClick:add"?: (id: string) => any;
@@ -142,7 +149,6 @@ declare const _default: {
142
149
  "click:add": (id: string) => boolean;
143
150
  "click:back": (id: string) => boolean;
144
151
  "click:cancel": (id: string) => boolean;
145
- "click:delete": (id: string) => boolean;
146
152
  "click:settings": (id: string) => boolean;
147
153
  search: (searchText: string) => boolean;
148
154
  }, string, {}, {}, string, {}> & {
@@ -172,6 +178,12 @@ declare const _default: {
172
178
  actions?: Func<[VNodeChild]>;
173
179
  actionsFooter?: Func<[VNodeChild]>;
174
180
  }>;
181
+ confirmDialogOption: {
182
+ type: import("vue").PropType<ConfirmDialogOptions>;
183
+ };
184
+ onDelete: {
185
+ type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
186
+ };
175
187
  onSave: {
176
188
  type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
177
189
  };
@@ -211,7 +223,6 @@ declare const _default: {
211
223
  };
212
224
  }>> & {
213
225
  "onClick:cancel"?: (id: string) => any;
214
- "onClick:delete"?: (id: string) => any;
215
226
  "onClick:back"?: (id: string) => any;
216
227
  onSearch?: (searchText: string) => any;
217
228
  "onClick:add"?: (id: string) => any;
@@ -227,6 +238,12 @@ declare const _default: {
227
238
  actions?: Func<[VNodeChild]>;
228
239
  actionsFooter?: Func<[VNodeChild]>;
229
240
  }>;
241
+ confirmDialogOption: {
242
+ type: import("vue").PropType<ConfirmDialogOptions>;
243
+ };
244
+ onDelete: {
245
+ type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
246
+ };
230
247
  onSave: {
231
248
  type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
232
249
  };
@@ -266,7 +283,6 @@ declare const _default: {
266
283
  };
267
284
  }>> & {
268
285
  "onClick:cancel"?: (id: string) => any;
269
- "onClick:delete"?: (id: string) => any;
270
286
  "onClick:back"?: (id: string) => any;
271
287
  onSearch?: (searchText: string) => any;
272
288
  "onClick:add"?: (id: string) => any;
@@ -275,7 +291,6 @@ declare const _default: {
275
291
  "click:add": (id: string) => boolean;
276
292
  "click:back": (id: string) => boolean;
277
293
  "click:cancel": (id: string) => boolean;
278
- "click:delete": (id: string) => boolean;
279
294
  "click:settings": (id: string) => boolean;
280
295
  search: (searchText: string) => boolean;
281
296
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
@@ -298,9 +313,10 @@ declare const _default: {
298
313
  subTitle?: string;
299
314
  onSave?: (bladeId: string) => boolean | Promise<boolean>;
300
315
  searchable?: boolean;
301
- }>, "onClick:cancel" | "onClick:delete" | "onClick:back" | "onSearch" | "onClick:add" | "onClick:settings"> & {
316
+ onDelete?: (bladeId: string) => boolean | Promise<boolean>;
317
+ confirmDialogOption?: unknown;
318
+ }>, "onClick:cancel" | "onClick:back" | "onSearch" | "onClick:add" | "onClick:settings"> & {
302
319
  "onClick:cancel"?: (id: string) => any;
303
- "onClick:delete"?: (id: string) => any;
304
320
  "onClick:back"?: (id: string) => any;
305
321
  onSearch?: (searchText: string) => any;
306
322
  "onClick:add"?: (id: string) => any;
@@ -57,6 +57,7 @@ declare const _default: {
57
57
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
58
  [key: string]: any;
59
59
  }>) => void)[];
60
+ readonly disabled?: boolean;
60
61
  readonly modelValue?: MaybeComputedRef<boolean>;
61
62
  readonly rules?: ValidationRule[];
62
63
  "onUpdate:modelValue"?: ((value: MaybeComputedRef<boolean>) => any) & ((value: any) => any);
@@ -76,6 +77,9 @@ declare const _default: {
76
77
  $emit: (event: "update:modelValue", value: any) => void;
77
78
  $el: any;
78
79
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
80
+ disabled: {
81
+ type: import("vue").PropType<boolean>;
82
+ };
79
83
  value: {
80
84
  type: import("vue").PropType<any>;
81
85
  };
@@ -137,6 +141,9 @@ declare const _default: {
137
141
  $nextTick: typeof import("vue").nextTick;
138
142
  $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;
139
143
  } & Readonly<import("vue").ExtractPropTypes<{
144
+ disabled: {
145
+ type: import("vue").PropType<boolean>;
146
+ };
140
147
  value: {
141
148
  type: import("vue").PropType<any>;
142
149
  };
@@ -174,6 +181,9 @@ declare const _default: {
174
181
  __isTeleport?: never;
175
182
  __isSuspense?: never;
176
183
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
184
+ disabled: {
185
+ type: import("vue").PropType<boolean>;
186
+ };
177
187
  value: {
178
188
  type: import("vue").PropType<any>;
179
189
  };
@@ -225,6 +235,7 @@ declare const _default: {
225
235
  value?: any;
226
236
  label?: string;
227
237
  class?: String | String[];
238
+ disabled?: boolean;
228
239
  modelValue?: MaybeComputedRef<boolean>;
229
240
  rules?: ValidationRule[];
230
241
  "onUpdate:modelValue"?: (value: MaybeComputedRef<boolean>) => any;
@@ -68,6 +68,7 @@ declare const _default: {
68
68
  readonly variant?: "search" | "link" | "default" | "media" | "find-slim";
69
69
  readonly loading?: boolean;
70
70
  readonly modelValue?: string;
71
+ "onUpdate:focused"?: (value: boolean) => any;
71
72
  readonly rules?: ValidationRule[];
72
73
  "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
73
74
  readonly "v-model"?: string;
@@ -89,7 +90,7 @@ declare const _default: {
89
90
  }>;
90
91
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
91
92
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
92
- $emit: ((event: "doc$", description?: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "click:clear") => void) & ((event: "click:button") => void);
93
+ $emit: ((event: "doc$", description?: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "update:focused", value: boolean) => void) & ((event: "click:clear") => void) & ((event: "click:button") => void);
93
94
  $el: any;
94
95
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
95
96
  disabled: {
@@ -151,6 +152,7 @@ declare const _default: {
151
152
  blueprintType?: any;
152
153
  blueprint?: any;
153
154
  }>> & {
155
+ "onUpdate:focused"?: (value: boolean) => any;
154
156
  "onUpdate:modelValue"?: (value: string) => any;
155
157
  "onClick:clear"?: () => any;
156
158
  onDoc$?: (description?: string) => any;
@@ -160,6 +162,7 @@ declare const _default: {
160
162
  doc$(description?: string): {
161
163
  "click:clear": () => void;
162
164
  };
165
+ "update:focused": (value: boolean) => true;
163
166
  "update:modelValue": (value: string) => true;
164
167
  "click:button": () => true;
165
168
  }, string, {
@@ -248,6 +251,7 @@ declare const _default: {
248
251
  blueprintType?: any;
249
252
  blueprint?: any;
250
253
  }>> & {
254
+ "onUpdate:focused"?: (value: boolean) => any;
251
255
  "onUpdate:modelValue"?: (value: string) => any;
252
256
  "onClick:clear"?: () => any;
253
257
  onDoc$?: (description?: string) => any;
@@ -316,6 +320,7 @@ declare const _default: {
316
320
  blueprintType?: any;
317
321
  blueprint?: any;
318
322
  }>> & {
323
+ "onUpdate:focused"?: (value: boolean) => any;
319
324
  "onUpdate:modelValue"?: (value: string) => any;
320
325
  "onClick:clear"?: () => any;
321
326
  onDoc$?: (description?: string) => any;
@@ -325,6 +330,7 @@ declare const _default: {
325
330
  doc$(description?: string): {
326
331
  "click:clear": () => void;
327
332
  };
333
+ "update:focused": (value: boolean) => true;
328
334
  "update:modelValue": (value: string) => true;
329
335
  "click:button": () => true;
330
336
  }, string, {
@@ -358,7 +364,8 @@ declare const _default: {
358
364
  toned?: boolean;
359
365
  clearable?: boolean;
360
366
  autofocus?: boolean;
361
- }>, "onUpdate:modelValue" | "onClick:clear" | "onDoc$" | "onClick:button"> & {
367
+ }>, "onUpdate:focused" | "onUpdate:modelValue" | "onClick:clear" | "onDoc$" | "onClick:button"> & {
368
+ "onUpdate:focused"?: (value: boolean) => any;
362
369
  "onUpdate:modelValue"?: (value: string) => any;
363
370
  "onClick:clear"?: () => any;
364
371
  onDoc$?: (description?: string) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.64-vnext",
4
+ "version": "8.0.66-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.64-vnext",
23
+ "@omnia/fx-models": "8.0.66-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",