@itwin/core-react 4.17.6 → 5.0.0-dev.3

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 (1530) hide show
  1. package/CHANGELOG.md +1 -33
  2. package/README.md +16 -2
  3. package/lib/cjs/core-react/_helpers.scss +6 -4
  4. package/lib/cjs/core-react/_scrollbar.scss +5 -3
  5. package/lib/cjs/core-react/_typography.scss +4 -4
  6. package/lib/cjs/core-react/_z-index.scss +9 -5
  7. package/lib/cjs/core-react/autosuggest/AutoSuggest.scss +4 -4
  8. package/lib/cjs/core-react/base/base.scss +5 -3
  9. package/lib/cjs/core-react/base/classes.scss +1 -1
  10. package/lib/cjs/core-react/base/index.scss +1 -1
  11. package/lib/cjs/core-react/button/UnderlinedButton.scss +3 -6
  12. package/lib/cjs/core-react/classes.scss +5 -6
  13. package/lib/cjs/core-react/contextmenu/ContextMenu.scss +6 -11
  14. package/lib/cjs/core-react/dialog/Dialog.scss +1 -1
  15. package/lib/cjs/core-react/elementseparator/ElementSeparator.scss +0 -3
  16. package/lib/cjs/core-react/icons/IconComponent.scss +1 -1
  17. package/lib/cjs/core-react/icons/WebFontIcon.scss +0 -2
  18. package/lib/cjs/core-react/icons/classes.scss +1 -1
  19. package/lib/cjs/core-react/icons/index.scss +2 -2
  20. package/lib/cjs/core-react/icons/mixins.scss +11 -9
  21. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.scss +2 -5
  22. package/lib/cjs/core-react/index.scss +12 -14
  23. package/lib/cjs/core-react/inputs/classes.scss +1 -1
  24. package/lib/cjs/core-react/inputs/iconinput/IconInput.scss +1 -2
  25. package/lib/cjs/core-react/inputs/index.scss +4 -4
  26. package/lib/cjs/core-react/inputs/input-label.scss +16 -10
  27. package/lib/cjs/core-react/inputs/input.scss +13 -11
  28. package/lib/cjs/core-react/inputs/numberinput/NumberInput.scss +2 -2
  29. package/lib/cjs/core-react/inputs/variables.scss +9 -4
  30. package/lib/cjs/core-react/layout-variables.scss +1 -1
  31. package/lib/cjs/core-react/listbox/Listbox.scss +1 -1
  32. package/lib/cjs/core-react/loading/LoadingBar.scss +2 -4
  33. package/lib/cjs/core-react/loading/LoadingPrompt.scss +0 -4
  34. package/lib/cjs/core-react/loading/LoadingSpinner.scss +0 -2
  35. package/lib/cjs/core-react/loading/index.scss +1 -1
  36. package/lib/cjs/core-react/loading/mixins.scss +3 -3
  37. package/lib/cjs/core-react/messagebox/MessageBox.scss +2 -3
  38. package/lib/cjs/core-react/popup/Popup.scss +1 -2
  39. package/lib/cjs/core-react/radialmenu/RadialMenu.scss +6 -7
  40. package/lib/cjs/core-react/searchbox/SearchBox.scss +0 -2
  41. package/lib/cjs/core-react/settings/SettingsContainer.scss +0 -3
  42. package/lib/cjs/core-react/style/index.scss +6 -6
  43. package/lib/cjs/core-react/tabs/classes.scss +1 -1
  44. package/lib/cjs/core-react/tabs/index.scss +1 -1
  45. package/lib/cjs/core-react/tabs/tabs.scss +10 -7
  46. package/lib/cjs/core-react/tabs/vertical.scss +5 -3
  47. package/lib/cjs/core-react/text/FilteredText.scss +1 -3
  48. package/lib/cjs/core-react/text/classes.scss +1 -1
  49. package/lib/cjs/core-react/text/disabled.scss +1 -3
  50. package/lib/cjs/core-react/text/index.scss +5 -5
  51. package/lib/cjs/core-react/text/mixins.scss +5 -3
  52. package/lib/cjs/core-react/text/muted.scss +1 -3
  53. package/lib/core-react/UiCore.d.ts +38 -0
  54. package/lib/core-react/UiCore.d.ts.map +1 -0
  55. package/lib/core-react/UiCore.js +69 -0
  56. package/lib/core-react/UiCore.js.map +1 -0
  57. package/lib/core-react/_geometry.scss +70 -0
  58. package/lib/core-react/_helpers.scss +54 -0
  59. package/lib/core-react/_math.scss +13 -0
  60. package/lib/core-react/_scrollbar.scss +57 -0
  61. package/lib/core-react/_typography.scss +44 -0
  62. package/lib/core-react/_z-index.scss +51 -0
  63. package/lib/core-react/autosuggest/AutoSuggest.d.ts +99 -0
  64. package/lib/core-react/autosuggest/AutoSuggest.d.ts.map +1 -0
  65. package/lib/core-react/autosuggest/AutoSuggest.js +170 -0
  66. package/lib/core-react/autosuggest/AutoSuggest.js.map +1 -0
  67. package/lib/core-react/autosuggest/AutoSuggest.scss +79 -0
  68. package/lib/core-react/badge/Badge.d.ts +17 -0
  69. package/lib/core-react/badge/Badge.d.ts.map +1 -0
  70. package/lib/core-react/badge/Badge.js +25 -0
  71. package/lib/core-react/badge/Badge.js.map +1 -0
  72. package/lib/core-react/badge/BadgeType.d.ts +19 -0
  73. package/lib/core-react/badge/BadgeType.d.ts.map +1 -0
  74. package/lib/core-react/badge/BadgeType.js +14 -0
  75. package/lib/core-react/badge/BadgeType.js.map +1 -0
  76. package/lib/core-react/badge/DeprecatedBadge.d.ts.map +1 -0
  77. package/lib/core-react/badge/DeprecatedBadge.js.map +1 -0
  78. package/lib/core-react/badge/DeprecatedBadge.scss +11 -0
  79. package/lib/core-react/badge/NewBadge.d.ts.map +1 -0
  80. package/lib/core-react/badge/NewBadge.js.map +1 -0
  81. package/lib/core-react/badge/NewBadge.scss +12 -0
  82. package/lib/core-react/badge/TechnicalPreviewBadge.d.ts.map +1 -0
  83. package/lib/core-react/badge/TechnicalPreviewBadge.js.map +1 -0
  84. package/lib/core-react/badge/TechnicalPreviewBadge.scss +11 -0
  85. package/lib/core-react/base/Centered.d.ts +12 -0
  86. package/lib/core-react/base/Centered.d.ts.map +1 -0
  87. package/lib/core-react/base/Centered.js +20 -0
  88. package/lib/core-react/base/Centered.js.map +1 -0
  89. package/lib/core-react/base/Div.d.ts +19 -0
  90. package/lib/core-react/base/Div.d.ts.map +1 -0
  91. package/lib/core-react/base/Div.js.map +1 -0
  92. package/lib/core-react/base/DivWithOutsideClick.d.ts +77 -0
  93. package/lib/core-react/base/DivWithOutsideClick.d.ts.map +1 -0
  94. package/lib/core-react/base/DivWithOutsideClick.js +17 -0
  95. package/lib/core-react/base/DivWithOutsideClick.js.map +1 -0
  96. package/lib/core-react/base/FillCentered.d.ts +12 -0
  97. package/lib/core-react/base/FillCentered.d.ts.map +1 -0
  98. package/lib/core-react/base/FillCentered.js +20 -0
  99. package/lib/core-react/base/FillCentered.js.map +1 -0
  100. package/lib/core-react/base/FlexWrapContainer.d.ts +13 -0
  101. package/lib/core-react/base/FlexWrapContainer.d.ts.map +1 -0
  102. package/lib/core-react/base/FlexWrapContainer.js +21 -0
  103. package/lib/core-react/base/FlexWrapContainer.js.map +1 -0
  104. package/lib/core-react/base/Gap.d.ts +18 -0
  105. package/lib/core-react/base/Gap.d.ts.map +1 -0
  106. package/lib/core-react/base/Gap.js.map +1 -0
  107. package/lib/core-react/base/PointerEvents.d.ts.map +1 -0
  108. package/lib/core-react/base/PointerEvents.js.map +1 -0
  109. package/lib/core-react/base/ScrollView.d.ts +13 -0
  110. package/lib/core-react/base/ScrollView.d.ts.map +1 -0
  111. package/lib/core-react/base/ScrollView.js +21 -0
  112. package/lib/core-react/base/ScrollView.js.map +1 -0
  113. package/lib/core-react/base/base.scss +44 -0
  114. package/lib/core-react/base/classes.scss +27 -0
  115. package/lib/core-react/base/index.scss +5 -0
  116. package/lib/core-react/button/UnderlinedButton.d.ts.map +1 -0
  117. package/lib/core-react/button/UnderlinedButton.js.map +1 -0
  118. package/lib/core-react/button/UnderlinedButton.scss +29 -0
  119. package/lib/core-react/checklistbox/CheckListBox.d.ts +45 -0
  120. package/lib/core-react/checklistbox/CheckListBox.d.ts.map +1 -0
  121. package/lib/core-react/checklistbox/CheckListBox.js.map +1 -0
  122. package/lib/core-react/checklistbox/CheckListBox.scss +22 -0
  123. package/lib/core-react/classes.scss +9 -0
  124. package/lib/core-react/colorthemes.scss +12 -0
  125. package/lib/core-react/colorvariables.scss +139 -0
  126. package/lib/core-react/contextmenu/ContextMenu.d.ts +91 -0
  127. package/lib/core-react/contextmenu/ContextMenu.d.ts.map +1 -0
  128. package/lib/core-react/contextmenu/ContextMenu.js +362 -0
  129. package/lib/core-react/contextmenu/ContextMenu.js.map +1 -0
  130. package/lib/core-react/contextmenu/ContextMenu.scss +226 -0
  131. package/lib/core-react/contextmenu/ContextMenuDirection.d.ts.map +1 -0
  132. package/lib/core-react/contextmenu/ContextMenuDirection.js.map +1 -0
  133. package/lib/core-react/contextmenu/ContextMenuDivider.d.ts +13 -0
  134. package/lib/core-react/contextmenu/ContextMenuDivider.d.ts.map +1 -0
  135. package/lib/core-react/contextmenu/ContextMenuDivider.js.map +1 -0
  136. package/lib/core-react/contextmenu/ContextMenuItem.d.ts +65 -0
  137. package/lib/core-react/contextmenu/ContextMenuItem.d.ts.map +1 -0
  138. package/lib/core-react/contextmenu/ContextMenuItem.js +107 -0
  139. package/lib/core-react/contextmenu/ContextMenuItem.js.map +1 -0
  140. package/lib/core-react/contextmenu/ContextSubMenu.d.ts +51 -0
  141. package/lib/core-react/contextmenu/ContextSubMenu.d.ts.map +1 -0
  142. package/lib/core-react/contextmenu/ContextSubMenu.js +173 -0
  143. package/lib/core-react/contextmenu/ContextSubMenu.js.map +1 -0
  144. package/lib/core-react/contextmenu/GlobalContextMenu.d.ts +36 -0
  145. package/lib/core-react/contextmenu/GlobalContextMenu.d.ts.map +1 -0
  146. package/lib/core-react/contextmenu/GlobalContextMenu.js +59 -0
  147. package/lib/core-react/contextmenu/GlobalContextMenu.js.map +1 -0
  148. package/lib/core-react/contextmenu/PopupContextMenu.d.ts +57 -0
  149. package/lib/core-react/contextmenu/PopupContextMenu.d.ts.map +1 -0
  150. package/lib/core-react/contextmenu/PopupContextMenu.js +54 -0
  151. package/lib/core-react/contextmenu/PopupContextMenu.js.map +1 -0
  152. package/lib/core-react/contextmenu/PopupContextMenu.scss +8 -0
  153. package/lib/core-react/contextmenu/TildeFinder.d.ts.map +1 -0
  154. package/lib/core-react/contextmenu/TildeFinder.js.map +1 -0
  155. package/lib/core-react/dialog/Dialog.d.ts +112 -0
  156. package/lib/core-react/dialog/Dialog.d.ts.map +1 -0
  157. package/lib/core-react/dialog/Dialog.js +205 -0
  158. package/lib/core-react/dialog/Dialog.js.map +1 -0
  159. package/lib/core-react/dialog/Dialog.scss +57 -0
  160. package/lib/core-react/dialog/GlobalDialog.d.ts +32 -0
  161. package/lib/core-react/dialog/GlobalDialog.d.ts.map +1 -0
  162. package/lib/core-react/dialog/GlobalDialog.js +57 -0
  163. package/lib/core-react/dialog/GlobalDialog.js.map +1 -0
  164. package/lib/core-react/elementseparator/ElementSeparator.d.ts +44 -0
  165. package/lib/core-react/elementseparator/ElementSeparator.d.ts.map +1 -0
  166. package/lib/core-react/elementseparator/ElementSeparator.js +163 -0
  167. package/lib/core-react/elementseparator/ElementSeparator.js.map +1 -0
  168. package/lib/core-react/elementseparator/ElementSeparator.scss +93 -0
  169. package/lib/core-react/enums/Alignment.d.ts.map +1 -0
  170. package/lib/core-react/enums/Alignment.js.map +1 -0
  171. package/lib/core-react/enums/CheckBoxState.d.ts.map +1 -0
  172. package/lib/core-react/enums/CheckBoxState.js.map +1 -0
  173. package/lib/core-react/enums/Orientation.d.ts.map +1 -0
  174. package/lib/core-react/enums/Orientation.js.map +1 -0
  175. package/lib/core-react/enums/SortDirection.d.ts.map +1 -0
  176. package/lib/core-react/enums/SortDirection.js.map +1 -0
  177. package/lib/core-react/enums/TimeFormat.d.ts.map +1 -0
  178. package/lib/core-react/enums/TimeFormat.js.map +1 -0
  179. package/lib/core-react/expandable/ExpandableList.d.ts +37 -0
  180. package/lib/core-react/expandable/ExpandableList.d.ts.map +1 -0
  181. package/lib/core-react/expandable/ExpandableList.js.map +1 -0
  182. package/lib/core-react/focus/ItemKeyboardNavigator.d.ts +53 -0
  183. package/lib/core-react/focus/ItemKeyboardNavigator.d.ts.map +1 -0
  184. package/lib/core-react/focus/ItemKeyboardNavigator.js +173 -0
  185. package/lib/core-react/focus/ItemKeyboardNavigator.js.map +1 -0
  186. package/lib/core-react/focustrap/FocusTrap.d.ts.map +1 -0
  187. package/lib/core-react/focustrap/FocusTrap.js +196 -0
  188. package/lib/core-react/focustrap/FocusTrap.js.map +1 -0
  189. package/lib/core-react/hocs/withIsPressed.d.ts.map +1 -0
  190. package/lib/core-react/hocs/withIsPressed.js.map +1 -0
  191. package/lib/core-react/hocs/withOnOutsideClick.d.ts.map +1 -0
  192. package/lib/core-react/hocs/withOnOutsideClick.js.map +1 -0
  193. package/lib/core-react/hocs/withTimeout.d.ts +73 -0
  194. package/lib/core-react/hocs/withTimeout.d.ts.map +1 -0
  195. package/lib/core-react/hocs/withTimeout.js +44 -0
  196. package/lib/core-react/hocs/withTimeout.js.map +1 -0
  197. package/lib/core-react/icons/ConditionalIconItem.d.ts +28 -0
  198. package/lib/core-react/icons/ConditionalIconItem.d.ts.map +1 -0
  199. package/lib/core-react/icons/ConditionalIconItem.js.map +1 -0
  200. package/lib/core-react/icons/IconComponent.d.ts +34 -0
  201. package/lib/core-react/icons/IconComponent.d.ts.map +1 -0
  202. package/lib/core-react/icons/IconComponent.js +77 -0
  203. package/lib/core-react/icons/IconComponent.js.map +1 -0
  204. package/lib/core-react/icons/IconComponent.scss +19 -0
  205. package/lib/core-react/icons/SvgPath.d.ts +26 -0
  206. package/lib/core-react/icons/SvgPath.d.ts.map +1 -0
  207. package/lib/core-react/icons/SvgPath.js.map +1 -0
  208. package/lib/core-react/icons/SvgPath.scss +15 -0
  209. package/lib/core-react/icons/WebFontIcon.d.ts +28 -0
  210. package/lib/core-react/icons/WebFontIcon.d.ts.map +1 -0
  211. package/lib/core-react/icons/WebFontIcon.js.map +1 -0
  212. package/lib/core-react/icons/WebFontIcon.scss +15 -0
  213. package/lib/core-react/icons/classes.scss +18 -0
  214. package/lib/core-react/icons/index.scss +6 -0
  215. package/lib/core-react/icons/mixins.scss +27 -0
  216. package/lib/core-react/icons/variables.scss +12 -0
  217. package/lib/core-react/imagecheckbox/ImageCheckBox.d.ts +43 -0
  218. package/lib/core-react/imagecheckbox/ImageCheckBox.d.ts.map +1 -0
  219. package/lib/core-react/imagecheckbox/ImageCheckBox.js +49 -0
  220. package/lib/core-react/imagecheckbox/ImageCheckBox.js.map +1 -0
  221. package/lib/core-react/imagecheckbox/ImageCheckBox.scss +51 -0
  222. package/lib/core-react/index.scss +18 -0
  223. package/lib/core-react/inputs/Input.d.ts +21 -0
  224. package/lib/core-react/inputs/Input.d.ts.map +1 -0
  225. package/lib/core-react/inputs/Input.js +42 -0
  226. package/lib/core-react/inputs/Input.js.map +1 -0
  227. package/lib/core-react/inputs/InputLabel.d.ts +23 -0
  228. package/lib/core-react/inputs/InputLabel.d.ts.map +1 -0
  229. package/lib/core-react/inputs/InputLabel.js +33 -0
  230. package/lib/core-react/inputs/InputLabel.js.map +1 -0
  231. package/lib/core-react/inputs/InputStatus.d.ts.map +1 -0
  232. package/lib/core-react/inputs/InputStatus.js.map +1 -0
  233. package/lib/core-react/inputs/LabeledComponentProps.d.ts +36 -0
  234. package/lib/core-react/inputs/LabeledComponentProps.d.ts.map +1 -0
  235. package/lib/core-react/inputs/LabeledComponentProps.js.map +1 -0
  236. package/lib/core-react/inputs/classes.scss +12 -0
  237. package/lib/core-react/inputs/iconinput/IconInput.d.ts +26 -0
  238. package/lib/core-react/inputs/iconinput/IconInput.d.ts.map +1 -0
  239. package/lib/core-react/inputs/iconinput/IconInput.js +29 -0
  240. package/lib/core-react/inputs/iconinput/IconInput.js.map +1 -0
  241. package/lib/core-react/inputs/iconinput/IconInput.scss +33 -0
  242. package/lib/core-react/inputs/index.scss +9 -0
  243. package/lib/core-react/inputs/input-label.scss +95 -0
  244. package/lib/core-react/inputs/input.scss +56 -0
  245. package/lib/core-react/inputs/numberinput/NumberInput.d.ts.map +1 -0
  246. package/lib/core-react/inputs/numberinput/NumberInput.js +160 -0
  247. package/lib/core-react/inputs/numberinput/NumberInput.js.map +1 -0
  248. package/lib/core-react/inputs/numberinput/NumberInput.scss +88 -0
  249. package/lib/core-react/inputs/variables.scss +41 -0
  250. package/lib/core-react/l10n/LocalizationProvider.d.ts.map +1 -0
  251. package/lib/core-react/l10n/LocalizationProvider.js.map +1 -0
  252. package/lib/core-react/l10n/usePackageTranslation.d.ts.map +1 -0
  253. package/lib/core-react/l10n/usePackageTranslation.js +60 -0
  254. package/lib/core-react/l10n/usePackageTranslation.js.map +1 -0
  255. package/lib/core-react/l10n/useTranslation.d.ts.map +1 -0
  256. package/lib/core-react/l10n/useTranslation.js +26 -0
  257. package/lib/core-react/l10n/useTranslation.js.map +1 -0
  258. package/lib/core-react/layout-variables.scss +15 -0
  259. package/lib/core-react/listbox/Listbox.d.ts.map +1 -0
  260. package/lib/core-react/listbox/Listbox.js.map +1 -0
  261. package/lib/core-react/listbox/Listbox.scss +54 -0
  262. package/lib/core-react/loading/LoadingBar.d.ts +31 -0
  263. package/lib/core-react/loading/LoadingBar.d.ts.map +1 -0
  264. package/lib/core-react/loading/LoadingBar.js.map +1 -0
  265. package/lib/core-react/loading/LoadingBar.scss +27 -0
  266. package/lib/core-react/loading/LoadingPrompt.d.ts +41 -0
  267. package/lib/core-react/loading/LoadingPrompt.d.ts.map +1 -0
  268. package/lib/core-react/loading/LoadingPrompt.js +41 -0
  269. package/lib/core-react/loading/LoadingPrompt.js.map +1 -0
  270. package/lib/core-react/loading/LoadingPrompt.scss +29 -0
  271. package/lib/core-react/loading/LoadingSpinner.d.ts.map +1 -0
  272. package/lib/core-react/loading/LoadingSpinner.js.map +1 -0
  273. package/lib/core-react/loading/LoadingSpinner.scss +24 -0
  274. package/lib/core-react/loading/LoadingStatus.d.ts +26 -0
  275. package/lib/core-react/loading/LoadingStatus.d.ts.map +1 -0
  276. package/lib/core-react/loading/LoadingStatus.js.map +1 -0
  277. package/lib/core-react/loading/LoadingStatus.scss +20 -0
  278. package/lib/core-react/loading/index.scss +5 -0
  279. package/lib/core-react/loading/mixins.scss +57 -0
  280. package/lib/core-react/messagebox/MessageBox.d.ts +90 -0
  281. package/lib/core-react/messagebox/MessageBox.d.ts.map +1 -0
  282. package/lib/core-react/messagebox/MessageBox.js +117 -0
  283. package/lib/core-react/messagebox/MessageBox.js.map +1 -0
  284. package/lib/core-react/messagebox/MessageBox.scss +52 -0
  285. package/lib/core-react/notification/MessageRenderer.d.ts +22 -0
  286. package/lib/core-react/notification/MessageRenderer.d.ts.map +1 -0
  287. package/lib/core-react/notification/MessageRenderer.js +83 -0
  288. package/lib/core-react/notification/MessageRenderer.js.map +1 -0
  289. package/lib/core-react/notification/MessageType.d.ts.map +1 -0
  290. package/lib/core-react/notification/MessageType.js.map +1 -0
  291. package/lib/core-react/popup/Popup.d.ts +128 -0
  292. package/lib/core-react/popup/Popup.d.ts.map +1 -0
  293. package/lib/core-react/popup/Popup.js +466 -0
  294. package/lib/core-react/popup/Popup.js.map +1 -0
  295. package/lib/core-react/popup/Popup.scss +239 -0
  296. package/lib/core-react/radialmenu/Annulus.d.ts +54 -0
  297. package/lib/core-react/radialmenu/Annulus.d.ts.map +1 -0
  298. package/lib/core-react/radialmenu/Annulus.js +75 -0
  299. package/lib/core-react/radialmenu/Annulus.js.map +1 -0
  300. package/lib/core-react/radialmenu/RadialMenu.d.ts +96 -0
  301. package/lib/core-react/radialmenu/RadialMenu.d.ts.map +1 -0
  302. package/lib/core-react/radialmenu/RadialMenu.js +183 -0
  303. package/lib/core-react/radialmenu/RadialMenu.js.map +1 -0
  304. package/lib/core-react/radialmenu/RadialMenu.scss +55 -0
  305. package/lib/core-react/searchbox/SearchBox.d.ts +51 -0
  306. package/lib/core-react/searchbox/SearchBox.d.ts.map +1 -0
  307. package/lib/core-react/searchbox/SearchBox.js +115 -0
  308. package/lib/core-react/searchbox/SearchBox.js.map +1 -0
  309. package/lib/core-react/searchbox/SearchBox.scss +45 -0
  310. package/lib/core-react/settings/SettingsContainer.d.ts +35 -0
  311. package/lib/core-react/settings/SettingsContainer.d.ts.map +1 -0
  312. package/lib/core-react/settings/SettingsContainer.js +149 -0
  313. package/lib/core-react/settings/SettingsContainer.js.map +1 -0
  314. package/lib/core-react/settings/SettingsContainer.scss +65 -0
  315. package/lib/core-react/settings/SettingsManager.d.ts.map +1 -0
  316. package/lib/core-react/settings/SettingsManager.js +112 -0
  317. package/lib/core-react/settings/SettingsManager.js.map +1 -0
  318. package/lib/core-react/style/baseline.scss +11 -0
  319. package/lib/core-react/style/breakpoints.scss +59 -0
  320. package/lib/core-react/style/colors.scss +77 -0
  321. package/lib/core-react/style/index.scss +10 -0
  322. package/lib/core-react/style/mixins.scss +23 -0
  323. package/lib/core-react/style/opacity.scss +16 -0
  324. package/lib/core-react/style/themecolors.scss +133 -0
  325. package/lib/core-react/tabs/Tabs.d.ts +69 -0
  326. package/lib/core-react/tabs/Tabs.d.ts.map +1 -0
  327. package/lib/core-react/tabs/Tabs.js +117 -0
  328. package/lib/core-react/tabs/Tabs.js.map +1 -0
  329. package/lib/core-react/tabs/VerticalTabs.d.ts +11 -0
  330. package/lib/core-react/tabs/VerticalTabs.d.ts.map +1 -0
  331. package/lib/core-react/tabs/VerticalTabs.js +19 -0
  332. package/lib/core-react/tabs/VerticalTabs.js.map +1 -0
  333. package/lib/core-react/tabs/classes.scss +9 -0
  334. package/lib/core-react/tabs/index.scss +5 -0
  335. package/lib/core-react/tabs/tabs.scss +99 -0
  336. package/lib/core-react/tabs/vertical.scss +53 -0
  337. package/lib/core-react/text/BlockText.d.ts +11 -0
  338. package/lib/core-react/text/BlockText.d.ts.map +1 -0
  339. package/lib/core-react/text/BlockText.js +19 -0
  340. package/lib/core-react/text/BlockText.js.map +1 -0
  341. package/lib/core-react/text/BodyText.d.ts +11 -0
  342. package/lib/core-react/text/BodyText.d.ts.map +1 -0
  343. package/lib/core-react/text/BodyText.js +19 -0
  344. package/lib/core-react/text/BodyText.js.map +1 -0
  345. package/lib/core-react/text/DisabledText.d.ts +11 -0
  346. package/lib/core-react/text/DisabledText.d.ts.map +1 -0
  347. package/lib/core-react/text/DisabledText.js +18 -0
  348. package/lib/core-react/text/DisabledText.js.map +1 -0
  349. package/lib/core-react/text/FilteredText.d.ts +27 -0
  350. package/lib/core-react/text/FilteredText.d.ts.map +1 -0
  351. package/lib/core-react/text/FilteredText.js.map +1 -0
  352. package/lib/core-react/text/FilteredText.scss +8 -0
  353. package/lib/core-react/text/MutedText.d.ts +11 -0
  354. package/lib/core-react/text/MutedText.d.ts.map +1 -0
  355. package/lib/core-react/text/MutedText.js +19 -0
  356. package/lib/core-react/text/MutedText.js.map +1 -0
  357. package/lib/core-react/text/StyledText.d.ts +19 -0
  358. package/lib/core-react/text/StyledText.d.ts.map +1 -0
  359. package/lib/core-react/text/StyledText.js.map +1 -0
  360. package/lib/core-react/text/TextProps.d.ts +12 -0
  361. package/lib/core-react/text/TextProps.d.ts.map +1 -0
  362. package/lib/core-react/text/TextProps.js.map +1 -0
  363. package/lib/core-react/text/block.scss +15 -0
  364. package/lib/core-react/text/body.scss +13 -0
  365. package/lib/core-react/text/classes.scss +18 -0
  366. package/lib/core-react/text/disabled.scss +7 -0
  367. package/lib/core-react/text/index.scss +10 -0
  368. package/lib/core-react/text/mixins.scss +26 -0
  369. package/lib/core-react/text/muted.scss +7 -0
  370. package/lib/core-react/tree/Branch.d.ts +22 -0
  371. package/lib/core-react/tree/Branch.d.ts.map +1 -0
  372. package/lib/core-react/tree/Branch.js.map +1 -0
  373. package/lib/core-react/tree/Branch.scss +13 -0
  374. package/lib/core-react/tree/ExpansionToggle.d.ts +21 -0
  375. package/lib/core-react/tree/ExpansionToggle.d.ts.map +1 -0
  376. package/lib/core-react/tree/ExpansionToggle.js +27 -0
  377. package/lib/core-react/tree/ExpansionToggle.js.map +1 -0
  378. package/lib/core-react/tree/ExpansionToggle.scss +32 -0
  379. package/lib/core-react/tree/Node.d.ts +84 -0
  380. package/lib/core-react/tree/Node.d.ts.map +1 -0
  381. package/lib/core-react/tree/Node.js +88 -0
  382. package/lib/core-react/tree/Node.js.map +1 -0
  383. package/lib/core-react/tree/Node.scss +68 -0
  384. package/lib/core-react/tree/Placeholder.d.ts +25 -0
  385. package/lib/core-react/tree/Placeholder.d.ts.map +1 -0
  386. package/lib/core-react/tree/Placeholder.js +30 -0
  387. package/lib/core-react/tree/Placeholder.js.map +1 -0
  388. package/lib/core-react/tree/Placeholder.scss +17 -0
  389. package/lib/core-react/tree/Tree.d.ts +31 -0
  390. package/lib/core-react/tree/Tree.d.ts.map +1 -0
  391. package/lib/core-react/tree/Tree.js +105 -0
  392. package/lib/core-react/tree/Tree.js.map +1 -0
  393. package/lib/core-react/tree/Tree.scss +22 -0
  394. package/lib/core-react/uistate/LocalStateStorage.d.ts +17 -0
  395. package/lib/core-react/uistate/LocalStateStorage.d.ts.map +1 -0
  396. package/lib/core-react/uistate/LocalStateStorage.js +48 -0
  397. package/lib/core-react/uistate/LocalStateStorage.js.map +1 -0
  398. package/lib/core-react/uistate/UiStateEntry.d.ts +32 -0
  399. package/lib/core-react/uistate/UiStateEntry.d.ts.map +1 -0
  400. package/lib/core-react/uistate/UiStateEntry.js +58 -0
  401. package/lib/core-react/uistate/UiStateEntry.js.map +1 -0
  402. package/lib/core-react/uistate/UiStateStorage.d.ts.map +1 -0
  403. package/lib/core-react/uistate/UiStateStorage.js.map +1 -0
  404. package/lib/core-react/utils/IconHelper.d.ts +27 -0
  405. package/lib/core-react/utils/IconHelper.d.ts.map +1 -0
  406. package/lib/core-react/utils/IconHelper.js +82 -0
  407. package/lib/core-react/utils/IconHelper.js.map +1 -0
  408. package/lib/core-react/utils/IconWebComponent.d.ts +13 -0
  409. package/lib/core-react/utils/IconWebComponent.d.ts.map +1 -0
  410. package/lib/core-react/utils/IconWebComponent.js +112 -0
  411. package/lib/core-react/utils/IconWebComponent.js.map +1 -0
  412. package/lib/core-react/utils/ListenerType.d.ts.map +1 -0
  413. package/lib/core-react/utils/ListenerType.js.map +1 -0
  414. package/lib/core-react/utils/Point.d.ts +36 -0
  415. package/lib/core-react/utils/Point.d.ts.map +1 -0
  416. package/lib/core-react/utils/Point.js +66 -0
  417. package/lib/core-react/utils/Point.js.map +1 -0
  418. package/lib/core-react/utils/PointProps.d.ts.map +1 -0
  419. package/lib/core-react/utils/PointProps.js.map +1 -0
  420. package/lib/core-react/utils/Props.d.ts.map +1 -0
  421. package/lib/core-react/utils/Props.js.map +1 -0
  422. package/lib/core-react/utils/Rectangle.d.ts +146 -0
  423. package/lib/core-react/utils/Rectangle.d.ts.map +1 -0
  424. package/lib/core-react/utils/Rectangle.js +276 -0
  425. package/lib/core-react/utils/Rectangle.js.map +1 -0
  426. package/lib/core-react/utils/ScrollPositionMaintainer.d.ts.map +1 -0
  427. package/lib/core-react/utils/ScrollPositionMaintainer.js.map +1 -0
  428. package/lib/core-react/utils/Size.d.ts +12 -0
  429. package/lib/core-react/utils/Size.d.ts.map +1 -0
  430. package/lib/core-react/utils/Size.js +9 -0
  431. package/lib/core-react/utils/Size.js.map +1 -0
  432. package/lib/core-react/utils/Timer.d.ts.map +1 -0
  433. package/lib/core-react/utils/Timer.js.map +1 -0
  434. package/lib/core-react/utils/flattenChildren.d.ts.map +1 -0
  435. package/lib/core-react/utils/flattenChildren.js.map +1 -0
  436. package/lib/core-react/utils/getBestBWContrastColor.d.ts.map +1 -0
  437. package/lib/core-react/utils/getBestBWContrastColor.js.map +1 -0
  438. package/lib/core-react/utils/getCssVariable.d.ts.map +1 -0
  439. package/lib/core-react/utils/getCssVariable.js.map +1 -0
  440. package/lib/core-react/utils/getDisplayName.d.ts.map +1 -0
  441. package/lib/core-react/utils/getDisplayName.js.map +1 -0
  442. package/lib/core-react/utils/getUserColor.d.ts.map +1 -0
  443. package/lib/core-react/utils/getUserColor.js.map +1 -0
  444. package/lib/core-react/utils/hooks/useCrossOriginPopup.d.ts.map +1 -0
  445. package/lib/core-react/utils/hooks/useCrossOriginPopup.js +99 -0
  446. package/lib/core-react/utils/hooks/useCrossOriginPopup.js.map +1 -0
  447. package/lib/core-react/utils/hooks/useDisposable.d.ts.map +1 -0
  448. package/lib/core-react/utils/hooks/useDisposable.js.map +1 -0
  449. package/lib/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +1 -0
  450. package/lib/core-react/utils/hooks/useEffectSkipFirst.js.map +1 -0
  451. package/lib/core-react/utils/hooks/useInterval.d.ts.map +1 -0
  452. package/lib/core-react/utils/hooks/useInterval.js.map +1 -0
  453. package/lib/core-react/utils/hooks/useLifecycleLogging.d.ts.map +1 -0
  454. package/lib/core-react/utils/hooks/useLifecycleLogging.js.map +1 -0
  455. package/lib/core-react/utils/hooks/useOnOutsideClick.d.ts.map +1 -0
  456. package/lib/core-react/utils/hooks/useOnOutsideClick.js +99 -0
  457. package/lib/core-react/utils/hooks/useOnOutsideClick.js.map +1 -0
  458. package/lib/core-react/utils/hooks/useProximityToMouse.d.ts.map +1 -0
  459. package/lib/core-react/utils/hooks/useProximityToMouse.js +102 -0
  460. package/lib/core-react/utils/hooks/useProximityToMouse.js.map +1 -0
  461. package/lib/core-react/utils/hooks/useRefEffect.d.ts.map +1 -0
  462. package/lib/core-react/utils/hooks/useRefEffect.js.map +1 -0
  463. package/lib/core-react/utils/hooks/useRefState.d.ts.map +1 -0
  464. package/lib/core-react/utils/hooks/useRefState.js.map +1 -0
  465. package/lib/core-react/utils/hooks/useRefs.d.ts.map +1 -0
  466. package/lib/core-react/utils/hooks/useRefs.js.map +1 -0
  467. package/lib/core-react/utils/hooks/useResizeObserver.d.ts.map +1 -0
  468. package/lib/core-react/utils/hooks/useResizeObserver.js +201 -0
  469. package/lib/core-react/utils/hooks/useResizeObserver.js.map +1 -0
  470. package/lib/core-react/utils/hooks/useTargeted.d.ts.map +1 -0
  471. package/lib/core-react/utils/hooks/useTargeted.js.map +1 -0
  472. package/lib/core-react/utils/hooks/useThrottledFn.d.ts.map +1 -0
  473. package/lib/core-react/utils/hooks/useThrottledFn.js.map +1 -0
  474. package/lib/core-react/utils/hooks/useWidgetOpacityContext.d.ts +25 -0
  475. package/lib/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +1 -0
  476. package/lib/core-react/utils/hooks/useWidgetOpacityContext.js +32 -0
  477. package/lib/core-react/utils/hooks/useWidgetOpacityContext.js.map +1 -0
  478. package/lib/core-react/utils/matches.d.ts.map +1 -0
  479. package/lib/core-react/utils/matches.js.map +1 -0
  480. package/lib/core-react/utils/reuseOrCreatePromise.d.ts.map +1 -0
  481. package/lib/core-react/utils/reuseOrCreatePromise.js.map +1 -0
  482. package/lib/core-react/utils/shallowDiffers.d.ts.map +1 -0
  483. package/lib/core-react/utils/shallowDiffers.js.map +1 -0
  484. package/lib/core-react/utils/typeUtils.d.ts.map +1 -0
  485. package/lib/core-react/utils/typeUtils.js.map +1 -0
  486. package/lib/core-react.d.ts +218 -0
  487. package/lib/core-react.d.ts.map +1 -0
  488. package/lib/core-react.js +218 -0
  489. package/lib/core-react.js.map +1 -0
  490. package/lib/esm/core-react/_helpers.scss +6 -4
  491. package/lib/esm/core-react/_scrollbar.scss +5 -3
  492. package/lib/esm/core-react/_typography.scss +4 -4
  493. package/lib/esm/core-react/_z-index.scss +9 -5
  494. package/lib/esm/core-react/autosuggest/AutoSuggest.scss +4 -4
  495. package/lib/esm/core-react/base/base.scss +5 -3
  496. package/lib/esm/core-react/base/classes.scss +1 -1
  497. package/lib/esm/core-react/base/index.scss +1 -1
  498. package/lib/esm/core-react/button/UnderlinedButton.scss +3 -6
  499. package/lib/esm/core-react/classes.scss +5 -6
  500. package/lib/esm/core-react/contextmenu/ContextMenu.scss +6 -11
  501. package/lib/esm/core-react/dialog/Dialog.scss +1 -1
  502. package/lib/esm/core-react/elementseparator/ElementSeparator.scss +0 -3
  503. package/lib/esm/core-react/icons/IconComponent.scss +1 -1
  504. package/lib/esm/core-react/icons/WebFontIcon.scss +0 -2
  505. package/lib/esm/core-react/icons/classes.scss +1 -1
  506. package/lib/esm/core-react/icons/index.scss +2 -2
  507. package/lib/esm/core-react/icons/mixins.scss +11 -9
  508. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.scss +2 -5
  509. package/lib/esm/core-react/index.scss +12 -14
  510. package/lib/esm/core-react/inputs/classes.scss +1 -1
  511. package/lib/esm/core-react/inputs/iconinput/IconInput.scss +1 -2
  512. package/lib/esm/core-react/inputs/index.scss +4 -4
  513. package/lib/esm/core-react/inputs/input-label.scss +16 -10
  514. package/lib/esm/core-react/inputs/input.scss +13 -11
  515. package/lib/esm/core-react/inputs/numberinput/NumberInput.scss +2 -2
  516. package/lib/esm/core-react/inputs/variables.scss +9 -4
  517. package/lib/esm/core-react/layout-variables.scss +1 -1
  518. package/lib/esm/core-react/listbox/Listbox.scss +1 -1
  519. package/lib/esm/core-react/loading/LoadingBar.scss +2 -4
  520. package/lib/esm/core-react/loading/LoadingPrompt.scss +0 -4
  521. package/lib/esm/core-react/loading/LoadingSpinner.scss +0 -2
  522. package/lib/esm/core-react/loading/index.scss +1 -1
  523. package/lib/esm/core-react/loading/mixins.scss +3 -3
  524. package/lib/esm/core-react/messagebox/MessageBox.scss +2 -3
  525. package/lib/esm/core-react/popup/Popup.scss +1 -2
  526. package/lib/esm/core-react/radialmenu/RadialMenu.scss +6 -7
  527. package/lib/esm/core-react/searchbox/SearchBox.scss +0 -2
  528. package/lib/esm/core-react/settings/SettingsContainer.scss +0 -3
  529. package/lib/esm/core-react/style/index.scss +6 -6
  530. package/lib/esm/core-react/tabs/classes.scss +1 -1
  531. package/lib/esm/core-react/tabs/index.scss +1 -1
  532. package/lib/esm/core-react/tabs/tabs.scss +10 -7
  533. package/lib/esm/core-react/tabs/vertical.scss +5 -3
  534. package/lib/esm/core-react/text/FilteredText.scss +1 -3
  535. package/lib/esm/core-react/text/classes.scss +1 -1
  536. package/lib/esm/core-react/text/disabled.scss +1 -3
  537. package/lib/esm/core-react/text/index.scss +5 -5
  538. package/lib/esm/core-react/text/mixins.scss +5 -3
  539. package/lib/esm/core-react/text/muted.scss +1 -3
  540. package/lib/internal.d.ts +18 -0
  541. package/lib/internal.d.ts.map +1 -0
  542. package/lib/internal.js +20 -0
  543. package/lib/internal.js.map +1 -0
  544. package/package.json +39 -35
  545. package/lib/cjs/core-react/UiCore.d.ts +0 -38
  546. package/lib/cjs/core-react/UiCore.d.ts.map +0 -1
  547. package/lib/cjs/core-react/UiCore.js +0 -76
  548. package/lib/cjs/core-react/UiCore.js.map +0 -1
  549. package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts +0 -99
  550. package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts.map +0 -1
  551. package/lib/cjs/core-react/autosuggest/AutoSuggest.js +0 -174
  552. package/lib/cjs/core-react/autosuggest/AutoSuggest.js.map +0 -1
  553. package/lib/cjs/core-react/badge/Badge.d.ts +0 -17
  554. package/lib/cjs/core-react/badge/Badge.d.ts.map +0 -1
  555. package/lib/cjs/core-react/badge/Badge.js +0 -29
  556. package/lib/cjs/core-react/badge/Badge.js.map +0 -1
  557. package/lib/cjs/core-react/badge/BadgeType.d.ts +0 -19
  558. package/lib/cjs/core-react/badge/BadgeType.d.ts.map +0 -1
  559. package/lib/cjs/core-react/badge/BadgeType.js +0 -17
  560. package/lib/cjs/core-react/badge/BadgeType.js.map +0 -1
  561. package/lib/cjs/core-react/badge/DeprecatedBadge.d.ts.map +0 -1
  562. package/lib/cjs/core-react/badge/DeprecatedBadge.js +0 -29
  563. package/lib/cjs/core-react/badge/DeprecatedBadge.js.map +0 -1
  564. package/lib/cjs/core-react/badge/NewBadge.d.ts.map +0 -1
  565. package/lib/cjs/core-react/badge/NewBadge.js +0 -23
  566. package/lib/cjs/core-react/badge/NewBadge.js.map +0 -1
  567. package/lib/cjs/core-react/badge/TechnicalPreviewBadge.d.ts.map +0 -1
  568. package/lib/cjs/core-react/badge/TechnicalPreviewBadge.js +0 -29
  569. package/lib/cjs/core-react/badge/TechnicalPreviewBadge.js.map +0 -1
  570. package/lib/cjs/core-react/base/Centered.d.ts +0 -12
  571. package/lib/cjs/core-react/base/Centered.d.ts.map +0 -1
  572. package/lib/cjs/core-react/base/Centered.js +0 -24
  573. package/lib/cjs/core-react/base/Centered.js.map +0 -1
  574. package/lib/cjs/core-react/base/Div.d.ts +0 -19
  575. package/lib/cjs/core-react/base/Div.d.ts.map +0 -1
  576. package/lib/cjs/core-react/base/Div.js +0 -23
  577. package/lib/cjs/core-react/base/Div.js.map +0 -1
  578. package/lib/cjs/core-react/base/DivWithOutsideClick.d.ts +0 -77
  579. package/lib/cjs/core-react/base/DivWithOutsideClick.d.ts.map +0 -1
  580. package/lib/cjs/core-react/base/DivWithOutsideClick.js +0 -20
  581. package/lib/cjs/core-react/base/DivWithOutsideClick.js.map +0 -1
  582. package/lib/cjs/core-react/base/FillCentered.d.ts +0 -12
  583. package/lib/cjs/core-react/base/FillCentered.d.ts.map +0 -1
  584. package/lib/cjs/core-react/base/FillCentered.js +0 -24
  585. package/lib/cjs/core-react/base/FillCentered.js.map +0 -1
  586. package/lib/cjs/core-react/base/FlexWrapContainer.d.ts +0 -13
  587. package/lib/cjs/core-react/base/FlexWrapContainer.d.ts.map +0 -1
  588. package/lib/cjs/core-react/base/FlexWrapContainer.js +0 -25
  589. package/lib/cjs/core-react/base/FlexWrapContainer.js.map +0 -1
  590. package/lib/cjs/core-react/base/Gap.d.ts +0 -18
  591. package/lib/cjs/core-react/base/Gap.d.ts.map +0 -1
  592. package/lib/cjs/core-react/base/Gap.js +0 -23
  593. package/lib/cjs/core-react/base/Gap.js.map +0 -1
  594. package/lib/cjs/core-react/base/PointerEvents.d.ts.map +0 -1
  595. package/lib/cjs/core-react/base/PointerEvents.js +0 -18
  596. package/lib/cjs/core-react/base/PointerEvents.js.map +0 -1
  597. package/lib/cjs/core-react/base/ScrollView.d.ts +0 -13
  598. package/lib/cjs/core-react/base/ScrollView.d.ts.map +0 -1
  599. package/lib/cjs/core-react/base/ScrollView.js +0 -25
  600. package/lib/cjs/core-react/base/ScrollView.js.map +0 -1
  601. package/lib/cjs/core-react/button/UnderlinedButton.d.ts.map +0 -1
  602. package/lib/cjs/core-react/button/UnderlinedButton.js +0 -38
  603. package/lib/cjs/core-react/button/UnderlinedButton.js.map +0 -1
  604. package/lib/cjs/core-react/checklistbox/CheckListBox.d.ts +0 -45
  605. package/lib/cjs/core-react/checklistbox/CheckListBox.d.ts.map +0 -1
  606. package/lib/cjs/core-react/checklistbox/CheckListBox.js +0 -50
  607. package/lib/cjs/core-react/checklistbox/CheckListBox.js.map +0 -1
  608. package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts +0 -91
  609. package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts.map +0 -1
  610. package/lib/cjs/core-react/contextmenu/ContextMenu.js +0 -366
  611. package/lib/cjs/core-react/contextmenu/ContextMenu.js.map +0 -1
  612. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.d.ts.map +0 -1
  613. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.js +0 -21
  614. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.js.map +0 -1
  615. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.d.ts +0 -13
  616. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.d.ts.map +0 -1
  617. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js +0 -25
  618. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js.map +0 -1
  619. package/lib/cjs/core-react/contextmenu/ContextMenuItem.d.ts +0 -65
  620. package/lib/cjs/core-react/contextmenu/ContextMenuItem.d.ts.map +0 -1
  621. package/lib/cjs/core-react/contextmenu/ContextMenuItem.js +0 -111
  622. package/lib/cjs/core-react/contextmenu/ContextMenuItem.js.map +0 -1
  623. package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts +0 -51
  624. package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts.map +0 -1
  625. package/lib/cjs/core-react/contextmenu/ContextSubMenu.js +0 -177
  626. package/lib/cjs/core-react/contextmenu/ContextSubMenu.js.map +0 -1
  627. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.d.ts +0 -36
  628. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.d.ts.map +0 -1
  629. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js +0 -63
  630. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js.map +0 -1
  631. package/lib/cjs/core-react/contextmenu/PopupContextMenu.d.ts +0 -57
  632. package/lib/cjs/core-react/contextmenu/PopupContextMenu.d.ts.map +0 -1
  633. package/lib/cjs/core-react/contextmenu/PopupContextMenu.js +0 -58
  634. package/lib/cjs/core-react/contextmenu/PopupContextMenu.js.map +0 -1
  635. package/lib/cjs/core-react/contextmenu/TildeFinder.d.ts.map +0 -1
  636. package/lib/cjs/core-react/contextmenu/TildeFinder.js +0 -79
  637. package/lib/cjs/core-react/contextmenu/TildeFinder.js.map +0 -1
  638. package/lib/cjs/core-react/dialog/Dialog.d.ts +0 -112
  639. package/lib/cjs/core-react/dialog/Dialog.d.ts.map +0 -1
  640. package/lib/cjs/core-react/dialog/Dialog.js +0 -209
  641. package/lib/cjs/core-react/dialog/Dialog.js.map +0 -1
  642. package/lib/cjs/core-react/dialog/GlobalDialog.d.ts +0 -32
  643. package/lib/cjs/core-react/dialog/GlobalDialog.d.ts.map +0 -1
  644. package/lib/cjs/core-react/dialog/GlobalDialog.js +0 -61
  645. package/lib/cjs/core-react/dialog/GlobalDialog.js.map +0 -1
  646. package/lib/cjs/core-react/elementseparator/ElementSeparator.d.ts +0 -44
  647. package/lib/cjs/core-react/elementseparator/ElementSeparator.d.ts.map +0 -1
  648. package/lib/cjs/core-react/elementseparator/ElementSeparator.js +0 -167
  649. package/lib/cjs/core-react/elementseparator/ElementSeparator.js.map +0 -1
  650. package/lib/cjs/core-react/enums/Alignment.d.ts.map +0 -1
  651. package/lib/cjs/core-react/enums/Alignment.js +0 -34
  652. package/lib/cjs/core-react/enums/Alignment.js.map +0 -1
  653. package/lib/cjs/core-react/enums/CheckBoxState.d.ts.map +0 -1
  654. package/lib/cjs/core-react/enums/CheckBoxState.js +0 -21
  655. package/lib/cjs/core-react/enums/CheckBoxState.js.map +0 -1
  656. package/lib/cjs/core-react/enums/Orientation.d.ts.map +0 -1
  657. package/lib/cjs/core-react/enums/Orientation.js +0 -21
  658. package/lib/cjs/core-react/enums/Orientation.js.map +0 -1
  659. package/lib/cjs/core-react/enums/SortDirection.d.ts.map +0 -1
  660. package/lib/cjs/core-react/enums/SortDirection.js +0 -22
  661. package/lib/cjs/core-react/enums/SortDirection.js.map +0 -1
  662. package/lib/cjs/core-react/enums/TimeFormat.d.ts.map +0 -1
  663. package/lib/cjs/core-react/enums/TimeFormat.js +0 -24
  664. package/lib/cjs/core-react/enums/TimeFormat.js.map +0 -1
  665. package/lib/cjs/core-react/expandable/ExpandableList.d.ts +0 -37
  666. package/lib/cjs/core-react/expandable/ExpandableList.d.ts.map +0 -1
  667. package/lib/cjs/core-react/expandable/ExpandableList.js +0 -62
  668. package/lib/cjs/core-react/expandable/ExpandableList.js.map +0 -1
  669. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.d.ts +0 -53
  670. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.d.ts.map +0 -1
  671. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.js +0 -178
  672. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.js.map +0 -1
  673. package/lib/cjs/core-react/focustrap/FocusTrap.d.ts.map +0 -1
  674. package/lib/cjs/core-react/focustrap/FocusTrap.js +0 -201
  675. package/lib/cjs/core-react/focustrap/FocusTrap.js.map +0 -1
  676. package/lib/cjs/core-react/hocs/withIsPressed.d.ts.map +0 -1
  677. package/lib/cjs/core-react/hocs/withIsPressed.js +0 -45
  678. package/lib/cjs/core-react/hocs/withIsPressed.js.map +0 -1
  679. package/lib/cjs/core-react/hocs/withOnOutsideClick.d.ts.map +0 -1
  680. package/lib/cjs/core-react/hocs/withOnOutsideClick.js +0 -114
  681. package/lib/cjs/core-react/hocs/withOnOutsideClick.js.map +0 -1
  682. package/lib/cjs/core-react/hocs/withTimeout.d.ts +0 -73
  683. package/lib/cjs/core-react/hocs/withTimeout.d.ts.map +0 -1
  684. package/lib/cjs/core-react/hocs/withTimeout.js +0 -48
  685. package/lib/cjs/core-react/hocs/withTimeout.js.map +0 -1
  686. package/lib/cjs/core-react/icons/ConditionalIconItem.d.ts +0 -28
  687. package/lib/cjs/core-react/icons/ConditionalIconItem.d.ts.map +0 -1
  688. package/lib/cjs/core-react/icons/ConditionalIconItem.js +0 -65
  689. package/lib/cjs/core-react/icons/ConditionalIconItem.js.map +0 -1
  690. package/lib/cjs/core-react/icons/IconComponent.d.ts +0 -34
  691. package/lib/cjs/core-react/icons/IconComponent.d.ts.map +0 -1
  692. package/lib/cjs/core-react/icons/IconComponent.js +0 -81
  693. package/lib/cjs/core-react/icons/IconComponent.js.map +0 -1
  694. package/lib/cjs/core-react/icons/SvgPath.d.ts +0 -26
  695. package/lib/cjs/core-react/icons/SvgPath.d.ts.map +0 -1
  696. package/lib/cjs/core-react/icons/SvgPath.js +0 -30
  697. package/lib/cjs/core-react/icons/SvgPath.js.map +0 -1
  698. package/lib/cjs/core-react/icons/WebFontIcon.d.ts +0 -28
  699. package/lib/cjs/core-react/icons/WebFontIcon.d.ts.map +0 -1
  700. package/lib/cjs/core-react/icons/WebFontIcon.js +0 -24
  701. package/lib/cjs/core-react/icons/WebFontIcon.js.map +0 -1
  702. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.d.ts +0 -43
  703. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.d.ts.map +0 -1
  704. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.js +0 -53
  705. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.js.map +0 -1
  706. package/lib/cjs/core-react/inputs/Input.d.ts +0 -21
  707. package/lib/cjs/core-react/inputs/Input.d.ts.map +0 -1
  708. package/lib/cjs/core-react/inputs/Input.js +0 -45
  709. package/lib/cjs/core-react/inputs/Input.js.map +0 -1
  710. package/lib/cjs/core-react/inputs/InputLabel.d.ts +0 -23
  711. package/lib/cjs/core-react/inputs/InputLabel.d.ts.map +0 -1
  712. package/lib/cjs/core-react/inputs/InputLabel.js +0 -37
  713. package/lib/cjs/core-react/inputs/InputLabel.js.map +0 -1
  714. package/lib/cjs/core-react/inputs/InputStatus.d.ts.map +0 -1
  715. package/lib/cjs/core-react/inputs/InputStatus.js +0 -21
  716. package/lib/cjs/core-react/inputs/InputStatus.js.map +0 -1
  717. package/lib/cjs/core-react/inputs/LabeledComponentProps.d.ts +0 -36
  718. package/lib/cjs/core-react/inputs/LabeledComponentProps.d.ts.map +0 -1
  719. package/lib/cjs/core-react/inputs/LabeledComponentProps.js +0 -10
  720. package/lib/cjs/core-react/inputs/LabeledComponentProps.js.map +0 -1
  721. package/lib/cjs/core-react/inputs/iconinput/IconInput.d.ts +0 -26
  722. package/lib/cjs/core-react/inputs/iconinput/IconInput.d.ts.map +0 -1
  723. package/lib/cjs/core-react/inputs/iconinput/IconInput.js +0 -32
  724. package/lib/cjs/core-react/inputs/iconinput/IconInput.js.map +0 -1
  725. package/lib/cjs/core-react/inputs/numberinput/NumberInput.d.ts.map +0 -1
  726. package/lib/cjs/core-react/inputs/numberinput/NumberInput.js +0 -163
  727. package/lib/cjs/core-react/inputs/numberinput/NumberInput.js.map +0 -1
  728. package/lib/cjs/core-react/l10n/LocalizationProvider.d.ts.map +0 -1
  729. package/lib/cjs/core-react/l10n/LocalizationProvider.js +0 -30
  730. package/lib/cjs/core-react/l10n/LocalizationProvider.js.map +0 -1
  731. package/lib/cjs/core-react/l10n/usePackageTranslation.d.ts.map +0 -1
  732. package/lib/cjs/core-react/l10n/usePackageTranslation.js +0 -64
  733. package/lib/cjs/core-react/l10n/usePackageTranslation.js.map +0 -1
  734. package/lib/cjs/core-react/l10n/useTranslation.d.ts.map +0 -1
  735. package/lib/cjs/core-react/l10n/useTranslation.js +0 -30
  736. package/lib/cjs/core-react/l10n/useTranslation.js.map +0 -1
  737. package/lib/cjs/core-react/listbox/Listbox.d.ts.map +0 -1
  738. package/lib/cjs/core-react/listbox/Listbox.js +0 -220
  739. package/lib/cjs/core-react/listbox/Listbox.js.map +0 -1
  740. package/lib/cjs/core-react/loading/LoadingBar.d.ts +0 -31
  741. package/lib/cjs/core-react/loading/LoadingBar.d.ts.map +0 -1
  742. package/lib/cjs/core-react/loading/LoadingBar.js +0 -41
  743. package/lib/cjs/core-react/loading/LoadingBar.js.map +0 -1
  744. package/lib/cjs/core-react/loading/LoadingPrompt.d.ts +0 -41
  745. package/lib/cjs/core-react/loading/LoadingPrompt.d.ts.map +0 -1
  746. package/lib/cjs/core-react/loading/LoadingPrompt.js +0 -45
  747. package/lib/cjs/core-react/loading/LoadingPrompt.js.map +0 -1
  748. package/lib/cjs/core-react/loading/LoadingSpinner.d.ts.map +0 -1
  749. package/lib/cjs/core-react/loading/LoadingSpinner.js +0 -31
  750. package/lib/cjs/core-react/loading/LoadingSpinner.js.map +0 -1
  751. package/lib/cjs/core-react/loading/LoadingStatus.d.ts +0 -26
  752. package/lib/cjs/core-react/loading/LoadingStatus.d.ts.map +0 -1
  753. package/lib/cjs/core-react/loading/LoadingStatus.js +0 -38
  754. package/lib/cjs/core-react/loading/LoadingStatus.js.map +0 -1
  755. package/lib/cjs/core-react/messagebox/MessageBox.d.ts +0 -90
  756. package/lib/cjs/core-react/messagebox/MessageBox.d.ts.map +0 -1
  757. package/lib/cjs/core-react/messagebox/MessageBox.js +0 -122
  758. package/lib/cjs/core-react/messagebox/MessageBox.js.map +0 -1
  759. package/lib/cjs/core-react/notification/MessageRenderer.d.ts +0 -22
  760. package/lib/cjs/core-react/notification/MessageRenderer.d.ts.map +0 -1
  761. package/lib/cjs/core-react/notification/MessageRenderer.js +0 -87
  762. package/lib/cjs/core-react/notification/MessageRenderer.js.map +0 -1
  763. package/lib/cjs/core-react/notification/MessageType.d.ts.map +0 -1
  764. package/lib/cjs/core-react/notification/MessageType.js +0 -25
  765. package/lib/cjs/core-react/notification/MessageType.js.map +0 -1
  766. package/lib/cjs/core-react/popup/Popup.d.ts +0 -128
  767. package/lib/cjs/core-react/popup/Popup.d.ts.map +0 -1
  768. package/lib/cjs/core-react/popup/Popup.js +0 -470
  769. package/lib/cjs/core-react/popup/Popup.js.map +0 -1
  770. package/lib/cjs/core-react/radialmenu/Annulus.d.ts +0 -54
  771. package/lib/cjs/core-react/radialmenu/Annulus.d.ts.map +0 -1
  772. package/lib/cjs/core-react/radialmenu/Annulus.js +0 -82
  773. package/lib/cjs/core-react/radialmenu/Annulus.js.map +0 -1
  774. package/lib/cjs/core-react/radialmenu/RadialMenu.d.ts +0 -96
  775. package/lib/cjs/core-react/radialmenu/RadialMenu.d.ts.map +0 -1
  776. package/lib/cjs/core-react/radialmenu/RadialMenu.js +0 -188
  777. package/lib/cjs/core-react/radialmenu/RadialMenu.js.map +0 -1
  778. package/lib/cjs/core-react/searchbox/SearchBox.d.ts +0 -51
  779. package/lib/cjs/core-react/searchbox/SearchBox.d.ts.map +0 -1
  780. package/lib/cjs/core-react/searchbox/SearchBox.js +0 -119
  781. package/lib/cjs/core-react/searchbox/SearchBox.js.map +0 -1
  782. package/lib/cjs/core-react/settings/SettingsContainer.d.ts +0 -35
  783. package/lib/cjs/core-react/settings/SettingsContainer.d.ts.map +0 -1
  784. package/lib/cjs/core-react/settings/SettingsContainer.js +0 -155
  785. package/lib/cjs/core-react/settings/SettingsContainer.js.map +0 -1
  786. package/lib/cjs/core-react/settings/SettingsManager.d.ts.map +0 -1
  787. package/lib/cjs/core-react/settings/SettingsManager.js +0 -120
  788. package/lib/cjs/core-react/settings/SettingsManager.js.map +0 -1
  789. package/lib/cjs/core-react/tabs/Tabs.d.ts +0 -69
  790. package/lib/cjs/core-react/tabs/Tabs.d.ts.map +0 -1
  791. package/lib/cjs/core-react/tabs/Tabs.js +0 -121
  792. package/lib/cjs/core-react/tabs/Tabs.js.map +0 -1
  793. package/lib/cjs/core-react/tabs/VerticalTabs.d.ts +0 -11
  794. package/lib/cjs/core-react/tabs/VerticalTabs.d.ts.map +0 -1
  795. package/lib/cjs/core-react/tabs/VerticalTabs.js +0 -23
  796. package/lib/cjs/core-react/tabs/VerticalTabs.js.map +0 -1
  797. package/lib/cjs/core-react/text/BlockText.d.ts +0 -11
  798. package/lib/cjs/core-react/text/BlockText.d.ts.map +0 -1
  799. package/lib/cjs/core-react/text/BlockText.js +0 -23
  800. package/lib/cjs/core-react/text/BlockText.js.map +0 -1
  801. package/lib/cjs/core-react/text/BodyText.d.ts +0 -11
  802. package/lib/cjs/core-react/text/BodyText.d.ts.map +0 -1
  803. package/lib/cjs/core-react/text/BodyText.js +0 -23
  804. package/lib/cjs/core-react/text/BodyText.js.map +0 -1
  805. package/lib/cjs/core-react/text/DisabledText.d.ts +0 -11
  806. package/lib/cjs/core-react/text/DisabledText.d.ts.map +0 -1
  807. package/lib/cjs/core-react/text/DisabledText.js +0 -22
  808. package/lib/cjs/core-react/text/DisabledText.js.map +0 -1
  809. package/lib/cjs/core-react/text/FilteredText.d.ts +0 -27
  810. package/lib/cjs/core-react/text/FilteredText.d.ts.map +0 -1
  811. package/lib/cjs/core-react/text/FilteredText.js +0 -40
  812. package/lib/cjs/core-react/text/FilteredText.js.map +0 -1
  813. package/lib/cjs/core-react/text/MutedText.d.ts +0 -11
  814. package/lib/cjs/core-react/text/MutedText.d.ts.map +0 -1
  815. package/lib/cjs/core-react/text/MutedText.js +0 -23
  816. package/lib/cjs/core-react/text/MutedText.js.map +0 -1
  817. package/lib/cjs/core-react/text/StyledText.d.ts +0 -19
  818. package/lib/cjs/core-react/text/StyledText.d.ts.map +0 -1
  819. package/lib/cjs/core-react/text/StyledText.js +0 -22
  820. package/lib/cjs/core-react/text/StyledText.js.map +0 -1
  821. package/lib/cjs/core-react/text/TextProps.d.ts +0 -12
  822. package/lib/cjs/core-react/text/TextProps.d.ts.map +0 -1
  823. package/lib/cjs/core-react/text/TextProps.js +0 -10
  824. package/lib/cjs/core-react/text/TextProps.js.map +0 -1
  825. package/lib/cjs/core-react/tree/Branch.d.ts +0 -22
  826. package/lib/cjs/core-react/tree/Branch.d.ts.map +0 -1
  827. package/lib/cjs/core-react/tree/Branch.js +0 -26
  828. package/lib/cjs/core-react/tree/Branch.js.map +0 -1
  829. package/lib/cjs/core-react/tree/ExpansionToggle.d.ts +0 -21
  830. package/lib/cjs/core-react/tree/ExpansionToggle.d.ts.map +0 -1
  831. package/lib/cjs/core-react/tree/ExpansionToggle.js +0 -31
  832. package/lib/cjs/core-react/tree/ExpansionToggle.js.map +0 -1
  833. package/lib/cjs/core-react/tree/Node.d.ts +0 -84
  834. package/lib/cjs/core-react/tree/Node.d.ts.map +0 -1
  835. package/lib/cjs/core-react/tree/Node.js +0 -92
  836. package/lib/cjs/core-react/tree/Node.js.map +0 -1
  837. package/lib/cjs/core-react/tree/Placeholder.d.ts +0 -25
  838. package/lib/cjs/core-react/tree/Placeholder.d.ts.map +0 -1
  839. package/lib/cjs/core-react/tree/Placeholder.js +0 -34
  840. package/lib/cjs/core-react/tree/Placeholder.js.map +0 -1
  841. package/lib/cjs/core-react/tree/Tree.d.ts +0 -31
  842. package/lib/cjs/core-react/tree/Tree.d.ts.map +0 -1
  843. package/lib/cjs/core-react/tree/Tree.js +0 -109
  844. package/lib/cjs/core-react/tree/Tree.js.map +0 -1
  845. package/lib/cjs/core-react/uistate/LocalStateStorage.d.ts +0 -17
  846. package/lib/cjs/core-react/uistate/LocalStateStorage.d.ts.map +0 -1
  847. package/lib/cjs/core-react/uistate/LocalStateStorage.js +0 -52
  848. package/lib/cjs/core-react/uistate/LocalStateStorage.js.map +0 -1
  849. package/lib/cjs/core-react/uistate/UiStateEntry.d.ts +0 -32
  850. package/lib/cjs/core-react/uistate/UiStateEntry.d.ts.map +0 -1
  851. package/lib/cjs/core-react/uistate/UiStateEntry.js +0 -62
  852. package/lib/cjs/core-react/uistate/UiStateEntry.js.map +0 -1
  853. package/lib/cjs/core-react/uistate/UiStateStorage.d.ts.map +0 -1
  854. package/lib/cjs/core-react/uistate/UiStateStorage.js +0 -23
  855. package/lib/cjs/core-react/uistate/UiStateStorage.js.map +0 -1
  856. package/lib/cjs/core-react/utils/IconHelper.d.ts +0 -27
  857. package/lib/cjs/core-react/utils/IconHelper.d.ts.map +0 -1
  858. package/lib/cjs/core-react/utils/IconHelper.js +0 -86
  859. package/lib/cjs/core-react/utils/IconHelper.js.map +0 -1
  860. package/lib/cjs/core-react/utils/IconWebComponent.d.ts +0 -13
  861. package/lib/cjs/core-react/utils/IconWebComponent.d.ts.map +0 -1
  862. package/lib/cjs/core-react/utils/IconWebComponent.js +0 -117
  863. package/lib/cjs/core-react/utils/IconWebComponent.js.map +0 -1
  864. package/lib/cjs/core-react/utils/ListenerType.d.ts.map +0 -1
  865. package/lib/cjs/core-react/utils/ListenerType.js +0 -3
  866. package/lib/cjs/core-react/utils/ListenerType.js.map +0 -1
  867. package/lib/cjs/core-react/utils/Point.d.ts +0 -38
  868. package/lib/cjs/core-react/utils/Point.d.ts.map +0 -1
  869. package/lib/cjs/core-react/utils/Point.js +0 -74
  870. package/lib/cjs/core-react/utils/Point.js.map +0 -1
  871. package/lib/cjs/core-react/utils/PointProps.d.ts.map +0 -1
  872. package/lib/cjs/core-react/utils/PointProps.js +0 -3
  873. package/lib/cjs/core-react/utils/PointProps.js.map +0 -1
  874. package/lib/cjs/core-react/utils/Props.d.ts.map +0 -1
  875. package/lib/cjs/core-react/utils/Props.js +0 -10
  876. package/lib/cjs/core-react/utils/Props.js.map +0 -1
  877. package/lib/cjs/core-react/utils/Rectangle.d.ts +0 -147
  878. package/lib/cjs/core-react/utils/Rectangle.d.ts.map +0 -1
  879. package/lib/cjs/core-react/utils/Rectangle.js +0 -279
  880. package/lib/cjs/core-react/utils/Rectangle.js.map +0 -1
  881. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.d.ts.map +0 -1
  882. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.js +0 -40
  883. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.js.map +0 -1
  884. package/lib/cjs/core-react/utils/Size.d.ts +0 -25
  885. package/lib/cjs/core-react/utils/Size.d.ts.map +0 -1
  886. package/lib/cjs/core-react/utils/Size.js +0 -32
  887. package/lib/cjs/core-react/utils/Size.js.map +0 -1
  888. package/lib/cjs/core-react/utils/Timer.d.ts.map +0 -1
  889. package/lib/cjs/core-react/utils/Timer.js +0 -67
  890. package/lib/cjs/core-react/utils/Timer.js.map +0 -1
  891. package/lib/cjs/core-react/utils/UiGeometry.d.ts +0 -21
  892. package/lib/cjs/core-react/utils/UiGeometry.d.ts.map +0 -1
  893. package/lib/cjs/core-react/utils/UiGeometry.js +0 -33
  894. package/lib/cjs/core-react/utils/UiGeometry.js.map +0 -1
  895. package/lib/cjs/core-react/utils/flattenChildren.d.ts.map +0 -1
  896. package/lib/cjs/core-react/utils/flattenChildren.js +0 -27
  897. package/lib/cjs/core-react/utils/flattenChildren.js.map +0 -1
  898. package/lib/cjs/core-react/utils/getBestBWContrastColor.d.ts.map +0 -1
  899. package/lib/cjs/core-react/utils/getBestBWContrastColor.js +0 -23
  900. package/lib/cjs/core-react/utils/getBestBWContrastColor.js.map +0 -1
  901. package/lib/cjs/core-react/utils/getCssVariable.d.ts.map +0 -1
  902. package/lib/cjs/core-react/utils/getCssVariable.js +0 -35
  903. package/lib/cjs/core-react/utils/getCssVariable.js.map +0 -1
  904. package/lib/cjs/core-react/utils/getDisplayName.d.ts.map +0 -1
  905. package/lib/cjs/core-react/utils/getDisplayName.js +0 -22
  906. package/lib/cjs/core-react/utils/getDisplayName.js.map +0 -1
  907. package/lib/cjs/core-react/utils/getObjectClassName.d.ts +0 -9
  908. package/lib/cjs/core-react/utils/getObjectClassName.d.ts.map +0 -1
  909. package/lib/cjs/core-react/utils/getObjectClassName.js +0 -23
  910. package/lib/cjs/core-react/utils/getObjectClassName.js.map +0 -1
  911. package/lib/cjs/core-react/utils/getUserColor.d.ts.map +0 -1
  912. package/lib/cjs/core-react/utils/getUserColor.js +0 -40
  913. package/lib/cjs/core-react/utils/getUserColor.js.map +0 -1
  914. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.d.ts +0 -8
  915. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +0 -1
  916. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.js +0 -22
  917. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.js.map +0 -1
  918. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.d.ts.map +0 -1
  919. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.js +0 -103
  920. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.js.map +0 -1
  921. package/lib/cjs/core-react/utils/hooks/useDisposable.d.ts.map +0 -1
  922. package/lib/cjs/core-react/utils/hooks/useDisposable.js +0 -57
  923. package/lib/cjs/core-react/utils/hooks/useDisposable.js.map +0 -1
  924. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +0 -1
  925. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.js +0 -28
  926. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.js.map +0 -1
  927. package/lib/cjs/core-react/utils/hooks/useEventListener.d.ts +0 -12
  928. package/lib/cjs/core-react/utils/hooks/useEventListener.d.ts.map +0 -1
  929. package/lib/cjs/core-react/utils/hooks/useEventListener.js +0 -43
  930. package/lib/cjs/core-react/utils/hooks/useEventListener.js.map +0 -1
  931. package/lib/cjs/core-react/utils/hooks/useInterval.d.ts.map +0 -1
  932. package/lib/cjs/core-react/utils/hooks/useInterval.js +0 -40
  933. package/lib/cjs/core-react/utils/hooks/useInterval.js.map +0 -1
  934. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.d.ts.map +0 -1
  935. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.js +0 -68
  936. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.js.map +0 -1
  937. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.d.ts.map +0 -1
  938. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.js +0 -103
  939. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.js.map +0 -1
  940. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.d.ts.map +0 -1
  941. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.js +0 -114
  942. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.js.map +0 -1
  943. package/lib/cjs/core-react/utils/hooks/useRefEffect.d.ts.map +0 -1
  944. package/lib/cjs/core-react/utils/hooks/useRefEffect.js +0 -24
  945. package/lib/cjs/core-react/utils/hooks/useRefEffect.js.map +0 -1
  946. package/lib/cjs/core-react/utils/hooks/useRefState.d.ts.map +0 -1
  947. package/lib/cjs/core-react/utils/hooks/useRefState.js +0 -36
  948. package/lib/cjs/core-react/utils/hooks/useRefState.js.map +0 -1
  949. package/lib/cjs/core-react/utils/hooks/useRefs.d.ts.map +0 -1
  950. package/lib/cjs/core-react/utils/hooks/useRefs.js +0 -54
  951. package/lib/cjs/core-react/utils/hooks/useRefs.js.map +0 -1
  952. package/lib/cjs/core-react/utils/hooks/useResizeObserver.d.ts.map +0 -1
  953. package/lib/cjs/core-react/utils/hooks/useResizeObserver.js +0 -211
  954. package/lib/cjs/core-react/utils/hooks/useResizeObserver.js.map +0 -1
  955. package/lib/cjs/core-react/utils/hooks/useTargeted.d.ts.map +0 -1
  956. package/lib/cjs/core-react/utils/hooks/useTargeted.js +0 -32
  957. package/lib/cjs/core-react/utils/hooks/useTargeted.js.map +0 -1
  958. package/lib/cjs/core-react/utils/hooks/useThrottledFn.d.ts.map +0 -1
  959. package/lib/cjs/core-react/utils/hooks/useThrottledFn.js +0 -26
  960. package/lib/cjs/core-react/utils/hooks/useThrottledFn.js.map +0 -1
  961. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.d.ts +0 -21
  962. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +0 -1
  963. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.js +0 -27
  964. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.js.map +0 -1
  965. package/lib/cjs/core-react/utils/isPromiseLike.d.ts +0 -8
  966. package/lib/cjs/core-react/utils/isPromiseLike.d.ts.map +0 -1
  967. package/lib/cjs/core-react/utils/isPromiseLike.js +0 -20
  968. package/lib/cjs/core-react/utils/isPromiseLike.js.map +0 -1
  969. package/lib/cjs/core-react/utils/matches.d.ts.map +0 -1
  970. package/lib/cjs/core-react/utils/matches.js +0 -7
  971. package/lib/cjs/core-react/utils/matches.js.map +0 -1
  972. package/lib/cjs/core-react/utils/reuseOrCreatePromise.d.ts.map +0 -1
  973. package/lib/cjs/core-react/utils/reuseOrCreatePromise.js +0 -33
  974. package/lib/cjs/core-react/utils/reuseOrCreatePromise.js.map +0 -1
  975. package/lib/cjs/core-react/utils/shallowDiffers.d.ts.map +0 -1
  976. package/lib/cjs/core-react/utils/shallowDiffers.js +0 -30
  977. package/lib/cjs/core-react/utils/shallowDiffers.js.map +0 -1
  978. package/lib/cjs/core-react/utils/typeUtils.d.ts.map +0 -1
  979. package/lib/cjs/core-react/utils/typeUtils.js +0 -10
  980. package/lib/cjs/core-react/utils/typeUtils.js.map +0 -1
  981. package/lib/cjs/core-react.d.ts +0 -242
  982. package/lib/cjs/core-react.d.ts.map +0 -1
  983. package/lib/cjs/core-react.js +0 -273
  984. package/lib/cjs/core-react.js.map +0 -1
  985. package/lib/esm/core-react/UiCore.d.ts +0 -38
  986. package/lib/esm/core-react/UiCore.d.ts.map +0 -1
  987. package/lib/esm/core-react/UiCore.js +0 -72
  988. package/lib/esm/core-react/UiCore.js.map +0 -1
  989. package/lib/esm/core-react/UiCore.json +0 -31
  990. package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts +0 -99
  991. package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts.map +0 -1
  992. package/lib/esm/core-react/autosuggest/AutoSuggest.js +0 -170
  993. package/lib/esm/core-react/autosuggest/AutoSuggest.js.map +0 -1
  994. package/lib/esm/core-react/badge/Badge.d.ts +0 -17
  995. package/lib/esm/core-react/badge/Badge.d.ts.map +0 -1
  996. package/lib/esm/core-react/badge/Badge.js +0 -25
  997. package/lib/esm/core-react/badge/Badge.js.map +0 -1
  998. package/lib/esm/core-react/badge/BadgeType.d.ts +0 -19
  999. package/lib/esm/core-react/badge/BadgeType.d.ts.map +0 -1
  1000. package/lib/esm/core-react/badge/BadgeType.js +0 -14
  1001. package/lib/esm/core-react/badge/BadgeType.js.map +0 -1
  1002. package/lib/esm/core-react/badge/DeprecatedBadge.d.ts +0 -10
  1003. package/lib/esm/core-react/badge/DeprecatedBadge.d.ts.map +0 -1
  1004. package/lib/esm/core-react/badge/DeprecatedBadge.js.map +0 -1
  1005. package/lib/esm/core-react/badge/NewBadge.d.ts +0 -10
  1006. package/lib/esm/core-react/badge/NewBadge.d.ts.map +0 -1
  1007. package/lib/esm/core-react/badge/NewBadge.js.map +0 -1
  1008. package/lib/esm/core-react/badge/TechnicalPreviewBadge.d.ts +0 -10
  1009. package/lib/esm/core-react/badge/TechnicalPreviewBadge.d.ts.map +0 -1
  1010. package/lib/esm/core-react/badge/TechnicalPreviewBadge.js.map +0 -1
  1011. package/lib/esm/core-react/base/Centered.d.ts +0 -12
  1012. package/lib/esm/core-react/base/Centered.d.ts.map +0 -1
  1013. package/lib/esm/core-react/base/Centered.js +0 -20
  1014. package/lib/esm/core-react/base/Centered.js.map +0 -1
  1015. package/lib/esm/core-react/base/Div.d.ts +0 -19
  1016. package/lib/esm/core-react/base/Div.d.ts.map +0 -1
  1017. package/lib/esm/core-react/base/Div.js.map +0 -1
  1018. package/lib/esm/core-react/base/DivWithOutsideClick.d.ts +0 -77
  1019. package/lib/esm/core-react/base/DivWithOutsideClick.d.ts.map +0 -1
  1020. package/lib/esm/core-react/base/DivWithOutsideClick.js +0 -17
  1021. package/lib/esm/core-react/base/DivWithOutsideClick.js.map +0 -1
  1022. package/lib/esm/core-react/base/FillCentered.d.ts +0 -12
  1023. package/lib/esm/core-react/base/FillCentered.d.ts.map +0 -1
  1024. package/lib/esm/core-react/base/FillCentered.js +0 -20
  1025. package/lib/esm/core-react/base/FillCentered.js.map +0 -1
  1026. package/lib/esm/core-react/base/FlexWrapContainer.d.ts +0 -13
  1027. package/lib/esm/core-react/base/FlexWrapContainer.d.ts.map +0 -1
  1028. package/lib/esm/core-react/base/FlexWrapContainer.js +0 -21
  1029. package/lib/esm/core-react/base/FlexWrapContainer.js.map +0 -1
  1030. package/lib/esm/core-react/base/Gap.d.ts +0 -18
  1031. package/lib/esm/core-react/base/Gap.d.ts.map +0 -1
  1032. package/lib/esm/core-react/base/Gap.js.map +0 -1
  1033. package/lib/esm/core-react/base/PointerEvents.d.ts +0 -8
  1034. package/lib/esm/core-react/base/PointerEvents.d.ts.map +0 -1
  1035. package/lib/esm/core-react/base/PointerEvents.js.map +0 -1
  1036. package/lib/esm/core-react/base/ScrollView.d.ts +0 -13
  1037. package/lib/esm/core-react/base/ScrollView.d.ts.map +0 -1
  1038. package/lib/esm/core-react/base/ScrollView.js +0 -21
  1039. package/lib/esm/core-react/base/ScrollView.js.map +0 -1
  1040. package/lib/esm/core-react/button/UnderlinedButton.d.ts +0 -27
  1041. package/lib/esm/core-react/button/UnderlinedButton.d.ts.map +0 -1
  1042. package/lib/esm/core-react/button/UnderlinedButton.js.map +0 -1
  1043. package/lib/esm/core-react/checklistbox/CheckListBox.d.ts +0 -45
  1044. package/lib/esm/core-react/checklistbox/CheckListBox.d.ts.map +0 -1
  1045. package/lib/esm/core-react/checklistbox/CheckListBox.js.map +0 -1
  1046. package/lib/esm/core-react/contextmenu/ContextMenu.d.ts +0 -91
  1047. package/lib/esm/core-react/contextmenu/ContextMenu.d.ts.map +0 -1
  1048. package/lib/esm/core-react/contextmenu/ContextMenu.js +0 -362
  1049. package/lib/esm/core-react/contextmenu/ContextMenu.js.map +0 -1
  1050. package/lib/esm/core-react/contextmenu/ContextMenuDirection.d.ts +0 -17
  1051. package/lib/esm/core-react/contextmenu/ContextMenuDirection.d.ts.map +0 -1
  1052. package/lib/esm/core-react/contextmenu/ContextMenuDirection.js.map +0 -1
  1053. package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts +0 -13
  1054. package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts.map +0 -1
  1055. package/lib/esm/core-react/contextmenu/ContextMenuDivider.js.map +0 -1
  1056. package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts +0 -65
  1057. package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts.map +0 -1
  1058. package/lib/esm/core-react/contextmenu/ContextMenuItem.js +0 -107
  1059. package/lib/esm/core-react/contextmenu/ContextMenuItem.js.map +0 -1
  1060. package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts +0 -51
  1061. package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts.map +0 -1
  1062. package/lib/esm/core-react/contextmenu/ContextSubMenu.js +0 -173
  1063. package/lib/esm/core-react/contextmenu/ContextSubMenu.js.map +0 -1
  1064. package/lib/esm/core-react/contextmenu/GlobalContextMenu.d.ts +0 -36
  1065. package/lib/esm/core-react/contextmenu/GlobalContextMenu.d.ts.map +0 -1
  1066. package/lib/esm/core-react/contextmenu/GlobalContextMenu.js +0 -59
  1067. package/lib/esm/core-react/contextmenu/GlobalContextMenu.js.map +0 -1
  1068. package/lib/esm/core-react/contextmenu/PopupContextMenu.d.ts +0 -57
  1069. package/lib/esm/core-react/contextmenu/PopupContextMenu.d.ts.map +0 -1
  1070. package/lib/esm/core-react/contextmenu/PopupContextMenu.js +0 -54
  1071. package/lib/esm/core-react/contextmenu/PopupContextMenu.js.map +0 -1
  1072. package/lib/esm/core-react/contextmenu/TildeFinder.d.ts +0 -19
  1073. package/lib/esm/core-react/contextmenu/TildeFinder.d.ts.map +0 -1
  1074. package/lib/esm/core-react/contextmenu/TildeFinder.js.map +0 -1
  1075. package/lib/esm/core-react/dialog/Dialog.d.ts +0 -112
  1076. package/lib/esm/core-react/dialog/Dialog.d.ts.map +0 -1
  1077. package/lib/esm/core-react/dialog/Dialog.js +0 -205
  1078. package/lib/esm/core-react/dialog/Dialog.js.map +0 -1
  1079. package/lib/esm/core-react/dialog/GlobalDialog.d.ts +0 -32
  1080. package/lib/esm/core-react/dialog/GlobalDialog.d.ts.map +0 -1
  1081. package/lib/esm/core-react/dialog/GlobalDialog.js +0 -57
  1082. package/lib/esm/core-react/dialog/GlobalDialog.js.map +0 -1
  1083. package/lib/esm/core-react/elementseparator/ElementSeparator.d.ts +0 -44
  1084. package/lib/esm/core-react/elementseparator/ElementSeparator.d.ts.map +0 -1
  1085. package/lib/esm/core-react/elementseparator/ElementSeparator.js +0 -163
  1086. package/lib/esm/core-react/elementseparator/ElementSeparator.js.map +0 -1
  1087. package/lib/esm/core-react/enums/Alignment.d.ts +0 -25
  1088. package/lib/esm/core-react/enums/Alignment.d.ts.map +0 -1
  1089. package/lib/esm/core-react/enums/Alignment.js.map +0 -1
  1090. package/lib/esm/core-react/enums/CheckBoxState.d.ts +0 -23
  1091. package/lib/esm/core-react/enums/CheckBoxState.d.ts.map +0 -1
  1092. package/lib/esm/core-react/enums/CheckBoxState.js.map +0 -1
  1093. package/lib/esm/core-react/enums/Orientation.d.ts +0 -13
  1094. package/lib/esm/core-react/enums/Orientation.d.ts.map +0 -1
  1095. package/lib/esm/core-react/enums/Orientation.js.map +0 -1
  1096. package/lib/esm/core-react/enums/SortDirection.d.ts +0 -14
  1097. package/lib/esm/core-react/enums/SortDirection.d.ts.map +0 -1
  1098. package/lib/esm/core-react/enums/SortDirection.js.map +0 -1
  1099. package/lib/esm/core-react/enums/TimeFormat.d.ts +0 -16
  1100. package/lib/esm/core-react/enums/TimeFormat.d.ts.map +0 -1
  1101. package/lib/esm/core-react/enums/TimeFormat.js.map +0 -1
  1102. package/lib/esm/core-react/expandable/ExpandableList.d.ts +0 -37
  1103. package/lib/esm/core-react/expandable/ExpandableList.d.ts.map +0 -1
  1104. package/lib/esm/core-react/expandable/ExpandableList.js.map +0 -1
  1105. package/lib/esm/core-react/focus/ItemKeyboardNavigator.d.ts +0 -53
  1106. package/lib/esm/core-react/focus/ItemKeyboardNavigator.d.ts.map +0 -1
  1107. package/lib/esm/core-react/focus/ItemKeyboardNavigator.js +0 -173
  1108. package/lib/esm/core-react/focus/ItemKeyboardNavigator.js.map +0 -1
  1109. package/lib/esm/core-react/focustrap/FocusTrap.d.ts +0 -29
  1110. package/lib/esm/core-react/focustrap/FocusTrap.d.ts.map +0 -1
  1111. package/lib/esm/core-react/focustrap/FocusTrap.js +0 -196
  1112. package/lib/esm/core-react/focustrap/FocusTrap.js.map +0 -1
  1113. package/lib/esm/core-react/hocs/withIsPressed.d.ts +0 -76
  1114. package/lib/esm/core-react/hocs/withIsPressed.d.ts.map +0 -1
  1115. package/lib/esm/core-react/hocs/withIsPressed.js.map +0 -1
  1116. package/lib/esm/core-react/hocs/withOnOutsideClick.d.ts +0 -100
  1117. package/lib/esm/core-react/hocs/withOnOutsideClick.d.ts.map +0 -1
  1118. package/lib/esm/core-react/hocs/withOnOutsideClick.js.map +0 -1
  1119. package/lib/esm/core-react/hocs/withTimeout.d.ts +0 -73
  1120. package/lib/esm/core-react/hocs/withTimeout.d.ts.map +0 -1
  1121. package/lib/esm/core-react/hocs/withTimeout.js +0 -44
  1122. package/lib/esm/core-react/hocs/withTimeout.js.map +0 -1
  1123. package/lib/esm/core-react/icons/ConditionalIconItem.d.ts +0 -28
  1124. package/lib/esm/core-react/icons/ConditionalIconItem.d.ts.map +0 -1
  1125. package/lib/esm/core-react/icons/ConditionalIconItem.js.map +0 -1
  1126. package/lib/esm/core-react/icons/IconComponent.d.ts +0 -34
  1127. package/lib/esm/core-react/icons/IconComponent.d.ts.map +0 -1
  1128. package/lib/esm/core-react/icons/IconComponent.js +0 -77
  1129. package/lib/esm/core-react/icons/IconComponent.js.map +0 -1
  1130. package/lib/esm/core-react/icons/SvgPath.d.ts +0 -26
  1131. package/lib/esm/core-react/icons/SvgPath.d.ts.map +0 -1
  1132. package/lib/esm/core-react/icons/SvgPath.js.map +0 -1
  1133. package/lib/esm/core-react/icons/WebFontIcon.d.ts +0 -28
  1134. package/lib/esm/core-react/icons/WebFontIcon.d.ts.map +0 -1
  1135. package/lib/esm/core-react/icons/WebFontIcon.js.map +0 -1
  1136. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.d.ts +0 -43
  1137. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.d.ts.map +0 -1
  1138. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js +0 -49
  1139. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js.map +0 -1
  1140. package/lib/esm/core-react/inputs/Input.d.ts +0 -21
  1141. package/lib/esm/core-react/inputs/Input.d.ts.map +0 -1
  1142. package/lib/esm/core-react/inputs/Input.js +0 -42
  1143. package/lib/esm/core-react/inputs/Input.js.map +0 -1
  1144. package/lib/esm/core-react/inputs/InputLabel.d.ts +0 -23
  1145. package/lib/esm/core-react/inputs/InputLabel.d.ts.map +0 -1
  1146. package/lib/esm/core-react/inputs/InputLabel.js +0 -33
  1147. package/lib/esm/core-react/inputs/InputLabel.js.map +0 -1
  1148. package/lib/esm/core-react/inputs/InputStatus.d.ts +0 -13
  1149. package/lib/esm/core-react/inputs/InputStatus.d.ts.map +0 -1
  1150. package/lib/esm/core-react/inputs/InputStatus.js.map +0 -1
  1151. package/lib/esm/core-react/inputs/LabeledComponentProps.d.ts +0 -36
  1152. package/lib/esm/core-react/inputs/LabeledComponentProps.d.ts.map +0 -1
  1153. package/lib/esm/core-react/inputs/LabeledComponentProps.js.map +0 -1
  1154. package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts +0 -26
  1155. package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts.map +0 -1
  1156. package/lib/esm/core-react/inputs/iconinput/IconInput.js +0 -29
  1157. package/lib/esm/core-react/inputs/iconinput/IconInput.js.map +0 -1
  1158. package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts +0 -56
  1159. package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts.map +0 -1
  1160. package/lib/esm/core-react/inputs/numberinput/NumberInput.js +0 -160
  1161. package/lib/esm/core-react/inputs/numberinput/NumberInput.js.map +0 -1
  1162. package/lib/esm/core-react/l10n/LocalizationProvider.d.ts +0 -21
  1163. package/lib/esm/core-react/l10n/LocalizationProvider.d.ts.map +0 -1
  1164. package/lib/esm/core-react/l10n/LocalizationProvider.js.map +0 -1
  1165. package/lib/esm/core-react/l10n/usePackageTranslation.d.ts +0 -15
  1166. package/lib/esm/core-react/l10n/usePackageTranslation.d.ts.map +0 -1
  1167. package/lib/esm/core-react/l10n/usePackageTranslation.js +0 -60
  1168. package/lib/esm/core-react/l10n/usePackageTranslation.js.map +0 -1
  1169. package/lib/esm/core-react/l10n/useTranslation.d.ts +0 -7
  1170. package/lib/esm/core-react/l10n/useTranslation.d.ts.map +0 -1
  1171. package/lib/esm/core-react/l10n/useTranslation.js +0 -26
  1172. package/lib/esm/core-react/l10n/useTranslation.js.map +0 -1
  1173. package/lib/esm/core-react/listbox/Listbox.d.ts +0 -59
  1174. package/lib/esm/core-react/listbox/Listbox.d.ts.map +0 -1
  1175. package/lib/esm/core-react/listbox/Listbox.js.map +0 -1
  1176. package/lib/esm/core-react/loading/LoadingBar.d.ts +0 -31
  1177. package/lib/esm/core-react/loading/LoadingBar.d.ts.map +0 -1
  1178. package/lib/esm/core-react/loading/LoadingBar.js.map +0 -1
  1179. package/lib/esm/core-react/loading/LoadingPrompt.d.ts +0 -41
  1180. package/lib/esm/core-react/loading/LoadingPrompt.d.ts.map +0 -1
  1181. package/lib/esm/core-react/loading/LoadingPrompt.js +0 -41
  1182. package/lib/esm/core-react/loading/LoadingPrompt.js.map +0 -1
  1183. package/lib/esm/core-react/loading/LoadingSpinner.d.ts +0 -37
  1184. package/lib/esm/core-react/loading/LoadingSpinner.d.ts.map +0 -1
  1185. package/lib/esm/core-react/loading/LoadingSpinner.js.map +0 -1
  1186. package/lib/esm/core-react/loading/LoadingStatus.d.ts +0 -26
  1187. package/lib/esm/core-react/loading/LoadingStatus.d.ts.map +0 -1
  1188. package/lib/esm/core-react/loading/LoadingStatus.js.map +0 -1
  1189. package/lib/esm/core-react/messagebox/MessageBox.d.ts +0 -90
  1190. package/lib/esm/core-react/messagebox/MessageBox.d.ts.map +0 -1
  1191. package/lib/esm/core-react/messagebox/MessageBox.js +0 -117
  1192. package/lib/esm/core-react/messagebox/MessageBox.js.map +0 -1
  1193. package/lib/esm/core-react/notification/MessageRenderer.d.ts +0 -22
  1194. package/lib/esm/core-react/notification/MessageRenderer.d.ts.map +0 -1
  1195. package/lib/esm/core-react/notification/MessageRenderer.js +0 -83
  1196. package/lib/esm/core-react/notification/MessageRenderer.js.map +0 -1
  1197. package/lib/esm/core-react/notification/MessageType.d.ts +0 -25
  1198. package/lib/esm/core-react/notification/MessageType.d.ts.map +0 -1
  1199. package/lib/esm/core-react/notification/MessageType.js.map +0 -1
  1200. package/lib/esm/core-react/popup/Popup.d.ts +0 -128
  1201. package/lib/esm/core-react/popup/Popup.d.ts.map +0 -1
  1202. package/lib/esm/core-react/popup/Popup.js +0 -466
  1203. package/lib/esm/core-react/popup/Popup.js.map +0 -1
  1204. package/lib/esm/core-react/radialmenu/Annulus.d.ts +0 -54
  1205. package/lib/esm/core-react/radialmenu/Annulus.d.ts.map +0 -1
  1206. package/lib/esm/core-react/radialmenu/Annulus.js +0 -75
  1207. package/lib/esm/core-react/radialmenu/Annulus.js.map +0 -1
  1208. package/lib/esm/core-react/radialmenu/RadialMenu.d.ts +0 -96
  1209. package/lib/esm/core-react/radialmenu/RadialMenu.d.ts.map +0 -1
  1210. package/lib/esm/core-react/radialmenu/RadialMenu.js +0 -183
  1211. package/lib/esm/core-react/radialmenu/RadialMenu.js.map +0 -1
  1212. package/lib/esm/core-react/searchbox/SearchBox.d.ts +0 -51
  1213. package/lib/esm/core-react/searchbox/SearchBox.d.ts.map +0 -1
  1214. package/lib/esm/core-react/searchbox/SearchBox.js +0 -115
  1215. package/lib/esm/core-react/searchbox/SearchBox.js.map +0 -1
  1216. package/lib/esm/core-react/settings/SettingsContainer.d.ts +0 -35
  1217. package/lib/esm/core-react/settings/SettingsContainer.d.ts.map +0 -1
  1218. package/lib/esm/core-react/settings/SettingsContainer.js +0 -149
  1219. package/lib/esm/core-react/settings/SettingsContainer.js.map +0 -1
  1220. package/lib/esm/core-react/settings/SettingsManager.d.ts +0 -137
  1221. package/lib/esm/core-react/settings/SettingsManager.d.ts.map +0 -1
  1222. package/lib/esm/core-react/settings/SettingsManager.js +0 -112
  1223. package/lib/esm/core-react/settings/SettingsManager.js.map +0 -1
  1224. package/lib/esm/core-react/tabs/Tabs.d.ts +0 -69
  1225. package/lib/esm/core-react/tabs/Tabs.d.ts.map +0 -1
  1226. package/lib/esm/core-react/tabs/Tabs.js +0 -117
  1227. package/lib/esm/core-react/tabs/Tabs.js.map +0 -1
  1228. package/lib/esm/core-react/tabs/VerticalTabs.d.ts +0 -11
  1229. package/lib/esm/core-react/tabs/VerticalTabs.d.ts.map +0 -1
  1230. package/lib/esm/core-react/tabs/VerticalTabs.js +0 -19
  1231. package/lib/esm/core-react/tabs/VerticalTabs.js.map +0 -1
  1232. package/lib/esm/core-react/text/BlockText.d.ts +0 -11
  1233. package/lib/esm/core-react/text/BlockText.d.ts.map +0 -1
  1234. package/lib/esm/core-react/text/BlockText.js +0 -19
  1235. package/lib/esm/core-react/text/BlockText.js.map +0 -1
  1236. package/lib/esm/core-react/text/BodyText.d.ts +0 -11
  1237. package/lib/esm/core-react/text/BodyText.d.ts.map +0 -1
  1238. package/lib/esm/core-react/text/BodyText.js +0 -19
  1239. package/lib/esm/core-react/text/BodyText.js.map +0 -1
  1240. package/lib/esm/core-react/text/DisabledText.d.ts +0 -11
  1241. package/lib/esm/core-react/text/DisabledText.d.ts.map +0 -1
  1242. package/lib/esm/core-react/text/DisabledText.js +0 -18
  1243. package/lib/esm/core-react/text/DisabledText.js.map +0 -1
  1244. package/lib/esm/core-react/text/FilteredText.d.ts +0 -27
  1245. package/lib/esm/core-react/text/FilteredText.d.ts.map +0 -1
  1246. package/lib/esm/core-react/text/FilteredText.js.map +0 -1
  1247. package/lib/esm/core-react/text/MutedText.d.ts +0 -11
  1248. package/lib/esm/core-react/text/MutedText.d.ts.map +0 -1
  1249. package/lib/esm/core-react/text/MutedText.js +0 -19
  1250. package/lib/esm/core-react/text/MutedText.js.map +0 -1
  1251. package/lib/esm/core-react/text/StyledText.d.ts +0 -19
  1252. package/lib/esm/core-react/text/StyledText.d.ts.map +0 -1
  1253. package/lib/esm/core-react/text/StyledText.js.map +0 -1
  1254. package/lib/esm/core-react/text/TextProps.d.ts +0 -12
  1255. package/lib/esm/core-react/text/TextProps.d.ts.map +0 -1
  1256. package/lib/esm/core-react/text/TextProps.js.map +0 -1
  1257. package/lib/esm/core-react/tree/Branch.d.ts +0 -22
  1258. package/lib/esm/core-react/tree/Branch.d.ts.map +0 -1
  1259. package/lib/esm/core-react/tree/Branch.js.map +0 -1
  1260. package/lib/esm/core-react/tree/ExpansionToggle.d.ts +0 -21
  1261. package/lib/esm/core-react/tree/ExpansionToggle.d.ts.map +0 -1
  1262. package/lib/esm/core-react/tree/ExpansionToggle.js +0 -27
  1263. package/lib/esm/core-react/tree/ExpansionToggle.js.map +0 -1
  1264. package/lib/esm/core-react/tree/Node.d.ts +0 -84
  1265. package/lib/esm/core-react/tree/Node.d.ts.map +0 -1
  1266. package/lib/esm/core-react/tree/Node.js +0 -88
  1267. package/lib/esm/core-react/tree/Node.js.map +0 -1
  1268. package/lib/esm/core-react/tree/Placeholder.d.ts +0 -25
  1269. package/lib/esm/core-react/tree/Placeholder.d.ts.map +0 -1
  1270. package/lib/esm/core-react/tree/Placeholder.js +0 -30
  1271. package/lib/esm/core-react/tree/Placeholder.js.map +0 -1
  1272. package/lib/esm/core-react/tree/Tree.d.ts +0 -31
  1273. package/lib/esm/core-react/tree/Tree.d.ts.map +0 -1
  1274. package/lib/esm/core-react/tree/Tree.js +0 -105
  1275. package/lib/esm/core-react/tree/Tree.js.map +0 -1
  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}/badge/DeprecatedBadge.d.ts +0 -0
  1422. /package/lib/{esm/core-react → core-react}/badge/DeprecatedBadge.js +0 -0
  1423. /package/lib/{cjs/core-react → core-react}/badge/NewBadge.d.ts +0 -0
  1424. /package/lib/{esm/core-react → core-react}/badge/NewBadge.js +0 -0
  1425. /package/lib/{cjs/core-react → core-react}/badge/TechnicalPreviewBadge.d.ts +0 -0
  1426. /package/lib/{esm/core-react → core-react}/badge/TechnicalPreviewBadge.js +0 -0
  1427. /package/lib/{esm/core-react → core-react}/base/Div.js +0 -0
  1428. /package/lib/{esm/core-react → core-react}/base/Gap.js +0 -0
  1429. /package/lib/{cjs/core-react → core-react}/base/PointerEvents.d.ts +0 -0
  1430. /package/lib/{esm/core-react → core-react}/base/PointerEvents.js +0 -0
  1431. /package/lib/{cjs/core-react → core-react}/button/UnderlinedButton.d.ts +0 -0
  1432. /package/lib/{esm/core-react → core-react}/button/UnderlinedButton.js +0 -0
  1433. /package/lib/{esm/core-react → core-react}/checklistbox/CheckListBox.js +0 -0
  1434. /package/lib/{cjs/core-react → core-react}/contextmenu/ContextMenuDirection.d.ts +0 -0
  1435. /package/lib/{esm/core-react → core-react}/contextmenu/ContextMenuDirection.js +0 -0
  1436. /package/lib/{esm/core-react → core-react}/contextmenu/ContextMenuDivider.js +0 -0
  1437. /package/lib/{cjs/core-react → core-react}/contextmenu/TildeFinder.d.ts +0 -0
  1438. /package/lib/{esm/core-react → core-react}/contextmenu/TildeFinder.js +0 -0
  1439. /package/lib/{cjs/core-react → core-react}/enums/Alignment.d.ts +0 -0
  1440. /package/lib/{esm/core-react → core-react}/enums/Alignment.js +0 -0
  1441. /package/lib/{cjs/core-react → core-react}/enums/CheckBoxState.d.ts +0 -0
  1442. /package/lib/{esm/core-react → core-react}/enums/CheckBoxState.js +0 -0
  1443. /package/lib/{cjs/core-react → core-react}/enums/Orientation.d.ts +0 -0
  1444. /package/lib/{esm/core-react → core-react}/enums/Orientation.js +0 -0
  1445. /package/lib/{cjs/core-react → core-react}/enums/SortDirection.d.ts +0 -0
  1446. /package/lib/{esm/core-react → core-react}/enums/SortDirection.js +0 -0
  1447. /package/lib/{cjs/core-react → core-react}/enums/TimeFormat.d.ts +0 -0
  1448. /package/lib/{esm/core-react → core-react}/enums/TimeFormat.js +0 -0
  1449. /package/lib/{esm/core-react → core-react}/expandable/ExpandableList.js +0 -0
  1450. /package/lib/{cjs/core-react → core-react}/focustrap/FocusTrap.d.ts +0 -0
  1451. /package/lib/{cjs/core-react → core-react}/hocs/withIsPressed.d.ts +0 -0
  1452. /package/lib/{esm/core-react → core-react}/hocs/withIsPressed.js +0 -0
  1453. /package/lib/{cjs/core-react → core-react}/hocs/withOnOutsideClick.d.ts +0 -0
  1454. /package/lib/{esm/core-react → core-react}/hocs/withOnOutsideClick.js +0 -0
  1455. /package/lib/{esm/core-react → core-react}/icons/ConditionalIconItem.js +0 -0
  1456. /package/lib/{esm/core-react → core-react}/icons/SvgPath.js +0 -0
  1457. /package/lib/{esm/core-react → core-react}/icons/WebFontIcon.js +0 -0
  1458. /package/lib/{cjs/core-react → core-react}/inputs/InputStatus.d.ts +0 -0
  1459. /package/lib/{esm/core-react → core-react}/inputs/InputStatus.js +0 -0
  1460. /package/lib/{esm/core-react → core-react}/inputs/LabeledComponentProps.js +0 -0
  1461. /package/lib/{cjs/core-react → core-react}/inputs/numberinput/NumberInput.d.ts +0 -0
  1462. /package/lib/{cjs/core-react → core-react}/l10n/LocalizationProvider.d.ts +0 -0
  1463. /package/lib/{esm/core-react → core-react}/l10n/LocalizationProvider.js +0 -0
  1464. /package/lib/{cjs/core-react → core-react}/l10n/usePackageTranslation.d.ts +0 -0
  1465. /package/lib/{cjs/core-react → core-react}/l10n/useTranslation.d.ts +0 -0
  1466. /package/lib/{cjs/core-react → core-react}/listbox/Listbox.d.ts +0 -0
  1467. /package/lib/{esm/core-react → core-react}/listbox/Listbox.js +0 -0
  1468. /package/lib/{esm/core-react → core-react}/loading/LoadingBar.js +0 -0
  1469. /package/lib/{cjs/core-react → core-react}/loading/LoadingSpinner.d.ts +0 -0
  1470. /package/lib/{esm/core-react → core-react}/loading/LoadingSpinner.js +0 -0
  1471. /package/lib/{esm/core-react → core-react}/loading/LoadingStatus.js +0 -0
  1472. /package/lib/{cjs/core-react → core-react}/notification/MessageType.d.ts +0 -0
  1473. /package/lib/{esm/core-react → core-react}/notification/MessageType.js +0 -0
  1474. /package/lib/{cjs/core-react → core-react}/settings/SettingsManager.d.ts +0 -0
  1475. /package/lib/{esm/core-react → core-react}/text/FilteredText.js +0 -0
  1476. /package/lib/{esm/core-react → core-react}/text/StyledText.js +0 -0
  1477. /package/lib/{esm/core-react → core-react}/text/TextProps.js +0 -0
  1478. /package/lib/{esm/core-react → core-react}/tree/Branch.js +0 -0
  1479. /package/lib/{cjs/core-react → core-react}/uistate/UiStateStorage.d.ts +0 -0
  1480. /package/lib/{esm/core-react → core-react}/uistate/UiStateStorage.js +0 -0
  1481. /package/lib/{cjs/core-react → core-react}/utils/ListenerType.d.ts +0 -0
  1482. /package/lib/{esm/core-react → core-react}/utils/ListenerType.js +0 -0
  1483. /package/lib/{cjs/core-react → core-react}/utils/PointProps.d.ts +0 -0
  1484. /package/lib/{esm/core-react → core-react}/utils/PointProps.js +0 -0
  1485. /package/lib/{cjs/core-react → core-react}/utils/Props.d.ts +0 -0
  1486. /package/lib/{esm/core-react → core-react}/utils/Props.js +0 -0
  1487. /package/lib/{cjs/core-react → core-react}/utils/ScrollPositionMaintainer.d.ts +0 -0
  1488. /package/lib/{esm/core-react → core-react}/utils/ScrollPositionMaintainer.js +0 -0
  1489. /package/lib/{cjs/core-react → core-react}/utils/Timer.d.ts +0 -0
  1490. /package/lib/{esm/core-react → core-react}/utils/Timer.js +0 -0
  1491. /package/lib/{cjs/core-react → core-react}/utils/flattenChildren.d.ts +0 -0
  1492. /package/lib/{esm/core-react → core-react}/utils/flattenChildren.js +0 -0
  1493. /package/lib/{cjs/core-react → core-react}/utils/getBestBWContrastColor.d.ts +0 -0
  1494. /package/lib/{esm/core-react → core-react}/utils/getBestBWContrastColor.js +0 -0
  1495. /package/lib/{cjs/core-react → core-react}/utils/getCssVariable.d.ts +0 -0
  1496. /package/lib/{esm/core-react → core-react}/utils/getCssVariable.js +0 -0
  1497. /package/lib/{cjs/core-react → core-react}/utils/getDisplayName.d.ts +0 -0
  1498. /package/lib/{esm/core-react → core-react}/utils/getDisplayName.js +0 -0
  1499. /package/lib/{cjs/core-react → core-react}/utils/getUserColor.d.ts +0 -0
  1500. /package/lib/{esm/core-react → core-react}/utils/getUserColor.js +0 -0
  1501. /package/lib/{cjs/core-react → core-react}/utils/hooks/useCrossOriginPopup.d.ts +0 -0
  1502. /package/lib/{cjs/core-react → core-react}/utils/hooks/useDisposable.d.ts +0 -0
  1503. /package/lib/{esm/core-react → core-react}/utils/hooks/useDisposable.js +0 -0
  1504. /package/lib/{cjs/core-react → core-react}/utils/hooks/useEffectSkipFirst.d.ts +0 -0
  1505. /package/lib/{esm/core-react → core-react}/utils/hooks/useEffectSkipFirst.js +0 -0
  1506. /package/lib/{cjs/core-react → core-react}/utils/hooks/useInterval.d.ts +0 -0
  1507. /package/lib/{esm/core-react → core-react}/utils/hooks/useInterval.js +0 -0
  1508. /package/lib/{cjs/core-react → core-react}/utils/hooks/useLifecycleLogging.d.ts +0 -0
  1509. /package/lib/{esm/core-react → core-react}/utils/hooks/useLifecycleLogging.js +0 -0
  1510. /package/lib/{cjs/core-react → core-react}/utils/hooks/useOnOutsideClick.d.ts +0 -0
  1511. /package/lib/{cjs/core-react → core-react}/utils/hooks/useProximityToMouse.d.ts +0 -0
  1512. /package/lib/{cjs/core-react → core-react}/utils/hooks/useRefEffect.d.ts +0 -0
  1513. /package/lib/{esm/core-react → core-react}/utils/hooks/useRefEffect.js +0 -0
  1514. /package/lib/{cjs/core-react → core-react}/utils/hooks/useRefState.d.ts +0 -0
  1515. /package/lib/{esm/core-react → core-react}/utils/hooks/useRefState.js +0 -0
  1516. /package/lib/{cjs/core-react → core-react}/utils/hooks/useRefs.d.ts +0 -0
  1517. /package/lib/{esm/core-react → core-react}/utils/hooks/useRefs.js +0 -0
  1518. /package/lib/{cjs/core-react → core-react}/utils/hooks/useResizeObserver.d.ts +0 -0
  1519. /package/lib/{cjs/core-react → core-react}/utils/hooks/useTargeted.d.ts +0 -0
  1520. /package/lib/{esm/core-react → core-react}/utils/hooks/useTargeted.js +0 -0
  1521. /package/lib/{cjs/core-react → core-react}/utils/hooks/useThrottledFn.d.ts +0 -0
  1522. /package/lib/{esm/core-react → core-react}/utils/hooks/useThrottledFn.js +0 -0
  1523. /package/lib/{cjs/core-react → core-react}/utils/matches.d.ts +0 -0
  1524. /package/lib/{esm/core-react → core-react}/utils/matches.js +0 -0
  1525. /package/lib/{cjs/core-react → core-react}/utils/reuseOrCreatePromise.d.ts +0 -0
  1526. /package/lib/{esm/core-react → core-react}/utils/reuseOrCreatePromise.js +0 -0
  1527. /package/lib/{cjs/core-react → core-react}/utils/shallowDiffers.d.ts +0 -0
  1528. /package/lib/{esm/core-react → core-react}/utils/shallowDiffers.js +0 -0
  1529. /package/lib/{cjs/core-react → core-react}/utils/typeUtils.d.ts +0 -0
  1530. /package/lib/{esm/core-react → core-react}/utils/typeUtils.js +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"withTimeout.js","sourceRoot":"","sources":["../../../../src/core-react/hocs/withTimeout.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAavC;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,CACzB,SAA8C,EAC9C,EAAE;IACF,OAAO,MAAM,WAAY,SAAQ,KAAK,CAAC,aAEtC;QAFM;;YAGL,mDAAmD;YAC5C,UAAK,GAAU,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC;QA8BrC,CAAC;QA5BiB,iBAAiB;YAC/B,IAAI,CAAC,KAAK,CAAC,YAAY,CACrB,GAAG,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE,CACrD,CAAC;YACF,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QAEe,kBAAkB,CAChC,UAAuD,CAAC,8CAA8C;;YAEtG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QAEe,oBAAoB;YAClC,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;QACpB,CAAC;QAEe,MAAM;YACpB,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC;YACpD,OAAO,oBAAC,SAAS,OAAM,KAAa,KAAM,IAAI,CAAC,KAAK,GAAI,CAAC;QAC3D,CAAC;QAEM,UAAU,CAAC,OAAe;YAC/B,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS;gBAAE,OAAO;YAEjC,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,OAAO,CAAC;YAC3B,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;QACrB,CAAC;KACF,CAAC;AACJ,CAAC,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 Common\n */\n\nimport * as React from \"react\";\nimport { Timer } from \"../utils/Timer\";\n\n/** Properties for [[withTimeout]] React higher-order component\n * @public\n * @deprecated in 4.15.0. Props of deprecated {@link withTimeout} HOC.\n */\nexport interface WithTimeoutProps {\n /** Timeout duration in milliseconds */\n timeout: number;\n /** Callback function for timeout */\n onTimeout?: () => void;\n}\n\n/** withTimeout is a React higher-order component that adds timeout support.\n * @public\n * @deprecated in 4.15.0. Not used by AppUI.\n */\nexport const withTimeout = <ComponentProps extends {}>(\n Component: React.ComponentType<ComponentProps>\n) => {\n return class WithTimeout extends React.PureComponent<\n ComponentProps & WithTimeoutProps // eslint-disable-line deprecation/deprecation\n > {\n // eslint-disable-next-line deprecation/deprecation\n public timer: Timer = new Timer(0);\n\n public override componentDidMount(): void {\n this.timer.setOnExecute(\n () => this.props.onTimeout && this.props.onTimeout()\n );\n this.startTimer(this.props.timeout);\n }\n\n public override componentDidUpdate(\n _prevProps: Readonly<ComponentProps & WithTimeoutProps> // eslint-disable-line deprecation/deprecation\n ): void {\n this.startTimer(this.props.timeout);\n }\n\n public override componentWillUnmount(): void {\n this.timer.stop();\n }\n\n public override render() {\n const { timeout, onTimeout, ...props } = this.props;\n return <Component {...(props as any)} {...this.state} />;\n }\n\n public startTimer(timeout: number) {\n if (this.timer.isRunning) return;\n\n this.timer.delay = timeout;\n this.timer.start();\n }\n };\n};\n"]}
