@omnia/fx 8.0.293-dev → 8.0.296-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (549) hide show
  1. package/internal-do-not-import-from-here/console/components/MessageBusSubscriptionsViewer.d.ts +4 -14
  2. package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +1 -1
  3. package/internal-do-not-import-from-here/console/components/StoreLogviewer.d.ts +4 -8
  4. package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +9 -4
  5. package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +26 -20
  6. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  7. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  9. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +6 -38
  10. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +6 -29
  11. package/internal-do-not-import-from-here/stores/Store.d.ts +1 -0
  12. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
  13. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +53 -50
  14. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +1 -3
  15. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +1 -15
  17. package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/ComponentRegistration.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/OmniaRedirect.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/RedirectDetails.d.ts +2 -0
  20. package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/loc/localize.d.ts +19 -0
  21. package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectService.d.ts +7 -0
  22. package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +93 -0
  23. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegional.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/SeoManager.d.ts +2 -0
  26. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/components/SeoDetail.d.ts +2 -0
  27. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/loc/localize.d.ts +15 -0
  28. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +7 -0
  29. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +55 -0
  30. package/internal-do-not-import-from-here/ux/app/Router.d.ts +7 -0
  31. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -7
  32. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +1 -4
  34. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +1 -3
  35. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +1 -5
  36. package/internal-do-not-import-from-here/ux/app/index.d.ts +0 -1
  37. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -84
  38. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -4
  39. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +1 -3
  40. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +1 -18
  41. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +1 -15
  42. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +1 -18
  43. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +2 -22
  44. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -20
  45. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +1 -11
  46. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +1 -20
  47. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +1 -20
  48. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +1 -20
  49. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +1 -20
  50. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +1 -87
  51. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +1 -26
  52. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +2 -72
  53. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -25
  54. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +1 -19
  55. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +1 -23
  56. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +1 -5
  57. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -44
  58. package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/aurora/actionhandler/ThemeDesignerAction.d.ts +1 -8
  60. package/internal-do-not-import-from-here/ux/aurora/actionhandler/ThemeSelectorAction.d.ts +1 -8
  61. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/ComponentsJourney.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlockBlade.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlockBladeEdit.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlueprintPreview.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ButtonBladeEdit.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ButtonsBlade.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ContainersBlade.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ContainersBladeEdit.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/EditBlueprints.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/IconsBlade.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/TabBlade.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/TabBladeEdit.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/SpacingJourney.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/blades/EditSpacingBlueprintBlade.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/TypographyJourney.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyBlueprintBlade.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyDefinitionBlade.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyFillBlade.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +4 -78
  82. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +13 -3
  83. package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/ColorSchemasJourney.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/TemplatesJourney.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ButtonTemplates.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplateEdit.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplates.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/TabTemplateEdit.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/TabTemplates.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/PreviewJourney.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/blades/EditThemeBlade.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/blades/ViewThemeBlade.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -17
  96. package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +3 -75
  97. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +2 -29
  98. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +4 -88
  99. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +3 -85
  100. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +1 -23
  101. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +5 -122
  102. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +3 -82
  103. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +4 -82
  104. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +5 -122
  105. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +3 -101
  106. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +86 -181
  107. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +2 -26
  108. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +2 -71
  109. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +2 -71
  110. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -39
  111. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +4 -88
  112. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +13 -1
  113. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +12 -1
  114. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +46 -1
  115. package/internal-do-not-import-from-here/ux/aurora/index.d.ts +1 -1
  116. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +16 -13
  118. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +979 -38
  119. package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +6 -8
  120. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +133 -85
  121. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +13 -8
  122. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +979 -38
  123. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  124. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +5 -14
  125. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -0
  126. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +4 -0
  128. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +12 -0
  129. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -18
  130. package/internal-do-not-import-from-here/ux/aurora/themingV3/index.d.ts +3 -0
  131. package/internal-do-not-import-from-here/ux/aurora/themingV3/model/ThemingBoot.d.ts +7 -0
  132. package/internal-do-not-import-from-here/ux/aurora/themingV3/model/index.d.ts +1 -0
  133. package/internal-do-not-import-from-here/ux/aurora/themingV3/service/ThemingService.d.ts +9 -0
  134. package/internal-do-not-import-from-here/ux/aurora/themingV3/service/index.d.ts +1 -0
  135. package/internal-do-not-import-from-here/ux/aurora/themingV3/store/ThemingStore.d.ts +67 -0
  136. package/internal-do-not-import-from-here/ux/aurora/themingV3/store/index.d.ts +1 -0
  137. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +1 -3
  138. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +1 -3
  139. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +1 -3
  140. package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -53
  143. package/internal-do-not-import-from-here/ux/datetimefilterquery/DateTimeFilterQuery.d.ts +1 -8
  144. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +34 -554
  145. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +3 -53
  146. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -29
  147. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +4 -28
  148. package/internal-do-not-import-from-here/ux/directives/motion/Motion.d.ts +0 -1
  149. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +1 -1
  150. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -14
  151. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -38
  152. package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +0 -18
  153. package/internal-do-not-import-from-here/ux/draggable/DraggableComponent.d.ts +5 -0
  154. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +1 -28
  155. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +1 -21
  156. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +1 -25
  157. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +1 -8
  158. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -14
  159. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +3 -25
  160. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +2 -21
  161. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -33
  162. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +4 -80
  163. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +9 -137
  164. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +1 -1
  165. package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
  166. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -31
  167. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -14
  168. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +1 -3
  169. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +1 -3
  170. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +2 -76
  171. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +1 -6
  172. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +1 -3
  173. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -44
  174. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +1 -6
  175. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +1 -22
  176. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +1 -9
  177. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +1 -4
  178. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +1 -6
  179. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +1 -3
  180. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +1 -6
  181. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +1 -22
  182. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +1 -3
  183. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +1 -4
  184. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +1 -4
  185. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +1 -4
  186. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +1 -4
  187. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +1 -4
  188. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +1 -4
  189. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +2 -11
  190. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +2 -12
  191. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +2 -11
  192. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +2 -12
  193. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +2 -11
  194. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +2 -12
  195. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +2 -12
  196. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +2 -12
  197. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +2 -11
  198. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +2 -12
  199. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +2 -11
  200. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +2 -12
  201. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditorToolbar.css.d.ts +1 -0
  202. package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +8 -8
  203. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -44
  204. package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +1 -11
  205. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +5 -50
  206. package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +1 -1
  207. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +1 -1
  208. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +1 -6
  209. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +1 -1
  210. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +1 -1
  211. package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +1 -1
  212. package/internal-do-not-import-from-here/ux/hub/feed/components/ActorItem.d.ts +2 -17
  213. package/internal-do-not-import-from-here/ux/hub/feed/components/ActorsList.d.ts +1 -6
  214. package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +1 -5
  215. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +1 -10
  216. package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +1 -1
  217. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +1 -15
  218. package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +1 -1
  219. package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +1 -18
  220. package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +1 -6
  221. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +1 -6
  222. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +1 -1
  223. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +1 -1
  224. package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +1 -1
  225. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +1 -1
  226. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +1 -1
  227. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +1 -1
  228. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -86
  229. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +7 -99
  230. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +3 -91
  231. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +46 -740
  232. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +64 -544
  233. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +4 -119
  234. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -95
  235. package/internal-do-not-import-from-here/ux/journey/Journey.d.ts +1 -11
  236. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +4 -105
  237. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -32
  238. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -26
  239. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +1 -14
  240. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +1 -5
  241. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +1 -10
  242. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -16
  243. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +1 -1
  244. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +1 -5
  245. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -14
  246. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +1 -20
  247. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +1 -1
  248. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +1 -1
  249. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +1 -1
  250. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +1 -1
  251. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +1 -1
  252. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
  253. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -26
  254. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +1 -20
  255. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +1 -5
  256. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +1 -8
  257. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +1 -82
  258. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +1 -82
  259. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +1 -82
  260. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -1
  261. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +1 -82
  262. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +1 -82
  263. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +1 -82
  264. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +1 -82
  265. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +1 -82
  266. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +1 -5
  267. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +1 -5
  268. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -17
  269. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -5
  270. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +1 -5
  271. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +1 -5
  272. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +2 -28
  273. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -26
  274. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +5 -0
  275. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlock.d.ts +1 -1
  276. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +2 -1
  277. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +3 -37
  278. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -20
  279. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -19
  280. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +2 -30
  281. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +1 -8
  282. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +4 -24
  283. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +1 -5
  284. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +2 -18
  285. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionSliderRenderer.d.ts +1 -5
  286. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +1 -14
  287. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -20
  288. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -1
  289. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +1 -5
  290. package/internal-do-not-import-from-here/ux/links/LinkPicker.d.ts +2 -4
  291. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkFailure.d.ts +1 -1
  292. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkLogin.d.ts +1 -1
  293. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +15 -124
  294. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -26
  295. package/internal-do-not-import-from-here/ux/markdown/plugins/CodeComponent.d.ts +1 -5
  296. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +1 -1
  297. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +1 -1
  298. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +1 -1
  299. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +1 -1
  300. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -8
  301. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +7 -118
  302. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.d.ts +1 -3
  303. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +1 -1
  304. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +1 -14
  305. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +1 -1
  306. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +1 -1
  307. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +1 -5
  308. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -22
  309. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +1 -5
  310. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +1 -5
  311. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +1 -1
  312. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +1 -1
  313. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -46
  314. package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/VimeoProvider.d.ts +1 -5
  315. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +1 -5
  316. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +1 -1
  317. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +1 -1
  318. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +1 -1
  319. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +1 -1
  320. package/internal-do-not-import-from-here/ux/models/MotionDirective.d.ts +0 -6
  321. package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +11 -0
  322. package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -1
  323. package/internal-do-not-import-from-here/ux/models/linkpicker/LinkPickerRegistration.d.ts +1 -2
  324. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +5 -107
  325. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  326. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -11
  327. package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +1 -1
  328. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +7 -1
  329. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +3 -1
  330. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -1
  331. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +1 -1
  332. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +1 -1
  333. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +1 -2
  334. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +2 -2
  335. package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +3 -0
  336. package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +14 -0
  337. package/internal-do-not-import-from-here/ux/oxide/motion/MotionContext.d.ts +6 -0
  338. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -48
  339. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +3 -51
  340. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -50
  341. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +3 -70
  342. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  343. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +10 -1
  344. package/internal-do-not-import-from-here/ux/oxide/slidepanel/block/SlidePanelBlock.d.ts +1 -1
  345. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +1 -1
  346. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  347. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -95
  348. package/internal-do-not-import-from-here/ux/pickerwrapper/PickerWrapper.d.ts +1 -8
  349. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +1 -1
  350. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +1 -1
  351. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +1 -1
  352. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +2 -69
  353. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +1 -8
  354. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +2 -14
  355. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +2 -10
  356. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +2 -9
  357. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +2 -14
  358. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +1 -8
  359. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +2 -14
  360. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +2 -10
  361. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -8
  362. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -11
  363. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +2 -10
  364. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +2 -15
  365. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +2 -10
  366. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +2 -9
  367. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +2 -10
  368. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +2 -10
  369. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +2 -10
  370. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +2 -9
  371. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +2 -10
  372. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +2 -9
  373. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +2 -9
  374. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +2 -11
  375. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +2 -10
  376. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +2 -14
  377. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +2 -10
  378. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +2 -10
  379. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +1 -13
  380. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +2 -100
  381. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -49
  382. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +2 -80
  383. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +1 -14
  384. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +1 -5
  385. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +1 -19
  386. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -74
  387. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -73
  388. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +1 -13
  389. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +1 -1
  390. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +1 -1
  391. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +1 -1
  392. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkMenu.d.ts +1 -1
  393. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifMenu.d.ts +1 -5
  394. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifToolbar.d.ts +1 -1
  395. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +1 -1
  396. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteToolbar.d.ts +1 -1
  397. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +1 -1
  398. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +1 -1
  399. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +1 -1
  400. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeToolbar.d.ts +1 -1
  401. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +1 -1
  402. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockToolbar.d.ts +1 -1
  403. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +1 -1
  404. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerToolbar.d.ts +1 -1
  405. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +1 -6
  406. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +1 -1
  407. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +1 -1
  408. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +1 -1
  409. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +1 -1
  410. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleToolbar.d.ts +1 -1
  411. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +1 -5
  412. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +1 -5
  413. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +1 -1
  414. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +1 -5
  415. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +1 -5
  416. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +1 -22
  417. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +6 -73
  418. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionConfiguration.d.ts +1 -1
  419. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +6 -72
  420. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +1 -1
  421. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -2
  422. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +1 -1
  423. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +1 -1
  424. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeToolbar.d.ts +1 -1
  425. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -2
  426. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableSubToolbar.d.ts +1 -1
  427. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableToolbar.d.ts +1 -1
  428. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +1 -1
  429. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorToolbar.d.ts +1 -1
  430. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +1 -6
  431. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +1 -1
  432. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslatorToolbar.d.ts +1 -1
  433. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +1 -1
  434. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -20
  435. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -35
  436. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +3 -46
  437. package/internal-do-not-import-from-here/ux/signin/AuthenticationBlock.d.ts +1 -1
  438. package/internal-do-not-import-from-here/ux/signin/AuthenticationPage.d.ts +1 -1
  439. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +1 -3
  440. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -8
  441. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +1 -4
  442. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +1 -4
  443. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PostProcessingProvider.d.ts +1 -4
  444. package/internal-do-not-import-from-here/ux/signout/Logout.d.ts +1 -1
  445. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +2 -77
  446. package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +1 -1
  447. package/internal-do-not-import-from-here/ux/social/Like.d.ts +1 -48
  448. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +2 -26
  449. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +10 -40
  450. package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +1 -8
  451. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -38
  452. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +1 -15
  453. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +1 -3
  454. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +1 -1
  455. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -14
  456. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +1 -18
  457. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +2 -83
  458. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +2 -90
  459. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +3 -5
  460. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -82
  461. package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +1 -9
  462. package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +2 -2
  463. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +1 -1
  464. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +1 -1
  465. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +1 -1
  466. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +1 -1
  467. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +7 -126
  468. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -95
  469. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +2 -85
  470. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +47 -19
  471. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +7 -0
  472. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +0 -2
  473. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
  474. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +13 -0
  475. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +7 -6
  476. package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
  477. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -4
  478. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditorAction.d.ts +1 -8
  479. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +1 -1
  480. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +1 -1
  481. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +1 -1
  482. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +1 -1
  483. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +1 -1
  484. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +1 -1
  485. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-editors/EditEditorsPanel.d.ts +1 -1
  486. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +2 -37
  487. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +1 -16
  488. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +1 -4
  489. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +1 -4
  490. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +1 -4
  491. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +1 -4
  492. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +1 -4
  493. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +1 -4
  494. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +1 -4
  495. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flex.d.ts +1 -4
  496. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexColumn.d.ts +1 -4
  497. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexRow.d.ts +1 -4
  498. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flow.d.ts +1 -4
  499. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Grid.d.ts +1 -4
  500. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +1 -4
  501. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +1 -4
  502. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Link.d.ts +1 -4
  503. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Lottie.d.ts +0 -32
  504. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Motion.d.ts +29 -0
  505. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +1 -4
  506. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +1 -4
  507. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +1 -4
  508. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +1 -4
  509. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Rive.d.ts +0 -32
  510. package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +1 -4
  511. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +1 -4
  512. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +1 -4
  513. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +1 -4
  514. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Video.d.ts +1 -4
  515. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +1 -4
  516. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +2 -74
  517. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +2 -74
  518. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +2 -82
  519. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +2 -71
  520. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +2 -76
  521. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +2 -77
  522. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +2 -69
  523. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +2 -77
  524. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +2 -77
  525. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +2 -80
  526. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +2 -85
  527. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +2 -77
  528. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +2 -78
  529. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +2 -77
  530. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +2 -77
  531. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +2 -80
  532. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +2 -77
  533. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +3 -3
  534. package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +1 -5
  535. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -17
  536. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +1 -23
  537. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +1 -29
  538. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +1 -11
  539. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +1 -11
  540. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +1 -17
  541. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -14
  542. package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +1 -5
  543. package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +1 -14
  544. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +1 -29
  545. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +1 -38
  546. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +1 -39
  547. package/internal-do-not-import-from-here/wctypings.d.ts +60 -0
  548. package/package.json +3 -3
  549. package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +0 -18
