@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
@@ -1,34 +1,25 @@
1
1
  import { FillDefinition, ThemeContextType } from "@omnia/fx-models";
2
+ import { VNodeChild } from "vue";
2
3
  export type ColorPickerType = "default" | "all" | "onBase" | "base";
3
4
  declare const _default: (props: {
4
5
  "v-model"?: FillDefinition;
5
- } & {
6
6
  "onUpdate:modelValue"?: (value: FillDefinition) => void;
7
- } & {
8
7
  modelValue?: FillDefinition;
9
- } & {
10
8
  colorType?: ColorPickerType;
11
- } & {
12
9
  title?: string;
13
- } & {
14
10
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
15
- } & {
16
11
  toned?: boolean;
17
- } & {
18
12
  themeType?: ThemeContextType;
19
- } & {
20
13
  enableDynamicColor?: boolean;
21
- } & {
22
14
  createNewColorDynamic?: boolean;
23
- } & {
24
15
  label?: string;
25
- } & Omit<{
26
- onActivator?: () => any;
27
- }, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
16
+ } & Omit<{}, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
28
17
  "v-slots"?: {
29
18
  default?: import("vue").Slot;
19
+ } & {
20
+ activator?: () => VNodeChild;
30
21
  };
31
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
22
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "slot:activator" | "createNewColorDynamic">) => {
32
23
  $: import("vue").ComponentInternalInstance;
33
24
  $data: {};
34
25
  $props: {};
@@ -68,33 +59,23 @@ declare const _default: (props: {
68
59
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
69
60
  propsDefinition: {
70
61
  "v-model"?: FillDefinition;
71
- } & {
72
62
  "onUpdate:modelValue"?: (value: FillDefinition) => void;
73
- } & {
74
63
  modelValue?: FillDefinition;
75
- } & {
76
64
  colorType?: ColorPickerType;
77
- } & {
78
65
  title?: string;
79
- } & {
80
66
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
81
- } & {
82
67
  toned?: boolean;
83
- } & {
84
68
  themeType?: ThemeContextType;
85
- } & {
86
69
  enableDynamicColor?: boolean;
87
- } & {
88
70
  createNewColorDynamic?: boolean;
89
- } & {
90
71
  label?: string;
91
72
  } & {
92
73
  "v-slots"?: {
93
74
  default?: import("vue").Slot;
75
+ } & {
76
+ activator?: () => VNodeChild;
94
77
  };
95
- } & {
96
- onActivator?: () => any;
97
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
78
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
98
79
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
99
80
  [key: string]: any;
100
81
  }>;
@@ -1,25 +1,19 @@
1
1
  import { IconBlueprints, ThemeContextType } from "@omnia/fx-models";
2
2
  declare const _default: (props: {
3
3
  "v-model"?: IconBlueprints;
4
- } & {
5
4
  "onUpdate:modelValue"?: (value: IconBlueprints) => void;
6
- } & {
7
5
  modelValue?: IconBlueprints;
8
- } & {
9
6
  toned?: boolean;
10
- } & {
11
7
  label?: string;
12
- } & {
13
8
  selectable?: boolean;
14
- } & {
15
9
  themeType?: ThemeContextType;
16
10
  } & Omit<{
17
11
  "onClick:select"?: (size: "small" | "default" | "large" | "x-large" | "x-small") => any;
18
12
  }, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable"> & {
19
13
  "v-slots"?: {
20
14
  default?: import("vue").Slot;
21
- };
22
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable">) => {
15
+ } & {};
16
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable" | "emit:click:select">) => {
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"?: IconBlueprints;
62
- } & {
63
56
  "onUpdate:modelValue"?: (value: IconBlueprints) => void;
64
- } & {
65
57
  modelValue?: IconBlueprints;
66
- } & {
67
58
  toned?: boolean;
68
- } & {
69
59
  label?: string;
70
- } & {
71
60
  selectable?: boolean;
72
- } & {
73
61
  themeType?: ThemeContextType;
74
62
  } & {
75
63
  "v-slots"?: {
76
64
  default?: import("vue").Slot;
77
- };
65
+ } & {};
78
66
  } & {
79
67
  "onClick:select"?: (size: "small" | "default" | "large" | "x-large" | "x-small") => any;
80
68
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable">;
@@ -1,36 +1,27 @@
1
1
  import { IIcon, IconBlueprint, ThemeContextType } from "@omnia/fx-models";
2
- import { DefineSlot } from "@omnia/fx/ux";
3
2
  import { VNodeChild } from "vue";
4
3
  type EditorVariant = "default" | "dialog";
5
4
  declare const _default: (props: {
6
5
  "v-model"?: IconBlueprint;
7
- } & {
8
6
  "onUpdate:modelValue"?: (value: IconBlueprint) => void;
9
- } & {
10
7
  modelValue?: IconBlueprint;
11
- } & {
12
8
  icon?: IIcon;
13
- } & {
14
9
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
15
- } & {
16
10
  variant?: EditorVariant;
17
- } & {
18
11
  toned?: boolean;
19
- } & {
20
12
  themeType?: ThemeContextType;
21
- } & {
22
13
  simpleMode?: boolean;
23
- } & {
24
14
  enableDynamicColor?: boolean;
25
- } & {
26
15
  label?: string;
27
16
  } & Omit<{
28
17
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
29
18
  }, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode"> & {
30
19
  "v-slots"?: {
31
20
  default?: import("vue").Slot;
32
- } & DefineSlot<"activator", () => VNodeChild>;
33
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">) => {
21
+ } & {
22
+ activator?: () => VNodeChild;
23
+ };
24
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "slot:activator" | "emit:init:actionButtons" | "simpleMode">) => {
34
25
  $: import("vue").ComponentInternalInstance;
35
26
  $data: {};
36
27
  $props: {};
@@ -70,30 +61,22 @@ declare const _default: (props: {
70
61
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
71
62
  propsDefinition: {
72
63
  "v-model"?: IconBlueprint;
73
- } & {
74
64
  "onUpdate:modelValue"?: (value: IconBlueprint) => void;
75
- } & {
76
65
  modelValue?: IconBlueprint;
77
- } & {
78
66
  icon?: IIcon;
79
- } & {
80
67
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
81
- } & {
82
68
  variant?: EditorVariant;
83
- } & {
84
69
  toned?: boolean;
85
- } & {
86
70
  themeType?: ThemeContextType;
87
- } & {
88
71
  simpleMode?: boolean;
89
- } & {
90
72
  enableDynamicColor?: boolean;
91
- } & {
92
73
  label?: string;
93
74
  } & {
94
75
  "v-slots"?: {
95
76
  default?: import("vue").Slot;
96
- } & DefineSlot<"activator", () => VNodeChild>;
77
+ } & {
78
+ activator?: () => VNodeChild;
79
+ };
97
80
  } & {
98
81
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
99
82
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">;
@@ -1,29 +1,22 @@
1
1
  import { IIcon, IconBlueprint, ThemeContextType } from "@omnia/fx-models";
2
- import { DefineSlot } from "@omnia/fx/ux";
3
2
  import { VNodeChild } from "vue";
4
3
  declare const _default: (props: {
5
4
  "v-model"?: IconBlueprint;
6
- } & {
7
5
  "onUpdate:modelValue"?: (value: IconBlueprint) => void;
8
- } & {
9
6
  modelValue?: IconBlueprint;
10
- } & {
11
7
  icon?: IIcon;
12
- } & {
13
8
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
14
- } & {
15
9
  themeType?: ThemeContextType;
16
- } & {
17
10
  toned?: boolean;
18
- } & {
19
11
  enableDynamicColor?: boolean;
20
- } & {
21
12
  label?: string;
22
13
  } & Omit<{}, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
23
14
  "v-slots"?: {
24
15
  default?: import("vue").Slot;
25
- } & DefineSlot<"activator", () => VNodeChild>;
26
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
16
+ } & {
17
+ activator?: () => VNodeChild;
18
+ };
19
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "slot:activator">) => {
27
20
  $: import("vue").ComponentInternalInstance;
28
21
  $data: {};
29
22
  $props: {};
@@ -63,26 +56,20 @@ declare const _default: (props: {
63
56
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
64
57
  propsDefinition: {
65
58
  "v-model"?: IconBlueprint;
66
- } & {
67
59
  "onUpdate:modelValue"?: (value: IconBlueprint) => void;
68
- } & {
69
60
  modelValue?: IconBlueprint;
70
- } & {
71
61
  icon?: IIcon;
72
- } & {
73
62
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
74
- } & {
75
63
  themeType?: ThemeContextType;
76
- } & {
77
64
  toned?: boolean;
78
- } & {
79
65
  enableDynamicColor?: boolean;
80
- } & {
81
66
  label?: string;
82
67
  } & {
83
68
  "v-slots"?: {
84
69
  default?: import("vue").Slot;
85
- } & DefineSlot<"activator", () => VNodeChild>;
70
+ } & {
71
+ activator?: () => VNodeChild;
72
+ };
86
73
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
87
74
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
88
75
  [key: string]: any;
@@ -1,23 +1,18 @@
1
1
  import { BlueprintVariant, TabsBlueprints, ThemeContextType } from "@omnia/fx-models";
2
2
  declare const _default: (props: {
3
3
  "v-model"?: TabsBlueprints;
4
- } & {
5
4
  "onUpdate:modelValue"?: (value: TabsBlueprints) => void;
6
- } & {
7
5
  modelValue?: TabsBlueprints;
8
- } & {
9
6
  themeType?: ThemeContextType;
10
- } & {
11
7
  toned?: boolean;
12
- } & {
13
8
  selectable?: boolean;
14
9
  } & Omit<{
15
10
  "onClick:select"?: (variant: BlueprintVariant) => any;
16
11
  }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable"> & {
17
12
  "v-slots"?: {
18
13
  default?: import("vue").Slot;
19
- };
20
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable">) => {
14
+ } & {};
15
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable" | "emit:click:select">) => {
21
16
  $: import("vue").ComponentInternalInstance;
22
17
  $data: {};
23
18
  $props: {};
@@ -57,20 +52,15 @@ declare const _default: (props: {
57
52
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
58
53
  propsDefinition: {
59
54
  "v-model"?: TabsBlueprints;
60
- } & {
61
55
  "onUpdate:modelValue"?: (value: TabsBlueprints) => void;
62
- } & {
63
56
  modelValue?: TabsBlueprints;
64
- } & {
65
57
  themeType?: ThemeContextType;
66
- } & {
67
58
  toned?: boolean;
68
- } & {
69
59
  selectable?: boolean;
70
60
  } & {
71
61
  "v-slots"?: {
72
62
  default?: import("vue").Slot;
73
- };
63
+ } & {};
74
64
  } & {
75
65
  "onClick:select"?: (variant: BlueprintVariant) => any;
76
66
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable">;
@@ -1,17 +1,12 @@
1
1
  import { ThemeContextType } from "@omnia/fx-models";
2
2
  import { TabsBlueprint } from "@omnia/fx-models";
3
- import { DefineSlot } from "@omnia/fx/ux";
4
3
  import { VNodeChild } from "vue";
5
4
  type EditorVariant = "default" | "dialog";
6
5
  declare const _default: (props: {
7
6
  "v-model"?: TabsBlueprint;
8
- } & {
9
7
  "onUpdate:modelValue"?: (value: TabsBlueprint) => void;
10
- } & {
11
8
  modelValue?: TabsBlueprint;
12
- } & {
13
9
  themeType?: ThemeContextType;
14
- } & {
15
10
  variant?: EditorVariant;
16
11
  } & Omit<{
17
12
  "onClick:confirm"?: (value: TabsBlueprint) => any;
@@ -19,8 +14,10 @@ declare const _default: (props: {
19
14
  }, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType"> & {
20
15
  "v-slots"?: {
21
16
  default?: import("vue").Slot;
22
- } & DefineSlot<"activator", () => VNodeChild>;
23
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType">) => {
17
+ } & {
18
+ activator?: () => VNodeChild;
19
+ };
20
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "slot:activator" | "emit:click:confirm" | "emit:init:actionButtons">) => {
24
21
  $: import("vue").ComponentInternalInstance;
25
22
  $data: {};
26
23
  $props: {};
@@ -60,18 +57,16 @@ declare const _default: (props: {
60
57
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
61
58
  propsDefinition: {
62
59
  "v-model"?: TabsBlueprint;
63
- } & {
64
60
  "onUpdate:modelValue"?: (value: TabsBlueprint) => void;
65
- } & {
66
61
  modelValue?: TabsBlueprint;
67
- } & {
68
62
  themeType?: ThemeContextType;
69
- } & {
70
63
  variant?: EditorVariant;
71
64
  } & {
72
65
  "v-slots"?: {
73
66
  default?: import("vue").Slot;
74
- } & DefineSlot<"activator", () => VNodeChild>;
67
+ } & {
68
+ activator?: () => VNodeChild;
69
+ };
75
70
  } & {
76
71
  "onClick:confirm"?: (value: TabsBlueprint) => any;
77
72
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
@@ -1,20 +1,15 @@
1
1
  import { TabsBlueprint } from "@omnia/fx-models";
2
2
  declare const _default: (props: {
3
3
  "v-model"?: TabsBlueprint;
4
- } & {
5
4
  "onUpdate:modelValue"?: (value: TabsBlueprint) => void;
6
- } & {
7
5
  modelValue?: TabsBlueprint;
8
- } & {
9
6
  label?: string;
10
- } & {
11
7
  toned?: boolean;
12
- } & {
13
8
  customStyling?: boolean;
14
9
  } & Omit<{}, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling"> & {
15
10
  "v-slots"?: {
16
11
  default?: import("vue").Slot;
17
- };
12
+ } & {};
18
13
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">) => {
19
14
  $: import("vue").ComponentInternalInstance;
20
15
  $data: {};
@@ -55,20 +50,15 @@ declare const _default: (props: {
55
50
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
56
51
  propsDefinition: {
57
52
  "v-model"?: TabsBlueprint;
58
- } & {
59
53
  "onUpdate:modelValue"?: (value: TabsBlueprint) => void;
60
- } & {
61
54
  modelValue?: TabsBlueprint;
62
- } & {
63
55
  label?: string;
64
- } & {
65
56
  toned?: boolean;
66
- } & {
67
57
  customStyling?: boolean;
68
58
  } & {
69
59
  "v-slots"?: {
70
60
  default?: import("vue").Slot;
71
- };
61
+ } & {};
72
62
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">;
73
63
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
74
64
  [key: string]: any;
@@ -1,27 +1,21 @@
1
1
  import { TextBlueprint, ThemeContextType } from "@omnia/fx-models";
2
- import { DefineSlot } from "@omnia/fx/ux";
3
2
  import { VNodeChild } from "vue";
4
3
  declare const _default: (props: {
5
4
  "v-model"?: TextBlueprint;
6
- } & {
7
5
  "onUpdate:modelValue"?: (value: TextBlueprint) => void;
8
- } & {
9
6
  modelValue?: TextBlueprint;
10
- } & {
11
7
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
12
- } & {
13
8
  themeType?: ThemeContextType;
14
- } & {
15
9
  toned?: boolean;
16
- } & {
17
10
  label?: string;
18
- } & {
19
11
  enableDynamicColor?: boolean;
20
12
  } & Omit<{}, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
21
13
  "v-slots"?: {
22
14
  default?: import("vue").Slot;
23
- } & DefineSlot<"activator", () => VNodeChild>;
24
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
15
+ } & {
16
+ activator?: () => VNodeChild;
17
+ };
18
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "slot:activator">) => {
25
19
  $: import("vue").ComponentInternalInstance;
26
20
  $data: {};
27
21
  $props: {};
@@ -61,24 +55,19 @@ declare const _default: (props: {
61
55
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
62
56
  propsDefinition: {
63
57
  "v-model"?: TextBlueprint;
64
- } & {
65
58
  "onUpdate:modelValue"?: (value: TextBlueprint) => void;
66
- } & {
67
59
  modelValue?: TextBlueprint;
68
- } & {
69
60
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
70
- } & {
71
61
  themeType?: ThemeContextType;
72
- } & {
73
62
  toned?: boolean;
74
- } & {
75
63
  label?: string;
76
- } & {
77
64
  enableDynamicColor?: boolean;
78
65
  } & {
79
66
  "v-slots"?: {
80
67
  default?: import("vue").Slot;
81
- } & DefineSlot<"activator", () => VNodeChild>;
68
+ } & {
69
+ activator?: () => VNodeChild;
70
+ };
82
71
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
83
72
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
84
73
  [key: string]: any;
@@ -1,16 +1,11 @@
1
1
  import { ThemeDefinitionV2 } from "@omnia/fx-models";
2
- import { DefineSlot } from "@omnia/fx/ux";
3
2
  import { VNodeChild } from "vue";
4
3
  type EditorVariant = "default" | "dialog";
5
4
  declare const _default: (props: {
6
5
  "v-model"?: ThemeDefinitionV2;
7
- } & {
8
6
  "onUpdate:modelValue"?: (value: ThemeDefinitionV2) => void;
9
- } & {
10
7
  modelValue?: ThemeDefinitionV2;
11
- } & {
12
8
  variant?: EditorVariant;
13
- } & {
14
9
  preview?: boolean;
15
10
  } & Omit<{
16
11
  "onClick:confirm"?: (value: ThemeDefinitionV2) => any;
@@ -18,8 +13,10 @@ declare const _default: (props: {
18
13
  }, "preview" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant"> & {
19
14
  "v-slots"?: {
20
15
  default?: import("vue").Slot;
21
- } & DefineSlot<"activator", () => VNodeChild>;
22
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "preview" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">) => {
16
+ } & {
17
+ activator?: () => VNodeChild;
18
+ };
19
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "preview" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "slot:activator" | "emit:click:confirm" | "emit:init:actionButtons">) => {
23
20
  $: import("vue").ComponentInternalInstance;
24
21
  $data: {};
25
22
  $props: {};
@@ -59,18 +56,16 @@ declare const _default: (props: {
59
56
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
60
57
  propsDefinition: {
61
58
  "v-model"?: ThemeDefinitionV2;
62
- } & {
63
59
  "onUpdate:modelValue"?: (value: ThemeDefinitionV2) => void;
64
- } & {
65
60
  modelValue?: ThemeDefinitionV2;
66
- } & {
67
61
  variant?: EditorVariant;
68
- } & {
69
62
  preview?: boolean;
70
63
  } & {
71
64
  "v-slots"?: {
72
65
  default?: import("vue").Slot;
73
- } & DefineSlot<"activator", () => VNodeChild>;
66
+ } & {
67
+ activator?: () => VNodeChild;
68
+ };
74
69
  } & {
75
70
  "onClick:confirm"?: (value: ThemeDefinitionV2) => any;
76
71
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
@@ -1,20 +1,15 @@
1
1
  import { ThemeContextType, ThemeDefinitionV2 } from "@omnia/fx-models";
2
2
  declare const _default: (props: {
3
3
  "v-model"?: ThemeDefinitionV2;
4
- } & {
5
4
  "onUpdate:modelValue"?: (value: ThemeDefinitionV2) => void;
6
- } & {
7
5
  modelValue?: ThemeDefinitionV2;
8
- } & {
9
6
  themeType?: ThemeContextType;
10
- } & {
11
7
  hideColorSchemas?: boolean;
12
- } & {
13
8
  toned?: boolean;
14
9
  } & Omit<{}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "hideColorSchemas"> & {
15
10
  "v-slots"?: {
16
11
  default?: import("vue").Slot;
17
- };
12
+ } & {};
18
13
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "hideColorSchemas">) => {
19
14
  $: import("vue").ComponentInternalInstance;
20
15
  $data: {};
@@ -55,20 +50,15 @@ declare const _default: (props: {
55
50
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
56
51
  propsDefinition: {
57
52
  "v-model"?: ThemeDefinitionV2;
58
- } & {
59
53
  "onUpdate:modelValue"?: (value: ThemeDefinitionV2) => void;
60
- } & {
61
54
  modelValue?: ThemeDefinitionV2;
62
- } & {
63
55
  themeType?: ThemeContextType;
64
- } & {
65
56
  hideColorSchemas?: boolean;
66
- } & {
67
57
  toned?: boolean;
68
58
  } & {
69
59
  "v-slots"?: {
70
60
  default?: import("vue").Slot;
71
- };
61
+ } & {};
72
62
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "hideColorSchemas">;
73
63
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
74
64
  [key: string]: any;
@@ -1,21 +1,17 @@
1
1
  import { TypographyBlueprint, TypographyBlueprints, TypographySizes } from "@omnia/fx-models";
2
2
  declare const _default: (props: {
3
3
  "v-model"?: TypographyBlueprint | TypographyBlueprints;
4
- } & {
5
4
  "onUpdate:modelValue"?: (value: TypographyBlueprint | TypographyBlueprints) => void;
6
- } & {
7
5
  modelValue?: TypographyBlueprint | TypographyBlueprints;
8
- } & {
9
6
  toned?: boolean;
10
- } & {
11
7
  sampleText?: string;
12
8
  } & Omit<{
13
9
  "onClick:select"?: (typography: "title" | "text" | "navigation", size: TypographySizes) => any;
14
10
  }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "sampleText"> & {
15
11
  "v-slots"?: {
16
12
  default?: import("vue").Slot;
17
- };
18
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "sampleText">) => {
13
+ } & {};
14
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "sampleText" | "emit:click:select">) => {
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"?: TypographyBlueprint | TypographyBlueprints;
58
- } & {
59
54
  "onUpdate:modelValue"?: (value: TypographyBlueprint | TypographyBlueprints) => void;
60
- } & {
61
55
  modelValue?: TypographyBlueprint | TypographyBlueprints;
62
- } & {
63
56
  toned?: boolean;
64
- } & {
65
57
  sampleText?: string;
66
58
  } & {
67
59
  "v-slots"?: {
68
60
  default?: import("vue").Slot;
69
- };
61
+ } & {};
70
62
  } & {
71
63
  "onClick:select"?: (typography: "title" | "text" | "navigation", size: TypographySizes) => any;
72
64
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "sampleText">;