@itwin/core-react 4.17.1 → 5.0.0-dev.2

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 (1555) hide show
  1. package/CHANGELOG.md +1 -6
  2. package/README.md +16 -2
  3. package/lib/core-react/UiCore.d.ts +38 -0
  4. package/lib/core-react/UiCore.d.ts.map +1 -0
  5. package/lib/core-react/UiCore.js +69 -0
  6. package/lib/core-react/UiCore.js.map +1 -0
  7. package/lib/core-react/_helpers.scss +54 -0
  8. package/lib/core-react/_scrollbar.scss +57 -0
  9. package/lib/core-react/_typography.scss +44 -0
  10. package/lib/core-react/_z-index.scss +51 -0
  11. package/lib/core-react/autosuggest/AutoSuggest.d.ts +99 -0
  12. package/lib/core-react/autosuggest/AutoSuggest.d.ts.map +1 -0
  13. package/lib/core-react/autosuggest/AutoSuggest.js +170 -0
  14. package/lib/core-react/autosuggest/AutoSuggest.js.map +1 -0
  15. package/lib/core-react/autosuggest/AutoSuggest.scss +79 -0
  16. package/lib/core-react/badge/Badge.d.ts +17 -0
  17. package/lib/core-react/badge/Badge.d.ts.map +1 -0
  18. package/lib/core-react/badge/Badge.js +25 -0
  19. package/lib/core-react/badge/Badge.js.map +1 -0
  20. package/lib/core-react/badge/BadgeType.d.ts +19 -0
  21. package/lib/core-react/badge/BadgeType.d.ts.map +1 -0
  22. package/lib/core-react/badge/BadgeType.js +14 -0
  23. package/lib/core-react/badge/BadgeType.js.map +1 -0
  24. package/lib/core-react/badge/DeprecatedBadge.d.ts.map +1 -0
  25. package/lib/core-react/badge/DeprecatedBadge.js.map +1 -0
  26. package/lib/core-react/badge/NewBadge.d.ts.map +1 -0
  27. package/lib/core-react/badge/NewBadge.js.map +1 -0
  28. package/lib/core-react/badge/TechnicalPreviewBadge.d.ts.map +1 -0
  29. package/lib/core-react/badge/TechnicalPreviewBadge.js.map +1 -0
  30. package/lib/core-react/base/Centered.d.ts +12 -0
  31. package/lib/core-react/base/Centered.d.ts.map +1 -0
  32. package/lib/core-react/base/Centered.js +20 -0
  33. package/lib/core-react/base/Centered.js.map +1 -0
  34. package/lib/core-react/base/Div.d.ts +19 -0
  35. package/lib/core-react/base/Div.d.ts.map +1 -0
  36. package/lib/core-react/base/Div.js.map +1 -0
  37. package/lib/core-react/base/DivWithOutsideClick.d.ts +77 -0
  38. package/lib/core-react/base/DivWithOutsideClick.d.ts.map +1 -0
  39. package/lib/core-react/base/DivWithOutsideClick.js +17 -0
  40. package/lib/core-react/base/DivWithOutsideClick.js.map +1 -0
  41. package/lib/core-react/base/FillCentered.d.ts +12 -0
  42. package/lib/core-react/base/FillCentered.d.ts.map +1 -0
  43. package/lib/core-react/base/FillCentered.js +20 -0
  44. package/lib/core-react/base/FillCentered.js.map +1 -0
  45. package/lib/core-react/base/FlexWrapContainer.d.ts +13 -0
  46. package/lib/core-react/base/FlexWrapContainer.d.ts.map +1 -0
  47. package/lib/core-react/base/FlexWrapContainer.js +21 -0
  48. package/lib/core-react/base/FlexWrapContainer.js.map +1 -0
  49. package/lib/core-react/base/Gap.d.ts +18 -0
  50. package/lib/core-react/base/Gap.d.ts.map +1 -0
  51. package/lib/core-react/base/Gap.js.map +1 -0
  52. package/lib/core-react/base/PointerEvents.d.ts.map +1 -0
  53. package/lib/core-react/base/PointerEvents.js.map +1 -0
  54. package/lib/core-react/base/ScrollView.d.ts +13 -0
  55. package/lib/core-react/base/ScrollView.d.ts.map +1 -0
  56. package/lib/core-react/base/ScrollView.js +21 -0
  57. package/lib/core-react/base/ScrollView.js.map +1 -0
  58. package/lib/core-react/base/base.scss +44 -0
  59. package/lib/core-react/base/classes.scss +27 -0
  60. package/lib/core-react/base/index.scss +5 -0
  61. package/lib/core-react/button/UnderlinedButton.d.ts.map +1 -0
  62. package/lib/core-react/button/UnderlinedButton.js.map +1 -0
  63. package/lib/core-react/button/UnderlinedButton.scss +29 -0
  64. package/lib/core-react/checklistbox/CheckListBox.d.ts +45 -0
  65. package/lib/core-react/checklistbox/CheckListBox.d.ts.map +1 -0
  66. package/lib/core-react/checklistbox/CheckListBox.js.map +1 -0
  67. package/lib/core-react/classes.scss +9 -0
  68. package/lib/core-react/contextmenu/ContextMenu.d.ts +91 -0
  69. package/lib/core-react/contextmenu/ContextMenu.d.ts.map +1 -0
  70. package/lib/core-react/contextmenu/ContextMenu.js +362 -0
  71. package/lib/core-react/contextmenu/ContextMenu.js.map +1 -0
  72. package/lib/core-react/contextmenu/ContextMenu.scss +226 -0
  73. package/lib/core-react/contextmenu/ContextMenuDirection.d.ts.map +1 -0
  74. package/lib/core-react/contextmenu/ContextMenuDirection.js.map +1 -0
  75. package/lib/core-react/contextmenu/ContextMenuDivider.d.ts +13 -0
  76. package/lib/core-react/contextmenu/ContextMenuDivider.d.ts.map +1 -0
  77. package/lib/core-react/contextmenu/ContextMenuDivider.js.map +1 -0
  78. package/lib/core-react/contextmenu/ContextMenuItem.d.ts +65 -0
  79. package/lib/core-react/contextmenu/ContextMenuItem.d.ts.map +1 -0
  80. package/lib/core-react/contextmenu/ContextMenuItem.js +107 -0
  81. package/lib/core-react/contextmenu/ContextMenuItem.js.map +1 -0
  82. package/lib/core-react/contextmenu/ContextSubMenu.d.ts +51 -0
  83. package/lib/core-react/contextmenu/ContextSubMenu.d.ts.map +1 -0
  84. package/lib/core-react/contextmenu/ContextSubMenu.js +173 -0
  85. package/lib/core-react/contextmenu/ContextSubMenu.js.map +1 -0
  86. package/lib/core-react/contextmenu/GlobalContextMenu.d.ts +36 -0
  87. package/lib/core-react/contextmenu/GlobalContextMenu.d.ts.map +1 -0
  88. package/lib/core-react/contextmenu/GlobalContextMenu.js +59 -0
  89. package/lib/core-react/contextmenu/GlobalContextMenu.js.map +1 -0
  90. package/lib/core-react/contextmenu/PopupContextMenu.d.ts +57 -0
  91. package/lib/core-react/contextmenu/PopupContextMenu.d.ts.map +1 -0
  92. package/lib/core-react/contextmenu/PopupContextMenu.js +54 -0
  93. package/lib/core-react/contextmenu/PopupContextMenu.js.map +1 -0
  94. package/lib/core-react/contextmenu/TildeFinder.d.ts.map +1 -0
  95. package/lib/core-react/contextmenu/TildeFinder.js.map +1 -0
  96. package/lib/core-react/dialog/Dialog.d.ts +112 -0
  97. package/lib/core-react/dialog/Dialog.d.ts.map +1 -0
  98. package/lib/core-react/dialog/Dialog.js +205 -0
  99. package/lib/core-react/dialog/Dialog.js.map +1 -0
  100. package/lib/core-react/dialog/Dialog.scss +57 -0
  101. package/lib/core-react/dialog/GlobalDialog.d.ts +32 -0
  102. package/lib/core-react/dialog/GlobalDialog.d.ts.map +1 -0
  103. package/lib/core-react/dialog/GlobalDialog.js +57 -0
  104. package/lib/core-react/dialog/GlobalDialog.js.map +1 -0
  105. package/lib/core-react/elementseparator/ElementSeparator.d.ts +44 -0
  106. package/lib/core-react/elementseparator/ElementSeparator.d.ts.map +1 -0
  107. package/lib/core-react/elementseparator/ElementSeparator.js +163 -0
  108. package/lib/core-react/elementseparator/ElementSeparator.js.map +1 -0
  109. package/lib/core-react/elementseparator/ElementSeparator.scss +93 -0
  110. package/lib/core-react/enums/Alignment.d.ts.map +1 -0
  111. package/lib/core-react/enums/Alignment.js.map +1 -0
  112. package/lib/core-react/enums/CheckBoxState.d.ts.map +1 -0
  113. package/lib/core-react/enums/CheckBoxState.js.map +1 -0
  114. package/lib/core-react/enums/Orientation.d.ts.map +1 -0
  115. package/lib/core-react/enums/Orientation.js.map +1 -0
  116. package/lib/core-react/enums/SortDirection.d.ts.map +1 -0
  117. package/lib/core-react/enums/SortDirection.js.map +1 -0
  118. package/lib/core-react/enums/TimeFormat.d.ts.map +1 -0
  119. package/lib/core-react/enums/TimeFormat.js.map +1 -0
  120. package/lib/core-react/expandable/ExpandableList.d.ts +37 -0
  121. package/lib/core-react/expandable/ExpandableList.d.ts.map +1 -0
  122. package/lib/core-react/expandable/ExpandableList.js.map +1 -0
  123. package/lib/core-react/focus/ItemKeyboardNavigator.d.ts +53 -0
  124. package/lib/core-react/focus/ItemKeyboardNavigator.d.ts.map +1 -0
  125. package/lib/core-react/focus/ItemKeyboardNavigator.js +173 -0
  126. package/lib/core-react/focus/ItemKeyboardNavigator.js.map +1 -0
  127. package/lib/core-react/focustrap/FocusTrap.d.ts.map +1 -0
  128. package/lib/core-react/focustrap/FocusTrap.js +196 -0
  129. package/lib/core-react/focustrap/FocusTrap.js.map +1 -0
  130. package/lib/core-react/hocs/withIsPressed.d.ts.map +1 -0
  131. package/lib/core-react/hocs/withIsPressed.js.map +1 -0
  132. package/lib/core-react/hocs/withOnOutsideClick.d.ts.map +1 -0
  133. package/lib/core-react/hocs/withOnOutsideClick.js.map +1 -0
  134. package/lib/core-react/hocs/withTimeout.d.ts +73 -0
  135. package/lib/core-react/hocs/withTimeout.d.ts.map +1 -0
  136. package/lib/core-react/hocs/withTimeout.js +44 -0
  137. package/lib/core-react/hocs/withTimeout.js.map +1 -0
  138. package/lib/core-react/icons/ConditionalIconItem.d.ts +28 -0
  139. package/lib/core-react/icons/ConditionalIconItem.d.ts.map +1 -0
  140. package/lib/core-react/icons/ConditionalIconItem.js.map +1 -0
  141. package/lib/core-react/icons/IconComponent.d.ts +34 -0
  142. package/lib/core-react/icons/IconComponent.d.ts.map +1 -0
  143. package/lib/core-react/icons/IconComponent.js +77 -0
  144. package/lib/core-react/icons/IconComponent.js.map +1 -0
  145. package/lib/core-react/icons/IconComponent.scss +19 -0
  146. package/lib/core-react/icons/SvgPath.d.ts +26 -0
  147. package/lib/core-react/icons/SvgPath.d.ts.map +1 -0
  148. package/lib/core-react/icons/SvgPath.js.map +1 -0
  149. package/lib/core-react/icons/WebFontIcon.d.ts +28 -0
  150. package/lib/core-react/icons/WebFontIcon.d.ts.map +1 -0
  151. package/lib/core-react/icons/WebFontIcon.js.map +1 -0
  152. package/lib/core-react/icons/WebFontIcon.scss +15 -0
  153. package/lib/core-react/icons/classes.scss +18 -0
  154. package/lib/core-react/icons/index.scss +6 -0
  155. package/lib/core-react/icons/mixins.scss +27 -0
  156. package/lib/core-react/imagecheckbox/ImageCheckBox.d.ts +43 -0
  157. package/lib/core-react/imagecheckbox/ImageCheckBox.d.ts.map +1 -0
  158. package/lib/core-react/imagecheckbox/ImageCheckBox.js +49 -0
  159. package/lib/core-react/imagecheckbox/ImageCheckBox.js.map +1 -0
  160. package/lib/core-react/imagecheckbox/ImageCheckBox.scss +51 -0
  161. package/lib/core-react/index.scss +18 -0
  162. package/lib/core-react/inputs/Input.d.ts +21 -0
  163. package/lib/core-react/inputs/Input.d.ts.map +1 -0
  164. package/lib/core-react/inputs/Input.js +42 -0
  165. package/lib/core-react/inputs/Input.js.map +1 -0
  166. package/lib/core-react/inputs/InputLabel.d.ts +23 -0
  167. package/lib/core-react/inputs/InputLabel.d.ts.map +1 -0
  168. package/lib/core-react/inputs/InputLabel.js +33 -0
  169. package/lib/core-react/inputs/InputLabel.js.map +1 -0
  170. package/lib/core-react/inputs/InputStatus.d.ts.map +1 -0
  171. package/lib/core-react/inputs/InputStatus.js.map +1 -0
  172. package/lib/core-react/inputs/LabeledComponentProps.d.ts +36 -0
  173. package/lib/core-react/inputs/LabeledComponentProps.d.ts.map +1 -0
  174. package/lib/core-react/inputs/LabeledComponentProps.js.map +1 -0
  175. package/lib/core-react/inputs/classes.scss +12 -0
  176. package/lib/core-react/inputs/iconinput/IconInput.d.ts +26 -0
  177. package/lib/core-react/inputs/iconinput/IconInput.d.ts.map +1 -0
  178. package/lib/core-react/inputs/iconinput/IconInput.js +29 -0
  179. package/lib/core-react/inputs/iconinput/IconInput.js.map +1 -0
  180. package/lib/core-react/inputs/iconinput/IconInput.scss +33 -0
  181. package/lib/core-react/inputs/index.scss +9 -0
  182. package/lib/core-react/inputs/input-label.scss +95 -0
  183. package/lib/core-react/inputs/input.scss +56 -0
  184. package/lib/core-react/inputs/numberinput/NumberInput.d.ts.map +1 -0
  185. package/lib/core-react/inputs/numberinput/NumberInput.js +160 -0
  186. package/lib/core-react/inputs/numberinput/NumberInput.js.map +1 -0
  187. package/lib/core-react/inputs/numberinput/NumberInput.scss +88 -0
  188. package/lib/core-react/inputs/variables.scss +41 -0
  189. package/lib/core-react/l10n/LocalizationProvider.d.ts.map +1 -0
  190. package/lib/core-react/l10n/LocalizationProvider.js.map +1 -0
  191. package/lib/core-react/l10n/usePackageTranslation.d.ts.map +1 -0
  192. package/lib/core-react/l10n/usePackageTranslation.js +60 -0
  193. package/lib/core-react/l10n/usePackageTranslation.js.map +1 -0
  194. package/lib/core-react/l10n/useTranslation.d.ts.map +1 -0
  195. package/lib/core-react/l10n/useTranslation.js +26 -0
  196. package/lib/core-react/l10n/useTranslation.js.map +1 -0
  197. package/lib/core-react/layout-variables.scss +15 -0
  198. package/lib/core-react/listbox/Listbox.d.ts.map +1 -0
  199. package/lib/core-react/listbox/Listbox.js.map +1 -0
  200. package/lib/core-react/listbox/Listbox.scss +54 -0
  201. package/lib/core-react/loading/LoadingBar.d.ts +31 -0
  202. package/lib/core-react/loading/LoadingBar.d.ts.map +1 -0
  203. package/lib/core-react/loading/LoadingBar.js.map +1 -0
  204. package/lib/core-react/loading/LoadingBar.scss +27 -0
  205. package/lib/core-react/loading/LoadingPrompt.d.ts +41 -0
  206. package/lib/core-react/loading/LoadingPrompt.d.ts.map +1 -0
  207. package/lib/core-react/loading/LoadingPrompt.js +41 -0
  208. package/lib/core-react/loading/LoadingPrompt.js.map +1 -0
  209. package/lib/core-react/loading/LoadingPrompt.scss +29 -0
  210. package/lib/core-react/loading/LoadingSpinner.d.ts.map +1 -0
  211. package/lib/core-react/loading/LoadingSpinner.js.map +1 -0
  212. package/lib/core-react/loading/LoadingSpinner.scss +24 -0
  213. package/lib/core-react/loading/LoadingStatus.d.ts +26 -0
  214. package/lib/core-react/loading/LoadingStatus.d.ts.map +1 -0
  215. package/lib/core-react/loading/LoadingStatus.js.map +1 -0
  216. package/lib/core-react/loading/index.scss +5 -0
  217. package/lib/core-react/loading/mixins.scss +57 -0
  218. package/lib/core-react/messagebox/MessageBox.d.ts +90 -0
  219. package/lib/core-react/messagebox/MessageBox.d.ts.map +1 -0
  220. package/lib/core-react/messagebox/MessageBox.js +105 -0
  221. package/lib/core-react/messagebox/MessageBox.js.map +1 -0
  222. package/lib/core-react/messagebox/MessageBox.scss +55 -0
  223. package/lib/core-react/notification/MessageRenderer.d.ts +22 -0
  224. package/lib/core-react/notification/MessageRenderer.d.ts.map +1 -0
  225. package/lib/core-react/notification/MessageRenderer.js +83 -0
  226. package/lib/core-react/notification/MessageRenderer.js.map +1 -0
  227. package/lib/core-react/notification/MessageType.d.ts.map +1 -0
  228. package/lib/core-react/notification/MessageType.js.map +1 -0
  229. package/lib/core-react/popup/Popup.d.ts +128 -0
  230. package/lib/core-react/popup/Popup.d.ts.map +1 -0
  231. package/lib/core-react/popup/Popup.js +466 -0
  232. package/lib/core-react/popup/Popup.js.map +1 -0
  233. package/lib/core-react/popup/Popup.scss +239 -0
  234. package/lib/core-react/radialmenu/Annulus.d.ts +54 -0
  235. package/lib/core-react/radialmenu/Annulus.d.ts.map +1 -0
  236. package/lib/core-react/radialmenu/Annulus.js +75 -0
  237. package/lib/core-react/radialmenu/Annulus.js.map +1 -0
  238. package/lib/core-react/radialmenu/RadialMenu.d.ts +96 -0
  239. package/lib/core-react/radialmenu/RadialMenu.d.ts.map +1 -0
  240. package/lib/core-react/radialmenu/RadialMenu.js +183 -0
  241. package/lib/core-react/radialmenu/RadialMenu.js.map +1 -0
  242. package/lib/core-react/radialmenu/RadialMenu.scss +55 -0
  243. package/lib/core-react/searchbox/SearchBox.d.ts +51 -0
  244. package/lib/core-react/searchbox/SearchBox.d.ts.map +1 -0
  245. package/lib/core-react/searchbox/SearchBox.js +115 -0
  246. package/lib/core-react/searchbox/SearchBox.js.map +1 -0
  247. package/lib/core-react/searchbox/SearchBox.scss +45 -0
  248. package/lib/core-react/settings/SettingsContainer.d.ts +35 -0
  249. package/lib/core-react/settings/SettingsContainer.d.ts.map +1 -0
  250. package/lib/core-react/settings/SettingsContainer.js +149 -0
  251. package/lib/core-react/settings/SettingsContainer.js.map +1 -0
  252. package/lib/core-react/settings/SettingsContainer.scss +65 -0
  253. package/lib/core-react/settings/SettingsManager.d.ts.map +1 -0
  254. package/lib/core-react/settings/SettingsManager.js +112 -0
  255. package/lib/core-react/settings/SettingsManager.js.map +1 -0
  256. package/lib/core-react/style/index.scss +10 -0
  257. package/lib/core-react/tabs/Tabs.d.ts +69 -0
  258. package/lib/core-react/tabs/Tabs.d.ts.map +1 -0
  259. package/lib/core-react/tabs/Tabs.js +117 -0
  260. package/lib/core-react/tabs/Tabs.js.map +1 -0
  261. package/lib/core-react/tabs/VerticalTabs.d.ts +11 -0
  262. package/lib/core-react/tabs/VerticalTabs.d.ts.map +1 -0
  263. package/lib/core-react/tabs/VerticalTabs.js +19 -0
  264. package/lib/core-react/tabs/VerticalTabs.js.map +1 -0
  265. package/lib/core-react/tabs/classes.scss +9 -0
  266. package/lib/core-react/tabs/index.scss +5 -0
  267. package/lib/core-react/tabs/tabs.scss +99 -0
  268. package/lib/core-react/tabs/vertical.scss +53 -0
  269. package/lib/core-react/text/BlockText.d.ts +11 -0
  270. package/lib/core-react/text/BlockText.d.ts.map +1 -0
  271. package/lib/core-react/text/BlockText.js +19 -0
  272. package/lib/core-react/text/BlockText.js.map +1 -0
  273. package/lib/core-react/text/BodyText.d.ts +11 -0
  274. package/lib/core-react/text/BodyText.d.ts.map +1 -0
  275. package/lib/core-react/text/BodyText.js +19 -0
  276. package/lib/core-react/text/BodyText.js.map +1 -0
  277. package/lib/core-react/text/DisabledText.d.ts +11 -0
  278. package/lib/core-react/text/DisabledText.d.ts.map +1 -0
  279. package/lib/core-react/text/DisabledText.js +18 -0
  280. package/lib/core-react/text/DisabledText.js.map +1 -0
  281. package/lib/core-react/text/FilteredText.d.ts +27 -0
  282. package/lib/core-react/text/FilteredText.d.ts.map +1 -0
  283. package/lib/core-react/text/FilteredText.js.map +1 -0
  284. package/lib/core-react/text/FilteredText.scss +8 -0
  285. package/lib/core-react/text/MutedText.d.ts +11 -0
  286. package/lib/core-react/text/MutedText.d.ts.map +1 -0
  287. package/lib/core-react/text/MutedText.js +19 -0
  288. package/lib/core-react/text/MutedText.js.map +1 -0
  289. package/lib/core-react/text/StyledText.d.ts +19 -0
  290. package/lib/core-react/text/StyledText.d.ts.map +1 -0
  291. package/lib/core-react/text/StyledText.js.map +1 -0
  292. package/lib/core-react/text/TextProps.d.ts +12 -0
  293. package/lib/core-react/text/TextProps.d.ts.map +1 -0
  294. package/lib/core-react/text/TextProps.js.map +1 -0
  295. package/lib/core-react/text/classes.scss +18 -0
  296. package/lib/core-react/text/disabled.scss +7 -0
  297. package/lib/core-react/text/index.scss +10 -0
  298. package/lib/core-react/text/mixins.scss +26 -0
  299. package/lib/core-react/text/muted.scss +7 -0
  300. package/lib/core-react/tree/Branch.d.ts +22 -0
  301. package/lib/core-react/tree/Branch.d.ts.map +1 -0
  302. package/lib/core-react/tree/Branch.js.map +1 -0
  303. package/lib/core-react/tree/ExpansionToggle.d.ts +21 -0
  304. package/lib/core-react/tree/ExpansionToggle.d.ts.map +1 -0
  305. package/lib/core-react/tree/ExpansionToggle.js +27 -0
  306. package/lib/core-react/tree/ExpansionToggle.js.map +1 -0
  307. package/lib/core-react/tree/Node.d.ts +84 -0
  308. package/lib/core-react/tree/Node.d.ts.map +1 -0
  309. package/lib/core-react/tree/Node.js +88 -0
  310. package/lib/core-react/tree/Node.js.map +1 -0
  311. package/lib/core-react/tree/Placeholder.d.ts +25 -0
  312. package/lib/core-react/tree/Placeholder.d.ts.map +1 -0
  313. package/lib/core-react/tree/Placeholder.js +30 -0
  314. package/lib/core-react/tree/Placeholder.js.map +1 -0
  315. package/lib/core-react/tree/Tree.d.ts +31 -0
  316. package/lib/core-react/tree/Tree.d.ts.map +1 -0
  317. package/lib/core-react/tree/Tree.js +105 -0
  318. package/lib/core-react/tree/Tree.js.map +1 -0
  319. package/lib/core-react/uistate/LocalStateStorage.d.ts +17 -0
  320. package/lib/core-react/uistate/LocalStateStorage.d.ts.map +1 -0
  321. package/lib/core-react/uistate/LocalStateStorage.js +48 -0
  322. package/lib/core-react/uistate/LocalStateStorage.js.map +1 -0
  323. package/lib/core-react/uistate/UiStateEntry.d.ts +32 -0
  324. package/lib/core-react/uistate/UiStateEntry.d.ts.map +1 -0
  325. package/lib/core-react/uistate/UiStateEntry.js +58 -0
  326. package/lib/core-react/uistate/UiStateEntry.js.map +1 -0
  327. package/lib/core-react/uistate/UiStateStorage.d.ts.map +1 -0
  328. package/lib/core-react/uistate/UiStateStorage.js.map +1 -0
  329. package/lib/core-react/utils/IconHelper.d.ts +27 -0
  330. package/lib/core-react/utils/IconHelper.d.ts.map +1 -0
  331. package/lib/core-react/utils/IconHelper.js +82 -0
  332. package/lib/core-react/utils/IconHelper.js.map +1 -0
  333. package/lib/core-react/utils/IconWebComponent.d.ts +13 -0
  334. package/lib/core-react/utils/IconWebComponent.d.ts.map +1 -0
  335. package/lib/core-react/utils/IconWebComponent.js +112 -0
  336. package/lib/core-react/utils/IconWebComponent.js.map +1 -0
  337. package/lib/core-react/utils/ListenerType.d.ts.map +1 -0
  338. package/lib/core-react/utils/ListenerType.js.map +1 -0
  339. package/lib/core-react/utils/Point.d.ts +36 -0
  340. package/lib/core-react/utils/Point.d.ts.map +1 -0
  341. package/lib/core-react/utils/Point.js +66 -0
  342. package/lib/core-react/utils/Point.js.map +1 -0
  343. package/lib/core-react/utils/PointProps.d.ts.map +1 -0
  344. package/lib/core-react/utils/PointProps.js.map +1 -0
  345. package/lib/core-react/utils/Props.d.ts.map +1 -0
  346. package/lib/core-react/utils/Props.js.map +1 -0
  347. package/lib/core-react/utils/Rectangle.d.ts +146 -0
  348. package/lib/core-react/utils/Rectangle.d.ts.map +1 -0
  349. package/lib/core-react/utils/Rectangle.js +276 -0
  350. package/lib/core-react/utils/Rectangle.js.map +1 -0
  351. package/lib/core-react/utils/ScrollPositionMaintainer.d.ts.map +1 -0
  352. package/lib/core-react/utils/ScrollPositionMaintainer.js.map +1 -0
  353. package/lib/core-react/utils/Size.d.ts +12 -0
  354. package/lib/core-react/utils/Size.d.ts.map +1 -0
  355. package/lib/core-react/utils/Size.js +9 -0
  356. package/lib/core-react/utils/Size.js.map +1 -0
  357. package/lib/core-react/utils/Timer.d.ts.map +1 -0
  358. package/lib/core-react/utils/Timer.js.map +1 -0
  359. package/lib/core-react/utils/flattenChildren.d.ts.map +1 -0
  360. package/lib/core-react/utils/flattenChildren.js.map +1 -0
  361. package/lib/core-react/utils/getBestBWContrastColor.d.ts.map +1 -0
  362. package/lib/core-react/utils/getBestBWContrastColor.js.map +1 -0
  363. package/lib/core-react/utils/getCssVariable.d.ts.map +1 -0
  364. package/lib/core-react/utils/getCssVariable.js.map +1 -0
  365. package/lib/core-react/utils/getDisplayName.d.ts.map +1 -0
  366. package/lib/core-react/utils/getDisplayName.js.map +1 -0
  367. package/lib/core-react/utils/getUserColor.d.ts.map +1 -0
  368. package/lib/core-react/utils/getUserColor.js.map +1 -0
  369. package/lib/core-react/utils/hooks/useCrossOriginPopup.d.ts.map +1 -0
  370. package/lib/core-react/utils/hooks/useCrossOriginPopup.js +99 -0
  371. package/lib/core-react/utils/hooks/useCrossOriginPopup.js.map +1 -0
  372. package/lib/core-react/utils/hooks/useDisposable.d.ts.map +1 -0
  373. package/lib/core-react/utils/hooks/useDisposable.js.map +1 -0
  374. package/lib/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +1 -0
  375. package/lib/core-react/utils/hooks/useEffectSkipFirst.js.map +1 -0
  376. package/lib/core-react/utils/hooks/useInterval.d.ts.map +1 -0
  377. package/lib/core-react/utils/hooks/useInterval.js.map +1 -0
  378. package/lib/core-react/utils/hooks/useLifecycleLogging.d.ts.map +1 -0
  379. package/lib/core-react/utils/hooks/useLifecycleLogging.js.map +1 -0
  380. package/lib/core-react/utils/hooks/useOnOutsideClick.d.ts.map +1 -0
  381. package/lib/core-react/utils/hooks/useOnOutsideClick.js +99 -0
  382. package/lib/core-react/utils/hooks/useOnOutsideClick.js.map +1 -0
  383. package/lib/core-react/utils/hooks/useProximityToMouse.d.ts.map +1 -0
  384. package/lib/core-react/utils/hooks/useProximityToMouse.js +102 -0
  385. package/lib/core-react/utils/hooks/useProximityToMouse.js.map +1 -0
  386. package/lib/core-react/utils/hooks/useRefEffect.d.ts.map +1 -0
  387. package/lib/core-react/utils/hooks/useRefEffect.js.map +1 -0
  388. package/lib/core-react/utils/hooks/useRefState.d.ts.map +1 -0
  389. package/lib/core-react/utils/hooks/useRefState.js.map +1 -0
  390. package/lib/core-react/utils/hooks/useRefs.d.ts.map +1 -0
  391. package/lib/core-react/utils/hooks/useRefs.js.map +1 -0
  392. package/lib/core-react/utils/hooks/useResizeObserver.d.ts.map +1 -0
  393. package/lib/core-react/utils/hooks/useResizeObserver.js +201 -0
  394. package/lib/core-react/utils/hooks/useResizeObserver.js.map +1 -0
  395. package/lib/core-react/utils/hooks/useTargeted.d.ts.map +1 -0
  396. package/lib/core-react/utils/hooks/useTargeted.js.map +1 -0
  397. package/lib/core-react/utils/hooks/useThrottledFn.d.ts.map +1 -0
  398. package/lib/core-react/utils/hooks/useThrottledFn.js.map +1 -0
  399. package/lib/core-react/utils/hooks/useWidgetOpacityContext.d.ts +25 -0
  400. package/lib/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +1 -0
  401. package/lib/core-react/utils/hooks/useWidgetOpacityContext.js +32 -0
  402. package/lib/core-react/utils/hooks/useWidgetOpacityContext.js.map +1 -0
  403. package/lib/core-react/utils/matches.d.ts.map +1 -0
  404. package/lib/core-react/utils/matches.js.map +1 -0
  405. package/lib/core-react/utils/reuseOrCreatePromise.d.ts.map +1 -0
  406. package/lib/core-react/utils/reuseOrCreatePromise.js.map +1 -0
  407. package/lib/core-react/utils/shallowDiffers.d.ts.map +1 -0
  408. package/lib/core-react/utils/shallowDiffers.js.map +1 -0
  409. package/lib/core-react/utils/typeUtils.d.ts.map +1 -0
  410. package/lib/core-react/utils/typeUtils.js.map +1 -0
  411. package/lib/core-react.d.ts +218 -0
  412. package/lib/core-react.d.ts.map +1 -0
  413. package/lib/core-react.js +218 -0
  414. package/lib/core-react.js.map +1 -0
  415. package/lib/internal.d.ts +18 -0
  416. package/lib/internal.d.ts.map +1 -0
  417. package/lib/internal.js +20 -0
  418. package/lib/internal.js.map +1 -0
  419. package/package.json +34 -25
  420. package/lib/cjs/core-react/UiCore.d.ts +0 -38
  421. package/lib/cjs/core-react/UiCore.d.ts.map +0 -1
  422. package/lib/cjs/core-react/UiCore.js +0 -76
  423. package/lib/cjs/core-react/UiCore.js.map +0 -1
  424. package/lib/cjs/core-react/_helpers.scss +0 -52
  425. package/lib/cjs/core-react/_scrollbar.scss +0 -55
  426. package/lib/cjs/core-react/_typography.scss +0 -44
  427. package/lib/cjs/core-react/_z-index.scss +0 -47
  428. package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts +0 -99
  429. package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts.map +0 -1
  430. package/lib/cjs/core-react/autosuggest/AutoSuggest.js +0 -174
  431. package/lib/cjs/core-react/autosuggest/AutoSuggest.js.map +0 -1
  432. package/lib/cjs/core-react/autosuggest/AutoSuggest.scss +0 -79
  433. package/lib/cjs/core-react/badge/Badge.d.ts +0 -17
  434. package/lib/cjs/core-react/badge/Badge.d.ts.map +0 -1
  435. package/lib/cjs/core-react/badge/Badge.js +0 -29
  436. package/lib/cjs/core-react/badge/Badge.js.map +0 -1
  437. package/lib/cjs/core-react/badge/BadgeType.d.ts +0 -19
  438. package/lib/cjs/core-react/badge/BadgeType.d.ts.map +0 -1
  439. package/lib/cjs/core-react/badge/BadgeType.js +0 -17
  440. package/lib/cjs/core-react/badge/BadgeType.js.map +0 -1
  441. package/lib/cjs/core-react/badge/DeprecatedBadge.d.ts.map +0 -1
  442. package/lib/cjs/core-react/badge/DeprecatedBadge.js +0 -29
  443. package/lib/cjs/core-react/badge/DeprecatedBadge.js.map +0 -1
  444. package/lib/cjs/core-react/badge/NewBadge.d.ts.map +0 -1
  445. package/lib/cjs/core-react/badge/NewBadge.js +0 -23
  446. package/lib/cjs/core-react/badge/NewBadge.js.map +0 -1
  447. package/lib/cjs/core-react/badge/TechnicalPreviewBadge.d.ts.map +0 -1
  448. package/lib/cjs/core-react/badge/TechnicalPreviewBadge.js +0 -29
  449. package/lib/cjs/core-react/badge/TechnicalPreviewBadge.js.map +0 -1
  450. package/lib/cjs/core-react/base/Centered.d.ts +0 -12
  451. package/lib/cjs/core-react/base/Centered.d.ts.map +0 -1
  452. package/lib/cjs/core-react/base/Centered.js +0 -24
  453. package/lib/cjs/core-react/base/Centered.js.map +0 -1
  454. package/lib/cjs/core-react/base/Div.d.ts +0 -19
  455. package/lib/cjs/core-react/base/Div.d.ts.map +0 -1
  456. package/lib/cjs/core-react/base/Div.js +0 -23
  457. package/lib/cjs/core-react/base/Div.js.map +0 -1
  458. package/lib/cjs/core-react/base/DivWithOutsideClick.d.ts +0 -77
  459. package/lib/cjs/core-react/base/DivWithOutsideClick.d.ts.map +0 -1
  460. package/lib/cjs/core-react/base/DivWithOutsideClick.js +0 -20
  461. package/lib/cjs/core-react/base/DivWithOutsideClick.js.map +0 -1
  462. package/lib/cjs/core-react/base/FillCentered.d.ts +0 -12
  463. package/lib/cjs/core-react/base/FillCentered.d.ts.map +0 -1
  464. package/lib/cjs/core-react/base/FillCentered.js +0 -24
  465. package/lib/cjs/core-react/base/FillCentered.js.map +0 -1
  466. package/lib/cjs/core-react/base/FlexWrapContainer.d.ts +0 -13
  467. package/lib/cjs/core-react/base/FlexWrapContainer.d.ts.map +0 -1
  468. package/lib/cjs/core-react/base/FlexWrapContainer.js +0 -25
  469. package/lib/cjs/core-react/base/FlexWrapContainer.js.map +0 -1
  470. package/lib/cjs/core-react/base/Gap.d.ts +0 -18
  471. package/lib/cjs/core-react/base/Gap.d.ts.map +0 -1
  472. package/lib/cjs/core-react/base/Gap.js +0 -23
  473. package/lib/cjs/core-react/base/Gap.js.map +0 -1
  474. package/lib/cjs/core-react/base/PointerEvents.d.ts.map +0 -1
  475. package/lib/cjs/core-react/base/PointerEvents.js +0 -18
  476. package/lib/cjs/core-react/base/PointerEvents.js.map +0 -1
  477. package/lib/cjs/core-react/base/ScrollView.d.ts +0 -13
  478. package/lib/cjs/core-react/base/ScrollView.d.ts.map +0 -1
  479. package/lib/cjs/core-react/base/ScrollView.js +0 -25
  480. package/lib/cjs/core-react/base/ScrollView.js.map +0 -1
  481. package/lib/cjs/core-react/base/base.scss +0 -42
  482. package/lib/cjs/core-react/base/classes.scss +0 -27
  483. package/lib/cjs/core-react/base/index.scss +0 -5
  484. package/lib/cjs/core-react/button/UnderlinedButton.d.ts.map +0 -1
  485. package/lib/cjs/core-react/button/UnderlinedButton.js +0 -38
  486. package/lib/cjs/core-react/button/UnderlinedButton.js.map +0 -1
  487. package/lib/cjs/core-react/button/UnderlinedButton.scss +0 -32
  488. package/lib/cjs/core-react/checklistbox/CheckListBox.d.ts +0 -45
  489. package/lib/cjs/core-react/checklistbox/CheckListBox.d.ts.map +0 -1
  490. package/lib/cjs/core-react/checklistbox/CheckListBox.js +0 -50
  491. package/lib/cjs/core-react/checklistbox/CheckListBox.js.map +0 -1
  492. package/lib/cjs/core-react/classes.scss +0 -10
  493. package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts +0 -91
  494. package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts.map +0 -1
  495. package/lib/cjs/core-react/contextmenu/ContextMenu.js +0 -366
  496. package/lib/cjs/core-react/contextmenu/ContextMenu.js.map +0 -1
  497. package/lib/cjs/core-react/contextmenu/ContextMenu.scss +0 -231
  498. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.d.ts.map +0 -1
  499. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.js +0 -21
  500. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.js.map +0 -1
  501. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.d.ts +0 -13
  502. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.d.ts.map +0 -1
  503. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js +0 -25
  504. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js.map +0 -1
  505. package/lib/cjs/core-react/contextmenu/ContextMenuItem.d.ts +0 -65
  506. package/lib/cjs/core-react/contextmenu/ContextMenuItem.d.ts.map +0 -1
  507. package/lib/cjs/core-react/contextmenu/ContextMenuItem.js +0 -111
  508. package/lib/cjs/core-react/contextmenu/ContextMenuItem.js.map +0 -1
  509. package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts +0 -51
  510. package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts.map +0 -1
  511. package/lib/cjs/core-react/contextmenu/ContextSubMenu.js +0 -177
  512. package/lib/cjs/core-react/contextmenu/ContextSubMenu.js.map +0 -1
  513. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.d.ts +0 -36
  514. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.d.ts.map +0 -1
  515. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js +0 -63
  516. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js.map +0 -1
  517. package/lib/cjs/core-react/contextmenu/PopupContextMenu.d.ts +0 -57
  518. package/lib/cjs/core-react/contextmenu/PopupContextMenu.d.ts.map +0 -1
  519. package/lib/cjs/core-react/contextmenu/PopupContextMenu.js +0 -58
  520. package/lib/cjs/core-react/contextmenu/PopupContextMenu.js.map +0 -1
  521. package/lib/cjs/core-react/contextmenu/TildeFinder.d.ts.map +0 -1
  522. package/lib/cjs/core-react/contextmenu/TildeFinder.js +0 -79
  523. package/lib/cjs/core-react/contextmenu/TildeFinder.js.map +0 -1
  524. package/lib/cjs/core-react/dialog/Dialog.d.ts +0 -112
  525. package/lib/cjs/core-react/dialog/Dialog.d.ts.map +0 -1
  526. package/lib/cjs/core-react/dialog/Dialog.js +0 -209
  527. package/lib/cjs/core-react/dialog/Dialog.js.map +0 -1
  528. package/lib/cjs/core-react/dialog/Dialog.scss +0 -57
  529. package/lib/cjs/core-react/dialog/GlobalDialog.d.ts +0 -32
  530. package/lib/cjs/core-react/dialog/GlobalDialog.d.ts.map +0 -1
  531. package/lib/cjs/core-react/dialog/GlobalDialog.js +0 -61
  532. package/lib/cjs/core-react/dialog/GlobalDialog.js.map +0 -1
  533. package/lib/cjs/core-react/elementseparator/ElementSeparator.d.ts +0 -44
  534. package/lib/cjs/core-react/elementseparator/ElementSeparator.d.ts.map +0 -1
  535. package/lib/cjs/core-react/elementseparator/ElementSeparator.js +0 -167
  536. package/lib/cjs/core-react/elementseparator/ElementSeparator.js.map +0 -1
  537. package/lib/cjs/core-react/elementseparator/ElementSeparator.scss +0 -96
  538. package/lib/cjs/core-react/enums/Alignment.d.ts.map +0 -1
  539. package/lib/cjs/core-react/enums/Alignment.js +0 -34
  540. package/lib/cjs/core-react/enums/Alignment.js.map +0 -1
  541. package/lib/cjs/core-react/enums/CheckBoxState.d.ts.map +0 -1
  542. package/lib/cjs/core-react/enums/CheckBoxState.js +0 -21
  543. package/lib/cjs/core-react/enums/CheckBoxState.js.map +0 -1
  544. package/lib/cjs/core-react/enums/Orientation.d.ts.map +0 -1
  545. package/lib/cjs/core-react/enums/Orientation.js +0 -21
  546. package/lib/cjs/core-react/enums/Orientation.js.map +0 -1
  547. package/lib/cjs/core-react/enums/SortDirection.d.ts.map +0 -1
  548. package/lib/cjs/core-react/enums/SortDirection.js +0 -22
  549. package/lib/cjs/core-react/enums/SortDirection.js.map +0 -1
  550. package/lib/cjs/core-react/enums/TimeFormat.d.ts.map +0 -1
  551. package/lib/cjs/core-react/enums/TimeFormat.js +0 -24
  552. package/lib/cjs/core-react/enums/TimeFormat.js.map +0 -1
  553. package/lib/cjs/core-react/expandable/ExpandableList.d.ts +0 -37
  554. package/lib/cjs/core-react/expandable/ExpandableList.d.ts.map +0 -1
  555. package/lib/cjs/core-react/expandable/ExpandableList.js +0 -62
  556. package/lib/cjs/core-react/expandable/ExpandableList.js.map +0 -1
  557. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.d.ts +0 -53
  558. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.d.ts.map +0 -1
  559. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.js +0 -178
  560. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.js.map +0 -1
  561. package/lib/cjs/core-react/focustrap/FocusTrap.d.ts.map +0 -1
  562. package/lib/cjs/core-react/focustrap/FocusTrap.js +0 -201
  563. package/lib/cjs/core-react/focustrap/FocusTrap.js.map +0 -1
  564. package/lib/cjs/core-react/hocs/withIsPressed.d.ts.map +0 -1
  565. package/lib/cjs/core-react/hocs/withIsPressed.js +0 -45
  566. package/lib/cjs/core-react/hocs/withIsPressed.js.map +0 -1
  567. package/lib/cjs/core-react/hocs/withOnOutsideClick.d.ts.map +0 -1
  568. package/lib/cjs/core-react/hocs/withOnOutsideClick.js +0 -114
  569. package/lib/cjs/core-react/hocs/withOnOutsideClick.js.map +0 -1
  570. package/lib/cjs/core-react/hocs/withTimeout.d.ts +0 -73
  571. package/lib/cjs/core-react/hocs/withTimeout.d.ts.map +0 -1
  572. package/lib/cjs/core-react/hocs/withTimeout.js +0 -48
  573. package/lib/cjs/core-react/hocs/withTimeout.js.map +0 -1
  574. package/lib/cjs/core-react/icons/ConditionalIconItem.d.ts +0 -28
  575. package/lib/cjs/core-react/icons/ConditionalIconItem.d.ts.map +0 -1
  576. package/lib/cjs/core-react/icons/ConditionalIconItem.js +0 -65
  577. package/lib/cjs/core-react/icons/ConditionalIconItem.js.map +0 -1
  578. package/lib/cjs/core-react/icons/IconComponent.d.ts +0 -34
  579. package/lib/cjs/core-react/icons/IconComponent.d.ts.map +0 -1
  580. package/lib/cjs/core-react/icons/IconComponent.js +0 -81
  581. package/lib/cjs/core-react/icons/IconComponent.js.map +0 -1
  582. package/lib/cjs/core-react/icons/IconComponent.scss +0 -19
  583. package/lib/cjs/core-react/icons/SvgPath.d.ts +0 -26
  584. package/lib/cjs/core-react/icons/SvgPath.d.ts.map +0 -1
  585. package/lib/cjs/core-react/icons/SvgPath.js +0 -30
  586. package/lib/cjs/core-react/icons/SvgPath.js.map +0 -1
  587. package/lib/cjs/core-react/icons/WebFontIcon.d.ts +0 -28
  588. package/lib/cjs/core-react/icons/WebFontIcon.d.ts.map +0 -1
  589. package/lib/cjs/core-react/icons/WebFontIcon.js +0 -24
  590. package/lib/cjs/core-react/icons/WebFontIcon.js.map +0 -1
  591. package/lib/cjs/core-react/icons/WebFontIcon.scss +0 -17
  592. package/lib/cjs/core-react/icons/classes.scss +0 -18
  593. package/lib/cjs/core-react/icons/index.scss +0 -6
  594. package/lib/cjs/core-react/icons/mixins.scss +0 -25
  595. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.d.ts +0 -43
  596. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.d.ts.map +0 -1
  597. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.js +0 -53
  598. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.js.map +0 -1
  599. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.scss +0 -54
  600. package/lib/cjs/core-react/index.scss +0 -20
  601. package/lib/cjs/core-react/inputs/Input.d.ts +0 -21
  602. package/lib/cjs/core-react/inputs/Input.d.ts.map +0 -1
  603. package/lib/cjs/core-react/inputs/Input.js +0 -45
  604. package/lib/cjs/core-react/inputs/Input.js.map +0 -1
  605. package/lib/cjs/core-react/inputs/InputLabel.d.ts +0 -23
  606. package/lib/cjs/core-react/inputs/InputLabel.d.ts.map +0 -1
  607. package/lib/cjs/core-react/inputs/InputLabel.js +0 -37
  608. package/lib/cjs/core-react/inputs/InputLabel.js.map +0 -1
  609. package/lib/cjs/core-react/inputs/InputStatus.d.ts.map +0 -1
  610. package/lib/cjs/core-react/inputs/InputStatus.js +0 -21
  611. package/lib/cjs/core-react/inputs/InputStatus.js.map +0 -1
  612. package/lib/cjs/core-react/inputs/LabeledComponentProps.d.ts +0 -36
  613. package/lib/cjs/core-react/inputs/LabeledComponentProps.d.ts.map +0 -1
  614. package/lib/cjs/core-react/inputs/LabeledComponentProps.js +0 -10
  615. package/lib/cjs/core-react/inputs/LabeledComponentProps.js.map +0 -1
  616. package/lib/cjs/core-react/inputs/classes.scss +0 -12
  617. package/lib/cjs/core-react/inputs/iconinput/IconInput.d.ts +0 -26
  618. package/lib/cjs/core-react/inputs/iconinput/IconInput.d.ts.map +0 -1
  619. package/lib/cjs/core-react/inputs/iconinput/IconInput.js +0 -32
  620. package/lib/cjs/core-react/inputs/iconinput/IconInput.js.map +0 -1
  621. package/lib/cjs/core-react/inputs/iconinput/IconInput.scss +0 -34
  622. package/lib/cjs/core-react/inputs/index.scss +0 -9
  623. package/lib/cjs/core-react/inputs/input-label.scss +0 -89
  624. package/lib/cjs/core-react/inputs/input.scss +0 -54
  625. package/lib/cjs/core-react/inputs/numberinput/NumberInput.d.ts.map +0 -1
  626. package/lib/cjs/core-react/inputs/numberinput/NumberInput.js +0 -163
  627. package/lib/cjs/core-react/inputs/numberinput/NumberInput.js.map +0 -1
  628. package/lib/cjs/core-react/inputs/numberinput/NumberInput.scss +0 -88
  629. package/lib/cjs/core-react/inputs/variables.scss +0 -36
  630. package/lib/cjs/core-react/l10n/LocalizationProvider.d.ts.map +0 -1
  631. package/lib/cjs/core-react/l10n/LocalizationProvider.js +0 -30
  632. package/lib/cjs/core-react/l10n/LocalizationProvider.js.map +0 -1
  633. package/lib/cjs/core-react/l10n/usePackageTranslation.d.ts.map +0 -1
  634. package/lib/cjs/core-react/l10n/usePackageTranslation.js +0 -64
  635. package/lib/cjs/core-react/l10n/usePackageTranslation.js.map +0 -1
  636. package/lib/cjs/core-react/l10n/useTranslation.d.ts.map +0 -1
  637. package/lib/cjs/core-react/l10n/useTranslation.js +0 -30
  638. package/lib/cjs/core-react/l10n/useTranslation.js.map +0 -1
  639. package/lib/cjs/core-react/layout-variables.scss +0 -15
  640. package/lib/cjs/core-react/listbox/Listbox.d.ts.map +0 -1
  641. package/lib/cjs/core-react/listbox/Listbox.js +0 -220
  642. package/lib/cjs/core-react/listbox/Listbox.js.map +0 -1
  643. package/lib/cjs/core-react/listbox/Listbox.scss +0 -54
  644. package/lib/cjs/core-react/loading/LoadingBar.d.ts +0 -31
  645. package/lib/cjs/core-react/loading/LoadingBar.d.ts.map +0 -1
  646. package/lib/cjs/core-react/loading/LoadingBar.js +0 -41
  647. package/lib/cjs/core-react/loading/LoadingBar.js.map +0 -1
  648. package/lib/cjs/core-react/loading/LoadingBar.scss +0 -29
  649. package/lib/cjs/core-react/loading/LoadingPrompt.d.ts +0 -41
  650. package/lib/cjs/core-react/loading/LoadingPrompt.d.ts.map +0 -1
  651. package/lib/cjs/core-react/loading/LoadingPrompt.js +0 -45
  652. package/lib/cjs/core-react/loading/LoadingPrompt.js.map +0 -1
  653. package/lib/cjs/core-react/loading/LoadingPrompt.scss +0 -33
  654. package/lib/cjs/core-react/loading/LoadingSpinner.d.ts.map +0 -1
  655. package/lib/cjs/core-react/loading/LoadingSpinner.js +0 -31
  656. package/lib/cjs/core-react/loading/LoadingSpinner.js.map +0 -1
  657. package/lib/cjs/core-react/loading/LoadingSpinner.scss +0 -26
  658. package/lib/cjs/core-react/loading/LoadingStatus.d.ts +0 -26
  659. package/lib/cjs/core-react/loading/LoadingStatus.d.ts.map +0 -1
  660. package/lib/cjs/core-react/loading/LoadingStatus.js +0 -38
  661. package/lib/cjs/core-react/loading/LoadingStatus.js.map +0 -1
  662. package/lib/cjs/core-react/loading/index.scss +0 -5
  663. package/lib/cjs/core-react/loading/mixins.scss +0 -57
  664. package/lib/cjs/core-react/messagebox/MessageBox.d.ts +0 -90
  665. package/lib/cjs/core-react/messagebox/MessageBox.d.ts.map +0 -1
  666. package/lib/cjs/core-react/messagebox/MessageBox.js +0 -110
  667. package/lib/cjs/core-react/messagebox/MessageBox.js.map +0 -1
  668. package/lib/cjs/core-react/messagebox/MessageBox.scss +0 -56
  669. package/lib/cjs/core-react/notification/MessageRenderer.d.ts +0 -22
  670. package/lib/cjs/core-react/notification/MessageRenderer.d.ts.map +0 -1
  671. package/lib/cjs/core-react/notification/MessageRenderer.js +0 -87
  672. package/lib/cjs/core-react/notification/MessageRenderer.js.map +0 -1
  673. package/lib/cjs/core-react/notification/MessageType.d.ts.map +0 -1
  674. package/lib/cjs/core-react/notification/MessageType.js +0 -25
  675. package/lib/cjs/core-react/notification/MessageType.js.map +0 -1
  676. package/lib/cjs/core-react/popup/Popup.d.ts +0 -128
  677. package/lib/cjs/core-react/popup/Popup.d.ts.map +0 -1
  678. package/lib/cjs/core-react/popup/Popup.js +0 -470
  679. package/lib/cjs/core-react/popup/Popup.js.map +0 -1
  680. package/lib/cjs/core-react/popup/Popup.scss +0 -240
  681. package/lib/cjs/core-react/radialmenu/Annulus.d.ts +0 -54
  682. package/lib/cjs/core-react/radialmenu/Annulus.d.ts.map +0 -1
  683. package/lib/cjs/core-react/radialmenu/Annulus.js +0 -82
  684. package/lib/cjs/core-react/radialmenu/Annulus.js.map +0 -1
  685. package/lib/cjs/core-react/radialmenu/RadialMenu.d.ts +0 -96
  686. package/lib/cjs/core-react/radialmenu/RadialMenu.d.ts.map +0 -1
  687. package/lib/cjs/core-react/radialmenu/RadialMenu.js +0 -188
  688. package/lib/cjs/core-react/radialmenu/RadialMenu.js.map +0 -1
  689. package/lib/cjs/core-react/radialmenu/RadialMenu.scss +0 -56
  690. package/lib/cjs/core-react/searchbox/SearchBox.d.ts +0 -51
  691. package/lib/cjs/core-react/searchbox/SearchBox.d.ts.map +0 -1
  692. package/lib/cjs/core-react/searchbox/SearchBox.js +0 -119
  693. package/lib/cjs/core-react/searchbox/SearchBox.js.map +0 -1
  694. package/lib/cjs/core-react/searchbox/SearchBox.scss +0 -47
  695. package/lib/cjs/core-react/settings/SettingsContainer.d.ts +0 -35
  696. package/lib/cjs/core-react/settings/SettingsContainer.d.ts.map +0 -1
  697. package/lib/cjs/core-react/settings/SettingsContainer.js +0 -155
  698. package/lib/cjs/core-react/settings/SettingsContainer.js.map +0 -1
  699. package/lib/cjs/core-react/settings/SettingsContainer.scss +0 -68
  700. package/lib/cjs/core-react/settings/SettingsManager.d.ts.map +0 -1
  701. package/lib/cjs/core-react/settings/SettingsManager.js +0 -120
  702. package/lib/cjs/core-react/settings/SettingsManager.js.map +0 -1
  703. package/lib/cjs/core-react/style/index.scss +0 -10
  704. package/lib/cjs/core-react/tabs/Tabs.d.ts +0 -69
  705. package/lib/cjs/core-react/tabs/Tabs.d.ts.map +0 -1
  706. package/lib/cjs/core-react/tabs/Tabs.js +0 -121
  707. package/lib/cjs/core-react/tabs/Tabs.js.map +0 -1
  708. package/lib/cjs/core-react/tabs/VerticalTabs.d.ts +0 -11
  709. package/lib/cjs/core-react/tabs/VerticalTabs.d.ts.map +0 -1
  710. package/lib/cjs/core-react/tabs/VerticalTabs.js +0 -23
  711. package/lib/cjs/core-react/tabs/VerticalTabs.js.map +0 -1
  712. package/lib/cjs/core-react/tabs/classes.scss +0 -9
  713. package/lib/cjs/core-react/tabs/index.scss +0 -5
  714. package/lib/cjs/core-react/tabs/tabs.scss +0 -96
  715. package/lib/cjs/core-react/tabs/vertical.scss +0 -51
  716. package/lib/cjs/core-react/text/BlockText.d.ts +0 -11
  717. package/lib/cjs/core-react/text/BlockText.d.ts.map +0 -1
  718. package/lib/cjs/core-react/text/BlockText.js +0 -23
  719. package/lib/cjs/core-react/text/BlockText.js.map +0 -1
  720. package/lib/cjs/core-react/text/BodyText.d.ts +0 -11
  721. package/lib/cjs/core-react/text/BodyText.d.ts.map +0 -1
  722. package/lib/cjs/core-react/text/BodyText.js +0 -23
  723. package/lib/cjs/core-react/text/BodyText.js.map +0 -1
  724. package/lib/cjs/core-react/text/DisabledText.d.ts +0 -11
  725. package/lib/cjs/core-react/text/DisabledText.d.ts.map +0 -1
  726. package/lib/cjs/core-react/text/DisabledText.js +0 -22
  727. package/lib/cjs/core-react/text/DisabledText.js.map +0 -1
  728. package/lib/cjs/core-react/text/FilteredText.d.ts +0 -27
  729. package/lib/cjs/core-react/text/FilteredText.d.ts.map +0 -1
  730. package/lib/cjs/core-react/text/FilteredText.js +0 -40
  731. package/lib/cjs/core-react/text/FilteredText.js.map +0 -1
  732. package/lib/cjs/core-react/text/FilteredText.scss +0 -10
  733. package/lib/cjs/core-react/text/MutedText.d.ts +0 -11
  734. package/lib/cjs/core-react/text/MutedText.d.ts.map +0 -1
  735. package/lib/cjs/core-react/text/MutedText.js +0 -23
  736. package/lib/cjs/core-react/text/MutedText.js.map +0 -1
  737. package/lib/cjs/core-react/text/StyledText.d.ts +0 -19
  738. package/lib/cjs/core-react/text/StyledText.d.ts.map +0 -1
  739. package/lib/cjs/core-react/text/StyledText.js +0 -22
  740. package/lib/cjs/core-react/text/StyledText.js.map +0 -1
  741. package/lib/cjs/core-react/text/TextProps.d.ts +0 -12
  742. package/lib/cjs/core-react/text/TextProps.d.ts.map +0 -1
  743. package/lib/cjs/core-react/text/TextProps.js +0 -10
  744. package/lib/cjs/core-react/text/TextProps.js.map +0 -1
  745. package/lib/cjs/core-react/text/classes.scss +0 -18
  746. package/lib/cjs/core-react/text/disabled.scss +0 -9
  747. package/lib/cjs/core-react/text/index.scss +0 -10
  748. package/lib/cjs/core-react/text/mixins.scss +0 -24
  749. package/lib/cjs/core-react/text/muted.scss +0 -9
  750. package/lib/cjs/core-react/tree/Branch.d.ts +0 -22
  751. package/lib/cjs/core-react/tree/Branch.d.ts.map +0 -1
  752. package/lib/cjs/core-react/tree/Branch.js +0 -26
  753. package/lib/cjs/core-react/tree/Branch.js.map +0 -1
  754. package/lib/cjs/core-react/tree/ExpansionToggle.d.ts +0 -21
  755. package/lib/cjs/core-react/tree/ExpansionToggle.d.ts.map +0 -1
  756. package/lib/cjs/core-react/tree/ExpansionToggle.js +0 -31
  757. package/lib/cjs/core-react/tree/ExpansionToggle.js.map +0 -1
  758. package/lib/cjs/core-react/tree/Node.d.ts +0 -84
  759. package/lib/cjs/core-react/tree/Node.d.ts.map +0 -1
  760. package/lib/cjs/core-react/tree/Node.js +0 -92
  761. package/lib/cjs/core-react/tree/Node.js.map +0 -1
  762. package/lib/cjs/core-react/tree/Placeholder.d.ts +0 -25
  763. package/lib/cjs/core-react/tree/Placeholder.d.ts.map +0 -1
  764. package/lib/cjs/core-react/tree/Placeholder.js +0 -34
  765. package/lib/cjs/core-react/tree/Placeholder.js.map +0 -1
  766. package/lib/cjs/core-react/tree/Tree.d.ts +0 -31
  767. package/lib/cjs/core-react/tree/Tree.d.ts.map +0 -1
  768. package/lib/cjs/core-react/tree/Tree.js +0 -109
  769. package/lib/cjs/core-react/tree/Tree.js.map +0 -1
  770. package/lib/cjs/core-react/uistate/LocalStateStorage.d.ts +0 -17
  771. package/lib/cjs/core-react/uistate/LocalStateStorage.d.ts.map +0 -1
  772. package/lib/cjs/core-react/uistate/LocalStateStorage.js +0 -52
  773. package/lib/cjs/core-react/uistate/LocalStateStorage.js.map +0 -1
  774. package/lib/cjs/core-react/uistate/UiStateEntry.d.ts +0 -32
  775. package/lib/cjs/core-react/uistate/UiStateEntry.d.ts.map +0 -1
  776. package/lib/cjs/core-react/uistate/UiStateEntry.js +0 -62
  777. package/lib/cjs/core-react/uistate/UiStateEntry.js.map +0 -1
  778. package/lib/cjs/core-react/uistate/UiStateStorage.d.ts.map +0 -1
  779. package/lib/cjs/core-react/uistate/UiStateStorage.js +0 -23
  780. package/lib/cjs/core-react/uistate/UiStateStorage.js.map +0 -1
  781. package/lib/cjs/core-react/utils/IconHelper.d.ts +0 -27
  782. package/lib/cjs/core-react/utils/IconHelper.d.ts.map +0 -1
  783. package/lib/cjs/core-react/utils/IconHelper.js +0 -86
  784. package/lib/cjs/core-react/utils/IconHelper.js.map +0 -1
  785. package/lib/cjs/core-react/utils/IconWebComponent.d.ts +0 -13
  786. package/lib/cjs/core-react/utils/IconWebComponent.d.ts.map +0 -1
  787. package/lib/cjs/core-react/utils/IconWebComponent.js +0 -117
  788. package/lib/cjs/core-react/utils/IconWebComponent.js.map +0 -1
  789. package/lib/cjs/core-react/utils/ListenerType.d.ts.map +0 -1
  790. package/lib/cjs/core-react/utils/ListenerType.js +0 -3
  791. package/lib/cjs/core-react/utils/ListenerType.js.map +0 -1
  792. package/lib/cjs/core-react/utils/Point.d.ts +0 -38
  793. package/lib/cjs/core-react/utils/Point.d.ts.map +0 -1
  794. package/lib/cjs/core-react/utils/Point.js +0 -74
  795. package/lib/cjs/core-react/utils/Point.js.map +0 -1
  796. package/lib/cjs/core-react/utils/PointProps.d.ts.map +0 -1
  797. package/lib/cjs/core-react/utils/PointProps.js +0 -3
  798. package/lib/cjs/core-react/utils/PointProps.js.map +0 -1
  799. package/lib/cjs/core-react/utils/Props.d.ts.map +0 -1
  800. package/lib/cjs/core-react/utils/Props.js +0 -10
  801. package/lib/cjs/core-react/utils/Props.js.map +0 -1
  802. package/lib/cjs/core-react/utils/Rectangle.d.ts +0 -147
  803. package/lib/cjs/core-react/utils/Rectangle.d.ts.map +0 -1
  804. package/lib/cjs/core-react/utils/Rectangle.js +0 -279
  805. package/lib/cjs/core-react/utils/Rectangle.js.map +0 -1
  806. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.d.ts.map +0 -1
  807. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.js +0 -40
  808. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.js.map +0 -1
  809. package/lib/cjs/core-react/utils/Size.d.ts +0 -25
  810. package/lib/cjs/core-react/utils/Size.d.ts.map +0 -1
  811. package/lib/cjs/core-react/utils/Size.js +0 -32
  812. package/lib/cjs/core-react/utils/Size.js.map +0 -1
  813. package/lib/cjs/core-react/utils/Timer.d.ts.map +0 -1
  814. package/lib/cjs/core-react/utils/Timer.js +0 -67
  815. package/lib/cjs/core-react/utils/Timer.js.map +0 -1
  816. package/lib/cjs/core-react/utils/UiGeometry.d.ts +0 -21
  817. package/lib/cjs/core-react/utils/UiGeometry.d.ts.map +0 -1
  818. package/lib/cjs/core-react/utils/UiGeometry.js +0 -33
  819. package/lib/cjs/core-react/utils/UiGeometry.js.map +0 -1
  820. package/lib/cjs/core-react/utils/flattenChildren.d.ts.map +0 -1
  821. package/lib/cjs/core-react/utils/flattenChildren.js +0 -27
  822. package/lib/cjs/core-react/utils/flattenChildren.js.map +0 -1
  823. package/lib/cjs/core-react/utils/getBestBWContrastColor.d.ts.map +0 -1
  824. package/lib/cjs/core-react/utils/getBestBWContrastColor.js +0 -23
  825. package/lib/cjs/core-react/utils/getBestBWContrastColor.js.map +0 -1
  826. package/lib/cjs/core-react/utils/getCssVariable.d.ts.map +0 -1
  827. package/lib/cjs/core-react/utils/getCssVariable.js +0 -35
  828. package/lib/cjs/core-react/utils/getCssVariable.js.map +0 -1
  829. package/lib/cjs/core-react/utils/getDisplayName.d.ts.map +0 -1
  830. package/lib/cjs/core-react/utils/getDisplayName.js +0 -22
  831. package/lib/cjs/core-react/utils/getDisplayName.js.map +0 -1
  832. package/lib/cjs/core-react/utils/getObjectClassName.d.ts +0 -9
  833. package/lib/cjs/core-react/utils/getObjectClassName.d.ts.map +0 -1
  834. package/lib/cjs/core-react/utils/getObjectClassName.js +0 -23
  835. package/lib/cjs/core-react/utils/getObjectClassName.js.map +0 -1
  836. package/lib/cjs/core-react/utils/getUserColor.d.ts.map +0 -1
  837. package/lib/cjs/core-react/utils/getUserColor.js +0 -40
  838. package/lib/cjs/core-react/utils/getUserColor.js.map +0 -1
  839. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.d.ts +0 -8
  840. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +0 -1
  841. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.js +0 -22
  842. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.js.map +0 -1
  843. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.d.ts.map +0 -1
  844. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.js +0 -103
  845. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.js.map +0 -1
  846. package/lib/cjs/core-react/utils/hooks/useDisposable.d.ts.map +0 -1
  847. package/lib/cjs/core-react/utils/hooks/useDisposable.js +0 -57
  848. package/lib/cjs/core-react/utils/hooks/useDisposable.js.map +0 -1
  849. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +0 -1
  850. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.js +0 -28
  851. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.js.map +0 -1
  852. package/lib/cjs/core-react/utils/hooks/useEventListener.d.ts +0 -12
  853. package/lib/cjs/core-react/utils/hooks/useEventListener.d.ts.map +0 -1
  854. package/lib/cjs/core-react/utils/hooks/useEventListener.js +0 -43
  855. package/lib/cjs/core-react/utils/hooks/useEventListener.js.map +0 -1
  856. package/lib/cjs/core-react/utils/hooks/useInterval.d.ts.map +0 -1
  857. package/lib/cjs/core-react/utils/hooks/useInterval.js +0 -40
  858. package/lib/cjs/core-react/utils/hooks/useInterval.js.map +0 -1
  859. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.d.ts.map +0 -1
  860. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.js +0 -68
  861. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.js.map +0 -1
  862. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.d.ts.map +0 -1
  863. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.js +0 -103
  864. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.js.map +0 -1
  865. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.d.ts.map +0 -1
  866. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.js +0 -114
  867. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.js.map +0 -1
  868. package/lib/cjs/core-react/utils/hooks/useRefEffect.d.ts.map +0 -1
  869. package/lib/cjs/core-react/utils/hooks/useRefEffect.js +0 -24
  870. package/lib/cjs/core-react/utils/hooks/useRefEffect.js.map +0 -1
  871. package/lib/cjs/core-react/utils/hooks/useRefState.d.ts.map +0 -1
  872. package/lib/cjs/core-react/utils/hooks/useRefState.js +0 -36
  873. package/lib/cjs/core-react/utils/hooks/useRefState.js.map +0 -1
  874. package/lib/cjs/core-react/utils/hooks/useRefs.d.ts.map +0 -1
  875. package/lib/cjs/core-react/utils/hooks/useRefs.js +0 -54
  876. package/lib/cjs/core-react/utils/hooks/useRefs.js.map +0 -1
  877. package/lib/cjs/core-react/utils/hooks/useResizeObserver.d.ts.map +0 -1
  878. package/lib/cjs/core-react/utils/hooks/useResizeObserver.js +0 -211
  879. package/lib/cjs/core-react/utils/hooks/useResizeObserver.js.map +0 -1
  880. package/lib/cjs/core-react/utils/hooks/useTargeted.d.ts.map +0 -1
  881. package/lib/cjs/core-react/utils/hooks/useTargeted.js +0 -32
  882. package/lib/cjs/core-react/utils/hooks/useTargeted.js.map +0 -1
  883. package/lib/cjs/core-react/utils/hooks/useThrottledFn.d.ts.map +0 -1
  884. package/lib/cjs/core-react/utils/hooks/useThrottledFn.js +0 -26
  885. package/lib/cjs/core-react/utils/hooks/useThrottledFn.js.map +0 -1
  886. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.d.ts +0 -21
  887. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +0 -1
  888. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.js +0 -27
  889. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.js.map +0 -1
  890. package/lib/cjs/core-react/utils/isPromiseLike.d.ts +0 -8
  891. package/lib/cjs/core-react/utils/isPromiseLike.d.ts.map +0 -1
  892. package/lib/cjs/core-react/utils/isPromiseLike.js +0 -20
  893. package/lib/cjs/core-react/utils/isPromiseLike.js.map +0 -1
  894. package/lib/cjs/core-react/utils/matches.d.ts.map +0 -1
  895. package/lib/cjs/core-react/utils/matches.js +0 -7
  896. package/lib/cjs/core-react/utils/matches.js.map +0 -1
  897. package/lib/cjs/core-react/utils/reuseOrCreatePromise.d.ts.map +0 -1
  898. package/lib/cjs/core-react/utils/reuseOrCreatePromise.js +0 -33
  899. package/lib/cjs/core-react/utils/reuseOrCreatePromise.js.map +0 -1
  900. package/lib/cjs/core-react/utils/shallowDiffers.d.ts.map +0 -1
  901. package/lib/cjs/core-react/utils/shallowDiffers.js +0 -30
  902. package/lib/cjs/core-react/utils/shallowDiffers.js.map +0 -1
  903. package/lib/cjs/core-react/utils/typeUtils.d.ts.map +0 -1
  904. package/lib/cjs/core-react/utils/typeUtils.js +0 -10
  905. package/lib/cjs/core-react/utils/typeUtils.js.map +0 -1
  906. package/lib/cjs/core-react.d.ts +0 -242
  907. package/lib/cjs/core-react.d.ts.map +0 -1
  908. package/lib/cjs/core-react.js +0 -273
  909. package/lib/cjs/core-react.js.map +0 -1
  910. package/lib/esm/core-react/UiCore.d.ts +0 -38
  911. package/lib/esm/core-react/UiCore.d.ts.map +0 -1
  912. package/lib/esm/core-react/UiCore.js +0 -72
  913. package/lib/esm/core-react/UiCore.js.map +0 -1
  914. package/lib/esm/core-react/UiCore.json +0 -31
  915. package/lib/esm/core-react/_geometry.scss +0 -70
  916. package/lib/esm/core-react/_helpers.scss +0 -52
  917. package/lib/esm/core-react/_math.scss +0 -13
  918. package/lib/esm/core-react/_scrollbar.scss +0 -55
  919. package/lib/esm/core-react/_typography.scss +0 -44
  920. package/lib/esm/core-react/_z-index.scss +0 -47
  921. package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts +0 -99
  922. package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts.map +0 -1
  923. package/lib/esm/core-react/autosuggest/AutoSuggest.js +0 -170
  924. package/lib/esm/core-react/autosuggest/AutoSuggest.js.map +0 -1
  925. package/lib/esm/core-react/autosuggest/AutoSuggest.scss +0 -79
  926. package/lib/esm/core-react/badge/Badge.d.ts +0 -17
  927. package/lib/esm/core-react/badge/Badge.d.ts.map +0 -1
  928. package/lib/esm/core-react/badge/Badge.js +0 -25
  929. package/lib/esm/core-react/badge/Badge.js.map +0 -1
  930. package/lib/esm/core-react/badge/BadgeType.d.ts +0 -19
  931. package/lib/esm/core-react/badge/BadgeType.d.ts.map +0 -1
  932. package/lib/esm/core-react/badge/BadgeType.js +0 -14
  933. package/lib/esm/core-react/badge/BadgeType.js.map +0 -1
  934. package/lib/esm/core-react/badge/DeprecatedBadge.d.ts +0 -10
  935. package/lib/esm/core-react/badge/DeprecatedBadge.d.ts.map +0 -1
  936. package/lib/esm/core-react/badge/DeprecatedBadge.js.map +0 -1
  937. package/lib/esm/core-react/badge/DeprecatedBadge.scss +0 -11
  938. package/lib/esm/core-react/badge/NewBadge.d.ts +0 -10
  939. package/lib/esm/core-react/badge/NewBadge.d.ts.map +0 -1
  940. package/lib/esm/core-react/badge/NewBadge.js.map +0 -1
  941. package/lib/esm/core-react/badge/NewBadge.scss +0 -12
  942. package/lib/esm/core-react/badge/TechnicalPreviewBadge.d.ts +0 -10
  943. package/lib/esm/core-react/badge/TechnicalPreviewBadge.d.ts.map +0 -1
  944. package/lib/esm/core-react/badge/TechnicalPreviewBadge.js.map +0 -1
  945. package/lib/esm/core-react/badge/TechnicalPreviewBadge.scss +0 -11
  946. package/lib/esm/core-react/base/Centered.d.ts +0 -12
  947. package/lib/esm/core-react/base/Centered.d.ts.map +0 -1
  948. package/lib/esm/core-react/base/Centered.js +0 -20
  949. package/lib/esm/core-react/base/Centered.js.map +0 -1
  950. package/lib/esm/core-react/base/Div.d.ts +0 -19
  951. package/lib/esm/core-react/base/Div.d.ts.map +0 -1
  952. package/lib/esm/core-react/base/Div.js.map +0 -1
  953. package/lib/esm/core-react/base/DivWithOutsideClick.d.ts +0 -77
  954. package/lib/esm/core-react/base/DivWithOutsideClick.d.ts.map +0 -1
  955. package/lib/esm/core-react/base/DivWithOutsideClick.js +0 -17
  956. package/lib/esm/core-react/base/DivWithOutsideClick.js.map +0 -1
  957. package/lib/esm/core-react/base/FillCentered.d.ts +0 -12
  958. package/lib/esm/core-react/base/FillCentered.d.ts.map +0 -1
  959. package/lib/esm/core-react/base/FillCentered.js +0 -20
  960. package/lib/esm/core-react/base/FillCentered.js.map +0 -1
  961. package/lib/esm/core-react/base/FlexWrapContainer.d.ts +0 -13
  962. package/lib/esm/core-react/base/FlexWrapContainer.d.ts.map +0 -1
  963. package/lib/esm/core-react/base/FlexWrapContainer.js +0 -21
  964. package/lib/esm/core-react/base/FlexWrapContainer.js.map +0 -1
  965. package/lib/esm/core-react/base/Gap.d.ts +0 -18
  966. package/lib/esm/core-react/base/Gap.d.ts.map +0 -1
  967. package/lib/esm/core-react/base/Gap.js.map +0 -1
  968. package/lib/esm/core-react/base/PointerEvents.d.ts +0 -8
  969. package/lib/esm/core-react/base/PointerEvents.d.ts.map +0 -1
  970. package/lib/esm/core-react/base/PointerEvents.js.map +0 -1
  971. package/lib/esm/core-react/base/ScrollView.d.ts +0 -13
  972. package/lib/esm/core-react/base/ScrollView.d.ts.map +0 -1
  973. package/lib/esm/core-react/base/ScrollView.js +0 -21
  974. package/lib/esm/core-react/base/ScrollView.js.map +0 -1
  975. package/lib/esm/core-react/base/base.scss +0 -42
  976. package/lib/esm/core-react/base/classes.scss +0 -27
  977. package/lib/esm/core-react/base/index.scss +0 -5
  978. package/lib/esm/core-react/button/UnderlinedButton.d.ts +0 -27
  979. package/lib/esm/core-react/button/UnderlinedButton.d.ts.map +0 -1
  980. package/lib/esm/core-react/button/UnderlinedButton.js.map +0 -1
  981. package/lib/esm/core-react/button/UnderlinedButton.scss +0 -32
  982. package/lib/esm/core-react/checklistbox/CheckListBox.d.ts +0 -45
  983. package/lib/esm/core-react/checklistbox/CheckListBox.d.ts.map +0 -1
  984. package/lib/esm/core-react/checklistbox/CheckListBox.js.map +0 -1
  985. package/lib/esm/core-react/checklistbox/CheckListBox.scss +0 -22
  986. package/lib/esm/core-react/classes.scss +0 -10
  987. package/lib/esm/core-react/colorthemes.scss +0 -12
  988. package/lib/esm/core-react/colorvariables.scss +0 -139
  989. package/lib/esm/core-react/contextmenu/ContextMenu.d.ts +0 -91
  990. package/lib/esm/core-react/contextmenu/ContextMenu.d.ts.map +0 -1
  991. package/lib/esm/core-react/contextmenu/ContextMenu.js +0 -362
  992. package/lib/esm/core-react/contextmenu/ContextMenu.js.map +0 -1
  993. package/lib/esm/core-react/contextmenu/ContextMenu.scss +0 -231
  994. package/lib/esm/core-react/contextmenu/ContextMenuDirection.d.ts +0 -17
  995. package/lib/esm/core-react/contextmenu/ContextMenuDirection.d.ts.map +0 -1
  996. package/lib/esm/core-react/contextmenu/ContextMenuDirection.js.map +0 -1
  997. package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts +0 -13
  998. package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts.map +0 -1
  999. package/lib/esm/core-react/contextmenu/ContextMenuDivider.js.map +0 -1
  1000. package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts +0 -65
  1001. package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts.map +0 -1
  1002. package/lib/esm/core-react/contextmenu/ContextMenuItem.js +0 -107
  1003. package/lib/esm/core-react/contextmenu/ContextMenuItem.js.map +0 -1
  1004. package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts +0 -51
  1005. package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts.map +0 -1
  1006. package/lib/esm/core-react/contextmenu/ContextSubMenu.js +0 -173
  1007. package/lib/esm/core-react/contextmenu/ContextSubMenu.js.map +0 -1
  1008. package/lib/esm/core-react/contextmenu/GlobalContextMenu.d.ts +0 -36
  1009. package/lib/esm/core-react/contextmenu/GlobalContextMenu.d.ts.map +0 -1
  1010. package/lib/esm/core-react/contextmenu/GlobalContextMenu.js +0 -59
  1011. package/lib/esm/core-react/contextmenu/GlobalContextMenu.js.map +0 -1
  1012. package/lib/esm/core-react/contextmenu/PopupContextMenu.d.ts +0 -57
  1013. package/lib/esm/core-react/contextmenu/PopupContextMenu.d.ts.map +0 -1
  1014. package/lib/esm/core-react/contextmenu/PopupContextMenu.js +0 -54
  1015. package/lib/esm/core-react/contextmenu/PopupContextMenu.js.map +0 -1
  1016. package/lib/esm/core-react/contextmenu/PopupContextMenu.scss +0 -8
  1017. package/lib/esm/core-react/contextmenu/TildeFinder.d.ts +0 -19
  1018. package/lib/esm/core-react/contextmenu/TildeFinder.d.ts.map +0 -1
  1019. package/lib/esm/core-react/contextmenu/TildeFinder.js.map +0 -1
  1020. package/lib/esm/core-react/dialog/Dialog.d.ts +0 -112
  1021. package/lib/esm/core-react/dialog/Dialog.d.ts.map +0 -1
  1022. package/lib/esm/core-react/dialog/Dialog.js +0 -205
  1023. package/lib/esm/core-react/dialog/Dialog.js.map +0 -1
  1024. package/lib/esm/core-react/dialog/Dialog.scss +0 -57
  1025. package/lib/esm/core-react/dialog/GlobalDialog.d.ts +0 -32
  1026. package/lib/esm/core-react/dialog/GlobalDialog.d.ts.map +0 -1
  1027. package/lib/esm/core-react/dialog/GlobalDialog.js +0 -57
  1028. package/lib/esm/core-react/dialog/GlobalDialog.js.map +0 -1
  1029. package/lib/esm/core-react/elementseparator/ElementSeparator.d.ts +0 -44
  1030. package/lib/esm/core-react/elementseparator/ElementSeparator.d.ts.map +0 -1
  1031. package/lib/esm/core-react/elementseparator/ElementSeparator.js +0 -163
  1032. package/lib/esm/core-react/elementseparator/ElementSeparator.js.map +0 -1
  1033. package/lib/esm/core-react/elementseparator/ElementSeparator.scss +0 -96
  1034. package/lib/esm/core-react/enums/Alignment.d.ts +0 -25
  1035. package/lib/esm/core-react/enums/Alignment.d.ts.map +0 -1
  1036. package/lib/esm/core-react/enums/Alignment.js.map +0 -1
  1037. package/lib/esm/core-react/enums/CheckBoxState.d.ts +0 -23
  1038. package/lib/esm/core-react/enums/CheckBoxState.d.ts.map +0 -1
  1039. package/lib/esm/core-react/enums/CheckBoxState.js.map +0 -1
  1040. package/lib/esm/core-react/enums/Orientation.d.ts +0 -13
  1041. package/lib/esm/core-react/enums/Orientation.d.ts.map +0 -1
  1042. package/lib/esm/core-react/enums/Orientation.js.map +0 -1
  1043. package/lib/esm/core-react/enums/SortDirection.d.ts +0 -14
  1044. package/lib/esm/core-react/enums/SortDirection.d.ts.map +0 -1
  1045. package/lib/esm/core-react/enums/SortDirection.js.map +0 -1
  1046. package/lib/esm/core-react/enums/TimeFormat.d.ts +0 -16
  1047. package/lib/esm/core-react/enums/TimeFormat.d.ts.map +0 -1
  1048. package/lib/esm/core-react/enums/TimeFormat.js.map +0 -1
  1049. package/lib/esm/core-react/expandable/ExpandableList.d.ts +0 -37
  1050. package/lib/esm/core-react/expandable/ExpandableList.d.ts.map +0 -1
  1051. package/lib/esm/core-react/expandable/ExpandableList.js.map +0 -1
  1052. package/lib/esm/core-react/focus/ItemKeyboardNavigator.d.ts +0 -53
  1053. package/lib/esm/core-react/focus/ItemKeyboardNavigator.d.ts.map +0 -1
  1054. package/lib/esm/core-react/focus/ItemKeyboardNavigator.js +0 -173
  1055. package/lib/esm/core-react/focus/ItemKeyboardNavigator.js.map +0 -1
  1056. package/lib/esm/core-react/focustrap/FocusTrap.d.ts +0 -29
  1057. package/lib/esm/core-react/focustrap/FocusTrap.d.ts.map +0 -1
  1058. package/lib/esm/core-react/focustrap/FocusTrap.js +0 -196
  1059. package/lib/esm/core-react/focustrap/FocusTrap.js.map +0 -1
  1060. package/lib/esm/core-react/hocs/withIsPressed.d.ts +0 -76
  1061. package/lib/esm/core-react/hocs/withIsPressed.d.ts.map +0 -1
  1062. package/lib/esm/core-react/hocs/withIsPressed.js.map +0 -1
  1063. package/lib/esm/core-react/hocs/withOnOutsideClick.d.ts +0 -100
  1064. package/lib/esm/core-react/hocs/withOnOutsideClick.d.ts.map +0 -1
  1065. package/lib/esm/core-react/hocs/withOnOutsideClick.js.map +0 -1
  1066. package/lib/esm/core-react/hocs/withTimeout.d.ts +0 -73
  1067. package/lib/esm/core-react/hocs/withTimeout.d.ts.map +0 -1
  1068. package/lib/esm/core-react/hocs/withTimeout.js +0 -44
  1069. package/lib/esm/core-react/hocs/withTimeout.js.map +0 -1
  1070. package/lib/esm/core-react/icons/ConditionalIconItem.d.ts +0 -28
  1071. package/lib/esm/core-react/icons/ConditionalIconItem.d.ts.map +0 -1
  1072. package/lib/esm/core-react/icons/ConditionalIconItem.js.map +0 -1
  1073. package/lib/esm/core-react/icons/IconComponent.d.ts +0 -34
  1074. package/lib/esm/core-react/icons/IconComponent.d.ts.map +0 -1
  1075. package/lib/esm/core-react/icons/IconComponent.js +0 -77
  1076. package/lib/esm/core-react/icons/IconComponent.js.map +0 -1
  1077. package/lib/esm/core-react/icons/IconComponent.scss +0 -19
  1078. package/lib/esm/core-react/icons/SvgPath.d.ts +0 -26
  1079. package/lib/esm/core-react/icons/SvgPath.d.ts.map +0 -1
  1080. package/lib/esm/core-react/icons/SvgPath.js.map +0 -1
  1081. package/lib/esm/core-react/icons/SvgPath.scss +0 -15
  1082. package/lib/esm/core-react/icons/WebFontIcon.d.ts +0 -28
  1083. package/lib/esm/core-react/icons/WebFontIcon.d.ts.map +0 -1
  1084. package/lib/esm/core-react/icons/WebFontIcon.js.map +0 -1
  1085. package/lib/esm/core-react/icons/WebFontIcon.scss +0 -17
  1086. package/lib/esm/core-react/icons/classes.scss +0 -18
  1087. package/lib/esm/core-react/icons/index.scss +0 -6
  1088. package/lib/esm/core-react/icons/mixins.scss +0 -25
  1089. package/lib/esm/core-react/icons/variables.scss +0 -12
  1090. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.d.ts +0 -43
  1091. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.d.ts.map +0 -1
  1092. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js +0 -49
  1093. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js.map +0 -1
  1094. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.scss +0 -54
  1095. package/lib/esm/core-react/index.scss +0 -20
  1096. package/lib/esm/core-react/inputs/Input.d.ts +0 -21
  1097. package/lib/esm/core-react/inputs/Input.d.ts.map +0 -1
  1098. package/lib/esm/core-react/inputs/Input.js +0 -42
  1099. package/lib/esm/core-react/inputs/Input.js.map +0 -1
  1100. package/lib/esm/core-react/inputs/InputLabel.d.ts +0 -23
  1101. package/lib/esm/core-react/inputs/InputLabel.d.ts.map +0 -1
  1102. package/lib/esm/core-react/inputs/InputLabel.js +0 -33
  1103. package/lib/esm/core-react/inputs/InputLabel.js.map +0 -1
  1104. package/lib/esm/core-react/inputs/InputStatus.d.ts +0 -13
  1105. package/lib/esm/core-react/inputs/InputStatus.d.ts.map +0 -1
  1106. package/lib/esm/core-react/inputs/InputStatus.js.map +0 -1
  1107. package/lib/esm/core-react/inputs/LabeledComponentProps.d.ts +0 -36
  1108. package/lib/esm/core-react/inputs/LabeledComponentProps.d.ts.map +0 -1
  1109. package/lib/esm/core-react/inputs/LabeledComponentProps.js.map +0 -1
  1110. package/lib/esm/core-react/inputs/classes.scss +0 -12
  1111. package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts +0 -26
  1112. package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts.map +0 -1
  1113. package/lib/esm/core-react/inputs/iconinput/IconInput.js +0 -29
  1114. package/lib/esm/core-react/inputs/iconinput/IconInput.js.map +0 -1
  1115. package/lib/esm/core-react/inputs/iconinput/IconInput.scss +0 -34
  1116. package/lib/esm/core-react/inputs/index.scss +0 -9
  1117. package/lib/esm/core-react/inputs/input-label.scss +0 -89
  1118. package/lib/esm/core-react/inputs/input.scss +0 -54
  1119. package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts +0 -56
  1120. package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts.map +0 -1
  1121. package/lib/esm/core-react/inputs/numberinput/NumberInput.js +0 -160
  1122. package/lib/esm/core-react/inputs/numberinput/NumberInput.js.map +0 -1
  1123. package/lib/esm/core-react/inputs/numberinput/NumberInput.scss +0 -88
  1124. package/lib/esm/core-react/inputs/variables.scss +0 -36
  1125. package/lib/esm/core-react/l10n/LocalizationProvider.d.ts +0 -21
  1126. package/lib/esm/core-react/l10n/LocalizationProvider.d.ts.map +0 -1
  1127. package/lib/esm/core-react/l10n/LocalizationProvider.js.map +0 -1
  1128. package/lib/esm/core-react/l10n/usePackageTranslation.d.ts +0 -15
  1129. package/lib/esm/core-react/l10n/usePackageTranslation.d.ts.map +0 -1
  1130. package/lib/esm/core-react/l10n/usePackageTranslation.js +0 -60
  1131. package/lib/esm/core-react/l10n/usePackageTranslation.js.map +0 -1
  1132. package/lib/esm/core-react/l10n/useTranslation.d.ts +0 -7
  1133. package/lib/esm/core-react/l10n/useTranslation.d.ts.map +0 -1
  1134. package/lib/esm/core-react/l10n/useTranslation.js +0 -26
  1135. package/lib/esm/core-react/l10n/useTranslation.js.map +0 -1
  1136. package/lib/esm/core-react/layout-variables.scss +0 -15
  1137. package/lib/esm/core-react/listbox/Listbox.d.ts +0 -59
  1138. package/lib/esm/core-react/listbox/Listbox.d.ts.map +0 -1
  1139. package/lib/esm/core-react/listbox/Listbox.js.map +0 -1
  1140. package/lib/esm/core-react/listbox/Listbox.scss +0 -54
  1141. package/lib/esm/core-react/loading/LoadingBar.d.ts +0 -31
  1142. package/lib/esm/core-react/loading/LoadingBar.d.ts.map +0 -1
  1143. package/lib/esm/core-react/loading/LoadingBar.js.map +0 -1
  1144. package/lib/esm/core-react/loading/LoadingBar.scss +0 -29
  1145. package/lib/esm/core-react/loading/LoadingPrompt.d.ts +0 -41
  1146. package/lib/esm/core-react/loading/LoadingPrompt.d.ts.map +0 -1
  1147. package/lib/esm/core-react/loading/LoadingPrompt.js +0 -41
  1148. package/lib/esm/core-react/loading/LoadingPrompt.js.map +0 -1
  1149. package/lib/esm/core-react/loading/LoadingPrompt.scss +0 -33
  1150. package/lib/esm/core-react/loading/LoadingSpinner.d.ts +0 -37
  1151. package/lib/esm/core-react/loading/LoadingSpinner.d.ts.map +0 -1
  1152. package/lib/esm/core-react/loading/LoadingSpinner.js.map +0 -1
  1153. package/lib/esm/core-react/loading/LoadingSpinner.scss +0 -26
  1154. package/lib/esm/core-react/loading/LoadingStatus.d.ts +0 -26
  1155. package/lib/esm/core-react/loading/LoadingStatus.d.ts.map +0 -1
  1156. package/lib/esm/core-react/loading/LoadingStatus.js.map +0 -1
  1157. package/lib/esm/core-react/loading/LoadingStatus.scss +0 -20
  1158. package/lib/esm/core-react/loading/index.scss +0 -5
  1159. package/lib/esm/core-react/loading/mixins.scss +0 -57
  1160. package/lib/esm/core-react/messagebox/MessageBox.d.ts +0 -90
  1161. package/lib/esm/core-react/messagebox/MessageBox.d.ts.map +0 -1
  1162. package/lib/esm/core-react/messagebox/MessageBox.js +0 -105
  1163. package/lib/esm/core-react/messagebox/MessageBox.js.map +0 -1
  1164. package/lib/esm/core-react/messagebox/MessageBox.scss +0 -56
  1165. package/lib/esm/core-react/notification/MessageRenderer.d.ts +0 -22
  1166. package/lib/esm/core-react/notification/MessageRenderer.d.ts.map +0 -1
  1167. package/lib/esm/core-react/notification/MessageRenderer.js +0 -83
  1168. package/lib/esm/core-react/notification/MessageRenderer.js.map +0 -1
  1169. package/lib/esm/core-react/notification/MessageType.d.ts +0 -25
  1170. package/lib/esm/core-react/notification/MessageType.d.ts.map +0 -1
  1171. package/lib/esm/core-react/notification/MessageType.js.map +0 -1
  1172. package/lib/esm/core-react/popup/Popup.d.ts +0 -128
  1173. package/lib/esm/core-react/popup/Popup.d.ts.map +0 -1
  1174. package/lib/esm/core-react/popup/Popup.js +0 -466
  1175. package/lib/esm/core-react/popup/Popup.js.map +0 -1
  1176. package/lib/esm/core-react/popup/Popup.scss +0 -240
  1177. package/lib/esm/core-react/radialmenu/Annulus.d.ts +0 -54
  1178. package/lib/esm/core-react/radialmenu/Annulus.d.ts.map +0 -1
  1179. package/lib/esm/core-react/radialmenu/Annulus.js +0 -75
  1180. package/lib/esm/core-react/radialmenu/Annulus.js.map +0 -1
  1181. package/lib/esm/core-react/radialmenu/RadialMenu.d.ts +0 -96
  1182. package/lib/esm/core-react/radialmenu/RadialMenu.d.ts.map +0 -1
  1183. package/lib/esm/core-react/radialmenu/RadialMenu.js +0 -183
  1184. package/lib/esm/core-react/radialmenu/RadialMenu.js.map +0 -1
  1185. package/lib/esm/core-react/radialmenu/RadialMenu.scss +0 -56
  1186. package/lib/esm/core-react/searchbox/SearchBox.d.ts +0 -51
  1187. package/lib/esm/core-react/searchbox/SearchBox.d.ts.map +0 -1
  1188. package/lib/esm/core-react/searchbox/SearchBox.js +0 -115
  1189. package/lib/esm/core-react/searchbox/SearchBox.js.map +0 -1
  1190. package/lib/esm/core-react/searchbox/SearchBox.scss +0 -47
  1191. package/lib/esm/core-react/settings/SettingsContainer.d.ts +0 -35
  1192. package/lib/esm/core-react/settings/SettingsContainer.d.ts.map +0 -1
  1193. package/lib/esm/core-react/settings/SettingsContainer.js +0 -149
  1194. package/lib/esm/core-react/settings/SettingsContainer.js.map +0 -1
  1195. package/lib/esm/core-react/settings/SettingsContainer.scss +0 -68
  1196. package/lib/esm/core-react/settings/SettingsManager.d.ts +0 -137
  1197. package/lib/esm/core-react/settings/SettingsManager.d.ts.map +0 -1
  1198. package/lib/esm/core-react/settings/SettingsManager.js +0 -112
  1199. package/lib/esm/core-react/settings/SettingsManager.js.map +0 -1
  1200. package/lib/esm/core-react/style/baseline.scss +0 -11
  1201. package/lib/esm/core-react/style/breakpoints.scss +0 -59
  1202. package/lib/esm/core-react/style/colors.scss +0 -77
  1203. package/lib/esm/core-react/style/index.scss +0 -10
  1204. package/lib/esm/core-react/style/mixins.scss +0 -23
  1205. package/lib/esm/core-react/style/opacity.scss +0 -16
  1206. package/lib/esm/core-react/style/themecolors.scss +0 -133
  1207. package/lib/esm/core-react/tabs/Tabs.d.ts +0 -69
  1208. package/lib/esm/core-react/tabs/Tabs.d.ts.map +0 -1
  1209. package/lib/esm/core-react/tabs/Tabs.js +0 -117
  1210. package/lib/esm/core-react/tabs/Tabs.js.map +0 -1
  1211. package/lib/esm/core-react/tabs/VerticalTabs.d.ts +0 -11
  1212. package/lib/esm/core-react/tabs/VerticalTabs.d.ts.map +0 -1
  1213. package/lib/esm/core-react/tabs/VerticalTabs.js +0 -19
  1214. package/lib/esm/core-react/tabs/VerticalTabs.js.map +0 -1
  1215. package/lib/esm/core-react/tabs/classes.scss +0 -9
  1216. package/lib/esm/core-react/tabs/index.scss +0 -5
  1217. package/lib/esm/core-react/tabs/tabs.scss +0 -96
  1218. package/lib/esm/core-react/tabs/vertical.scss +0 -51
  1219. package/lib/esm/core-react/text/BlockText.d.ts +0 -11
  1220. package/lib/esm/core-react/text/BlockText.d.ts.map +0 -1
  1221. package/lib/esm/core-react/text/BlockText.js +0 -19
  1222. package/lib/esm/core-react/text/BlockText.js.map +0 -1
  1223. package/lib/esm/core-react/text/BodyText.d.ts +0 -11
  1224. package/lib/esm/core-react/text/BodyText.d.ts.map +0 -1
  1225. package/lib/esm/core-react/text/BodyText.js +0 -19
  1226. package/lib/esm/core-react/text/BodyText.js.map +0 -1
  1227. package/lib/esm/core-react/text/DisabledText.d.ts +0 -11
  1228. package/lib/esm/core-react/text/DisabledText.d.ts.map +0 -1
  1229. package/lib/esm/core-react/text/DisabledText.js +0 -18
  1230. package/lib/esm/core-react/text/DisabledText.js.map +0 -1
  1231. package/lib/esm/core-react/text/FilteredText.d.ts +0 -27
  1232. package/lib/esm/core-react/text/FilteredText.d.ts.map +0 -1
  1233. package/lib/esm/core-react/text/FilteredText.js.map +0 -1
  1234. package/lib/esm/core-react/text/FilteredText.scss +0 -10
  1235. package/lib/esm/core-react/text/MutedText.d.ts +0 -11
  1236. package/lib/esm/core-react/text/MutedText.d.ts.map +0 -1
  1237. package/lib/esm/core-react/text/MutedText.js +0 -19
  1238. package/lib/esm/core-react/text/MutedText.js.map +0 -1
  1239. package/lib/esm/core-react/text/StyledText.d.ts +0 -19
  1240. package/lib/esm/core-react/text/StyledText.d.ts.map +0 -1
  1241. package/lib/esm/core-react/text/StyledText.js.map +0 -1
  1242. package/lib/esm/core-react/text/TextProps.d.ts +0 -12
  1243. package/lib/esm/core-react/text/TextProps.d.ts.map +0 -1
  1244. package/lib/esm/core-react/text/TextProps.js.map +0 -1
  1245. package/lib/esm/core-react/text/block.scss +0 -15
  1246. package/lib/esm/core-react/text/body.scss +0 -13
  1247. package/lib/esm/core-react/text/classes.scss +0 -18
  1248. package/lib/esm/core-react/text/disabled.scss +0 -9
  1249. package/lib/esm/core-react/text/index.scss +0 -10
  1250. package/lib/esm/core-react/text/mixins.scss +0 -24
  1251. package/lib/esm/core-react/text/muted.scss +0 -9
  1252. package/lib/esm/core-react/tree/Branch.d.ts +0 -22
  1253. package/lib/esm/core-react/tree/Branch.d.ts.map +0 -1
  1254. package/lib/esm/core-react/tree/Branch.js.map +0 -1
  1255. package/lib/esm/core-react/tree/Branch.scss +0 -13
  1256. package/lib/esm/core-react/tree/ExpansionToggle.d.ts +0 -21
  1257. package/lib/esm/core-react/tree/ExpansionToggle.d.ts.map +0 -1
  1258. package/lib/esm/core-react/tree/ExpansionToggle.js +0 -27
  1259. package/lib/esm/core-react/tree/ExpansionToggle.js.map +0 -1
  1260. package/lib/esm/core-react/tree/ExpansionToggle.scss +0 -32
  1261. package/lib/esm/core-react/tree/Node.d.ts +0 -84
  1262. package/lib/esm/core-react/tree/Node.d.ts.map +0 -1
  1263. package/lib/esm/core-react/tree/Node.js +0 -88
  1264. package/lib/esm/core-react/tree/Node.js.map +0 -1
  1265. package/lib/esm/core-react/tree/Node.scss +0 -68
  1266. package/lib/esm/core-react/tree/Placeholder.d.ts +0 -25
  1267. package/lib/esm/core-react/tree/Placeholder.d.ts.map +0 -1
  1268. package/lib/esm/core-react/tree/Placeholder.js +0 -30
  1269. package/lib/esm/core-react/tree/Placeholder.js.map +0 -1
  1270. package/lib/esm/core-react/tree/Placeholder.scss +0 -17
  1271. package/lib/esm/core-react/tree/Tree.d.ts +0 -31
  1272. package/lib/esm/core-react/tree/Tree.d.ts.map +0 -1
  1273. package/lib/esm/core-react/tree/Tree.js +0 -105
  1274. package/lib/esm/core-react/tree/Tree.js.map +0 -1
  1275. package/lib/esm/core-react/tree/Tree.scss +0 -22
  1276. package/lib/esm/core-react/uistate/LocalStateStorage.d.ts +0 -17
  1277. package/lib/esm/core-react/uistate/LocalStateStorage.d.ts.map +0 -1
  1278. package/lib/esm/core-react/uistate/LocalStateStorage.js +0 -48
  1279. package/lib/esm/core-react/uistate/LocalStateStorage.js.map +0 -1
  1280. package/lib/esm/core-react/uistate/UiStateEntry.d.ts +0 -32
  1281. package/lib/esm/core-react/uistate/UiStateEntry.d.ts.map +0 -1
  1282. package/lib/esm/core-react/uistate/UiStateEntry.js +0 -58
  1283. package/lib/esm/core-react/uistate/UiStateEntry.js.map +0 -1
  1284. package/lib/esm/core-react/uistate/UiStateStorage.d.ts +0 -32
  1285. package/lib/esm/core-react/uistate/UiStateStorage.d.ts.map +0 -1
  1286. package/lib/esm/core-react/uistate/UiStateStorage.js.map +0 -1
  1287. package/lib/esm/core-react/utils/IconHelper.d.ts +0 -27
  1288. package/lib/esm/core-react/utils/IconHelper.d.ts.map +0 -1
  1289. package/lib/esm/core-react/utils/IconHelper.js +0 -82
  1290. package/lib/esm/core-react/utils/IconHelper.js.map +0 -1
  1291. package/lib/esm/core-react/utils/IconWebComponent.d.ts +0 -13
  1292. package/lib/esm/core-react/utils/IconWebComponent.d.ts.map +0 -1
  1293. package/lib/esm/core-react/utils/IconWebComponent.js +0 -112
  1294. package/lib/esm/core-react/utils/IconWebComponent.js.map +0 -1
  1295. package/lib/esm/core-react/utils/ListenerType.d.ts +0 -15
  1296. package/lib/esm/core-react/utils/ListenerType.d.ts.map +0 -1
  1297. package/lib/esm/core-react/utils/ListenerType.js.map +0 -1
  1298. package/lib/esm/core-react/utils/Point.d.ts +0 -38
  1299. package/lib/esm/core-react/utils/Point.d.ts.map +0 -1
  1300. package/lib/esm/core-react/utils/Point.js +0 -70
  1301. package/lib/esm/core-react/utils/Point.js.map +0 -1
  1302. package/lib/esm/core-react/utils/PointProps.d.ts +0 -9
  1303. package/lib/esm/core-react/utils/PointProps.d.ts.map +0 -1
  1304. package/lib/esm/core-react/utils/PointProps.js.map +0 -1
  1305. package/lib/esm/core-react/utils/Props.d.ts +0 -43
  1306. package/lib/esm/core-react/utils/Props.d.ts.map +0 -1
  1307. package/lib/esm/core-react/utils/Props.js.map +0 -1
  1308. package/lib/esm/core-react/utils/Rectangle.d.ts +0 -147
  1309. package/lib/esm/core-react/utils/Rectangle.d.ts.map +0 -1
  1310. package/lib/esm/core-react/utils/Rectangle.js +0 -275
  1311. package/lib/esm/core-react/utils/Rectangle.js.map +0 -1
  1312. package/lib/esm/core-react/utils/ScrollPositionMaintainer.d.ts +0 -25
  1313. package/lib/esm/core-react/utils/ScrollPositionMaintainer.d.ts.map +0 -1
  1314. package/lib/esm/core-react/utils/ScrollPositionMaintainer.js.map +0 -1
  1315. package/lib/esm/core-react/utils/Size.d.ts +0 -25
  1316. package/lib/esm/core-react/utils/Size.d.ts.map +0 -1
  1317. package/lib/esm/core-react/utils/Size.js +0 -28
  1318. package/lib/esm/core-react/utils/Size.js.map +0 -1
  1319. package/lib/esm/core-react/utils/Timer.d.ts +0 -38
  1320. package/lib/esm/core-react/utils/Timer.d.ts.map +0 -1
  1321. package/lib/esm/core-react/utils/Timer.js.map +0 -1
  1322. package/lib/esm/core-react/utils/UiGeometry.d.ts +0 -21
  1323. package/lib/esm/core-react/utils/UiGeometry.d.ts.map +0 -1
  1324. package/lib/esm/core-react/utils/UiGeometry.js +0 -29
  1325. package/lib/esm/core-react/utils/UiGeometry.js.map +0 -1
  1326. package/lib/esm/core-react/utils/flattenChildren.d.ts +0 -9
  1327. package/lib/esm/core-react/utils/flattenChildren.d.ts.map +0 -1
  1328. package/lib/esm/core-react/utils/flattenChildren.js.map +0 -1
  1329. package/lib/esm/core-react/utils/getBestBWContrastColor.d.ts +0 -8
  1330. package/lib/esm/core-react/utils/getBestBWContrastColor.d.ts.map +0 -1
  1331. package/lib/esm/core-react/utils/getBestBWContrastColor.js.map +0 -1
  1332. package/lib/esm/core-react/utils/getCssVariable.d.ts +0 -14
  1333. package/lib/esm/core-react/utils/getCssVariable.d.ts.map +0 -1
  1334. package/lib/esm/core-react/utils/getCssVariable.js.map +0 -1
  1335. package/lib/esm/core-react/utils/getDisplayName.d.ts +0 -9
  1336. package/lib/esm/core-react/utils/getDisplayName.d.ts.map +0 -1
  1337. package/lib/esm/core-react/utils/getDisplayName.js.map +0 -1
  1338. package/lib/esm/core-react/utils/getObjectClassName.d.ts +0 -9
  1339. package/lib/esm/core-react/utils/getObjectClassName.d.ts.map +0 -1
  1340. package/lib/esm/core-react/utils/getObjectClassName.js +0 -19
  1341. package/lib/esm/core-react/utils/getObjectClassName.js.map +0 -1
  1342. package/lib/esm/core-react/utils/getUserColor.d.ts +0 -8
  1343. package/lib/esm/core-react/utils/getUserColor.d.ts.map +0 -1
  1344. package/lib/esm/core-react/utils/getUserColor.js.map +0 -1
  1345. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.d.ts +0 -8
  1346. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +0 -1
  1347. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.js +0 -18
  1348. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.js.map +0 -1
  1349. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.d.ts +0 -9
  1350. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.d.ts.map +0 -1
  1351. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.js +0 -99
  1352. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.js.map +0 -1
  1353. package/lib/esm/core-react/utils/hooks/useDisposable.d.ts +0 -21
  1354. package/lib/esm/core-react/utils/hooks/useDisposable.d.ts.map +0 -1
  1355. package/lib/esm/core-react/utils/hooks/useDisposable.js.map +0 -1
  1356. package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.d.ts +0 -10
  1357. package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +0 -1
  1358. package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.js.map +0 -1
  1359. package/lib/esm/core-react/utils/hooks/useEventListener.d.ts +0 -12
  1360. package/lib/esm/core-react/utils/hooks/useEventListener.d.ts.map +0 -1
  1361. package/lib/esm/core-react/utils/hooks/useEventListener.js +0 -39
  1362. package/lib/esm/core-react/utils/hooks/useEventListener.js.map +0 -1
  1363. package/lib/esm/core-react/utils/hooks/useInterval.d.ts +0 -7
  1364. package/lib/esm/core-react/utils/hooks/useInterval.d.ts.map +0 -1
  1365. package/lib/esm/core-react/utils/hooks/useInterval.js.map +0 -1
  1366. package/lib/esm/core-react/utils/hooks/useLifecycleLogging.d.ts +0 -6
  1367. package/lib/esm/core-react/utils/hooks/useLifecycleLogging.d.ts.map +0 -1
  1368. package/lib/esm/core-react/utils/hooks/useLifecycleLogging.js.map +0 -1
  1369. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.d.ts +0 -17
  1370. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.d.ts.map +0 -1
  1371. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.js +0 -99
  1372. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.js.map +0 -1
  1373. package/lib/esm/core-react/utils/hooks/useProximityToMouse.d.ts +0 -56
  1374. package/lib/esm/core-react/utils/hooks/useProximityToMouse.d.ts.map +0 -1
  1375. package/lib/esm/core-react/utils/hooks/useProximityToMouse.js +0 -102
  1376. package/lib/esm/core-react/utils/hooks/useProximityToMouse.js.map +0 -1
  1377. package/lib/esm/core-react/utils/hooks/useRefEffect.d.ts +0 -8
  1378. package/lib/esm/core-react/utils/hooks/useRefEffect.d.ts.map +0 -1
  1379. package/lib/esm/core-react/utils/hooks/useRefEffect.js.map +0 -1
  1380. package/lib/esm/core-react/utils/hooks/useRefState.d.ts +0 -22
  1381. package/lib/esm/core-react/utils/hooks/useRefState.d.ts.map +0 -1
  1382. package/lib/esm/core-react/utils/hooks/useRefState.js.map +0 -1
  1383. package/lib/esm/core-react/utils/hooks/useRefs.d.ts +0 -13
  1384. package/lib/esm/core-react/utils/hooks/useRefs.d.ts.map +0 -1
  1385. package/lib/esm/core-react/utils/hooks/useRefs.js.map +0 -1
  1386. package/lib/esm/core-react/utils/hooks/useResizeObserver.d.ts +0 -43
  1387. package/lib/esm/core-react/utils/hooks/useResizeObserver.d.ts.map +0 -1
  1388. package/lib/esm/core-react/utils/hooks/useResizeObserver.js +0 -204
  1389. package/lib/esm/core-react/utils/hooks/useResizeObserver.js.map +0 -1
  1390. package/lib/esm/core-react/utils/hooks/useTargeted.d.ts +0 -9
  1391. package/lib/esm/core-react/utils/hooks/useTargeted.d.ts.map +0 -1
  1392. package/lib/esm/core-react/utils/hooks/useTargeted.js.map +0 -1
  1393. package/lib/esm/core-react/utils/hooks/useThrottledFn.d.ts +0 -16
  1394. package/lib/esm/core-react/utils/hooks/useThrottledFn.d.ts.map +0 -1
  1395. package/lib/esm/core-react/utils/hooks/useThrottledFn.js.map +0 -1
  1396. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.d.ts +0 -21
  1397. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +0 -1
  1398. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.js +0 -23
  1399. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.js.map +0 -1
  1400. package/lib/esm/core-react/utils/isPromiseLike.d.ts +0 -8
  1401. package/lib/esm/core-react/utils/isPromiseLike.d.ts.map +0 -1
  1402. package/lib/esm/core-react/utils/isPromiseLike.js +0 -16
  1403. package/lib/esm/core-react/utils/isPromiseLike.js.map +0 -1
  1404. package/lib/esm/core-react/utils/matches.d.ts +0 -11
  1405. package/lib/esm/core-react/utils/matches.d.ts.map +0 -1
  1406. package/lib/esm/core-react/utils/matches.js.map +0 -1
  1407. package/lib/esm/core-react/utils/reuseOrCreatePromise.d.ts +0 -14
  1408. package/lib/esm/core-react/utils/reuseOrCreatePromise.d.ts.map +0 -1
  1409. package/lib/esm/core-react/utils/reuseOrCreatePromise.js.map +0 -1
  1410. package/lib/esm/core-react/utils/shallowDiffers.d.ts +0 -12
  1411. package/lib/esm/core-react/utils/shallowDiffers.d.ts.map +0 -1
  1412. package/lib/esm/core-react/utils/shallowDiffers.js.map +0 -1
  1413. package/lib/esm/core-react/utils/typeUtils.d.ts +0 -9
  1414. package/lib/esm/core-react/utils/typeUtils.d.ts.map +0 -1
  1415. package/lib/esm/core-react/utils/typeUtils.js.map +0 -1
  1416. package/lib/esm/core-react.d.ts +0 -242
  1417. package/lib/esm/core-react.d.ts.map +0 -1
  1418. package/lib/esm/core-react.js +0 -249
  1419. package/lib/esm/core-react.js.map +0 -1
  1420. /package/lib/{cjs/core-react → core-react}/UiCore.json +0 -0
  1421. /package/lib/{cjs/core-react → core-react}/_geometry.scss +0 -0
  1422. /package/lib/{cjs/core-react → core-react}/_math.scss +0 -0
  1423. /package/lib/{cjs/core-react → core-react}/badge/DeprecatedBadge.d.ts +0 -0
  1424. /package/lib/{esm/core-react → core-react}/badge/DeprecatedBadge.js +0 -0
  1425. /package/lib/{cjs/core-react → core-react}/badge/DeprecatedBadge.scss +0 -0
  1426. /package/lib/{cjs/core-react → core-react}/badge/NewBadge.d.ts +0 -0
  1427. /package/lib/{esm/core-react → core-react}/badge/NewBadge.js +0 -0
  1428. /package/lib/{cjs/core-react → core-react}/badge/NewBadge.scss +0 -0
  1429. /package/lib/{cjs/core-react → core-react}/badge/TechnicalPreviewBadge.d.ts +0 -0
  1430. /package/lib/{esm/core-react → core-react}/badge/TechnicalPreviewBadge.js +0 -0
  1431. /package/lib/{cjs/core-react → core-react}/badge/TechnicalPreviewBadge.scss +0 -0
  1432. /package/lib/{esm/core-react → core-react}/base/Div.js +0 -0
  1433. /package/lib/{esm/core-react → core-react}/base/Gap.js +0 -0
  1434. /package/lib/{cjs/core-react → core-react}/base/PointerEvents.d.ts +0 -0
  1435. /package/lib/{esm/core-react → core-react}/base/PointerEvents.js +0 -0
  1436. /package/lib/{cjs/core-react → core-react}/button/UnderlinedButton.d.ts +0 -0
  1437. /package/lib/{esm/core-react → core-react}/button/UnderlinedButton.js +0 -0
  1438. /package/lib/{esm/core-react → core-react}/checklistbox/CheckListBox.js +0 -0
  1439. /package/lib/{cjs/core-react → core-react}/checklistbox/CheckListBox.scss +0 -0
  1440. /package/lib/{cjs/core-react → core-react}/colorthemes.scss +0 -0
  1441. /package/lib/{cjs/core-react → core-react}/colorvariables.scss +0 -0
  1442. /package/lib/{cjs/core-react → core-react}/contextmenu/ContextMenuDirection.d.ts +0 -0
  1443. /package/lib/{esm/core-react → core-react}/contextmenu/ContextMenuDirection.js +0 -0
  1444. /package/lib/{esm/core-react → core-react}/contextmenu/ContextMenuDivider.js +0 -0
  1445. /package/lib/{cjs/core-react → core-react}/contextmenu/PopupContextMenu.scss +0 -0
  1446. /package/lib/{cjs/core-react → core-react}/contextmenu/TildeFinder.d.ts +0 -0
  1447. /package/lib/{esm/core-react → core-react}/contextmenu/TildeFinder.js +0 -0
  1448. /package/lib/{cjs/core-react → core-react}/enums/Alignment.d.ts +0 -0
  1449. /package/lib/{esm/core-react → core-react}/enums/Alignment.js +0 -0
  1450. /package/lib/{cjs/core-react → core-react}/enums/CheckBoxState.d.ts +0 -0
  1451. /package/lib/{esm/core-react → core-react}/enums/CheckBoxState.js +0 -0
  1452. /package/lib/{cjs/core-react → core-react}/enums/Orientation.d.ts +0 -0
  1453. /package/lib/{esm/core-react → core-react}/enums/Orientation.js +0 -0
  1454. /package/lib/{cjs/core-react → core-react}/enums/SortDirection.d.ts +0 -0
  1455. /package/lib/{esm/core-react → core-react}/enums/SortDirection.js +0 -0
  1456. /package/lib/{cjs/core-react → core-react}/enums/TimeFormat.d.ts +0 -0
  1457. /package/lib/{esm/core-react → core-react}/enums/TimeFormat.js +0 -0
  1458. /package/lib/{esm/core-react → core-react}/expandable/ExpandableList.js +0 -0
  1459. /package/lib/{cjs/core-react → core-react}/focustrap/FocusTrap.d.ts +0 -0
  1460. /package/lib/{cjs/core-react → core-react}/hocs/withIsPressed.d.ts +0 -0
  1461. /package/lib/{esm/core-react → core-react}/hocs/withIsPressed.js +0 -0
  1462. /package/lib/{cjs/core-react → core-react}/hocs/withOnOutsideClick.d.ts +0 -0
  1463. /package/lib/{esm/core-react → core-react}/hocs/withOnOutsideClick.js +0 -0
  1464. /package/lib/{esm/core-react → core-react}/icons/ConditionalIconItem.js +0 -0
  1465. /package/lib/{esm/core-react → core-react}/icons/SvgPath.js +0 -0
  1466. /package/lib/{cjs/core-react → core-react}/icons/SvgPath.scss +0 -0
  1467. /package/lib/{esm/core-react → core-react}/icons/WebFontIcon.js +0 -0
  1468. /package/lib/{cjs/core-react → core-react}/icons/variables.scss +0 -0
  1469. /package/lib/{cjs/core-react → core-react}/inputs/InputStatus.d.ts +0 -0
  1470. /package/lib/{esm/core-react → core-react}/inputs/InputStatus.js +0 -0
  1471. /package/lib/{esm/core-react → core-react}/inputs/LabeledComponentProps.js +0 -0
  1472. /package/lib/{cjs/core-react → core-react}/inputs/numberinput/NumberInput.d.ts +0 -0
  1473. /package/lib/{cjs/core-react → core-react}/l10n/LocalizationProvider.d.ts +0 -0
  1474. /package/lib/{esm/core-react → core-react}/l10n/LocalizationProvider.js +0 -0
  1475. /package/lib/{cjs/core-react → core-react}/l10n/usePackageTranslation.d.ts +0 -0
  1476. /package/lib/{cjs/core-react → core-react}/l10n/useTranslation.d.ts +0 -0
  1477. /package/lib/{cjs/core-react → core-react}/listbox/Listbox.d.ts +0 -0
  1478. /package/lib/{esm/core-react → core-react}/listbox/Listbox.js +0 -0
  1479. /package/lib/{esm/core-react → core-react}/loading/LoadingBar.js +0 -0
  1480. /package/lib/{cjs/core-react → core-react}/loading/LoadingSpinner.d.ts +0 -0
  1481. /package/lib/{esm/core-react → core-react}/loading/LoadingSpinner.js +0 -0
  1482. /package/lib/{esm/core-react → core-react}/loading/LoadingStatus.js +0 -0
  1483. /package/lib/{cjs/core-react → core-react}/loading/LoadingStatus.scss +0 -0
  1484. /package/lib/{cjs/core-react → core-react}/notification/MessageType.d.ts +0 -0
  1485. /package/lib/{esm/core-react → core-react}/notification/MessageType.js +0 -0
  1486. /package/lib/{cjs/core-react → core-react}/settings/SettingsManager.d.ts +0 -0
  1487. /package/lib/{cjs/core-react → core-react}/style/baseline.scss +0 -0
  1488. /package/lib/{cjs/core-react → core-react}/style/breakpoints.scss +0 -0
  1489. /package/lib/{cjs/core-react → core-react}/style/colors.scss +0 -0
  1490. /package/lib/{cjs/core-react → core-react}/style/mixins.scss +0 -0
  1491. /package/lib/{cjs/core-react → core-react}/style/opacity.scss +0 -0
  1492. /package/lib/{cjs/core-react → core-react}/style/themecolors.scss +0 -0
  1493. /package/lib/{esm/core-react → core-react}/text/FilteredText.js +0 -0
  1494. /package/lib/{esm/core-react → core-react}/text/StyledText.js +0 -0
  1495. /package/lib/{esm/core-react → core-react}/text/TextProps.js +0 -0
  1496. /package/lib/{cjs/core-react → core-react}/text/block.scss +0 -0
  1497. /package/lib/{cjs/core-react → core-react}/text/body.scss +0 -0
  1498. /package/lib/{esm/core-react → core-react}/tree/Branch.js +0 -0
  1499. /package/lib/{cjs/core-react → core-react}/tree/Branch.scss +0 -0
  1500. /package/lib/{cjs/core-react → core-react}/tree/ExpansionToggle.scss +0 -0
  1501. /package/lib/{cjs/core-react → core-react}/tree/Node.scss +0 -0
  1502. /package/lib/{cjs/core-react → core-react}/tree/Placeholder.scss +0 -0
  1503. /package/lib/{cjs/core-react → core-react}/tree/Tree.scss +0 -0
  1504. /package/lib/{cjs/core-react → core-react}/uistate/UiStateStorage.d.ts +0 -0
  1505. /package/lib/{esm/core-react → core-react}/uistate/UiStateStorage.js +0 -0
  1506. /package/lib/{cjs/core-react → core-react}/utils/ListenerType.d.ts +0 -0
  1507. /package/lib/{esm/core-react → core-react}/utils/ListenerType.js +0 -0
  1508. /package/lib/{cjs/core-react → core-react}/utils/PointProps.d.ts +0 -0
  1509. /package/lib/{esm/core-react → core-react}/utils/PointProps.js +0 -0
  1510. /package/lib/{cjs/core-react → core-react}/utils/Props.d.ts +0 -0
  1511. /package/lib/{esm/core-react → core-react}/utils/Props.js +0 -0
  1512. /package/lib/{cjs/core-react → core-react}/utils/ScrollPositionMaintainer.d.ts +0 -0
  1513. /package/lib/{esm/core-react → core-react}/utils/ScrollPositionMaintainer.js +0 -0
  1514. /package/lib/{cjs/core-react → core-react}/utils/Timer.d.ts +0 -0
  1515. /package/lib/{esm/core-react → core-react}/utils/Timer.js +0 -0
  1516. /package/lib/{cjs/core-react → core-react}/utils/flattenChildren.d.ts +0 -0
  1517. /package/lib/{esm/core-react → core-react}/utils/flattenChildren.js +0 -0
  1518. /package/lib/{cjs/core-react → core-react}/utils/getBestBWContrastColor.d.ts +0 -0
  1519. /package/lib/{esm/core-react → core-react}/utils/getBestBWContrastColor.js +0 -0
  1520. /package/lib/{cjs/core-react → core-react}/utils/getCssVariable.d.ts +0 -0
  1521. /package/lib/{esm/core-react → core-react}/utils/getCssVariable.js +0 -0
  1522. /package/lib/{cjs/core-react → core-react}/utils/getDisplayName.d.ts +0 -0
  1523. /package/lib/{esm/core-react → core-react}/utils/getDisplayName.js +0 -0
  1524. /package/lib/{cjs/core-react → core-react}/utils/getUserColor.d.ts +0 -0
  1525. /package/lib/{esm/core-react → core-react}/utils/getUserColor.js +0 -0
  1526. /package/lib/{cjs/core-react → core-react}/utils/hooks/useCrossOriginPopup.d.ts +0 -0
  1527. /package/lib/{cjs/core-react → core-react}/utils/hooks/useDisposable.d.ts +0 -0
  1528. /package/lib/{esm/core-react → core-react}/utils/hooks/useDisposable.js +0 -0
  1529. /package/lib/{cjs/core-react → core-react}/utils/hooks/useEffectSkipFirst.d.ts +0 -0
  1530. /package/lib/{esm/core-react → core-react}/utils/hooks/useEffectSkipFirst.js +0 -0
  1531. /package/lib/{cjs/core-react → core-react}/utils/hooks/useInterval.d.ts +0 -0
  1532. /package/lib/{esm/core-react → core-react}/utils/hooks/useInterval.js +0 -0
  1533. /package/lib/{cjs/core-react → core-react}/utils/hooks/useLifecycleLogging.d.ts +0 -0
  1534. /package/lib/{esm/core-react → core-react}/utils/hooks/useLifecycleLogging.js +0 -0
  1535. /package/lib/{cjs/core-react → core-react}/utils/hooks/useOnOutsideClick.d.ts +0 -0
  1536. /package/lib/{cjs/core-react → core-react}/utils/hooks/useProximityToMouse.d.ts +0 -0
  1537. /package/lib/{cjs/core-react → core-react}/utils/hooks/useRefEffect.d.ts +0 -0
  1538. /package/lib/{esm/core-react → core-react}/utils/hooks/useRefEffect.js +0 -0
  1539. /package/lib/{cjs/core-react → core-react}/utils/hooks/useRefState.d.ts +0 -0
  1540. /package/lib/{esm/core-react → core-react}/utils/hooks/useRefState.js +0 -0
  1541. /package/lib/{cjs/core-react → core-react}/utils/hooks/useRefs.d.ts +0 -0
  1542. /package/lib/{esm/core-react → core-react}/utils/hooks/useRefs.js +0 -0
  1543. /package/lib/{cjs/core-react → core-react}/utils/hooks/useResizeObserver.d.ts +0 -0
  1544. /package/lib/{cjs/core-react → core-react}/utils/hooks/useTargeted.d.ts +0 -0
  1545. /package/lib/{esm/core-react → core-react}/utils/hooks/useTargeted.js +0 -0
  1546. /package/lib/{cjs/core-react → core-react}/utils/hooks/useThrottledFn.d.ts +0 -0
  1547. /package/lib/{esm/core-react → core-react}/utils/hooks/useThrottledFn.js +0 -0
  1548. /package/lib/{cjs/core-react → core-react}/utils/matches.d.ts +0 -0
  1549. /package/lib/{esm/core-react → core-react}/utils/matches.js +0 -0
  1550. /package/lib/{cjs/core-react → core-react}/utils/reuseOrCreatePromise.d.ts +0 -0
  1551. /package/lib/{esm/core-react → core-react}/utils/reuseOrCreatePromise.js +0 -0
  1552. /package/lib/{cjs/core-react → core-react}/utils/shallowDiffers.d.ts +0 -0
  1553. /package/lib/{esm/core-react → core-react}/utils/shallowDiffers.js +0 -0
  1554. /package/lib/{cjs/core-react → core-react}/utils/typeUtils.d.ts +0 -0
  1555. /package/lib/{esm/core-react → core-react}/utils/typeUtils.js +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"NumberInput.js","sourceRoot":"","sources":["../../../../../src/core-react/inputs/numberinput/NumberInput.tsx"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Inputs\n */\n\nimport \"./NumberInput.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { Key } from \"ts-key-enum\";\nimport { Input } from \"@itwin/itwinui-react\";\nimport { Icon } from \"../../icons/IconComponent\";\nimport {\n SvgCaretDown,\n SvgCaretDownSmall,\n SvgCaretUp,\n SvgCaretUpSmall,\n} from \"@itwin/itwinui-icons-react\";\n\n/* eslint-disable deprecation/deprecation */\n\ntype InputProps = React.ComponentPropsWithoutRef<typeof Input>;\n\n/** Step function prototype for [[NumberInput]] component\n * @public\n * @deprecated in 4.12.0. Interface used in a deprecated component {@link NumberInput}.\n */\nexport type StepFunctionProp =\n | number\n | ((direction: string) => number | undefined);\n\n/** Properties for the [[NumberInput]] component\n * @public\n * @deprecated in 4.12.0. Props of deprecated component {@link NumberInput}.\n */\nexport interface NumberInputProps\n extends Omit<InputProps, \"min\" | \"max\" | \"step\" | \"onChange\"> {\n /** Numeric value, set to `undefined` to show placeholder text */\n value?: number;\n /** CSS class name for the NumberInput component container div */\n containerClassName?: string;\n /** Style for component container div. */\n containerStyle?: React.CSSProperties;\n /** number or function\tNumber.MIN_SAFE_INTEGER */\n min?: number;\n /** number or function\tdefaults to Number.MAX_SAFE_INTEGER */\n max?: number;\n /** increment step value used while incrementing or decrementing (up/down buttons or arrow keys) defaults to 1. */\n step?: StepFunctionProp;\n /** number of decimal places, defaults to 0 */\n precision?: number;\n /** function parseFloat */\n parse?: (value: string) => number | null | undefined;\n /** function optional formatting function that takes the number value and the internal formatted value in case function just adds prefix or suffix. */\n format?: (num: number | null | undefined, formattedValue: string) => string;\n /** Set to true to \"snap\" to the closest step value while incrementing or decrementing (up/down buttons or arrow keys). */\n snap?: boolean;\n /** Function to call when value is changed. */\n onChange?: (value: number | undefined, stringValue: string) => void;\n /** if true up/down buttons are shown larger and side by side */\n showTouchButtons?: boolean;\n /** Provides ability to return reference to HTMLInputElement */\n ref?: React.Ref<HTMLInputElement>;\n /**\n * Makes this component behave as controlled component.\n * @internal\n */\n isControlled?: boolean;\n}\n\nconst ForwardRefNumberInput = React.forwardRef<\n HTMLInputElement,\n NumberInputProps\n>(function ForwardRefNumberInput(props, ref) {\n const {\n containerClassName,\n className,\n value,\n min,\n max,\n precision,\n format,\n parse,\n onChange,\n onBlur,\n onKeyDown,\n step,\n snap,\n showTouchButtons,\n containerStyle,\n isControlled,\n ...otherProps\n } = props;\n const currentValueRef = React.useRef(value);\n\n /**\n * Used internally to parse the argument x to it's numeric representation.\n * If the argument cannot be converted to finite number returns 0; If a\n * \"precision\" prop is specified uses it round the number with that\n * precision (no fixed precision here because the return value is float, not\n * string).\n */\n const parseInternal = React.useCallback(\n (x: string) => {\n let n: number | undefined | null;\n\n if (parse) n = parse(x);\n if (undefined === n || null === n) {\n n = parseFloat(x);\n if (isNaN(n) || !isFinite(n)) {\n n = 0;\n }\n }\n\n const localPrecision = undefined === precision ? 10 : precision;\n const q = Math.pow(10, localPrecision);\n const localMin = undefined === min ? Number.MIN_SAFE_INTEGER : min;\n const localMax = undefined === max ? Number.MAX_SAFE_INTEGER : max;\n n = Math.min(Math.max(n, localMin), localMax);\n n = Math.round(n * q) / q;\n\n return n;\n },\n [parse, precision, min, max]\n );\n\n /**\n * This is used internally to format a number to its display representation.\n * It will invoke the format function if one is provided.\n */\n const formatInternal = React.useCallback(\n (num: number | undefined | null) => {\n const localPrecision =\n undefined === precision || null === precision ? 0 : precision;\n const str =\n undefined === num || null === num ? \"\" : num.toFixed(localPrecision);\n\n if (format) return format(num, str);\n\n return str;\n },\n [format, precision]\n );\n\n const [formattedValue, setFormattedValue] = React.useState(() =>\n formatInternal(value)\n );\n\n // See if new initialValue props have changed since component mounted\n React.useEffect(() => {\n currentValueRef.current = value;\n const currentFormattedValue = formatInternal(currentValueRef.current);\n setFormattedValue(currentFormattedValue);\n }, [formatInternal, value]);\n\n const handleChange = React.useCallback(\n (event: React.ChangeEvent<HTMLInputElement>) => {\n const newVal = event.currentTarget.value;\n setFormattedValue(newVal);\n isControlled && onChange && onChange(parseInternal(newVal), newVal);\n },\n [isControlled, onChange, parseInternal]\n );\n\n const updateValue = React.useCallback(\n (newVal: number) => {\n const newFormattedVal = formatInternal(newVal);\n onChange && onChange(newVal, newFormattedVal);\n setFormattedValue(newFormattedVal);\n },\n [onChange, formatInternal]\n );\n\n const updateValueFromString = React.useCallback(\n (strValue: string) => {\n const newVal = parseInternal(strValue);\n updateValue(newVal);\n },\n [parseInternal, updateValue]\n );\n\n const handleBlur = React.useCallback(\n (event: React.FocusEvent<HTMLInputElement>) => {\n const newVal = parseInternal(event.target.value);\n onBlur && onBlur(event);\n updateValue(newVal);\n },\n [parseInternal, updateValue, onBlur]\n );\n\n const getIncrementValue = React.useCallback(\n (increment: boolean) => {\n if (typeof step === \"function\") {\n const stepVal = step(increment ? \"up\" : \"down\");\n return stepVal ? stepVal : 1;\n }\n\n return !step ? 1 : step;\n },\n [step]\n );\n\n /**\n * The internal method that actually sets the new value on the input\n */\n const applyStep = React.useCallback(\n (increment: boolean) => {\n const incrementValue = getIncrementValue(increment);\n\n let num =\n parseInternal(formattedValue) +\n (increment ? incrementValue : -incrementValue);\n if (snap) {\n num = Math.round(num / incrementValue) * incrementValue;\n }\n\n const localMin = undefined === min ? Number.MIN_SAFE_INTEGER : min;\n const localMax = undefined === max ? Number.MAX_SAFE_INTEGER : max;\n num = Math.min(Math.max(num, localMin), localMax);\n\n updateValue(num);\n },\n [\n formattedValue,\n getIncrementValue,\n max,\n min,\n parseInternal,\n snap,\n updateValue,\n ]\n );\n\n const handleKeyDown = React.useCallback(\n (event: React.KeyboardEvent<HTMLInputElement>) => {\n if (event.key === Key.Enter.valueOf()) {\n updateValueFromString(event.currentTarget.value);\n event.preventDefault();\n event.stopPropagation();\n } else if (event.key === Key.Escape.valueOf()) {\n setFormattedValue(formatInternal(currentValueRef.current));\n event.preventDefault();\n } else if (event.key === Key.ArrowDown.valueOf()) {\n applyStep(false);\n event.preventDefault();\n event.stopPropagation();\n } else if (event.key === Key.ArrowUp.valueOf()) {\n applyStep(true);\n event.preventDefault();\n event.stopPropagation();\n }\n onKeyDown && onKeyDown(event);\n },\n [applyStep, formatInternal, updateValueFromString, onKeyDown]\n );\n\n const handleDownClick = React.useCallback(\n (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => {\n applyStep(false);\n event.preventDefault();\n },\n [applyStep]\n );\n\n const handleUpClick = React.useCallback(\n (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => {\n applyStep(true);\n event.preventDefault();\n },\n [applyStep]\n );\n\n const handleFocus = React.useCallback(\n (event: React.FocusEvent<HTMLInputElement>) => {\n event.currentTarget.select();\n },\n []\n );\n\n const isDisabled = !!otherProps.disabled;\n const containerClasses = classnames(\n \"core-number-input-container\",\n containerClassName,\n showTouchButtons && \"core-number-buttons-for-touch\",\n isDisabled && \"core-number-input-disabled\"\n );\n\n const caretUp = showTouchButtons ? <SvgCaretUp /> : <SvgCaretUpSmall />;\n const caretDown = showTouchButtons ? <SvgCaretDown /> : <SvgCaretDownSmall />;\n\n return (\n <div className={containerClasses} style={containerStyle}>\n <Input\n ref={ref}\n value={formattedValue}\n onChange={handleChange}\n onKeyDown={handleKeyDown}\n onFocus={handleFocus}\n onBlur={handleBlur}\n size=\"small\"\n className={classnames(\"core-input\", className)}\n {...otherProps}\n />\n <div\n className={classnames(\n \"core-number-input-buttons-container\",\n showTouchButtons && \"core-number-buttons-for-touch\"\n )}\n >\n {/* eslint-disable-next-line jsx-a11y/no-static-element-interactions, jsx-a11y/click-events-have-key-events */}\n <div\n className=\"core-number-input-button core-number-input-button-up\"\n tabIndex={-1}\n onClick={handleUpClick}\n role=\"presentation\"\n >\n <Icon iconSpec={caretUp} />\n </div>\n {/* eslint-disable-next-line jsx-a11y/no-static-element-interactions, jsx-a11y/click-events-have-key-events */}\n <div\n className=\"core-number-input-button core-number-input-button-down\"\n tabIndex={-1}\n onClick={handleDownClick}\n role=\"presentation\"\n >\n <Icon iconSpec={caretDown} />\n </div>\n </div>\n </div>\n );\n});\n\n/** Input component for numbers with up and down buttons to increment and decrement the value.\n * @public\n * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/input iTwinUI input} instead.\n */\nexport const NumberInput: (props: NumberInputProps) => React.ReactNode =\n ForwardRefNumberInput;\n"]}
