@omnia/fx 8.0.256-dev → 8.0.258-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 (280) hide show
  1. package/internal-do-not-import-from-here/index.d.ts +11 -11
  2. package/internal-do-not-import-from-here/services/EnterpriseGlossaryService.d.ts +2 -2
  3. package/internal-do-not-import-from-here/stores/EnterprisePropertySetStore.d.ts +1 -1
  4. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +1 -1
  5. package/internal-do-not-import-from-here/stores/TokenStore.d.ts +1 -1
  6. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +2 -2
  7. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +1 -1
  8. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +4 -4
  9. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +3 -3
  10. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +27 -27
  11. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +3 -2
  12. package/internal-do-not-import-from-here/ux/admin/secrets/SecretsJourneyConstants.d.ts +3 -2
  13. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -4
  14. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +10 -2
  15. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +3 -0
  17. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +1 -20
  18. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +6 -1
  19. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +5 -5
  20. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +44 -43
  21. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +25 -25
  22. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +25 -25
  23. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +5 -5
  24. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +5 -5
  26. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +30 -30
  30. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +3 -3
  31. package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +3 -3
  33. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +4 -4
  35. package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +25 -25
  36. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +9 -9
  37. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +30 -30
  38. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +25 -25
  39. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +4 -4
  40. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +35 -35
  41. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +25 -25
  42. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +30 -30
  43. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +35 -35
  44. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +29 -29
  45. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +30 -30
  46. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +9 -9
  47. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +25 -25
  48. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +29 -29
  49. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +25 -25
  50. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  51. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +34 -34
  52. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +30 -30
  53. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/actions/Todo.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/cards/BannerImageTop.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/cards/RollupAvatar.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/cards/RollupImageLarge.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/cards/RollupImageSmall.d.ts +3 -3
  58. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/cards/RollupImageTop.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/cards/RollupImageTopAvatar.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/headers/BlockTextIcon.d.ts +2 -2
  61. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/headers/Pageheader.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/aurora/designkits/pages/definitions/property/PropertiesWithColumLayout.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/aurora/designkits/pages/definitions/property/PropertiesWithRowLayout.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +1242 -1092
  65. package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +3 -3
  66. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +132 -132
  67. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +5 -5
  68. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +1242 -1092
  69. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/commandpalette/stores/CommandStore.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +5 -5
  72. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +25 -25
  73. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +5 -5
  74. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +11 -11
  75. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +5 -5
  76. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +2 -2
  77. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +5 -5
  78. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +30 -30
  79. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +30 -30
  80. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +5 -5
  82. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +25 -25
  83. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +10 -10
  84. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +34 -34
  85. package/internal-do-not-import-from-here/ux/hub/feed/components/ActorItem.d.ts +5 -5
  86. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +5 -5
  87. package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +5 -5
  88. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +9 -9
  96. package/internal-do-not-import-from-here/ux/icon/Icon.css.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +5 -5
  98. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +10 -10
  99. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
  100. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +30 -30
  101. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +5 -5
  102. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +5 -5
  103. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +29 -29
  104. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -3
  105. package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +15 -20
  107. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +32 -32
  108. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +4 -4
  109. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +4 -4
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +5 -5
  111. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
  112. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
  113. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +47 -32
  114. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +47 -32
  115. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +47 -32
  116. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +47 -32
  117. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +47 -32
  118. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +47 -32
  119. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +47 -32
  120. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +47 -32
  121. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +47 -32
  122. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +4 -4
  123. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
  124. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +4 -4
  126. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.stylex.d.ts +7 -0
  127. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +4 -4
  128. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.stylex.d.ts +19 -0
  129. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +4 -4
  130. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +4 -4
  131. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +4 -4
  132. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +1 -1
  133. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +29 -29
  134. package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +6 -6
  135. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +2 -2
  136. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +10 -10
  137. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +5 -5
  138. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -2
  139. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +35 -35
  140. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +5 -5
  141. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +57 -57
  143. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +5 -5
  144. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  145. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +4 -4
  146. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +25 -25
  147. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +4 -4
  148. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +14 -14
  149. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -9
  150. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +4 -4
  151. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +16 -16
  152. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +9 -9
  153. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +14 -14
  154. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +4 -4
  155. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +4 -4
  156. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +3 -3
  157. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +10 -10
  158. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +14 -14
  159. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +9 -9
  160. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  161. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +4 -4
  162. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +4 -4
  163. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +4 -4
  164. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +4 -4
  165. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +9 -9
  166. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +5 -5
  167. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
  169. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +4 -4
  170. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  171. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +4 -4
  172. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +14 -14
  173. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +9 -9
  174. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +9 -9
  175. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +9 -9
  176. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -5
  177. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +9 -9
  178. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +11 -11
  179. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +9 -9
  180. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +14 -14
  181. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +4 -4
  182. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +4 -4
  183. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +4 -4
  184. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +11 -11
  185. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +9 -9
  186. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +4 -4
  187. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +4 -4
  188. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +5 -5
  189. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +11 -11
  190. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +14 -14
  191. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +9 -9
  192. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
  193. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +4 -4
  194. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +14 -14
  195. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +9 -9
  196. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +9 -9
  197. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +19 -19
  198. package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +1 -1
  199. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +25 -25
  200. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -3
  201. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
  202. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -3
  203. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -3
  204. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -3
  205. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +6 -6
  206. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -3
  207. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
  208. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
  209. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +25 -25
  210. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +25 -25
  211. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +5 -5
  212. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +25 -25
  213. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +5 -5
  214. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +5 -5
  215. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
  216. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +9 -9
  217. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +5 -5
  218. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +10 -10
  219. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +25 -25
  220. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +25 -25
  221. package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
  222. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  223. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  224. package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
  225. package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
  226. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +25 -25
  227. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +1 -1
  228. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +15 -15
  229. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Image.d.ts +1 -1
  230. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/ImageText.d.ts +2 -2
  231. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Quote.d.ts +1 -1
  232. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Text.d.ts +1 -1
  233. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Image.d.ts +1 -1
  234. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +2 -2
  235. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +2 -2
  236. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Praise.d.ts +1 -1
  237. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/SocialText.d.ts +1 -1
  238. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +1 -1
  239. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +1 -1
  240. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +75 -75
  241. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +1 -1
  242. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +34 -34
  243. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +30 -30
  244. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +25 -25
  245. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
  246. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  247. package/internal-do-not-import-from-here/ux/velcron/definitions/praise/PraiseApp.d.ts +1 -1
  248. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +6 -6
  249. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  250. package/internal-do-not-import-from-here/ux/velcron/renderer/{VelcronRenderer.css.d.ts → VelcronRenderer.stylex.d.ts} +1 -3
  251. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +27 -27
  252. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +25 -25
  253. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +25 -25
  254. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +25 -25
  255. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +25 -25
  256. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +25 -25
  257. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +25 -25
  258. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +25 -25
  259. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/MarkdownEditor.d.ts +25 -25
  260. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +25 -25
  261. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +27 -27
  262. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +25 -25
  263. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +25 -25
  264. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +25 -25
  265. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +25 -25
  266. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +25 -25
  267. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +25 -25
  268. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +2 -2
  269. package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
  270. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +42 -41
  271. package/internal-do-not-import-from-here/wctypings.d.ts +38 -32
  272. package/package.json +5 -5
  273. package/task.js +1 -2
  274. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDeletedDetail.d.ts +0 -15
  275. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.css.d.ts +0 -7
  276. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.css.d.ts +0 -21
  277. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +0 -826
  278. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.css.d.ts +0 -6
  279. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.css.d.ts +0 -6
  280. /package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/{LayoutRendererCanvas.css.d.ts → LayoutRendererCanvas.stylex.d.ts} +0 -0
