linear-react-components-ui 1.1.26-beta.12 → 1.1.26-beta.14

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 (658) hide show
  1. package/lib/_virtual/_commonjsHelpers.js +9 -0
  2. package/lib/_virtual/_commonjsHelpers.js.map +1 -0
  3. package/lib/_virtual/index.js +8 -0
  4. package/lib/_virtual/index.js.map +1 -0
  5. package/lib/_virtual/index2.js +5 -0
  6. package/lib/_virtual/index2.js.map +1 -0
  7. package/lib/_virtual/index3.js +5 -0
  8. package/lib/_virtual/index3.js.map +1 -0
  9. package/lib/_virtual/lodash.js +9 -0
  10. package/lib/_virtual/lodash.js.map +1 -0
  11. package/lib/_virtual/lodash2.js +5 -0
  12. package/lib/_virtual/lodash2.js.map +1 -0
  13. package/lib/_virtual/react-is.development.js +5 -0
  14. package/lib/_virtual/react-is.development.js.map +1 -0
  15. package/lib/_virtual/react-is.production.min.js +5 -0
  16. package/lib/_virtual/react-is.production.min.js.map +1 -0
  17. package/lib/alerts/AlertContainer.js +1 -0
  18. package/lib/alerts/AlertContainer.js.map +1 -0
  19. package/lib/alerts/AlertProvider.js +23 -22
  20. package/lib/alerts/AlertProvider.js.map +1 -0
  21. package/lib/alerts/BaseAlert.js +4 -2
  22. package/lib/alerts/BaseAlert.js.map +1 -0
  23. package/lib/alerts/Message.js +57 -56
  24. package/lib/alerts/Message.js.map +1 -0
  25. package/lib/alerts/helpers.js +1 -0
  26. package/lib/alerts/helpers.js.map +1 -0
  27. package/lib/alerts/index.js +1 -0
  28. package/lib/alerts/index.js.map +1 -0
  29. package/lib/alerts/withAlert.js +10 -9
  30. package/lib/alerts/withAlert.js.map +1 -0
  31. package/lib/avatar/index.js +36 -34
  32. package/lib/avatar/index.js.map +1 -0
  33. package/lib/badge/index.js +11 -9
  34. package/lib/badge/index.js.map +1 -0
  35. package/lib/buttons/ActivateButton.js +6 -5
  36. package/lib/buttons/ActivateButton.js.map +1 -0
  37. package/lib/buttons/AddButton.js +8 -7
  38. package/lib/buttons/AddButton.js.map +1 -0
  39. package/lib/buttons/Button.js +12 -11
  40. package/lib/buttons/Button.js.map +1 -0
  41. package/lib/buttons/ButtonGroups.js +9 -8
  42. package/lib/buttons/ButtonGroups.js.map +1 -0
  43. package/lib/buttons/CancelButton.js +10 -9
  44. package/lib/buttons/CancelButton.js.map +1 -0
  45. package/lib/buttons/DangerButton.js +12 -11
  46. package/lib/buttons/DangerButton.js.map +1 -0
  47. package/lib/buttons/DefaultButton.js +70 -73
  48. package/lib/buttons/DefaultButton.js.map +1 -0
  49. package/lib/buttons/DestroyButton.js +15 -14
  50. package/lib/buttons/DestroyButton.js.map +1 -0
  51. package/lib/buttons/EditButton.js +8 -7
  52. package/lib/buttons/EditButton.js.map +1 -0
  53. package/lib/buttons/InactivateButton.js +8 -7
  54. package/lib/buttons/InactivateButton.js.map +1 -0
  55. package/lib/buttons/InfoButton.js +9 -8
  56. package/lib/buttons/InfoButton.js.map +1 -0
  57. package/lib/buttons/PrimaryButton.js +11 -10
  58. package/lib/buttons/PrimaryButton.js.map +1 -0
  59. package/lib/buttons/RestoreButton.js +5 -4
  60. package/lib/buttons/RestoreButton.js.map +1 -0
  61. package/lib/buttons/SaveButton.js +6 -5
  62. package/lib/buttons/SaveButton.js.map +1 -0
  63. package/lib/buttons/SuccessButton.js +10 -9
  64. package/lib/buttons/SuccessButton.js.map +1 -0
  65. package/lib/buttons/WarningButton.js +13 -12
  66. package/lib/buttons/WarningButton.js.map +1 -0
  67. package/lib/buttons/button_container/index.js +14 -13
  68. package/lib/buttons/button_container/index.js.map +1 -0
  69. package/lib/buttons/index.js +2 -1
  70. package/lib/buttons/index.js.map +1 -0
  71. package/lib/buttons/split_button/index.js +30 -29
  72. package/lib/buttons/split_button/index.js.map +1 -0
  73. package/lib/calendar/DangerCalendar.js +15 -14
  74. package/lib/calendar/DangerCalendar.js.map +1 -0
  75. package/lib/calendar/InfoCalendar.js +13 -12
  76. package/lib/calendar/InfoCalendar.js.map +1 -0
  77. package/lib/calendar/PrimaryCalendar.js +13 -12
  78. package/lib/calendar/PrimaryCalendar.js.map +1 -0
  79. package/lib/calendar/SuccessCalendar.js +13 -12
  80. package/lib/calendar/SuccessCalendar.js.map +1 -0
  81. package/lib/calendar/WarningCalendar.js +15 -14
  82. package/lib/calendar/WarningCalendar.js.map +1 -0
  83. package/lib/calendar/base/Day.js +23 -22
  84. package/lib/calendar/base/Day.js.map +1 -0
  85. package/lib/calendar/base/Month.js +21 -20
  86. package/lib/calendar/base/Month.js.map +1 -0
  87. package/lib/calendar/base/Week.js +16 -15
  88. package/lib/calendar/base/Week.js.map +1 -0
  89. package/lib/calendar/base/helpers.js +6 -5
  90. package/lib/calendar/base/helpers.js.map +1 -0
  91. package/lib/calendar/base/index.js +87 -85
  92. package/lib/calendar/base/index.js.map +1 -0
  93. package/lib/calendar/index.js +1 -0
  94. package/lib/calendar/index.js.map +1 -0
  95. package/lib/checkbox/index.js +98 -21
  96. package/lib/checkbox/index.js.map +1 -0
  97. package/lib/dialog/Alert.js +16 -16
  98. package/lib/dialog/Alert.js.map +1 -0
  99. package/lib/dialog/Custom.js +36 -35
  100. package/lib/dialog/Custom.js.map +1 -0
  101. package/lib/dialog/Error.js +14 -14
  102. package/lib/dialog/Error.js.map +1 -0
  103. package/lib/dialog/Information.js +15 -15
  104. package/lib/dialog/Information.js.map +1 -0
  105. package/lib/dialog/Question.js +30 -29
  106. package/lib/dialog/Question.js.map +1 -0
  107. package/lib/dialog/Warning.js +16 -16
  108. package/lib/dialog/Warning.js.map +1 -0
  109. package/lib/dialog/base/Content.js +12 -10
  110. package/lib/dialog/base/Content.js.map +1 -0
  111. package/lib/dialog/base/Footer.js +8 -7
  112. package/lib/dialog/base/Footer.js.map +1 -0
  113. package/lib/dialog/base/Header.js +39 -6
  114. package/lib/dialog/base/Header.js.map +1 -0
  115. package/lib/dialog/base/index.js +157 -8
  116. package/lib/dialog/base/index.js.map +1 -0
  117. package/lib/dialog/base/style.js +10 -0
  118. package/lib/dialog/base/style.js.map +1 -0
  119. package/lib/dialog/form/index.js +68 -12
  120. package/lib/dialog/form/index.js.map +1 -0
  121. package/lib/dialog/index.js +4 -3
  122. package/lib/dialog/index.js.map +1 -0
  123. package/lib/dialog/wizard/index.js +65 -13
  124. package/lib/dialog/wizard/index.js.map +1 -0
  125. package/lib/dialog/wizard/progressbar.js +24 -91
  126. package/lib/dialog/wizard/progressbar.js.map +1 -0
  127. package/lib/dialog/wizard/step.js +17 -4
  128. package/lib/dialog/wizard/step.js.map +1 -0
  129. package/lib/dialog/wizard/useWizard.js +26 -25
  130. package/lib/dialog/wizard/useWizard.js.map +1 -0
  131. package/lib/drawer/Content.js +11 -10
  132. package/lib/drawer/Content.js.map +1 -0
  133. package/lib/drawer/Drawer.js +43 -41
  134. package/lib/drawer/Drawer.js.map +1 -0
  135. package/lib/drawer/Header.js +41 -40
  136. package/lib/drawer/Header.js.map +1 -0
  137. package/lib/drawer/helpers.js +1 -0
  138. package/lib/drawer/helpers.js.map +1 -0
  139. package/lib/drawer/index.js +6 -4
  140. package/lib/drawer/index.js.map +1 -0
  141. package/lib/dropdown/Popup.js +13 -12
  142. package/lib/dropdown/Popup.js.map +1 -0
  143. package/lib/dropdown/helper.js +1 -0
  144. package/lib/dropdown/helper.js.map +1 -0
  145. package/lib/dropdown/withDropdown.js +50 -48
  146. package/lib/dropdown/withDropdown.js.map +1 -0
  147. package/lib/fieldset/index.js +57 -55
  148. package/lib/fieldset/index.js.map +1 -0
  149. package/lib/form/Field.js +45 -44
  150. package/lib/form/Field.js.map +1 -0
  151. package/lib/form/FieldArray.js +28 -28
  152. package/lib/form/FieldArray.js.map +1 -0
  153. package/lib/form/FieldNumber.js +37 -36
  154. package/lib/form/FieldNumber.js.map +1 -0
  155. package/lib/form/FieldPeriod.js +66 -65
  156. package/lib/form/FieldPeriod.js.map +1 -0
  157. package/lib/form/helpers.js +2 -1
  158. package/lib/form/helpers.js.map +1 -0
  159. package/lib/form/index.js +71 -70
  160. package/lib/form/index.js.map +1 -0
  161. package/lib/form/withFieldHOC.js +34 -33
  162. package/lib/form/withFieldHOC.js.map +1 -0
  163. package/lib/form/withFormSecurity.js +11 -10
  164. package/lib/form/withFormSecurity.js.map +1 -0
  165. package/lib/gridlayout/GridCol.js +17 -16
  166. package/lib/gridlayout/GridCol.js.map +1 -0
  167. package/lib/gridlayout/GridRow.js +13 -12
  168. package/lib/gridlayout/GridRow.js.map +1 -0
  169. package/lib/gridlayout/index.js +1 -0
  170. package/lib/gridlayout/index.js.map +1 -0
  171. package/lib/hint/helpers.js +8 -7
  172. package/lib/hint/helpers.js.map +1 -0
  173. package/lib/hint/index.js +20 -18
  174. package/lib/hint/index.js.map +1 -0
  175. package/lib/icons/helper.js +1 -0
  176. package/lib/icons/helper.js.map +1 -0
  177. package/lib/icons/index.js +36 -34
  178. package/lib/icons/index.js.map +1 -0
  179. package/lib/index.js +23 -25
  180. package/lib/index.js.map +1 -0
  181. package/lib/inputs/base/InputTextBase.js +136 -135
  182. package/lib/inputs/base/InputTextBase.js.map +1 -0
  183. package/lib/inputs/base/Label.js +20 -19
  184. package/lib/inputs/base/Label.js.map +1 -0
  185. package/lib/inputs/base/helpers.js +2 -1
  186. package/lib/inputs/base/helpers.js.map +1 -0
  187. package/lib/inputs/color/index.js +39 -37
  188. package/lib/inputs/color/index.js.map +1 -0
  189. package/lib/inputs/date/Dialog.js +12 -11
  190. package/lib/inputs/date/Dialog.js.map +1 -0
  191. package/lib/inputs/date/Dropdown.js +1 -0
  192. package/lib/inputs/date/Dropdown.js.map +1 -0
  193. package/lib/inputs/date/helpers.js +4 -3
  194. package/lib/inputs/date/helpers.js.map +1 -0
  195. package/lib/inputs/date/index.js +54 -53
  196. package/lib/inputs/date/index.js.map +1 -0
  197. package/lib/inputs/errorMessage/index.js +13 -11
  198. package/lib/inputs/errorMessage/index.js.map +1 -0
  199. package/lib/inputs/file/DefaultFile.js +52 -50
  200. package/lib/inputs/file/DefaultFile.js.map +1 -0
  201. package/lib/inputs/file/DragDropFile.js +93 -93
  202. package/lib/inputs/file/DragDropFile.js.map +1 -0
  203. package/lib/inputs/file/File.js +15 -15
  204. package/lib/inputs/file/File.js.map +1 -0
  205. package/lib/inputs/file/FileButtonSettings.js +14 -13
  206. package/lib/inputs/file/FileButtonSettings.js.map +1 -0
  207. package/lib/inputs/file/helpers.js +1 -0
  208. package/lib/inputs/file/helpers.js.map +1 -0
  209. package/lib/inputs/file/index.js +6 -4
  210. package/lib/inputs/file/index.js.map +1 -0
  211. package/lib/inputs/inputHOC.js +27 -26
  212. package/lib/inputs/inputHOC.js.map +1 -0
  213. package/lib/inputs/mask/BaseMask.js +97 -2635
  214. package/lib/inputs/mask/BaseMask.js.map +1 -0
  215. package/lib/inputs/mask/Cnpj.js +31 -30
  216. package/lib/inputs/mask/Cnpj.js.map +1 -0
  217. package/lib/inputs/mask/Cpf.js +36 -35
  218. package/lib/inputs/mask/Cpf.js.map +1 -0
  219. package/lib/inputs/mask/Phone.js +10 -9
  220. package/lib/inputs/mask/Phone.js.map +1 -0
  221. package/lib/inputs/mask/ZipCode.js +8 -7
  222. package/lib/inputs/mask/ZipCode.js.map +1 -0
  223. package/lib/inputs/mask/helpers.js +2 -1
  224. package/lib/inputs/mask/helpers.js.map +1 -0
  225. package/lib/inputs/mask/index.js +1 -0
  226. package/lib/inputs/mask/index.js.map +1 -0
  227. package/lib/inputs/multiSelect/ActionButtons.js +29 -28
  228. package/lib/inputs/multiSelect/ActionButtons.js.map +1 -0
  229. package/lib/inputs/multiSelect/Dropdown.js +79 -78
  230. package/lib/inputs/multiSelect/Dropdown.js.map +1 -0
  231. package/lib/inputs/multiSelect/helper.js +1 -0
  232. package/lib/inputs/multiSelect/helper.js.map +1 -0
  233. package/lib/inputs/multiSelect/index.js +110 -108
  234. package/lib/inputs/multiSelect/index.js.map +1 -0
  235. package/lib/inputs/number/BaseNumber.js +7 -6
  236. package/lib/inputs/number/BaseNumber.js.map +1 -0
  237. package/lib/inputs/number/Currency.js +17 -16
  238. package/lib/inputs/number/Currency.js.map +1 -0
  239. package/lib/inputs/number/Decimal.js +8 -7
  240. package/lib/inputs/number/Decimal.js.map +1 -0
  241. package/lib/inputs/number/format_number.js +1 -0
  242. package/lib/inputs/number/format_number.js.map +1 -0
  243. package/lib/inputs/number/index.js +20 -18
  244. package/lib/inputs/number/index.js.map +1 -0
  245. package/lib/inputs/period/Dialog.js +13 -12
  246. package/lib/inputs/period/Dialog.js.map +1 -0
  247. package/lib/inputs/period/Dropdown.js +1 -0
  248. package/lib/inputs/period/Dropdown.js.map +1 -0
  249. package/lib/inputs/period/PeriodList.js +21 -20
  250. package/lib/inputs/period/PeriodList.js.map +1 -0
  251. package/lib/inputs/period/helper.js +4 -3
  252. package/lib/inputs/period/helper.js.map +1 -0
  253. package/lib/inputs/period/index.js +130 -129
  254. package/lib/inputs/period/index.js.map +1 -0
  255. package/lib/inputs/search/index.js +72 -70
  256. package/lib/inputs/search/index.js.map +1 -0
  257. package/lib/inputs/select/ActionButtons.js +18 -17
  258. package/lib/inputs/select/ActionButtons.js.map +1 -0
  259. package/lib/inputs/select/Dropdown.js +50 -49
  260. package/lib/inputs/select/Dropdown.js.map +1 -0
  261. package/lib/inputs/select/helper.js +1 -0
  262. package/lib/inputs/select/helper.js.map +1 -0
  263. package/lib/inputs/select/index.js +10 -8
  264. package/lib/inputs/select/index.js.map +1 -0
  265. package/lib/inputs/select/multiple/Selecteds.js +18 -17
  266. package/lib/inputs/select/multiple/Selecteds.js.map +1 -0
  267. package/lib/inputs/select/multiple/index.js +65 -64
  268. package/lib/inputs/select/multiple/index.js.map +1 -0
  269. package/lib/inputs/select/simple/index.js +53 -52
  270. package/lib/inputs/select/simple/index.js.map +1 -0
  271. package/lib/inputs/text/index.js +8 -7
  272. package/lib/inputs/text/index.js.map +1 -0
  273. package/lib/inputs/textarea/index.js +14 -13
  274. package/lib/inputs/textarea/index.js.map +1 -0
  275. package/lib/internals/colorStyles.js +1 -0
  276. package/lib/internals/colorStyles.js.map +1 -0
  277. package/lib/internals/constants.js +1 -0
  278. package/lib/internals/constants.js.map +1 -0
  279. package/lib/internals/withTooltip.js +62 -61
  280. package/lib/internals/withTooltip.js.map +1 -0
  281. package/lib/labelMessages/index.js +39 -37
  282. package/lib/labelMessages/index.js.map +1 -0
  283. package/lib/labels/DangerLabel.js +15 -14
  284. package/lib/labels/DangerLabel.js.map +1 -0
  285. package/lib/labels/DefaultLabel.js +42 -41
  286. package/lib/labels/DefaultLabel.js.map +1 -0
  287. package/lib/labels/InfoLabel.js +14 -13
  288. package/lib/labels/InfoLabel.js.map +1 -0
  289. package/lib/labels/PrimaryLabel.js +9 -8
  290. package/lib/labels/PrimaryLabel.js.map +1 -0
  291. package/lib/labels/SuccessLabel.js +12 -11
  292. package/lib/labels/SuccessLabel.js.map +1 -0
  293. package/lib/labels/WarningLabel.js +16 -15
  294. package/lib/labels/WarningLabel.js.map +1 -0
  295. package/lib/labels/index.js +2 -1
  296. package/lib/labels/index.js.map +1 -0
  297. package/lib/labels/label_container/index.js +12 -11
  298. package/lib/labels/label_container/index.js.map +1 -0
  299. package/lib/list/Header.js +14 -13
  300. package/lib/list/Header.js.map +1 -0
  301. package/lib/list/Item.js +146 -12
  302. package/lib/list/Item.js.map +1 -0
  303. package/lib/list/Separator.js +8 -7
  304. package/lib/list/Separator.js.map +1 -0
  305. package/lib/list/helpers.js +1 -0
  306. package/lib/list/helpers.js.map +1 -0
  307. package/lib/list/index.js +64 -62
  308. package/lib/list/index.js.map +1 -0
  309. package/lib/menus/float/MenuItem.js +41 -40
  310. package/lib/menus/float/MenuItem.js.map +1 -0
  311. package/lib/menus/float/SubMenuContainer.js +78 -0
  312. package/lib/menus/float/SubMenuContainer.js.map +1 -0
  313. package/lib/menus/float/helpers.js +1 -0
  314. package/lib/menus/float/helpers.js.map +1 -0
  315. package/lib/menus/float/index.js +39 -107
  316. package/lib/menus/float/index.js.map +1 -0
  317. package/lib/menus/index.js +1 -0
  318. package/lib/menus/index.js.map +1 -0
  319. package/lib/menus/sidenav/ExpandMenu.js +10 -9
  320. package/lib/menus/sidenav/ExpandMenu.js.map +1 -0
  321. package/lib/menus/sidenav/MenuLink.js +15 -14
  322. package/lib/menus/sidenav/MenuLink.js.map +1 -0
  323. package/lib/menus/sidenav/NavMenuGroup.js +15 -14
  324. package/lib/menus/sidenav/NavMenuGroup.js.map +1 -0
  325. package/lib/menus/sidenav/NavMenuItem.js +101 -100
  326. package/lib/menus/sidenav/NavMenuItem.js.map +1 -0
  327. package/lib/menus/sidenav/NavSubMenuItem.js +24 -23
  328. package/lib/menus/sidenav/NavSubMenuItem.js.map +1 -0
  329. package/lib/menus/sidenav/helpers.js +1 -0
  330. package/lib/menus/sidenav/helpers.js.map +1 -0
  331. package/lib/menus/sidenav/index.js +103 -101
  332. package/lib/menus/sidenav/index.js.map +1 -0
  333. package/lib/menus/sidenav/popup_menu_search/EmptyList.js +15 -14
  334. package/lib/menus/sidenav/popup_menu_search/EmptyList.js.map +1 -0
  335. package/lib/menus/sidenav/popup_menu_search/index.js +28 -27
  336. package/lib/menus/sidenav/popup_menu_search/index.js.map +1 -0
  337. package/lib/noPermission/index.js +13 -12
  338. package/lib/noPermission/index.js.map +1 -0
  339. package/lib/node_modules/imask/esm/controls/html-contenteditable-mask-element.js +35 -0
  340. package/lib/node_modules/imask/esm/controls/html-contenteditable-mask-element.js.map +1 -0
  341. package/lib/node_modules/imask/esm/controls/html-input-mask-element.js +32 -0
  342. package/lib/node_modules/imask/esm/controls/html-input-mask-element.js.map +1 -0
  343. package/lib/node_modules/imask/esm/controls/html-mask-element.js +49 -0
  344. package/lib/node_modules/imask/esm/controls/html-mask-element.js.map +1 -0
  345. package/lib/node_modules/imask/esm/controls/input-history.js +31 -0
  346. package/lib/node_modules/imask/esm/controls/input-history.js.map +1 -0
  347. package/lib/node_modules/imask/esm/controls/input.js +223 -0
  348. package/lib/node_modules/imask/esm/controls/input.js.map +1 -0
  349. package/lib/node_modules/imask/esm/controls/mask-element.js +44 -0
  350. package/lib/node_modules/imask/esm/controls/mask-element.js.map +1 -0
  351. package/lib/node_modules/imask/esm/core/action-details.js +52 -0
  352. package/lib/node_modules/imask/esm/core/action-details.js.map +1 -0
  353. package/lib/node_modules/imask/esm/core/change-details.js +37 -0
  354. package/lib/node_modules/imask/esm/core/change-details.js.map +1 -0
  355. package/lib/node_modules/imask/esm/core/continuous-tail-details.js +43 -0
  356. package/lib/node_modules/imask/esm/core/continuous-tail-details.js.map +1 -0
  357. package/lib/node_modules/imask/esm/core/holder.js +7 -0
  358. package/lib/node_modules/imask/esm/core/holder.js.map +1 -0
  359. package/lib/node_modules/imask/esm/core/utils.js +68 -0
  360. package/lib/node_modules/imask/esm/core/utils.js.map +1 -0
  361. package/lib/node_modules/imask/esm/index.js +51 -0
  362. package/lib/node_modules/imask/esm/index.js.map +1 -0
  363. package/lib/node_modules/imask/esm/masked/base.js +253 -0
  364. package/lib/node_modules/imask/esm/masked/base.js.map +1 -0
  365. package/lib/node_modules/imask/esm/masked/date.js +118 -0
  366. package/lib/node_modules/imask/esm/masked/date.js.map +1 -0
  367. package/lib/node_modules/imask/esm/masked/dynamic.js +223 -0
  368. package/lib/node_modules/imask/esm/masked/dynamic.js.map +1 -0
  369. package/lib/node_modules/imask/esm/masked/enum.js +70 -0
  370. package/lib/node_modules/imask/esm/masked/enum.js.map +1 -0
  371. package/lib/node_modules/imask/esm/masked/factory.js +47 -0
  372. package/lib/node_modules/imask/esm/masked/factory.js.map +1 -0
  373. package/lib/node_modules/imask/esm/masked/function.js +24 -0
  374. package/lib/node_modules/imask/esm/masked/function.js.map +1 -0
  375. package/lib/node_modules/imask/esm/masked/number.js +213 -0
  376. package/lib/node_modules/imask/esm/masked/number.js.map +1 -0
  377. package/lib/node_modules/imask/esm/masked/pattern/chunk-tail-details.js +104 -0
  378. package/lib/node_modules/imask/esm/masked/pattern/chunk-tail-details.js.map +1 -0
  379. package/lib/node_modules/imask/esm/masked/pattern/cursor.js +101 -0
  380. package/lib/node_modules/imask/esm/masked/pattern/cursor.js.map +1 -0
  381. package/lib/node_modules/imask/esm/masked/pattern/fixed-definition.js +103 -0
  382. package/lib/node_modules/imask/esm/masked/pattern/fixed-definition.js.map +1 -0
  383. package/lib/node_modules/imask/esm/masked/pattern/input-definition.js +134 -0
  384. package/lib/node_modules/imask/esm/masked/pattern/input-definition.js.map +1 -0
  385. package/lib/node_modules/imask/esm/masked/pattern.js +323 -0
  386. package/lib/node_modules/imask/esm/masked/pattern.js.map +1 -0
  387. package/lib/node_modules/imask/esm/masked/pipe.js +24 -0
  388. package/lib/node_modules/imask/esm/masked/pipe.js.map +1 -0
  389. package/lib/node_modules/imask/esm/masked/range.js +79 -0
  390. package/lib/node_modules/imask/esm/masked/range.js.map +1 -0
  391. package/lib/node_modules/imask/esm/masked/regexp.js +22 -0
  392. package/lib/node_modules/imask/esm/masked/regexp.js.map +1 -0
  393. package/lib/node_modules/imask/esm/masked/repeat.js +105 -0
  394. package/lib/node_modules/imask/esm/masked/repeat.js.map +1 -0
  395. package/lib/node_modules/lodash/lodash.js +3678 -0
  396. package/lib/node_modules/lodash/lodash.js.map +1 -0
  397. package/lib/{chunks/moment.DMLRxgRE.js → node_modules/moment/dist/moment.js} +2 -1
  398. package/lib/node_modules/moment/dist/moment.js.map +1 -0
  399. package/lib/node_modules/object-assign/index.js +55 -0
  400. package/lib/node_modules/object-assign/index.js.map +1 -0
  401. package/lib/node_modules/prop-types/checkPropTypes.js +55 -0
  402. package/lib/node_modules/prop-types/checkPropTypes.js.map +1 -0
  403. package/lib/node_modules/prop-types/factoryWithThrowingShims.js +53 -0
  404. package/lib/node_modules/prop-types/factoryWithThrowingShims.js.map +1 -0
  405. package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +330 -0
  406. package/lib/node_modules/prop-types/factoryWithTypeCheckers.js.map +1 -0
  407. package/lib/node_modules/prop-types/index.js +18 -0
  408. package/lib/node_modules/prop-types/index.js.map +1 -0
  409. package/lib/node_modules/prop-types/lib/ReactPropTypesSecret.js +11 -0
  410. package/lib/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +1 -0
  411. package/lib/node_modules/prop-types/lib/has.js +8 -0
  412. package/lib/node_modules/prop-types/lib/has.js.map +1 -0
  413. package/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +96 -0
  414. package/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +1 -0
  415. package/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +79 -0
  416. package/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
  417. package/lib/node_modules/prop-types/node_modules/react-is/index.js +11 -0
  418. package/lib/node_modules/prop-types/node_modules/react-is/index.js.map +1 -0
  419. package/lib/node_modules/react-imask/esm/hook.js +76 -0
  420. package/lib/node_modules/react-imask/esm/hook.js.map +1 -0
  421. package/lib/node_modules/react-imask/esm/input.js +24 -0
  422. package/lib/node_modules/react-imask/esm/input.js.map +1 -0
  423. package/lib/node_modules/react-imask/esm/mixin.js +132 -0
  424. package/lib/node_modules/react-imask/esm/mixin.js.map +1 -0
  425. package/lib/node_modules/uuid/dist/native.js +5 -0
  426. package/lib/node_modules/uuid/dist/native.js.map +1 -0
  427. package/lib/node_modules/uuid/dist/rng.js +14 -0
  428. package/lib/node_modules/uuid/dist/rng.js.map +1 -0
  429. package/lib/node_modules/uuid/dist/stringify.js +10 -0
  430. package/lib/node_modules/uuid/dist/stringify.js.map +1 -0
  431. package/lib/node_modules/uuid/dist/v1.js +35 -0
  432. package/lib/node_modules/uuid/dist/v1.js.map +1 -0
  433. package/lib/node_modules/uuid/dist/v4.js +17 -0
  434. package/lib/node_modules/uuid/dist/v4.js.map +1 -0
  435. package/lib/panel/Content.js +33 -32
  436. package/lib/panel/Content.js.map +1 -0
  437. package/lib/panel/DangerPanel.js +8 -7
  438. package/lib/panel/DangerPanel.js.map +1 -0
  439. package/lib/panel/Default.js +45 -44
  440. package/lib/panel/Default.js.map +1 -0
  441. package/lib/panel/Header.js +41 -40
  442. package/lib/panel/Header.js.map +1 -0
  443. package/lib/panel/InfoPanel.js +10 -9
  444. package/lib/panel/InfoPanel.js.map +1 -0
  445. package/lib/panel/PrimaryPanel.js +9 -8
  446. package/lib/panel/PrimaryPanel.js.map +1 -0
  447. package/lib/panel/SuccessPanel.js +8 -7
  448. package/lib/panel/SuccessPanel.js.map +1 -0
  449. package/lib/panel/ToolBar.js +13 -12
  450. package/lib/panel/ToolBar.js.map +1 -0
  451. package/lib/panel/WarningPanel.js +8 -7
  452. package/lib/panel/WarningPanel.js.map +1 -0
  453. package/lib/panel/helpers.js +1 -0
  454. package/lib/panel/helpers.js.map +1 -0
  455. package/lib/panel/index.js +2 -1
  456. package/lib/panel/index.js.map +1 -0
  457. package/lib/permissionValidations.js +1 -0
  458. package/lib/permissionValidations.js.map +1 -0
  459. package/lib/popover/PopoverText.js +9 -8
  460. package/lib/popover/PopoverText.js.map +1 -0
  461. package/lib/popover/PopoverTitle.js +7 -6
  462. package/lib/popover/PopoverTitle.js.map +1 -0
  463. package/lib/popover/index.js +24 -22
  464. package/lib/popover/index.js.map +1 -0
  465. package/lib/progress/Bar.js +20 -19
  466. package/lib/progress/Bar.js.map +1 -0
  467. package/lib/progress/index.js +18 -16
  468. package/lib/progress/index.js.map +1 -0
  469. package/lib/radio/index.js +86 -85
  470. package/lib/radio/index.js.map +1 -0
  471. package/lib/shortcuts/index.js +11 -9
  472. package/lib/shortcuts/index.js.map +1 -0
  473. package/lib/skeleton/SkeletonContainer.js +13 -12
  474. package/lib/skeleton/SkeletonContainer.js.map +1 -0
  475. package/lib/skeleton/index.js +25 -24
  476. package/lib/skeleton/index.js.map +1 -0
  477. package/lib/spinner/SpinnerLoading.js +28 -27
  478. package/lib/spinner/SpinnerLoading.js.map +1 -0
  479. package/lib/spinner/index.js +34 -32
  480. package/lib/spinner/index.js.map +1 -0
  481. package/lib/split/Split.js +50 -49
  482. package/lib/split/Split.js.map +1 -0
  483. package/lib/split/SplitSide.js +13 -12
  484. package/lib/split/SplitSide.js.map +1 -0
  485. package/lib/split/helpers.js +1 -0
  486. package/lib/split/helpers.js.map +1 -0
  487. package/lib/split/index.js +7 -5
  488. package/lib/split/index.js.map +1 -0
  489. package/lib/styles/assets/styles/checkbox.css +1 -0
  490. package/lib/styles/assets/styles/list.css +1 -0
  491. package/lib/styles/assets/styles/tabs.css +1 -0
  492. package/lib/table/Body.js +31 -30
  493. package/lib/table/Body.js.map +1 -0
  494. package/lib/table/Header.js +20 -19
  495. package/lib/table/Header.js.map +1 -0
  496. package/lib/table/HeaderColumn.js +31 -30
  497. package/lib/table/HeaderColumn.js.map +1 -0
  498. package/lib/table/Row.js +35 -34
  499. package/lib/table/Row.js.map +1 -0
  500. package/lib/table/RowColumn.js +31 -30
  501. package/lib/table/RowColumn.js.map +1 -0
  502. package/lib/table/helpers.js +1 -0
  503. package/lib/table/helpers.js.map +1 -0
  504. package/lib/table/index.js +30 -29
  505. package/lib/table/index.js.map +1 -0
  506. package/lib/tabs/DropdownTabs.js +60 -60
  507. package/lib/tabs/DropdownTabs.js.map +1 -0
  508. package/lib/tabs/Menu.js +26 -25
  509. package/lib/tabs/Menu.js.map +1 -0
  510. package/lib/tabs/MenuTabs.js +50 -49
  511. package/lib/tabs/MenuTabs.js.map +1 -0
  512. package/lib/tabs/Panel.js +39 -38
  513. package/lib/tabs/Panel.js.map +1 -0
  514. package/lib/tabs/context.js +33 -32
  515. package/lib/tabs/context.js.map +1 -0
  516. package/lib/tabs/index.js +43 -42
  517. package/lib/tabs/index.js.map +1 -0
  518. package/lib/tabs/tabHelpers.js +1 -0
  519. package/lib/tabs/tabHelpers.js.map +1 -0
  520. package/lib/tabs/useTabs.js +1 -0
  521. package/lib/tabs/useTabs.js.map +1 -0
  522. package/lib/textContent/index.js +23 -21
  523. package/lib/textContent/index.js.map +1 -0
  524. package/lib/toolbar/ButtonBar.js +58 -57
  525. package/lib/toolbar/ButtonBar.js.map +1 -0
  526. package/lib/toolbar/LabelBar.js +37 -36
  527. package/lib/toolbar/LabelBar.js.map +1 -0
  528. package/lib/toolbar/Separator.js +5 -4
  529. package/lib/toolbar/Separator.js.map +1 -0
  530. package/lib/toolbar/ToolBarGroup.js +12 -11
  531. package/lib/toolbar/ToolBarGroup.js.map +1 -0
  532. package/lib/toolbar/helpers.js +1 -0
  533. package/lib/toolbar/helpers.js.map +1 -0
  534. package/lib/toolbar/index.js +32 -31
  535. package/lib/toolbar/index.js.map +1 -0
  536. package/lib/tooltip/index.js +24 -22
  537. package/lib/tooltip/index.js.map +1 -0
  538. package/lib/treetable/Body.js +20 -19
  539. package/lib/treetable/Body.js.map +1 -0
  540. package/lib/treetable/Header.js +17 -16
  541. package/lib/treetable/Header.js.map +1 -0
  542. package/lib/treetable/Row.js +166 -165
  543. package/lib/treetable/Row.js.map +1 -0
  544. package/lib/treetable/helpers.js +1 -0
  545. package/lib/treetable/helpers.js.map +1 -0
  546. package/lib/treetable/index.js +15 -13
  547. package/lib/treetable/index.js.map +1 -0
  548. package/lib/treeview/Header.js +11 -10
  549. package/lib/treeview/Header.js.map +1 -0
  550. package/lib/treeview/Node.js +136 -134
  551. package/lib/treeview/Node.js.map +1 -0
  552. package/lib/treeview/constants.js +1 -0
  553. package/lib/treeview/constants.js.map +1 -0
  554. package/lib/treeview/index.js +108 -106
  555. package/lib/treeview/index.js.map +1 -0
  556. package/lib/uitour/helpers.js +1 -0
  557. package/lib/uitour/helpers.js.map +1 -0
  558. package/lib/uitour/index.js +123 -121
  559. package/lib/uitour/index.js.map +1 -0
  560. package/package.json +24 -27
  561. package/lib/alerts/alert.spec.d.ts +0 -0
  562. package/lib/assets/tabs.css +0 -1
  563. package/lib/avatar/avatar.spec.d.ts +0 -1
  564. package/lib/badge/badge.spec.d.ts +0 -1
  565. package/lib/buttons/buttons.spec.d.ts +0 -0
  566. package/lib/calendar/calendar.spec.d.ts +0 -0
  567. package/lib/checkbox/checkbox.spec.d.ts +0 -1
  568. package/lib/chunks/compiler-runtime.Cu50tn6L.js +0 -54
  569. package/lib/chunks/index.Df3kt2LQ.js +0 -667
  570. package/lib/chunks/index.aw0XaUkg.js +0 -266
  571. package/lib/chunks/jsx-runtime.D1SHvdVE.js +0 -282
  572. package/lib/chunks/lodash.CIAK_hAg.js +0 -3684
  573. package/lib/chunks/tabs.BvKfeA6Y.js +0 -244
  574. package/lib/chunks/v1.Ds1rkxUj.js +0 -49
  575. package/lib/dialog/dialog.spec.d.ts +0 -0
  576. package/lib/dialog/wizard/wizard.spec.d.ts +0 -0
  577. package/lib/drawer/Drawer.spec.d.ts +0 -1
  578. package/lib/dropdown/dropdown.spec.d.ts +0 -1
  579. package/lib/fieldset/fieldset.spec.d.ts +0 -1
  580. package/lib/form/form.spec.d.ts +0 -0
  581. package/lib/gridlayout/gridLayout.spec.d.ts +0 -1
  582. package/lib/hint/hint.spec.d.ts +0 -1
  583. package/lib/icons/icons.spec.d.ts +0 -1
  584. package/lib/inputs/base/base.spec.d.ts +0 -1
  585. package/lib/inputs/color/color_input.spec.d.ts +0 -0
  586. package/lib/inputs/date/date.spec.d.ts +0 -1
  587. package/lib/inputs/errorMessage/error.spec.d.ts +0 -1
  588. package/lib/inputs/file/filefield.spec.d.ts +0 -1
  589. package/lib/inputs/mask/input_mask.spec.d.ts +0 -0
  590. package/lib/inputs/multiSelect/multiSelect.spec.d.ts +0 -1
  591. package/lib/inputs/number/numberfield.spec.d.ts +0 -1
  592. package/lib/inputs/search/search_input.spec.d.ts +0 -1
  593. package/lib/inputs/select/select.spec.d.ts +0 -1
  594. package/lib/inputs/text/textfield.spec.d.ts +0 -1
  595. package/lib/inputs/textarea/textarea.spec.d.ts +0 -1
  596. package/lib/labelMessages/labelMessages.spec.d.ts +0 -1
  597. package/lib/labels/label.spec.d.ts +0 -1
  598. package/lib/list/list.spec.d.ts +0 -1
  599. package/lib/menus/float/float-menu.spec.d.ts +0 -0
  600. package/lib/menus/sidenav/sidenav.spec.d.ts +0 -1
  601. package/lib/panel/panel.spec.d.ts +0 -0
  602. package/lib/popover/popover.spec.d.ts +0 -1
  603. package/lib/progress/progress.spec.d.ts +0 -1
  604. package/lib/radio/radio.spec.d.ts +0 -1
  605. package/lib/shortcuts/shortcuts.spec.d.ts +0 -0
  606. package/lib/spinner/spinner.spec.d.ts +0 -1
  607. package/lib/split/split.spec.d.ts +0 -0
  608. package/lib/table/table.spec.d.ts +0 -1
  609. package/lib/tabs/tabs.spec.d.ts +0 -0
  610. package/lib/textContent/textContent.spec.d.ts +0 -1
  611. package/lib/toolbar/toolbar.spec.d.ts +0 -1
  612. package/lib/tooltip/tooltip.spec.d.ts +0 -1
  613. package/lib/treeview/treeview.spec.d.ts +0 -0
  614. package/lib/uitour/uitour.spec.d.ts +0 -0
  615. /package/lib/{assets/BaseAlert.css → styles/assets/styles/alerts.css} +0 -0
  616. /package/lib/{assets/index10.css → styles/assets/styles/avatar.css} +0 -0
  617. /package/lib/{assets/index.css → styles/assets/styles/badge.css} +0 -0
  618. /package/lib/{assets → styles/assets/styles}/button.css +0 -0
  619. /package/lib/{assets/index11.css → styles/assets/styles/calendar.css} +0 -0
  620. /package/lib/{assets/index20.css → styles/assets/styles/colorpicker.css} +0 -0
  621. /package/lib/{assets/index21.css → styles/assets/styles/datepicker.css} +0 -0
  622. /package/lib/{assets/Content.css → styles/assets/styles/dialog.css} +0 -0
  623. /package/lib/{assets/Drawer.css → styles/assets/styles/drawers.css} +0 -0
  624. /package/lib/{assets/withDropdown.css → styles/assets/styles/dropdown.css} +0 -0
  625. /package/lib/{assets/index7.css → styles/assets/styles/error.css} +0 -0
  626. /package/lib/{assets/index12.css → styles/assets/styles/fieldset.css} +0 -0
  627. /package/lib/{assets/DefaultFile.css → styles/assets/styles/file.css} +0 -0
  628. /package/lib/{assets/index28.css → styles/assets/styles/floatMenu.css} +0 -0
  629. /package/lib/{assets/index13.css → styles/assets/styles/form.css} +0 -0
  630. /package/lib/{assets → styles/assets/styles}/gridlayout.css +0 -0
  631. /package/lib/{assets/index8.css → styles/assets/styles/hint.css} +0 -0
  632. /package/lib/{assets/index2.css → styles/assets/styles/icon.css} +0 -0
  633. /package/lib/{assets/InputTextBase.css → styles/assets/styles/input.css} +0 -0
  634. /package/lib/{assets → styles/assets/styles}/label.css +0 -0
  635. /package/lib/{assets/index14.css → styles/assets/styles/labelMessages.css} +0 -0
  636. /package/lib/{assets/index22.css → styles/assets/styles/multiSelect.css} +0 -0
  637. /package/lib/{assets → styles/assets/styles}/noPermission.css +0 -0
  638. /package/lib/{assets/index23.css → styles/assets/styles/numbers.css} +0 -0
  639. /package/lib/{assets → styles/assets/styles}/panel.css +0 -0
  640. /package/lib/{assets/index24.css → styles/assets/styles/periodpicker.css} +0 -0
  641. /package/lib/{assets/index3.css → styles/assets/styles/popover.css} +0 -0
  642. /package/lib/{assets/index9.css → styles/assets/styles/progress.css} +0 -0
  643. /package/lib/{assets → styles/assets/styles}/radio.css +0 -0
  644. /package/lib/{assets/index25.css → styles/assets/styles/search.css} +0 -0
  645. /package/lib/{assets/index26.css → styles/assets/styles/select.css} +0 -0
  646. /package/lib/{assets/index15.css → styles/assets/styles/shortcuts.css} +0 -0
  647. /package/lib/{assets/index27.css → styles/assets/styles/sidenav.css} +0 -0
  648. /package/lib/{assets → styles/assets/styles}/skeleton.css +0 -0
  649. /package/lib/{assets/index6.css → styles/assets/styles/spinner.css} +0 -0
  650. /package/lib/{assets/index16.css → styles/assets/styles/split.css} +0 -0
  651. /package/lib/{assets → styles/assets/styles}/table.css +0 -0
  652. /package/lib/{assets/index4.css → styles/assets/styles/textContent.css} +0 -0
  653. /package/lib/{assets → styles/assets/styles}/toolbar.css +0 -0
  654. /package/lib/{assets/index5.css → styles/assets/styles/tooltip.css} +0 -0
  655. /package/lib/{assets/index17.css → styles/assets/styles/treetable.css} +0 -0
  656. /package/lib/{assets/index18.css → styles/assets/styles/treeview.css} +0 -0
  657. /package/lib/{assets/index19.css → styles/assets/styles/uitour.css} +0 -0
  658. /package/lib/{assets/progressbar.css → styles/assets/styles/wizard.css} +0 -0
