@ck-ui/component-library 0.2.0 → 0.3.0

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 (334) hide show
  1. package/dist/{DropdownFooter-De6BYlLK.js → DropdownFooter-C20yRiDR.js} +28 -21
  2. package/dist/Grow-D08Iq1uH.js +794 -0
  3. package/dist/IconSlot-CFKmSU2_.js +33 -0
  4. package/dist/OptionList-BNaH2PnX.js +951 -0
  5. package/dist/Select-Cw96VEHD.js +6411 -0
  6. package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
  7. package/dist/assets/DateRangePicker-BKND6jiD.css +1 -0
  8. package/dist/assets/IconSlot-CLpdZgmb.css +1 -0
  9. package/dist/assets/ReactToastify-tlSLHgLC.css +1 -0
  10. package/dist/assets/{ToastContent-DpF5zCks.css → ToastContent-PGkBxPUW.css} +1 -1
  11. package/dist/assets/index-BLz-9Nuk.css +1 -0
  12. package/dist/assets/index-BQ0m7FKV.css +1 -0
  13. package/dist/assets/index-BkNXS5fR.css +1 -0
  14. package/dist/assets/index-BmQOtMhS.css +1 -0
  15. package/dist/assets/index-CiQd_iRw.css +1 -0
  16. package/dist/assets/index-DNhNBxL9.css +1 -0
  17. package/dist/assets/index-DvlnFLG-.css +1 -0
  18. package/dist/assets/index-YHUWVH17.css +1 -0
  19. package/dist/assets/index-_Kh8p9R0.css +1 -0
  20. package/dist/assets/index-nXJu3Pq0.css +1 -0
  21. package/dist/assets/index-rrYSS2rl.css +1 -0
  22. package/dist/assets/{main-3OqLSdPm.css → main-Dv8QUU_o.css} +1 -1
  23. package/dist/assets/styles-BA66-SUu.css +1 -0
  24. package/dist/assets/styles-BTZL03H2.css +1 -0
  25. package/dist/assets/styles-Be-tqCP9.css +1 -0
  26. package/dist/assets/styles-CbbBUzsN.css +1 -0
  27. package/dist/assets/styles-CflOKRvX.css +1 -0
  28. package/dist/assets/{styles-C5uYY4fL.css → styles-Chhklrps.css} +1 -1
  29. package/dist/assets/styles-D8sahtFb.css +1 -0
  30. package/dist/components/CKButton/_helper/ComboLayout.js +1 -1
  31. package/dist/components/CKButton/_helper/IconSlot.js +1 -1
  32. package/dist/components/CKButton/_helper/StandardLayout.js +1 -1
  33. package/dist/components/CKButton/_types/button.types.d.ts +2 -0
  34. package/dist/components/CKButton/_types/button.types.d.ts.map +1 -1
  35. package/dist/components/CKButton/index.d.ts.map +1 -1
  36. package/dist/components/CKButton/index.js +32 -30
  37. package/dist/components/CKCheckbox/_types/type.d.ts +4 -0
  38. package/dist/components/CKCheckbox/_types/type.d.ts.map +1 -1
  39. package/dist/components/CKCheckbox/index.d.ts +1 -1
  40. package/dist/components/CKCheckbox/index.d.ts.map +1 -1
  41. package/dist/components/CKCheckbox/index.js +44 -29
  42. package/dist/components/CKTag/_types/type.d.ts +1 -1
  43. package/dist/components/CKTag/_types/type.d.ts.map +1 -1
  44. package/dist/components/CKTag/index.d.ts +1 -1
  45. package/dist/components/CKTag/index.d.ts.map +1 -1
  46. package/dist/components/CKTag/index.js +33 -24
  47. package/dist/components/CostComparatorTable/_helpers/CostCell.d.ts +36 -0
  48. package/dist/components/CostComparatorTable/_helpers/CostCell.d.ts.map +1 -0
  49. package/dist/components/CostComparatorTable/_helpers/CostCell.js +52 -0
  50. package/dist/components/CostComparatorTable/_helpers/HeaderCheckbox.d.ts +14 -0
  51. package/dist/components/CostComparatorTable/_helpers/HeaderCheckbox.d.ts.map +1 -0
  52. package/dist/components/CostComparatorTable/_helpers/HeaderCheckbox.js +19 -0
  53. package/dist/components/CostComparatorTable/_types/costComparatorTable.types.d.ts +83 -0
  54. package/dist/components/CostComparatorTable/_types/costComparatorTable.types.d.ts.map +1 -0
  55. package/dist/components/CostComparatorTable/_types/costComparatorTable.types.js +1 -0
  56. package/dist/components/CostComparatorTable/_utils/costComparator.utils.d.ts +22 -0
  57. package/dist/components/CostComparatorTable/_utils/costComparator.utils.d.ts.map +1 -0
  58. package/dist/components/CostComparatorTable/_utils/costComparator.utils.js +50 -0
  59. package/dist/components/CostComparatorTable/index.d.ts +23 -0
  60. package/dist/components/CostComparatorTable/index.d.ts.map +1 -0
  61. package/dist/components/CostComparatorTable/index.js +177 -0
  62. package/dist/components/DateRangePicker/DateRangePicker.d.ts +5 -0
  63. package/dist/components/DateRangePicker/DateRangePicker.d.ts.map +1 -0
  64. package/dist/components/DateRangePicker/DateRangePicker.js +6027 -0
  65. package/dist/components/DateRangePicker/_types/dateRangePicker.types.d.ts +41 -0
  66. package/dist/components/DateRangePicker/_types/dateRangePicker.types.d.ts.map +1 -0
  67. package/dist/components/DateRangePicker/_types/dateRangePicker.types.js +1 -0
  68. package/dist/components/DateRangePicker/helper/util.d.ts +26 -0
  69. package/dist/components/DateRangePicker/helper/util.d.ts.map +1 -0
  70. package/dist/components/DateRangePicker/helper/util.js +54 -0
  71. package/dist/components/DeviationTag/index.d.ts.map +1 -1
  72. package/dist/components/DeviationTag/index.js +42 -29
  73. package/dist/components/EmptyState/index.js +7 -7
  74. package/dist/components/FusionChart/_config/builders.d.ts +10 -0
  75. package/dist/components/FusionChart/_config/builders.d.ts.map +1 -0
  76. package/dist/components/FusionChart/_config/builders.js +573 -0
  77. package/dist/components/FusionChart/_config/events.d.ts +7 -0
  78. package/dist/components/FusionChart/_config/events.d.ts.map +1 -0
  79. package/dist/components/FusionChart/_config/events.js +40 -0
  80. package/dist/components/FusionChart/_config/helpers.d.ts +288 -0
  81. package/dist/components/FusionChart/_config/helpers.d.ts.map +1 -0
  82. package/dist/components/FusionChart/_config/helpers.js +452 -0
  83. package/dist/components/FusionChart/_constant/chartTestData.d.ts +33 -0
  84. package/dist/components/FusionChart/_constant/chartTestData.d.ts.map +1 -0
  85. package/dist/components/FusionChart/_constant/chartTestData.js +460 -0
  86. package/dist/components/FusionChart/_constant/constants.d.ts +16 -0
  87. package/dist/components/FusionChart/_constant/constants.d.ts.map +1 -0
  88. package/dist/components/FusionChart/_constant/constants.js +18 -0
  89. package/dist/components/FusionChart/_helpers/doughnutHelper.d.ts +17 -0
  90. package/dist/components/FusionChart/_helpers/doughnutHelper.d.ts.map +1 -0
  91. package/dist/components/FusionChart/_helpers/doughnutHelper.js +57 -0
  92. package/dist/components/FusionChart/_helpers/multiAxisHelper.d.ts +8 -0
  93. package/dist/components/FusionChart/_helpers/multiAxisHelper.d.ts.map +1 -0
  94. package/dist/components/FusionChart/_helpers/multiAxisHelper.js +21 -0
  95. package/dist/components/FusionChart/_helpers/multiLineHelper.d.ts +8 -0
  96. package/dist/components/FusionChart/_helpers/multiLineHelper.d.ts.map +1 -0
  97. package/dist/components/FusionChart/_helpers/multiLineHelper.js +23 -0
  98. package/dist/components/FusionChart/_types/fusionChart.types.d.ts +128 -0
  99. package/dist/components/FusionChart/_types/fusionChart.types.d.ts.map +1 -0
  100. package/dist/components/FusionChart/_types/fusionChart.types.js +1 -0
  101. package/dist/components/FusionChart/_utils/chartHelpers.d.ts +45 -0
  102. package/dist/components/FusionChart/_utils/chartHelpers.d.ts.map +1 -0
  103. package/dist/components/FusionChart/_utils/chartHelpers.js +25 -0
  104. package/dist/components/FusionChart/index.d.ts +7 -0
  105. package/dist/components/FusionChart/index.d.ts.map +1 -0
  106. package/dist/components/FusionChart/index.js +1043 -0
  107. package/dist/components/GroupedMultiSelect/_helpers/DropdownFooter.d.ts.map +1 -1
  108. package/dist/components/GroupedMultiSelect/_helpers/DropdownFooter.js +20 -11
  109. package/dist/components/GroupedMultiSelect/_helpers/MenuItem.d.ts +4 -0
  110. package/dist/components/GroupedMultiSelect/_helpers/MenuItem.d.ts.map +1 -0
  111. package/dist/components/GroupedMultiSelect/_helpers/MenuItem.js +28 -0
  112. package/dist/components/GroupedMultiSelect/_helpers/MenuList.d.ts +2 -9
  113. package/dist/components/GroupedMultiSelect/_helpers/MenuList.d.ts.map +1 -1
  114. package/dist/components/GroupedMultiSelect/_helpers/MenuList.js +5 -14
  115. package/dist/components/GroupedMultiSelect/_helpers/OptionRow.d.ts.map +1 -1
  116. package/dist/components/GroupedMultiSelect/_helpers/OptionRow.js +21 -14
  117. package/dist/components/GroupedMultiSelect/_helpers/OptionsList.d.ts.map +1 -1
  118. package/dist/components/GroupedMultiSelect/_helpers/OptionsList.js +46 -26
  119. package/dist/components/GroupedMultiSelect/_helpers/SearchResult.d.ts +1 -1
  120. package/dist/components/GroupedMultiSelect/_helpers/SearchResult.d.ts.map +1 -1
  121. package/dist/components/GroupedMultiSelect/_helpers/SearchResult.js +20 -12
  122. package/dist/components/GroupedMultiSelect/_helpers/TagContent.d.ts.map +1 -1
  123. package/dist/components/GroupedMultiSelect/_helpers/TagContent.js +33 -30
  124. package/dist/components/GroupedMultiSelect/_helpers/TriggerButton.d.ts.map +1 -1
  125. package/dist/components/GroupedMultiSelect/_helpers/TriggerButton.js +41 -32
  126. package/dist/components/GroupedMultiSelect/_types/type.d.ts +23 -16
  127. package/dist/components/GroupedMultiSelect/_types/type.d.ts.map +1 -1
  128. package/dist/components/GroupedMultiSelect/_utils/computeApplyDisabled.d.ts +7 -0
  129. package/dist/components/GroupedMultiSelect/_utils/computeApplyDisabled.d.ts.map +1 -0
  130. package/dist/components/GroupedMultiSelect/_utils/computeApplyDisabled.js +8 -0
  131. package/dist/components/GroupedMultiSelect/_utils/filterSeachedGroups.d.ts +1 -1
  132. package/dist/components/GroupedMultiSelect/_utils/filterSeachedGroups.d.ts.map +1 -1
  133. package/dist/components/GroupedMultiSelect/_utils/filterSeachedGroups.js +2 -2
  134. package/dist/components/GroupedMultiSelect/_utils/getDefaultSelected.d.ts +1 -1
  135. package/dist/components/GroupedMultiSelect/_utils/getDefaultSelected.d.ts.map +1 -1
  136. package/dist/components/GroupedMultiSelect/_utils/getDefaultSelected.js +1 -1
  137. package/dist/components/GroupedMultiSelect/_utils/getResponsePayload.d.ts +1 -1
  138. package/dist/components/GroupedMultiSelect/_utils/getResponsePayload.d.ts.map +1 -1
  139. package/dist/components/GroupedMultiSelect/_utils/selectAllOptions.d.ts +1 -1
  140. package/dist/components/GroupedMultiSelect/_utils/selectAllOptions.d.ts.map +1 -1
  141. package/dist/components/GroupedMultiSelect/index.d.ts +1 -1
  142. package/dist/components/GroupedMultiSelect/index.d.ts.map +1 -1
  143. package/dist/components/GroupedMultiSelect/index.js +122 -112
  144. package/dist/components/GroupedSingleSelect/_helpers/DropdownFooter.d.ts.map +1 -1
  145. package/dist/components/GroupedSingleSelect/_helpers/DropdownFooter.js +28 -19
  146. package/dist/components/GroupedSingleSelect/_helpers/OptionRow.d.ts.map +1 -1
  147. package/dist/components/GroupedSingleSelect/_helpers/OptionRow.js +22 -12
  148. package/dist/components/GroupedSingleSelect/_helpers/OptionsList.d.ts.map +1 -1
  149. package/dist/components/GroupedSingleSelect/_helpers/OptionsList.js +35 -24
  150. package/dist/components/GroupedSingleSelect/_helpers/TriggerButton.d.ts.map +1 -1
  151. package/dist/components/GroupedSingleSelect/_helpers/TriggerButton.js +42 -24
  152. package/dist/components/GroupedSingleSelect/index.d.ts.map +1 -1
  153. package/dist/components/GroupedSingleSelect/index.js +61 -51
  154. package/dist/components/MenuOptions/_types/menuOptions.types.d.ts +1 -7
  155. package/dist/components/MenuOptions/_types/menuOptions.types.d.ts.map +1 -1
  156. package/dist/components/MenuOptions/_utils/computeMenuPosition.js +1 -1
  157. package/dist/components/MenuOptions/_utils/computeSubmenuPosition.js +1 -1
  158. package/dist/components/MenuOptions/index.d.ts +1 -1
  159. package/dist/components/MenuOptions/index.d.ts.map +1 -1
  160. package/dist/components/MenuOptions/index.js +41 -35
  161. package/dist/components/MetricCards/Component/CardWithIconAndForecast/index.js +27 -27
  162. package/dist/components/MultiSelect/_helpers/DropdownFooter.d.ts +4 -0
  163. package/dist/components/MultiSelect/_helpers/DropdownFooter.d.ts.map +1 -0
  164. package/dist/components/MultiSelect/_helpers/DropdownFooter.js +72 -0
  165. package/dist/components/MultiSelect/_helpers/OptionRow.d.ts +4 -0
  166. package/dist/components/MultiSelect/_helpers/OptionRow.d.ts.map +1 -0
  167. package/dist/components/MultiSelect/_helpers/OptionRow.js +40 -0
  168. package/dist/components/MultiSelect/_helpers/OverflowMenu.d.ts +4 -0
  169. package/dist/components/MultiSelect/_helpers/OverflowMenu.d.ts.map +1 -0
  170. package/dist/components/MultiSelect/_helpers/OverflowMenu.js +7 -0
  171. package/dist/components/MultiSelect/_helpers/OverflowMenuItem.d.ts +4 -0
  172. package/dist/components/MultiSelect/_helpers/OverflowMenuItem.d.ts.map +1 -0
  173. package/dist/components/MultiSelect/_helpers/OverflowMenuItem.js +30 -0
  174. package/dist/components/MultiSelect/_helpers/SearchResult.d.ts +4 -0
  175. package/dist/components/MultiSelect/_helpers/SearchResult.d.ts.map +1 -0
  176. package/dist/components/MultiSelect/_helpers/SearchResult.js +33 -0
  177. package/dist/components/MultiSelect/_helpers/TagContent.d.ts +5 -0
  178. package/dist/components/MultiSelect/_helpers/TagContent.d.ts.map +1 -0
  179. package/dist/components/MultiSelect/_helpers/TagContent.js +47 -0
  180. package/dist/components/MultiSelect/_helpers/TriggerButton.d.ts +4 -0
  181. package/dist/components/MultiSelect/_helpers/TriggerButton.d.ts.map +1 -0
  182. package/dist/components/MultiSelect/_helpers/TriggerButton.js +77 -0
  183. package/dist/components/MultiSelect/_types/type.d.ts +103 -0
  184. package/dist/components/MultiSelect/_types/type.d.ts.map +1 -0
  185. package/dist/components/MultiSelect/_types/type.js +1 -0
  186. package/dist/components/MultiSelect/_utils/computeApplyDisabled.d.ts +9 -0
  187. package/dist/components/MultiSelect/_utils/computeApplyDisabled.d.ts.map +1 -0
  188. package/dist/components/MultiSelect/_utils/computeApplyDisabled.js +9 -0
  189. package/dist/components/MultiSelect/_utils/filterOptions.d.ts +6 -0
  190. package/dist/components/MultiSelect/_utils/filterOptions.d.ts.map +1 -0
  191. package/dist/components/MultiSelect/_utils/filterOptions.js +7 -0
  192. package/dist/components/MultiSelect/_utils/getInitialSelected.d.ts +6 -0
  193. package/dist/components/MultiSelect/_utils/getInitialSelected.d.ts.map +1 -0
  194. package/dist/components/MultiSelect/_utils/getInitialSelected.js +6 -0
  195. package/dist/components/MultiSelect/index.d.ts +4 -0
  196. package/dist/components/MultiSelect/index.d.ts.map +1 -0
  197. package/dist/components/MultiSelect/index.js +232 -0
  198. package/dist/components/Pagination/_types/pagination.types.d.ts +21 -0
  199. package/dist/components/Pagination/_types/pagination.types.d.ts.map +1 -0
  200. package/dist/components/Pagination/_types/pagination.types.js +1 -0
  201. package/dist/components/Pagination/_utils/computePageSizeOptions.d.ts +5 -0
  202. package/dist/components/Pagination/_utils/computePageSizeOptions.d.ts.map +1 -0
  203. package/dist/components/Pagination/_utils/computePageSizeOptions.js +10 -0
  204. package/dist/components/Pagination/_utils/generatePageNumbers.d.ts +4 -0
  205. package/dist/components/Pagination/_utils/generatePageNumbers.d.ts.map +1 -0
  206. package/dist/components/Pagination/_utils/generatePageNumbers.js +18 -0
  207. package/dist/components/Pagination/index.d.ts +6 -0
  208. package/dist/components/Pagination/index.d.ts.map +1 -0
  209. package/dist/components/Pagination/index.js +164 -0
  210. package/dist/components/Popover/_types/popover.types.d.ts +13 -0
  211. package/dist/components/Popover/_types/popover.types.d.ts.map +1 -0
  212. package/dist/components/Popover/_types/popover.types.js +1 -0
  213. package/dist/components/Popover/index.d.ts +4 -0
  214. package/dist/components/Popover/index.d.ts.map +1 -0
  215. package/dist/components/Popover/index.js +91 -0
  216. package/dist/components/PopupAndDialogBox/components/DialogContent.js +1 -1
  217. package/dist/components/PopupAndDialogBox/components/DialogFooter.js +1 -1
  218. package/dist/components/PopupAndDialogBox/components/DialogHeader.js +1 -1
  219. package/dist/components/PopupAndDialogBox/index.js +1 -1
  220. package/dist/components/ProgressBar/_types/progressBar.types.d.ts +34 -0
  221. package/dist/components/ProgressBar/_types/progressBar.types.d.ts.map +1 -0
  222. package/dist/components/ProgressBar/_types/progressBar.types.js +1 -0
  223. package/dist/components/ProgressBar/index.d.ts +3 -0
  224. package/dist/components/ProgressBar/index.d.ts.map +1 -0
  225. package/dist/components/ProgressBar/index.js +48 -0
  226. package/dist/components/RadioButton/index.js +24 -24
  227. package/dist/components/RadioGroup/_types/radioGroup.types.d.ts +15 -0
  228. package/dist/components/RadioGroup/_types/radioGroup.types.d.ts.map +1 -0
  229. package/dist/components/RadioGroup/_types/radioGroup.types.js +1 -0
  230. package/dist/components/RadioGroup/index.d.ts +3 -0
  231. package/dist/components/RadioGroup/index.d.ts.map +1 -0
  232. package/dist/components/RadioGroup/index.js +44 -0
  233. package/dist/components/Search/index.d.ts.map +1 -1
  234. package/dist/components/Search/index.js +64 -54
  235. package/dist/components/SingleSelectDropdown/_helpers/DropdownFooter.js +11 -4
  236. package/dist/components/SingleSelectDropdown/index.js +43 -36
  237. package/dist/components/Switch/index.js +3 -3
  238. package/dist/components/Table/_helpers/ColumnManager/ColumnConfig.d.ts +4 -0
  239. package/dist/components/Table/_helpers/ColumnManager/ColumnConfig.d.ts.map +1 -0
  240. package/dist/components/Table/_helpers/ColumnManager/ColumnConfig.js +85 -0
  241. package/dist/components/Table/_helpers/ColumnManager/index.d.ts +4 -0
  242. package/dist/components/Table/_helpers/ColumnManager/index.d.ts.map +1 -0
  243. package/dist/components/Table/_helpers/ColumnManager/index.js +2451 -0
  244. package/dist/components/Table/_helpers/ExpandableRow/index.d.ts +16 -0
  245. package/dist/components/Table/_helpers/ExpandableRow/index.d.ts.map +1 -0
  246. package/dist/components/Table/_helpers/ExpandableRow/index.js +44 -0
  247. package/dist/components/Table/_helpers/FilterColumnToolbar.d.ts +14 -0
  248. package/dist/components/Table/_helpers/FilterColumnToolbar.d.ts.map +1 -0
  249. package/dist/components/Table/_helpers/FilterColumnToolbar.js +121 -0
  250. package/dist/components/Table/_helpers/GroupedHeader/index.d.ts +24 -0
  251. package/dist/components/Table/_helpers/GroupedHeader/index.d.ts.map +1 -0
  252. package/dist/components/Table/_helpers/GroupedHeader/index.js +201 -0
  253. package/dist/components/Table/_helpers/SelectionCell/index.d.ts +19 -0
  254. package/dist/components/Table/_helpers/SelectionCell/index.d.ts.map +1 -0
  255. package/dist/components/Table/_helpers/SelectionCell/index.js +50 -0
  256. package/dist/components/Table/_helpers/TableFilterModal/OptionList.d.ts +3 -0
  257. package/dist/components/Table/_helpers/TableFilterModal/OptionList.d.ts.map +1 -0
  258. package/dist/components/Table/_helpers/TableFilterModal/OptionList.js +11 -0
  259. package/dist/components/Table/_helpers/TableFilterModal/OptionListItems.d.ts +3 -0
  260. package/dist/components/Table/_helpers/TableFilterModal/OptionListItems.d.ts.map +1 -0
  261. package/dist/components/Table/_helpers/TableFilterModal/OptionListItems.js +75 -0
  262. package/dist/components/Table/_helpers/TableFilterModal/RangeSelector.d.ts +3 -0
  263. package/dist/components/Table/_helpers/TableFilterModal/RangeSelector.d.ts.map +1 -0
  264. package/dist/components/Table/_helpers/TableFilterModal/RangeSelector.js +1544 -0
  265. package/dist/components/Table/_helpers/TableFilterModal/index.d.ts +4 -0
  266. package/dist/components/Table/_helpers/TableFilterModal/index.d.ts.map +1 -0
  267. package/dist/components/Table/_helpers/TableFilterModal/index.js +115 -0
  268. package/dist/components/Table/_helpers/TableRows.d.ts +3 -0
  269. package/dist/components/Table/_helpers/TableRows.d.ts.map +1 -0
  270. package/dist/components/Table/_helpers/TableRows.js +403 -0
  271. package/dist/components/Table/_hooks/useExpansion.d.ts +20 -0
  272. package/dist/components/Table/_hooks/useExpansion.d.ts.map +1 -0
  273. package/dist/components/Table/_hooks/useExpansion.js +46 -0
  274. package/dist/components/Table/_hooks/useFilterColumnState.d.ts +17 -0
  275. package/dist/components/Table/_hooks/useFilterColumnState.d.ts.map +1 -0
  276. package/dist/components/Table/_hooks/useFilterColumnState.js +94 -0
  277. package/dist/components/Table/_hooks/useSelection.d.ts +12 -0
  278. package/dist/components/Table/_hooks/useSelection.d.ts.map +1 -0
  279. package/dist/components/Table/_hooks/useSelection.js +45 -0
  280. package/dist/components/Table/_types/table.types.d.ts +280 -0
  281. package/dist/components/Table/_types/table.types.d.ts.map +1 -0
  282. package/dist/components/Table/_types/table.types.js +1 -0
  283. package/dist/components/Table/_utils/formatCellValue.d.ts +13 -0
  284. package/dist/components/Table/_utils/formatCellValue.d.ts.map +1 -0
  285. package/dist/components/Table/_utils/formatCellValue.js +17 -0
  286. package/dist/components/Table/_utils/table.utils.d.ts +7 -0
  287. package/dist/components/Table/_utils/table.utils.d.ts.map +1 -0
  288. package/dist/components/Table/_utils/table.utils.js +37 -0
  289. package/dist/components/Table/constants.d.ts +6 -0
  290. package/dist/components/Table/constants.d.ts.map +1 -0
  291. package/dist/components/Table/constants.js +13 -0
  292. package/dist/components/Table/index.d.ts +4 -0
  293. package/dist/components/Table/index.d.ts.map +1 -0
  294. package/dist/components/Table/index.js +518 -0
  295. package/dist/components/TextField/index.js +685 -6956
  296. package/dist/components/Toast/_helper/ToastContent.js +25 -25
  297. package/dist/components/Toast/_helper/ToastProvider.js +9 -9
  298. package/dist/components/Toast/_hooks/useToast.js +1 -1
  299. package/dist/components/Tooltip/index.js +699 -781
  300. package/dist/components/Typography/_types/typography.types.d.ts +28 -0
  301. package/dist/components/Typography/_types/typography.types.d.ts.map +1 -0
  302. package/dist/components/Typography/_types/typography.types.js +1 -0
  303. package/dist/components/Typography/index.d.ts +3 -0
  304. package/dist/components/Typography/index.d.ts.map +1 -0
  305. package/dist/components/Typography/index.js +45 -0
  306. package/dist/contains-kLLEGdNH.js +41 -0
  307. package/dist/index-C8cPPHJD.js +1196 -0
  308. package/dist/index-f7TB87Mf.js +1846 -0
  309. package/dist/isFocusVisible-BzX3wEi7.js +12 -0
  310. package/dist/main.d.ts +12 -0
  311. package/dist/main.d.ts.map +1 -1
  312. package/dist/main.js +110 -88
  313. package/dist/reset-icon-YxMt3Ozp.js +5 -0
  314. package/dist/search-B_cup-NN.js +5 -0
  315. package/dist/styles.module-BZaUJMlf.js +14 -0
  316. package/dist/styles.module-CCyijXTv.js +16 -0
  317. package/dist/styles.module-CmWIIYpK.js +41 -0
  318. package/dist/styles.module-ZyeVE7KZ.js +39 -0
  319. package/dist/table-filter-C0zetUfo.js +6 -0
  320. package/dist/useSlot-ylt7_lTY.js +4698 -0
  321. package/package.json +17 -3
  322. package/dist/Grow-Bsrwqfek.js +0 -5468
  323. package/dist/IconSlot-CbpGCbaA.js +0 -32
  324. package/dist/assets/IconSlot-Ct_SZh2X.css +0 -1
  325. package/dist/assets/ReactToastify-GNLSjkBZ.css +0 -1
  326. package/dist/assets/index-0R9p-l95.css +0 -1
  327. package/dist/assets/index-BbJZjGLb.css +0 -1
  328. package/dist/assets/index-Bu-eyi44.css +0 -1
  329. package/dist/assets/index-DAtOlGx5.css +0 -1
  330. package/dist/assets/index-fvceox3b.css +0 -1
  331. package/dist/assets/styles-CGTFG68B.css +0 -1
  332. package/dist/index-BR6M9zUI.js +0 -382
  333. package/dist/styles.module-BpAF4ufQ.js +0 -38
  334. package/dist/styles.module-yNDMDNO-.js +0 -14