@@ -27,175 +27,80 @@ declare const _default: {
27
27
  required: false;
28
28
  };
29
29
  "onUpdate:modelValue": {
30
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
30
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
31
31
  };
32
32
  "v-model": {
33
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
33
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
34
34
  required: false;
35
35
  };
36
36
  modelValue: {
37
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
37
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
38
38
  required: false;
39
39
  };
40
40
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
41
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
41
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
42
42
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
43
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
43
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
44
44
  required: false;
45
45
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
46
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
46
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
47
47
  required: false;
48
48
  }; } & {
49
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerVariant | ContainerBlueprint, {
49
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerBlueprint | ContainerVariant, {
50
50
  "onUpdate:modelValue": {
51
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
51
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
52
52
  };
53
53
  } & {
54
54
  "v-model": {
55
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
55
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
56
56
  required: false;
57
57
  };
58
58
  } & {
59
59
  modelValue: {
60
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
60
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
61
61
  required: false;
62
62
  };
63
63
  }>;
64
- defaultValue(value?: ContainerVariant | ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerVariant | ContainerBlueprint, {
64
+ defaultValue(value?: ContainerBlueprint | ContainerVariant): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerBlueprint | ContainerVariant, {
65
65
  "onUpdate:modelValue": {
66
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
66
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
67
67
  };
68
68
  } & {
69
69
  "v-model": {
70
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
70
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
71
71
  required: false;
72
72
  };
73
73
  } & {
74
74
  modelValue: {
75
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
75
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
76
76
  required: false;
77
77
  };
78
78
  }, false>;
79
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerVariant | ContainerBlueprint, {
79
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerBlueprint | ContainerVariant, {
80
80
  "onUpdate:modelValue": {
81
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
81
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
82
82
  };
83
83
  } & {
84
84
  "v-model": {
85
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
85
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
86
86
  required: false;
87
87
  };
88
88
  } & {
89
89
  modelValue: {
90
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
90
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
91
91
  required: false;
92
92
  };
93
93
  }>;
94
94
  };
95
95
  }>> & {
96
- "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
97
- "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
98
- "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
96
+ "onUpdate:modelValue"?: (value: ContainerBlueprint | ContainerVariant) => any;
97
+ "onItem:enter"?: (value: ContainerBlueprint | ContainerVariant) => any;
98
+ "onItem:leave"?: (value: ContainerBlueprint | ContainerVariant) => any;
99
99
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
100
100
  "update:modelValue": (value: ContainerVariant | ContainerBlueprint) => any;
101
101
  "item:enter": (value: ContainerVariant | ContainerBlueprint) => any;
102
102
  "item:leave": (value: ContainerVariant | ContainerBlueprint) => any;
103
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
104
- "v-slots": import("vue").Prop<{
105
- default?: import("../../../DefineVueTypings").Slot;
106
- } & {
107
- activator?: () => VNodeChild;
108
- }>;
109
- label: {
110
- type: import("vue").PropType<string>;
111
- };
112
- individualRadiusSelection: {
113
- type: import("vue").PropType<boolean>;
114
- };
115
- individualBorderWidthSelection: {
116
- type: import("vue").PropType<boolean>;
117
- };
118
- allowCustom: {
119
- type: import("vue").PropType<boolean>;
120
- };
121
- toned: {
122
- type: import("vue").PropType<boolean>;
123
- };
124
- previewColorSchemaType: {
125
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
126
- required: false;
127
- };
128
- "onUpdate:modelValue": {
129
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
130
- };
131
- "v-model": {
132
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
133
- required: false;
134
- };
135
- modelValue: {
136
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
137
- required: false;
138
- };
139
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
140
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
141
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
142
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
143
- required: false;
144
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
145
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
146
- required: false;
147
- }; } & {
148
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerVariant | ContainerBlueprint, {
149
- "onUpdate:modelValue": {
150
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
151
- };
152
- } & {
153
- "v-model": {
154
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
155
- required: false;
156
- };
157
- } & {
158
- modelValue: {
159
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
160
- required: false;
161
- };
162
- }>;
163
- defaultValue(value?: ContainerVariant | ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerVariant | ContainerBlueprint, {
164
- "onUpdate:modelValue": {
165
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
166
- };
167
- } & {
168
- "v-model": {
169
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
170
- required: false;
171
- };
172
- } & {
173
- modelValue: {
174
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
175
- required: false;
176
- };
177
- }, false>;
178
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerVariant | ContainerBlueprint, {
179
- "onUpdate:modelValue": {
180
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
181
- };
182
- } & {
183
- "v-model": {
184
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
185
- required: false;
186
- };
187
- } & {
188
- modelValue: {
189
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
190
- required: false;
191
- };
192
- }>;
193
- };
194
- }>> & {
195
- "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
196
- "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
197
- "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
198
- }, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
103
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
199
104
  P: {};
200
105
  B: {};
201
106
  D: {};
@@ -228,75 +133,75 @@ declare const _default: {
228
133
  required: false;
229
134
  };
230
135
  "onUpdate:modelValue": {
231
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
136
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
232
137
  };
233
138
  "v-model": {
234
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
139
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
235
140
  required: false;
236
141
  };
237
142
  modelValue: {
238
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
143
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
239
144
  required: false;
240
145
  };
241
146
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
242
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
147
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
243
148
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
244
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
149
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
245
150
  required: false;
246
151
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
247
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
152
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
248
153
  required: false;
249
154
  }; } & {
250
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerVariant | ContainerBlueprint, {
155
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerBlueprint | ContainerVariant, {
251
156
  "onUpdate:modelValue": {
252
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
157
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
253
158
  };
254
159
  } & {
255
160
  "v-model": {
256
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
161
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
257
162
  required: false;
258
163
  };
259
164
  } & {
260
165
  modelValue: {
261
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
166
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
262
167
  required: false;
263
168
  };
264
169
  }>;
265
- defaultValue(value?: ContainerVariant | ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerVariant | ContainerBlueprint, {
170
+ defaultValue(value?: ContainerBlueprint | ContainerVariant): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerBlueprint | ContainerVariant, {
266
171
  "onUpdate:modelValue": {
267
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
172
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
268
173
  };
269
174
  } & {
270
175
  "v-model": {
271
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
176
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
272
177
  required: false;
273
178
  };
274
179
  } & {
275
180
  modelValue: {
276
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
181
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
277
182
  required: false;
278
183
  };
279
184
  }, false>;
280
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerVariant | ContainerBlueprint, {
185
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerBlueprint | ContainerVariant, {
281
186
  "onUpdate:modelValue": {
282
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
187
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
283
188
  };
284
189
  } & {
285
190
  "v-model": {
286
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
191
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
287
192
  required: false;
288
193
  };
289
194
  } & {
290
195
  modelValue: {
291
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
196
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
292
197
  required: false;
293
198
  };
294
199
  }>;
295
200
  };
296
201
  }>> & {
297
- "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
298
- "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
299
- "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
202
+ "onUpdate:modelValue"?: (value: ContainerBlueprint | ContainerVariant) => any;
203
+ "onItem:enter"?: (value: ContainerBlueprint | ContainerVariant) => any;
204
+ "onItem:leave"?: (value: ContainerBlueprint | ContainerVariant) => any;
300
205
  }, () => JSX.Element, {}, {}, {}, {}>;
301
206
  __isFragment?: never;
302
207
  __isTeleport?: never;
@@ -327,75 +232,75 @@ declare const _default: {
327
232
  required: false;
328
233
  };
329
234
  "onUpdate:modelValue": {
330
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
235
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
331
236
  };
332
237
  "v-model": {
333
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
238
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
334
239
  required: false;
335
240
  };
336
241
  modelValue: {
337
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
242
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
338
243
  required: false;
339
244
  };
340
245
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
341
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
246
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
342
247
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
343
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
248
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
344
249
  required: false;
345
250
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
346
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
251
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
347
252
  required: false;
348
253
  }; } & {
349
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerVariant | ContainerBlueprint, {
254
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerBlueprint | ContainerVariant, {
350
255
  "onUpdate:modelValue": {
351
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
256
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
352
257
  };
353
258
  } & {
354
259
  "v-model": {
355
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
260
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
356
261
  required: false;
357
262
  };
358
263
  } & {
359
264
  modelValue: {
360
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
265
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
361
266
  required: false;
362
267
  };
363
268
  }>;
364
- defaultValue(value?: ContainerVariant | ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerVariant | ContainerBlueprint, {
269
+ defaultValue(value?: ContainerBlueprint | ContainerVariant): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerBlueprint | ContainerVariant, {
365
270
  "onUpdate:modelValue": {
366
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
271
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
367
272
  };
368
273
  } & {
369
274
  "v-model": {
370
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
275
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
371
276
  required: false;
372
277
  };
373
278
  } & {
374
279
  modelValue: {
375
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
280
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
376
281
  required: false;
377
282
  };
378
283
  }, false>;
379
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerVariant | ContainerBlueprint, {
284
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerBlueprint | ContainerVariant, {
380
285
  "onUpdate:modelValue": {
381
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
286
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
382
287
  };
383
288
  } & {
384
289
  "v-model": {
385
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
290
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
386
291
  required: false;
387
292
  };
388
293
  } & {
389
294
  modelValue: {
390
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
295
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
391
296
  required: false;
392
297
  };
393
298
  }>;
394
299
  };
395
300
  }>> & {
396
- "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
397
- "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
398
- "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
301
+ "onUpdate:modelValue"?: (value: ContainerBlueprint | ContainerVariant) => any;
302
+ "onItem:enter"?: (value: ContainerBlueprint | ContainerVariant) => any;
303
+ "onItem:leave"?: (value: ContainerBlueprint | ContainerVariant) => any;
399
304
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
400
305
  "update:modelValue": (value: ContainerVariant | ContainerBlueprint) => any;
401
306
  "item:enter": (value: ContainerVariant | ContainerBlueprint) => any;
@@ -404,83 +309,83 @@ declare const _default: {
404
309
  propsDefinition: Omit<Readonly<{} & {
405
310
  name?: {
406
311
  [x: `onUpdate:${string}`]: {
407
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
312
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
408
313
  };
409
314
  } & {
410
315
  [x: `v-model:${string}`]: {
411
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
316
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
412
317
  required: false;
413
318
  };
414
319
  } & {
415
320
  [x: string]: {
416
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
321
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
417
322
  required: false;
418
323
  };
419
324
  } & {
420
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ContainerVariant | ContainerBlueprint, {
325
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ContainerBlueprint | ContainerVariant, {
421
326
  "onUpdate:modelValue": {
422
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
327
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
423
328
  };
424
329
  } & {
425
330
  "v-model": {
426
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
331
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
427
332
  required: false;
428
333
  };
429
334
  } & {
430
335
  modelValue: {
431
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
336
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
432
337
  required: false;
433
338
  };
434
339
  }>;
435
- defaultValue(value?: ContainerVariant | ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ContainerVariant | ContainerBlueprint, {
340
+ defaultValue(value?: ContainerBlueprint | ContainerVariant): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ContainerBlueprint | ContainerVariant, {
436
341
  "onUpdate:modelValue": {
437
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
342
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
438
343
  };
439
344
  } & {
440
345
  "v-model": {
441
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
346
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
442
347
  required: false;
443
348
  };
444
349
  } & {
445
350
  modelValue: {
446
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
351
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
447
352
  required: false;
448
353
  };
449
354
  }, false>;
450
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ContainerVariant | ContainerBlueprint, {
355
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ContainerBlueprint | ContainerVariant, {
451
356
  "onUpdate:modelValue": {
452
- type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any | void>;
357
+ type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
453
358
  };
454
359
  } & {
455
360
  "v-model": {
456
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
361
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
457
362
  required: false;
458
363
  };
459
364
  } & {
460
365
  modelValue: {
461
- type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
366
+ type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
462
367
  required: false;
463
368
  };
464
369
  }>;
465
370
  };
466
371
  label?: string;
467
- toned?: boolean;
468
- modelValue?: ContainerVariant | ContainerBlueprint;
469
- "v-model"?: ContainerVariant | ContainerBlueprint;
470
- "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any | void;
471
372
  "v-slots"?: {
472
373
  default?: import("../../../DefineVueTypings").Slot;
473
374
  } & {
474
375
  activator?: () => VNodeChild;
475
376
  };
377
+ "v-model"?: ContainerBlueprint | ContainerVariant;
378
+ modelValue?: ContainerBlueprint | ContainerVariant;
379
+ toned?: boolean;
380
+ "onUpdate:modelValue"?: (value: ContainerBlueprint | ContainerVariant) => any | void;
476
381
  previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
477
382
  individualRadiusSelection?: boolean;
478
383
  individualBorderWidthSelection?: boolean;
479
384
  allowCustom?: boolean;
480
385
  }>, "onUpdate:modelValue" | "onItem:enter" | "onItem:leave"> & {
481
- "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
482
- "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
483
- "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
386
+ "onUpdate:modelValue"?: (value: ContainerBlueprint | ContainerVariant) => any;
387
+ "onItem:enter"?: (value: ContainerBlueprint | ContainerVariant) => any;
388
+ "onItem:leave"?: (value: ContainerBlueprint | ContainerVariant) => any;
484
389
  };
485
390
  };
486
391
  export default _default;
@@ -24,31 +24,7 @@ declare const _default: {
24
24
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
25
25
  required: boolean;
26
26
  };
27
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
28
- "onUpdate:modelValue": {
29
- type: import("vue").PropType<(value: FillDefinition | ColorValue) => any | void>;
30
- };
31
- "v-model": {
32
- type: import("vue").PropType<FillDefinition | ColorValue>;
33
- required: false;
34
- };
35
- modelValue: {
36
- type: import("vue").PropType<FillDefinition | ColorValue>;
37
- required: false;
38
- };
39
- colorSchemaType: {
40
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
41
- required: boolean;
42
- };
43
- container: {
44
- type: BooleanConstructor;
45
- required: boolean;
46
- };
47
- colors: {
48
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
49
- required: boolean;
50
- };
51
- }>>, {
27
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
52
28
  container: boolean;
53
29
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
54
30
  P: {};
@@ -118,8 +94,8 @@ declare const _default: {
118
94
  container?: boolean;
119
95
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
120
96
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
121
- modelValue?: FillDefinition | ColorValue;
122
97
  "v-model"?: FillDefinition | ColorValue;
98
+ modelValue?: FillDefinition | ColorValue;
123
99
  "onUpdate:modelValue"?: (value: FillDefinition | ColorValue) => any | void;
124
100
  }>, never>;
125
101
  };
@@ -71,76 +71,7 @@ declare const _default: {
71
71
  "onUpdate:modelValue"?: (value: SpacingScale) => any;
72
72
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
73
  "update:modelValue": (value: SpacingScale) => true;
74
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
75
- "onUpdate:modelValue": {
76
- type: import("vue").PropType<(value: SpacingDefinition) => any | void>;
77
- };
78
- "v-model": {
79
- type: import("vue").PropType<SpacingDefinition>;
80
- required: false;
81
- };
82
- modelValue: {
83
- type: import("vue").PropType<SpacingDefinition>;
84
- required: false;
85
- };
86
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
87
- type: import("vue").PropType<(value: SpacingDefinition) => any | void>;
88
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
89
- type: import("vue").PropType<SpacingDefinition>;
90
- required: false;
91
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
92
- type: import("vue").PropType<SpacingDefinition>;
93
- required: false;
94
- }; } & {
95
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingDefinition, {
96
- "onUpdate:modelValue": {
97
- type: import("vue").PropType<(value: SpacingDefinition) => any | void>;
98
- };
99
- } & {
100
- "v-model": {
101
- type: import("vue").PropType<SpacingDefinition>;
102
- required: false;
103
- };
104
- } & {
105
- modelValue: {
106
- type: import("vue").PropType<SpacingDefinition>;
107
- required: false;
108
- };
109
- }>;
110
- defaultValue(value?: SpacingDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingDefinition, {
111
- "onUpdate:modelValue": {
112
- type: import("vue").PropType<(value: SpacingDefinition) => any | void>;
113
- };
114
- } & {
115
- "v-model": {
116
- type: import("vue").PropType<SpacingDefinition>;
117
- required: false;
118
- };
119
- } & {
120
- modelValue: {
121
- type: import("vue").PropType<SpacingDefinition>;
122
- required: false;
123
- };
124
- }, false>;
125
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingDefinition, {
126
- "onUpdate:modelValue": {
127
- type: import("vue").PropType<(value: SpacingDefinition) => any | void>;
128
- };
129
- } & {
130
- "v-model": {
131
- type: import("vue").PropType<SpacingDefinition>;
132
- required: false;
133
- };
134
- } & {
135
- modelValue: {
136
- type: import("vue").PropType<SpacingDefinition>;
137
- required: false;
138
- };
139
- }>;
140
- };
141
- }>> & {
142
- "onUpdate:modelValue"?: (value: SpacingScale) => any;
143
- }, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
74
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
144
75
  P: {};
145
76
  B: {};
146
77
  D: {};
@@ -354,8 +285,8 @@ declare const _default: {
354
285
  };
355
286
  }>;
356
287
  };
357
- modelValue?: SpacingDefinition;
358
288
  "v-model"?: SpacingDefinition;
289
+ modelValue?: SpacingDefinition;
359
290
  "onUpdate:modelValue"?: (value: SpacingDefinition) => any | void;
360
291
  }>, "onUpdate:modelValue"> & {
361
292
  "onUpdate:modelValue"?: (value: SpacingScale) => any;