@@ -1,667 +0,0 @@
1
- import { g as ge } from "./lodash.CIAK_hAg.js";
2
- var V = { exports: {} }, N = { exports: {} }, T = {};
3
- /** @license React v16.13.1
4
- * react-is.production.min.js
5
- *
6
- * Copyright (c) Facebook, Inc. and its affiliates.
7
- *
8
- * This source code is licensed under the MIT license found in the
9
- * LICENSE file in the root directory of this source tree.
10
- */
11
- var ue;
12
- function Se() {
13
- if (ue) return T;
14
- ue = 1;
15
- var o = typeof Symbol == "function" && Symbol.for, C = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, p = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, x = o ? Symbol.for("react.suspense_list") : 60120, w = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, j = o ? Symbol.for("react.fundamental") : 60117, q = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
16
- function I(t) {
17
- if (typeof t == "object" && t !== null) {
18
- var k = t.$$typeof;
19
- switch (k) {
20
- case C:
21
- switch (t = t.type, t) {
22
- case _:
23
- case g:
24
- case p:
25
- case a:
26
- case S:
27
- case E:
28
- return t;
29
- default:
30
- switch (t = t && t.$$typeof, t) {
31
- case l:
32
- case b:
33
- case M:
34
- case w:
35
- case P:
36
- return t;
37
- default:
38
- return k;
39
- }
40
- }
41
- case O:
42
- return k;
43
- }
44
- }
45
- }
46
- function A(t) {
47
- return I(t) === g;
48
- }
49
- return T.AsyncMode = _, T.ConcurrentMode = g, T.ContextConsumer = l, T.ContextProvider = P, T.Element = C, T.ForwardRef = b, T.Fragment = p, T.Lazy = M, T.Memo = w, T.Portal = O, T.Profiler = a, T.StrictMode = S, T.Suspense = E, T.isAsyncMode = function(t) {
50
- return A(t) || I(t) === _;
51
- }, T.isConcurrentMode = A, T.isContextConsumer = function(t) {
52
- return I(t) === l;
53
- }, T.isContextProvider = function(t) {
54
- return I(t) === P;
55
- }, T.isElement = function(t) {
56
- return typeof t == "object" && t !== null && t.$$typeof === C;
57
- }, T.isForwardRef = function(t) {
58
- return I(t) === b;
59
- }, T.isFragment = function(t) {
60
- return I(t) === p;
61
- }, T.isLazy = function(t) {
62
- return I(t) === M;
63
- }, T.isMemo = function(t) {
64
- return I(t) === w;
65
- }, T.isPortal = function(t) {
66
- return I(t) === O;
67
- }, T.isProfiler = function(t) {
68
- return I(t) === a;
69
- }, T.isStrictMode = function(t) {
70
- return I(t) === S;
71
- }, T.isSuspense = function(t) {
72
- return I(t) === E;
73
- }, T.isValidElementType = function(t) {
74
- return typeof t == "string" || typeof t == "function" || t === p || t === g || t === a || t === S || t === E || t === x || typeof t == "object" && t !== null && (t.$$typeof === M || t.$$typeof === w || t.$$typeof === P || t.$$typeof === l || t.$$typeof === b || t.$$typeof === j || t.$$typeof === q || t.$$typeof === F || t.$$typeof === R);
75
- }, T.typeOf = I, T;
76
- }
77
- var m = {};
78
- /** @license React v16.13.1
79
- * react-is.development.js
80
- *
81
- * Copyright (c) Facebook, Inc. and its affiliates.
82
- *
83
- * This source code is licensed under the MIT license found in the
84
- * LICENSE file in the root directory of this source tree.
85
- */
86
- var fe;
87
- function Pe() {
88
- return fe || (fe = 1, process.env.NODE_ENV !== "production" && (function() {
89
- var o = typeof Symbol == "function" && Symbol.for, C = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, p = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, x = o ? Symbol.for("react.suspense_list") : 60120, w = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, j = o ? Symbol.for("react.fundamental") : 60117, q = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
90
- function I(r) {
91
- return typeof r == "string" || typeof r == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
92
- r === p || r === g || r === a || r === S || r === E || r === x || typeof r == "object" && r !== null && (r.$$typeof === M || r.$$typeof === w || r.$$typeof === P || r.$$typeof === l || r.$$typeof === b || r.$$typeof === j || r.$$typeof === q || r.$$typeof === F || r.$$typeof === R);
93
- }
94
- function A(r) {
95
- if (typeof r == "object" && r !== null) {
96
- var D = r.$$typeof;
97
- switch (D) {
98
- case C:
99
- var B = r.type;
100
- switch (B) {
101
- case _:
102
- case g:
103
- case p:
104
- case a:
105
- case S:
106
- case E:
107
- return B;
108
- default:
109
- var se = B && B.$$typeof;
110
- switch (se) {
111
- case l:
112
- case b:
113
- case M:
114
- case w:
115
- case P:
116
- return se;
117
- default:
118
- return D;
119
- }
120
- }
121
- case O:
122
- return D;
123
- }
124
- }
125
- }
126
- var t = _, k = g, H = l, J = P, X = C, G = b, U = p, K = M, Z = w, L = O, Q = a, Y = S, W = E, z = !1;
127
- function ee(r) {
128
- return z || (z = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), e(r) || A(r) === _;
129
- }
130
- function e(r) {
131
- return A(r) === g;
132
- }
133
- function n(r) {
134
- return A(r) === l;
135
- }
136
- function f(r) {
137
- return A(r) === P;
138
- }
139
- function s(r) {
140
- return typeof r == "object" && r !== null && r.$$typeof === C;
141
- }
142
- function i(r) {
143
- return A(r) === b;
144
- }
145
- function y(r) {
146
- return A(r) === p;
147
- }
148
- function c(r) {
149
- return A(r) === M;
150
- }
151
- function u(r) {
152
- return A(r) === w;
153
- }
154
- function d(r) {
155
- return A(r) === O;
156
- }
157
- function h(r) {
158
- return A(r) === a;
159
- }
160
- function v(r) {
161
- return A(r) === S;
162
- }
163
- function $(r) {
164
- return A(r) === E;
165
- }
166
- m.AsyncMode = t, m.ConcurrentMode = k, m.ContextConsumer = H, m.ContextProvider = J, m.Element = X, m.ForwardRef = G, m.Fragment = U, m.Lazy = K, m.Memo = Z, m.Portal = L, m.Profiler = Q, m.StrictMode = Y, m.Suspense = W, m.isAsyncMode = ee, m.isConcurrentMode = e, m.isContextConsumer = n, m.isContextProvider = f, m.isElement = s, m.isForwardRef = i, m.isFragment = y, m.isLazy = c, m.isMemo = u, m.isPortal = d, m.isProfiler = h, m.isStrictMode = v, m.isSuspense = $, m.isValidElementType = I, m.typeOf = A;
167
- })()), m;
168
- }
169
- var le;
170
- function he() {
171
- return le || (le = 1, process.env.NODE_ENV === "production" ? N.exports = Se() : N.exports = Pe()), N.exports;
172
- }
173
- /*
174
- object-assign
175
- (c) Sindre Sorhus
176
- @license MIT
177
- */
178
- var re, pe;
179
- function Oe() {
180
- if (pe) return re;
181
- pe = 1;
182
- var o = Object.getOwnPropertySymbols, C = Object.prototype.hasOwnProperty, O = Object.prototype.propertyIsEnumerable;
183
- function p(a) {
184
- if (a == null)
185
- throw new TypeError("Object.assign cannot be called with null or undefined");
186
- return Object(a);
187
- }
188
- function S() {
189
- try {
190
- if (!Object.assign)
191
- return !1;
192
- var a = new String("abc");
193
- if (a[5] = "de", Object.getOwnPropertyNames(a)[0] === "5")
194
- return !1;
195
- for (var P = {}, l = 0; l < 10; l++)
196
- P["_" + String.fromCharCode(l)] = l;
197
- var _ = Object.getOwnPropertyNames(P).map(function(b) {
198
- return P[b];
199
- });
200
- if (_.join("") !== "0123456789")
201
- return !1;
202
- var g = {};
203
- return "abcdefghijklmnopqrst".split("").forEach(function(b) {
204
- g[b] = b;
205
- }), Object.keys(Object.assign({}, g)).join("") === "abcdefghijklmnopqrst";
206
- } catch {
207
- return !1;
208
- }
209
- }
210
- return re = S() ? Object.assign : function(a, P) {
211
- for (var l, _ = p(a), g, b = 1; b < arguments.length; b++) {
212
- l = Object(arguments[b]);
213
- for (var E in l)
214
- C.call(l, E) && (_[E] = l[E]);
215
- if (o) {
216
- g = o(l);
217
- for (var x = 0; x < g.length; x++)
218
- O.call(l, g[x]) && (_[g[x]] = l[g[x]]);
219
- }
220
- }
221
- return _;
222
- }, re;
223
- }
224
- var te, ye;
225
- function ce() {
226
- if (ye) return te;
227
- ye = 1;
228
- var o = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
229
- return te = o, te;
230
- }
231
- var ne, de;
232
- function Ee() {
233
- return de || (de = 1, ne = Function.call.bind(Object.prototype.hasOwnProperty)), ne;
234
- }
235
- var oe, ve;
236
- function _e() {
237
- if (ve) return oe;
238
- ve = 1;
239
- var o = function() {
240
- };
241
- if (process.env.NODE_ENV !== "production") {
242
- var C = /* @__PURE__ */ ce(), O = {}, p = /* @__PURE__ */ Ee();
243
- o = function(a) {
244
- var P = "Warning: " + a;
245
- typeof console < "u" && console.error(P);
246
- try {
247
- throw new Error(P);
248
- } catch {
249
- }
250
- };
251
- }
252
- function S(a, P, l, _, g) {
253
- if (process.env.NODE_ENV !== "production") {
254
- for (var b in a)
255
- if (p(a, b)) {
256
- var E;
257
- try {
258
- if (typeof a[b] != "function") {
259
- var x = Error(
260
- (_ || "React class") + ": " + l + " type `" + b + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof a[b] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
261
- );
262
- throw x.name = "Invariant Violation", x;
263
- }
264
- E = a[b](P, b, _, l, null, C);
265
- } catch (M) {
266
- E = M;
267
- }
268
- if (E && !(E instanceof Error) && o(
269
- (_ || "React class") + ": type specification of " + l + " `" + b + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof E + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
270
- ), E instanceof Error && !(E.message in O)) {
271
- O[E.message] = !0;
272
- var w = g ? g() : "";
273
- o(
274
- "Failed " + l + " type: " + E.message + (w ?? "")
275
- );
276
- }
277
- }
278
- }
279
- }
280
- return S.resetWarningCache = function() {
281
- process.env.NODE_ENV !== "production" && (O = {});
282
- }, oe = S, oe;
283
- }
284
- var ie, be;
285
- function Re() {
286
- if (be) return ie;
287
- be = 1;
288
- var o = he(), C = Oe(), O = /* @__PURE__ */ ce(), p = /* @__PURE__ */ Ee(), S = /* @__PURE__ */ _e(), a = function() {
289
- };
290
- process.env.NODE_ENV !== "production" && (a = function(l) {
291
- var _ = "Warning: " + l;
292
- typeof console < "u" && console.error(_);
293
- try {
294
- throw new Error(_);
295
- } catch {
296
- }
297
- });
298
- function P() {
299
- return null;
300
- }
301
- return ie = function(l, _) {
302
- var g = typeof Symbol == "function" && Symbol.iterator, b = "@@iterator";
303
- function E(e) {
304
- var n = e && (g && e[g] || e[b]);
305
- if (typeof n == "function")
306
- return n;
307
- }
308
- var x = "<<anonymous>>", w = {
309
- array: q("array"),
310
- bigint: q("bigint"),
311
- bool: q("boolean"),
312
- func: q("function"),
313
- number: q("number"),
314
- object: q("object"),
315
- string: q("string"),
316
- symbol: q("symbol"),
317
- any: F(),
318
- arrayOf: I,
319
- element: A(),
320
- elementType: t(),
321
- instanceOf: k,
322
- node: G(),
323
- objectOf: J,
324
- oneOf: H,
325
- oneOfType: X,
326
- shape: K,
327
- exact: Z
328
- };
329
- function M(e, n) {
330
- return e === n ? e !== 0 || 1 / e === 1 / n : e !== e && n !== n;
331
- }
332
- function R(e, n) {
333
- this.message = e, this.data = n && typeof n == "object" ? n : {}, this.stack = "";
334
- }
335
- R.prototype = Error.prototype;
336
- function j(e) {
337
- if (process.env.NODE_ENV !== "production")
338
- var n = {}, f = 0;
339
- function s(y, c, u, d, h, v, $) {
340
- if (d = d || x, v = v || u, $ !== O) {
341
- if (_) {
342
- var r = new Error(
343
- "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
344
- );
345
- throw r.name = "Invariant Violation", r;
346
- } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
347
- var D = d + ":" + u;
348
- !n[D] && // Avoid spamming the console because they are often not actionable except for lib authors
349
- f < 3 && (a(
350
- "You are manually calling a React.PropTypes validation function for the `" + v + "` prop on `" + d + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
351
- ), n[D] = !0, f++);
352
- }
353
- }
354
- return c[u] == null ? y ? c[u] === null ? new R("The " + h + " `" + v + "` is marked as required " + ("in `" + d + "`, but its value is `null`.")) : new R("The " + h + " `" + v + "` is marked as required in " + ("`" + d + "`, but its value is `undefined`.")) : null : e(c, u, d, h, v);
355
- }
356
- var i = s.bind(null, !1);
357
- return i.isRequired = s.bind(null, !0), i;
358
- }
359
- function q(e) {
360
- function n(f, s, i, y, c, u) {
361
- var d = f[s], h = Y(d);
362
- if (h !== e) {
363
- var v = W(d);
364
- return new R(
365
- "Invalid " + y + " `" + c + "` of type " + ("`" + v + "` supplied to `" + i + "`, expected ") + ("`" + e + "`."),
366
- { expectedType: e }
367
- );
368
- }
369
- return null;
370
- }
371
- return j(n);
372
- }
373
- function F() {
374
- return j(P);
375
- }
376
- function I(e) {
377
- function n(f, s, i, y, c) {
378
- if (typeof e != "function")
379
- return new R("Property `" + c + "` of component `" + i + "` has invalid PropType notation inside arrayOf.");
380
- var u = f[s];
381
- if (!Array.isArray(u)) {
382
- var d = Y(u);
383
- return new R("Invalid " + y + " `" + c + "` of type " + ("`" + d + "` supplied to `" + i + "`, expected an array."));
384
- }
385
- for (var h = 0; h < u.length; h++) {
386
- var v = e(u, h, i, y, c + "[" + h + "]", O);
387
- if (v instanceof Error)
388
- return v;
389
- }
390
- return null;
391
- }
392
- return j(n);
393
- }
394
- function A() {
395
- function e(n, f, s, i, y) {
396
- var c = n[f];
397
- if (!l(c)) {
398
- var u = Y(c);
399
- return new R("Invalid " + i + " `" + y + "` of type " + ("`" + u + "` supplied to `" + s + "`, expected a single ReactElement."));
400
- }
401
- return null;
402
- }
403
- return j(e);
404
- }
405
- function t() {
406
- function e(n, f, s, i, y) {
407
- var c = n[f];
408
- if (!o.isValidElementType(c)) {
409
- var u = Y(c);
410
- return new R("Invalid " + i + " `" + y + "` of type " + ("`" + u + "` supplied to `" + s + "`, expected a single ReactElement type."));
411
- }
412
- return null;
413
- }
414
- return j(e);
415
- }
416
- function k(e) {
417
- function n(f, s, i, y, c) {
418
- if (!(f[s] instanceof e)) {
419
- var u = e.name || x, d = ee(f[s]);
420
- return new R("Invalid " + y + " `" + c + "` of type " + ("`" + d + "` supplied to `" + i + "`, expected ") + ("instance of `" + u + "`."));
421
- }
422
- return null;
423
- }
424
- return j(n);
425
- }
426
- function H(e) {
427
- if (!Array.isArray(e))
428
- return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
429
- "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
430
- ) : a("Invalid argument supplied to oneOf, expected an array.")), P;
431
- function n(f, s, i, y, c) {
432
- for (var u = f[s], d = 0; d < e.length; d++)
433
- if (M(u, e[d]))
434
- return null;
435
- var h = JSON.stringify(e, function($, r) {
436
- var D = W(r);
437
- return D === "symbol" ? String(r) : r;
438
- });
439
- return new R("Invalid " + y + " `" + c + "` of value `" + String(u) + "` " + ("supplied to `" + i + "`, expected one of " + h + "."));
440
- }
441
- return j(n);
442
- }
443
- function J(e) {
444
- function n(f, s, i, y, c) {
445
- if (typeof e != "function")
446
- return new R("Property `" + c + "` of component `" + i + "` has invalid PropType notation inside objectOf.");
447
- var u = f[s], d = Y(u);
448
- if (d !== "object")
449
- return new R("Invalid " + y + " `" + c + "` of type " + ("`" + d + "` supplied to `" + i + "`, expected an object."));
450
- for (var h in u)
451
- if (p(u, h)) {
452
- var v = e(u, h, i, y, c + "." + h, O);
453
- if (v instanceof Error)
454
- return v;
455
- }
456
- return null;
457
- }
458
- return j(n);
459
- }
460
- function X(e) {
461
- if (!Array.isArray(e))
462
- return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), P;
463
- for (var n = 0; n < e.length; n++) {
464
- var f = e[n];
465
- if (typeof f != "function")
466
- return a(
467
- "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + z(f) + " at index " + n + "."
468
- ), P;
469
- }
470
- function s(i, y, c, u, d) {
471
- for (var h = [], v = 0; v < e.length; v++) {
472
- var $ = e[v], r = $(i, y, c, u, d, O);
473
- if (r == null)
474
- return null;
475
- r.data && p(r.data, "expectedType") && h.push(r.data.expectedType);
476
- }
477
- var D = h.length > 0 ? ", expected one of type [" + h.join(", ") + "]" : "";
478
- return new R("Invalid " + u + " `" + d + "` supplied to " + ("`" + c + "`" + D + "."));
479
- }
480
- return j(s);
481
- }
482
- function G() {
483
- function e(n, f, s, i, y) {
484
- return L(n[f]) ? null : new R("Invalid " + i + " `" + y + "` supplied to " + ("`" + s + "`, expected a ReactNode."));
485
- }
486
- return j(e);
487
- }
488
- function U(e, n, f, s, i) {
489
- return new R(
490
- (e || "React class") + ": " + n + " type `" + f + "." + s + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + i + "`."
491
- );
492
- }
493
- function K(e) {
494
- function n(f, s, i, y, c) {
495
- var u = f[s], d = Y(u);
496
- if (d !== "object")
497
- return new R("Invalid " + y + " `" + c + "` of type `" + d + "` " + ("supplied to `" + i + "`, expected `object`."));
498
- for (var h in e) {
499
- var v = e[h];
500
- if (typeof v != "function")
501
- return U(i, y, c, h, W(v));
502
- var $ = v(u, h, i, y, c + "." + h, O);
503
- if ($)
504
- return $;
505
- }
506
- return null;
507
- }
508
- return j(n);
509
- }
510
- function Z(e) {
511
- function n(f, s, i, y, c) {
512
- var u = f[s], d = Y(u);
513
- if (d !== "object")
514
- return new R("Invalid " + y + " `" + c + "` of type `" + d + "` " + ("supplied to `" + i + "`, expected `object`."));
515
- var h = C({}, f[s], e);
516
- for (var v in h) {
517
- var $ = e[v];
518
- if (p(e, v) && typeof $ != "function")
519
- return U(i, y, c, v, W($));
520
- if (!$)
521
- return new R(
522
- "Invalid " + y + " `" + c + "` key `" + v + "` supplied to `" + i + "`.\nBad object: " + JSON.stringify(f[s], null, " ") + `
523
- Valid keys: ` + JSON.stringify(Object.keys(e), null, " ")
524
- );
525
- var r = $(u, v, i, y, c + "." + v, O);
526
- if (r)
527
- return r;
528
- }
529
- return null;
530
- }
531
- return j(n);
532
- }
533
- function L(e) {
534
- switch (typeof e) {
535
- case "number":
536
- case "string":
537
- case "undefined":
538
- return !0;
539
- case "boolean":
540
- return !e;
541
- case "object":
542
- if (Array.isArray(e))
543
- return e.every(L);
544
- if (e === null || l(e))
545
- return !0;
546
- var n = E(e);
547
- if (n) {
548
- var f = n.call(e), s;
549
- if (n !== e.entries) {
550
- for (; !(s = f.next()).done; )
551
- if (!L(s.value))
552
- return !1;
553
- } else
554
- for (; !(s = f.next()).done; ) {
555
- var i = s.value;
556
- if (i && !L(i[1]))
557
- return !1;
558
- }
559
- } else
560
- return !1;
561
- return !0;
562
- default:
563
- return !1;
564
- }
565
- }
566
- function Q(e, n) {
567
- return e === "symbol" ? !0 : n ? n["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && n instanceof Symbol : !1;
568
- }
569
- function Y(e) {
570
- var n = typeof e;
571
- return Array.isArray(e) ? "array" : e instanceof RegExp ? "object" : Q(n, e) ? "symbol" : n;
572
- }
573
- function W(e) {
574
- if (typeof e > "u" || e === null)
575
- return "" + e;
576
- var n = Y(e);
577
- if (n === "object") {
578
- if (e instanceof Date)
579
- return "date";
580
- if (e instanceof RegExp)
581
- return "regexp";
582
- }
583
- return n;
584
- }
585
- function z(e) {
586
- var n = W(e);
587
- switch (n) {
588
- case "array":
589
- case "object":
590
- return "an " + n;
591
- case "boolean":
592
- case "date":
593
- case "regexp":
594
- return "a " + n;
595
- default:
596
- return n;
597
- }
598
- }
599
- function ee(e) {
600
- return !e.constructor || !e.constructor.name ? x : e.constructor.name;
601
- }
602
- return w.checkPropTypes = S, w.resetWarningCache = S.resetWarningCache, w.PropTypes = w, w;
603
- }, ie;
604
- }
605
- var ae, Te;
606
- function xe() {
607
- if (Te) return ae;
608
- Te = 1;
609
- var o = /* @__PURE__ */ ce();
610
- function C() {
611
- }
612
- function O() {
613
- }
614
- return O.resetWarningCache = C, ae = function() {
615
- function p(P, l, _, g, b, E) {
616
- if (E !== o) {
617
- var x = new Error(
618
- "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
619
- );
620
- throw x.name = "Invariant Violation", x;
621
- }
622
- }
623
- p.isRequired = p;
624
- function S() {
625
- return p;
626
- }
627
- var a = {
628
- array: p,
629
- bigint: p,
630
- bool: p,
631
- func: p,
632
- number: p,
633
- object: p,
634
- string: p,
635
- symbol: p,
636
- any: p,
637
- arrayOf: S,
638
- element: p,
639
- elementType: p,
640
- instanceOf: S,
641
- node: p,
642
- objectOf: S,
643
- oneOf: S,
644
- oneOfType: S,
645
- shape: S,
646
- exact: S,
647
- checkPropTypes: O,
648
- resetWarningCache: C
649
- };
650
- return a.PropTypes = a, a;
651
- }, ae;
652
- }
653
- var me;
654
- function Ce() {
655
- if (me) return V.exports;
656
- if (me = 1, process.env.NODE_ENV !== "production") {
657
- var o = he(), C = !0;
658
- V.exports = /* @__PURE__ */ Re()(o.isElement, C);
659
- } else
660
- V.exports = /* @__PURE__ */ xe()();
661
- return V.exports;
662
- }
663
- var we = /* @__PURE__ */ Ce();
664
- const Ie = /* @__PURE__ */ ge(we);
665
- export {
666
- Ie as P
667
- };