@@ -3,7 +3,10 @@ declare const _default: {
3
3
  readonly [x: number]: string;
4
4
  readonly length: number;
5
5
  toString: () => string;
6
- toLocaleString: () => string;
6
+ toLocaleString: {
7
+ (): string;
8
+ (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
9
+ };
7
10
  concat: {
8
11
  (...items: ConcatArray<string>[]): string[];
9
12
  (...items: (string | ConcatArray<string>)[]): string[];
@@ -20,21 +23,21 @@ declare const _default: {
20
23
  forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
21
24
  map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
22
25
  filter: {
23
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
26
+ <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
24
27
  (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
25
28
  };
26
29
  reduce: {
27
30
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
28
31
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
29
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
32
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
30
33
  };
31
34
  reduceRight: {
32
35
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
33
36
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
34
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
37
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
35
38
  };
36
39
  find: {
37
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
40
+ <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
38
41
  (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
39
42
  };
40
43
  findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
@@ -42,7 +45,7 @@ declare const _default: {
42
45
  keys: () => IterableIterator<number>;
43
46
  values: () => IterableIterator<string>;
44
47
  includes: (searchElement: string, fromIndex?: number) => boolean;
45
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
48
+ flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
46
49
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
47
50
  at: (index: number) => string;
48
51
  [Symbol.iterator]: () => IterableIterator<string>;
@@ -77,11 +80,14 @@ declare const _default: {
77
80
  };
78
81
  }> | Readonly<import("vue").ExtractPropTypes<{
79
82
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
80
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
83
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & Readonly<{
81
84
  readonly [x: number]: string;
82
85
  readonly length: number;
83
86
  toString: () => string;
84
- toLocaleString: () => string;
87
+ toLocaleString: {
88
+ (): string;
89
+ (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
90
+ };
85
91
  concat: {
86
92
  (...items: ConcatArray<string>[]): string[];
87
93
  (...items: (string | ConcatArray<string>)[]): string[];
@@ -98,21 +104,21 @@ declare const _default: {
98
104
  forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
99
105
  map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
100
106
  filter: {
101
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
107
+ <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
102
108
  (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
103
109
  };
104
110
  reduce: {
105
111
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
106
112
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
107
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
113
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
108
114
  };
109
115
  reduceRight: {
110
116
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
111
117
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
112
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
118
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
113
119
  };
114
120
  find: {
115
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
121
+ <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
116
122
  (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
117
123
  };
118
124
  findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
@@ -120,7 +126,7 @@ declare const _default: {
120
126
  keys: () => IterableIterator<number>;
121
127
  values: () => IterableIterator<string>;
122
128
  includes: (searchElement: string, fromIndex?: number) => boolean;
123
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
129
+ flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
124
130
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
125
131
  at: (index: number) => string;
126
132
  [Symbol.iterator]: () => IterableIterator<string>;
@@ -155,7 +161,7 @@ declare const _default: {
155
161
  };
156
162
  } | import("vue").ExtractPropTypes<{
157
163
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
158
- }>>, {} | {}, true, {}, {}, {
164
+ }>>), {} | {}, true, {}, {}, {
159
165
  P: {};
160
166
  B: {};
161
167
  D: {};
@@ -166,7 +172,10 @@ declare const _default: {
166
172
  readonly [x: number]: string;
167
173
  readonly length: number;
168
174
  toString: () => string;
169
- toLocaleString: () => string;
175
+ toLocaleString: {
176
+ (): string;
177
+ (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
178
+ };
170
179
  concat: {
171
180
  (...items: ConcatArray<string>[]): string[];
172
181
  (...items: (string | ConcatArray<string>)[]): string[];
@@ -183,21 +192,21 @@ declare const _default: {
183
192
  forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
184
193
  map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
185
194
  filter: {
186
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
195
+ <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
187
196
  (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
188
197
  };
189
198
  reduce: {
190
199
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
191
200
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
192
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
201
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
193
202
  };
194
203
  reduceRight: {
195
204
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
196
205
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
197
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
206
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
198
207
  };
199
208
  find: {
200
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
209
+ <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
201
210
  (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
202
211
  };
203
212
  findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
@@ -205,7 +214,7 @@ declare const _default: {
205
214
  keys: () => IterableIterator<number>;
206
215
  values: () => IterableIterator<string>;
207
216
  includes: (searchElement: string, fromIndex?: number) => boolean;
208
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
217
+ flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
209
218
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
210
219
  at: (index: number) => string;
211
220
  [Symbol.iterator]: () => IterableIterator<string>;
@@ -248,7 +257,10 @@ declare const _default: {
248
257
  readonly [x: number]: string;
249
258
  readonly length: number;
250
259
  toString: () => string;
251
- toLocaleString: () => string;
260
+ toLocaleString: {
261
+ (): string;
262
+ (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
263
+ };
252
264
  concat: {
253
265
  (...items: ConcatArray<string>[]): string[];
254
266
  (...items: (string | ConcatArray<string>)[]): string[];
@@ -265,21 +277,21 @@ declare const _default: {
265
277
  forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
266
278
  map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
267
279
  filter: {
268
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
280
+ <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
269
281
  (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
270
282
  };
271
283
  reduce: {
272
284
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
273
285
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
274
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
286
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
275
287
  };
276
288
  reduceRight: {
277
289
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
278
290
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
279
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
291
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
280
292
  };
281
293
  find: {
282
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
294
+ <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
283
295
  (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
284
296
  };
285
297
  findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
@@ -287,7 +299,7 @@ declare const _default: {
287
299
  keys: () => IterableIterator<number>;
288
300
  values: () => IterableIterator<string>;
289
301
  includes: (searchElement: string, fromIndex?: number) => boolean;
290
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
302
+ flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
291
303
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
292
304
  at: (index: number) => string;
293
305
  [Symbol.iterator]: () => IterableIterator<string>;
@@ -327,7 +339,10 @@ declare const _default: {
327
339
  readonly [x: number]: string;
328
340
  readonly length: number;
329
341
  toString: () => string;
330
- toLocaleString: () => string;
342
+ toLocaleString: {
343
+ (): string;
344
+ (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
345
+ };
331
346
  concat: {
332
347
  (...items: ConcatArray<string>[]): string[];
333
348
  (...items: (string | ConcatArray<string>)[]): string[];
@@ -344,21 +359,21 @@ declare const _default: {
344
359
  forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
345
360
  map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
346
361
  filter: {
347
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
362
+ <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
348
363
  (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
349
364
  };
350
365
  reduce: {
351
366
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
352
367
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
353
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
368
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
354
369
  };
355
370
  reduceRight: {
356
371
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
357
372
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
358
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
373
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
359
374
  };
360
375
  find: {
361
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
376
+ <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
362
377
  (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
363
378
  };
364
379
  findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
@@ -366,7 +381,7 @@ declare const _default: {
366
381
  keys: () => IterableIterator<number>;
367
382
  values: () => IterableIterator<string>;
368
383
  includes: (searchElement: string, fromIndex?: number) => boolean;
369
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
384
+ flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
370
385
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
371
386
  at: (index: number) => string;
372
387
  [Symbol.iterator]: () => IterableIterator<string>;
@@ -3,7 +3,10 @@ declare const _default: {
3
3
  readonly [x: number]: string;
4
4
  readonly length: number;
5
5
  toString: () => string;
6
- toLocaleString: () => string;
6
+ toLocaleString: {
7
+ (): string;
8
+ (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
9
+ };
7
10
  concat: {
8
11
  (...items: ConcatArray<string>[]): string[];
9
12
  (...items: (string | ConcatArray<string>)[]): string[];
@@ -20,21 +23,21 @@ declare const _default: {
20
23
  forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
21
24
  map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
22
25
  filter: {
23
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
26
+ <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
24
27
  (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
25
28
  };
26
29
  reduce: {
27
30
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
28
31
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
29
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
32
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
30
33
  };
31
34
  reduceRight: {
32
35
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
33
36
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
34
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
37
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
35
38
  };
36
39
  find: {
37
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
40
+ <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
38
41
  (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
39
42
  };
40
43
  findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
@@ -42,7 +45,7 @@ declare const _default: {
42
45
  keys: () => IterableIterator<number>;
43
46
  values: () => IterableIterator<string>;
44
47
  includes: (searchElement: string, fromIndex?: number) => boolean;
45
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
48
+ flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
46
49
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
47
50
  at: (index: number) => string;
48
51
  [Symbol.iterator]: () => IterableIterator<string>;
@@ -77,11 +80,14 @@ declare const _default: {
77
80
  };
78
81
  }> | Readonly<import("vue").ExtractPropTypes<{
79
82
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
80
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
83
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & (import("vue").ComponentCustomProps & Readonly<{
81
84
  readonly [x: number]: string;
82
85
  readonly length: number;
83
86
  toString: () => string;
84
- toLocaleString: () => string;
87
+ toLocaleString: {
88
+ (): string;
89
+ (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
90
+ };
85
91
  concat: {
86
92
  (...items: ConcatArray<string>[]): string[];
87
93
  (...items: (string | ConcatArray<string>)[]): string[];
@@ -98,21 +104,21 @@ declare const _default: {
98
104
  forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
99
105
  map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
100
106
  filter: {
101
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
107
+ <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
102
108
  (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
103
109
  };
104
110
  reduce: {
105
111
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
106
112
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
107
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
113
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
108
114
  };
109
115
  reduceRight: {
110
116
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
111
117
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
112
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
118
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
113
119
  };
114
120
  find: {
115
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
121
+ <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
116
122
  (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
117
123
  };
118
124
  findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
@@ -120,7 +126,7 @@ declare const _default: {
120
126
  keys: () => IterableIterator<number>;
121
127
  values: () => IterableIterator<string>;
122
128
  includes: (searchElement: string, fromIndex?: number) => boolean;
123
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
129
+ flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
124
130
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
125
131
  at: (index: number) => string;
126
132
  [Symbol.iterator]: () => IterableIterator<string>;
@@ -155,7 +161,7 @@ declare const _default: {
155
161
  };
156
162
  } | import("vue").ExtractPropTypes<{
157
163
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
158
- }>>, {} | {}, true, {}, {}, {
164
+ }>>), {} | {}, true, {}, {}, {
159
165
  P: {};
160
166
  B: {};
161
167
  D: {};
@@ -166,7 +172,10 @@ declare const _default: {
166
172
  readonly [x: number]: string;
167
173
  readonly length: number;
168
174
  toString: () => string;
169
- toLocaleString: () => string;
175
+ toLocaleString: {
176
+ (): string;
177
+ (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
178
+ };
170
179
  concat: {
171
180
  (...items: ConcatArray<string>[]): string[];
172
181
  (...items: (string | ConcatArray<string>)[]): string[];
@@ -183,21 +192,21 @@ declare const _default: {
183
192
  forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
184
193
  map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
185
194
  filter: {
186
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
195
+ <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
187
196
  (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
188
197
  };
189
198
  reduce: {
190
199
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
191
200
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
192
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
201
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
193
202
  };
194
203
  reduceRight: {
195
204
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
196
205
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
197
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
206
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
198
207
  };
199
208
  find: {
200
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
209
+ <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
201
210
  (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
202
211
  };
203
212
  findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
@@ -205,7 +214,7 @@ declare const _default: {
205
214
  keys: () => IterableIterator<number>;
206
215
  values: () => IterableIterator<string>;
207
216
  includes: (searchElement: string, fromIndex?: number) => boolean;
208
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
217
+ flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
209
218
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
210
219
  at: (index: number) => string;
211
220
  [Symbol.iterator]: () => IterableIterator<string>;
@@ -248,7 +257,10 @@ declare const _default: {
248
257
  readonly [x: number]: string;
249
258
  readonly length: number;
250
259
  toString: () => string;
251
- toLocaleString: () => string;
260
+ toLocaleString: {
261
+ (): string;
262
+ (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
263
+ };
252
264
  concat: {
253
265
  (...items: ConcatArray<string>[]): string[];
254
266
  (...items: (string | ConcatArray<string>)[]): string[];
@@ -265,21 +277,21 @@ declare const _default: {
265
277
  forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
266
278
  map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
267
279
  filter: {
268
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
280
+ <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
269
281
  (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
270
282
  };
271
283
  reduce: {
272
284
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
273
285
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
274
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
286
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
275
287
  };
276
288
  reduceRight: {
277
289
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
278
290
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
279
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
291
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
280
292
  };
281
293
  find: {
282
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
294
+ <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
283
295
  (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
284
296
  };
285
297
  findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
@@ -287,7 +299,7 @@ declare const _default: {
287
299
  keys: () => IterableIterator<number>;
288
300
  values: () => IterableIterator<string>;
289
301
  includes: (searchElement: string, fromIndex?: number) => boolean;
290
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
302
+ flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
291
303
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
292
304
  at: (index: number) => string;
293
305
  [Symbol.iterator]: () => IterableIterator<string>;
@@ -327,7 +339,10 @@ declare const _default: {
327
339
  readonly [x: number]: string;
328
340
  readonly length: number;
329
341
  toString: () => string;
330
- toLocaleString: () => string;
342
+ toLocaleString: {
343
+ (): string;
344
+ (locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
345
+ };
331
346
  concat: {
332
347
  (...items: ConcatArray<string>[]): string[];
333
348
  (...items: (string | ConcatArray<string>)[]): string[];
@@ -344,21 +359,21 @@ declare const _default: {
344
359
  forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
345
360
  map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
346
361
  filter: {
347
- <S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
362
+ <S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
348
363
  (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
349
364
  };
350
365
  reduce: {
351
366
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
352
367
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
353
- <U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
368
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
354
369
  };
355
370
  reduceRight: {
356
371
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
357
372
  (callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
358
- <U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
373
+ <U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
359
374
  };
360
375
  find: {
361
- <S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
376
+ <S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
362
377
  (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
363
378
  };
364
379
  findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
@@ -366,7 +381,7 @@ declare const _default: {
366
381
  keys: () => IterableIterator<number>;
367
382
  values: () => IterableIterator<string>;
368
383
  includes: (searchElement: string, fromIndex?: number) => boolean;
369
- flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
384
+ flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
370
385
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
371
386
  at: (index: number) => string;
372
387
  [Symbol.iterator]: () => IterableIterator<string>;