@@ -0,0 +1,452 @@
1
+ import { DEFAULT_WIDTH as C, DEFAULT_PALETTE as m, EXTENDED_PALETTE as a, LEGEND_HOVER_FONT_COLOR as g, LEGEND_FONT_COLOR as F, PERCENT_TOOLTIP as b, VALUE_TOOLTIP as f, LABEL_STEP_DEFAULT as d, LABEL_FONT_COLOR as o, AXIS_NAME_FONT_COLOR as t, AXIS_LINE_COLOR as x, SERIES_TOOLTIP as A, DIV_LINE_COLOR as c, CROSS_LINE_COLOR as S } from "../_constant/constants.js";
2
+ import { getCurrencySymbol as i } from "../_utils/chartHelpers.js";
3
+ const s = (e = {}) => ({
4
+ legendItemFontSize: 10,
5
+ legendIconScale: ".96",
6
+ legendBgAlpha: 20,
7
+ legendItemFontBold: 0,
8
+ legendItemFontColor: e?.legendItemFontColor || F,
9
+ legendItemHoverFontColor: g,
10
+ legendItemFont: e?.legendItemFont || "Roboto, sans-serif"
11
+ }), r = (e, n = {}) => n.legendRight ? {
12
+ ...e,
13
+ legendPosition: "right-top",
14
+ legendCaption: n.legendCaption,
15
+ legendCaptionAlignment: "left",
16
+ legendCaptionBold: "1",
17
+ legendCaptionFontColor: "#000000"
18
+ } : e, T = ({
19
+ type: e,
20
+ width: n = C,
21
+ height: h,
22
+ dataSource: u,
23
+ key: L
24
+ }) => ({
25
+ type: e,
26
+ width: n,
27
+ height: h,
28
+ dataFormat: "json",
29
+ dataSource: u,
30
+ ...L ? { key: L } : {}
31
+ }), l = () => ({
32
+ xAxisName: "",
33
+ yAxisName: "",
34
+ labelStep: d,
35
+ theme: "fusion",
36
+ showToolTipShadow: "1",
37
+ showxaxisline: "1",
38
+ showyaxisline: "1",
39
+ xaxislinecolor: x,
40
+ yaxislinecolor: x,
41
+ xAxisNameFont: "Inter",
42
+ xAxisNameFontSize: "10",
43
+ xAxisNameFontColor: t,
44
+ yAxisNameFont: "Inter",
45
+ yAxisNameFontSize: "10",
46
+ yAxisNameFontColor: t,
47
+ yAxisValueFont: "Inter",
48
+ yAxisValueFontColor: o,
49
+ yAxisValueFontSize: 10,
50
+ labelFont: "Inter",
51
+ labelFontColor: o,
52
+ labelFontSize: 10
53
+ }), V = ({
54
+ divLineDashed: e = "1",
55
+ numVDivLines: n = "28",
56
+ plotSpacePercent: h = 60,
57
+ decimals: u = "2"
58
+ } = {}) => ({
59
+ ...l(),
60
+ divLineDashed: e,
61
+ numVDivLines: n,
62
+ plotSpacePercent: h,
63
+ decimals: u,
64
+ crossLineColor: "#f2f5fa",
65
+ palettecolors: m,
66
+ tooltipPosition: "top"
67
+ }), I = (e = {}) => r(
68
+ {
69
+ ...l(),
70
+ showLegend: 0,
71
+ drawCrossLine: "1",
72
+ showCrossLineTooltip: "0",
73
+ crossLineColor: "#f2f5fa",
74
+ chartBottomMargin: "5",
75
+ maxColWidth: 30,
76
+ useRoundEdges: "0",
77
+ divLineColor: e.divLineColor || c,
78
+ divLineDashed: e.divLineDashed || "1",
79
+ palettecolors: e.palettecolors || a,
80
+ numVDivLines: e.numVDivLines || "28",
81
+ yAxisValueFontColor: e.yAxisValueFontColor || o,
82
+ yAxisValueFontSize: e.yAxisValueFontSize || 10,
83
+ labelFontColor: e.labelFontColor || o,
84
+ labelFontSize: e.labelFontSize || 10,
85
+ tooltipPosition: "bottom",
86
+ numberPrefix: e.graphLabel || i(),
87
+ plotSpacePercent: e.plotSpacePercent ?? 48,
88
+ plotToolText: e.plotToolText || "<div class='tooltipItem'><span class='colorSquare' style='background-color:$color'></span><span>$seriesName</span><b>$dataValue</b></div>",
89
+ interactiveLegend: "1",
90
+ maxLabelHeight: e.maxLabelHeight,
91
+ legendIconSides: e.legendIconSides || 4,
92
+ rotateLabels: e.rotateLabels || 0,
93
+ numbersuffix: e.numbersuffix || "",
94
+ valuefontsize: e.valuefontsize,
95
+ anchorRadius: e.anchorRadius,
96
+ legendFontColor: e.legendFontColor,
97
+ legendItemFontSize: 10,
98
+ legendItemFont: e.legendItemFont || "Inter, sans-serif",
99
+ xAxisNameFontColor: e.xAxisNameFontColor || t
100
+ },
101
+ e
102
+ ), y = (e = {}) => r(
103
+ {
104
+ ...l(),
105
+ showLabels: "",
106
+ adjustDiv: 0,
107
+ yAxisMinValue: "0.0",
108
+ minimizeTendency: "1",
109
+ setAdaptiveYMin: 1,
110
+ drawCrossLine: "1",
111
+ showCrossLineTooltip: "0",
112
+ theme: "fusion",
113
+ divLineDashed: e.divLineDashed || "1",
114
+ chartBottomMargin: "5",
115
+ maxColWidth: 30,
116
+ useRoundEdges: "0",
117
+ palettecolors: e.palettecolors || a,
118
+ numVDivLines: e.numVDivLines || "9",
119
+ crossLineColor: "#f2f5fa",
120
+ divLineColor: e.divLineColor || "#ccc",
121
+ divLineDashLen: "5",
122
+ divLineDashGap: "6",
123
+ plotSpacePercent: e.plotSpacePercent ?? 48,
124
+ plotPaddingPercent: e.plotPaddingPercent ?? 20,
125
+ ...s(e),
126
+ showValues: e.show ? "1" : "0",
127
+ valuefontcolor: o,
128
+ valuefontsize: e.valuefontsize || "8",
129
+ valuefontweight: "500",
130
+ valuelettespacing: "-0.5px",
131
+ valueFontBold: e.valueFontBold || 0,
132
+ yAxisValueFontColor: e.yAxisValueFontColor || o,
133
+ yAxisValueFontSize: e.yAxisValueFontSize || 11,
134
+ labelFontColor: e.labelFontColor || o,
135
+ labelFontSize: e.labelFontSize || 10,
136
+ numberPrefix: i(),
137
+ interactiveLegend: "1",
138
+ legendIconSides: e.legendIconSides || 4,
139
+ rotateLabels: e.rotateLabels || 0,
140
+ plotToolText: e.plotToolText || "<div class='tooltipItem'><span class='colorSquare' style='background-color:$color'></span><span>$seriesName</span><b>$dataValue</b></div>",
141
+ numberSuffix: e.numbersuffix || "",
142
+ legendIconBorderThickness: e.legendIconBorderThickness ?? "1"
143
+ },
144
+ e
145
+ ), P = (e = {}) => ({
146
+ ...l(),
147
+ yAxisMaxValue: e.yAxisMaxValue,
148
+ divLineDashed: "1",
149
+ palettecolors: "#8ECFFF",
150
+ numVDivLines: e.numVDivLines || "28",
151
+ plotSpacePercent: 60,
152
+ numDivLines: e.numDivLines || "16",
153
+ labelFontSize: 12,
154
+ tooltipPosition: "top",
155
+ showxaxisline: e.showxaxisline || "1",
156
+ showyaxisline: e.showyaxisline || "1",
157
+ showLabels: e.showLabels || "1",
158
+ showValues: e.showValues || "0",
159
+ showTooltip: e.showTooltip || "1",
160
+ showXAxisValues: e.showXAxisValues || "1",
161
+ showYAxisValues: e.showYAxisValues || "1",
162
+ divLineAlpha: e.divLineAlpha || "1",
163
+ plotToolText: e.isPercent ? b : f,
164
+ drawAnchors: e.drawAnchors || "1",
165
+ xAxisNameFontSize: e.xAxisNameFontSize || "10",
166
+ yAxisNameFontSize: e.yAxisNameFontSize || "10"
167
+ }), D = (e = {}) => r(
168
+ {
169
+ ...l(),
170
+ yAxisMaxValue: e.yAxisMaxValue,
171
+ showLabels: e.showLabels || "",
172
+ divLineDashed: e.divLineDashed || "1",
173
+ crossLineColor: "#f2f5fa",
174
+ palettecolors: e.palettecolors || a,
175
+ chartBottomMargin: "5",
176
+ chartLeftMargin: "20",
177
+ divLineColor: e.divLineColor || c,
178
+ numVDivLines: e.numVDivLines || "28",
179
+ yAxisMinValue: 0,
180
+ plotSpacePercent: 60,
181
+ ...s({
182
+ ...e,
183
+ legendItemFont: e.legendItemFont || "Source Sans Pro"
184
+ }),
185
+ yAxisValueFontColor: e.yAxisNameFontColor || o,
186
+ yAxisValueFontSize: 10,
187
+ labelFontColor: e.labelFontColor || o,
188
+ labelFontSize: 10,
189
+ tooltipPosition: "top",
190
+ drawCrossLine: "1",
191
+ showCrossLineTooltip: "0",
192
+ numberPrefix: i(),
193
+ decimals: "2",
194
+ rotateLabels: e.rotateLabels || 0,
195
+ anchorRadius: e.anchorRadius || "4",
196
+ plotToolText: e.plotToolText || "<div class='tooltipItem'><span class='colorSquare' style='background-color:$color'></span><span>$seriesName</span><b>$dataValue</b></div>",
197
+ valueFontSize: e.valueFontSize || "8",
198
+ numbersuffix: e.numbersuffix,
199
+ labelStep: e.labelStep || d,
200
+ connectNullData: e.connectNullData,
201
+ legendIconBgAlpha: "100",
202
+ legendIconSides: "4",
203
+ legendIconBorderThickness: "0",
204
+ drawCustomLegendIcon: "1",
205
+ xAxisNameFontColor: e.xAxisNameFontColor || t
206
+ },
207
+ e
208
+ ), N = (e = {}) => ({
209
+ ...l(),
210
+ yAxisMaxValue: e.yAxisMaxValue,
211
+ drawCrossLine: "1",
212
+ showCrossLineTooltip: "0",
213
+ crossLineColor: "#f2f5fa",
214
+ canvasRightPadding: "15",
215
+ chartBottomMargin: "5",
216
+ divLineColor: c,
217
+ divLineDashed: "1",
218
+ palettecolors: a,
219
+ numVDivLines: "5",
220
+ numDivLines: "16",
221
+ plotSpacePercent: 40,
222
+ ...s(e),
223
+ labelFontSize: 12,
224
+ tooltipPosition: "bottom",
225
+ decimals: "2",
226
+ numberPrefix: e.prefix ?? i(),
227
+ plotToolText: A
228
+ }), B = (e = {}) => r(
229
+ {
230
+ xAxisName: "",
231
+ yAxisName: "",
232
+ showxaxisline: "1",
233
+ xaxislinecolor: "#E6E6E6",
234
+ showyaxisline: "0",
235
+ xAxisNameFont: "Inter",
236
+ xAxisNameFontSize: "10",
237
+ xAxisNameFontColor: t,
238
+ yAxisNameFont: "Inter",
239
+ yAxisNameFontSize: "10",
240
+ yAxisNameFontColor: t,
241
+ yAxisValueFont: "Inter",
242
+ yAxisValueFontColor: o,
243
+ yAxisValueFontSize: 10,
244
+ labelFont: "Inter",
245
+ labelFontColor: o,
246
+ labelFontSize: 10,
247
+ bgColor: "#ffffff",
248
+ canvasBgColor: "#ffffff",
249
+ showBorder: "0",
250
+ showCanvasBorder: "0",
251
+ divLineAlpha: "30",
252
+ divLineColor: "#CCCCCC",
253
+ divLineDashed: "1",
254
+ divLineDashLen: "4",
255
+ divLineDashGap: "4",
256
+ showAlternateHGridColor: "0",
257
+ showAlternateVGridColor: "0",
258
+ numVDivLines: "0",
259
+ yAxisMaxValue: e.yAxisMaxValue,
260
+ showLabels: e.showLabels || "1",
261
+ chartBottomMargin: "5",
262
+ chartLeftMargin: e.chartLeftMargin || "20",
263
+ yAxisMinValue: 0,
264
+ plotSpacePercent: e.plotSpacePercent ?? 60,
265
+ ...s({
266
+ ...e,
267
+ legendItemFont: e.legendItemFont || "Inter, sans-serif"
268
+ }),
269
+ tooltipPosition: "top",
270
+ drawCrossLine: "1",
271
+ crossLineColor: "#f2f5fa",
272
+ numberPrefix: e.graphLabel ? "" : i(),
273
+ decimals: "2",
274
+ rotateLabels: e.rotateLabels || 0,
275
+ numbersuffix: e.numbersuffix || "",
276
+ labelStep: e.labelStep || d,
277
+ showLegend: "0",
278
+ interactiveLegend: "1",
279
+ legendIconSides: e.legendIconSides || 4,
280
+ drawAnchors: e.drawAnchors || "1",
281
+ anchorRadius: "3",
282
+ anchorAlpha: "0",
283
+ anchorHoverRadius: "5",
284
+ anchorHoverAlpha: "100",
285
+ plotFillAlpha: "85",
286
+ plotBorderAlpha: "100",
287
+ plotBorderThickness: "2",
288
+ usePlotGradientColor: "1",
289
+ plotGradientColor: "#FFFFFF",
290
+ plotFillAngle: "90"
291
+ },
292
+ e
293
+ ), E = (e = {}) => ({
294
+ ...l(),
295
+ bgColor: "#ffffff",
296
+ canvasBgColor: "#ffffff",
297
+ showBorder: "0",
298
+ showCanvasBorder: "0",
299
+ divLineAlpha: "30",
300
+ divLineColor: "#CCCCCC",
301
+ divLineDashed: e.divLineDashed || "1",
302
+ divLineDashLen: "4",
303
+ divLineDashGap: "4",
304
+ showAlternateHGridColor: "0",
305
+ showAlternateVGridColor: "0",
306
+ numVDivLines: "0",
307
+ yAxisMaxValue: e.yAxisMaxValue,
308
+ showLabels: e.showLabels || "1",
309
+ chartBottomMargin: e.chartBottomMargin || "30",
310
+ chartLeftMargin: e.chartLeftMargin || "20",
311
+ yAxisMinValue: 0,
312
+ plotSpacePercent: e.plotSpacePercent ?? 60,
313
+ tooltipPosition: "top",
314
+ drawCrossLine: "1",
315
+ crossLineColor: "#999999",
316
+ crossLineAlpha: "60",
317
+ showCrossLineTooltip: "0",
318
+ numberPrefix: e.numberPrefix ?? i(),
319
+ decimals: e.decimals || "0",
320
+ rotateLabels: e.rotateLabels || 0,
321
+ numbersuffix: e.numbersuffix || "",
322
+ labelStep: e.labelStep || d,
323
+ showLegend: "0",
324
+ interactiveLegend: "0",
325
+ legendNumRows: "0",
326
+ drawAnchors: e.drawAnchors || "1",
327
+ anchorRadius: e.anchorRadius || "3",
328
+ anchorBgColor: "#FFFFFF",
329
+ anchorBorderColor: e.palettecolors?.split(",")[0]?.trim() || "#8ECFFF",
330
+ anchorBorderThickness: "2",
331
+ anchorHoverRadius: "4",
332
+ plotFillAlpha: "30",
333
+ plotBorderAlpha: "100",
334
+ plotBorderThickness: "2",
335
+ showToolTip: "1",
336
+ seriesNameInToolTip: "0",
337
+ toolTipSepChar: "",
338
+ plottooltext: "$toolText",
339
+ palettecolors: e.palettecolors || "#8ECFFF",
340
+ // Scroll-specific properties
341
+ numVisiblePlot: e.numVisiblePlot || "8",
342
+ scrollShowButtons: "0",
343
+ scrollColor: "#CCCCCC",
344
+ scrollHeight: "10",
345
+ flatScrollBars: "1",
346
+ scrollPadding: "5",
347
+ showxaxisline: "1",
348
+ xaxislinecolor: "#E6E6E6",
349
+ showyaxisline: "0"
350
+ }), M = (e = {}) => r(
351
+ {
352
+ ...l(),
353
+ showLabels: e.showLabels || "1",
354
+ divLineDashed: e.divLineDashed || "1",
355
+ crossLineColor: S,
356
+ palettecolors: e.palettecolors || a,
357
+ chartBottomMargin: "5",
358
+ chartLeftMargin: e.chartLeftMargin || "20",
359
+ divLineColor: e.divLineColor || c,
360
+ numVDivLines: e.numVDivLines || "9",
361
+ yAxisMinValue: 0,
362
+ plotSpacePercent: e.plotSpacePercent ?? 48,
363
+ plotPaddingPercent: e.plotPaddingPercent ?? 20,
364
+ ...s({
365
+ ...e,
366
+ legendItemFont: e.legendItemFont || "Inter, sans-serif"
367
+ }),
368
+ yAxisValueFontColor: e.yAxisValueFontColor || o,
369
+ yAxisValueFontSize: e.yAxisValueFontSize || 10,
370
+ labelFontColor: e.labelFontColor || o,
371
+ labelFontSize: e.labelFontSize || 10,
372
+ tooltipPosition: "top",
373
+ drawCrossLine: e.drawCrossLine || "1",
374
+ showCrossLineTooltip: "0",
375
+ decimals: e.decimals || "2",
376
+ rotateLabels: e.rotateLabels || 0,
377
+ anchorRadius: e.anchorRadius || "4",
378
+ numbersuffix: e.numbersuffix || "",
379
+ showLegend: "0",
380
+ interactiveLegend: "1",
381
+ legendIconSides: e.legendIconSides || 4,
382
+ legendIconBorderThickness: e.legendIconBorderThickness ?? "0",
383
+ legendIconBgAlpha: "100",
384
+ drawCustomLegendIcon: "1",
385
+ maxColWidth: 30,
386
+ useRoundEdges: "0",
387
+ showValues: e.showValues || "0"
388
+ },
389
+ e
390
+ ), z = (e = {}) => ({
391
+ yAxisMaxValue: e.yAxisMaxValue,
392
+ animation: "0",
393
+ showToolTip: e.showToolTip ?? "0",
394
+ plotToolText: e.plotToolText,
395
+ caption: "",
396
+ subCaption: "",
397
+ numberPrefix: e.numberPrefix ?? "$",
398
+ bgColor: "#ffffff",
399
+ startingAngle: "0",
400
+ showLegend: "0",
401
+ defaultCenterLabel: e.defaultCenterLabel,
402
+ centerLabel: "",
403
+ centerLabelBold: "1",
404
+ centerLabelFontSize: "10",
405
+ centerLabelFont: "Inter",
406
+ centerLabelColor: "#050505",
407
+ showHoverEffect: "0",
408
+ plotHighlightEffect: "fadeout|alpha=100",
409
+ decimals: "0",
410
+ theme: "fusion",
411
+ skipOverlapLabels: "0",
412
+ showLabels: e.showLabels || "1",
413
+ showValues: "1",
414
+ palettecolors: e.palettecolors || a,
415
+ enableSlicing: "0",
416
+ chartLeftMargin: "10",
417
+ chartTopMargin: "10",
418
+ chartRightMargin: "10",
419
+ chartBottomMargin: "10",
420
+ pieRadius: e.pieRadius ?? 100,
421
+ doughnutRadius: e.doughnutRadius ?? 55,
422
+ labelFontSize: "10",
423
+ labelFontColor: "#050505",
424
+ labelFontBold: "1",
425
+ labelFont: "Inter, sans-serif",
426
+ labelDistance: "10",
427
+ isSmartLineSlanted: 1,
428
+ smartLineColor: "#999999",
429
+ smartLineThickness: "1",
430
+ showpercentvalues: "0",
431
+ showPercentInTooltip: "1",
432
+ enableSmartLabels: "1",
433
+ manageLabelOverflow: "0",
434
+ useDataPlotColorForLabels: "0",
435
+ enableRotation: "0"
436
+ });
437
+ export {
438
+ T as getBaseConfig,
439
+ V as getCommonChartShell,
440
+ z as getDoughnutChartShell,
441
+ y as getGroupChartShell,
442
+ s as getLegendProps,
443
+ P as getLineChartShell,
444
+ M as getMsCombiDy2dChartShell,
445
+ D as getMultipleLineChartShell,
446
+ E as getScrollAreaChartShell,
447
+ l as getSharedAxisChartProps,
448
+ B as getStackedAreaChartShell,
449
+ N as getStackedBarChartShell,
450
+ I as getStackedColumnChartShell,
451
+ r as withRightLegend
452
+ };
@@ -0,0 +1,33 @@
1
+ import { FusionChartProps } from '../_types/fusionChart.types';
2
+ /**
3
+ * Test props for all FusionChart graph types.
4
+ * Import and use these to quickly render any chart variant.
5
+ */
6
+ export declare const COLUMN_2D_PROPS: FusionChartProps;
7
+ export declare const BAR_2D_PROPS: FusionChartProps;
8
+ export declare const GROUP_CHART_PROPS: FusionChartProps;
9
+ export declare const STACKED_COLUMN_PROPS: FusionChartProps;
10
+ export declare const LINE_CHART_PROPS: FusionChartProps;
11
+ export declare const MULTIPLE_LINE_CHART_PROPS: FusionChartProps;
12
+ export declare const STACKED_AREA_PROPS: FusionChartProps;
13
+ export declare const DOUGHNUT_CHART_PROPS: FusionChartProps;
14
+ export declare const STACKED_BAR_CHART_PROPS: FusionChartProps;
15
+ export declare const AREA_CHART_PROPS: FusionChartProps;
16
+ export declare const SANKEY_CHART_PROPS: FusionChartProps;
17
+ /**
18
+ * All chart props in a single object for easy iteration.
19
+ */
20
+ export declare const ALL_CHART_PROPS: {
21
+ column2d: FusionChartProps;
22
+ bar2d: FusionChartProps;
23
+ groupChart: FusionChartProps;
24
+ stackedcolumn2d: FusionChartProps;
25
+ line: FusionChartProps;
26
+ multipleLineChart: FusionChartProps;
27
+ stackedArea: FusionChartProps;
28
+ doughnutChart: FusionChartProps;
29
+ stackBarChart: FusionChartProps;
30
+ area: FusionChartProps;
31
+ sankey: FusionChartProps;
32
+ };
33
+ //# sourceMappingURL=chartTestData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chartTestData.d.ts","sourceRoot":"","sources":["../../../../lib/components/FusionChart/_constant/chartTestData.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAEpE;;;GAGG;AAEH,eAAO,MAAM,eAAe,EAAE,gBAkB7B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,gBAkB1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,gBAwD/B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,gBAsElC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,gBAa9B,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,gBA4FvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,gBAoEhC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,gBAmBlC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,gBA2CrC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,gBAc9B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,gBAsBhC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;CAY3B,CAAC"}