@omnia/fx 8.0.146-dev → 8.0.148-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. package/internal-do-not-import-from-here/console/components/Console.d.ts +9 -5
  2. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +2 -2
  3. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +4 -2
  4. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +16 -14
  5. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +12 -1
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +7 -8
  7. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -26
  8. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +8 -25
  9. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +3 -11
  10. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +9 -16
  11. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +2 -10
  12. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +3 -13
  13. package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +2 -10
  14. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +8 -27
  15. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +3 -15
  16. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +7 -24
  17. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +7 -20
  18. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +3 -13
  19. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +7 -12
  20. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +2 -12
  21. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +7 -18
  22. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +7 -12
  23. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +2 -12
  24. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +3 -11
  25. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +2 -18
  26. package/internal-do-not-import-from-here/ux/aurora/store/VelcronDefinitionStore.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +3 -0
  29. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +9 -5
  30. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +2 -6
  31. package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +9 -5
  32. package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +2 -6
  33. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +3 -17
  34. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +3 -21
  35. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +3 -5
  36. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +2 -4
  37. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +9 -5
  38. package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +4 -4
  39. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +3 -5
  40. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +5 -5
  41. package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +4 -4
  42. package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +7 -10
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +42 -0
  45. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +2 -10
  46. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +3 -11
  47. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +3 -15
  48. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +4 -4
  49. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +10 -7
  50. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +2 -4
  53. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +2 -8
  54. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +2 -16
  55. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -29
  56. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +3 -7
  57. package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +3 -5
  58. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -38
  59. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +20 -20
  60. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +4 -4
  61. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +12 -4
  62. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +16 -56
  63. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +3 -9
  64. package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -30
  65. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +2 -16
  66. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -39
  67. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  68. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/{DefinitionPicker.css.d.ts → VelcronDefinitionPicker.css.d.ts} +2 -0
  69. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/{DefinitionPicker.d.ts → VelcronDefinitionPicker.d.ts} +31 -2
  70. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +491 -0
  71. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +6 -3
  72. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +0 -20
  73. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +2 -0
  74. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +7 -10
  75. package/internal-do-not-import-from-here/ux/velcron/editor/components/ComponentStyles.css.d.ts +3 -0
  76. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +67 -0
  77. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +54 -15
  78. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +54 -15
  79. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +54 -15
  80. package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +3 -1
  81. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -1
  82. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -9
  84. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +21 -0
  85. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +12 -16
  86. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +3 -5
  87. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +2 -4
  88. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +2 -4
  89. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +188 -0
  90. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +54 -15
  91. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +55 -24
  92. package/internal-do-not-import-from-here/wctypings.d.ts +25 -1
  93. package/package.json +2 -2
  94. package/internal-do-not-import-from-here/ux/journey/JourneyTokenRouter.d.ts +0 -0
  95. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +0 -3
  96. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +0 -43
  97. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +0 -6
  98. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionUserInfo.d.ts +0 -21
