@omnia/fx 8.0.159-dev → 8.0.162-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
  4. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
  6. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +16 -16
  11. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +15 -15
  12. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
  17. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +34 -34
  22. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  23. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
  25. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  29. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +416 -400
  32. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +411 -395
  33. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  34. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +411 -395
  35. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  36. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +42 -0
  37. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
  39. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
  40. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
  43. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
  44. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  45. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
  48. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  52. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  53. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
  54. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
  57. package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  59. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
  60. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  62. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  63. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
  64. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  65. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  66. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +422 -406
  67. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +846 -814
  68. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
  70. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +10 -10
  71. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  72. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
  73. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  75. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  76. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
  77. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  78. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  79. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +11 -11
  81. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +45 -45
  82. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
  85. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
  86. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +849 -817
  87. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  90. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
  91. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  92. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  93. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
  96. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +4 -4
  97. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
  98. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
  99. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
  101. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
  103. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
  104. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
  105. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
  106. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
  107. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
  108. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
  109. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  110. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
  111. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
  113. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
  114. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +422 -406
  115. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +90 -30
  116. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +1 -0
  117. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +1 -0
  118. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
  119. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -0
  120. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +20 -10
  121. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +10 -2
  123. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
  124. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  126. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
  127. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +26 -5
  128. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
  129. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
  130. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
  131. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +8 -0
  132. package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
  133. package/package.json +2 -2
@@ -3,10 +3,10 @@ import { ColorSchemaTypes, ThemeDefinitionV2, ThemeContextType } from "@omnia/fx
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  "color-schema-type": {
6
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
6
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
7
7
  };
8
8
  colorSchemaType: {
9
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
9
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
10
10
  };
11
11
  "theme-type": {
12
12
  type: import("vue").PropType<ThemeContextType>;
@@ -38,10 +38,10 @@ declare const _default: {
38
38
  }) => any;
39
39
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
40
40
  "color-schema-type": {
41
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
41
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
42
42
  };
43
43
  colorSchemaType: {
44
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
44
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
45
45
  };