@@ -1,28 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Icon
3
- */
4
- import type { IconSpec } from "./IconComponent";
5
- /** Class used to return an icon. The icon is variable and can be changed in response to subscribed event ids.
6
- * @public
7
- * @deprecated in 4.16.0. Uses a deprecated {@link IconSpec} type. Use conditional rendering to render different icons.
8
- */
9
- export declare class ConditionalIconItem {
10
- readonly iconGetter: () => IconSpec;
11
- readonly syncEventIds: string[];
12
- private _value?;
13
- /** Constructor for ConditionalIconItem
14
- * @param iconGetter Function to retrieve the icon that matches the condition. Returns an IconSpec.
15
- * @param syncEventIds The array of event ids to be monitored. These events are triggered when the condition(s) that control the icon change.
16
- * @param value The default IconSpec. If this is not specified, the function is run to get the initial value.
17
- */
18
- constructor(iconGetter: () => IconSpec, syncEventIds: string[], value?: IconSpec);
19
- /** The current IconSpec according to conditions */
20
- get value(): IconSpec;
21
- /** Called to update the value by running the iconGetter */
22
- refresh(): boolean;
23
- /** A helper function that updates the IconSpec value when the specified events are triggered */
24
- static refreshValue(conditionalValue: ConditionalIconItem | string | undefined, eventIds: Set<string>): boolean;
25
- /** helper function to get the iconSpec from a ConditionIconItem as IconSpec | undefined*/
26
- static getValue(conditionalValue: ConditionalIconItem | string | undefined): IconSpec | undefined;
27
- }
28
- //# sourceMappingURL=ConditionalIconItem.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConditionalIconItem.d.ts","sourceRoot":"","sources":["../../../../src/core-react/icons/ConditionalIconItem.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAIhD;;;GAGG;AACH,qBAAa,mBAAmB;aASZ,UAAU,EAAE,MAAM,QAAQ;aAC1B,YAAY,EAAE,MAAM,EAAE;IATxC,OAAO,CAAC,MAAM,CAAC,CAAW;IAE1B;;;;OAIG;gBAEe,UAAU,EAAE,MAAM,QAAQ,EAC1B,YAAY,EAAE,MAAM,EAAE,EACtC,KAAK,CAAC,EAAE,QAAQ;IAKlB,mDAAmD;IACnD,IAAW,KAAK,IAAI,QAAQ,CAI3B;IAED,2DAA2D;IACpD,OAAO,IAAI,OAAO;IAUzB,gGAAgG;WAClF,YAAY,CACxB,gBAAgB,EAAE,mBAAmB,GAAG,MAAM,GAAG,SAAS,EAC1D,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,GACpB,OAAO;IAkBV,0FAA0F;WAC5E,QAAQ,CACpB,gBAAgB,EAAE,mBAAmB,GAAG,MAAM,GAAG,SAAS,GACzD,QAAQ,GAAG,SAAS;CAUxB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConditionalIconItem.js","sourceRoot":"","sources":["../../../../src/core-react/icons/ConditionalIconItem.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAIH,4CAA4C;AAE5C;;;GAGG;AACH,MAAM,OAAO,mBAAmB;IAG9B;;;;OAIG;IACH,YACkB,UAA0B,EAC1B,YAAsB,EACtC,KAAgB;QAFA,eAAU,GAAV,UAAU,CAAgB;QAC1B,iBAAY,GAAZ,YAAY,CAAU;QAGtC,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;IACtB,CAAC;IAED,mDAAmD;IACnD,IAAW,KAAK;QACd,IAAI,SAAS,KAAK,IAAI,CAAC,MAAM;YAAE,OAAO,IAAI,CAAC,MAAM,CAAC;QAClD,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;QAChC,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,2DAA2D;IACpD,OAAO;QACZ,MAAM,QAAQ,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;QAEnC,IAAI,QAAQ,KAAK,IAAI,CAAC,MAAM,EAAE,CAAC;YAC7B,IAAI,CAAC,MAAM,GAAG,QAAQ,CAAC;YACvB,OAAO,IAAI,CAAC;QACd,CAAC;QACD,OAAO,KAAK,CAAC;IACf,CAAC;IAED,gGAAgG;IACzF,MAAM,CAAC,YAAY,CACxB,gBAA0D,EAC1D,QAAqB;QAErB,IACE,SAAS,KAAK,gBAAgB;YAC9B,CAAC,CAAC,gBAAgB,YAAY,mBAAmB,CAAC;YAElD,OAAO,KAAK,CAAC;QAEf,MAAM,QAAQ,GAAG,gBAAgB,CAAC;QAElC,IACE,QAAQ,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,KAAa,EAAW,EAAE,CACpD,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,CAClC;YAED,OAAO,QAAQ,CAAC,OAAO,EAAE,CAAC;QAE5B,OAAO,KAAK,CAAC;IACf,CAAC;IACD,0FAA0F;IACnF,MAAM,CAAC,QAAQ,CACpB,gBAA0D;QAE1D,IAAI,SAAS,KAAK,gBAAgB;YAAE,OAAO,SAAS,CAAC;QAErD,IAAI,gBAAgB,YAAY,mBAAmB,EAAE,CAAC;YACpD,MAAM,QAAQ,GAAG,gBAAgB,CAAC;YAClC,OAAO,QAAQ,CAAC,KAAK,CAAC;QACxB,CAAC;QAED,OAAO,gBAAgB,CAAC;IAC1B,CAAC;CACF","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 Icon\n */\n\nimport type { IconSpec } from \"./IconComponent\";\n\n/* eslint-disable deprecation/deprecation */\n\n/** Class used to return an icon. The icon is variable and can be changed in response to subscribed event ids.\n * @public\n * @deprecated in 4.16.0. Uses a deprecated {@link IconSpec} type. Use conditional rendering to render different icons.\n */\nexport class ConditionalIconItem {\n private _value?: IconSpec;\n\n /** Constructor for ConditionalIconItem\n * @param iconGetter Function to retrieve the icon that matches the condition. Returns an IconSpec.\n * @param syncEventIds The array of event ids to be monitored. These events are triggered when the condition(s) that control the icon change.\n * @param value The default IconSpec. If this is not specified, the function is run to get the initial value.\n */\n constructor(\n public readonly iconGetter: () => IconSpec,\n public readonly syncEventIds: string[],\n value?: IconSpec\n ) {\n this._value = value;\n }\n\n /** The current IconSpec according to conditions */\n public get value(): IconSpec {\n if (undefined !== this._value) return this._value;\n this._value = this.iconGetter();\n return this._value;\n }\n\n /** Called to update the value by running the iconGetter */\n public refresh(): boolean {\n const newValue = this.iconGetter();\n\n if (newValue !== this._value) {\n this._value = newValue;\n return true;\n }\n return false;\n }\n\n /** A helper function that updates the IconSpec value when the specified events are triggered */\n public static refreshValue(\n conditionalValue: ConditionalIconItem | string | undefined,\n eventIds: Set<string>\n ): boolean {\n if (\n undefined === conditionalValue ||\n !(conditionalValue instanceof ConditionalIconItem)\n )\n return false;\n\n const iconItem = conditionalValue;\n\n if (\n iconItem.syncEventIds.some((value: string): boolean =>\n eventIds.has(value.toLowerCase())\n )\n )\n return iconItem.refresh();\n\n return false;\n }\n /** helper function to get the iconSpec from a ConditionIconItem as IconSpec | undefined*/\n public static getValue(\n conditionalValue: ConditionalIconItem | string | undefined\n ): IconSpec | undefined {\n if (undefined === conditionalValue) return undefined;\n\n if (conditionalValue instanceof ConditionalIconItem) {\n const iconItem = conditionalValue;\n return iconItem.value;\n }\n\n return conditionalValue;\n }\n}\n"]}
@@ -1,34 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Icon
3
- */
4
- import "./IconComponent.scss";
5
- import * as React from "react";
6
- import { ConditionalStringValue } from "@itwin/appui-abstract";
7
- import type { CommonProps } from "../utils/Props";
8
- import { ConditionalIconItem } from "./ConditionalIconItem";
9
- /** Prototype for an IconSpec which can be a string, ReactNode or ConditionalStringValue.
10
- * Strings are expected to be one of the following:
11
- * - Created by `IconSpecUtilities.createWebComponentIconSpec` in appui-abstract (deprecated).
12
- * - A URL to a SVG file (must end with ".svg").
13
- * - A dataURI with MimeTypes `image/svg+xml` (ensure valid dataURI encoding) or `image/svg+xml;base64`;
14
- * - Anything else will be treated as a class name and be directly added to the `class` attribute.
15
- * @public
16
- * @deprecated in 4.16.0. Use `React.ReactNode` instead.
17
- */
18
- export type IconSpec = string | ConditionalStringValue | React.ReactNode | ConditionalIconItem;
19
- /** Properties for the [[Icon]] React component
20
- * @public
21
- * @deprecated in 4.16.0. Props of deprecated {@link Icon} component.
22
- */
23
- export interface IconProps extends CommonProps {
24
- /** CSS class name or SvgPath for icon. This is optional because it is improperly
25
- * used to extend other interfaces and changing it would break existing API.
26
- */
27
- iconSpec?: IconSpec;
28
- }
29
- /** Icon Functional component displays an icon based on an [[IconSpec]].
30
- * @public
31
- * @deprecated in 4.16.0. Used to render a deprecated {@link IconSpec} type. Use {@link https://itwinui.bentley.com/ iTwinUI Icon} instead.
32
- */
33
- export declare function Icon(props: IconProps): React.JSX.Element | null;
34
- //# sourceMappingURL=IconComponent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IconComponent.d.ts","sourceRoot":"","sources":["../../../../src/core-react/icons/IconComponent.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,sBAAsB,CAAC;AAC9B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAI5D;;;;;;;;GAQG;AACH,MAAM,MAAM,QAAQ,GAChB,MAAM,GACN,sBAAsB,GACtB,KAAK,CAAC,SAAS,GACf,mBAAmB,CAAC;AAExB;;;GAGG;AACH,MAAM,WAAW,SAAU,SAAQ,WAAW;IAC5C;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB;AAWD;;;GAGG;AACH,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,4BA4DpC"}
@@ -1,77 +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
- /** @packageDocumentation
6
- * @module Icon
7
- */
8
- import "./IconComponent.scss";
9
- import * as React from "react";
10
- import classnames from "classnames";
11
- import { ConditionalStringValue } from "@itwin/appui-abstract";
12
- import DOMPurify, * as DOMPurifyNS from "dompurify";
13
- import { ConditionalIconItem } from "./ConditionalIconItem";
14
- /** Get the SVG Source from an svg-loader IconSpec */
15
- function getWebComponentSource(iconSpec) {
16
- if (iconSpec.startsWith("webSvg:") && iconSpec.length > 7) {
17
- return iconSpec.slice(7);
18
- }
19
- return undefined;
20
- }
21
- /** Icon Functional component displays an icon based on an [[IconSpec]].
22
- * @public
23
- * @deprecated in 4.16.0. Used to render a deprecated {@link IconSpec} type. Use {@link https://itwinui.bentley.com/ iTwinUI Icon} instead.
24
- */
25
- export function Icon(props) {
26
- if (!props.iconSpec)
27
- return null;
28
- const iconSpecValue = getIconSpecValue(props.iconSpec);
29
- if (typeof iconSpecValue === "string") {
30
- const iconString = iconSpecValue;
31
- const webComponentString = getWebComponentSource(iconString);
32
- if (iconString.startsWith("data:") ||
33
- iconString.endsWith(".svg") ||
34
- webComponentString) {
35
- const definitiveIconString = webComponentString
36
- ? webComponentString
37
- : iconString;
38
- const svgLoader = `<svg-loader src="${definitiveIconString}"></svg-loader>`;
39
- const svgDiv = `<div>${svgLoader}</div>`;
40
- // the esm build of dompurify has a default import but the cjs build does not
41
- // if there is a default export, use it (likely esm), otherwise use the namespace
42
- const sanitizer = DOMPurify ?? DOMPurifyNS;
43
- const sanitizerConfig = {
44
- ALLOWED_TAGS: ["svg-loader"],
45
- ADD_URI_SAFE_ATTR: definitiveIconString.startsWith("data:")
46
- ? ["src"]
47
- : [],
48
- };
49
- const sanitizedIconString = sanitizer.sanitize(svgDiv, sanitizerConfig);
50
- const webComponentNode = (
51
- // we can safely disable jam3/no-sanitizer-with-danger as we are sanitizing above
52
- // eslint-disable-next-line jam3/no-sanitizer-with-danger
53
- React.createElement("div", { dangerouslySetInnerHTML: { __html: sanitizedIconString } }));
54
- return (React.createElement("i", { className: classnames("icon", "core-svg-icon", props.className) }, webComponentNode));
55
- }
56
- // CSS icon
57
- return (React.createElement("i", { className: classnames("icon", iconString, props.className), style: props.style }));
58
- }
59
- // ReactNode icon
60
- return (React.createElement("i", { className: classnames("icon", "core-svg-icon", props.className), style: props.style }, iconSpecValue));
61
- }
62
- function getIconSpecValue(iconSpec) {
63
- let value = iconSpec;
64
- while (true) {
65
- if (value instanceof ConditionalIconItem) {
66
- value = ConditionalIconItem.getValue(value);
67
- continue;
68
- }
69
- if (value instanceof ConditionalStringValue) {
70
- value = ConditionalStringValue.getValue(value);
71
- break;
72
- }
73
- break;
74
- }
75
- return value;
76
- }
77
- //# sourceMappingURL=IconComponent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IconComponent.js","sourceRoot":"","sources":["../../../../src/core-react/icons/IconComponent.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,sBAAsB,CAAC;AAC9B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAE/D,OAAO,SAAS,EAAE,KAAK,WAAW,MAAM,WAAW,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AA8B5D,qDAAqD;AACrD,SAAS,qBAAqB,CAAC,QAAgB;IAC7C,IAAI,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC1D,OAAO,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IAC3B,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,IAAI,CAAC,KAAgB;IACnC,IAAI,CAAC,KAAK,CAAC,QAAQ;QAAE,OAAO,IAAI,CAAC;IAEjC,MAAM,aAAa,GAAG,gBAAgB,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;IACvD,IAAI,OAAO,aAAa,KAAK,QAAQ,EAAE,CAAC;QACtC,MAAM,UAAU,GAAG,aAAa,CAAC;QACjC,MAAM,kBAAkB,GAAG,qBAAqB,CAAC,UAAU,CAAC,CAAC;QAE7D,IACE,UAAU,CAAC,UAAU,CAAC,OAAO,CAAC;YAC9B,UAAU,CAAC,QAAQ,CAAC,MAAM,CAAC;YAC3B,kBAAkB,EAClB,CAAC;YACD,MAAM,oBAAoB,GAAG,kBAAkB;gBAC7C,CAAC,CAAC,kBAAkB;gBACpB,CAAC,CAAC,UAAU,CAAC;YACf,MAAM,SAAS,GAAG,oBAAoB,oBAAoB,iBAAiB,CAAC;YAC5E,MAAM,MAAM,GAAG,QAAQ,SAAS,QAAQ,CAAC;YACzC,6EAA6E;YAC7E,iFAAiF;YACjF,MAAM,SAAS,GAAG,SAAS,IAAI,WAAW,CAAC;YAE3C,MAAM,eAAe,GAAG;gBACtB,YAAY,EAAE,CAAC,YAAY,CAAC;gBAC5B,iBAAiB,EAAE,oBAAoB,CAAC,UAAU,CAAC,OAAO,CAAC;oBACzD,CAAC,CAAC,CAAC,KAAK,CAAC;oBACT,CAAC,CAAC,EAAE;aACP,CAAC;YAEF,MAAM,mBAAmB,GAAG,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;YACxE,MAAM,gBAAgB,GAAG;YACvB,iFAAiF;YACjF,yDAAyD;YACzD,6BAAK,uBAAuB,EAAE,EAAE,MAAM,EAAE,mBAAmB,EAAE,GAAQ,CACtE,CAAC;YACF,OAAO,CACL,2BAAG,SAAS,EAAE,UAAU,CAAC,MAAM,EAAE,eAAe,EAAE,KAAK,CAAC,SAAS,CAAC,IAC/D,gBAAgB,CACf,CACL,CAAC;QACJ,CAAC;QAED,WAAW;QACX,OAAO,CACL,2BACE,SAAS,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,EAC1D,KAAK,EAAE,KAAK,CAAC,KAAK,GAClB,CACH,CAAC;IACJ,CAAC;IAED,iBAAiB;IACjB,OAAO,CACL,2BACE,SAAS,EAAE,UAAU,CAAC,MAAM,EAAE,eAAe,EAAE,KAAK,CAAC,SAAS,CAAC,EAC/D,KAAK,EAAE,KAAK,CAAC,KAAK,IAEjB,aAAa,CACZ,CACL,CAAC;AACJ,CAAC;AAED,SAAS,gBAAgB,CACvB,QAAkB;IAElB,IAAI,KAAK,GAAG,QAAQ,CAAC;IACrB,OAAO,IAAI,EAAE,CAAC;QACZ,IAAI,KAAK,YAAY,mBAAmB,EAAE,CAAC;YACzC,KAAK,GAAG,mBAAmB,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YAC5C,SAAS;QACX,CAAC;QACD,IAAI,KAAK,YAAY,sBAAsB,EAAE,CAAC;YAC5C,KAAK,GAAG,sBAAsB,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YAC/C,MAAM;QACR,CAAC;QACD,MAAM;IACR,CAAC;IACD,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 Icon\n */\n\nimport \"./IconComponent.scss\";\nimport * as React from \"react\";\nimport classnames from \"classnames\";\nimport { ConditionalStringValue } from \"@itwin/appui-abstract\";\nimport type { CommonProps } from \"../utils/Props\";\nimport DOMPurify, * as DOMPurifyNS from \"dompurify\";\nimport { ConditionalIconItem } from \"./ConditionalIconItem\";\n\n/* eslint-disable deprecation/deprecation */\n\n/** Prototype for an IconSpec which can be a string, ReactNode or ConditionalStringValue.\n * Strings are expected to be one of the following:\n * - Created by `IconSpecUtilities.createWebComponentIconSpec` in appui-abstract (deprecated).\n * - A URL to a SVG file (must end with \".svg\").\n * - A dataURI with MimeTypes `image/svg+xml` (ensure valid dataURI encoding) or `image/svg+xml;base64`;\n * - Anything else will be treated as a class name and be directly added to the `class` attribute.\n * @public\n * @deprecated in 4.16.0. Use `React.ReactNode` instead.\n */\nexport type IconSpec =\n | string\n | ConditionalStringValue\n | React.ReactNode\n | ConditionalIconItem;\n\n/** Properties for the [[Icon]] React component\n * @public\n * @deprecated in 4.16.0. Props of deprecated {@link Icon} component.\n */\nexport interface IconProps extends CommonProps {\n /** CSS class name or SvgPath for icon. This is optional because it is improperly\n * used to extend other interfaces and changing it would break existing API.\n */\n iconSpec?: IconSpec;\n}\n\n/** Get the SVG Source from an svg-loader IconSpec */\nfunction getWebComponentSource(iconSpec: string): string | undefined {\n if (iconSpec.startsWith(\"webSvg:\") && iconSpec.length > 7) {\n return iconSpec.slice(7);\n }\n\n return undefined;\n}\n\n/** Icon Functional component displays an icon based on an [[IconSpec]].\n * @public\n * @deprecated in 4.16.0. Used to render a deprecated {@link IconSpec} type. Use {@link https://itwinui.bentley.com/ iTwinUI Icon} instead.\n */\nexport function Icon(props: IconProps) {\n if (!props.iconSpec) return null;\n\n const iconSpecValue = getIconSpecValue(props.iconSpec);\n if (typeof iconSpecValue === \"string\") {\n const iconString = iconSpecValue;\n const webComponentString = getWebComponentSource(iconString);\n\n if (\n iconString.startsWith(\"data:\") ||\n iconString.endsWith(\".svg\") ||\n webComponentString\n ) {\n const definitiveIconString = webComponentString\n ? webComponentString\n : iconString;\n const svgLoader = `<svg-loader src=\"${definitiveIconString}\"></svg-loader>`;\n const svgDiv = `<div>${svgLoader}</div>`;\n // the esm build of dompurify has a default import but the cjs build does not\n // if there is a default export, use it (likely esm), otherwise use the namespace\n const sanitizer = DOMPurify ?? DOMPurifyNS;\n\n const sanitizerConfig = {\n ALLOWED_TAGS: [\"svg-loader\"],\n ADD_URI_SAFE_ATTR: definitiveIconString.startsWith(\"data:\")\n ? [\"src\"]\n : [],\n };\n\n const sanitizedIconString = sanitizer.sanitize(svgDiv, sanitizerConfig);\n const webComponentNode = (\n // we can safely disable jam3/no-sanitizer-with-danger as we are sanitizing above\n // eslint-disable-next-line jam3/no-sanitizer-with-danger\n <div dangerouslySetInnerHTML={{ __html: sanitizedIconString }}></div>\n );\n return (\n <i className={classnames(\"icon\", \"core-svg-icon\", props.className)}>\n {webComponentNode}\n </i>\n );\n }\n\n // CSS icon\n return (\n <i\n className={classnames(\"icon\", iconString, props.className)}\n style={props.style}\n />\n );\n }\n\n // ReactNode icon\n return (\n <i\n className={classnames(\"icon\", \"core-svg-icon\", props.className)}\n style={props.style}\n >\n {iconSpecValue}\n </i>\n );\n}\n\nfunction getIconSpecValue(\n iconSpec: IconSpec\n): Exclude<IconSpec, ConditionalIconItem | ConditionalStringValue> {\n let value = iconSpec;\n while (true) {\n if (value instanceof ConditionalIconItem) {\n value = ConditionalIconItem.getValue(value);\n continue;\n }\n if (value instanceof ConditionalStringValue) {\n value = ConditionalStringValue.getValue(value);\n break;\n }\n break;\n }\n return value;\n}\n"]}
@@ -1,26 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Icon
3
- */
4
- import "./SvgPath.scss";
5
- import * as React from "react";
6
- import type { CommonProps } from "../utils/Props";
7
- /** Properties of [[SvgPath]] component.
8
- * @public
9
- * @deprecated in 4.15.0. Props of deprecated {@link SvgPath} component.
10
- */
11
- export interface SvgPathProps extends CommonProps {
12
- /** Svg graphics paths */
13
- paths: string[];
14
- /** Svg viewBox width */
15
- viewBoxWidth: number;
16
- /** Svg viewBox height */
17
- viewBoxHeight: number;
18
- }
19
- /** Svg element wrapper with specified Svg paths.
20
- * @public
21
- * @deprecated in 4.15.0. Not used by AppUI. Use `@itwin/itwinui-icons-react` package or svg element directly.
22
- */
23
- export declare class SvgPath extends React.PureComponent<SvgPathProps> {
24
- render(): React.JSX.Element;
25
- }
26
- //# sourceMappingURL=SvgPath.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SvgPath.d.ts","sourceRoot":"","sources":["../../../../src/core-react/icons/SvgPath.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,gBAAgB,CAAC;AAExB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;GAGG;AAEH,MAAM,WAAW,YAAa,SAAQ,WAAW;IAC/C,yBAAyB;IACzB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,wBAAwB;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,yBAAyB;IACzB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED;;;GAGG;AAEH,qBAAa,OAAQ,SAAQ,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC;IAC5C,MAAM;CAoBvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SvgPath.js","sourceRoot":"","sources":["../../../../src/core-react/icons/SvgPath.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,gBAAgB,CAAC;AACxB,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAiB/B;;;GAGG;AACH,mDAAmD;AACnD,MAAM,OAAO,OAAQ,SAAQ,KAAK,CAAC,aAA2B;IAC5C,MAAM;QACpB,MAAM,SAAS,GAAG,UAAU,CAAC,oBAAoB,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QACzE,MAAM,OAAO,GAAG,OAAO,IAAI,CAAC,KAAK,CAAC,YAAY,IAAI,IAAI,CAAC,KAAK,CAAC,aAAa,EAAE,CAAC;QAE7E,OAAO,CACL,6BACE,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,EACvB,KAAK,EAAC,MAAM,EACZ,MAAM,EAAC,MAAM,EACb,OAAO,EAAE,OAAO;YAEhB,+BACG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAY,EAAE,KAAa,EAAE,EAAE;gBACpD,OAAO,8BAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,GAAI,CAAC;YACvC,CAAC,CAAC,CACA,CACA,CACP,CAAC;IACJ,CAAC;CACF","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 Icon\n */\n\nimport \"./SvgPath.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport type { CommonProps } from \"../utils/Props\";\n\n/** Properties of [[SvgPath]] component.\n * @public\n * @deprecated in 4.15.0. Props of deprecated {@link SvgPath} component.\n */\n// eslint-disable-next-line deprecation/deprecation\nexport interface SvgPathProps extends CommonProps {\n /** Svg graphics paths */\n paths: string[];\n /** Svg viewBox width */\n viewBoxWidth: number;\n /** Svg viewBox height */\n viewBoxHeight: number;\n}\n\n/** Svg element wrapper with specified Svg paths.\n * @public\n * @deprecated in 4.15.0. Not used by AppUI. Use `@itwin/itwinui-icons-react` package or svg element directly.\n */\n// eslint-disable-next-line deprecation/deprecation\nexport class SvgPath extends React.PureComponent<SvgPathProps> {\n public override render() {\n const className = classnames(\"core-icons-svgPath\", this.props.className);\n const viewBox = `0 0 ${this.props.viewBoxWidth} ${this.props.viewBoxHeight}`;\n\n return (\n <svg\n className={className}\n style={this.props.style}\n width=\"100%\"\n height=\"100%\"\n viewBox={viewBox}\n >\n <g>\n {this.props.paths.map((path: string, index: number) => {\n return <path d={path} key={index} />;\n })}\n </g>\n </svg>\n );\n }\n}\n"]}
@@ -1,28 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Icon
3
- */
4
- import "./WebFontIcon.scss";
5
- import * as React from "react";
6
- import type { CommonProps } from "../utils/Props";
7
- /** Properties for the [[WebFontIcon]] React component
8
- * @public
9
- * @deprecated in 4.15.0. Props of deprecated {@link WebFontIcon} component.
10
- */
11
- export interface WebFontIconProps extends CommonProps {
12
- /** Bentley Web Font icon name */
13
- iconName: string;
14
- /** Click event handler */
15
- onClick?: React.MouseEventHandler<HTMLSpanElement>;
16
- /** Text that will be shown when hovered on the icon. */
17
- title?: string;
18
- /** Size of the icon */
19
- iconSize?: "x-small" | "small" | "medium" | "large" | "x-large";
20
- /** Class name of icon used for custom font-family icons */
21
- iconClassName?: string;
22
- }
23
- /** WebFontIcon React component
24
- * @public
25
- * @deprecated in 4.15.0. Not used by AppUI. Use `@itwin/itwinui-icons-react` package.
26
- */
27
- export declare function WebFontIcon(props: WebFontIconProps): React.JSX.Element;
28
- //# sourceMappingURL=WebFontIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WebFontIcon.d.ts","sourceRoot":"","sources":["../../../../src/core-react/icons/WebFontIcon.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;GAGG;AAEH,MAAM,WAAW,gBAAiB,SAAQ,WAAW;IACnD,iCAAiC;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,0BAA0B;IAC1B,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAC;IACnD,wDAAwD;IACxD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uBAAuB;IACvB,QAAQ,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAChE,2DAA2D;IAC3D,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;GAGG;AAEH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBAiBlD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"WebFontIcon.js","sourceRoot":"","sources":["../../../../src/core-react/icons/WebFontIcon.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,oBAAoB,CAAC;AAC5B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAqB/B;;;GAGG;AACH,mDAAmD;AACnD,MAAM,UAAU,WAAW,CAAC,KAAuB;IACjD,MAAM,SAAS,GAAG,UAAU,CAC1B,KAAK,CAAC,aAAa,IAAI,kBAAkB,EACzC,KAAK,CAAC,QAAQ,EACd,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,gBAAgB,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,SAAS,EAC7D,KAAK,CAAC,SAAS,CAChB,CAAC;IAEF,OAAO,CACL,8BACE,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,CAAC,KAAK,EAClB,KAAK,EAAE,KAAK,CAAC,KAAK,EAClB,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,IAAI,EAAC,cAAc,GACnB,CACH,CAAC;AACJ,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 Icon\n */\n\nimport \"./WebFontIcon.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport type { CommonProps } from \"../utils/Props\";\n\n/** Properties for the [[WebFontIcon]] React component\n * @public\n * @deprecated in 4.15.0. Props of deprecated {@link WebFontIcon} component.\n */\n// eslint-disable-next-line deprecation/deprecation\nexport interface WebFontIconProps extends CommonProps {\n /** Bentley Web Font icon name */\n iconName: string;\n /** Click event handler */\n onClick?: React.MouseEventHandler<HTMLSpanElement>;\n /** Text that will be shown when hovered on the icon. */\n title?: string;\n /** Size of the icon */\n iconSize?: \"x-small\" | \"small\" | \"medium\" | \"large\" | \"x-large\";\n /** Class name of icon used for custom font-family icons */\n iconClassName?: string;\n}\n\n/** WebFontIcon React component\n * @public\n * @deprecated in 4.15.0. Not used by AppUI. Use `@itwin/itwinui-icons-react` package.\n */\n// eslint-disable-next-line deprecation/deprecation\nexport function WebFontIcon(props: WebFontIconProps) {\n const className = classnames(\n props.iconClassName || \"bui-webfont-icon\",\n props.iconName,\n props.iconSize ? `uicore-icons-${props.iconSize}` : undefined,\n props.className\n );\n\n return (\n <span\n className={className}\n title={props.title}\n style={props.style}\n onClick={props.onClick}\n role=\"presentation\"\n />\n );\n}\n"]}
@@ -1,43 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Checkbox
3
- */
4
- import "./ImageCheckBox.scss";
5
- import * as React from "react";
6
- import type { CommonProps } from "../utils/Props";
7
- /** Properties for the [[ImageCheckBox]] component
8
- * @public
9
- * @deprecated in 4.12.0. Props of deprecated component {@link ImageCheckBox}.
10
- */
11
- export interface ImageCheckBoxProps extends CommonProps {
12
- /** Image for the "checked" state */
13
- imageOn: string | React.ReactNode;
14
- /** Image for the "unchecked" (default) state */
15
- imageOff: string | React.ReactNode;
16
- /** Determine if the item is checked or not */
17
- checked?: boolean;
18
- /** Determine if the item is disabled or not */
19
- disabled?: boolean;
20
- /** Function called when item is clicked. */
21
- onClick?: (checked: boolean) => any;
22
- /** Custom CSS class name for the checkbox input element */
23
- inputClassName?: string;
24
- /** Custom CSS Style for the checkbox input element */
25
- inputStyle?: React.CSSProperties;
26
- /** Tooltip to be displayed when mouse is hovered over the checkbox */
27
- tooltip?: string;
28
- /** If true, draw a border around the image checkbox */
29
- border?: boolean;
30
- /** Provides ability to return reference to HTMLInputElement */
31
- inputRef?: React.Ref<HTMLInputElement>;
32
- }
33
- /** ImageCheckBox React component shows a checked or unchecked image
34
- * @public
35
- * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/checkbox iTwinUI checkbox} instead (custom icons are not supported at the moment, but feel free to submit your use cases).
36
- */
37
- export declare class ImageCheckBox extends React.PureComponent<ImageCheckBoxProps> {
38
- private _onChange;
39
- private _onInputClick;
40
- private _onLabelClick;
41
- render(): React.JSX.Element;
42
- }
43
- //# sourceMappingURL=ImageCheckBox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ImageCheckBox.d.ts","sourceRoot":"","sources":["../../../../src/core-react/imagecheckbox/ImageCheckBox.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,sBAAsB,CAAC;AAE9B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIlD;;;GAGG;AACH,MAAM,WAAW,kBAAmB,SAAQ,WAAW;IACrD,oCAAoC;IACpC,OAAO,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAClC,gDAAgD;IAChD,QAAQ,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACnC,8CAA8C;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4CAA4C;IAC5C,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,GAAG,CAAC;IACpC,2DAA2D;IAC3D,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,sDAAsD;IACtD,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjC,sEAAsE;IACtE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uDAAuD;IACvD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;CACxC;AAED;;;GAGG;AACH,qBAAa,aAAc,SAAQ,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC;IACxE,OAAO,CAAC,SAAS,CAMf;IAEF,OAAO,CAAC,aAAa,CAEnB;IAEF,OAAO,CAAC,aAAa,CAEnB;IAEc,MAAM;CAqCvB"}
@@ -1,49 +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
- /** @packageDocumentation
6
- * @module Checkbox
7
- */
8
- import "./ImageCheckBox.scss";
9
- import classnames from "classnames";
10
- import * as React from "react";
11
- import { Icon } from "../icons/IconComponent";
12
- /** ImageCheckBox React component shows a checked or unchecked image
13
- * @public
14
- * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/checkbox iTwinUI checkbox} instead (custom icons are not supported at the moment, but feel free to submit your use cases).
15
- */
16
- export class ImageCheckBox extends React.PureComponent {
17
- constructor() {
18
- super(...arguments);
19
- this._onChange = (e) => {
20
- if (e && e.stopPropagation)
21
- e.stopPropagation();
22
- if (this.props.onClick) {
23
- this.props.onClick(e.target.checked);
24
- }
25
- };
26
- this._onInputClick = (e) => {
27
- if (e && e.stopPropagation)
28
- e.stopPropagation();
29
- };
30
- this._onLabelClick = (e) => {
31
- if (e && e.stopPropagation)
32
- e.stopPropagation();
33
- };
34
- }
35
- render() {
36
- const checkBoxClass = classnames("core-image-checkbox", this.props.className);
37
- const imageClass = classnames("image", this.props.border && "image-checkbox-border");
38
- const iconSpec = this.props.checked
39
- ? this.props.imageOn
40
- : this.props.imageOff;
41
- return (
42
- // eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/label-has-associated-control, jsx-a11y/no-noninteractive-element-interactions
43
- React.createElement("label", { className: checkBoxClass, style: this.props.style, onClick: this._onLabelClick, title: this.props.tooltip },
44
- React.createElement("input", { type: "checkbox", className: this.props.inputClassName, style: this.props.inputStyle, checked: this.props.checked, disabled: this.props.disabled, onChange: this._onChange, onClick: this._onInputClick, ref: this.props.inputRef }),
45
- React.createElement("span", { className: imageClass },
46
- React.createElement(Icon, { iconSpec: iconSpec }))));
47
- }
48
- }
49
- //# sourceMappingURL=ImageCheckBox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ImageCheckBox.js","sourceRoot":"","sources":["../../../../src/core-react/imagecheckbox/ImageCheckBox.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,sBAAsB,CAAC;AAC9B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAgC9C;;;GAGG;AACH,MAAM,OAAO,aAAc,SAAQ,KAAK,CAAC,aAAiC;IAA1E;;QACU,cAAS,GAAG,CAAC,CAAsC,EAAE,EAAE;YAC7D,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe;gBAAE,CAAC,CAAC,eAAe,EAAE,CAAC;YAEhD,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvB,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;YACvC,CAAC;QACH,CAAC,CAAC;QAEM,kBAAa,GAAG,CAAC,CAAqC,EAAE,EAAE;YAChE,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe;gBAAE,CAAC,CAAC,eAAe,EAAE,CAAC;QAClD,CAAC,CAAC;QAEM,kBAAa,GAAG,CAAC,CAAqC,EAAE,EAAE;YAChE,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe;gBAAE,CAAC,CAAC,eAAe,EAAE,CAAC;QAClD,CAAC,CAAC;IAuCJ,CAAC;IArCiB,MAAM;QACpB,MAAM,aAAa,GAAG,UAAU,CAC9B,qBAAqB,EACrB,IAAI,CAAC,KAAK,CAAC,SAAS,CACrB,CAAC;QACF,MAAM,UAAU,GAAG,UAAU,CAC3B,OAAO,EACP,IAAI,CAAC,KAAK,CAAC,MAAM,IAAI,uBAAuB,CAC7C,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO;YACjC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO;YACpB,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC;QAExB,OAAO;QACL,yJAAyJ;QACzJ,+BACE,SAAS,EAAE,aAAa,EACxB,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,EACvB,OAAO,EAAE,IAAI,CAAC,aAAa,EAC3B,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO;YAEzB,+BACE,IAAI,EAAC,UAAU,EACf,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,cAAc,EACpC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,UAAU,EAC5B,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO,EAC3B,QAAQ,EAAE,IAAI,CAAC,KAAK,CAAC,QAAQ,EAC7B,QAAQ,EAAE,IAAI,CAAC,SAAS,EACxB,OAAO,EAAE,IAAI,CAAC,aAAa,EAC3B,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,QAAQ,GACxB;YACF,8BAAM,SAAS,EAAE,UAAU;gBACzB,oBAAC,IAAI,IAAC,QAAQ,EAAE,QAAQ,GAAI,CACvB,CACD,CACT,CAAC;IACJ,CAAC;CACF","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 Checkbox\n */\n\nimport \"./ImageCheckBox.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { Icon } from \"../icons/IconComponent\";\nimport type { CommonProps } from \"../utils/Props\";\n\n/* eslint-disable deprecation/deprecation */\n\n/** Properties for the [[ImageCheckBox]] component\n * @public\n * @deprecated in 4.12.0. Props of deprecated component {@link ImageCheckBox}.\n */\nexport interface ImageCheckBoxProps extends CommonProps {\n /** Image for the \"checked\" state */\n imageOn: string | React.ReactNode;\n /** Image for the \"unchecked\" (default) state */\n imageOff: string | React.ReactNode;\n /** Determine if the item is checked or not */\n checked?: boolean;\n /** Determine if the item is disabled or not */\n disabled?: boolean;\n /** Function called when item is clicked. */\n onClick?: (checked: boolean) => any;\n /** Custom CSS class name for the checkbox input element */\n inputClassName?: string;\n /** Custom CSS Style for the checkbox input element */\n inputStyle?: React.CSSProperties;\n /** Tooltip to be displayed when mouse is hovered over the checkbox */\n tooltip?: string;\n /** If true, draw a border around the image checkbox */\n border?: boolean;\n /** Provides ability to return reference to HTMLInputElement */\n inputRef?: React.Ref<HTMLInputElement>;\n}\n\n/** ImageCheckBox React component shows a checked or unchecked image\n * @public\n * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/checkbox iTwinUI checkbox} instead (custom icons are not supported at the moment, but feel free to submit your use cases).\n */\nexport class ImageCheckBox extends React.PureComponent<ImageCheckBoxProps> {\n private _onChange = (e: React.ChangeEvent<HTMLInputElement>) => {\n if (e && e.stopPropagation) e.stopPropagation();\n\n if (this.props.onClick) {\n this.props.onClick(e.target.checked);\n }\n };\n\n private _onInputClick = (e: React.MouseEvent<HTMLInputElement>) => {\n if (e && e.stopPropagation) e.stopPropagation();\n };\n\n private _onLabelClick = (e: React.MouseEvent<HTMLLabelElement>) => {\n if (e && e.stopPropagation) e.stopPropagation();\n };\n\n public override render() {\n const checkBoxClass = classnames(\n \"core-image-checkbox\",\n this.props.className\n );\n const imageClass = classnames(\n \"image\",\n this.props.border && \"image-checkbox-border\"\n );\n const iconSpec = this.props.checked\n ? this.props.imageOn\n : this.props.imageOff;\n\n return (\n // eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/label-has-associated-control, jsx-a11y/no-noninteractive-element-interactions\n <label\n className={checkBoxClass}\n style={this.props.style}\n onClick={this._onLabelClick}\n title={this.props.tooltip}\n >\n <input\n type=\"checkbox\"\n className={this.props.inputClassName}\n style={this.props.inputStyle}\n checked={this.props.checked}\n disabled={this.props.disabled}\n onChange={this._onChange}\n onClick={this._onInputClick}\n ref={this.props.inputRef}\n />\n <span className={imageClass}>\n <Icon iconSpec={iconSpec} />\n </span>\n </label>\n );\n }\n}\n"]}
@@ -1,21 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Inputs
3
- */
4
- import * as React from "react";
5
- import type { CommonProps } from "../utils/Props";
6
- /** Properties for the [[Input]] component
7
- * @internal
8
- */
9
- export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement>, CommonProps {
10
- /** Indicates whether to set focus to the input element */
11
- setFocus?: boolean;
12
- /** Native keydown event handler */
13
- nativeKeyHandler?: (e: KeyboardEvent) => void;
14
- /** Provides ability to return reference to HTMLInputElement */
15
- ref?: React.Ref<HTMLInputElement>;
16
- }
17
- /** Basic text input, is a wrapper for the `<input type="text">` HTML element.
18
- * @internal
19
- */
20
- export declare const Input: (props: InputProps) => React.ReactNode;
21
- //# sourceMappingURL=Input.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/Input.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;GAEG;AACH,MAAM,WAAW,UACf,SAAQ,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAEjD,WAAW;IACb,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mCAAmC;IACnC,gBAAgB,CAAC,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IAC9C,+DAA+D;IAC/D,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;CACnC;AAsDD;;GAEG;AACH,eAAO,MAAM,KAAK,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,KAAK,CAAC,SAA2B,CAAC"}
@@ -1,42 +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
- /** @packageDocumentation
6
- * @module Inputs
7
- */
8
- import classnames from "classnames";
9
- import * as React from "react";
10
- import { Input as ITwinUI_Input } from "@itwin/itwinui-react";
11
- import { useRefs } from "../utils/hooks/useRefs";
12
- // Defined using following pattern (const Input at bottom) to ensure useful API documentation is extracted
13
- const ForwardRefInput = React.forwardRef(function ForwardRefInput(props, ref) {
14
- const { className, style, setFocus, nativeKeyHandler, size, ...otherProps } = props;
15
- const inputElementRef = React.useRef(null);
16
- const refs = useRefs(inputElementRef, ref); // combine ref needed for target with the forwardRef needed by the Parent when parent is a Type Editor.
17
- React.useEffect(() => {
18
- const currentElement = inputElementRef.current;
19
- const currentHandler = nativeKeyHandler;
20
- if (currentElement && currentHandler) {
21
- currentElement.addEventListener("keydown", currentHandler);
22
- }
23
- return () => {
24
- if (currentHandler && currentElement) {
25
- currentElement.removeEventListener("keydown", currentHandler);
26
- }
27
- };
28
- }, [nativeKeyHandler]);
29
- React.useEffect(() => {
30
- if (inputElementRef.current && setFocus)
31
- inputElementRef.current.focus();
32
- }, [setFocus]);
33
- const handleFocus = React.useCallback((event) => {
34
- event.currentTarget.select();
35
- }, []);
36
- return (React.createElement(ITwinUI_Input, { ref: refs, type: "text", ...otherProps, onFocus: handleFocus, className: classnames("uicore-inputs-input", className), style: style }));
37
- });
38
- /** Basic text input, is a wrapper for the `<input type="text">` HTML element.
39
- * @internal
40
- */
41
- export const Input = ForwardRefInput;
42
- //# sourceMappingURL=Input.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Input.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/Input.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,KAAK,IAAI,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAkBjD,0GAA0G;AAC1G,MAAM,eAAe,GAAG,KAAK,CAAC,UAAU,CACtC,SAAS,eAAe,CAAC,KAAK,EAAE,GAAG;IACjC,MAAM,EACJ,SAAS,EACT,KAAK,EACL,QAAQ,EACR,gBAAgB,EAChB,IAAI,EACJ,GAAG,UAAU,EACd,GAAG,KAAK,CAAC;IACV,MAAM,eAAe,GAAG,KAAK,CAAC,MAAM,CAAmB,IAAI,CAAC,CAAC;IAC7D,MAAM,IAAI,GAAG,OAAO,CAAC,eAAe,EAAE,GAAG,CAAC,CAAC,CAAC,uGAAuG;IAEnJ,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,MAAM,cAAc,GAAG,eAAe,CAAC,OAAO,CAAC;QAC/C,MAAM,cAAc,GAAG,gBAAgB,CAAC;QAExC,IAAI,cAAc,IAAI,cAAc,EAAE,CAAC;YACrC,cAAc,CAAC,gBAAgB,CAAC,SAAS,EAAE,cAAc,CAAC,CAAC;QAC7D,CAAC;QACD,OAAO,GAAG,EAAE;YACV,IAAI,cAAc,IAAI,cAAc,EAAE,CAAC;gBACrC,cAAc,CAAC,mBAAmB,CAAC,SAAS,EAAE,cAAc,CAAC,CAAC;YAChE,CAAC;QACH,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAEvB,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,eAAe,CAAC,OAAO,IAAI,QAAQ;YAAE,eAAe,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;IAC3E,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;IAEf,MAAM,WAAW,GAAG,KAAK,CAAC,WAAW,CACnC,CAAC,KAAyC,EAAE,EAAE;QAC5C,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC;IAC/B,CAAC,EACD,EAAE,CACH,CAAC;IAEF,OAAO,CACL,oBAAC,aAAa,IACZ,GAAG,EAAE,IAAI,EACT,IAAI,EAAC,MAAM,KACP,UAAU,EACd,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,UAAU,CAAC,qBAAqB,EAAE,SAAS,CAAC,EACvD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,KAAK,GAA2C,eAAe,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 Inputs\n */\n\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { Input as ITwinUI_Input } from \"@itwin/itwinui-react\";\nimport { useRefs } from \"../utils/hooks/useRefs\";\nimport type { CommonProps } from \"../utils/Props\";\n\n/** Properties for the [[Input]] component\n * @internal\n */\nexport interface InputProps\n extends React.InputHTMLAttributes<HTMLInputElement>,\n // eslint-disable-next-line deprecation/deprecation\n CommonProps {\n /** Indicates whether to set focus to the input element */\n setFocus?: boolean;\n /** Native keydown event handler */\n nativeKeyHandler?: (e: KeyboardEvent) => void;\n /** Provides ability to return reference to HTMLInputElement */\n ref?: React.Ref<HTMLInputElement>;\n}\n\n// Defined using following pattern (const Input at bottom) to ensure useful API documentation is extracted\nconst ForwardRefInput = React.forwardRef<HTMLInputElement, InputProps>(\n function ForwardRefInput(props, ref) {\n const {\n className,\n style,\n setFocus,\n nativeKeyHandler,\n size,\n ...otherProps\n } = props;\n const inputElementRef = React.useRef<HTMLInputElement>(null);\n const refs = useRefs(inputElementRef, ref); // combine ref needed for target with the forwardRef needed by the Parent when parent is a Type Editor.\n\n React.useEffect(() => {\n const currentElement = inputElementRef.current;\n const currentHandler = nativeKeyHandler;\n\n if (currentElement && currentHandler) {\n currentElement.addEventListener(\"keydown\", currentHandler);\n }\n return () => {\n if (currentHandler && currentElement) {\n currentElement.removeEventListener(\"keydown\", currentHandler);\n }\n };\n }, [nativeKeyHandler]);\n\n React.useEffect(() => {\n if (inputElementRef.current && setFocus) inputElementRef.current.focus();\n }, [setFocus]);\n\n const handleFocus = React.useCallback(\n (event: React.FocusEvent<HTMLInputElement>) => {\n event.currentTarget.select();\n },\n []\n );\n\n return (\n <ITwinUI_Input\n ref={refs}\n type=\"text\"\n {...otherProps}\n onFocus={handleFocus}\n className={classnames(\"uicore-inputs-input\", className)}\n style={style}\n />\n );\n }\n);\n\n/** Basic text input, is a wrapper for the `<input type=\"text\">` HTML element.\n * @internal\n */\nexport const Input: (props: InputProps) => React.ReactNode = ForwardRefInput;\n"]}
@@ -1,23 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Inputs
3
- */
4
- import * as React from "react";
5
- import type { CommonProps } from "../utils/Props";
6
- import type { LabeledComponentProps, MessagedComponentProps } from "./LabeledComponentProps";
7
- /** Properties for [[InputLabel]] components
8
- * @public
9
- * @deprecated in 4.12.0. Props of deprecated component {@link InputLabel}.
10
- */
11
- export interface InputLabelProps extends LabeledComponentProps, MessagedComponentProps, CommonProps {
12
- disabled?: boolean;
13
- /** Labeled content */
14
- children?: React.ReactNode;
15
- }
16
- /** Text input wrapper that provides additional styling and labeling
17
- * @public
18
- * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/input iTwinUI input} instead.
19
- */
20
- export declare class InputLabel extends React.PureComponent<InputLabelProps> {
21
- render(): React.ReactElement;
22
- }
23
- //# sourceMappingURL=InputLabel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InputLabel.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputLabel.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAQH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,OAAO,KAAK,EACV,qBAAqB,EACrB,sBAAsB,EACvB,MAAM,yBAAyB,CAAC;AAIjC;;;GAGG;AACH,MAAM,WAAW,eACf,SAAQ,qBAAqB,EAC3B,sBAAsB,EACtB,WAAW;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,sBAAsB;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAQD;;;GAGG;AACH,qBAAa,UAAW,SAAQ,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC;IAClD,MAAM,IAAI,KAAK,CAAC,YAAY;CAgD7C"}
@@ -1,33 +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
- /** @packageDocumentation
6
- * @module Inputs
7
- */
8
- import { SvgStatusError, SvgStatusSuccess, SvgStatusWarning, } from "@itwin/itwinui-icons-react";
9
- import classnames from "classnames";
10
- import * as React from "react";
11
- import { Icon } from "../icons/IconComponent";
12
- import { InputStatus } from "./InputStatus";
13
- const inputLabelIconSpec = {
14
- [InputStatus.Error]: React.createElement(SvgStatusError, null),
15
- [InputStatus.Success]: React.createElement(SvgStatusSuccess, null),
16
- [InputStatus.Warning]: React.createElement(SvgStatusWarning, null),
17
- };
18
- /** Text input wrapper that provides additional styling and labeling
19
- * @public
20
- * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/input iTwinUI input} instead.
21
- */
22
- export class InputLabel extends React.PureComponent {
23
- render() {
24
- const { label, status, className, style, labelClassName, labelStyle, message, messageClassName, messageStyle, } = this.props;
25
- return (React.createElement("label", { style: style, className: classnames("uicore-inputs-labeled-input", this.props.disabled && "uicore-disabled", status, className) },
26
- label && (React.createElement("div", { className: classnames("uicore-label", labelClassName), style: labelStyle }, label)),
27
- React.createElement("div", { className: classnames("input", { "with-icon": !!status }) },
28
- this.props.children,
29
- status && (React.createElement(Icon, { className: "icon", iconSpec: inputLabelIconSpec[`{status}`] }))),
30
- message && (React.createElement("div", { className: classnames("uicore-message", messageClassName), style: messageStyle }, message))));
31
- }
32
- }
33
- //# sourceMappingURL=InputLabel.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InputLabel.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputLabel.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,EACL,cAAc,EACd,gBAAgB,EAChB,gBAAgB,GACjB,MAAM,4BAA4B,CAAC;AACpC,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAqB5C,MAAM,kBAAkB,GAAgC;IACtD,CAAC,WAAW,CAAC,KAAK,CAAC,EAAE,oBAAC,cAAc,OAAG;IACvC,CAAC,WAAW,CAAC,OAAO,CAAC,EAAE,oBAAC,gBAAgB,OAAG;IAC3C,CAAC,WAAW,CAAC,OAAO,CAAC,EAAE,oBAAC,gBAAgB,OAAG;CAC5C,CAAC;AAEF;;;GAGG;AACH,MAAM,OAAO,UAAW,SAAQ,KAAK,CAAC,aAA8B;IAClD,MAAM;QACpB,MAAM,EACJ,KAAK,EACL,MAAM,EACN,SAAS,EACT,KAAK,EACL,cAAc,EACd,UAAU,EACV,OAAO,EACP,gBAAgB,EAChB,YAAY,GACb,GAAG,IAAI,CAAC,KAAK,CAAC;QAEf,OAAO,CACL,+BACE,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,UAAU,CACnB,6BAA6B,EAC7B,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,iBAAiB,EACxC,MAAM,EACN,SAAS,CACV;YAEA,KAAK,IAAI,CACR,6BACE,SAAS,EAAE,UAAU,CAAC,cAAc,EAAE,cAAc,CAAC,EACrD,KAAK,EAAE,UAAU,IAEhB,KAAK,CACF,CACP;YACD,6BAAK,SAAS,EAAE,UAAU,CAAC,OAAO,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;gBAC3D,IAAI,CAAC,KAAK,CAAC,QAAQ;gBACnB,MAAM,IAAI,CACT,oBAAC,IAAI,IAAC,SAAS,EAAC,MAAM,EAAC,QAAQ,EAAE,kBAAkB,CAAC,UAAU,CAAC,GAAI,CACpE,CACG;YACL,OAAO,IAAI,CACV,6BACE,SAAS,EAAE,UAAU,CAAC,gBAAgB,EAAE,gBAAgB,CAAC,EACzD,KAAK,EAAE,YAAY,IAElB,OAAO,CACJ,CACP,CACK,CACT,CAAC;IACJ,CAAC;CACF","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 {\n SvgStatusError,\n SvgStatusSuccess,\n SvgStatusWarning,\n} from \"@itwin/itwinui-icons-react\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport type { IconSpec } from \"../icons/IconComponent\";\nimport { Icon } from \"../icons/IconComponent\";\nimport type { CommonProps } from \"../utils/Props\";\nimport { InputStatus } from \"./InputStatus\";\nimport type {\n LabeledComponentProps,\n MessagedComponentProps,\n} from \"./LabeledComponentProps\";\n\n/* eslint-disable deprecation/deprecation */\n\n/** Properties for [[InputLabel]] components\n * @public\n * @deprecated in 4.12.0. Props of deprecated component {@link InputLabel}.\n */\nexport interface InputLabelProps\n extends LabeledComponentProps,\n MessagedComponentProps,\n CommonProps {\n disabled?: boolean;\n /** Labeled content */\n children?: React.ReactNode;\n}\n\nconst inputLabelIconSpec: { [key: string]: IconSpec } = {\n [InputStatus.Error]: <SvgStatusError />,\n [InputStatus.Success]: <SvgStatusSuccess />,\n [InputStatus.Warning]: <SvgStatusWarning />,\n};\n\n/** Text input wrapper that provides additional styling and labeling\n * @public\n * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/input iTwinUI input} instead.\n */\nexport class InputLabel extends React.PureComponent<InputLabelProps> {\n public override render(): React.ReactElement {\n const {\n label,\n status,\n className,\n style,\n labelClassName,\n labelStyle,\n message,\n messageClassName,\n messageStyle,\n } = this.props;\n\n return (\n <label\n style={style}\n className={classnames(\n \"uicore-inputs-labeled-input\",\n this.props.disabled && \"uicore-disabled\",\n status,\n className\n )}\n >\n {label && (\n <div\n className={classnames(\"uicore-label\", labelClassName)}\n style={labelStyle}\n >\n {label}\n </div>\n )}\n <div className={classnames(\"input\", { \"with-icon\": !!status })}>\n {this.props.children}\n {status && (\n <Icon className=\"icon\" iconSpec={inputLabelIconSpec[`{status}`]} />\n )}\n </div>\n {message && (\n <div\n className={classnames(\"uicore-message\", messageClassName)}\n style={messageStyle}\n >\n {message}\n </div>\n )}\n </label>\n );\n }\n}\n"]}
@@ -1,13 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Inputs
3
- */
4
- /** Enum for Input status
5
- * @public
6
- * @deprecated in 4.12.0. Enum used in a deprecated component {@link InputLabel}.
7
- */
8
- export declare enum InputStatus {
9
- Success = "success",
10
- Warning = "warning",
11
- Error = "error"
12
- }
13
- //# sourceMappingURL=InputStatus.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InputStatus.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputStatus.ts"],"names":[],"mappings":"AAIA;;GAEG;AAIH;;;GAGG;AACH,oBAAY,WAAW;IACrB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,KAAK,UAAU;CAChB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"InputStatus.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputStatus.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAIH;;;GAGG;AACH,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;AACjB,CAAC,EAJW,WAAW,KAAX,WAAW,QAItB","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 type { InputLabel } from \"./InputLabel\";\n\n/** Enum for Input status\n * @public\n * @deprecated in 4.12.0. Enum used in a deprecated component {@link InputLabel}.\n */\nexport enum InputStatus {\n Success = \"success\",\n Warning = \"warning\",\n Error = \"error\",\n}\n"]}
@@ -1,36 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Inputs
3
- */
4
- import type * as React from "react";
5
- import type { InputStatus } from "./InputStatus";
6
- /** Properties for labeled components
7
- * @public
8
- * @deprecated in 4.12.0. Props of deprecated component {@link InputLabel}.
9
- */
10
- export interface LabeledComponentProps {
11
- /** Text that will be shown next to or above the input. */
12
- label?: string;
13
- /** Input status like: "Success", "Warning" or "Error" */
14
- status?: InputStatus;
15
- /** Custom CSS class name for the checkbox input element */
16
- inputClassName?: string;
17
- /** Custom CSS Style for the checkbox input element */
18
- inputStyle?: React.CSSProperties;
19
- /** Custom CSS class name for the label */
20
- labelClassName?: string;
21
- /** Custom CSS Style for the label */
22
- labelStyle?: React.CSSProperties;
23
- }
24
- /** Properties for components with messages
25
- * @public
26
- * @deprecated in 4.12.0. Props of deprecated component {@link InputLabel}.
27
- */
28
- export interface MessagedComponentProps {
29
- /** Optional text shown below the input. */
30
- message?: string;
31
- /** Custom CSS class name for the message */
32
- messageClassName?: string;
33
- /** Custom CSS Style for the message */
34
- messageStyle?: React.CSSProperties;
35
- }
36
- //# sourceMappingURL=LabeledComponentProps.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LabeledComponentProps.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/LabeledComponentProps.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IACpC,0DAA0D;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yDAAyD;IAEzD,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,2DAA2D;IAC3D,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,sDAAsD;IACtD,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjC,0CAA0C;IAC1C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qCAAqC;IACrC,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAClC;AAED;;;GAGG;AACH,MAAM,WAAW,sBAAsB;IACrC,2CAA2C;IAC3C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,4CAA4C;IAC5C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,uCAAuC;IACvC,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACpC"}