@@ -7,6 +7,16 @@ declare const _default: {
7
7
  getApi: {
8
8
  type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
9
9
  };
10
+ toned: {
11
+ type: import("vue").PropType<boolean>;
12
+ } & {
13
+ type: import("vue").PropType<boolean>;
14
+ };
15
+ filled: {
16
+ type: import("vue").PropType<boolean>;
17
+ } & {
18
+ type: import("vue").PropType<boolean>;
19
+ };
10
20
  colorSchemaType?: any;
11
21
  container?: any;
12
22
  colors?: any;
@@ -21,6 +31,16 @@ declare const _default: {
21
31
  getApi: {
22
32
  type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
23
33
  };
34
+ toned: {
35
+ type: import("vue").PropType<boolean>;
36
+ } & {
37
+ type: import("vue").PropType<boolean>;
38
+ };
39
+ filled: {
40
+ type: import("vue").PropType<boolean>;
41
+ } & {
42
+ type: import("vue").PropType<boolean>;
43
+ };
24
44
  colorSchemaType?: any;
25
45
  container?: any;
26
46
  colors?: any;
@@ -46,6 +66,16 @@ declare const _default: {
46
66
  getApi: {
47
67
  type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
48
68
  };
69
+ toned: {
70
+ type: import("vue").PropType<boolean>;
71
+ } & {
72
+ type: import("vue").PropType<boolean>;
73
+ };
74
+ filled: {
75
+ type: import("vue").PropType<boolean>;
76
+ } & {
77
+ type: import("vue").PropType<boolean>;
78
+ };
49
79
  colorSchemaType?: any;
50
80
  container?: any;
51
81
  colors?: any;
@@ -68,6 +98,16 @@ declare const _default: {
68
98
  getApi: {
69
99
  type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
70
100
  };
101
+ toned: {
102
+ type: import("vue").PropType<boolean>;
103
+ } & {
104
+ type: import("vue").PropType<boolean>;
105
+ };
106
+ filled: {
107
+ type: import("vue").PropType<boolean>;
108
+ } & {
109
+ type: import("vue").PropType<boolean>;
110
+ };
71
111
  colorSchemaType?: any;
72
112
  container?: any;
73
113
  colors?: any;
@@ -86,6 +126,8 @@ declare const _default: {
86
126
  colors?: any;
87
127
  } & {
88
128
  class?: String | String[];
129
+ filled?: boolean;
130
+ toned?: boolean;
89
131
  getApi?: (store: ReturnType<typeof useSizeContainerStore>) => void;
90
132
  "get-api"?: (store: ReturnType<typeof useSizeContainerStore>) => void;
91
133
  }>, never>;
@@ -5,13 +5,9 @@ export interface ThumbnailMetadata {
5
5
  }
6
6
  declare const _default: (props: {
7
7
  "v-model:activeIndex"?: number;
8
- } & {
9
8
  "onUpdate:activeIndex"?: (value: number) => void;
10
- } & {
11
9
  activeIndex?: number;
12
- } & {
13
10
  media: MediaPickerMedia[];
14
- } & {
15
11
  galleryPanelStore: {
16
12
  state: {};
17
13
  events: {} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -100,7 +96,7 @@ declare const _default: (props: {
100
96
  } & Omit<{}, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "galleryPanelStore"> & {
101
97
  "v-slots"?: {
102
98
  default?: import("vue").Slot;
103
- };
99
+ } & {};
104
100
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "galleryPanelStore">) => {
105
101
  $: import("vue").ComponentInternalInstance;
106
102
  $data: {};
@@ -141,13 +137,9 @@ declare const _default: (props: {
141
137
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
142
138
  propsDefinition: {
143
139
  "v-model:activeIndex"?: number;
144
- } & {
145
140
  "onUpdate:activeIndex"?: (value: number) => void;
146
- } & {
147
141
  activeIndex?: number;
148
- } & {
149
142
  media: MediaPickerMedia[];
150
- } & {
151
143
  galleryPanelStore: {
152
144
  state: {};
153
145
  events: {} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -236,7 +228,7 @@ declare const _default: (props: {
236
228
  } & {
237
229
  "v-slots"?: {
238
230
  default?: import("vue").Slot;
239
- };
231
+ } & {};
240
232
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "galleryPanelStore">;
241
233
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
242
234
  [key: string]: any;
@@ -1,21 +1,17 @@
1
1
  import { MediaPickerMedia } from "@omnia/fx-models";
2
2
  declare const _default: (props: {
3
3
  "v-model:activeIndex"?: number;
4
- } & {
5
4
  "onUpdate:activeIndex"?: (value: number) => void;
6
- } & {
7
5
  activeIndex?: number;
8
- } & {
9
6
  media?: MediaPickerMedia[];
10
- } & {
11
7
  showThumbnail?: boolean;
12
8
  } & Omit<{
13
9
  onClose?: () => any;
14
10
  }, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "showThumbnail"> & {
15
11
  "v-slots"?: {
16
12
  default?: import("vue").Slot;
17
- };
18
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "showThumbnail">) => {
13
+ } & {};
14
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "showThumbnail" | "emit:close">) => {
19
15
  $: import("vue").ComponentInternalInstance;
20
16
  $data: {};
21
17
  $props: {};
@@ -55,18 +51,14 @@ declare const _default: (props: {
55
51
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
56
52
  propsDefinition: {
57
53
  "v-model:activeIndex"?: number;
58
- } & {
59
54
  "onUpdate:activeIndex"?: (value: number) => void;
60
- } & {
61
55
  activeIndex?: number;
62
- } & {
63
56
  media?: MediaPickerMedia[];
64
- } & {
65
57
  showThumbnail?: boolean;
66
58
  } & {
67
59
  "v-slots"?: {
68
60
  default?: import("vue").Slot;
69
- };
61
+ } & {};
70
62
  } & {
71
63
  onClose?: () => any;
72
64
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "showThumbnail">;
@@ -1,25 +1,19 @@
1
1
  import { MediaPickerMedia } from "@omnia/fx-models";
2
2
  declare const _default: (props: {
3
3
  "v-model:media"?: MediaPickerMedia[];
4
- } & {
5
4
  "onUpdate:media"?: (value: MediaPickerMedia[]) => void;
6
- } & {
7
5
  media?: MediaPickerMedia[];
8
- } & {
9
6
  mediaClass?: string;
10
- } & {
11
7
  roundBorder?: boolean;
12
- } & {
13
8
  mediaJson?: string;
14
- } & {
15
9
  displayNumber?: number;
16
10
  } & Omit<{
17
11
  onClickMedia?: (index: number) => any;
18
12
  }, "media" | "v-model:media" | "onUpdate:media" | "mediaClass" | "roundBorder" | "mediaJson" | "displayNumber"> & {
19
13
  "v-slots"?: {
20
14
  default?: import("vue").Slot;
21
- };
22
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "v-model:media" | "onUpdate:media" | "mediaClass" | "roundBorder" | "mediaJson" | "displayNumber">) => {
15
+ } & {};
16
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "v-model:media" | "onUpdate:media" | "mediaClass" | "roundBorder" | "mediaJson" | "displayNumber" | "emit:clickMedia">) => {
23
17
  $: import("vue").ComponentInternalInstance;
24
18
  $data: {};
25
19
  $props: {};
@@ -59,22 +53,16 @@ declare const _default: (props: {
59
53
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
60
54
  propsDefinition: {
61
55
  "v-model:media"?: MediaPickerMedia[];
62
- } & {
63
56
  "onUpdate:media"?: (value: MediaPickerMedia[]) => void;
64
- } & {
65
57
  media?: MediaPickerMedia[];
66
- } & {
67
58
  mediaClass?: string;
68
- } & {
69
59
  roundBorder?: boolean;
70
- } & {
71
60
  mediaJson?: string;
72
- } & {
73
61
  displayNumber?: number;
74
62
  } & {
75
63
  "v-slots"?: {
76
64
  default?: import("vue").Slot;
77
- };
65
+ } & {};
78
66
  } & {
79
67
  onClickMedia?: (index: number) => any;
80
68
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "v-model:media" | "onUpdate:media" | "mediaClass" | "roundBorder" | "mediaJson" | "displayNumber">;
@@ -1,7 +1,7 @@
1
- declare const _default: (props: Omit<{}, never> & {
1
+ declare const _default: (props: {} & Omit<{}, never> & {
2
2
  "v-slots"?: {
3
3
  default?: import("vue").Slot;
4
- };
4
+ } & {};
5
5
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>) => {
6
6
  $: import("vue").ComponentInternalInstance;
7
7
  $data: {};
@@ -40,10 +40,10 @@ declare const _default: (props: Omit<{}, never> & {
40
40
  $nextTick: typeof import("vue").nextTick;
41
41
  $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;
42
42
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
43
- propsDefinition: {
43
+ propsDefinition: {} & {
44
44
  "v-slots"?: {
45
45
  default?: import("vue").Slot;
46
- };
46
+ } & {};
47
47
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
48
48
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
49
  [key: string]: any;
@@ -1,10 +1,11 @@
1
- import { DefineEmit } from "@omnia/fx/ux";
2
1
  import { FlexDirection } from "@omnia/fx-models";
3
- declare const _default: (props: DefineEmit<"onClick", () => void> & Omit<{}, "onClick"> & {
2
+ declare const _default: (props: {} & Omit<{
3
+ onOnClick?: () => any;
4
+ }, never> & {
4
5
  "v-slots"?: {
5
6
  default?: import("vue").Slot;
6
- };
7
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "onClick">) => {
7
+ } & {};
8
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:onClick">) => {
8
9
  $: import("vue").ComponentInternalInstance;
9
10
  $data: {};
10
11
  $props: {};
@@ -42,11 +43,13 @@ declare const _default: (props: DefineEmit<"onClick", () => void> & Omit<{}, "on
42
43
  $nextTick: typeof import("vue").nextTick;
43
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;
44
45
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
45
- propsDefinition: DefineEmit<"onClick", () => void> & {
46
+ propsDefinition: {} & {
46
47
  "v-slots"?: {
47
48
  default?: import("vue").Slot;
48
- };
49
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "onClick">;
49
+ } & {};
50
+ } & {
51
+ onOnClick?: () => any;
52
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
50
53
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
54
  [key: string]: any;
52
55
  }>;
@@ -3,7 +3,7 @@ declare const _default: (props: {
3
3
  } & Omit<{}, "height"> & {
4
4
  "v-slots"?: {
5
5
  default?: import("vue").Slot;
6
- };
6
+ } & {};
7
7
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height">) => {
8
8
  $: import("vue").ComponentInternalInstance;
9
9
  $data: {};
@@ -47,7 +47,7 @@ declare const _default: (props: {
47
47
  } & {
48
48
  "v-slots"?: {
49
49
  default?: import("vue").Slot;
50
- };
50
+ } & {};
51
51
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height">;
52
52
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
53
  [key: string]: any;
@@ -4,7 +4,7 @@ declare const _default: (props: {
4
4
  } & Omit<{}, "media"> & {
5
5
  "v-slots"?: {
6
6
  default?: import("vue").Slot;
7
- };
7
+ } & {};
8
8
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media">) => {
9
9
  $: import("vue").ComponentInternalInstance;
10
10
  $data: {};
@@ -48,7 +48,7 @@ declare const _default: (props: {
48
48
  } & {
49
49
  "v-slots"?: {
50
50
  default?: import("vue").Slot;
51
- };
51
+ } & {};
52
52
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media">;
53
53
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
54
  [key: string]: any;
@@ -2,12 +2,11 @@ import { PhotoWallMediaWithId } from "@omnia/fx-models";
2
2
  import "./RowPhotos.css";
3
3
  declare const _default: (props: {
4
4
  photos?: PhotoWallMediaWithId[];
5
- } & {
6
5
  height?: string;
7
6
  } & Omit<{}, "height" | "photos"> & {
8
7
  "v-slots"?: {
9
8
  default?: import("vue").Slot;
10
- };
9
+ } & {};
11
10
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "photos">) => {
12
11
  $: import("vue").ComponentInternalInstance;
13
12
  $data: {};
@@ -48,12 +47,11 @@ declare const _default: (props: {
48
47
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
49
48
  propsDefinition: {
50
49
  photos?: PhotoWallMediaWithId[];
51
- } & {
52
50
  height?: string;
53
51
  } & {
54
52
  "v-slots"?: {
55
53
  default?: import("vue").Slot;
56
- };
54
+ } & {};
57
55
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "photos">;
58
56
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
57
  [key: string]: any;
@@ -1,16 +1,13 @@
1
1
  import { MediaPickerMedia } from "@omnia/fx-models";
2
2
  declare const _default: (props: {
3
3
  media?: MediaPickerMedia[];
4
- } & {
5
4
  mediaData?: string;
6
- } & {
7
5
  imageStyle?: string;
8
- } & {
9
6
  disableDialog?: boolean;
10
7
  } & Omit<{}, "media" | "imageStyle" | "disableDialog" | "mediaData"> & {
11
8
  "v-slots"?: {
12
9
  default?: import("vue").Slot;
13
- };
10
+ } & {};
14
11
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "imageStyle" | "disableDialog" | "mediaData">) => {
15
12
  $: import("vue").ComponentInternalInstance;
16
13
  $data: {};
@@ -51,16 +48,13 @@ declare const _default: (props: {
51
48
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
52
49
  propsDefinition: {
53
50
  media?: MediaPickerMedia[];
54
- } & {
55
51
  mediaData?: string;
56
- } & {
57
52
  imageStyle?: string;
58
- } & {
59
53
  disableDialog?: boolean;
60
54
  } & {
61
55
  "v-slots"?: {
62
56
  default?: import("vue").Slot;
63
- };
57
+ } & {};
64
58
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "imageStyle" | "disableDialog" | "mediaData">;
65
59
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
66
60
  [key: string]: any;
@@ -1,24 +1,17 @@
1
1
  import { MediaPickerVideo } from "../../models";
2
2
  declare const _default: (props: {
3
3
  videodata?: string;
4
- } & {
5
4
  videoStyle?: string | object | object[];
6
- } & {
7
5
  "v-model:video"?: MediaPickerVideo;
8
- } & {
9
6
  "onUpdate:video"?: (value: MediaPickerVideo) => void;
10
- } & {
11
7
  video?: MediaPickerVideo;
12
- } & {
13
8
  containerClass?: string;
14
- } & {
15
9
  thumbnailOnly?: boolean;
16
- } & {
17
10
  showCaption?: boolean;
18
11
  } & Omit<{}, "video" | "videoStyle" | "videodata" | "showCaption" | "containerClass" | "v-model:video" | "onUpdate:video" | "thumbnailOnly"> & {
19
12
  "v-slots"?: {
20
13
  default?: import("vue").Slot;
21
- };
14
+ } & {};
22
15
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "video" | "videoStyle" | "videodata" | "showCaption" | "containerClass" | "v-model:video" | "onUpdate:video" | "thumbnailOnly">) => {
23
16
  $: import("vue").ComponentInternalInstance;
24
17
  $data: {};
@@ -59,24 +52,17 @@ declare const _default: (props: {
59
52
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
60
53
  propsDefinition: {
61
54
  videodata?: string;
62
- } & {
63
55
  videoStyle?: string | object | object[];
64
- } & {
65
56
  "v-model:video"?: MediaPickerVideo;
66
- } & {
67
57
  "onUpdate:video"?: (value: MediaPickerVideo) => void;
68
- } & {
69
58
  video?: MediaPickerVideo;
70
- } & {
71
59
  containerClass?: string;
72
- } & {
73
60
  thumbnailOnly?: boolean;
74
- } & {
75
61
  showCaption?: boolean;
76
62
  } & {
77
63
  "v-slots"?: {
78
64
  default?: import("vue").Slot;
79
- };
65
+ } & {};
80
66
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "video" | "videoStyle" | "videodata" | "showCaption" | "containerClass" | "v-model:video" | "onUpdate:video" | "thumbnailOnly">;
81
67
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
82
68
  [key: string]: any;
@@ -1,31 +1,18 @@
1
1
  import { MultiTextInputItem, ValidationRule } from "../models";
2
2
  declare const _default: <T1 extends unknown, T2 extends unknown>(props: {
3
3
  "v-model"?: MultiTextInputItem<T1>;
4
- } & {
5
4
  "onUpdate:modelValue"?: (value: MultiTextInputItem<T1>) => void;
6
- } & {
7
5
  modelValue?: MultiTextInputItem<T1>;
8
- } & {
9
6
  mode?: "textarea" | "textfield";
10
- } & {
11
7
  label?: string;
12
- } & {
13
8
  disabled?: boolean;
14
- } & {
15
9
  items?: MultiTextInputItem<T2>[];
16
- } & {
17
10
  itemValue?: string;
18
- } & {
19
11
  defaultValueItem?: MultiTextInputItem<T2>;
20
- } & {
21
12
  autofocus?: boolean;
22
- } & {
23
13
  hideEditGrid?: boolean;
24
- } & {
25
14
  rules?: ValidationRule[];
26
- } & {
27
15
  selectionVisible?: boolean;
28
- } & {
29
16
  isAppendIcon?: boolean;
30
17
  } & Omit<{
31
18
  "onUpdate:modelValue"?: (value: MultiTextInputItem<T1>) => any;
@@ -33,8 +20,8 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: {
33
20
  }, "mode" | "label" | "disabled" | "items" | "v-model" | "onUpdate:modelValue" | "modelValue" | "autofocus" | "rules" | "itemValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon"> & {
34
21
  "v-slots"?: {
35
22
  default?: import("vue").Slot;
36
- };
37
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "label" | "disabled" | "items" | "v-model" | "onUpdate:modelValue" | "modelValue" | "autofocus" | "rules" | "itemValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon">) => {
23
+ } & {};
24
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "label" | "disabled" | "items" | "v-model" | "onUpdate:modelValue" | "modelValue" | "autofocus" | "rules" | "itemValue" | "emit:update:modelValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon" | "emit:selectItem">) => {
38
25
  $: import("vue").ComponentInternalInstance;
39
26
  $data: {};
40
27
  $props: {};
@@ -74,36 +61,23 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: {
74
61
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
75
62
  propsDefinition: {
76
63
  "v-model"?: MultiTextInputItem<T1>;
77
- } & {
78
64
  "onUpdate:modelValue"?: (value: MultiTextInputItem<T1>) => void;
79
- } & {
80
65
  modelValue?: MultiTextInputItem<T1>;
81
- } & {
82
66
  mode?: "textarea" | "textfield";
83
- } & {
84
67
  label?: string;
85
- } & {
86
68
  disabled?: boolean;
87
- } & {
88
69
  items?: MultiTextInputItem<T2>[];
89
- } & {
90
70
  itemValue?: string;
91
- } & {
92
71
  defaultValueItem?: MultiTextInputItem<T2>;
93
- } & {
94
72
  autofocus?: boolean;
95
- } & {
96
73
  hideEditGrid?: boolean;
97
- } & {
98
74
  rules?: ValidationRule[];
99
- } & {
100
75
  selectionVisible?: boolean;
101
- } & {
102
76
  isAppendIcon?: boolean;
103
77
  } & {
104
78
  "v-slots"?: {
105
79
  default?: import("vue").Slot;
106
- };
80
+ } & {};
107
81
  } & {
108
82
  "onUpdate:modelValue"?: (value: MultiTextInputItem<T1>) => any;
109
83
  onSelectItem?: (item: MultiTextInputItem<T2>, index: number) => any;
@@ -1,17 +1,15 @@
1
1
  import { OrgTree, OrgTreeComponentSettings } from "../../models";
2
2
  declare const _default: (props: {
3
3
  "v-model"?: OrgTreeComponentSettings;
4
- } & {
5
4
  "onUpdate:modelValue"?: (value: OrgTreeComponentSettings) => void;
6
- } & {
7
5
  modelValue?: OrgTreeComponentSettings;
8
6
  } & Omit<{
9
7
  onNewUserSelected?: (tree: OrgTree) => any;
10
8
  }, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
11
9
  "v-slots"?: {
12
10
  default?: import("vue").Slot;
13
- };
14
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
11
+ } & {};
12
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "emit:newUserSelected">) => {
15
13
  $: import("vue").ComponentInternalInstance;
16
14
  $data: {};
17
15
  $props: {};
@@ -51,14 +49,12 @@ declare const _default: (props: {
51
49
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
52
50
  propsDefinition: {
53
51
  "v-model"?: OrgTreeComponentSettings;
54
- } & {
55
52
  "onUpdate:modelValue"?: (value: OrgTreeComponentSettings) => void;
56
- } & {
57
53
  modelValue?: OrgTreeComponentSettings;
58
54
  } & {
59
55
  "v-slots"?: {
60
56
  default?: import("vue").Slot;
61
- };
57
+ } & {};
62
58
  } & {
63
59
  onNewUserSelected?: (tree: OrgTree) => any;
64
60
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
@@ -1,15 +1,14 @@
1
1
  import { OrgTreeUser } from "../../../models";
2
2
  declare const _default: (props: {
3
3
  users?: OrgTreeUser[];
4
- } & {
5
4
  manager?: OrgTreeUser;
6
5
  } & Omit<{
7
6
  onUserClick?: (user: OrgTreeUser) => any;
8
7
  }, "users" | "manager"> & {
9
8
  "v-slots"?: {
10
9
  default?: import("vue").Slot;
11
- };
12
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "users" | "manager">) => {
10
+ } & {};
11
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:userClick" | "users" | "manager">) => {
13
12
  $: import("vue").ComponentInternalInstance;
14
13
  $data: {};
15
14
  $props: {};
@@ -49,12 +48,11 @@ declare const _default: (props: {
49
48
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
50
49
  propsDefinition: {
51
50
  users?: OrgTreeUser[];
52
- } & {
53
51
  manager?: OrgTreeUser;
54
52
  } & {
55
53
  "v-slots"?: {
56
54
  default?: import("vue").Slot;
57
- };
55
+ } & {};
58
56
  } & {
59
57
  onUserClick?: (user: OrgTreeUser) => any;
60
58
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "users" | "manager">;