@omnia/fx 8.0.55-dev → 8.0.56-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 (183) hide show
  1. package/internal-do-not-import-from-here/core/Extend.d.ts +1 -1
  2. package/internal-do-not-import-from-here/core/utils/MigrationUtils.d.ts +1 -1
  3. package/internal-do-not-import-from-here/core/utils/ScrollPagingUtils.d.ts +1 -1
  4. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
  5. package/internal-do-not-import-from-here/microsoftteams/index.d.ts +1 -1
  6. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +1 -1
  7. package/internal-do-not-import-from-here/shared/models/Equals.js +5 -6
  8. package/internal-do-not-import-from-here/shared/models/Guid.js +3 -5
  9. package/internal-do-not-import-from-here/shared/models/Workers.js +1 -1
  10. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +3 -5
  11. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
  12. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +2 -0
  13. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +2 -2
  14. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -0
  15. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -0
  16. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +2 -2
  17. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +1 -1
  18. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +3 -3
  19. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -2
  20. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +3 -1
  21. package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +2 -2
  22. package/internal-do-not-import-from-here/stores/CommentLikeStore.d.ts +1 -1
  23. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +4 -4
  24. package/internal-do-not-import-from-here/stores/PostStore.d.ts +3 -3
  25. package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +5 -5
  26. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +3 -1
  27. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +10 -3
  28. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +24 -4
  36. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +14 -6
  38. package/internal-do-not-import-from-here/ux/authenticationchecker/loc/localize.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/colorpicker/loc/localize.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +5 -2
  42. package/internal-do-not-import-from-here/ux/datetimefilterquery/loc/localize.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +3 -3
  44. package/internal-do-not-import-from-here/ux/datetimepicker/loc/localize.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/datetimezonepicker/loc/localize.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/Utils.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/depricated-mediapicker/loc/localize.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +24 -1
  50. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +24 -1
  51. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +6 -2
  54. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/loc/localize.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +7 -3
  56. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datetimefield/loc/localize.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +2 -2
  60. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/filepicker/loc/localize.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/fileuploader/loc/localize.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +2 -2
  66. package/internal-do-not-import-from-here/ux/iconpicker/loc/localize.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +1 -0
  68. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +76 -28
  70. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +76 -28
  71. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +110 -139
  72. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  73. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
  75. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  76. package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/imagegrid/loc/localize.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/inputlanguagepicker/loc/localize.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/inputtoken/loc/localize.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +1 -0
  81. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +8 -8
  82. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenuStyles.css.d.ts +3 -0
  83. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +2 -1
  84. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +15 -0
  85. package/internal-do-not-import-from-here/ux/journey/v2/tests/EditorJourney.d.ts +46 -0
  86. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +7 -7
  87. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -1
  88. package/internal-do-not-import-from-here/ux/languagepicker/loc/localize.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +26 -1
  90. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +1 -4
  91. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/loc/localize.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +23 -23
  93. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +23 -23
  94. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +23 -23
  95. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +23 -23
  96. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +23 -23
  97. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +23 -23
  98. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +23 -23
  99. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +23 -23
  100. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +23 -23
  101. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +2 -2
  102. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +4 -1
  103. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/localize.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/loc/localize.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/utils.d.ts +1 -1
  107. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/loc/localize.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/loc/localize.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/loc/localize.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/loc/localize.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +23 -23
  113. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/loc/localize.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/loc/localize.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/loc/localize.d.ts +1 -1
  116. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/loc/localize.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/loc/localize.d.ts +1 -1
  119. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +23 -23
  120. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/loc/localize.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/loc/localize.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/loc/localize.d.ts +1 -1
  123. package/internal-do-not-import-from-here/ux/models/ActionToolbarStyles.d.ts +1 -0
  124. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +16 -3
  126. package/internal-do-not-import-from-here/ux/multilingualinput/loc/localize.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/organizationtree/reportees/loc/localize.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
  129. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +18 -54
  130. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +3 -8
  131. package/internal-do-not-import-from-here/ux/oxide/flex/Col.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +2 -2
  133. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
  134. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +12 -30
  135. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  136. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  138. package/internal-do-not-import-from-here/ux/post/loc/localize.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/presetupwizard/core/loc.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/profilecard/aboutuser/loc/localize.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/profilecard/loc/localize.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +14 -1
  144. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/loc/localize.d.ts +1 -1
  145. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/loc/localize.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingImageFromFileHandler.d.ts +1 -1
  147. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingMicrosoftOfficeImageHandler.d.ts +1 -1
  148. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingOmniaImageFromClipboardHandler.d.ts +1 -1
  149. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/loc/localize.d.ts +1 -1
  150. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/loc/localize.d.ts +1 -1
  151. package/internal-do-not-import-from-here/ux/rollupfilter/loc/localize.d.ts +1 -1
  152. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
  153. package/internal-do-not-import-from-here/ux/shapedivider/loc/localize.d.ts +1 -1
  154. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +1 -1
  155. package/internal-do-not-import-from-here/ux/signout/loc/localize.d.ts +1 -1
  156. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +18 -3
  157. package/internal-do-not-import-from-here/ux/social/Like.d.ts +13 -1
  158. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +2 -2
  159. package/internal-do-not-import-from-here/ux/social/likehandler/loc/localize.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +1 -1
  161. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +2 -2
  162. package/internal-do-not-import-from-here/ux/spacingpicker/loc/localize.d.ts +1 -1
  163. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +10 -2
  164. package/internal-do-not-import-from-here/ux/texttranslator/loc/localize.d.ts +1 -1
  165. package/internal-do-not-import-from-here/ux/theming/loc/localize.d.ts +1 -1
  166. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -1
  167. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/urlinput/loc/localize.d.ts +1 -1
  169. package/internal-do-not-import-from-here/ux/user/loc/localize.d.ts +1 -1
  170. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +3 -1
  171. package/internal-do-not-import-from-here/ux/validation/loc/localize.d.ts +1 -1
  172. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +2 -2
  173. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +2 -2
  174. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +2 -2
  175. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +2 -2
  176. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +2 -2
  177. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +2 -2
  178. package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/loc/localize.d.ts +1 -1
  179. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +1 -1
  180. package/internal-do-not-import-from-here/ux/welcome/loc/localize.d.ts +1 -1
  181. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +13 -1
  182. package/internal-do-not-import-from-here/wctypings.d.ts +7 -0
  183. package/package.json +4 -4
