@omnia/fx 8.0.162-dev → 8.0.163-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
  2. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  3. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
  4. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -0
  5. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -0
  6. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -0
  7. package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
  8. package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
  9. package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
  10. package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
  12. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
  14. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
  16. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +4 -0
  17. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -0
  18. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
  19. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -0
  22. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
  23. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
  25. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +9 -9
  27. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
  28. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
  29. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -0
  30. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
  33. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
  35. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
  36. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
  37. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
  38. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
  39. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
  40. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
  41. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
  42. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
  44. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
  45. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
  53. package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
  54. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
  55. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
  56. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
  59. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
  61. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
  62. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
  63. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
  64. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
  66. package/internal-do-not-import-from-here/wctypings.d.ts +13 -13
  67. package/package.json +2 -2
  68. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
  69. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
  70. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
  71. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
  72. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
  73. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
  74. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
  75. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
  76. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -0,0 +1,56 @@
1
+ type variant = "component" | "editor" | "state";
2
+ declare const _default: (props: {
3
+ variant?: variant;
4
+ } & Omit<{}, "variant"> & {
5
+ "v-slots"?: {
6
+ default?: import("vue").Slot;
7
+ } & {};
8
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant">) => {
9
+ $: import("vue").ComponentInternalInstance;
10
+ $data: {};
11
+ $props: {};
12
+ $attrs: {
13
+ [x: string]: unknown;
14
+ };
15
+ $refs: {
16
+ [x: string]: unknown;
17
+ };
18
+ $slots: Readonly<{
19
+ [name: string]: import("vue").Slot<any>;
20
+ }>;
21
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
23
+ $emit: (event: string, ...args: any[]) => void;
24
+ $el: any;
25
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
26
+ beforeCreate?: (() => void) | (() => void)[];
27
+ created?: (() => void) | (() => void)[];
28
+ beforeMount?: (() => void) | (() => void)[];
29
+ mounted?: (() => void) | (() => void)[];
30
+ beforeUpdate?: (() => void) | (() => void)[];
31
+ updated?: (() => void) | (() => void)[];
32
+ activated?: (() => void) | (() => void)[];
33
+ deactivated?: (() => void) | (() => void)[];
34
+ beforeDestroy?: (() => void) | (() => void)[];
35
+ beforeUnmount?: (() => void) | (() => void)[];
36
+ destroyed?: (() => void) | (() => void)[];
37
+ unmounted?: (() => void) | (() => void)[];
38
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
40
+ 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)[];
41
+ };
42
+ $forceUpdate: () => void;
43
+ $nextTick: typeof import("vue").nextTick;
44
+ $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;
45
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
46
+ propsDefinition: {
47
+ variant?: variant;
48
+ } & {
49
+ "v-slots"?: {
50
+ default?: import("vue").Slot;
51
+ } & {};
52
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant">;
53
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
+ [key: string]: any;
55
+ }>;
56
+ export default _default;
@@ -1,16 +1,16 @@
1
1
  declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => any[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
3
  P: {};
4
4
  B: {};
5
5
  D: {};
6
6
  C: {};
7
7
  M: {};
8
8
  Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => any[], {}, {}, {}, {}>;
10
10
  __isFragment?: never;
11
11
  __isTeleport?: never;
12
12
  __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => any[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
14
  propsDefinition: Omit<Readonly<{} & {}>, never>;
15
15
  };
16
16
  export default _default;
@@ -9,7 +9,9 @@ export declare enum VelcronDescriptorTypes {
9
9
  }
10
10
  export type VelcronCompontentTemplateTypes = "content";
11
11
  export type AddVelcronComponentInsertionStrategy = "default" | "before" | "after" | "createnew";
12
+ export type SelectionType = "component" | "editor" | "state";
12
13
  export type AddVelcronComponentMode = {
13
14
  show: boolean;
14
15
  strategy?: AddVelcronComponentInsertionStrategy;
16
+ selectionType?: SelectionType;
15
17
  };
@@ -1,4 +1,4 @@
1
- import { VelcronAppDefinition, VelcronDefinition, VelcronStateEditor } from "@omnia/fx-models";
1
+ import { VelcronAppDefinition, VelcronDefinition, VelcronEditor } from "@omnia/fx-models";
2
2
  import { VelcronStatePropertyDescriptor, VelcronDescriptor, VelcronEditorDescriptor } from "./VelcronDescriptors";
3
3
  export interface AppTreeItem {
4
4
  definition: VelcronAppDefinition | VelcronDefinition;
@@ -14,7 +14,7 @@ export interface StatePropertyAppTreeItem extends AppTreeItem {
14
14
  descriptor: VelcronStatePropertyDescriptor;
15
15
  }
16
16
  export interface EditorAppTreeItem extends AppTreeItem {
17
- value: VelcronStateEditor<any>;
17
+ value: VelcronEditor<any>;
18
18
  descriptor: VelcronEditorDescriptor;
19
19
  }
20
20
  export interface AppValidationState {
@@ -1,4 +1,4 @@
1
- import { IIcon, VelcronDefinition, VelcronStateEditor } from "@omnia/fx-models";
1
+ import { IIcon, VelcronDefinition, VelcronEditor } from "@omnia/fx-models";
2
2
  import { VelcronDataTypes } from "../../core/models/Enums";
3
3
  import { VelcroncomponentArrayType, VelcronObjectType, VelcronPrimitiveType } from "../../core/models/VelcronTypes";
4
4
  import { VelcronDescriptorTypes } from "./Enums";
@@ -12,7 +12,7 @@ export interface VelcronComponentTemplateDescriptor extends VelcronDescriptor {
12
12
  category: string;
13
13
  definition?: VelcronDefinition;
14
14
  state?: object;
15
- editors?: Array<VelcronStateEditor>;
15
+ editors?: Array<VelcronEditor>;
16
16
  }
17
17
  export interface VelcronComponentDescriptor extends VelcronDescriptor {
18
18
  descriptorType: VelcronDescriptorTypes.component;
@@ -30,7 +30,7 @@ export interface VelcronComponentPropertyDescriptor {
30
30
  name: string;
31
31
  type: VelcronDataTypes;
32
32
  group?: string;
33
- editor?: VelcronStateEditor<any>;
33
+ editor?: VelcronEditor<any>;
34
34
  required?: boolean;
35
35
  defaultValue?: VelcronPrimitiveType | VelcroncomponentArrayType | VelcronObjectType<{}>;
36
36
  disableRemovePropertyOnEmptyOrFalse?: boolean;
@@ -1,7 +1,7 @@
1
1
  import { TreeViewItem, VelcronAppDefinition, VelcronDefinition } from "@omnia/fx-models";
2
2
  import { AppTreeItem, AppValidationState, EditorAppTreeItem, StatePropertyAppTreeItem, editorModes } from "../models/Shared";
3
3
  import { CodeEditorState, VelcronComponentDescriptor, codeEditorTabs, AddVelcronComponentMode } from "../models";
4
- import { ThemeDefinitionV2, VelcronRenderContext, VelcronStateEditor } from "../../core";
4
+ import { ThemeDefinitionV2, VelcronRenderContext, VelcronEditor } from "../../core";
5
5
  type canvasMode = "split-spacing" | "design";
6
6
  export declare const useVelcronEditorStore: () => {
7
7
  get: {
@@ -67,7 +67,7 @@ export declare const useVelcronEditorStore: () => {
67
67
  subscribe(fn: (toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
68
68
  };
69
69
  addEditors: {
70
- subscribe(fn: (editors: VelcronStateEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
70
+ subscribe(fn: (editors: VelcronEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
71
71
  };
72
72
  setAppValidation: {
73
73
  subscribe(fn: (newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -150,7 +150,7 @@ export declare const useVelcronEditorStore: () => {
150
150
  subscribe(fn: (result: void, toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
151
151
  };
152
152
  addEditors: {
153
- subscribe(fn: (result: void, editors: VelcronStateEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
153
+ subscribe(fn: (result: void, editors: VelcronEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
154
154
  };
155
155
  setAppValidation: {
156
156
  subscribe(fn: (result: void, newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -233,7 +233,7 @@ export declare const useVelcronEditorStore: () => {
233
233
  subscribe(fn: (failureReason: any, toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
234
234
  };
235
235
  addEditors: {
236
- subscribe(fn: (failureReason: any, editors: VelcronStateEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
236
+ subscribe(fn: (failureReason: any, editors: VelcronEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
237
237
  };
238
238
  setAppValidation: {
239
239
  subscribe(fn: (failureReason: any, newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -307,7 +307,7 @@ export declare const useVelcronEditorStore: () => {
307
307
  setAppDefinition(newDefinition: VelcronAppDefinition): void;
308
308
  setAppDefinitionFromJson(newState: string): void;
309
309
  mergeInSubState(toMerge: object): void;
310
- addEditors(editors: Array<VelcronStateEditor>): void;
310
+ addEditors(editors: Array<VelcronEditor>): void;
311
311
  setAppValidation(newState: AppValidationState): void;
312
312
  setCodeEditorTab(newState: codeEditorTabs): void;
313
313
  setEditorMode(newState: editorModes): void;
@@ -0,0 +1,5 @@
1
+ import { VelcronComponentTemplateDescriptor } from "../models";
2
+ export declare const VelcronEditorTemplates: {
3
+ MainColorSchemaEditor: VelcronComponentTemplateDescriptor;
4
+ SpacingEditor: VelcronComponentTemplateDescriptor;
5
+ };
@@ -1,10 +1,10 @@
1
- import { VelcronRenderContext, VelcronEditorDefinition } from "../../core";
1
+ import { VelcronRenderContext, VelcronEditorRendererDefinition } from "../../core";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- definition: import("vue").Prop<VelcronEditorDefinition, VelcronEditorDefinition>;
4
+ definition: import("vue").Prop<VelcronEditorRendererDefinition, VelcronEditorRendererDefinition>;
5
5
  renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
6
6
  }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
7
- definition: import("vue").Prop<VelcronEditorDefinition, VelcronEditorDefinition>;
7
+ definition: import("vue").Prop<VelcronEditorRendererDefinition, VelcronEditorRendererDefinition>;
8
8
  renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
9
9
  }>>, {}, true, {}, {}, {
10
10
  P: {};
@@ -14,18 +14,18 @@ declare const _default: {
14
14
  M: {};
15
15
  Defaults: {};
16
16
  }, Readonly<import("vue").ExtractPropTypes<{
17
- definition: import("vue").Prop<VelcronEditorDefinition, VelcronEditorDefinition>;
17
+ definition: import("vue").Prop<VelcronEditorRendererDefinition, VelcronEditorRendererDefinition>;
18
18
  renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
19
19
  }>>, {}, {}, {}, {}, {}>;
20
20
  __isFragment?: never;
21
21
  __isTeleport?: never;
22
22
  __isSuspense?: never;
23
23
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
24
- definition: import("vue").Prop<VelcronEditorDefinition, VelcronEditorDefinition>;
24
+ definition: import("vue").Prop<VelcronEditorRendererDefinition, VelcronEditorRendererDefinition>;
25
25
  renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
26
26
  }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
27
27
  propsDefinition: Omit<Readonly<{} & {
28
- definition?: VelcronEditorDefinition;
28
+ definition?: VelcronEditorRendererDefinition;
29
29
  renderContext?: VelcronRenderContext;
30
30
  }>, never>;
31
31
  };
@@ -1,4 +1,4 @@
1
- import { VelcronStateEditor } from "../../core";
1
+ import { VelcronEditor } from "../../core";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
4
  "onUpdate:modelValue": {
@@ -73,9 +73,9 @@ declare const _default: {
73
73
  type: import("vue").PropType<string>;
74
74
  };
75
75
  editor: {
76
- type: import("vue").PropType<VelcronStateEditor<any>>;
76
+ type: import("vue").PropType<VelcronEditor<any>>;
77
77
  } & {
78
- type: import("vue").PropType<VelcronStateEditor<any>>;
78
+ type: import("vue").PropType<VelcronEditor<any>>;
79
79
  };
80
80
  }>> & {
81
81
  "onUpdate:modelValue"?: (value: any) => any;
@@ -154,9 +154,9 @@ declare const _default: {
154
154
  type: import("vue").PropType<string>;
155
155
  };
156
156
  editor: {
157
- type: import("vue").PropType<VelcronStateEditor<any>>;
157
+ type: import("vue").PropType<VelcronEditor<any>>;
158
158
  } & {
159
- type: import("vue").PropType<VelcronStateEditor<any>>;
159
+ type: import("vue").PropType<VelcronEditor<any>>;
160
160
  };
161
161
  }>> & {
162
162
  "onUpdate:modelValue"?: (value: any) => any;
@@ -240,9 +240,9 @@ declare const _default: {
240
240
  type: import("vue").PropType<string>;
241
241
  };
242
242
  editor: {
243
- type: import("vue").PropType<VelcronStateEditor<any>>;
243
+ type: import("vue").PropType<VelcronEditor<any>>;
244
244
  } & {
245
- type: import("vue").PropType<VelcronStateEditor<any>>;
245
+ type: import("vue").PropType<VelcronEditor<any>>;
246
246
  };
247
247
  }>> & {
248
248
  "onUpdate:modelValue"?: (value: any) => any;
@@ -323,9 +323,9 @@ declare const _default: {
323
323
  type: import("vue").PropType<string>;
324
324
  };
325
325
  editor: {
326
- type: import("vue").PropType<VelcronStateEditor<any>>;
326
+ type: import("vue").PropType<VelcronEditor<any>>;
327
327
  } & {
328
- type: import("vue").PropType<VelcronStateEditor<any>>;
328
+ type: import("vue").PropType<VelcronEditor<any>>;
329
329
  };
330
330
  }>> & {
331
331
  "onUpdate:modelValue"?: (value: any) => any;
@@ -395,7 +395,7 @@ declare const _default: {
395
395
  }>;
396
396
  };
397
397
  label?: string;
398
- editor?: VelcronStateEditor<any>;
398
+ editor?: VelcronEditor<any>;
399
399
  "v-model"?: any;
400
400
  "onUpdate:modelValue"?: (value: any) => any;
401
401
  modelValue?: any;
@@ -1,8 +1,9 @@
1
- import { VersionedLayout } from "@omnia/fx-models";
1
+ import { IIcon, VersionedLayout } from "@omnia/fx-models";
2
2
  import { VersionedLayoutBladeSettings } from "@omnia/fx/ux";
3
3
  declare const _default: (props: {
4
4
  settings?: VersionedLayoutBladeSettings<import("@omnia/fx-models").VersionedLayoutDefinition>;
5
5
  selectedLayout?: VersionedLayout;
6
+ icon?: IIcon;
6
7
  title?: string;
7
8
  subTitle?: string;
8
9
  hideNavigation?: boolean;
@@ -10,7 +11,7 @@ declare const _default: (props: {
10
11
  "v-model"?: boolean;
11
12
  "onUpdate:modelValue"?: (value: boolean) => void;
12
13
  modelValue?: boolean;
13
- } & Omit<{}, "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation"> & {
14
+ } & Omit<{}, "icon" | "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation"> & {
14
15
  "v-slots"?: {
15
16
  default?: import("vue").Slot;
16
17
  } & {
@@ -18,7 +19,7 @@ declare const _default: (props: {
18
19
  bottomNavigationDrawer?: () => JSX.Element;
19
20
  prependNavigation?: () => JSX.Element;
20
21
  };
21
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation" | "slot:navigation" | "slot:bottomNavigationDrawer" | "slot:prependNavigation">) => {
22
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation" | "slot:navigation" | "slot:bottomNavigationDrawer" | "slot:prependNavigation">) => {
22
23
  $: import("vue").ComponentInternalInstance;
23
24
  $data: {};
24
25
  $props: {};
@@ -59,6 +60,7 @@ declare const _default: (props: {
59
60
  propsDefinition: {
60
61
  settings?: VersionedLayoutBladeSettings<import("@omnia/fx-models").VersionedLayoutDefinition>;
61
62
  selectedLayout?: VersionedLayout;
63
+ icon?: IIcon;
62
64
  title?: string;
63
65
  subTitle?: string;
64
66
  hideNavigation?: boolean;
@@ -74,7 +76,7 @@ declare const _default: (props: {
74
76
  bottomNavigationDrawer?: () => JSX.Element;
75
77
  prependNavigation?: () => JSX.Element;
76
78
  };
77
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation">;
79
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation">;
78
80
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
79
81
  [key: string]: any;
80
82
  }>;
@@ -92,6 +92,7 @@ export declare class VersionedLayoutDefinitionEditorItem implements IEditorItem
92
92
  device: import("@omnia/fx-models").FontAwesomeIcon;
93
93
  drag: import("@omnia/fx-models").FontAwesomeIcon;
94
94
  edit: import("@omnia/fx-models").FontAwesomeIcon;
95
+ editStop: import("@omnia/fx-models").FontAwesomeIcon;
95
96
  expand: import("@omnia/fx-models").FontAwesomeIcon;
96
97
  expandMenu: import("@omnia/fx-models").FontAwesomeIcon;
97
98
  exclamation: import("@omnia/fx-models").FontAwesomeIcon;
@@ -1,22 +1,23 @@
1
1
  import { ServiceContainerContext } from "@omnia/fx";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { GuidValue, IIcon } from "@omnia/fx-models";
3
3
  import { VersionedLayoutEditorApi } from "./IVersionedLayoutEditor";
4
4
  declare const _default: (props: {
5
5
  appInstanceId?: GuidValue;
6
+ icon?: IIcon;
6
7
  title?: string;
7
8
  subTitle?: string;
8
9
  serviceContainerContext?: ServiceContainerContext;
9
10
  } & Omit<{
10
11
  onGetApi?: (api: VersionedLayoutEditorApi) => any;
11
12
  onCloseEditor?: () => any;
12
- }, "title" | "appInstanceId" | "serviceContainerContext" | "subTitle"> & {
13
+ }, "icon" | "title" | "appInstanceId" | "serviceContainerContext" | "subTitle"> & {
13
14
  "v-slots"?: {
14
15
  default?: import("vue").Slot;
15
16
  } & {
16
17
  navigationDrawerLeft?: () => JSX.Element;
17
18
  navigationDrawerBottom?: () => JSX.Element;
18
19
  };
19
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "appInstanceId" | "serviceContainerContext" | "subTitle" | "emit:getApi" | "emit:closeEditor" | "slot:navigationDrawerLeft" | "slot:navigationDrawerBottom">) => {
20
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "appInstanceId" | "serviceContainerContext" | "subTitle" | "emit:getApi" | "emit:closeEditor" | "slot:navigationDrawerLeft" | "slot:navigationDrawerBottom">) => {
20
21
  $: import("vue").ComponentInternalInstance;
21
22
  $data: {};
22
23
  $props: {};
@@ -56,6 +57,7 @@ declare const _default: (props: {
56
57
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
57
58
  propsDefinition: {
58
59
  appInstanceId?: GuidValue;
60
+ icon?: IIcon;
59
61
  title?: string;
60
62
  subTitle?: string;
61
63
  serviceContainerContext?: ServiceContainerContext;
@@ -69,7 +71,7 @@ declare const _default: (props: {
69
71
  } & {
70
72
  onGetApi?: (api: VersionedLayoutEditorApi) => any;
71
73
  onCloseEditor?: () => any;
72
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "appInstanceId" | "serviceContainerContext" | "subTitle">;
74
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "appInstanceId" | "serviceContainerContext" | "subTitle">;
73
75
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
74
76
  [key: string]: any;
75
77
  }>;
@@ -203,7 +203,6 @@ import wcd116618a12d0439f8da809535809c260 from './ux/oxide/column/Column';
203
203
  import wc27c00720f7fb46bbb39286a2cb94797c from './ux/oxide/datatable/DataTable';
204
204
  import wc810f65f430374ef2a142907a707f650f from './ux/oxide/datatable/DataTableServer';
205
205
  import wcb10a0917fdc744c890d9b472ee3b3c99 from './ux/oxide/datepicker/DatePicker';
206
- import wc1ddc61b3aa684d22bf68d2c94267424a from './ux/oxide/datepicker/DateTimePicker';
207
206
  import wcdc1c89b3d0c24b7aa1050f19a0f962b3 from './ux/oxide/dialog/Dialog';
208
207
  import wcc0415286cfac41349dd264dc1621c463 from './ux/oxide/divider/Divider';
209
208
  import wc3465fc250ac44f43af9d3df1cf17ec55 from './ux/oxide/draggable/Draggable';
@@ -251,6 +250,7 @@ import wc9ae46ba053704a329be291bf111c2a85 from './ux/oxide/table/Table';
251
250
  import wcb5a113074f704ba89e1ee4102ea95536 from './ux/oxide/text/Text';
252
251
  import wc1e7db8a98533485d97b4359f64601ff0 from './ux/oxide/textarea/TextArea';
253
252
  import wc94cf71a5a68d4b86aea325d400df2bd2 from './ux/oxide/textfield/TextField';
253
+ import wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 from './ux/oxide/timepicker/TimePicker';
254
254
  import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
255
255
  import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
256
256
  import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
@@ -1062,9 +1062,6 @@ declare global {
1062
1062
  "o-date-picker": typeof wcb10a0917fdc744c890d9b472ee3b3c99 extends {
1063
1063
  propsDefinition: infer TProp;
1064
1064
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb10a0917fdc744c890d9b472ee3b3c99 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb10a0917fdc744c890d9b472ee3b3c99>, "propsDefinition">> : never;
1065
- "o-date-time-picker": typeof wc1ddc61b3aa684d22bf68d2c94267424a extends {
1066
- propsDefinition: infer TProp;
1067
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1ddc61b3aa684d22bf68d2c94267424a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1ddc61b3aa684d22bf68d2c94267424a>, "propsDefinition">> : never;
1068
1065
  "o-dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends {
1069
1066
  propsDefinition: infer TProp;
1070
1067
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3>, "propsDefinition">> : never;
@@ -1206,6 +1203,9 @@ declare global {
1206
1203
  "o-text-field": typeof wc94cf71a5a68d4b86aea325d400df2bd2 extends {
1207
1204
  propsDefinition: infer TProp;
1208
1205
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc94cf71a5a68d4b86aea325d400df2bd2 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc94cf71a5a68d4b86aea325d400df2bd2>, "propsDefinition">> : never;
1206
+ "o-time-picker": typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 extends {
1207
+ propsDefinition: infer TProp;
1208
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0>, "propsDefinition">> : never;
1209
1209
  "o-toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 extends {
1210
1210
  propsDefinition: infer TProp;
1211
1211
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4>, "propsDefinition">> : never;
@@ -5085,15 +5085,6 @@ declare global {
5085
5085
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5086
5086
  };
5087
5087
  } : typeof wcb10a0917fdc744c890d9b472ee3b3c99;
5088
- "time": {
5089
- "picker": typeof wc1ddc61b3aa684d22bf68d2c94267424a extends {
5090
- propsDefinition: infer TProp;
5091
- } ? {
5092
- new (...args: any[]): {
5093
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5094
- };
5095
- } : typeof wc1ddc61b3aa684d22bf68d2c94267424a;
5096
- };
5097
5088
  };
5098
5089
  "dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends {
5099
5090
  propsDefinition: infer TProp;
@@ -5450,6 +5441,15 @@ declare global {
5450
5441
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5451
5442
  };
5452
5443
  } : typeof wcb5a113074f704ba89e1ee4102ea95536;
5444
+ "time": {
5445
+ "picker": typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 extends {
5446
+ propsDefinition: infer TProp;
5447
+ } ? {
5448
+ new (...args: any[]): {
5449
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5450
+ };
5451
+ } : typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0;
5452
+ };
5453
5453
  "toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 extends {
5454
5454
  propsDefinition: infer TProp;
5455
5455
  } ? {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.162-dev",
4
+ "version": "8.0.163-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.162-dev",
23
+ "@omnia/fx-models": "8.0.163-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,138 +0,0 @@
1
- import { DefineProp, DefineSlot, DefineVModel } from "@omnia/fx/ux";
2
- import { VNodeChild } from "vue";
3
- export declare const ODateTimeTypeDefinitions: readonly ["date", "time", "date-time"];
4
- export type ODateTimeTypes = typeof ODateTimeTypeDefinitions[number];
5
- type DateType = DefineVModel<"", Date, false, null, "The date picker model."> & DefineProp<"range", boolean, false, false, "Allow selecting a range of dates."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component.">;
6
- type TimeType = DefineVModel<"", string, false, null, "The date picker model."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component.">;
7
- type DateTimeType = DefineVModel<"", string, false, null, "The date picker model."> & DefineProp<"locale", string, false, null, "Specify the locale code to support a specific language.">;
8
- declare const _default: <TType extends "time" | "date" | "date-time">(props: ({
9
- type?: TType;
10
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
11
- locale?: string;
12
- } & DefineSlot<"actions", () => VNodeChild> extends infer T ? { [K in keyof T as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
13
- type?: TType;
14
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
15
- locale?: string;
16
- } & DefineSlot<"actions", () => VNodeChild>)[K]; } : never) & Omit<({
17
- type?: TType;
18
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
19
- locale?: string;
20
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_1 ? { [K_1 in keyof T_1 as K_1 extends `emit:${infer N}` ? N : never]: ({
21
- type?: TType;
22
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
23
- locale?: string;
24
- } & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) extends infer T_2 ? T_2 extends ({
25
- type?: TType;
26
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
27
- locale?: string;
28
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_1 ? { [K_1 in keyof T_1 as K_1 extends `emit:${infer N}` ? N : never]: ({
29
- type?: TType;
30
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
31
- locale?: string;
32
- } & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) ? T_2 extends string[] ? { [K_2 in `on${Capitalize<T_2[number]>}`]?: (...args: any[]) => any; } : T_2 extends import("vue").ObjectEmitsOptions ? { [K_3 in `on${Capitalize<string & keyof T_2>}`]?: K_3 extends `on${infer C}` ? T_2[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_2[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never, keyof ({
33
- type?: TType;
34
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
35
- locale?: string;
36
- } & DefineSlot<"actions", () => VNodeChild> extends infer T ? { [K in keyof T as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
37
- type?: TType;
38
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
39
- locale?: string;
40
- } & DefineSlot<"actions", () => VNodeChild>)[K]; } : never)> & {
41
- "v-slots"?: {
42
- default?: import("vue").Slot;
43
- } & ({
44
- type?: TType;
45
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
46
- locale?: string;
47
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_3 ? { [K_4 in keyof T_3 as K_4 extends `slot:${infer N_1}` ? N_1 : never]: ({
48
- type?: TType;
49
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
50
- locale?: string;
51
- } & DefineSlot<"actions", () => VNodeChild>)[K_4]; } : never);
52
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "locale" | "slot:actions" | keyof (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType)>) => {
53
- $: import("vue").ComponentInternalInstance;
54
- $data: {};
55
- $props: {};
56
- $attrs: {
57
- [x: string]: unknown;
58
- };
59
- $refs: {
60
- [x: string]: unknown;
61
- };
62
- $slots: Readonly<{
63
- [name: string]: import("vue").Slot<any>;
64
- }>;
65
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
66
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
67
- $emit: (event: string, ...args: any[]) => void;
68
- $el: any;
69
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
70
- beforeCreate?: (() => void) | (() => void)[];
71
- created?: (() => void) | (() => void)[];
72
- beforeMount?: (() => void) | (() => void)[];
73
- mounted?: (() => void) | (() => void)[];
74
- beforeUpdate?: (() => void) | (() => void)[];
75
- updated?: (() => void) | (() => void)[];
76
- activated?: (() => void) | (() => void)[];
77
- deactivated?: (() => void) | (() => void)[];
78
- beforeDestroy?: (() => void) | (() => void)[];
79
- beforeUnmount?: (() => void) | (() => void)[];
80
- destroyed?: (() => void) | (() => void)[];
81
- unmounted?: (() => void) | (() => void)[];
82
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
83
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
84
- 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)[];
85
- };
86
- $forceUpdate: () => void;
87
- $nextTick: typeof import("vue").nextTick;
88
- $watch<T_4 extends string | ((...args: any) => any)>(source: T_4, cb: T_4 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
89
- } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
90
- propsDefinition: ({
91
- type?: TType;
92
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
93
- locale?: string;
94
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_5 ? { [K in keyof T_5 as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
95
- type?: TType;
96
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
97
- locale?: string;
98
- } & DefineSlot<"actions", () => VNodeChild>)[K]; } : never) & {
99
- "v-slots"?: {
100
- default?: import("vue").Slot;
101
- } & ({
102
- type?: TType;
103
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
104
- locale?: string;
105
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_6 ? { [K_4 in keyof T_6 as K_4 extends `slot:${infer N_1}` ? N_1 : never]: ({
106
- type?: TType;
107
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
108
- locale?: string;
109
- } & DefineSlot<"actions", () => VNodeChild>)[K_4]; } : never);
110
- } & (({
111
- type?: TType;
112
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
113
- locale?: string;
114
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_7 ? { [K_1 in keyof T_7 as K_1 extends `emit:${infer N}` ? N : never]: ({
115
- type?: TType;
116
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
117
- locale?: string;
118
- } & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) extends infer T_8 ? T_8 extends ({
119
- type?: TType;
120
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
121
- locale?: string;
122
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_9 ? { [K_1 in keyof T_9 as K_1 extends `emit:${infer N}` ? N : never]: ({
123
- type?: TType;
124
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
125
- locale?: string;
126
- } & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) ? T_8 extends string[] ? { [K_5 in `on${Capitalize<T_8[number]>}`]?: (...args: any[]) => any; } : T_8 extends import("vue").ObjectEmitsOptions ? { [K_6 in `on${Capitalize<string & keyof T_8>}`]?: K_6 extends `on${infer C}` ? T_8[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_8[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof ({
127
- type?: TType;
128
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
129
- locale?: string;
130
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_10 ? { [K in keyof T_10 as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
131
- type?: TType;
132
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
133
- locale?: string;
134
- } & DefineSlot<"actions", () => VNodeChild>)[K]; } : never)>;
135
- } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
136
- [key: string]: any;
137
- }>;
138
- export default _default;
@@ -1,3 +0,0 @@
1
- export declare const VersionedLayoutStyle: {
2
- versionedLayoutBladeBuilderWrapper: string;
3
- };