@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
@@ -2,26 +2,18 @@ import { TextBlueprint, TypographyValue } from "@omnia/fx-models";
2
2
  export type TypographyPickerTypes = "default" | "title" | "text";
3
3
  declare const _default: (props: {
4
4
  "v-model"?: TypographyValue;
5
- } & {
6
5
  "onUpdate:modelValue"?: (value: TypographyValue) => void;
7
- } & {
8
6
  modelValue?: TypographyValue;
9
- } & {
10
7
  customTyping?: boolean;
11
- } & {
12
8
  type?: TypographyPickerTypes;
13
- } & {
14
9
  textBlueprint?: TextBlueprint;
15
- } & {
16
10
  toned?: boolean;
17
- } & {
18
11
  label?: string;
19
- } & {
20
12
  sampleText?: string;
21
13
  } & Omit<{}, "type" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText"> & {
22
14
  "v-slots"?: {
23
15
  default?: import("vue").Slot;
24
- };
16
+ } & {};
25
17
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">) => {
26
18
  $: import("vue").ComponentInternalInstance;
27
19
  $data: {};
@@ -62,26 +54,18 @@ declare const _default: (props: {
62
54
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
63
55
  propsDefinition: {
64
56
  "v-model"?: TypographyValue;
65
- } & {
66
57
  "onUpdate:modelValue"?: (value: TypographyValue) => void;
67
- } & {
68
58
  modelValue?: TypographyValue;
69
- } & {
70
59
  customTyping?: boolean;
71
- } & {
72
60
  type?: TypographyPickerTypes;
73
- } & {
74
61
  textBlueprint?: TextBlueprint;
75
- } & {
76
62
  toned?: boolean;
77
- } & {
78
63
  label?: string;
79
- } & {
80
64
  sampleText?: string;
81
65
  } & {
82
66
  "v-slots"?: {
83
67
  default?: import("vue").Slot;
84
- };
68
+ } & {};
85
69
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">;
86
70
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
87
71
  [key: string]: any;
@@ -23,7 +23,7 @@ export declare const useVelcronDefinitionStore: () => {
23
23
  subscribe(fn: (result: void, registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
24
24
  };
25
25
  load: {
26
- subscribe(fn: (result: VelcronDefinitionRegistration<object>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
26
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
27
27
  };
28
28
  };
29
29
  onFailure: {
@@ -36,7 +36,7 @@ export declare const useVelcronDefinitionStore: () => {
36
36
  };
37
37
  } & {
38
38
  addDefinition(registration: VelcronDefinitionRegistration): void;
39
- load(): Promise<VelcronDefinitionRegistration<object>[]>;
39
+ load(): Promise<void>;
40
40
  };
41
41
  events: {
42
42
  onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRegistration<object>[]>;
@@ -42,6 +42,7 @@ export declare function useThemeStyling(): {
42
42
  colorStyling: (color: string, opacity?: number) => import("@omnia/fx-models").ColorStyles;
43
43
  hoverStyling: typeof import("./styles").getHoverStyling;
44
44
  scrollStyling: typeof import("./styles").getScrollStyling;
45
+ borderDividerStyling: typeof import("./styles").getBorderDividerStyling;
45
46
  };
46
47
  typography: {
47
48
  valueStyling: (value: import("@omnia/fx-models").TypographyValue, blueprint: import("@omnia/fx-models").TypographyBlueprint) => string;
@@ -1,9 +1,12 @@
1
1
  import { useColorSchemaStore } from "@omnia/fx/ux";
2
+ import { OBorderCombination } from "@omnia/fx-models";
2
3
  export declare const GeneralStyles: {
3
4
  getSelectedTableRowStyling: typeof getSelectedTableRowStyling;
4
5
  getScrollStyling: typeof getScrollStyling;
5
6
  getHoverStyling: typeof getHoverStyling;
7
+ getBorderDividerStyling: typeof getBorderDividerStyling;
6
8
  };
9
+ export declare function getBorderDividerStyling(border: OBorderCombination, dark: boolean): string;
7
10
  export declare function getSelectedTableRowStyling(dark: boolean): string;
8
11
  export declare function getHoverStyling(dark: boolean, settings?: {
9
12
  scale?: number;
@@ -1,7 +1,9 @@
1
- declare const _default: (props: Record<string, any> & Omit<{}, string> & {
1
+ declare const _default: (props: {
2
+ [x: string]: any;
3
+ } & Omit<{}, string | number> & {
2
4
  "v-slots"?: {
3
5
  default?: import("vue").Slot;
4
- };
6
+ } & {};
5
7
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
6
8
  $: import("vue").ComponentInternalInstance;
7
9
  $data: {};
@@ -40,11 +42,13 @@ declare const _default: (props: Record<string, any> & Omit<{}, string> & {
40
42
  $nextTick: typeof import("vue").nextTick;
41
43
  $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
44
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
43
- propsDefinition: Record<string, any> & {
45
+ propsDefinition: {
46
+ [x: string]: any;
47
+ } & {
44
48
  "v-slots"?: {
45
49
  default?: import("vue").Slot;
46
- };
47
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>;
50
+ } & {};
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
48
52
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
53
  [key: string]: any;
50
54
  }>;
@@ -1,13 +1,11 @@
1
1
  declare const _default: (props: {
2
2
  "v-model"?: string;
3
- } & {
4
3
  "onUpdate:modelValue"?: (value: string) => void;
5
- } & {
6
4
  modelValue?: string;
7
5
  } & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
8
6
  "v-slots"?: {
9
7
  default?: import("vue").Slot;
10
- };
8
+ } & {};
11
9
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
12
10
  $: import("vue").ComponentInternalInstance;
13
11
  $data: {};
@@ -48,14 +46,12 @@ declare const _default: (props: {
48
46
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
49
47
  propsDefinition: {
50
48
  "v-model"?: string;
51
- } & {
52
49
  "onUpdate:modelValue"?: (value: string) => void;
53
- } & {
54
50
  modelValue?: string;
55
51
  } & {
56
52
  "v-slots"?: {
57
53
  default?: import("vue").Slot;
58
- };
54
+ } & {};
59
55
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
60
56
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
61
57
  [key: string]: any;
@@ -1,7 +1,9 @@
1
- declare const _default: (props: Record<string, any> & Omit<{}, string> & {
1
+ declare const _default: (props: {
2
+ [x: string]: any;
3
+ } & Omit<{}, string | number> & {
2
4
  "v-slots"?: {
3
5
  default?: import("vue").Slot;
4
- };
6
+ } & {};
5
7
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
6
8
  $: import("vue").ComponentInternalInstance;
7
9
  $data: {};
@@ -40,11 +42,13 @@ declare const _default: (props: Record<string, any> & Omit<{}, string> & {
40
42
  $nextTick: typeof import("vue").nextTick;
41
43
  $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
44
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
43
- propsDefinition: Record<string, any> & {
45
+ propsDefinition: {
46
+ [x: string]: any;
47
+ } & {
44
48
  "v-slots"?: {
45
49
  default?: import("vue").Slot;
46
- };
47
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>;
50
+ } & {};
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
48
52
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
53
  [key: string]: any;
50
54
  }>;
@@ -1,14 +1,12 @@
1
1
  import { EnterpriseGlossaryInstance } from "../../models";
2
2
  declare const _default: (props: {
3
3
  "v-model"?: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>;
4
- } & {
5
4
  "onUpdate:modelValue"?: (value: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>) => void;
6
- } & {
7
5
  modelValue?: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>;
8
6
  } & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
9
7
  "v-slots"?: {
10
8
  default?: import("vue").Slot;
11
- };
9
+ } & {};
12
10
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
13
11
  $: import("vue").ComponentInternalInstance;
14
12
  $data: {};
@@ -49,14 +47,12 @@ declare const _default: (props: {
49
47
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
50
48
  propsDefinition: {
51
49
  "v-model"?: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>;
52
- } & {
53
50
  "onUpdate:modelValue"?: (value: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>) => void;
54
- } & {
55
51
  modelValue?: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>;
56
52
  } & {
57
53
  "v-slots"?: {
58
54
  default?: import("vue").Slot;
59
- };
55
+ } & {};
60
56
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
61
57
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
62
58
  [key: string]: any;
@@ -11,15 +11,10 @@ export interface Menu {
11
11
  }
12
12
  declare const _default: (props: {
13
13
  getTermTitle?: () => string;
14
- } & {
15
14
  getTerm?: () => Term;
16
- } & {
17
15
  getTermUISettings?: () => TermUISettings;
18
- } & {
19
16
  enterpriseGlossaryTermHandlerFunc?: () => void;
20
- } & {
21
17
  additionalClickHandler?: EnterpriseGlossaryTermAdditonalClickHander;
22
- } & {
23
18
  availableToRenderTooltip?: (items: {
24
19
  termId: GuidValue;
25
20
  onClick: (term: Term) => any;
@@ -30,22 +25,20 @@ declare const _default: (props: {
30
25
  icon: IIcon;
31
26
  };
32
27
  }[];
33
- } & {
34
28
  appendItems?: {
35
29
  termId: GuidValue;
36
30
  onClick: (term: Term) => void;
37
31
  title: string;
38
32
  icon?: IIcon;
39
33
  }[];
40
- } & {
41
34
  additionalMenus?: Menu[];
42
35
  } & Omit<{
43
36
  "onClick:closeIcon"?: () => any;
44
37
  }, "getTermTitle" | "getTerm" | "getTermUISettings" | "enterpriseGlossaryTermHandlerFunc" | "additionalClickHandler" | "availableToRenderTooltip" | "appendItems" | "additionalMenus"> & {
45
38
  "v-slots"?: {
46
39
  default?: import("vue").Slot;
47
- };
48
- } & Omit<import("../..").VueComponentBaseProps, "getTermTitle" | "getTerm" | "getTermUISettings" | "enterpriseGlossaryTermHandlerFunc" | "additionalClickHandler" | "availableToRenderTooltip" | "appendItems" | "additionalMenus">) => {
40
+ } & {};
41
+ } & Omit<import("../..").VueComponentBaseProps, "emit:click:closeIcon" | "getTermTitle" | "getTerm" | "getTermUISettings" | "enterpriseGlossaryTermHandlerFunc" | "additionalClickHandler" | "availableToRenderTooltip" | "appendItems" | "additionalMenus">) => {
49
42
  $: import("vue").ComponentInternalInstance;
50
43
  $data: {};
51
44
  $props: {};
@@ -85,15 +78,10 @@ declare const _default: (props: {
85
78
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
86
79
  propsDefinition: {
87
80
  getTermTitle?: () => string;
88
- } & {
89
81
  getTerm?: () => Term;
90
- } & {
91
82
  getTermUISettings?: () => TermUISettings;
92
- } & {
93
83
  enterpriseGlossaryTermHandlerFunc?: () => void;
94
- } & {
95
84
  additionalClickHandler?: EnterpriseGlossaryTermAdditonalClickHander;
96
- } & {
97
85
  availableToRenderTooltip?: (items: {
98
86
  termId: GuidValue;
99
87
  onClick: (term: Term) => any;
@@ -104,19 +92,17 @@ declare const _default: (props: {
104
92
  icon: IIcon;
105
93
  };
106
94
  }[];
107
- } & {
108
95
  appendItems?: {
109
96
  termId: GuidValue;
110
97
  onClick: (term: Term) => void;
111
98
  title: string;
112
99
  icon?: IIcon;
113
100
  }[];
114
- } & {
115
101
  additionalMenus?: Menu[];
116
102
  } & {
117
103
  "v-slots"?: {
118
104
  default?: import("vue").Slot;
119
- };
105
+ } & {};
120
106
  } & {
121
107
  "onClick:closeIcon"?: () => any;
122
108
  } & Omit<import("../..").VueComponentBaseProps, "getTermTitle" | "getTerm" | "getTermUISettings" | "enterpriseGlossaryTermHandlerFunc" | "additionalClickHandler" | "availableToRenderTooltip" | "appendItems" | "additionalMenus">;
@@ -1,31 +1,22 @@
1
1
  import { GuidValue, EnterprisePropertySet } from "../../../models";
2
2
  declare const _default: (props: {
3
3
  preSelectedPropertySetId?: GuidValue | GuidValue[];
4
- } & {
5
4
  propertySetItems?: EnterprisePropertySet[];
6
- } & {
7
5
  label?: string;
8
- } & {
9
6
  hint?: string;
10
- } & {
11
7
  persistentHint?: boolean;
12
- } & {
13
8
  disabled?: boolean;
14
- } & {
15
9
  filled?: boolean;
16
- } & {
17
10
  hideDetails?: boolean;
18
- } & {
19
11
  requiredWithValidator?: boolean;
20
- } & {
21
12
  multiple?: boolean;
22
13
  } & Omit<{
23
14
  onChange?: (propertySetId: GuidValue | GuidValue[]) => any;
24
15
  }, "label" | "filled" | "multiple" | "disabled" | "hint" | "persistentHint" | "hideDetails" | "requiredWithValidator" | "preSelectedPropertySetId" | "propertySetItems"> & {
25
16
  "v-slots"?: {
26
17
  default?: import("vue").Slot;
27
- };
28
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "filled" | "multiple" | "disabled" | "hint" | "persistentHint" | "hideDetails" | "requiredWithValidator" | "preSelectedPropertySetId" | "propertySetItems">) => {
18
+ } & {};
19
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "filled" | "multiple" | "disabled" | "hint" | "persistentHint" | "hideDetails" | "requiredWithValidator" | "preSelectedPropertySetId" | "propertySetItems" | "emit:change">) => {
29
20
  $: import("vue").ComponentInternalInstance;
30
21
  $data: {};
31
22
  $props: {};
@@ -65,28 +56,19 @@ declare const _default: (props: {
65
56
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
66
57
  propsDefinition: {
67
58
  preSelectedPropertySetId?: GuidValue | GuidValue[];
68
- } & {
69
59
  propertySetItems?: EnterprisePropertySet[];
70
- } & {
71
60
  label?: string;
72
- } & {
73
61
  hint?: string;
74
- } & {
75
62
  persistentHint?: boolean;
76
- } & {
77
63
  disabled?: boolean;
78
- } & {
79
64
  filled?: boolean;
80
- } & {
81
65
  hideDetails?: boolean;
82
- } & {
83
66
  requiredWithValidator?: boolean;
84
- } & {
85
67
  multiple?: boolean;
86
68
  } & {
87
69
  "v-slots"?: {
88
70
  default?: import("vue").Slot;
89
- };
71
+ } & {};
90
72
  } & {
91
73
  onChange?: (propertySetId: GuidValue | GuidValue[]) => any;
92
74
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "filled" | "multiple" | "disabled" | "hint" | "persistentHint" | "hideDetails" | "requiredWithValidator" | "preSelectedPropertySetId" | "propertySetItems">;
@@ -12,7 +12,6 @@ export interface IFeatureActivationProps {
12
12
  }
13
13
  declare const _default: (props: {
14
14
  appInstanceId?: GuidValue;
15
- } & {
16
15
  targetResolverType?: string;
17
16
  } & Omit<{
18
17
  onHandleFeatureAction?: (action: string, featureId: GuidValue) => any;
@@ -20,8 +19,8 @@ declare const _default: (props: {
20
19
  }, "appInstanceId" | "targetResolverType"> & {
21
20
  "v-slots"?: {
22
21
  default?: import("vue").Slot;
23
- };
24
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType">) => {
22
+ } & {};
23
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType" | "emit:handleFeatureAction" | "emit:openConsentUrl">) => {
25
24
  $: import("vue").ComponentInternalInstance;
26
25
  $data: {};
27
26
  $props: {};
@@ -61,12 +60,11 @@ declare const _default: (props: {
61
60
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
62
61
  propsDefinition: {
63
62
  appInstanceId?: GuidValue;
64
- } & {
65
63
  targetResolverType?: string;
66
64
  } & {
67
65
  "v-slots"?: {
68
66
  default?: import("vue").Slot;
69
- };
67
+ } & {};
70
68
  } & {
71
69
  onHandleFeatureAction?: (action: string, featureId: GuidValue) => any;
72
70
  onOpenConsentUrl?: () => any;
@@ -1,12 +1,11 @@
1
1
  import { GuidValue } from "@omnia/fx-models";
2
2
  declare const _default: (props: {
3
3
  appInstanceId?: GuidValue;
4
- } & {
5
4
  targetResolverType?: string;
6
5
  } & Omit<{}, "appInstanceId" | "targetResolverType"> & {
7
6
  "v-slots"?: {
8
7
  default?: import("vue").Slot;
9
- };
8
+ } & {};
10
9
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType">) => {
11
10
  $: import("vue").ComponentInternalInstance;
12
11
  $data: {};
@@ -47,12 +46,11 @@ declare const _default: (props: {
47
46
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
48
47
  propsDefinition: {
49
48
  appInstanceId?: GuidValue;
50
- } & {
51
49
  targetResolverType?: string;
52
50
  } & {
53
51
  "v-slots"?: {
54
52
  default?: import("vue").Slot;
55
- };
53
+ } & {};
56
54
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType">;
57
55
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
56
  [key: string]: any;
@@ -1,7 +1,9 @@
1
- declare const _default: (props: Record<string, any> & Omit<{}, string> & {
1
+ declare const _default: (props: {
2
+ [x: string]: any;
3
+ } & Omit<{}, string | number> & {
2
4
  "v-slots"?: {
3
5
  default?: import("vue").Slot;
4
- };
6
+ } & {};
5
7
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
6
8
  $: import("vue").ComponentInternalInstance;
7
9
  $data: {};
@@ -40,11 +42,13 @@ declare const _default: (props: Record<string, any> & Omit<{}, string> & {
40
42
  $nextTick: typeof import("vue").nextTick;
41
43
  $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
44
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
43
- propsDefinition: Record<string, any> & {
45
+ propsDefinition: {
46
+ [x: string]: any;
47
+ } & {
44
48
  "v-slots"?: {
45
49
  default?: import("vue").Slot;
46
- };
47
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>;
50
+ } & {};
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
48
52
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
53
  [key: string]: any;
50
54
  }>;
@@ -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,15 +1,14 @@
1
1
  import { GuidValue } from "../../../models";
2
2
  declare const _default: (props: {
3
3
  appInstanceId?: GuidValue;
4
- } & {
5
4
  targetResolverType?: string;
6
5
  } & Omit<{
7
6
  onHandleFeatureAction?: (action: string, featureId: GuidValue) => any;
8
7
  }, "appInstanceId" | "targetResolverType"> & {
9
8
  "v-slots"?: {
10
9
  default?: import("vue").Slot;
11
- };
12
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType">) => {
10
+ } & {};
11
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType" | "emit:handleFeatureAction">) => {
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
  appInstanceId?: GuidValue;
52
- } & {
53
51
  targetResolverType?: string;
54
52
  } & {
55
53
  "v-slots"?: {
56
54
  default?: import("vue").Slot;
57
- };
55
+ } & {};
58
56
  } & {
59
57
  onHandleFeatureAction?: (action: string, featureId: GuidValue) => any;
60
58
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType">;
@@ -1,11 +1,11 @@
1
1
  import { GuidValue } from "@omnia/fx-models";
2
- declare const _default: (props: Omit<{
2
+ declare const _default: (props: {} & Omit<{
3
3
  onHandleFeatureAction?: (action: string, featureId: GuidValue) => any;
4
4
  }, never> & {
5
5
  "v-slots"?: {
6
6
  default?: import("vue").Slot;
7
- };
8
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>) => {
7
+ } & {};
8
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:handleFeatureAction">) => {
9
9
  $: import("vue").ComponentInternalInstance;
10
10
  $data: {};
11
11
  $props: {};
@@ -43,10 +43,10 @@ declare const _default: (props: Omit<{
43
43
  $nextTick: typeof import("vue").nextTick;
44
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
45
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
46
- propsDefinition: {
46
+ propsDefinition: {} & {
47
47
  "v-slots"?: {
48
48
  default?: import("vue").Slot;
49
- };
49
+ } & {};
50
50
  } & {
51
51
  onHandleFeatureAction?: (action: string, featureId: GuidValue) => any;
52
52
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
@@ -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;
@@ -14,7 +14,7 @@ declare const _default: (props: {
14
14
  } & Omit<{}, "id"> & {
15
15
  "v-slots"?: {
16
16
  default?: import("vue").Slot;
17
- };
17
+ } & {};
18
18
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "id">) => {
19
19
  $: import("vue").ComponentInternalInstance;
20
20
  $data: {};
@@ -58,7 +58,7 @@ declare const _default: (props: {
58
58
  } & {
59
59
  "v-slots"?: {
60
60
  default?: import("vue").Slot;
61
- };
61
+ } & {};
62
62
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "id">;
63
63
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
64
64
  [key: string]: any;
@@ -1,20 +1,18 @@
1
- import { DefineSlot } from "@omnia/fx/ux";
2
1
  import { VNodeChild } from "vue";
3
2
  declare const _default: (props: {
4
3
  "v-model"?: Object;
5
- } & {
6
4
  "onUpdate:modelValue"?: (value: Object) => void;
7
- } & {
8
5
  modelValue?: Object;
9
- } & {
10
6
  readOnly?: boolean;
11
7
  } & Omit<{
12
8
  "onClick:import"?: (data: any) => any;
13
9
  }, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly"> & {
14
10
  "v-slots"?: {
15
11
  default?: import("vue").Slot;
16
- } & DefineSlot<"activator", () => VNodeChild>;
17
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly">) => {
12
+ } & {
13
+ activator?: () => VNodeChild;
14
+ };
15
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly" | "emit:click:import" | "slot:activator">) => {
18
16
  $: import("vue").ComponentInternalInstance;
19
17
  $data: {};
20
18
  $props: {};
@@ -54,16 +52,15 @@ declare const _default: (props: {
54
52
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
55
53
  propsDefinition: {
56
54
  "v-model"?: Object;
57
- } & {
58
55
  "onUpdate:modelValue"?: (value: Object) => void;
59
- } & {
60
56
  modelValue?: Object;
61
- } & {
62
57
  readOnly?: boolean;
63
58
  } & {
64
59
  "v-slots"?: {
65
60
  default?: import("vue").Slot;
66
- } & DefineSlot<"activator", () => VNodeChild>;
61
+ } & {
62
+ activator?: () => VNodeChild;
63
+ };
67
64
  } & {
68
65
  "onClick:import"?: (data: any) => any;
69
66
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly">;