@@ -1,88 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- @import "../../base/base";
6
- @import "../variables";
7
-
8
- .core-number-input-container {
9
- position: relative;
10
- padding: 0;
11
- margin: 0;
12
- box-sizing: border-box;
13
-
14
- input {
15
- margin: 0;
16
- padding-right: 1.5em;
17
-
18
- &.core-input {
19
- padding: $uicore-iui-input-padding;
20
- }
21
- }
22
-
23
- &.core-number-buttons-for-touch {
24
- input {
25
- padding-right: 3.5em;
26
- }
27
- }
28
-
29
- .core-number-input-buttons-container {
30
- position: absolute;
31
- top: 0;
32
- right: 0;
33
- width: 20px;
34
- height: 100%;
35
- @include uicore-centered;
36
- flex-direction: column;
37
-
38
- .core-number-input-button {
39
- font-size: 8px;
40
- outline: none;
41
- height: 100%;
42
- width: 100%;
43
- @include uicore-centered;
44
- &:hover {
45
- color: var(--iui-color-text-accent-hover);
46
- transition-duration: 150ms;
47
- }
48
- &.core-number-input-button-up {
49
- padding-top: 1px;
50
- }
51
- &.core-number-input-button-down {
52
- padding-top: 1px;
53
- }
54
- }
55
-
56
- &.core-number-buttons-for-touch {
57
- width: 3.5em;
58
- flex-direction: row-reverse;
59
-
60
- .core-number-input-button {
61
- font-size: 1em;
62
-
63
- &:hover {
64
- color: unset;
65
- transition-duration: unset;
66
- }
67
-
68
- &.core-number-input-button-up {
69
- padding-top: 2px;
70
- }
71
- &.core-number-input-button-down {
72
- padding-top: 2px;
73
- }
74
- }
75
- }
76
- }
77
- &.core-number-input-disabled {
78
- .core-number-input-button-up {
79
- pointer-events: none;
80
- color: var(--iui-color-text-disabled);
81
- }
82
-
83
- .core-number-input-button-down {
84
- pointer-events: none;
85
- color: var(--iui-color-text-disabled);
86
- }
87
- }
88
- }
@@ -1,36 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- @import "../style/baseline";
6
- @import "../style/themecolors";
7
-
8
- // cspell:ignore unbordered
9
-
10
- $uicore-inputs-height: 22px;
11
- $uicore-inputs-height-large: 40px;
12
- $uicore-line-height: calc(var(--iui-size-s) * 1.4);
13
-
14
- $uicore-inputs-padding: calc(
15
- (#{$uicore-inputs-height} - #{$uicore-line-height}) * 0.5
16
- );
17
- $uicore-inputs-padding-large: calc(
18
- (#{$uicore-inputs-height-large} - #{$uicore-line-height}) * 0.5
19
- );
20
- $uicore-inputs-padding-bordered: calc(#{$uicore-inputs-padding} - 2px);
21
- $uicore-inputs-padding-bordered-large: calc(
22
- #{$uicore-inputs-padding-large} - 2px
23
- );
24
-
25
- $uicore-inputs-margin: calc(
26
- (#{$uicore-line-height} * 2 - #{$uicore-inputs-height}) * 0.5
27
- );
28
- $uicore-inputs-margin-large: calc(
29
- (#{$uicore-line-height} * 3 - #{$uicore-inputs-height-large}) * 0.5
30
- );
31
-
32
- $uicore-inputs-border-color: $buic-inputs-border;
33
-
34
- $uicore-inputs-focus-boxshadow: $buic-focus-boxshadow 0px 0px 0px 2px;
35
-
36
- $uicore-iui-input-padding: var(--iui-size-3xs) var(--iui-size-xs);
@@ -1,21 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Utilities
3
- */
4
- import * as React from "react";
5
- import type { Localization as CoreLocalization } from "@itwin/core-common";
6
- type Localization = Pick<CoreLocalization, "getLocalizedString" | "registerNamespace">;
7
- interface LocalizationProviderProps {
8
- children?: React.ReactNode;
9
- localization: Localization;
10
- }
11
- /** Provides localization capability to the components.
12
- * @alpha
13
- * @deprecated in 4.16.0. Use {@link @itwin/components-react#LocalizationProvider} instead.
14
- */
15
- export declare function LocalizationProvider(props: LocalizationProviderProps): React.JSX.Element;
16
- /** Returns localization context.
17
- * @internal
18
- */
19
- export declare function useLocalization(): Localization | undefined;
20
- export {};
21
- //# sourceMappingURL=LocalizationProvider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LocalizationProvider.d.ts","sourceRoot":"","sources":["../../../../src/core-react/l10n/LocalizationProvider.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3E,KAAK,YAAY,GAAG,IAAI,CACtB,gBAAgB,EAChB,oBAAoB,GAAG,mBAAmB,CAC3C,CAAC;AAMF,UAAU,yBAAyB;IACjC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,YAAY,EAAE,YAAY,CAAC;CAC5B;AAED;;;GAGG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,yBAAyB,qBAOpE;AAED;;GAEG;AACH,wBAAgB,eAAe,6BAG9B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"LocalizationProvider.js","sourceRoot":"","sources":["../../../../src/core-react/l10n/LocalizationProvider.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AACH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,MAAM,mBAAmB,GAAG,KAAK,CAAC,aAAa,CAC7C,SAAS,CACV,CAAC;AAOF;;;GAGG;AACH,MAAM,UAAU,oBAAoB,CAAC,KAAgC;IACnE,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,GAAG,KAAK,CAAC;IACzC,OAAO,CACL,oBAAC,mBAAmB,CAAC,QAAQ,IAAC,KAAK,EAAE,YAAY,IAC9C,QAAQ,CACoB,CAChC,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,eAAe;IAC7B,MAAM,YAAY,GAAG,KAAK,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAAC;IAC3D,OAAO,YAAY,CAAC;AACtB,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Utilities\n */\nimport * as React from \"react\";\nimport type { Localization as CoreLocalization } from \"@itwin/core-common\";\n\ntype Localization = Pick<\n CoreLocalization,\n \"getLocalizedString\" | \"registerNamespace\"\n>;\n\nconst LocalizationContext = React.createContext<Localization | undefined>(\n undefined\n);\n\ninterface LocalizationProviderProps {\n children?: React.ReactNode;\n localization: Localization;\n}\n\n/** Provides localization capability to the components.\n * @alpha\n * @deprecated in 4.16.0. Use {@link @itwin/components-react#LocalizationProvider} instead.\n */\nexport function LocalizationProvider(props: LocalizationProviderProps) {\n const { children, localization } = props;\n return (\n <LocalizationContext.Provider value={localization}>\n {children}\n </LocalizationContext.Provider>\n );\n}\n\n/** Returns localization context.\n * @internal\n */\nexport function useLocalization() {\n const localization = React.useContext(LocalizationContext);\n return localization;\n}\n"]}
@@ -1,15 +0,0 @@
1
- /** Used by AppUI packages internally to define package specific `useTranslation` hook.
2
- * Uses a localization provider to translate the provided key with a specified namespace. Multiple fallback layers are used to resolve the translation:
3
- * - Return value of a specified `fallback` function.
4
- * - Default value looked up from a specified `defaults` object.
5
- * - Lastly `key` argument of the translation function is returned.
6
- * @internal
7
- */
8
- export declare function usePackageTranslation({ namespace, fallback, defaults, }: {
9
- namespace: string;
10
- fallback: (key: string) => string | undefined;
11
- defaults: object;
12
- }): {
13
- translate: (key: string) => string;
14
- };
15
- //# sourceMappingURL=usePackageTranslation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"usePackageTranslation.d.ts","sourceRoot":"","sources":["../../../../src/core-react/l10n/usePackageTranslation.tsx"],"names":[],"mappings":"AAOA;;;;;;GAMG;AACH,wBAAgB,qBAAqB,CAAC,EACpC,SAAS,EACT,QAAQ,EACR,QAAQ,GACT,EAAE;IACD,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;IAC9C,QAAQ,EAAE,MAAM,CAAC;CAClB;qBAkBS,MAAM;EAgBf"}
@@ -1,60 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- import * as React from "react";
6
- import { useLocalization } from "./LocalizationProvider";
7
- /** Used by AppUI packages internally to define package specific `useTranslation` hook.
8
- * Uses a localization provider to translate the provided key with a specified namespace. Multiple fallback layers are used to resolve the translation:
9
- * - Return value of a specified `fallback` function.
10
- * - Default value looked up from a specified `defaults` object.
11
- * - Lastly `key` argument of the translation function is returned.
12
- * @internal
13
- */
14
- export function usePackageTranslation({ namespace, fallback, defaults, }) {
15
- const localization = useLocalization();
16
- const [registered, setRegistered] = React.useState(false);
17
- React.useEffect(() => {
18
- if (!localization)
19
- return;
20
- let ignore = false;
21
- setRegistered(false);
22
- void (async () => {
23
- await localization.registerNamespace(namespace);
24
- if (ignore)
25
- return;
26
- setRegistered(true);
27
- })();
28
- return () => {
29
- ignore = true;
30
- };
31
- }, [localization, namespace]);
32
- const translate = React.useCallback((key) => {
33
- if (localization && registered) {
34
- return localization.getLocalizedString(`${namespace}:${key}`);
35
- }
36
- const fallbackTranslation = fallback(key);
37
- if (fallbackTranslation !== undefined) {
38
- return fallbackTranslation;
39
- }
40
- const defaultValue = getDefaultValue(defaults, key);
41
- return defaultValue ?? key;
42
- }, [localization, namespace, fallback, defaults, registered]);
43
- return { translate };
44
- }
45
- function getDefaultValue(defaults, propertyKey) {
46
- const keys = propertyKey.split(".");
47
- let prop = defaults;
48
- for (const key of keys) {
49
- if (!(key in prop)) {
50
- prop = undefined;
51
- break;
52
- }
53
- prop = prop[key];
54
- }
55
- if (typeof prop !== "string") {
56
- return undefined;
57
- }
58
- return prop;
59
- }
60
- //# sourceMappingURL=usePackageTranslation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"usePackageTranslation.js","sourceRoot":"","sources":["../../../../src/core-react/l10n/usePackageTranslation.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD;;;;;;GAMG;AACH,MAAM,UAAU,qBAAqB,CAAC,EACpC,SAAS,EACT,QAAQ,EACR,QAAQ,GAKT;IACC,MAAM,YAAY,GAAG,eAAe,EAAE,CAAC;IACvC,MAAM,CAAC,UAAU,EAAE,aAAa,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC1D,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,CAAC,YAAY;YAAE,OAAO;QAE1B,IAAI,MAAM,GAAG,KAAK,CAAC;QACnB,aAAa,CAAC,KAAK,CAAC,CAAC;QACrB,KAAK,CAAC,KAAK,IAAI,EAAE;YACf,MAAM,YAAY,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC;YAChD,IAAI,MAAM;gBAAE,OAAO;YACnB,aAAa,CAAC,IAAI,CAAC,CAAC;QACtB,CAAC,CAAC,EAAE,CAAC;QACL,OAAO,GAAG,EAAE;YACV,MAAM,GAAG,IAAI,CAAC;QAChB,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC,CAAC;IAC9B,MAAM,SAAS,GAAG,KAAK,CAAC,WAAW,CACjC,CAAC,GAAW,EAAE,EAAE;QACd,IAAI,YAAY,IAAI,UAAU,EAAE,CAAC;YAC/B,OAAO,YAAY,CAAC,kBAAkB,CAAC,GAAG,SAAS,IAAI,GAAG,EAAE,CAAC,CAAC;QAChE,CAAC;QAED,MAAM,mBAAmB,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC;QAC1C,IAAI,mBAAmB,KAAK,SAAS,EAAE,CAAC;YACtC,OAAO,mBAAmB,CAAC;QAC7B,CAAC;QAED,MAAM,YAAY,GAAG,eAAe,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC;QACpD,OAAO,YAAY,IAAI,GAAG,CAAC;IAC7B,CAAC,EACD,CAAC,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,CAAC,CAC1D,CAAC;IACF,OAAO,EAAE,SAAS,EAAE,CAAC;AACvB,CAAC;AAED,SAAS,eAAe,CAAC,QAAgB,EAAE,WAAmB;IAC5D,MAAM,IAAI,GAAG,WAAW,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IACpC,IAAI,IAAI,GAAQ,QAAQ,CAAC;IACzB,KAAK,MAAM,GAAG,IAAI,IAAI,EAAE,CAAC;QACvB,IAAI,CAAC,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC;YACnB,IAAI,GAAG,SAAS,CAAC;YACjB,MAAM;QACR,CAAC;QACD,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC;IACnB,CAAC;IACD,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;QAC7B,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\nimport * as React from \"react\";\nimport { useLocalization } from \"./LocalizationProvider\";\n\n/** Used by AppUI packages internally to define package specific `useTranslation` hook.\n * Uses a localization provider to translate the provided key with a specified namespace. Multiple fallback layers are used to resolve the translation:\n * - Return value of a specified `fallback` function.\n * - Default value looked up from a specified `defaults` object.\n * - Lastly `key` argument of the translation function is returned.\n * @internal\n */\nexport function usePackageTranslation({\n namespace,\n fallback,\n defaults,\n}: {\n namespace: string;\n fallback: (key: string) => string | undefined;\n defaults: object;\n}) {\n const localization = useLocalization();\n const [registered, setRegistered] = React.useState(false);\n React.useEffect(() => {\n if (!localization) return;\n\n let ignore = false;\n setRegistered(false);\n void (async () => {\n await localization.registerNamespace(namespace);\n if (ignore) return;\n setRegistered(true);\n })();\n return () => {\n ignore = true;\n };\n }, [localization, namespace]);\n const translate = React.useCallback(\n (key: string) => {\n if (localization && registered) {\n return localization.getLocalizedString(`${namespace}:${key}`);\n }\n\n const fallbackTranslation = fallback(key);\n if (fallbackTranslation !== undefined) {\n return fallbackTranslation;\n }\n\n const defaultValue = getDefaultValue(defaults, key);\n return defaultValue ?? key;\n },\n [localization, namespace, fallback, defaults, registered]\n );\n return { translate };\n}\n\nfunction getDefaultValue(defaults: object, propertyKey: string) {\n const keys = propertyKey.split(\".\");\n let prop: any = defaults;\n for (const key of keys) {\n if (!(key in prop)) {\n prop = undefined;\n break;\n }\n prop = prop[key];\n }\n if (typeof prop !== \"string\") {\n return undefined;\n }\n return prop;\n}\n"]}
@@ -1,7 +0,0 @@
1
- /** Returns a translation function to localize package components.
2
- * @internal
3
- */
4
- export declare function useTranslation(): {
5
- translate: (key: string) => string;
6
- };
7
- //# sourceMappingURL=useTranslation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useTranslation.d.ts","sourceRoot":"","sources":["../../../../src/core-react/l10n/useTranslation.tsx"],"names":[],"mappings":"AAWA;;GAEG;AACH,wBAAgB,cAAc;;EAa7B"}
@@ -1,26 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- import * as defaults from "../UiCore.json";
6
- import * as React from "react";
7
- import { UiCore } from "../UiCore";
8
- import { usePackageTranslation } from "./usePackageTranslation";
9
- /* eslint-disable deprecation/deprecation */
10
- /** Returns a translation function to localize package components.
11
- * @internal
12
- */
13
- export function useTranslation() {
14
- const fallback = React.useCallback((key) => {
15
- if (!UiCore.initialized) {
16
- return undefined;
17
- }
18
- return UiCore.translate(key);
19
- }, []);
20
- return usePackageTranslation({
21
- namespace: UiCore.localizationNamespace,
22
- fallback,
23
- defaults,
24
- });
25
- }
26
- //# sourceMappingURL=useTranslation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useTranslation.js","sourceRoot":"","sources":["../../../../src/core-react/l10n/useTranslation.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AAC3C,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,4CAA4C;AAE5C;;GAEG;AACH,MAAM,UAAU,cAAc;IAC5B,MAAM,QAAQ,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC,GAAW,EAAE,EAAE;QACjD,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC;YACxB,OAAO,SAAS,CAAC;QACnB,CAAC;QAED,OAAO,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAC/B,CAAC,EAAE,EAAE,CAAC,CAAC;IACP,OAAO,qBAAqB,CAAC;QAC3B,SAAS,EAAE,MAAM,CAAC,qBAAqB;QACvC,QAAQ;QACR,QAAQ;KACT,CAAC,CAAC;AACL,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\nimport * as defaults from \"../UiCore.json\";\nimport * as React from \"react\";\nimport { UiCore } from \"../UiCore\";\nimport { usePackageTranslation } from \"./usePackageTranslation\";\n\n/* eslint-disable deprecation/deprecation */\n\n/** Returns a translation function to localize package components.\n * @internal\n */\nexport function useTranslation() {\n const fallback = React.useCallback((key: string) => {\n if (!UiCore.initialized) {\n return undefined;\n }\n\n return UiCore.translate(key);\n }, []);\n return usePackageTranslation({\n namespace: UiCore.localizationNamespace,\n fallback,\n defaults,\n });\n}\n"]}
@@ -1,15 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- @import "./z-index";
6
-
7
- :root {
8
- /** Default Widget Opacity */
9
- --buic-widget-opacity: 0.9;
10
- /** Default Toolbar Opacity */
11
- --buic-toolbar-opacity: 0.5;
12
-
13
- /** CSS variables for each z-index layer */
14
- @include uicore-z-index-variables();
15
- }
@@ -1,59 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Listbox
3
- */
4
- import * as React from "react";
5
- import "./Listbox.scss";
6
- /** Ideas borrowed from https://reacttraining.com/reach-ui/listbox */
7
- /** `Listbox` value.
8
- * @public
9
- * @deprecated in 4.12.0. Value used in a deprecated component {@link Listbox}.
10
- */
11
- export type ListboxValue = string;
12
- /** `Listbox` Props.
13
- * @public
14
- * @deprecated in 4.12.0. Props of deprecated component {@link Listbox}.
15
- */
16
- export interface ListboxProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement> {
17
- id?: string;
18
- selectedValue?: ListboxValue;
19
- ariaLabel?: any;
20
- ariaLabelledBy?: any;
21
- onListboxValueChange?: (newValue: ListboxValue, isControlOrCommandPressed?: boolean) => void;
22
- }
23
- /** `ListboxItem` Props.
24
- * @public
25
- * @deprecated in 4.12.0. Props of deprecated component {@link ListboxItem}.
26
- */
27
- export interface ListboxItemProps extends React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement> {
28
- /** The unique item's value. */
29
- value: ListboxValue;
30
- /** set if item is disabled. */
31
- disabled?: boolean;
32
- }
33
- /** `Listbox` Context.
34
- * @public
35
- * @deprecated in 4.12.0. Props of deprecated context {@link ListboxContext}.
36
- */
37
- export interface ListboxContextProps {
38
- listboxId?: string;
39
- listboxValue?: ListboxValue;
40
- focusValue?: ListboxValue;
41
- onListboxValueChange: (newValue: ListboxValue, isControlOrCommandPressed?: boolean) => void;
42
- listboxRef?: React.RefObject<HTMLUListElement>;
43
- }
44
- /** Context set up by listbox for use by `ListboxItems` .
45
- * @public
46
- * @deprecated in 4.12.0. Context of deprecated component {@link Listbox}.
47
- */
48
- export declare const ListboxContext: React.Context<ListboxContextProps>;
49
- /** Single select `Listbox` component
50
- * @public
51
- * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/list iTwinUI list} instead.
52
- */
53
- export declare function Listbox(props: ListboxProps): React.JSX.Element;
54
- /** `ListboxItem` component.
55
- * @public
56
- * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/list iTwinUI list} instead.
57
- */
58
- export declare function ListboxItem(props: ListboxItemProps): React.JSX.Element;
59
- //# sourceMappingURL=Listbox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Listbox.d.ts","sourceRoot":"","sources":["../../../../src/core-react/listbox/Listbox.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,gBAAgB,CAAC;AAGxB,sEAAsE;AAItE;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC;AAElC;;;GAGG;AACH,MAAM,WAAW,YACf,SAAQ,KAAK,CAAC,iBAAiB,CAC7B,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,EACtC,gBAAgB,CACjB;IACD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,cAAc,CAAC,EAAE,GAAG,CAAC;IACrB,oBAAoB,CAAC,EAAE,CACrB,QAAQ,EAAE,YAAY,EACtB,yBAAyB,CAAC,EAAE,OAAO,KAChC,IAAI,CAAC;CACX;AAED;;;GAGG;AACH,MAAM,WAAW,gBACf,SAAQ,KAAK,CAAC,iBAAiB,CAC7B,KAAK,CAAC,gBAAgB,CAAC,aAAa,CAAC,EACrC,aAAa,CACd;IACD,+BAA+B;IAC/B,KAAK,EAAE,YAAY,CAAC;IACpB,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,oBAAoB,EAAE,CACpB,QAAQ,EAAE,YAAY,EACtB,yBAAyB,CAAC,EAAE,OAAO,KAChC,IAAI,CAAC;IACV,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;CAChD;AAED;;;GAGG;AACH,eAAO,MAAM,cAAc,oCAEzB,CAAC;AA4DH;;;GAGG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,qBAoM1C;AAED;;;GAGG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBAwDlD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Listbox.js","sourceRoot":"","sources":["../../../../src/core-react/listbox/Listbox.tsx"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Listbox\n */\nimport * as React from \"react\";\nimport classnames from \"classnames\";\nimport { Key } from \"ts-key-enum\";\n\nimport \"./Listbox.scss\";\nimport { Guid } from \"@itwin/core-bentley\";\n\n/** Ideas borrowed from https://reacttraining.com/reach-ui/listbox */\n\n/* eslint-disable deprecation/deprecation */\n\n/** `Listbox` value.\n * @public\n * @deprecated in 4.12.0. Value used in a deprecated component {@link Listbox}.\n */\nexport type ListboxValue = string;\n\n/** `Listbox` Props.\n * @public\n * @deprecated in 4.12.0. Props of deprecated component {@link Listbox}.\n */\nexport interface ListboxProps\n extends React.DetailedHTMLProps<\n React.HTMLAttributes<HTMLUListElement>,\n HTMLUListElement\n > {\n id?: string;\n selectedValue?: ListboxValue;\n ariaLabel?: any;\n ariaLabelledBy?: any;\n onListboxValueChange?: (\n newValue: ListboxValue,\n isControlOrCommandPressed?: boolean\n ) => void;\n}\n\n/** `ListboxItem` Props.\n * @public\n * @deprecated in 4.12.0. Props of deprecated component {@link ListboxItem}.\n */\nexport interface ListboxItemProps\n extends React.DetailedHTMLProps<\n React.LiHTMLAttributes<HTMLLIElement>,\n HTMLLIElement\n > {\n /** The unique item's value. */\n value: ListboxValue;\n /** set if item is disabled. */\n disabled?: boolean;\n}\n\n/** `Listbox` Context.\n * @public\n * @deprecated in 4.12.0. Props of deprecated context {@link ListboxContext}.\n */\nexport interface ListboxContextProps {\n listboxId?: string;\n listboxValue?: ListboxValue;\n focusValue?: ListboxValue;\n onListboxValueChange: (\n newValue: ListboxValue,\n isControlOrCommandPressed?: boolean\n ) => void;\n listboxRef?: React.RefObject<HTMLUListElement>;\n}\n\n/** Context set up by listbox for use by `ListboxItems` .\n * @public\n * @deprecated in 4.12.0. Context of deprecated component {@link Listbox}.\n */\nexport const ListboxContext = React.createContext<ListboxContextProps>({\n onListboxValueChange: (_newValue: ListboxValue | undefined) => {},\n});\n\nfunction makeId(...args: Array<string | number | null | undefined>) {\n return args.filter((val) => val != null).join(\"--\");\n}\n\nfunction getOptionValueArray(childNodes: React.ReactNode): ListboxItemProps[] {\n return React.Children.toArray(childNodes)\n .filter((node) => React.isValidElement(node) && node.props.value)\n .map(\n (optionNode) =>\n (optionNode as React.ReactElement).props as ListboxItemProps\n );\n}\n\nfunction processKeyboardNavigation(\n optionValues: ListboxItemProps[],\n itemIndex: number,\n key: string\n): [number, boolean] {\n let keyProcessed = false;\n let newIndex = itemIndex >= 0 ? itemIndex : 0;\n\n // Note: In aria example Page Up/Down just moves up or down by one item. See https://www.w3.org/TR/wai-aria-practices-1.1/examples/listbox/js/listbox.js\n if (key === Key.ArrowDown.valueOf() || key === Key.PageDown.valueOf()) {\n for (let i = itemIndex + 1; i < optionValues.length; i++) {\n if (!optionValues[i].disabled) {\n newIndex = i;\n break;\n }\n }\n keyProcessed = true;\n } else if (key === Key.ArrowUp.valueOf() || key === Key.PageUp.valueOf()) {\n for (let i = itemIndex - 1; i >= 0; i--) {\n if (!optionValues[i].disabled) {\n newIndex = i;\n break;\n }\n }\n keyProcessed = true;\n } else if (key === Key.Home.valueOf()) {\n for (let i = 0; i < optionValues.length; i++) {\n if (!optionValues[i].disabled) {\n newIndex = i;\n break;\n }\n }\n keyProcessed = true;\n } else if (key === Key.End.valueOf()) {\n for (let i = optionValues.length - 1; i >= 0; i--) {\n if (!optionValues[i].disabled) {\n newIndex = i;\n break;\n }\n }\n keyProcessed = true;\n }\n return [newIndex, keyProcessed];\n}\n\n/** Single select `Listbox` component\n * @public\n * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/list iTwinUI list} instead.\n */\nexport function Listbox(props: ListboxProps) {\n const {\n ariaLabel,\n ariaLabelledBy,\n id,\n children,\n selectedValue,\n className,\n onListboxValueChange,\n onKeyDown,\n ...otherProps\n } = props;\n const listRef = React.useRef<HTMLUListElement>(null);\n const [listId] = React.useState(() => {\n return id ?? Guid.createValue();\n });\n const optionValues = React.useMemo(\n () => getOptionValueArray(children),\n [children]\n );\n const classes = React.useMemo(\n () => classnames(\"core-listbox\", className),\n [className]\n );\n const [currentValue, setCurrentValue] = React.useState<\n ListboxValue | undefined\n >(selectedValue);\n const [focusValue, setFocusValue] = React.useState<ListboxValue | undefined>(\n currentValue\n );\n\n React.useEffect(() => {\n setCurrentValue(selectedValue);\n setFocusValue(selectedValue);\n }, [selectedValue]);\n\n const scrollTopRef = React.useRef(0);\n const handleValueChange = React.useCallback(\n (newValue: ListboxValue, isControlOrCommandPressed?: boolean) => {\n if (newValue !== currentValue) {\n setCurrentValue(newValue);\n setFocusValue(newValue);\n if (onListboxValueChange)\n onListboxValueChange(newValue, isControlOrCommandPressed);\n }\n },\n [setCurrentValue, currentValue, onListboxValueChange]\n );\n\n const focusOption = React.useCallback(\n (itemIndex: number) => {\n if (itemIndex >= 0 && itemIndex < optionValues.length) {\n const newSelection = optionValues[itemIndex];\n const listElement = listRef.current as HTMLUListElement;\n const optionToFocus = listElement.querySelector<HTMLLIElement>(\n `li[data-value=\"${newSelection.value}\"]`\n );\n if (optionToFocus && listElement) {\n let newScrollTop = listElement.scrollTop;\n\n if (listElement.scrollHeight > listElement.clientHeight) {\n const scrollBottom =\n listElement.clientHeight + listElement.scrollTop;\n const elementBottom =\n optionToFocus.offsetTop + optionToFocus.offsetHeight;\n if (elementBottom > scrollBottom) {\n newScrollTop = elementBottom - listElement.clientHeight;\n } else if (optionToFocus.offsetTop < listElement.scrollTop) {\n newScrollTop = optionToFocus.offsetTop;\n }\n scrollTopRef.current = newScrollTop;\n }\n setFocusValue(newSelection.value);\n }\n }\n },\n [optionValues]\n );\n\n const handleKeyDown = React.useCallback(\n (event: React.KeyboardEvent<HTMLUListElement>) => {\n if (optionValues.length < 1) return;\n\n const itemIndex =\n undefined === focusValue\n ? -1\n : optionValues.findIndex(\n (optionValue) => optionValue.value === focusValue\n );\n\n if (event.key === \" \") {\n event.preventDefault();\n if (focusValue)\n handleValueChange(\n focusValue,\n event.getModifierState(\"Control\") || event.getModifierState(\"Meta\")\n ); // Control or Command\n return;\n } else {\n const [newItemIndex, keyProcessed] = processKeyboardNavigation(\n optionValues,\n itemIndex,\n event.key\n );\n if (keyProcessed) {\n event.preventDefault();\n focusOption(newItemIndex);\n return;\n }\n }\n\n if (onKeyDown) onKeyDown(event);\n },\n [focusValue, optionValues, focusOption, onKeyDown, handleValueChange]\n );\n\n const isInitialMount = React.useRef(true);\n\n React.useEffect(() => {\n const list = listRef.current as HTMLUListElement;\n\n if (isInitialMount.current) {\n isInitialMount.current = false;\n\n if (undefined !== focusValue) {\n const itemIndex = optionValues.findIndex(\n (optionValue) => optionValue.value === focusValue\n );\n focusOption(itemIndex);\n }\n } else {\n list.scrollTop = scrollTopRef.current;\n }\n }, [focusValue, focusOption, optionValues]);\n\n const handleOnScroll = React.useCallback(\n (_event: React.UIEvent<HTMLUListElement, UIEvent>) => {\n if (listRef.current) scrollTopRef.current = listRef.current.scrollTop;\n },\n []\n );\n\n const handleOnFocus = React.useCallback(\n (_event: React.FocusEvent<HTMLUListElement>) => {\n if (!focusValue || 0 === focusValue.length) {\n if (currentValue) {\n setFocusValue(currentValue);\n } else {\n if (optionValues.length > 0) setFocusValue(optionValues[0].value);\n }\n }\n },\n [currentValue, focusValue, optionValues]\n );\n\n return (\n <ul\n className={classes}\n // If the listbox is not part of another widget, then it has a visible\n // label referenced by `aria-labelledby` on the element with role\n // `listbox`.\n // https://www.w3.org/TR/wai-aria-practices-1.2/#Listbox\n // If an `aria-label` is passed, we should skip `aria-labelledby` to\n // avoid confusion.\n aria-labelledby={ariaLabel ? undefined : ariaLabelledBy}\n aria-label={ariaLabel}\n // An element that contains or owns all the listbox options has role\n // listbox.\n // https://www.w3.org/TR/wai-aria-practices-1.2/#Listbox\n role=\"listbox\"\n // https://www.w3.org/TR/wai-aria-practices-1.2/examples/listbox/listbox-collapsible.html\n tabIndex={0}\n // https://www.w3.org/TR/wai-aria-practices-1.2/examples/listbox/listbox-scrollable.html\n aria-activedescendant={makeId(currentValue, listId)}\n {...otherProps}\n ref={listRef}\n id={listId}\n onKeyDown={handleKeyDown}\n onScroll={handleOnScroll}\n data-value={currentValue}\n data-focusvalue={focusValue}\n onFocus={handleOnFocus}\n >\n <ListboxContext.Provider\n value={{\n listboxValue: currentValue,\n focusValue,\n listboxId: listId,\n onListboxValueChange: handleValueChange,\n listboxRef: listRef,\n }}\n >\n {children}\n </ListboxContext.Provider>\n </ul>\n );\n}\n\n/** `ListboxItem` component.\n * @public\n * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/list iTwinUI list} instead.\n */\nexport function ListboxItem(props: ListboxItemProps) {\n const { children, value, className, disabled, ...otherProps } = props;\n\n const { listboxValue, focusValue, listboxId, onListboxValueChange } =\n React.useContext(ListboxContext);\n\n const hasFocus = focusValue === value;\n\n const classes = React.useMemo(\n () => classnames(\"core-listbox-item\", hasFocus && \"focused\", className),\n [className, hasFocus]\n );\n const itemRef = React.useRef<HTMLLIElement>(null);\n const isSelected = listboxValue === value;\n\n const handleClick = React.useCallback(\n (event: React.MouseEvent<HTMLLIElement, MouseEvent>) => {\n event.preventDefault();\n const selectedValue = event.currentTarget?.dataset?.value;\n if (undefined !== selectedValue) {\n onListboxValueChange(selectedValue, event.ctrlKey);\n }\n },\n [onListboxValueChange]\n );\n\n const getItemId = React.useCallback(() => {\n return makeId(value, listboxId);\n }, [listboxId, value]);\n\n return (\n // eslint-disable-next-line jsx-a11y/click-events-have-key-events\n <li\n // In a single-select listbox, the selected option has `aria-selected`\n // set to `true`.\n // https://www.w3.org/TR/wai-aria-practices-1.2/#Listbox\n aria-selected={isSelected}\n // Applicable to all host language elements regardless of whether a\n // `role` is applied.\n // https://www.w3.org/WAI/PF/aria/states_and_properties#global_states_header\n aria-disabled={disabled || undefined}\n // Each option in the listbox has role `option` and is a DOM descendant\n // of the element with role `listbox`.\n // https://www.w3.org/TR/wai-aria-practices-1.2/#Listbox\n role=\"option\"\n className={classes}\n {...otherProps}\n ref={itemRef}\n id={getItemId()}\n // used for css styling\n data-value={value}\n onClick={handleClick}\n >\n {children}\n </li>\n );\n}\n"]}
@@ -1,54 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- @import "../index";
6
-
7
- $uicore-list-item-height: calc(var(--iui-size-s) * 2);
8
-
9
- ul.core-listbox {
10
- list-style: none;
11
- outline: none;
12
- padding: 0;
13
- margin: 0;
14
- box-sizing: border-box;
15
- width: 100%;
16
- height: 100%;
17
- display: flex;
18
- flex-direction: column;
19
- overflow: auto;
20
- color: var(--iui-color-text);
21
- border: 1px solid var(--iui-color-border);
22
- position: relative; // required to properly set scrollTop position
23
-
24
- @include uicore-touch-scrolling;
25
- @include uicore-scrollbar();
26
-
27
- &:focus {
28
- border-color: var(--iui-color-border-accent);
29
-
30
- li.core-listbox-item.focused {
31
- background-color: var(--iui-color-background-accent-muted);
32
- border: 1px solid var(--iui-color-border-accent);
33
- }
34
- }
35
-
36
- li.core-listbox-item {
37
- display: inline-flex;
38
- line-height: $uicore-list-item-height;
39
- padding-left: 4px;
40
-
41
- &[aria-selected="true"] {
42
- background-color: var(--iui-color-background-accent-muted);
43
- }
44
-
45
- &[aria-disabled="true"] {
46
- pointer-events: none;
47
- color: var(--iui-color-text-disabled);
48
- }
49
-
50
- &:hover {
51
- background-color: var(--iui-color-background-hover);
52
- }
53
- }
54
- }
@@ -1,31 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Loading
3
- */
4
- import "./LoadingBar.scss";
5
- import * as React from "react";
6
- import type { CommonProps } from "../utils/Props";
7
- /** Properties for [[LoadingBar]] component
8
- * @public
9
- * @deprecated in 4.12.0. Props of deprecated component {@link LoadingBar}.
10
- */
11
- export interface LoadingBarProps extends CommonProps {
12
- /** Percent */
13
- percent: number;
14
- /** Show percentage (optional) */
15
- showPercentage?: boolean;
16
- /** Height (in pixels) of the loading bar */
17
- barHeight: number;
18
- }
19
- /** A loading bar with optional percentage text.
20
- * @public
21
- * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/progressindicator#progress-linear iTwinUI progress indicator} instead.
22
- */
23
- export declare class LoadingBar extends React.PureComponent<LoadingBarProps> {
24
- static defaultProps: Partial<LoadingBarProps>;
25
- render(): React.JSX.Element;
26
- }
27
- /** Sanity check to keep percentage between 0 & 100
28
- * @internal
29
- */
30
- export declare function percentInRange(percent: number): number;
31
- //# sourceMappingURL=LoadingBar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LoadingBar.d.ts","sourceRoot":"","sources":["../../../../src/core-react/loading/LoadingBar.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,mBAAmB,CAAC;AAE3B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIlD;;;GAGG;AACH,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAClD,cAAc;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,iCAAiC;IACjC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,4CAA4C;IAC5C,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;;GAGG;AACH,qBAAa,UAAW,SAAQ,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC;IAClE,OAAc,YAAY,EAAE,OAAO,CAAC,eAAe,CAAC,CAElD;IAEc,MAAM;CAcvB;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAItD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"LoadingBar.js","sourceRoot":"","sources":["../../../../src/core-react/loading/LoadingBar.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,mBAAmB,CAAC;AAC3B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAkB/B;;;GAGG;AACH,MAAM,OAAO,UAAW,SAAQ,KAAK,CAAC,aAA8B;IAKlD,MAAM;QACpB,MAAM,OAAO,GAAG,GAAG,cAAc,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;QACzD,MAAM,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;QACnE,OAAO,CACL,6BAAK,SAAS,EAAE,cAAc,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK;YACrD,6BAAK,SAAS,EAAC,cAAc,EAAC,KAAK,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE;gBACnE,6BAAK,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,GAAI,CAC/C;YACL,IAAI,CAAC,KAAK,CAAC,cAAc,IAAI,CAC5B,8BAAM,SAAS,EAAC,SAAS,IAAE,OAAO,CAAQ,CAC3C,CACG,CACP,CAAC;IACJ,CAAC;;AAjBa,uBAAY,GAA6B;IACrD,SAAS,EAAE,CAAC;CACb,CAAC;AAkBJ;;GAEG;AACH,MAAM,UAAU,cAAc,CAAC,OAAe;IAC5C,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC;IACnC,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IAC3B,OAAO,KAAK,CAAC;AACf,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Loading\n */\n\nimport \"./LoadingBar.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport type { CommonProps } from \"../utils/Props\";\n\n/* eslint-disable deprecation/deprecation */\n\n/** Properties for [[LoadingBar]] component\n * @public\n * @deprecated in 4.12.0. Props of deprecated component {@link LoadingBar}.\n */\nexport interface LoadingBarProps extends CommonProps {\n /** Percent */\n percent: number;\n /** Show percentage (optional) */\n showPercentage?: boolean;\n /** Height (in pixels) of the loading bar */\n barHeight: number;\n}\n\n/** A loading bar with optional percentage text.\n * @public\n * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/progressindicator#progress-linear iTwinUI progress indicator} instead.\n */\nexport class LoadingBar extends React.PureComponent<LoadingBarProps> {\n public static defaultProps: Partial<LoadingBarProps> = {\n barHeight: 4,\n };\n\n public override render() {\n const percent = `${percentInRange(this.props.percent)}%`;\n const containerClass = classnames(this.props.className, \"core-lb\");\n return (\n <div className={containerClass} style={this.props.style}>\n <div className=\"lb-container\" style={{ height: this.props.barHeight }}>\n <div className=\"fill\" style={{ width: percent }} />\n </div>\n {this.props.showPercentage && (\n <span className=\"percent\">{percent}</span>\n )}\n </div>\n );\n }\n}\n\n/** Sanity check to keep percentage between 0 & 100\n * @internal\n */\nexport function percentInRange(percent: number): number {\n let value = Math.min(percent, 100);\n value = Math.max(value, 0);\n return value;\n}\n"]}
@@ -1,29 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- @import "../style/themecolors";
6
-
7
- .core-lb {
8
- display: flex;
9
- align-items: center;
10
-
11
- > .lb-container {
12
- background-color: $buic-background-5;
13
- flex: 1;
14
-
15
- > .fill {
16
- height: 100%;
17
- background-color: $buic-foreground-primary;
18
- transition: width 0.3s linear;
19
- }
20
- }
21
-
22
- > .percent {
23
- flex: initial;
24
- opacity: 0.85;
25
- width: 3em;
26
- font-size: 0.9em;
27
- margin-left: 0.3em;
28
- }
29
- }