46
46
  "theme-type": {
47
47
  type: import("vue").PropType<ThemeContextType>;
@@ -71,10 +71,10 @@ declare const _default: {
71
71
  Defaults: {};
72
72
  }, Readonly<import("vue").ExtractPropTypes<{
73
73
  "color-schema-type": {
74
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
74
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
75
75
  };
76
76
  colorSchemaType: {
77
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
77
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
78
78
  };
79
79
  "theme-type": {
80
80
  type: import("vue").PropType<ThemeContextType>;
@@ -103,10 +103,10 @@ declare const _default: {
103
103
  __isSuspense?: never;
104
104
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
105
105
  "color-schema-type": {
106
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
106
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
107
107
  };
108
108
  colorSchemaType: {
109
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
109
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
110
110
  };
111
111
  "theme-type": {
112
112
  type: import("vue").PropType<ThemeContextType>;
@@ -138,9 +138,9 @@ declare const _default: {
138
138
  }) => any;
139
139
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
140
140
  propsDefinition: Omit<Readonly<{} & {
141
- "color-schema-type"?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
141
+ "color-schema-type"?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
142
142
  themeDefinition?: ThemeDefinitionV2;
143
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
143
+ colorSchemaType?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
144
144
  "theme-definition"?: ThemeDefinitionV2;
145
145
  themeType?: ThemeContextType;
146
146
  "theme-type"?: ThemeContextType;
@@ -2,6 +2,16 @@ import "./DateTimePicker.css";
2
2
  import { IDatetimePickerFormatter } from "./IDateTimePicker";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ tooltip: {
6
+ type: import("vue").PropType<string>;
7
+ } & {
8
+ type: import("vue").PropType<string>;
9
+ };
10
+ icon: {
11
+ type: import("vue").PropType<string>;
12
+ } & {
13
+ type: import("vue").PropType<string>;
14
+ };
5
15
  "is-keep-menu-open": {
6
16
  type: import("vue").PropType<(value: boolean) => void>;
7
17
  };
@@ -148,6 +158,16 @@ declare const _default: {
148
158
  type: import("vue").PropType<IDatetimePickerFormatter>;
149
159
  };
150
160
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
161
+ tooltip: {
162
+ type: import("vue").PropType<string>;
163
+ } & {
164
+ type: import("vue").PropType<string>;
165
+ };
166
+ icon: {
167
+ type: import("vue").PropType<string>;
168
+ } & {
169
+ type: import("vue").PropType<string>;
170
+ };
151
171
  "is-keep-menu-open": {
152
172
  type: import("vue").PropType<(value: boolean) => void>;
153
173
  };
@@ -301,6 +321,16 @@ declare const _default: {
301
321
  M: {};
302
322
  Defaults: {};
303
323
  }, Readonly<import("vue").ExtractPropTypes<{
324
+ tooltip: {
325
+ type: import("vue").PropType<string>;
326
+ } & {
327
+ type: import("vue").PropType<string>;
328
+ };
329
+ icon: {
330
+ type: import("vue").PropType<string>;
331
+ } & {
332
+ type: import("vue").PropType<string>;
333
+ };
304
334
  "is-keep-menu-open": {
305
335
  type: import("vue").PropType<(value: boolean) => void>;
306
336
  };
@@ -451,6 +481,16 @@ declare const _default: {
451
481
  __isTeleport?: never;
452
482
  __isSuspense?: never;
453
483
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
484
+ tooltip: {
485
+ type: import("vue").PropType<string>;
486
+ } & {
487
+ type: import("vue").PropType<string>;
488
+ };
489
+ icon: {
490
+ type: import("vue").PropType<string>;
491
+ } & {
492
+ type: import("vue").PropType<string>;
493
+ };
454
494
  "is-keep-menu-open": {
455
495
  type: import("vue").PropType<(value: boolean) => void>;
456
496
  };
@@ -659,8 +699,10 @@ declare const _default: {
659
699
  };
660
700
  }>;
661
701
  };
702
+ icon?: string;
662
703
  description?: string;
663
704
  label?: string;
705
+ tooltip?: string;
664
706
  disabled?: boolean;
665
707
  scrollable?: boolean;
666
708
  "v-model"?: string;
@@ -356,8 +356,8 @@ declare const _default: {
356
356
  modelValue?: DateTimeZone<Date>;
357
357
  variant?: "date" | "date-time";
358
358
  singleLine?: boolean;
359
- dateFormat?: string;
360
359
  showMenu?: boolean;
360
+ dateFormat?: string;
361
361
  "single-line"?: boolean;
362
362
  locale?: string;
363
363
  isError?: boolean;
@@ -13,6 +13,8 @@ export declare class DateTimeFieldEdit extends VueComponentBase implements IWebC
13
13
  dark?: boolean;
14
14
  settings: EnterprisePropertyDateTimeItemSettings;
15
15
  includeTime: boolean;
16
+ icon: string;
17
+ tooltip: string;
16
18
  private isRequired;
17
19
  multilingualStore: MultilingualStore;
18
20
  created(): void;
@@ -3,6 +3,8 @@ import { EnterprisePropertyDateTimeItemSettings } from "../../../../models";
3
3
  import { EnterprisePropertyEditorSettings } from "../../EnterprisePropertyComponentProps";
4
4
  export interface IDateTimeFieldEdit extends EnterprisePropertyEditorSettings<EnterprisePropertyDateTimeItemSettings> {
5
5
  includeTime?: boolean;
6
+ icon?: string;
7
+ tooltip?: string;
6
8
  }
7
9
  declare global {
8
10
  namespace JSX {
@@ -301,14 +301,14 @@ declare const _default: {
301
301
  propsDefinition: Omit<Readonly<{} & {
302
302
  class?: String | String[];
303
303
  disabled?: boolean;
304
- errorMessages?: string[];
305
- required?: boolean;
306
304
  providerContext?: MediaPickerStorageProviderContext;
305
+ required?: boolean;
307
306
  "v-model"?: IconPickerModel;
308
307
  "onUpdate:modelValue"?: (value: IconPickerModel) => any;
309
308
  modelValue?: IconPickerModel;
310
309
  hideDetails?: boolean;
311
310
  "hide-details"?: boolean;
311
+ errorMessages?: string[];
312
312
  "error-messages"?: string[];
313
313
  "provider-context"?: MediaPickerStorageProviderContext;
314
314
  disabledCustomImage?: boolean;
@@ -1,4 +1,4 @@
1
- import { Identity, IResolvedIdentity } from "@omnia/fx-models";
1
+ import { IResolvedIdentity, Identity } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
3
  export declare const identityRendererStyles: {
4
4
  container: {
@@ -1,43 +1,45 @@
1
- export interface IdentitiesLocalization {
2
- Synchronization: {
3
- Provider: {
4
- AzureAd: {
5
- Title: string;
6
- Description: string;
7
- SyncPropertyBindingSetupTitle: string;
8
- SyncRuleSetupTitle: string;
1
+ export declare namespace IdentitiesLocalization {
2
+ interface locInterface {
3
+ Synchronization: {
4
+ Provider: {
5
+ AzureAd: {
6
+ Title: string;
7
+ Description: string;
8
+ SyncPropertyBindingSetupTitle: string;
9
+ SyncRuleSetupTitle: string;
10
+ };
11
+ };
12
+ PropertySyncBinding: {
13
+ SyncProperty: string;
14
+ UserProperty: string;
15
+ };
16
+ Settings: {
17
+ AddNewRule: string;
18
+ AddFilter: string;
19
+ EditRule: string;
20
+ UserType: string;
21
+ DisplayName: string;
22
+ ErrorNoRules: string;
23
+ EmptyRuleValue: string;
9
24
  };
10
25
  };
11
- PropertySyncBinding: {
12
- SyncProperty: string;
13
- UserProperty: string;
14
- };
15
- Settings: {
16
- AddNewRule: string;
17
- AddFilter: string;
18
- EditRule: string;
19
- UserType: string;
26
+ BuiltInProperties: {
27
+ UserName: string;
20
28
  DisplayName: string;
21
- ErrorNoRules: string;
22
- EmptyRuleValue: string;
29
+ UserIcon: string;
30
+ Email: string;
31
+ PreferredLanguage: string;
32
+ UiLanguage: string;
33
+ Description: string;
34
+ Image: string;
35
+ ExternalIdentityMappings: string;
36
+ IsRemoved: {
37
+ DeletedUser: string;
38
+ DeletedGroup: string;
39
+ };
23
40
  };
24
- };
25
- BuiltInProperties: {
26
- UserName: string;
27
- DisplayName: string;
28
- UserIcon: string;
29
- Email: string;
30
- PreferredLanguage: string;
31
- UiLanguage: string;
32
- Description: string;
33
- Image: string;
34
- ExternalIdentityMappings: string;
35
- IsRemoved: {
36
- DeletedUser: string;
37
- DeletedGroup: string;
41
+ IdentityExternalMappings: {
42
+ SharePointAllInternalExceptExternal: string;
38
43
  };
39
- };
40
- IdentityExternalMappings: {
41
- SharePointAllInternalExceptExternal: string;
42
- };
44
+ }
43
45
  }
@@ -163,11 +163,13 @@ declare const _default: {
163
163
  onRemove?: (identity: Identity) => any;
164
164
  onDoc$?: (description?: string) => any;
165
165
  onAdd?: (identity: Identity) => any;
166
+ onCloseDialog?: () => any;
166
167
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
167
- remove: (identity: Identity) => void;
168
+ closeDialog: () => void;
168
169
  doc$(description?: string): {
169
- remove: (identity: Identity) => void;
170
+ closeDialog: () => void;
170
171
  };
172
+ remove: (identity: Identity) => void;
171
173
  add: (identity: Identity) => void;
172
174
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
173
175
  "business-profile-id": {
@@ -331,6 +333,7 @@ declare const _default: {
331
333
  onRemove?: (identity: Identity) => any;
332
334
  onDoc$?: (description?: string) => any;
333
335
  onAdd?: (identity: Identity) => any;
336
+ onCloseDialog?: () => any;
334
337
  }, {}, true, {}, {}, {
335
338
  P: {};
336
339
  B: {};
@@ -500,6 +503,7 @@ declare const _default: {
500
503
  onRemove?: (identity: Identity) => any;
501
504
  onDoc$?: (description?: string) => any;
502
505
  onAdd?: (identity: Identity) => any;
506
+ onCloseDialog?: () => any;
503
507
  }, () => JSX.Element, {}, {}, {}, {}>;
504
508
  __isFragment?: never;
505
509
  __isTeleport?: never;
@@ -666,11 +670,13 @@ declare const _default: {
666
670
  onRemove?: (identity: Identity) => any;
667
671
  onDoc$?: (description?: string) => any;
668
672
  onAdd?: (identity: Identity) => any;
673
+ onCloseDialog?: () => any;
669
674
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
670
- remove: (identity: Identity) => void;
675
+ closeDialog: () => void;
671
676
  doc$(description?: string): {
672
- remove: (identity: Identity) => void;
677
+ closeDialog: () => void;
673
678
  };
679
+ remove: (identity: Identity) => void;
674
680
  add: (identity: Identity) => void;
675
681
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
676
682
  propsDefinition: Omit<Readonly<{} & {
@@ -713,10 +719,11 @@ declare const _default: {
713
719
  "display-identity-type"?: Boolean;
714
720
  isClosed?: Boolean;
715
721
  "is-closed"?: Boolean;
716
- }>, "onRemove" | "onDoc$" | "onAdd"> & {
722
+ }>, "onRemove" | "onDoc$" | "onAdd" | "onCloseDialog"> & {
717
723
  onRemove?: (identity: Identity) => any;
718
724
  onDoc$?: (description?: string) => any;
719
725
  onAdd?: (identity: Identity) => any;
726
+ onCloseDialog?: () => any;
720
727
  };
721
728
  };
722
729
  export default _default;
@@ -218,10 +218,10 @@ declare const _default: {
218
218
  }>;
219
219
  };
220
220
  location: {
221
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
221
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
222
222
  required: false;
223
223
  } & {
224
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
224
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
225
225
  required: false;
226
226
  };
227
227
  }>> & {
@@ -449,10 +449,10 @@ declare const _default: {
449
449
  }>;
450
450
  };
451
451
  location: {
452
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
452
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
453
453
  required: false;
454
454
  } & {
455
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
455
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
456
456
  required: false;
457
457
  };
458
458
  }>> & {
@@ -682,10 +682,10 @@ declare const _default: {
682
682
  }>;
683
683
  };
684
684
  location: {
685
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
685
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
686
686
  required: false;
687
687
  } & {
688
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
688
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
689
689
  required: false;
690
690
  };
691
691
  }>> & {
@@ -912,10 +912,10 @@ declare const _default: {
912
912
  }>;
913
913
  };
914
914
  location: {
915
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
915
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
916
916
  required: false;
917
917
  } & {
918
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
918
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
919
919
  required: false;
920
920
  };
921
921
  }>> & {
@@ -998,8 +998,8 @@ declare const _default: {
998
998
  "onUpdate:modelValue"?: (value: boolean) => any;
999
999
  modelValue?: boolean;
1000
1000
  businessProfileId?: string;
1001
- location?: "left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
1002
1001
  showMenu?: boolean;
1002
+ location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
1003
1003
  providerIds?: GuidValue[];
1004
1004
  emailEnabled?: BoolFilter;
1005
1005
  permissionEnabled?: BoolFilter;
@@ -904,8 +904,8 @@ declare const _default: {
904
904
  dense?: boolean;
905
905
  multiple?: boolean;
906
906
  disabled?: boolean;
907
- required?: boolean;
908
907
  identityStore?: IIdentityPickerStore;
908
+ required?: boolean;
909
909
  "v-model"?: Identity[];
910
910
  "onUpdate:modelValue"?: (value: Identity[]) => any;
911
911
  modelValue?: Identity[];
@@ -862,8 +862,8 @@ declare const _default: {
862
862
  label?: string;
863
863
  multiple?: boolean;
864
864
  disabled?: boolean;
865
- required?: boolean;
866
865
  identityStore?: IIdentityPickerStore;
866
+ required?: boolean;
867
867
  "v-model"?: Identity[];
868
868
  "onUpdate:modelValue"?: (value: Identity[]) => any;
869
869
  modelValue?: Identity[];
@@ -1,49 +1,59 @@
1
1
  import { MultilingualContext } from "..";
2
2
  import "./InputLanguagePicker.css";
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
- "multilingual-context": {
6
- type: import("vue").PropType<MultilingualContext>;
7
- };
8
- multilingualContext: {
9
- type: import("vue").PropType<MultilingualContext>;
10
- };
11
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
12
- "multilingual-context": {
13
- type: import("vue").PropType<MultilingualContext>;
14
- };
15
- multilingualContext: {
16
- type: import("vue").PropType<MultilingualContext>;
17
- };
18
- }>>, {}, true, {}, {}, {
19
- P: {};
20
- B: {};
21
- D: {};
22
- C: {};
23
- M: {};
24
- Defaults: {};
25
- }, Readonly<import("vue").ExtractPropTypes<{
26
- "multilingual-context": {
27
- type: import("vue").PropType<MultilingualContext>;
28
- };
29
- multilingualContext: {
30
- type: import("vue").PropType<MultilingualContext>;
31
- };
32
- }>>, () => JSX.Element, {}, {}, {}, {}>;
33
- __isFragment?: never;
34
- __isTeleport?: never;
35
- __isSuspense?: never;
36
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
37
- "multilingual-context": {
38
- type: import("vue").PropType<MultilingualContext>;
3
+ declare const _default: (props: {
4
+ multilingualContext?: MultilingualContext;
5
+ tooltip?: string;
6
+ } & Omit<{}, "tooltip" | "multilingualContext"> & {
7
+ "v-slots"?: {
8
+ default?: import("vue").Slot;
9
+ } & {};
10
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "tooltip" | "multilingualContext">) => {
11
+ $: import("vue").ComponentInternalInstance;
12
+ $data: {};
13
+ $props: {};
14
+ $attrs: {
15
+ [x: string]: unknown;
39
16
  };
40
- multilingualContext: {
41
- type: import("vue").PropType<MultilingualContext>;
17
+ $refs: {
18
+ [x: string]: unknown;
42
19
  };
43
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
44
- propsDefinition: Omit<Readonly<{} & {
20
+ $slots: Readonly<{
21
+ [name: string]: import("vue").Slot<any>;
22
+ }>;
23
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
24
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
25
+ $emit: (event: string, ...args: any[]) => void;
26
+ $el: any;
27
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
28
+ beforeCreate?: (() => void) | (() => void)[];
29
+ created?: (() => void) | (() => void)[];
30
+ beforeMount?: (() => void) | (() => void)[];
31
+ mounted?: (() => void) | (() => void)[];
32
+ beforeUpdate?: (() => void) | (() => void)[];
33
+ updated?: (() => void) | (() => void)[];
34
+ activated?: (() => void) | (() => void)[];
35
+ deactivated?: (() => void) | (() => void)[];
36
+ beforeDestroy?: (() => void) | (() => void)[];
37
+ beforeUnmount?: (() => void) | (() => void)[];
38
+ destroyed?: (() => void) | (() => void)[];
39
+ unmounted?: (() => void) | (() => void)[];
40
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
41
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
42
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
43
+ };
44
+ $forceUpdate: () => void;
45
+ $nextTick: typeof import("vue").nextTick;
46
+ $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;
47
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
48
+ propsDefinition: {
45
49
  multilingualContext?: MultilingualContext;
46
- "multilingual-context"?: MultilingualContext;
47
- }>, never>;
48
- };
50
+ tooltip?: string;
51
+ } & {
52
+ "v-slots"?: {
53
+ default?: import("vue").Slot;
54
+ } & {};
55
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "tooltip" | "multilingualContext">;
56
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
57
+ [key: string]: any;
58
+ }>;
49
59
  export default _default;
@@ -621,14 +621,13 @@ declare const JourneyBladeComponent: {
621
621
  propsDefinition: Omit<Readonly<{
622
622
  id: GuidValue;
623
623
  } & {
624
- title?: string;
625
624
  switch?: switchValue;
626
625
  icon?: IIcon;
626
+ title?: string;
627
627
  delete?: boolean;
628
628
  size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
629
629
  disabled?: boolean;
630
630
  settings?: boolean;
631
- save?: boolean;
632
631
  "v-slots"?: {
633
632
  default?: import("../DefineVueTypings").Slot<any[]>;
634
633
  } & {
@@ -641,6 +640,7 @@ declare const JourneyBladeComponent: {
641
640
  "sub-title"?: string;
642
641
  create?: boolean;
643
642
  ok?: boolean;
643
+ save?: boolean;
644
644
  getApi?: (store: ReturnType<typeof useJourneyStore>) => void;
645
645
  "get-api"?: (store: ReturnType<typeof useJourneyStore>) => void;
646
646
  loading?: boolean;
@@ -190,8 +190,8 @@ declare const _default: {
190
190
  propsDefinition: Omit<Readonly<{
191
191
  id: GuidValue;
192
192
  } & {
193
- title?: string;
194
193
  icon?: IIcon;
194
+ title?: string;
195
195
  size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
196
196
  items?: JourneyMenuItem[];
197
197
  "v-slots"?: {
@@ -125,9 +125,9 @@ declare const _default: {
125
125
  colorSchemaType?: any;
126
126
  colors?: any;
127
127
  } & {
128
- title?: string;
129
128
  text?: string;
130
129
  icon?: IIcon;
130
+ title?: string;
131
131
  description?: string;
132
132
  }>, never>;
133
133
  };