@@ -4,7 +4,7 @@ declare const _default: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: Partial<{} | {}> & Omit<({
7
- [x: number]: string;
7
+ readonly [x: number]: string;
8
8
  readonly length: number;
9
9
  readonly toString: () => string;
10
10
  readonly toLocaleString: () => string;
@@ -50,7 +50,7 @@ declare const _default: {
50
50
  readonly flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
51
51
  readonly [Symbol.iterator]: () => IterableIterator<string>;
52
52
  readonly [Symbol.unscopables]: {
53
- [x: number]: boolean;
53
+ readonly [x: number]: boolean;
54
54
  readonly length?: boolean;
55
55
  toString?: boolean;
56
56
  toLocaleString?: boolean;
@@ -80,10 +80,10 @@ declare const _default: {
80
80
  };
81
81
  readonly at: (index: number) => string;
82
82
  } | {
83
- [x: string]: unknown;
84
- [x: number]: unknown;
83
+ readonly [x: string]: unknown;
84
+ readonly [x: number]: unknown;
85
85
  }) & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
86
- [x: number]: string;
86
+ readonly [x: number]: string;
87
87
  readonly length: number;
88
88
  toString: () => string;
89
89
  toLocaleString: () => string;
@@ -129,7 +129,7 @@ declare const _default: {
129
129
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
130
130
  [Symbol.iterator]: () => IterableIterator<string>;
131
131
  readonly [Symbol.unscopables]: {
132
- [x: number]: boolean;
132
+ readonly [x: number]: boolean;
133
133
  readonly length?: boolean;
134
134
  toString?: boolean;
135
135
  toLocaleString?: boolean;
@@ -159,7 +159,7 @@ declare const _default: {
159
159
  };
160
160
  at: (index: number) => string;
161
161
  } | import("vue").ExtractPropTypes<{
162
- [x: string]: import("vue").Prop<unknown, unknown>;
162
+ readonly [x: string]: import("vue").Prop<unknown, unknown>;
163
163
  }>>), never>;
164
164
  $attrs: {
165
165
  [x: string]: unknown;
@@ -175,7 +175,7 @@ declare const _default: {
175
175
  $emit: (event: string, ...args: any[]) => void;
176
176
  $el: any;
177
177
  $options: import("vue").ComponentOptionsBase<Readonly<{
178
- [x: number]: string;
178
+ readonly [x: number]: string;
179
179
  readonly length: number;
180
180
  toString: () => string;
181
181
  toLocaleString: () => string;
@@ -221,7 +221,7 @@ declare const _default: {
221
221
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
222
222
  [Symbol.iterator]: () => IterableIterator<string>;
223
223
  readonly [Symbol.unscopables]: {
224
- [x: number]: boolean;
224
+ readonly [x: number]: boolean;
225
225
  readonly length?: boolean;
226
226
  toString?: boolean;
227
227
  toLocaleString?: boolean;
@@ -251,7 +251,7 @@ declare const _default: {
251
251
  };
252
252
  at: (index: number) => string;
253
253
  }> | Readonly<import("vue").ExtractPropTypes<{
254
- [x: string]: import("vue").Prop<unknown, unknown>;
254
+ readonly [x: string]: import("vue").Prop<unknown, unknown>;
255
255
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}> & {
256
256
  beforeCreate?: (() => void) | (() => void)[];
257
257
  created?: (() => void) | (() => void)[];
@@ -273,7 +273,7 @@ declare const _default: {
273
273
  $nextTick: typeof import("vue").nextTick;
274
274
  $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;
275
275
  } & (Readonly<{
276
- [x: number]: string;
276
+ readonly [x: number]: string;
277
277
  readonly length: number;
278
278
  toString: () => string;
279
279
  toLocaleString: () => string;
@@ -319,7 +319,7 @@ declare const _default: {
319
319
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
320
320
  [Symbol.iterator]: () => IterableIterator<string>;
321
321
  readonly [Symbol.unscopables]: {
322
- [x: number]: boolean;
322
+ readonly [x: number]: boolean;
323
323
  readonly length?: boolean;
324
324
  toString?: boolean;
325
325
  toLocaleString?: boolean;
@@ -349,9 +349,9 @@ declare const _default: {
349
349
  };
350
350
  at: (index: number) => string;
351
351
  }> | Readonly<import("vue").ExtractPropTypes<{
352
- [x: string]: import("vue").Prop<unknown, unknown>;
352
+ readonly [x: string]: import("vue").Prop<unknown, unknown>;
353
353
  }>>) & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {} & Readonly<{
354
- [x: number]: string;
354
+ readonly [x: number]: string;
355
355
  readonly length: number;
356
356
  toString: () => string;
357
357
  toLocaleString: () => string;
@@ -397,7 +397,7 @@ declare const _default: {
397
397
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
398
398
  [Symbol.iterator]: () => IterableIterator<string>;
399
399
  readonly [Symbol.unscopables]: {
400
- [x: number]: boolean;
400
+ readonly [x: number]: boolean;
401
401
  readonly length?: boolean;
402
402
  toString?: boolean;
403
403
  toLocaleString?: boolean;
@@ -427,13 +427,13 @@ declare const _default: {
427
427
  };
428
428
  at: (index: number) => string;
429
429
  } | import("vue").ExtractPropTypes<{
430
- [x: string]: import("vue").Prop<unknown, unknown>;
430
+ readonly [x: string]: import("vue").Prop<unknown, unknown>;
431
431
  }>>;
432
432
  __isFragment?: never;
433
433
  __isTeleport?: never;
434
434
  __isSuspense?: never;
435
435
  } & import("vue").ComponentOptionsBase<Readonly<{
436
- [x: number]: string;
436
+ readonly [x: number]: string;
437
437
  readonly length: number;
438
438
  toString: () => string;
439
439
  toLocaleString: () => string;
@@ -479,7 +479,7 @@ declare const _default: {
479
479
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
480
480
  [Symbol.iterator]: () => IterableIterator<string>;
481
481
  readonly [Symbol.unscopables]: {
482
- [x: number]: boolean;
482
+ readonly [x: number]: boolean;
483
483
  readonly length?: boolean;
484
484
  toString?: boolean;
485
485
  toLocaleString?: boolean;
@@ -509,10 +509,10 @@ declare const _default: {
509
509
  };
510
510
  at: (index: number) => string;
511
511
  }> | Readonly<import("vue").ExtractPropTypes<{
512
- [x: string]: import("vue").Prop<unknown, unknown>;
512
+ readonly [x: string]: import("vue").Prop<unknown, unknown>;
513
513
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
514
514
  propsDefinition: Omit<Readonly<{
515
- [x: number]: string;
515
+ readonly [x: number]: string;
516
516
  readonly length: number;
517
517
  toString: () => string;
518
518
  toLocaleString: () => string;
@@ -558,7 +558,7 @@ declare const _default: {
558
558
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
559
559
  [Symbol.iterator]: () => IterableIterator<string>;
560
560
  readonly [Symbol.unscopables]: {
561
- [x: number]: boolean;
561
+ readonly [x: number]: boolean;
562
562
  readonly length?: boolean;
563
563
  toString?: boolean;
564
564
  toLocaleString?: boolean;
@@ -588,8 +588,8 @@ declare const _default: {
588
588
  };
589
589
  at: (index: number) => string;
590
590
  }>, never> | Omit<Readonly<{} & {
591
- [x: string]: unknown;
592
- [x: number]: unknown;
591
+ readonly [x: string]: unknown;
592
+ readonly [x: number]: unknown;
593
593
  }>, never>;
594
594
  };
595
595
  export default _default;
@@ -1,4 +1,4 @@
1
- export declare module PexelProviderLocalization {
1
+ export declare namespace PexelProviderLocalization {
2
2
  const namespace = "Omnia.Ux.PexelProvider";
3
3
  interface locInterface {
4
4
  Title: string;
@@ -1,4 +1,4 @@
1
- export declare module SharePointVideoSettingsLocalization {
1
+ export declare namespace SharePointVideoSettingsLocalization {
2
2
  const namespace = "Omnia.Ux.SharePointVideoSettings";
3
3
  interface locInterface {
4
4
  StartAt: string;
@@ -1,4 +1,4 @@
1
- export declare module UnsplashProviderLocalization {
1
+ export declare namespace UnsplashProviderLocalization {
2
2
  const namespace = "Omnia.Ux.UnsplashProvider";
3
3
  interface locInterface {
4
4
  Title: string;
@@ -3,6 +3,7 @@ export declare const ActionToolbarStyles: {
3
3
  loadingIndicatorWrapper?: NestedCSSPropertiesExtends;
4
4
  loadingIndicatorPositioning?: NestedCSSPropertiesExtends;
5
5
  positioning: (color: ColorDefinition) => NestedCSSPropertiesExtends;
6
+ wrapper: NestedCSSPropertiesExtends;
6
7
  actionButtons: NestedCSSPropertiesExtends;
7
8
  actionButtonsLeft: NestedCSSPropertiesExtends;
8
9
  viewButton: NestedCSSPropertiesExtends;
@@ -669,7 +669,7 @@ declare const _default: {
669
669
  };
670
670
  }>;
671
671
  };
672
- options?: unknown;
672
+ options?: editor.IStandaloneEditorConstructionOptions;
673
673
  "onUpdate:modelValue"?: (value: string) => any;
674
674
  "v-model"?: string;
675
675
  modelValue?: string;
@@ -781,13 +781,26 @@ declare const _default: {
781
781
  required?: boolean;
782
782
  filled?: boolean;
783
783
  disabled?: boolean;
784
- styles?: unknown;
784
+ styles?: Partial<{
785
+ flag: import("typestyle/lib/types").NestedCSSProperties;
786
+ multilingualBodyWrapper: import("typestyle/lib/types").NestedCSSProperties;
787
+ listViewWrapper: import("typestyle/lib/types").NestedCSSProperties;
788
+ selectedFlag: (theming: import("@omnia/fx-models").ColorDefinition) => import("typestyle/lib/types").NestedCSSProperties;
789
+ multilingualWrapper: import("typestyle/lib/types").NestedCSSProperties;
790
+ listViewFlag: import("typestyle/lib/types").NestedCSSProperties;
791
+ fieldValidation: import("typestyle/lib/types").NestedCSSProperties;
792
+ inputPadding: import("typestyle/lib/types").NestedCSSProperties;
793
+ label: (theming: import("@omnia/fx-models").ColorDefinition) => import("typestyle/lib/types").NestedCSSProperties;
794
+ disabledLabel: (theming: import("@omnia/fx-models").ColorDefinition) => import("typestyle/lib/types").NestedCSSProperties;
795
+ focusedLabel: (theming: import("@omnia/fx-models").ColorDefinition) => import("typestyle/lib/types").NestedCSSProperties;
796
+ icon: (theming: import("@omnia/fx-models").ColorDefinition) => import("typestyle/lib/types").NestedCSSProperties;
797
+ }>;
785
798
  "onUpdate:modelValue"?: (value: MultilingualString) => any;
786
799
  "v-model"?: MultilingualString;
787
800
  modelValue?: MultilingualString;
788
801
  autofocus?: boolean;
789
- richTextSettings?: unknown;
790
- "rich-text-settings"?: unknown;
802
+ richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
803
+ "rich-text-settings"?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
791
804
  multilingualContext?: MultilingualContext;
792
805
  multipleLines?: boolean;
793
806
  "multilingual-context"?: MultilingualContext;
@@ -1,4 +1,4 @@
1
- export declare module MultilingualInputLocalization {
1
+ export declare namespace MultilingualInputLocalization {
2
2
  const namespace = "Omnia.Ux.MultilingualInput";
3
3
  interface locInterface {
4
4
  SingleLanguageRequiredMessage: string;
@@ -1,4 +1,4 @@
1
- export declare module ReporteesLocalization {
1
+ export declare namespace ReporteesLocalization {
2
2
  const namespace = "Omnia.Ux.Reportees";
3
3
  interface locInterface {
4
4
  reportsToLabel: string;
@@ -30,8 +30,8 @@ declare const _default: {
30
30
  default?: import("../../DefineVueTypings").Slot<any[]>;
31
31
  } & ODataTableSlots;
32
32
  readonly loading?: boolean;
33
- readonly hover?: boolean;
34
33
  readonly noDataText?: string;
34
+ readonly hover?: boolean;
35
35
  readonly sortBy?: SortItem[];
36
36
  readonly mustSort?: boolean;
37
37
  readonly showExpand?: boolean;
@@ -449,8 +449,8 @@ declare const _default: {
449
449
  default?: import("../../DefineVueTypings").Slot<any[]>;
450
450
  } & ODataTableSlots;
451
451
  loading?: boolean;
452
- hover?: boolean;
453
452
  noDataText?: string;
453
+ hover?: boolean;
454
454
  sortBy?: SortItem[];
455
455
  mustSort?: boolean;
456
456
  showExpand?: boolean;
@@ -6,18 +6,16 @@ declare const _default: {
6
6
  readonly position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
7
7
  readonly range?: boolean;
8
8
  readonly disabled?: boolean;
9
- readonly "onUpdate:modelValue"?: (value: string | string[]) => any;
10
- readonly "v-model"?: string | string[];
11
- readonly modelValue?: string | string[];
9
+ readonly "onUpdate:modelValue"?: (value: Date | Date[]) => any;
10
+ readonly "v-model"?: Date | Date[];
11
+ readonly modelValue?: Date | Date[];
12
12
  readonly "v-slots"?: {
13
13
  default?: import("../../DefineVueTypings").Slot<any[]>;
14
14
  } & {
15
15
  actions?: () => JSX.Element | JSX.Element[];
16
16
  };
17
17
  readonly inputMode?: "calendar" | "keyboard";
18
- readonly variant?: "classic" | "modern";
19
18
  readonly location?: Anchor;
20
- readonly hideActions?: boolean;
21
19
  readonly allowedDates?: unknown[] | ((date: unknown) => boolean);
22
20
  readonly showAdjacentMonths?: boolean;
23
21
  readonly showWeek?: boolean;
@@ -44,18 +42,10 @@ declare const _default: {
44
42
  locale: {
45
43
  type: import("vue").PropType<string>;
46
44
  };
47
- variant: {
48
- type: import("vue").PropType<"classic" | "modern">;
49
- required: false;
50
- };
51
45
  showWeek: {
52
46
  type: import("vue").PropType<boolean>;
53
47
  required: false;
54
48
  };
55
- hideActions: {
56
- type: import("vue").PropType<boolean>;
57
- required: false;
58
- };
59
49
  showAdjacentMonths: {
60
50
  type: import("vue").PropType<boolean>;
61
51
  required: false;
@@ -69,14 +59,14 @@ declare const _default: {
69
59
  required: false;
70
60
  };
71
61
  "onUpdate:modelValue": {
72
- type: import("vue").PropType<(value: string | string[]) => any>;
62
+ type: import("vue").PropType<(value: Date | Date[]) => any>;
73
63
  };
74
64
  "v-model": {
75
- type: import("vue").PropType<string | string[]>;
65
+ type: import("vue").PropType<Date | Date[]>;
76
66
  required: false;
77
67
  };
78
68
  modelValue: {
79
- type: import("vue").PropType<string | string[]>;
69
+ type: import("vue").PropType<Date | Date[]>;
80
70
  required: false;
81
71
  };
82
72
  }>>, never>;
@@ -115,18 +105,10 @@ declare const _default: {
115
105
  locale: {
116
106
  type: import("vue").PropType<string>;
117
107
  };
118
- variant: {
119
- type: import("vue").PropType<"classic" | "modern">;
120
- required: false;
121
- };
122
108
  showWeek: {
123
109
  type: import("vue").PropType<boolean>;
124
110
  required: false;
125
111
  };
126
- hideActions: {
127
- type: import("vue").PropType<boolean>;
128
- required: false;
129
- };
130
112
  showAdjacentMonths: {
131
113
  type: import("vue").PropType<boolean>;
132
114
  required: false;
@@ -140,14 +122,14 @@ declare const _default: {
140
122
  required: false;
141
123
  };
142
124
  "onUpdate:modelValue": {
143
- type: import("vue").PropType<(value: string | string[]) => any>;
125
+ type: import("vue").PropType<(value: Date | Date[]) => any>;
144
126
  };
145
127
  "v-model": {
146
- type: import("vue").PropType<string | string[]>;
128
+ type: import("vue").PropType<Date | Date[]>;
147
129
  required: false;
148
130
  };
149
131
  modelValue: {
150
- type: import("vue").PropType<string | string[]>;
132
+ type: import("vue").PropType<Date | Date[]>;
151
133
  required: false;
152
134
  };
153
135
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
@@ -192,18 +174,10 @@ declare const _default: {
192
174
  locale: {
193
175
  type: import("vue").PropType<string>;
194
176
  };
195
- variant: {
196
- type: import("vue").PropType<"classic" | "modern">;
197
- required: false;
198
- };
199
177
  showWeek: {
200
178
  type: import("vue").PropType<boolean>;
201
179
  required: false;
202
180
  };
203
- hideActions: {
204
- type: import("vue").PropType<boolean>;
205
- required: false;
206
- };
207
181
  showAdjacentMonths: {
208
182
  type: import("vue").PropType<boolean>;
209
183
  required: false;
@@ -217,14 +191,14 @@ declare const _default: {
217
191
  required: false;
218
192
  };
219
193
  "onUpdate:modelValue": {
220
- type: import("vue").PropType<(value: string | string[]) => any>;
194
+ type: import("vue").PropType<(value: Date | Date[]) => any>;
221
195
  };
222
196
  "v-model": {
223
- type: import("vue").PropType<string | string[]>;
197
+ type: import("vue").PropType<Date | Date[]>;
224
198
  required: false;
225
199
  };
226
200
  modelValue: {
227
- type: import("vue").PropType<string | string[]>;
201
+ type: import("vue").PropType<Date | Date[]>;
228
202
  required: false;
229
203
  };
230
204
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -253,18 +227,10 @@ declare const _default: {
253
227
  locale: {
254
228
  type: import("vue").PropType<string>;
255
229
  };
256
- variant: {
257
- type: import("vue").PropType<"classic" | "modern">;
258
- required: false;
259
- };
260
230
  showWeek: {
261
231
  type: import("vue").PropType<boolean>;
262
232
  required: false;
263
233
  };
264
- hideActions: {
265
- type: import("vue").PropType<boolean>;
266
- required: false;
267
- };
268
234
  showAdjacentMonths: {
269
235
  type: import("vue").PropType<boolean>;
270
236
  required: false;
@@ -278,14 +244,14 @@ declare const _default: {
278
244
  required: false;
279
245
  };
280
246
  "onUpdate:modelValue": {
281
- type: import("vue").PropType<(value: string | string[]) => any>;
247
+ type: import("vue").PropType<(value: Date | Date[]) => any>;
282
248
  };
283
249
  "v-model": {
284
- type: import("vue").PropType<string | string[]>;
250
+ type: import("vue").PropType<Date | Date[]>;
285
251
  required: false;
286
252
  };
287
253
  modelValue: {
288
- type: import("vue").PropType<string | string[]>;
254
+ type: import("vue").PropType<Date | Date[]>;
289
255
  required: false;
290
256
  };
291
257
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
@@ -293,18 +259,16 @@ declare const _default: {
293
259
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
294
260
  range?: boolean;
295
261
  disabled?: boolean;
296
- "onUpdate:modelValue"?: (value: string | string[]) => any;
297
- "v-model"?: string | string[];
298
- modelValue?: string | string[];
262
+ "onUpdate:modelValue"?: (value: Date | Date[]) => any;
263
+ "v-model"?: Date | Date[];
264
+ modelValue?: Date | Date[];
299
265
  "v-slots"?: {
300
266
  default?: import("../../DefineVueTypings").Slot<any[]>;
301
267
  } & {
302
268
  actions?: () => JSX.Element | JSX.Element[];
303
269
  };
304
270
  inputMode?: "calendar" | "keyboard";
305
- variant?: "classic" | "modern";
306
271
  location?: Anchor;
307
- hideActions?: boolean;
308
272
  allowedDates?: unknown[] | ((date: unknown) => boolean);
309
273
  showAdjacentMonths?: boolean;
310
274
  showWeek?: boolean;
@@ -5,7 +5,6 @@ declare const _default: {
5
5
  $: import("vue").ComponentInternalInstance;
6
6
  $data: {};
7
7
  $props: Partial<{}> & Omit<{
8
- readonly itemTitle: string | ((item: any) => VNodeChild);
9
8
  readonly headers?: DataTableHeader[];
10
9
  readonly "onUpdate:modelValue"?: (value: any[]) => any;
11
10
  readonly "v-model"?: any[];
@@ -16,6 +15,7 @@ declare const _default: {
16
15
  item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
17
16
  };
18
17
  readonly variant?: "default" | "list" | "element" | "data-table";
18
+ readonly itemTitle?: string | ((item: any) => VNodeChild);
19
19
  readonly itemValue?: string | ((item: any) => string);
20
20
  readonly disabledItem?: string;
21
21
  readonly placeholderClass?: string;
@@ -52,7 +52,6 @@ declare const _default: {
52
52
  };
53
53
  itemTitle: {
54
54
  type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
55
- required: true;
56
55
  };
57
56
  "onUpdate:modelValue": {
58
57
  type: import("vue").PropType<(value: any[]) => any>;
@@ -112,7 +111,6 @@ declare const _default: {
112
111
  };
113
112
  itemTitle: {
114
113
  type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
115
- required: true;
116
114
  };
117
115
  "onUpdate:modelValue": {
118
116
  type: import("vue").PropType<(value: any[]) => any>;
@@ -182,7 +180,6 @@ declare const _default: {
182
180
  };
183
181
  itemTitle: {
184
182
  type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
185
- required: true;
186
183
  };
187
184
  "onUpdate:modelValue": {
188
185
  type: import("vue").PropType<(value: any[]) => any>;
@@ -232,7 +229,6 @@ declare const _default: {
232
229
  };
233
230
  itemTitle: {
234
231
  type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
235
- required: true;
236
232
  };
237
233
  "onUpdate:modelValue": {
238
234
  type: import("vue").PropType<(value: any[]) => any>;
@@ -254,9 +250,7 @@ declare const _default: {
254
250
  "sort:start": () => true;
255
251
  "click:navigate": (value: any) => true;
256
252
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
257
- propsDefinition: Omit<Readonly<{
258
- itemTitle: string | ((item: any) => VNodeChild);
259
- } & {
253
+ propsDefinition: Omit<Readonly<{} & {
260
254
  headers?: DataTableHeader[];
261
255
  "onUpdate:modelValue"?: (value: any[]) => any;
262
256
  "v-model"?: any[];
@@ -267,6 +261,7 @@ declare const _default: {
267
261
  item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
268
262
  };
269
263
  variant?: "default" | "list" | "element" | "data-table";
264
+ itemTitle?: string | ((item: any) => VNodeChild);
270
265
  itemValue?: string | ((item: any) => string);
271
266
  disabledItem?: string;
272
267
  placeholderClass?: string;
@@ -229,8 +229,8 @@ declare const _default: {
229
229
  class?: String | String[];
230
230
  width?: string;
231
231
  minWidth?: string;
232
- margin?: unknown;
233
- padding?: unknown;
232
+ margin?: SpacingSettings | SpacingType;
233
+ padding?: SpacingSettings | SpacingType;
234
234
  filled?: boolean;
235
235
  grow?: number;
236
236
  alignY?: "center" | "bottom" | "top";
@@ -175,8 +175,8 @@ declare const _default: {
175
175
  colors?: any;
176
176
  } & {
177
177
  class?: String | String[];
178
- margin?: unknown;
179
- padding?: unknown;
178
+ margin?: SpacingSettings | SpacingType;
179
+ padding?: SpacingSettings | SpacingType;
180
180
  filled?: boolean;
181
181
  toned?: boolean;
182
182
  }>, never>;
@@ -296,8 +296,8 @@ declare const _default: {
296
296
  height?: string;
297
297
  minHeight?: string;
298
298
  minWidth?: string;
299
- margin?: unknown;
300
- padding?: unknown;
299
+ margin?: SpacingSettings | SpacingType;
300
+ padding?: SpacingSettings | SpacingType;
301
301
  wrap?: boolean;
302
302
  filled?: boolean;
303
303
  alignY?: "center" | "bottom" | "top";
@@ -1,6 +1,12 @@
1
1
  import { ValidationRule } from "@omnia/fx/ux";
2
2
  import { VNodeChild } from "vue";
3
3
  import { OSelectRenderingItem } from "@omnia/fx-models";
4
+ import { VSelectSlots } from "../../ComponentTypings";
5
+ export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" | "chip"> {
6
+ chip?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
7
+ selection?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
8
+ item?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
9
+ }
4
10
  declare const _default: {
5
11
  new (...args: any[]): {
6
12
  $: import("vue").ComponentInternalInstance;
@@ -27,11 +33,7 @@ declare const _default: {
27
33
  readonly items?: any;
28
34
  readonly "v-slots"?: {
29
35
  default?: import("../../DefineVueTypings").Slot<any[]>;
30
- } & {
31
- chip?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
32
- selection?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
33
- item?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
34
- };
36
+ } & OSelectSlots;
35
37
  readonly variant?: "default" | "add" | "picker" | "combobox";
36
38
  readonly toned?: boolean;
37
39
  readonly loading?: boolean;
@@ -49,11 +51,7 @@ declare const _default: {
49
51
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
50
52
  "v-slots": import("vue").Prop<{
51
53
  default?: import("../../DefineVueTypings").Slot<any[]>;
52
- } & {
53
- chip?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
54
- selection?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
55
- item?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
56
- }>;
54
+ } & OSelectSlots>;
57
55
  hideSelected: {
58
56
  type: import("vue").PropType<boolean>;
59
57
  };
@@ -154,11 +152,7 @@ declare const _default: {
154
152
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
155
153
  "v-slots": import("vue").Prop<{
156
154
  default?: import("../../DefineVueTypings").Slot<any[]>;
157
- } & {
158
- chip?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
159
- selection?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
160
- item?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
161
- }>;
155
+ } & OSelectSlots>;
162
156
  hideSelected: {
163
157
  type: import("vue").PropType<boolean>;
164
158
  };
@@ -274,11 +268,7 @@ declare const _default: {
274
268
  } & Readonly<import("vue").ExtractPropTypes<{
275
269
  "v-slots": import("vue").Prop<{
276
270
  default?: import("../../DefineVueTypings").Slot<any[]>;
277
- } & {
278
- chip?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
279
- selection?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
280
- item?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
281
- }>;
271
+ } & OSelectSlots>;
282
272
  hideSelected: {
283
273
  type: import("vue").PropType<boolean>;
284
274
  };
@@ -369,11 +359,7 @@ declare const _default: {
369
359
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
370
360
  "v-slots": import("vue").Prop<{
371
361
  default?: import("../../DefineVueTypings").Slot<any[]>;
372
- } & {
373
- chip?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
374
- selection?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
375
- item?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
376
- }>;
362
+ } & OSelectSlots>;
377
363
  hideSelected: {
378
364
  type: import("vue").PropType<boolean>;
379
365
  };
@@ -484,11 +470,7 @@ declare const _default: {
484
470
  items?: any;
485
471
  "v-slots"?: {
486
472
  default?: import("../../DefineVueTypings").Slot<any[]>;
487
- } & {
488
- chip?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
489
- selection?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
490
- item?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
491
- };
473
+ } & OSelectSlots;
492
474
  variant?: "default" | "add" | "picker" | "combobox";
493
475
  toned?: boolean;
494
476
  loading?: boolean;