@omnia/fx 8.0.241-dev → 8.0.243-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.
Files changed (38) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/markdown/MarkdownPluginStore.d.ts +41 -0
  4. package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/models/LoginProvidersFactory.d.ts +2 -0
  7. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -7
  8. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +6 -18
  9. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +0 -498
  11. package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +0 -3
  12. package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +0 -3
  13. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +0 -57
  14. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +0 -3
  15. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +0 -57
  16. package/internal-do-not-import-from-here/{stores/markdown → ux/markdown/stores}/MarkdownEditorStore.d.ts +3 -3
  17. package/internal-do-not-import-from-here/ux/markdown2/MarkdownEditorFuture.d.ts +6 -1
  18. package/internal-do-not-import-from-here/ux/markdown2/PluginRegistrationHandler.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/markdown2/plugins/registrations/PluginRegistrations.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +5 -5
  21. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +20 -20
  22. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +5 -1
  23. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +5 -1
  24. package/internal-do-not-import-from-here/ux/{admin/usermanagement/self-service/DetailBlade.d.ts → mediarenderer/MediaRendererComponentBase.d.ts} +7 -3
  25. package/internal-do-not-import-from-here/ux/mediarenderer/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +3 -3
  32. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +44 -40
  33. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
  36. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +6 -6
  37. package/package.json +2 -2
  38. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/EditBlade.d.ts +0 -47
@@ -3,37 +3,38 @@ export * from "./Panel.stylex";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  padding: {
6
- type: import("vue").PropType<OPaddingCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
6
+ type: import("vue").PropType<OPaddingCombination>;
7
7
  };
8
8
  spacelessBottom: {
9
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
9
+ type: import("vue").PropType<boolean>;
10
10
  };
11
11
  spacelessTop: {
12
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
12
+ type: import("vue").PropType<boolean>;
13
13
  };
14
14
  toned: {
15
+ /**Top content in a tab */
15
16
  type: import("vue").PropType<boolean>;
16
17
  };
17
18
  grouped: {
18
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
19
+ type: import("vue").PropType<boolean>;
19
20
  };
20
21
  filled: {
21
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
22
+ type: import("vue").PropType<boolean>;
22
23
  };
23
24
  divider: {
24
- type: import("vue").PropType<OBorderCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
25
+ type: import("vue").PropType<OBorderCombination>;
25
26
  };
26
27
  hide: {
27
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
28
+ type: import("vue").PropType<boolean>;
28
29
  };
29
30
  variant: {
30
- type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section">; /** Set variant from host. Can only be forced one time and not nested panels*/
31
+ type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section">;
31
32
  };
32
33
  titleSize: {
33
- type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>; /** Set variant from host. Can only be forced one time and not nested panels*/
34
+ type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
34
35
  };
35
36
  title: {
36
- type: import("vue").PropType<string>; /** Set variant from host. Can only be forced one time and not nested panels*/
37
+ type: import("vue").PropType<string>;
37
38
  };
38
39
  class: {
39
40
  type: import("vue").PropType<String | String[]>;
@@ -53,37 +54,38 @@ declare const _default: {
53
54
  };
54
55
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
55
56
  padding: {
56
- type: import("vue").PropType<OPaddingCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
57
+ type: import("vue").PropType<OPaddingCombination>;
57
58
  };
58
59
  spacelessBottom: {
59
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
60
+ type: import("vue").PropType<boolean>;
60
61
  };
61
62
  spacelessTop: {
62
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
63
+ type: import("vue").PropType<boolean>;
63
64
  };
64
65
  toned: {
66
+ /**Top content in a tab */
65
67
  type: import("vue").PropType<boolean>;
66
68
  };
67
69
  grouped: {
68
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
70
+ type: import("vue").PropType<boolean>;
69
71
  };
70
72
  filled: {
71
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
73
+ type: import("vue").PropType<boolean>;
72
74
  };
73
75
  divider: {
74
- type: import("vue").PropType<OBorderCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
76
+ type: import("vue").PropType<OBorderCombination>;
75
77
  };
76
78
  hide: {
77
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
79
+ type: import("vue").PropType<boolean>;
78
80
  };
79
81
  variant: {
80
- type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section">; /** Set variant from host. Can only be forced one time and not nested panels*/
82
+ type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section">;
81
83
  };
82
84
  titleSize: {
83
- type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>; /** Set variant from host. Can only be forced one time and not nested panels*/
85
+ type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
84
86
  };
85
87
  title: {
86
- type: import("vue").PropType<string>; /** Set variant from host. Can only be forced one time and not nested panels*/
88
+ type: import("vue").PropType<string>;
87
89
  };
88
90
  class: {
89
91
  type: import("vue").PropType<String | String[]>;
@@ -112,37 +114,38 @@ declare const _default: {
112
114
  Defaults: {};
113
115
  }, Readonly<import("vue").ExtractPropTypes<{
114
116
  padding: {
115
- type: import("vue").PropType<OPaddingCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
117
+ type: import("vue").PropType<OPaddingCombination>;
116
118
  };
117
119
  spacelessBottom: {
118
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
120
+ type: import("vue").PropType<boolean>;
119
121
  };
120
122
  spacelessTop: {
121
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
123
+ type: import("vue").PropType<boolean>;
122
124
  };
123
125
  toned: {
126
+ /**Top content in a tab */
124
127
  type: import("vue").PropType<boolean>;
125
128
  };
126
129
  grouped: {
127
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
130
+ type: import("vue").PropType<boolean>;
128
131
  };
129
132
  filled: {
130
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
133
+ type: import("vue").PropType<boolean>;
131
134
  };
132
135
  divider: {
133
- type: import("vue").PropType<OBorderCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
136
+ type: import("vue").PropType<OBorderCombination>;
134
137
  };
135
138
  hide: {
136
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
139
+ type: import("vue").PropType<boolean>;
137
140
  };
138
141
  variant: {
139
- type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section">; /** Set variant from host. Can only be forced one time and not nested panels*/
142
+ type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section">;
140
143
  };
141
144
  titleSize: {
142
- type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>; /** Set variant from host. Can only be forced one time and not nested panels*/
145
+ type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
143
146
  };
144
147
  title: {
145
- type: import("vue").PropType<string>; /** Set variant from host. Can only be forced one time and not nested panels*/
148
+ type: import("vue").PropType<string>;
146
149
  };
147
150
  class: {
148
151
  type: import("vue").PropType<String | String[]>;
@@ -168,37 +171,38 @@ declare const _default: {
168
171
  __isSuspense?: never;
169
172
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
170
173
  padding: {
171
- type: import("vue").PropType<OPaddingCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
174
+ type: import("vue").PropType<OPaddingCombination>;
172
175
  };
173
176
  spacelessBottom: {
174
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
177
+ type: import("vue").PropType<boolean>;
175
178
  };
176
179
  spacelessTop: {
177
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
180
+ type: import("vue").PropType<boolean>;
178
181
  };
179
182
  toned: {
183
+ /**Top content in a tab */
180
184
  type: import("vue").PropType<boolean>;
181
185
  };
182
186
  grouped: {
183
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
187
+ type: import("vue").PropType<boolean>;
184
188
  };
185
189
  filled: {
186
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
190
+ type: import("vue").PropType<boolean>;
187
191
  };
188
192
  divider: {
189
- type: import("vue").PropType<OBorderCombination>; /** Set variant from host. Can only be forced one time and not nested panels*/
193
+ type: import("vue").PropType<OBorderCombination>;
190
194
  };
191
195
  hide: {
192
- type: import("vue").PropType<boolean>; /** Set variant from host. Can only be forced one time and not nested panels*/
196
+ type: import("vue").PropType<boolean>;
193
197
  };
194
198
  variant: {
195
- type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section">; /** Set variant from host. Can only be forced one time and not nested panels*/
199
+ type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section">;
196
200
  };
197
201
  titleSize: {
198
- type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>; /** Set variant from host. Can only be forced one time and not nested panels*/
202
+ type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
199
203
  };
200
204
  title: {
201
- type: import("vue").PropType<string>; /** Set variant from host. Can only be forced one time and not nested panels*/
205
+ type: import("vue").PropType<string>;
202
206
  };
203
207
  class: {
204
208
  type: import("vue").PropType<String | String[]>;
@@ -1,7 +1,7 @@
1
1
  import { OPosition } from "@omnia/fx-models";
2
2
  import { DefineProp, DefinePropClass, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
- type SpeedDialProps = DefinePropTheming & DefinePropClass & DefineVModel<"", boolean, false, false, "The v-model of the component"> & DefineProp<"openOnClick", boolean, false, null, "Activate the component when the activator is clicked."> & DefineProp<"openOnFocus", boolean, false, null, "Activate the component when the activator is focused."> & DefineProp<"openOnHover", boolean, false, false, "Opens speed-dial on hover."> & DefineProp<"persistent", boolean, false, false, "Clicking outside of the element or pressing esc key will not deactivate it."> & DefineProp<"location", OPosition, false, "top center", "Specifies the component's location. Can combine by using a space separated string."> & DefineSlot<"activator", () => VNodeChild>;
4
+ type SpeedDialProps = DefinePropTheming & DefinePropClass & DefineVModel<"", boolean, false, false, false, "The v-model of the component"> & DefineProp<"openOnClick", boolean, false, null, "Activate the component when the activator is clicked."> & DefineProp<"openOnFocus", boolean, false, null, "Activate the component when the activator is focused."> & DefineProp<"openOnHover", boolean, false, false, "Opens speed-dial on hover."> & DefineProp<"persistent", boolean, false, false, "Clicking outside of the element or pressing esc key will not deactivate it."> & DefineProp<"location", OPosition, false, "top center", "Specifies the component's location. Can combine by using a space separated string."> & DefineSlot<"activator", () => VNodeChild>;
5
5
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<SpeedDialProps>) => {
6
6
  $: import("vue").ComponentInternalInstance;
7
7
  $data: {};
@@ -8,7 +8,7 @@ export declare const DraggableStyles: {
8
8
  };
9
9
  export declare function useDraggable(): {
10
10
  Draggable: DraggableComponentTypings;
11
- DraggableIcon: JSX.Element;
11
+ readonly DraggableIcon: JSX.Element;
12
12
  draggableContainerRef: Ref<any>;
13
13
  draggableItemClass: string;
14
14
  disabledItemClass: string;
@@ -34,8 +34,8 @@ declare const _default: {
34
34
  required: true;
35
35
  };
36
36
  }>> & {
37
- "onState:updated"?: (newState: object, oldState: object) => any;
38
37
  "onSetup:context"?: (context: VelcronRenderContext) => any;
38
+ "onState:updated"?: (newState: object, oldState: object) => any;
39
39
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
40
  "state:updated": (newState: DynamicState, oldState: DynamicState) => any;
41
41
  "setup:context": (context: VelcronRenderContext) => any;
@@ -72,8 +72,8 @@ declare const _default: {
72
72
  required: true;
73
73
  };
74
74
  }>> & {
75
- "onState:updated"?: (newState: object, oldState: object) => any;
76
75
  "onSetup:context"?: (context: VelcronRenderContext) => any;
76
+ "onState:updated"?: (newState: object, oldState: object) => any;
77
77
  }, {
78
78
  container: boolean;
79
79
  }, true, {}, {}, {
@@ -116,8 +116,8 @@ declare const _default: {
116
116
  required: true;
117
117
  };
118
118
  }>> & {
119
- "onState:updated"?: (newState: object, oldState: object) => any;
120
119
  "onSetup:context"?: (context: VelcronRenderContext) => any;
120
+ "onState:updated"?: (newState: object, oldState: object) => any;
121
121
  }, () => JSX.Element, {}, {}, {}, {
122
122
  container: boolean;
123
123
  }>;
@@ -157,8 +157,8 @@ declare const _default: {
157
157
  required: true;
158
158
  };
159
159
  }>> & {
160
- "onState:updated"?: (newState: object, oldState: object) => any;
161
160
  "onSetup:context"?: (context: VelcronRenderContext) => any;
161
+ "onState:updated"?: (newState: object, oldState: object) => any;
162
162
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
163
163
  "state:updated": (newState: DynamicState, oldState: DynamicState) => any;
164
164
  "setup:context": (context: VelcronRenderContext) => any;
@@ -174,11 +174,11 @@ declare const _default: {
174
174
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
175
175
  themeDefinition?: ThemeDefinitionV2;
176
176
  context?: VelcronRenderContext;
177
- eventHandlers?: VelcronRenderContextEventHandlers;
178
177
  editMode?: boolean;
179
- }>, "onState:updated" | "onSetup:context"> & {
180
- "onState:updated"?: (newState: object, oldState: object) => any;
178
+ eventHandlers?: VelcronRenderContextEventHandlers;
179
+ }>, "onSetup:context" | "onState:updated"> & {
181
180
  "onSetup:context"?: (context: VelcronRenderContext) => any;
181
+ "onState:updated"?: (newState: object, oldState: object) => any;
182
182
  };
183
183
  };
184
184
  export default _default;
@@ -13,8 +13,8 @@ declare const _default: {
13
13
  required: true;
14
14
  };
15
15
  }>> & {
16
- "onState:updated"?: (newState: object, oldState: object) => any;
17
16
  "onSetup:context"?: (context: VelcronRenderContext) => any;
17
+ "onState:updated"?: (newState: object, oldState: object) => any;
18
18
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
19
  "state:updated": (newState: DynamicState, oldState: DynamicState) => any;
20
20
  "setup:context": (context: VelcronRenderContext) => any;
@@ -31,8 +31,8 @@ declare const _default: {
31
31
  required: true;
32
32
  };
33
33
  }>> & {
34
- "onState:updated"?: (newState: object, oldState: object) => any;
35
34
  "onSetup:context"?: (context: VelcronRenderContext) => any;
35
+ "onState:updated"?: (newState: object, oldState: object) => any;
36
36
  }, {}, true, {}, {}, {
37
37
  P: {};
38
38
  B: {};
@@ -53,8 +53,8 @@ declare const _default: {
53
53
  required: true;
54
54
  };
55
55
  }>> & {
56
- "onState:updated"?: (newState: object, oldState: object) => any;
57
56
  "onSetup:context"?: (context: VelcronRenderContext) => any;
57
+ "onState:updated"?: (newState: object, oldState: object) => any;
58
58
  }, () => JSX.Element, {}, {}, {}, {}>;
59
59
  __isFragment?: never;
60
60
  __isTeleport?: never;
@@ -72,8 +72,8 @@ declare const _default: {
72
72
  required: true;
73
73
  };
74
74
  }>> & {
75
- "onState:updated"?: (newState: object, oldState: object) => any;
76
75
  "onSetup:context"?: (context: VelcronRenderContext) => any;
76
+ "onState:updated"?: (newState: object, oldState: object) => any;
77
77
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
78
78
  "state:updated": (newState: DynamicState, oldState: DynamicState) => any;
79
79
  "setup:context": (context: VelcronRenderContext) => any;
@@ -83,9 +83,9 @@ declare const _default: {
83
83
  renderContext: VelcronRenderContext;
84
84
  } & {
85
85
  rootApp?: boolean;
86
- }>, "onState:updated" | "onSetup:context"> & {
87
- "onState:updated"?: (newState: object, oldState: object) => any;
86
+ }>, "onSetup:context" | "onState:updated"> & {
88
87
  "onSetup:context"?: (context: VelcronRenderContext) => any;
88
+ "onState:updated"?: (newState: object, oldState: object) => any;
89
89
  };
90
90
  };
91
91
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.241-dev",
4
+ "version": "8.0.243-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.241-dev",
23
+ "@omnia/fx-models": "8.0.243-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,47 +0,0 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{}>) => {
2
- $: import("vue").ComponentInternalInstance;
3
- $data: {};
4
- $props: {};
5
- $attrs: {
6
- [x: string]: unknown;
7
- };
8
- $refs: {
9
- [x: string]: unknown;
10
- };
11
- $slots: Readonly<{
12
- [name: string]: import("vue").Slot<any>;
13
- }>;
14
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
- $emit: (event: string, ...args: any[]) => void;
17
- $el: any;
18
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
- beforeCreate?: (() => void) | (() => void)[];
20
- created?: (() => void) | (() => void)[];
21
- beforeMount?: (() => void) | (() => void)[];
22
- mounted?: (() => void) | (() => void)[];
23
- beforeUpdate?: (() => void) | (() => void)[];
24
- updated?: (() => void) | (() => void)[];
25
- activated?: (() => void) | (() => void)[];
26
- deactivated?: (() => void) | (() => void)[];
27
- beforeDestroy?: (() => void) | (() => void)[];
28
- beforeUnmount?: (() => void) | (() => void)[];
29
- destroyed?: (() => void) | (() => void)[];
30
- unmounted?: (() => void) | (() => void)[];
31
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
- 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)[];
34
- };
35
- $forceUpdate: () => void;
36
- $nextTick: typeof import("vue").nextTick;
37
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
38
- } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
- propsDefinition: import("@omnia/fx/ux").ExtractProps<{}> & {
40
- "v-slots"?: {} & Omit<{
41
- default?: import("vue").Slot;
42
- }, never>;
43
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
44
- } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
- [key: string]: any;
46
- }>;
47
- export default _default;