@capillarytech/blaze-ui 1.0.3-alpha.8 → 1.1.0-alpha.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 (263) hide show
  1. package/{CapAlert → dist/CapAlert}/index.js +9 -85
  2. package/dist/CapAlert/index.js.map +1 -0
  3. package/{CapButton → dist/CapButton}/index.js +78 -104
  4. package/dist/CapButton/index.js.map +1 -0
  5. package/{CapCard → dist/CapCard}/index.js +9 -85
  6. package/dist/CapCard/index.js.map +1 -0
  7. package/{CapCheckbox → dist/CapCheckbox}/index.js +10 -86
  8. package/dist/CapCheckbox/index.js.map +1 -0
  9. package/{CapColumn → dist/CapColumn}/index.js +9 -85
  10. package/dist/CapColumn/index.js.map +1 -0
  11. package/{CapDivider → dist/CapDivider}/index.js +9 -85
  12. package/dist/CapDivider/index.js.map +1 -0
  13. package/{CapDropdown → dist/CapDropdown}/index.js +9 -85
  14. package/dist/CapDropdown/index.js.map +1 -0
  15. package/{CapForm → dist/CapForm}/index.js +9 -85
  16. package/dist/CapForm/index.js.map +1 -0
  17. package/{CapFormItem → dist/CapFormItem}/index.js +9 -85
  18. package/dist/CapFormItem/index.js.map +1 -0
  19. package/{CapIcon → dist/CapIcon}/index.js +77 -103
  20. package/dist/CapIcon/index.js.map +1 -0
  21. package/{CapLabel → dist/CapLabel}/index.js +9 -85
  22. package/dist/CapLabel/index.js.map +1 -0
  23. package/{CapMenu → dist/CapMenu}/index.js +9 -85
  24. package/dist/CapMenu/index.js.map +1 -0
  25. package/{CapRadio → dist/CapRadio}/index.js +10 -86
  26. package/dist/CapRadio/index.js.map +1 -0
  27. package/{CapRow → dist/CapRow}/index.js +9 -85
  28. package/dist/CapRow/index.js.map +1 -0
  29. package/{CapSwitch → dist/CapSwitch}/index.js +9 -85
  30. package/dist/CapSwitch/index.js.map +1 -0
  31. package/{CapTab → dist/CapTab}/index.js +9 -85
  32. package/dist/CapTab/index.js.map +1 -0
  33. package/dist/CapTable/index.js +1115 -0
  34. package/dist/CapTable/index.js.map +1 -0
  35. package/{CapTooltip → dist/CapTooltip}/index.js +9 -85
  36. package/dist/CapTooltip/index.js.map +1 -0
  37. package/{CapTooltipWithInfo → dist/CapTooltipWithInfo}/index.js +79 -105
  38. package/dist/CapTooltipWithInfo/index.js.map +1 -0
  39. package/{CapUnifiedSelect → dist/CapUnifiedSelect}/index.js +148 -1346
  40. package/dist/CapUnifiedSelect/index.js.map +1 -0
  41. package/dist/index.js +5872 -0
  42. package/dist/index.js.map +1 -0
  43. package/{utils → dist/utils}/index.js.map +1 -1
  44. package/package.json +112 -160
  45. package/.DS_Store +0 -0
  46. package/CapAlert/CapAlert.d.ts +0 -12
  47. package/CapAlert/CapAlert.d.ts.map +0 -1
  48. package/CapAlert/CapAlert.test.d.ts +0 -2
  49. package/CapAlert/CapAlert.test.d.ts.map +0 -1
  50. package/CapAlert/index.d.ts +0 -3
  51. package/CapAlert/index.d.ts.map +0 -1
  52. package/CapAlert/index.js.map +0 -1
  53. package/CapButton/CapButton.d.ts +0 -11
  54. package/CapButton/CapButton.d.ts.map +0 -1
  55. package/CapButton/CapButton.test.d.ts +0 -2
  56. package/CapButton/CapButton.test.d.ts.map +0 -1
  57. package/CapButton/index.d.ts +0 -3
  58. package/CapButton/index.d.ts.map +0 -1
  59. package/CapButton/index.js.map +0 -1
  60. package/CapCard/CapCard.d.ts +0 -9
  61. package/CapCard/CapCard.d.ts.map +0 -1
  62. package/CapCard/CapCard.test.d.ts +0 -2
  63. package/CapCard/CapCard.test.d.ts.map +0 -1
  64. package/CapCard/index.d.ts +0 -3
  65. package/CapCard/index.d.ts.map +0 -1
  66. package/CapCard/index.js.map +0 -1
  67. package/CapCheckbox/CapCheckbox.d.ts +0 -17
  68. package/CapCheckbox/CapCheckbox.d.ts.map +0 -1
  69. package/CapCheckbox/CapCheckbox.test.d.ts +0 -2
  70. package/CapCheckbox/CapCheckbox.test.d.ts.map +0 -1
  71. package/CapCheckbox/index.d.ts +0 -3
  72. package/CapCheckbox/index.d.ts.map +0 -1
  73. package/CapCheckbox/index.js.map +0 -1
  74. package/CapColumn/CapColumn.d.ts +0 -9
  75. package/CapColumn/CapColumn.d.ts.map +0 -1
  76. package/CapColumn/CapColumn.test.d.ts +0 -2
  77. package/CapColumn/CapColumn.test.d.ts.map +0 -1
  78. package/CapColumn/index.d.ts +0 -3
  79. package/CapColumn/index.d.ts.map +0 -1
  80. package/CapColumn/index.js.map +0 -1
  81. package/CapDivider/CapDivider.d.ts +0 -9
  82. package/CapDivider/CapDivider.d.ts.map +0 -1
  83. package/CapDivider/CapDivider.test.d.ts +0 -2
  84. package/CapDivider/CapDivider.test.d.ts.map +0 -1
  85. package/CapDivider/index.d.ts +0 -3
  86. package/CapDivider/index.d.ts.map +0 -1
  87. package/CapDivider/index.js.map +0 -1
  88. package/CapDropdown/CapDropdown.d.ts +0 -20
  89. package/CapDropdown/CapDropdown.d.ts.map +0 -1
  90. package/CapDropdown/CapDropdown.test.d.ts +0 -2
  91. package/CapDropdown/CapDropdown.test.d.ts.map +0 -1
  92. package/CapDropdown/index.d.ts +0 -3
  93. package/CapDropdown/index.d.ts.map +0 -1
  94. package/CapDropdown/index.js.map +0 -1
  95. package/CapForm/CapForm.d.ts +0 -10
  96. package/CapForm/CapForm.d.ts.map +0 -1
  97. package/CapForm/CapForm.test.d.ts +0 -2
  98. package/CapForm/CapForm.test.d.ts.map +0 -1
  99. package/CapForm/index.d.ts +0 -3
  100. package/CapForm/index.d.ts.map +0 -1
  101. package/CapForm/index.js.map +0 -1
  102. package/CapFormItem/CapFormItem.d.ts +0 -13
  103. package/CapFormItem/CapFormItem.d.ts.map +0 -1
  104. package/CapFormItem/CapFormItem.test.d.ts +0 -2
  105. package/CapFormItem/CapFormItem.test.d.ts.map +0 -1
  106. package/CapFormItem/index.d.ts +0 -3
  107. package/CapFormItem/index.d.ts.map +0 -1
  108. package/CapFormItem/index.js.map +0 -1
  109. package/CapIcon/CapIcon.d.ts +0 -31
  110. package/CapIcon/CapIcon.d.ts.map +0 -1
  111. package/CapIcon/CapIcon.test.d.ts +0 -2
  112. package/CapIcon/CapIcon.test.d.ts.map +0 -1
  113. package/CapIcon/index.d.ts +0 -3
  114. package/CapIcon/index.d.ts.map +0 -1
  115. package/CapIcon/index.js.map +0 -1
  116. package/CapInput/CapInput.d.ts +0 -11
  117. package/CapInput/CapInput.d.ts.map +0 -1
  118. package/CapInput/CapInput.test.d.ts +0 -2
  119. package/CapInput/CapInput.test.d.ts.map +0 -1
  120. package/CapInput/Number.d.ts +0 -9
  121. package/CapInput/Number.d.ts.map +0 -1
  122. package/CapInput/Number.test.d.ts +0 -2
  123. package/CapInput/Number.test.d.ts.map +0 -1
  124. package/CapInput/Search.d.ts +0 -9
  125. package/CapInput/Search.d.ts.map +0 -1
  126. package/CapInput/Search.test.d.ts +0 -2
  127. package/CapInput/Search.test.d.ts.map +0 -1
  128. package/CapInput/TextArea.d.ts +0 -9
  129. package/CapInput/TextArea.d.ts.map +0 -1
  130. package/CapInput/TextArea.test.d.ts +0 -2
  131. package/CapInput/TextArea.test.d.ts.map +0 -1
  132. package/CapInput/index.d.ts +0 -9
  133. package/CapInput/index.d.ts.map +0 -1
  134. package/CapLabel/CapLabel.d.ts +0 -23
  135. package/CapLabel/CapLabel.d.ts.map +0 -1
  136. package/CapLabel/CapLabel.test.d.ts +0 -2
  137. package/CapLabel/CapLabel.test.d.ts.map +0 -1
  138. package/CapLabel/index.d.ts +0 -3
  139. package/CapLabel/index.d.ts.map +0 -1
  140. package/CapLabel/index.js.map +0 -1
  141. package/CapMenu/CapMenu.d.ts +0 -27
  142. package/CapMenu/CapMenu.d.ts.map +0 -1
  143. package/CapMenu/CapMenu.test.d.ts +0 -2
  144. package/CapMenu/CapMenu.test.d.ts.map +0 -1
  145. package/CapMenu/index.d.ts +0 -3
  146. package/CapMenu/index.d.ts.map +0 -1
  147. package/CapMenu/index.js.map +0 -1
  148. package/CapRadio/CapRadio.d.ts +0 -18
  149. package/CapRadio/CapRadio.d.ts.map +0 -1
  150. package/CapRadio/CapRadio.test.d.ts +0 -2
  151. package/CapRadio/CapRadio.test.d.ts.map +0 -1
  152. package/CapRadio/index.d.ts +0 -3
  153. package/CapRadio/index.d.ts.map +0 -1
  154. package/CapRadio/index.js.map +0 -1
  155. package/CapRow/CapRow.d.ts +0 -27
  156. package/CapRow/CapRow.d.ts.map +0 -1
  157. package/CapRow/CapRow.test.d.ts +0 -2
  158. package/CapRow/CapRow.test.d.ts.map +0 -1
  159. package/CapRow/index.d.ts +0 -3
  160. package/CapRow/index.d.ts.map +0 -1
  161. package/CapRow/index.js.map +0 -1
  162. package/CapSkeleton/CapSkeleton.d.ts +0 -8
  163. package/CapSkeleton/CapSkeleton.d.ts.map +0 -1
  164. package/CapSkeleton/CapSkeleton.test.d.ts +0 -2
  165. package/CapSkeleton/CapSkeleton.test.d.ts.map +0 -1
  166. package/CapSkeleton/index.d.ts +0 -3
  167. package/CapSkeleton/index.d.ts.map +0 -1
  168. package/CapSpin/CapSpin.d.ts +0 -8
  169. package/CapSpin/CapSpin.d.ts.map +0 -1
  170. package/CapSpin/CapSpin.test.d.ts +0 -2
  171. package/CapSpin/CapSpin.test.d.ts.map +0 -1
  172. package/CapSpin/index.d.ts +0 -3
  173. package/CapSpin/index.d.ts.map +0 -1
  174. package/CapSwitch/CapSwitch.d.ts +0 -12
  175. package/CapSwitch/CapSwitch.d.ts.map +0 -1
  176. package/CapSwitch/CapSwitch.test.d.ts +0 -2
  177. package/CapSwitch/CapSwitch.test.d.ts.map +0 -1
  178. package/CapSwitch/index.d.ts +0 -3
  179. package/CapSwitch/index.d.ts.map +0 -1
  180. package/CapSwitch/index.js.map +0 -1
  181. package/CapTab/CapTab.d.ts +0 -21
  182. package/CapTab/CapTab.d.ts.map +0 -1
  183. package/CapTab/CapTab.test.d.ts +0 -2
  184. package/CapTab/CapTab.test.d.ts.map +0 -1
  185. package/CapTab/index.d.ts +0 -3
  186. package/CapTab/index.d.ts.map +0 -1
  187. package/CapTab/index.js.map +0 -1
  188. package/CapTable/CapTable.d.ts +0 -27
  189. package/CapTable/CapTable.d.ts.map +0 -1
  190. package/CapTable/CapTable.test.d.ts +0 -2
  191. package/CapTable/CapTable.test.d.ts.map +0 -1
  192. package/CapTable/index.d.ts +0 -3
  193. package/CapTable/index.d.ts.map +0 -1
  194. package/CapTable/index.js +0 -18315
  195. package/CapTable/index.js.map +0 -1
  196. package/CapTable/loadable.d.ts +0 -5
  197. package/CapTable/loadable.d.ts.map +0 -1
  198. package/CapTable/loadable.test.d.ts +0 -2
  199. package/CapTable/loadable.test.d.ts.map +0 -1
  200. package/CapTestSelect/CapTestSelect.d.ts +0 -24
  201. package/CapTestSelect/CapTestSelect.d.ts.map +0 -1
  202. package/CapTestSelect/CapTestSelect.test.d.ts +0 -2
  203. package/CapTestSelect/CapTestSelect.test.d.ts.map +0 -1
  204. package/CapTestSelect/index.d.ts +0 -3
  205. package/CapTestSelect/index.d.ts.map +0 -1
  206. package/CapTooltip/CapTooltip.d.ts +0 -10
  207. package/CapTooltip/CapTooltip.d.ts.map +0 -1
  208. package/CapTooltip/CapTooltip.test.d.ts +0 -2
  209. package/CapTooltip/CapTooltip.test.d.ts.map +0 -1
  210. package/CapTooltip/index.d.ts +0 -3
  211. package/CapTooltip/index.d.ts.map +0 -1
  212. package/CapTooltip/index.js.map +0 -1
  213. package/CapTooltipWithInfo/CapTooltipWithInfo.d.ts +0 -18
  214. package/CapTooltipWithInfo/CapTooltipWithInfo.d.ts.map +0 -1
  215. package/CapTooltipWithInfo/CapTooltipWithInfo.test.d.ts +0 -2
  216. package/CapTooltipWithInfo/CapTooltipWithInfo.test.d.ts.map +0 -1
  217. package/CapTooltipWithInfo/index.d.ts +0 -3
  218. package/CapTooltipWithInfo/index.d.ts.map +0 -1
  219. package/CapTooltipWithInfo/index.js.map +0 -1
  220. package/CapUnifiedSelect/CapUnifiedSelect.d.ts +0 -144
  221. package/CapUnifiedSelect/CapUnifiedSelect.d.ts.map +0 -1
  222. package/CapUnifiedSelect/CapUnifiedSelect.test.d.ts +0 -2
  223. package/CapUnifiedSelect/CapUnifiedSelect.test.d.ts.map +0 -1
  224. package/CapUnifiedSelect/constants.d.ts +0 -57
  225. package/CapUnifiedSelect/constants.d.ts.map +0 -1
  226. package/CapUnifiedSelect/index.d.ts +0 -3
  227. package/CapUnifiedSelect/index.d.ts.map +0 -1
  228. package/CapUnifiedSelect/index.js.map +0 -1
  229. package/CapUnifiedSelect/messages.d.ts +0 -24
  230. package/CapUnifiedSelect/messages.d.ts.map +0 -1
  231. package/CapUnifiedSelect/testData.d.ts +0 -107
  232. package/CapUnifiedSelect/testData.d.ts.map +0 -1
  233. package/LocaleHoc/index.d.ts +0 -9
  234. package/LocaleHoc/index.d.ts.map +0 -1
  235. package/LocaleHoc/index.test.d.ts +0 -2
  236. package/LocaleHoc/index.test.d.ts.map +0 -1
  237. package/index.d.ts +0 -54
  238. package/index.d.ts.map +0 -1
  239. package/index.js +0 -24149
  240. package/index.js.map +0 -1
  241. package/styled/variables.d.ts +0 -150
  242. package/styled/variables.d.ts.map +0 -1
  243. package/utils/fonts.d.ts +0 -49
  244. package/utils/fonts.d.ts.map +0 -1
  245. package/utils/fonts.test.d.ts +0 -2
  246. package/utils/fonts.test.d.ts.map +0 -1
  247. package/utils/index.d.ts +0 -44
  248. package/utils/index.d.ts.map +0 -1
  249. package/utils/styles.d.ts +0 -19
  250. package/utils/styles.d.ts.map +0 -1
  251. /package/{CapInput → dist/CapInput}/index.js +0 -0
  252. /package/{CapInput → dist/CapInput}/index.js.map +0 -0
  253. /package/{CapSkeleton → dist/CapSkeleton}/index.js +0 -0
  254. /package/{CapSkeleton → dist/CapSkeleton}/index.js.map +0 -0
  255. /package/{CapSpin → dist/CapSpin}/index.js +0 -0
  256. /package/{CapSpin → dist/CapSpin}/index.js.map +0 -0
  257. /package/{CapTestSelect → dist/CapTestSelect}/index.js +0 -0
  258. /package/{CapTestSelect → dist/CapTestSelect}/index.js.map +0 -0
  259. /package/{LocaleHoc → dist/LocaleHoc}/index.js +0 -0
  260. /package/{LocaleHoc → dist/LocaleHoc}/index.js.map +0 -0
  261. /package/{assets → dist/assets}/upload.svg +0 -0
  262. /package/{styled → dist/styled}/variables.scss +0 -0
  263. /package/{utils → dist/utils}/index.js +0 -0
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import type { CapTableProps } from './CapTable';
3
- declare const CapTableLoadable: React.FC<CapTableProps>;
4
- export default CapTableLoadable;
5
- //# sourceMappingURL=loadable.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"loadable.d.ts","sourceRoot":"","sources":["../../components/CapTable/loadable.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAIhD,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAI7C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=loadable.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"loadable.test.d.ts","sourceRoot":"","sources":["../../components/CapTable/loadable.test.tsx"],"names":[],"mappings":""}
@@ -1,24 +0,0 @@
1
- import type { SelectProps } from 'antd-v5';
2
- import React from 'react';
3
- /**
4
- * Test component to verify Ant Design v5 Select integration
5
- * This is a simple wrapper for testing purposes only
6
- */
7
- export interface CapTestSelectProps extends SelectProps {
8
- allowClear?: boolean;
9
- defaultValue?: string | number | Array<string | number>;
10
- disabled?: boolean;
11
- loading?: boolean;
12
- mode?: 'multiple' | 'tags';
13
- placeholder?: string;
14
- showSearch?: boolean;
15
- value?: string | number | Array<string | number>;
16
- options?: Array<{
17
- label?: React.ReactNode;
18
- value?: string | number;
19
- disabled?: boolean;
20
- }>;
21
- }
22
- declare const CapTestSelect: React.FC<CapTestSelectProps>;
23
- export default CapTestSelect;
24
- //# sourceMappingURL=CapTestSelect.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CapTestSelect.d.ts","sourceRoot":"","sources":["../../components/CapTestSelect/CapTestSelect.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;GAGG;AAEH,MAAM,WAAW,kBAAmB,SAAQ,WAAW;IAErD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACxD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACjD,OAAO,CAAC,EAAE,KAAK,CAAC;QACd,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QACxB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,CAAC,CAAC;CACJ;AAED,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAgB/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=CapTestSelect.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CapTestSelect.test.d.ts","sourceRoot":"","sources":["../../components/CapTestSelect/CapTestSelect.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- export { default } from './CapTestSelect';
2
- export type { CapTestSelectProps } from './CapTestSelect';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/CapTestSelect/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1,10 +0,0 @@
1
- import type { TooltipProps } from 'antd-v5';
2
- import React from 'react';
3
- export interface CapTooltipProps extends Omit<TooltipProps, 'open' | 'defaultOpen' | 'onOpenChange'> {
4
- open?: boolean;
5
- defaultOpen?: boolean;
6
- onOpenChange?: (open: boolean) => void;
7
- }
8
- declare const CapTooltip: React.FC<CapTooltipProps>;
9
- export default CapTooltip;
10
- //# sourceMappingURL=CapTooltip.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CapTooltip.d.ts","sourceRoot":"","sources":["../../components/CapTooltip/CapTooltip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,YAAY,EAAE,MAAM,GAAG,aAAa,GAAG,cAAc,CAAC;IAEnE,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACxC;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA6CzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=CapTooltip.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CapTooltip.test.d.ts","sourceRoot":"","sources":["../../components/CapTooltip/CapTooltip.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- export { default } from './CapTooltip';
2
- export type { CapTooltipProps } from './CapTooltip';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/CapTooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CapTooltip/index.js","mappings":";;;;;;;AAAa;;AAEb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oC;;;;;;;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACa,MAAM,mBAAO,CAAC,IAAO,6KAA6K;AAC/M,kBAAkB,UAAU,eAAe,qBAAqB,6BAA6B,0BAA0B,0DAA0D,4EAA4E,OAAO,wDAAwD,gBAAgB,GAAG,WAAW,GAAG,YAAY;;;;;;;;;ACV5V;;AAEb;AACA;AACA,E;;;;;;;ACJA;AACA,+CAA+C,mBAAO,CAAC,IAA4D;AACnH,kCAAkC,mBAAO,CAAC,IAAmD;AAC7F;AACA;AACA,8FAA8F,yBAAyB,WAAW,wBAAwB,eAAe,qBAAqB,sBAAsB,oBAAoB,qBAAqB,4DAA4D,yBAAyB,0CAA0C,qBAAqB,mBAAmB,6DAA6D,oBAAoB,8BAA8B,qBAAqB;AACxiB;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;ACZA,oC;;;;;;;;ACAa;;AAEb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,IAAI;AACJ;AACA;AACA,oDAAoD;AACpD;AACA;AACA,4CAA4C;AAC5C;AACA;AACA;AACA,mFAAmF;AACnF;AACA;AACA;AACA,eAAe;AACf;AACA;AACA,eAAe;AACf;AACA;AACA,eAAe;AACf;AACA;;AAEA;AACA;AACA;AACA;AACA,IAAI;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,gCAAgC;AAChC;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,wB;;;;;;;;ACrFa;;AAEb,IAAI,IAAqC;AACzC,EAAE,0CAAqE;AACvE,EAAE,KAAK;AAAA,EAEN;;;;;;;;;ACNY;;AAEb;AACA;AACA,cAAc,KAAwC,GAAG,sBAAiB,GAAG,CAAI;AACjF;AACA;AACA;AACA;AACA,gD;;;;;;;;ACTa;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AAS;IAAE,GACvDC,IAAI;MAAAhB,QAAA,EAEPA;IAAQ,EACF;EAAC,CACP,CAAC;AAEV,CAAC;AAAC,IAAAuB,QAAA,GAAAC,kBAAA,GAEa3B,UAAU,C;;;;;;;;AC9DZ;;AAEb;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,qDAAqD;AACrD;AACA;AACA,gDAAgD;AAChD;AACA;AACA,qFAAqF;AACrF;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,iBAAiB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB,qBAAqB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,sFAAsF,qBAAqB;AAC3G;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,iDAAiD,qBAAqB;AACtE;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,sDAAsD,qBAAqB;AAC3E;AACA;AACA;AACA;AACA;AACA;AACA;AACA,E;;;;;;;ACpFA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA,gBAAgB;;AAEhB;AACA;;AAEA,kBAAkB,sBAAsB;AACxC;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,KAAK,KAA6B;AAClC;AACA;AACA,GAAG,SAAS,IAA4E;AACxF;AACA,EAAE,iCAAqB,EAAE,mCAAE;AAC3B;AACA,GAAG;AAAA,kGAAC;AACJ,GAAG,KAAK;AAAA,EAEN;AACF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC3ED,MAAkG;AAClG,MAAiG;AACjG,MAA+F;AAC/F,MAAkH;AAClH,MAA2G;AAC3G;AACA,MAA2M;AAC3M;AACA;;AAEA;;AAEA;AACA,wBAAwB,kHAAa;AACrC,iBAAiB,uGAAa;AAC9B,iBAAiB,wGAAM;AACvB,6BAA6B,sGAAkB;;AAE/C,aAAa,0GAAG,CAAC,8KAAO;;;;AAIqJ;AAC7K,OAAO,iEAAe,8KAAO,IAAI,qLAAc,GAAG,qLAAc,YAAY,EAAC;;;;;;;;;ACxBhE;;AAEb;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kC;;;;;;;;ACjCA,kC;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA,E;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA,E;;;;;WCPA,wF;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D,E;;;;;WCNA,mC;;;;;;;;;;;;;ACAA,IAAA4B,WAAA,GAAAlD,sBAAA,CAAAF,mBAAA;AAAuCmD,kBAAA,GAAAC,WAAA,CAAA3C,OAAA;AAAA,SAAAP,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA,K","sources":["webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/insertStyleElement.js","webpack://@capillarytech/blaze-ui/./node_modules/react/cjs/react-jsx-runtime.production.min.js","webpack://@capillarytech/blaze-ui/./node_modules/css-loader/dist/runtime/noSourceMaps.js","webpack://@capillarytech/blaze-ui/./components/CapTooltip/styles.scss","webpack://@capillarytech/blaze-ui/external commonjs2 \"antd-v5\"","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/singletonStyleDomAPI.js","webpack://@capillarytech/blaze-ui/./node_modules/react/jsx-runtime.js","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack://@capillarytech/blaze-ui/./components/CapTooltip/CapTooltip.tsx","webpack://@capillarytech/blaze-ui/./node_modules/css-loader/dist/runtime/api.js","webpack://@capillarytech/blaze-ui/./node_modules/classnames/index.js","webpack://@capillarytech/blaze-ui/./components/CapTooltip/styles.scss?64b4","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/insertBySelector.js","webpack://@capillarytech/blaze-ui/external commonjs2 {\"commonjs\":\"react\",\"commonjs2\":\"react\",\"amd\":\"react\",\"root\":\"React\"}","webpack://@capillarytech/blaze-ui/webpack/bootstrap","webpack://@capillarytech/blaze-ui/webpack/runtime/compat get default export","webpack://@capillarytech/blaze-ui/webpack/runtime/define property getters","webpack://@capillarytech/blaze-ui/webpack/runtime/hasOwnProperty shorthand","webpack://@capillarytech/blaze-ui/webpack/runtime/make namespace object","webpack://@capillarytech/blaze-ui/webpack/runtime/nonce","webpack://@capillarytech/blaze-ui/./components/CapTooltip/index.ts"],"sourcesContent":["\"use strict\";\n\n/* istanbul ignore next */\nfunction insertStyleElement(options) {\n var element = document.createElement(\"style\");\n options.setAttributes(element, options.attributes);\n options.insert(element, options.options);\n return element;\n}\nmodule.exports = insertStyleElement;","/**\n * @license React\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var f=require(\"react\"),k=Symbol.for(\"react.element\"),l=Symbol.for(\"react.fragment\"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=\"\"+g);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;\n","\"use strict\";\n\nmodule.exports = function (i) {\n return i[1];\n};","// Imports\nvar ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ = require(\"../../node_modules/css-loader/dist/runtime/noSourceMaps.js\");\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.blaze-ui-cap-tooltip-overlay-v2 .ant-tooltip-inner{background-color:#091e42;color:#fff;padding:.571rem .857rem;font-size:1rem;line-height:1.429rem;border-radius:.286rem;max-width:21.429rem;word-wrap:break-word}.blaze-ui-cap-tooltip-overlay-v2 .ant-tooltip-arrow::before{background-color:#091e42}.blaze-ui-button-disabled-tooltip-wrapper{display:inline-block;cursor:not-allowed}.blaze-ui-button-disabled-tooltip-wrapper .ant-btn[disabled]{pointer-events:none}.blaze-ui-cap-tooltip-wrapper{display:inline-block}`, \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"cap-tooltip-overlay-v2\": `blaze-ui-cap-tooltip-overlay-v2`,\n\t\"button-disabled-tooltip-wrapper\": `blaze-ui-button-disabled-tooltip-wrapper`,\n\t\"cap-tooltip-wrapper\": `blaze-ui-cap-tooltip-wrapper`\n};\nmodule.exports = ___CSS_LOADER_EXPORT___;\n","module.exports = require(\"antd-v5\");","\"use strict\";\n\n/* istanbul ignore next */\nvar replaceText = function replaceText() {\n var textStore = [];\n return function replace(index, replacement) {\n textStore[index] = replacement;\n return textStore.filter(Boolean).join(\"\\n\");\n };\n}();\n\n/* istanbul ignore next */\nfunction apply(styleElement, index, remove, obj) {\n var css;\n if (remove) {\n css = \"\";\n } else {\n css = \"\";\n if (obj.supports) {\n css += \"@supports (\".concat(obj.supports, \") {\");\n }\n if (obj.media) {\n css += \"@media \".concat(obj.media, \" {\");\n }\n var needLayer = typeof obj.layer !== \"undefined\";\n if (needLayer) {\n css += \"@layer\".concat(obj.layer.length > 0 ? \" \".concat(obj.layer) : \"\", \" {\");\n }\n css += obj.css;\n if (needLayer) {\n css += \"}\";\n }\n if (obj.media) {\n css += \"}\";\n }\n if (obj.supports) {\n css += \"}\";\n }\n }\n\n // For old IE\n /* istanbul ignore if */\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = replaceText(index, css);\n } else {\n var cssNode = document.createTextNode(css);\n var childNodes = styleElement.childNodes;\n if (childNodes[index]) {\n styleElement.removeChild(childNodes[index]);\n }\n if (childNodes.length) {\n styleElement.insertBefore(cssNode, childNodes[index]);\n } else {\n styleElement.appendChild(cssNode);\n }\n }\n}\nvar singletonData = {\n singleton: null,\n singletonCounter: 0\n};\n\n/* istanbul ignore next */\nfunction domAPI(options) {\n if (typeof document === \"undefined\") return {\n update: function update() {},\n remove: function remove() {}\n };\n\n // eslint-disable-next-line no-undef,no-use-before-define\n var styleIndex = singletonData.singletonCounter++;\n var styleElement =\n // eslint-disable-next-line no-undef,no-use-before-define\n singletonData.singleton || (\n // eslint-disable-next-line no-undef,no-use-before-define\n singletonData.singleton = options.insertStyleElement(options));\n return {\n update: function update(obj) {\n apply(styleElement, styleIndex, false, obj);\n },\n remove: function remove(obj) {\n apply(styleElement, styleIndex, true, obj);\n }\n };\n}\nmodule.exports = domAPI;","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n","\"use strict\";\n\n/* istanbul ignore next */\nfunction setAttributesWithoutAttributes(styleElement) {\n var nonce = typeof __webpack_nonce__ !== \"undefined\" ? __webpack_nonce__ : null;\n if (nonce) {\n styleElement.setAttribute(\"nonce\", nonce);\n }\n}\nmodule.exports = setAttributesWithoutAttributes;","\"use strict\";\n\nvar stylesInDOM = [];\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n for (var i = 0; i < stylesInDOM.length; i++) {\n if (stylesInDOM[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n return result;\n}\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var indexByIdentifier = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3],\n supports: item[4],\n layer: item[5]\n };\n if (indexByIdentifier !== -1) {\n stylesInDOM[indexByIdentifier].references++;\n stylesInDOM[indexByIdentifier].updater(obj);\n } else {\n var updater = addElementStyle(obj, options);\n options.byIndex = i;\n stylesInDOM.splice(i, 0, {\n identifier: identifier,\n updater: updater,\n references: 1\n });\n }\n identifiers.push(identifier);\n }\n return identifiers;\n}\nfunction addElementStyle(obj, options) {\n var api = options.domAPI(options);\n api.update(obj);\n var updater = function updater(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {\n return;\n }\n api.update(obj = newObj);\n } else {\n api.remove();\n }\n };\n return updater;\n}\nmodule.exports = function (list, options) {\n options = options || {};\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDOM[index].references--;\n }\n var newLastIdentifiers = modulesToDom(newList, options);\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n var _index = getIndexByIdentifier(_identifier);\n if (stylesInDOM[_index].references === 0) {\n stylesInDOM[_index].updater();\n stylesInDOM.splice(_index, 1);\n }\n }\n lastIdentifiers = newLastIdentifiers;\n };\n};","import { Tooltip } from 'antd-v5';\nimport type { TooltipProps } from 'antd-v5';\nimport classnames from 'classnames';\nimport React from 'react';\n\nimport styles from './styles.scss';\n\nexport interface CapTooltipProps\n extends Omit<TooltipProps, 'open' | 'defaultOpen' | 'onOpenChange'> {\n // Re-add omitted props with controlled behavior\n open?: boolean;\n defaultOpen?: boolean;\n onOpenChange?: (open: boolean) => void;\n}\n\nconst CapTooltip: React.FC<CapTooltipProps> = ({\n title,\n children,\n placement = 'top',\n open,\n defaultOpen = false,\n trigger = 'hover',\n destroyTooltipOnHide = false,\n mouseEnterDelay = 0.1,\n mouseLeaveDelay = 0.1,\n overlayClassName = '',\n overlayStyle,\n onOpenChange,\n align,\n arrowPointAtCenter = false,\n autoAdjustOverflow = true,\n getPopupContainer,\n className = '',\n ...rest\n}) => {\n return (\n <div className={styles['cap-tooltip-wrapper']}>\n <Tooltip\n title={title}\n placement={placement}\n open={open}\n defaultOpen={defaultOpen}\n trigger={trigger}\n destroyTooltipOnHide={destroyTooltipOnHide}\n mouseEnterDelay={mouseEnterDelay}\n mouseLeaveDelay={mouseLeaveDelay}\n overlayClassName={classnames(styles['cap-tooltip-overlay-v2'], overlayClassName)}\n overlayStyle={overlayStyle}\n onOpenChange={onOpenChange}\n align={align}\n arrow={{ pointAtCenter: arrowPointAtCenter }}\n autoAdjustOverflow={autoAdjustOverflow}\n getPopupContainer={getPopupContainer}\n className={classnames(styles['cap-tooltip-v2'], className)}\n {...rest}\n >\n {children}\n </Tooltip>\n </div>\n );\n};\n\nexport default CapTooltip;\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\nmodule.exports = function (cssWithMappingToString) {\n var list = [];\n\n // return the list of modules as css string\n list.toString = function toString() {\n return this.map(function (item) {\n var content = \"\";\n var needLayer = typeof item[5] !== \"undefined\";\n if (item[4]) {\n content += \"@supports (\".concat(item[4], \") {\");\n }\n if (item[2]) {\n content += \"@media \".concat(item[2], \" {\");\n }\n if (needLayer) {\n content += \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\");\n }\n content += cssWithMappingToString(item);\n if (needLayer) {\n content += \"}\";\n }\n if (item[2]) {\n content += \"}\";\n }\n if (item[4]) {\n content += \"}\";\n }\n return content;\n }).join(\"\");\n };\n\n // import a list of modules into the list\n list.i = function i(modules, media, dedupe, supports, layer) {\n if (typeof modules === \"string\") {\n modules = [[null, modules, undefined]];\n }\n var alreadyImportedModules = {};\n if (dedupe) {\n for (var k = 0; k < this.length; k++) {\n var id = this[k][0];\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n for (var _k = 0; _k < modules.length; _k++) {\n var item = [].concat(modules[_k]);\n if (dedupe && alreadyImportedModules[item[0]]) {\n continue;\n }\n if (typeof layer !== \"undefined\") {\n if (typeof item[5] === \"undefined\") {\n item[5] = layer;\n } else {\n item[1] = \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\").concat(item[1], \"}\");\n item[5] = layer;\n }\n }\n if (media) {\n if (!item[2]) {\n item[2] = media;\n } else {\n item[1] = \"@media \".concat(item[2], \" {\").concat(item[1], \"}\");\n item[2] = media;\n }\n }\n if (supports) {\n if (!item[4]) {\n item[4] = \"\".concat(supports);\n } else {\n item[1] = \"@supports (\".concat(item[4], \") {\").concat(item[1], \"}\");\n item[4] = supports;\n }\n }\n list.push(item);\n }\n };\n return list;\n};","/*!\n\tCopyright (c) 2018 Jed Watson.\n\tLicensed under the MIT License (MIT), see\n\thttp://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\n\tfunction classNames () {\n\t\tvar classes = '';\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (arg) {\n\t\t\t\tclasses = appendClass(classes, parseValue(arg));\n\t\t\t}\n\t\t}\n\n\t\treturn classes;\n\t}\n\n\tfunction parseValue (arg) {\n\t\tif (typeof arg === 'string' || typeof arg === 'number') {\n\t\t\treturn arg;\n\t\t}\n\n\t\tif (typeof arg !== 'object') {\n\t\t\treturn '';\n\t\t}\n\n\t\tif (Array.isArray(arg)) {\n\t\t\treturn classNames.apply(null, arg);\n\t\t}\n\n\t\tif (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {\n\t\t\treturn arg.toString();\n\t\t}\n\n\t\tvar classes = '';\n\n\t\tfor (var key in arg) {\n\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\tclasses = appendClass(classes, key);\n\t\t\t}\n\t\t}\n\n\t\treturn classes;\n\t}\n\n\tfunction appendClass (value, newClass) {\n\t\tif (!newClass) {\n\t\t\treturn value;\n\t\t}\n\t\n\t\tif (value) {\n\t\t\treturn value + ' ' + newClass;\n\t\t}\n\t\n\t\treturn value + newClass;\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n","\n import API from \"!../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../node_modules/style-loader/dist/runtime/singletonStyleDomAPI.js\";\n import insertFn from \"!../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n \n import content, * as namedExport from \"!!../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./styles.scss\";\n \n \n\nvar options = {};\n\n;\noptions.setAttributes = setAttributes;\noptions.insert = insertFn.bind(null, \"head\");\noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./styles.scss\";\n export default content && content.locals ? content.locals : undefined;\n","\"use strict\";\n\nvar memo = {};\n\n/* istanbul ignore next */\nfunction getTarget(target) {\n if (typeof memo[target] === \"undefined\") {\n var styleTarget = document.querySelector(target);\n\n // Special case to return head of iframe instead of iframe itself\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n memo[target] = styleTarget;\n }\n return memo[target];\n}\n\n/* istanbul ignore next */\nfunction insertBySelector(insert, style) {\n var target = getTarget(insert);\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n target.appendChild(style);\n}\nmodule.exports = insertBySelector;","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nc = undefined;","export { default } from './CapTooltip';\nexport type { CapTooltipProps } from './CapTooltip';\n"],"names":["_antdV","require","_classnames","_interopRequireDefault","_react","_styles","_jsxRuntime","_excluded","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutPropertiesLoose","indexOf","CapTooltip","_ref","title","children","placement","open","defaultOpen","trigger","destroyTooltipOnHide","mouseEnterDelay","mouseLeaveDelay","overlayClassName","overlayStyle","onOpenChange","align","arrowPointAtCenter","autoAdjustOverflow","getPopupContainer","className","rest","jsx","styles","Tooltip","classnames","arrow","pointAtCenter","_default","exports","_CapTooltip"],"sourceRoot":""}
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
- /**
3
- * CapTooltipWithInfo - A component that combines an info icon with a tooltip
4
- * for displaying additional information on hover or other trigger events.
5
- */
6
- export interface CapTooltipWithInfoProps extends Omit<React.HTMLAttributes<HTMLSpanElement>, 'title'> {
7
- title: React.ReactNode;
8
- iconSize?: 'xs' | 's' | 'm' | 'l';
9
- iconType?: string;
10
- placement?: 'top' | 'left' | 'right' | 'bottom' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'leftTop' | 'leftBottom' | 'rightTop' | 'rightBottom';
11
- trigger?: 'hover' | 'focus' | 'click' | 'contextMenu' | Array<'hover' | 'focus' | 'click' | 'contextMenu'>;
12
- className?: string;
13
- tooltipProps?: Record<string, unknown>;
14
- iconProps?: Record<string, unknown>;
15
- }
16
- declare const CapTooltipWithInfo: React.FC<CapTooltipWithInfoProps>;
17
- export default CapTooltipWithInfo;
18
- //# sourceMappingURL=CapTooltipWithInfo.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CapTooltipWithInfo.d.ts","sourceRoot":"","sources":["../../components/CapTooltipWithInfo/CapTooltipWithInfo.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;;GAGG;AAEH,MAAM,WAAW,uBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC5D,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EACN,KAAK,GACL,MAAM,GACN,OAAO,GACP,QAAQ,GACR,SAAS,GACT,UAAU,GACV,YAAY,GACZ,aAAa,GACb,SAAS,GACT,YAAY,GACZ,UAAU,GACV,aAAa,CAAC;IAClB,OAAO,CAAC,EACJ,OAAO,GACP,OAAO,GACP,OAAO,GACP,aAAa,GACb,KAAK,CAAC,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,aAAa,CAAC,CAAC;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACrC;AAED,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAoBzD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=CapTooltipWithInfo.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CapTooltipWithInfo.test.d.ts","sourceRoot":"","sources":["../../components/CapTooltipWithInfo/CapTooltipWithInfo.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- export { default } from './CapTooltipWithInfo';
2
- export type { CapTooltipWithInfoProps } from './CapTooltipWithInfo';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/CapTooltipWithInfo/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,YAAY,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CapTooltipWithInfo/index.js","mappings":"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","sources":["webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/insertStyleElement.js","webpack://@capillarytech/blaze-ui/./node_modules/react/cjs/react-jsx-runtime.production.min.js","webpack://@capillarytech/blaze-ui/./node_modules/css-loader/dist/runtime/noSourceMaps.js","webpack://@capillarytech/blaze-ui/./components/CapTooltip/styles.scss","webpack://@capillarytech/blaze-ui/./components/CapTooltipWithInfo/styles.scss","webpack://@capillarytech/blaze-ui/./components/CapTooltipWithInfo/styles.scss?1265","webpack://@capillarytech/blaze-ui/external commonjs2 \"antd-v5\"","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/singletonStyleDomAPI.js","webpack://@capillarytech/blaze-ui/./components/CapTooltipWithInfo/CapTooltipWithInfo.tsx","webpack://@capillarytech/blaze-ui/external commonjs2 \"@ant-design-v5/icons\"","webpack://@capillarytech/blaze-ui/./node_modules/react/jsx-runtime.js","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack://@capillarytech/blaze-ui/./components/CapTooltip/CapTooltip.tsx","webpack://@capillarytech/blaze-ui/./components/CapIcon/CapIcon.tsx","webpack://@capillarytech/blaze-ui/./components/CapTooltip/index.ts","webpack://@capillarytech/blaze-ui/./node_modules/css-loader/dist/runtime/api.js","webpack://@capillarytech/blaze-ui/./components/CapIcon/styles.scss?4b2a","webpack://@capillarytech/blaze-ui/./components/CapIcon/styles.scss","webpack://@capillarytech/blaze-ui/./node_modules/classnames/index.js","webpack://@capillarytech/blaze-ui/./components/CapTooltip/styles.scss?64b4","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/insertBySelector.js","webpack://@capillarytech/blaze-ui/./components/CapIcon/index.ts","webpack://@capillarytech/blaze-ui/external commonjs2 {\"commonjs\":\"react\",\"commonjs2\":\"react\",\"amd\":\"react\",\"root\":\"React\"}","webpack://@capillarytech/blaze-ui/webpack/bootstrap","webpack://@capillarytech/blaze-ui/webpack/runtime/compat get default export","webpack://@capillarytech/blaze-ui/webpack/runtime/define property getters","webpack://@capillarytech/blaze-ui/webpack/runtime/hasOwnProperty shorthand","webpack://@capillarytech/blaze-ui/webpack/runtime/make namespace object","webpack://@capillarytech/blaze-ui/webpack/runtime/nonce","webpack://@capillarytech/blaze-ui/./components/CapTooltipWithInfo/index.ts"],"sourcesContent":["\"use strict\";\n\n/* istanbul ignore next */\nfunction insertStyleElement(options) {\n var element = document.createElement(\"style\");\n options.setAttributes(element, options.attributes);\n options.insert(element, options.options);\n return element;\n}\nmodule.exports = insertStyleElement;","/**\n * @license React\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var f=require(\"react\"),k=Symbol.for(\"react.element\"),l=Symbol.for(\"react.fragment\"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=\"\"+g);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;\n","\"use strict\";\n\nmodule.exports = function (i) {\n return i[1];\n};","// Imports\nvar ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ = require(\"../../node_modules/css-loader/dist/runtime/noSourceMaps.js\");\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.blaze-ui-cap-tooltip-overlay-v2 .ant-tooltip-inner{background-color:#091e42;color:#fff;padding:.571rem .857rem;font-size:1rem;line-height:1.429rem;border-radius:.286rem;max-width:21.429rem;word-wrap:break-word}.blaze-ui-cap-tooltip-overlay-v2 .ant-tooltip-arrow::before{background-color:#091e42}.blaze-ui-button-disabled-tooltip-wrapper{display:inline-block;cursor:not-allowed}.blaze-ui-button-disabled-tooltip-wrapper .ant-btn[disabled]{pointer-events:none}.blaze-ui-cap-tooltip-wrapper{display:inline-block}`, \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"cap-tooltip-overlay-v2\": `blaze-ui-cap-tooltip-overlay-v2`,\n\t\"button-disabled-tooltip-wrapper\": `blaze-ui-button-disabled-tooltip-wrapper`,\n\t\"cap-tooltip-wrapper\": `blaze-ui-cap-tooltip-wrapper`\n};\nmodule.exports = ___CSS_LOADER_EXPORT___;\n","// Imports\nvar ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ = require(\"../../node_modules/css-loader/dist/runtime/noSourceMaps.js\");\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.blaze-ui-cap-tooltip-with-info{display:inline-flex;align-items:center;cursor:default}.blaze-ui-cap-tooltip-with-info .blaze-ui-cap-tooltip-with-info-icon{color:#b3bac5;margin-left:.286rem;cursor:help}.blaze-ui-cap-tooltip-with-info .blaze-ui-cap-tooltip-with-info-icon:hover{color:#dfe2e7}`, \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"cap-tooltip-with-info\": `blaze-ui-cap-tooltip-with-info`,\n\t\"cap-tooltip-with-info-icon\": `blaze-ui-cap-tooltip-with-info-icon`\n};\nmodule.exports = ___CSS_LOADER_EXPORT___;\n","\n import API from \"!../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../node_modules/style-loader/dist/runtime/singletonStyleDomAPI.js\";\n import insertFn from \"!../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n \n import content, * as namedExport from \"!!../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./styles.scss\";\n \n \n\nvar options = {};\n\n;\noptions.setAttributes = setAttributes;\noptions.insert = insertFn.bind(null, \"head\");\noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./styles.scss\";\n export default content && content.locals ? content.locals : undefined;\n","module.exports = require(\"antd-v5\");","\"use strict\";\n\n/* istanbul ignore next */\nvar replaceText = function replaceText() {\n var textStore = [];\n return function replace(index, replacement) {\n textStore[index] = replacement;\n return textStore.filter(Boolean).join(\"\\n\");\n };\n}();\n\n/* istanbul ignore next */\nfunction apply(styleElement, index, remove, obj) {\n var css;\n if (remove) {\n css = \"\";\n } else {\n css = \"\";\n if (obj.supports) {\n css += \"@supports (\".concat(obj.supports, \") {\");\n }\n if (obj.media) {\n css += \"@media \".concat(obj.media, \" {\");\n }\n var needLayer = typeof obj.layer !== \"undefined\";\n if (needLayer) {\n css += \"@layer\".concat(obj.layer.length > 0 ? \" \".concat(obj.layer) : \"\", \" {\");\n }\n css += obj.css;\n if (needLayer) {\n css += \"}\";\n }\n if (obj.media) {\n css += \"}\";\n }\n if (obj.supports) {\n css += \"}\";\n }\n }\n\n // For old IE\n /* istanbul ignore if */\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = replaceText(index, css);\n } else {\n var cssNode = document.createTextNode(css);\n var childNodes = styleElement.childNodes;\n if (childNodes[index]) {\n styleElement.removeChild(childNodes[index]);\n }\n if (childNodes.length) {\n styleElement.insertBefore(cssNode, childNodes[index]);\n } else {\n styleElement.appendChild(cssNode);\n }\n }\n}\nvar singletonData = {\n singleton: null,\n singletonCounter: 0\n};\n\n/* istanbul ignore next */\nfunction domAPI(options) {\n if (typeof document === \"undefined\") return {\n update: function update() {},\n remove: function remove() {}\n };\n\n // eslint-disable-next-line no-undef,no-use-before-define\n var styleIndex = singletonData.singletonCounter++;\n var styleElement =\n // eslint-disable-next-line no-undef,no-use-before-define\n singletonData.singleton || (\n // eslint-disable-next-line no-undef,no-use-before-define\n singletonData.singleton = options.insertStyleElement(options));\n return {\n update: function update(obj) {\n apply(styleElement, styleIndex, false, obj);\n },\n remove: function remove(obj) {\n apply(styleElement, styleIndex, true, obj);\n }\n };\n}\nmodule.exports = domAPI;","import classnames from 'classnames';\nimport React from 'react';\n\nimport CapIcon from '../CapIcon';\nimport CapTooltip from '../CapTooltip';\n\nimport styles from './styles.scss';\n\n/**\n * CapTooltipWithInfo - A component that combines an info icon with a tooltip\n * for displaying additional information on hover or other trigger events.\n */\n\nexport interface CapTooltipWithInfoProps\n extends Omit<React.HTMLAttributes<HTMLSpanElement>, 'title'> {\n title: React.ReactNode;\n iconSize?: 'xs' | 's' | 'm' | 'l';\n iconType?: string;\n placement?:\n | 'top'\n | 'left'\n | 'right'\n | 'bottom'\n | 'topLeft'\n | 'topRight'\n | 'bottomLeft'\n | 'bottomRight'\n | 'leftTop'\n | 'leftBottom'\n | 'rightTop'\n | 'rightBottom';\n trigger?:\n | 'hover'\n | 'focus'\n | 'click'\n | 'contextMenu'\n | Array<'hover' | 'focus' | 'click' | 'contextMenu'>;\n className?: string;\n tooltipProps?: Record<string, unknown>;\n iconProps?: Record<string, unknown>;\n}\n\nconst CapTooltipWithInfo: React.FC<CapTooltipWithInfoProps> = ({\n title,\n iconSize = 's',\n iconType = 'info-circle',\n placement = 'top',\n trigger = 'hover',\n className = '',\n tooltipProps = {},\n iconProps = {},\n ...rest\n}) => {\n return (\n <span className={classnames(styles['cap-tooltip-with-info'], className)} {...rest}>\n <CapTooltip title={title} placement={placement} trigger={trigger} {...tooltipProps}>\n <span className={styles['cap-tooltip-with-info-icon']}>\n <CapIcon type={iconType} size={iconSize} {...iconProps} />\n </span>\n </CapTooltip>\n </span>\n );\n};\n\nexport default CapTooltipWithInfo;\n","module.exports = require(\"@ant-design-v5/icons\");","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n","\"use strict\";\n\n/* istanbul ignore next */\nfunction setAttributesWithoutAttributes(styleElement) {\n var nonce = typeof __webpack_nonce__ !== \"undefined\" ? __webpack_nonce__ : null;\n if (nonce) {\n styleElement.setAttribute(\"nonce\", nonce);\n }\n}\nmodule.exports = setAttributesWithoutAttributes;","\"use strict\";\n\nvar stylesInDOM = [];\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n for (var i = 0; i < stylesInDOM.length; i++) {\n if (stylesInDOM[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n return result;\n}\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var indexByIdentifier = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3],\n supports: item[4],\n layer: item[5]\n };\n if (indexByIdentifier !== -1) {\n stylesInDOM[indexByIdentifier].references++;\n stylesInDOM[indexByIdentifier].updater(obj);\n } else {\n var updater = addElementStyle(obj, options);\n options.byIndex = i;\n stylesInDOM.splice(i, 0, {\n identifier: identifier,\n updater: updater,\n references: 1\n });\n }\n identifiers.push(identifier);\n }\n return identifiers;\n}\nfunction addElementStyle(obj, options) {\n var api = options.domAPI(options);\n api.update(obj);\n var updater = function updater(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {\n return;\n }\n api.update(obj = newObj);\n } else {\n api.remove();\n }\n };\n return updater;\n}\nmodule.exports = function (list, options) {\n options = options || {};\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDOM[index].references--;\n }\n var newLastIdentifiers = modulesToDom(newList, options);\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n var _index = getIndexByIdentifier(_identifier);\n if (stylesInDOM[_index].references === 0) {\n stylesInDOM[_index].updater();\n stylesInDOM.splice(_index, 1);\n }\n }\n lastIdentifiers = newLastIdentifiers;\n };\n};","import { Tooltip } from 'antd-v5';\nimport type { TooltipProps } from 'antd-v5';\nimport classnames from 'classnames';\nimport React from 'react';\n\nimport styles from './styles.scss';\n\nexport interface CapTooltipProps\n extends Omit<TooltipProps, 'open' | 'defaultOpen' | 'onOpenChange'> {\n // Re-add omitted props with controlled behavior\n open?: boolean;\n defaultOpen?: boolean;\n onOpenChange?: (open: boolean) => void;\n}\n\nconst CapTooltip: React.FC<CapTooltipProps> = ({\n title,\n children,\n placement = 'top',\n open,\n defaultOpen = false,\n trigger = 'hover',\n destroyTooltipOnHide = false,\n mouseEnterDelay = 0.1,\n mouseLeaveDelay = 0.1,\n overlayClassName = '',\n overlayStyle,\n onOpenChange,\n align,\n arrowPointAtCenter = false,\n autoAdjustOverflow = true,\n getPopupContainer,\n className = '',\n ...rest\n}) => {\n return (\n <div className={styles['cap-tooltip-wrapper']}>\n <Tooltip\n title={title}\n placement={placement}\n open={open}\n defaultOpen={defaultOpen}\n trigger={trigger}\n destroyTooltipOnHide={destroyTooltipOnHide}\n mouseEnterDelay={mouseEnterDelay}\n mouseLeaveDelay={mouseLeaveDelay}\n overlayClassName={classnames(styles['cap-tooltip-overlay-v2'], overlayClassName)}\n overlayStyle={overlayStyle}\n onOpenChange={onOpenChange}\n align={align}\n arrow={{ pointAtCenter: arrowPointAtCenter }}\n autoAdjustOverflow={autoAdjustOverflow}\n getPopupContainer={getPopupContainer}\n className={classnames(styles['cap-tooltip-v2'], className)}\n {...rest}\n >\n {children}\n </Tooltip>\n </div>\n );\n};\n\nexport default CapTooltip;\n","import * as AntdIcons from '@ant-design-v5/icons';\nimport classnames from 'classnames';\nimport React from 'react';\n\nimport styles from './styles.scss';\n\ninterface SvgIconProps {\n [key: string]: unknown;\n}\n\n// Special mappings for common icon names\nconst iconMapping: Record<string, string> = {\n add: 'plus',\n};\n\nconst getSvgIcon = (type?: string, svgProps: SvgIconProps = {}): React.ReactElement | null => {\n const icons: Record<string, React.ComponentType<Record<string, unknown>>> = {\n // Add your SVG icons here if needed\n };\n\n const IconComponent = type ? icons[type] : null;\n return IconComponent ? <IconComponent {...svgProps} /> : null;\n};\n\nconst getAntIcon = (type?: string): React.ComponentType<Record<string, unknown>> | null => {\n if (!type) return null;\n // Use mapped name if available, otherwise use original type\n const mappedType = iconMapping[type.toLowerCase()] || type;\n\n // Convert kebab-case to PascalCase for Ant Design icon naming\n const pascalCase = mappedType\n .split('-')\n .map((part) => part.charAt(0).toUpperCase() + part.slice(1))\n .join('');\n\n // Try different naming conventions\n const iconName = `${pascalCase}Outlined`;\n const iconNameFilled = `${pascalCase}Filled`;\n const iconNameTwoTone = `${pascalCase}TwoTone`;\n\n const iconsRecord = AntdIcons as unknown as Record<\n string,\n React.ComponentType<Record<string, unknown>>\n >;\n return (\n iconsRecord[iconName] || iconsRecord[iconNameFilled] || iconsRecord[iconNameTwoTone] || null\n );\n};\n\nexport interface CapIconProps extends React.HTMLAttributes<HTMLSpanElement> {\n type?: string;\n size?: 'xs' | 's' | 'm' | 'l';\n style?: React.CSSProperties;\n className?: string;\n disabled?: boolean;\n spin?: boolean;\n rotate?: number;\n withBackground?: boolean;\n backgroundProps?: React.HTMLAttributes<HTMLSpanElement>;\n onClick?: (e: React.MouseEvent<HTMLSpanElement>) => void;\n textLabel?: React.ReactNode;\n component?: React.ReactNode;\n svgProps?: SvgIconProps;\n allowSvg?: boolean;\n color?: string;\n}\n\nconst CapIcon: React.FC<CapIconProps> = ({\n type,\n size = 'm',\n style = {},\n className = '',\n disabled = false,\n spin = false,\n rotate,\n withBackground = false,\n backgroundProps = {},\n onClick,\n textLabel,\n component,\n svgProps = {},\n allowSvg = true,\n color,\n ...rest\n}) => {\n const handleClick = (e: React.MouseEvent<HTMLSpanElement>) => {\n if (!disabled && onClick) {\n onClick(e);\n }\n };\n\n // Render custom component if provided\n if (component) {\n return (\n <span\n className={classnames(\n styles['cap-icon-wrapper'],\n styles['cap-icon'],\n styles[size],\n { [styles['with-text-label']]: textLabel, [styles.disabled]: disabled },\n className\n )}\n style={style}\n onClick={handleClick}\n {...rest}\n >\n {component}\n {textLabel}\n </span>\n );\n }\n\n // Try to get SVG icon if allowSvg is true\n const svgIcon = allowSvg && type ? getSvgIcon(type, svgProps) : null;\n\n // If SVG icon exists and allowSvg is true, use it\n if (svgIcon) {\n const iconStyle = {\n ...style,\n transform: rotate ? `rotate(${rotate}deg)` : undefined,\n ...(color ? { color } : {}),\n };\n const iconComponent = (\n <span\n className={classnames(\n styles['cap-icon-wrapper'],\n styles['cap-icon'],\n styles[size],\n {\n [styles.spin]: spin,\n [styles.disabled]: disabled,\n [styles['with-text-label']]: textLabel,\n },\n className\n )}\n style={iconStyle}\n onClick={handleClick}\n {...rest}\n >\n {svgIcon}\n {textLabel}\n </span>\n );\n\n return withBackground ? (\n <span\n className={classnames(styles['cap-icon-background-wrapper'], styles[size])}\n {...backgroundProps}\n >\n {iconComponent}\n </span>\n ) : (\n iconComponent\n );\n }\n\n // Try to get Ant Design icon\n const AntIcon = type ? getAntIcon(type) : null;\n\n if (AntIcon) {\n const iconStyle = color ? { color, ...style } : style;\n const iconComponent = (\n <span\n className={classnames(\n styles['cap-icon-wrapper'],\n styles['cap-icon'],\n styles[size],\n { [styles.disabled]: disabled, [styles['with-text-label']]: textLabel },\n className\n )}\n style={iconStyle}\n onClick={handleClick}\n {...rest}\n >\n <AntIcon spin={spin} rotate={rotate} style={color ? { color } : undefined} />\n {textLabel}\n </span>\n );\n\n return withBackground ? (\n <span\n className={classnames(styles['cap-icon-background-wrapper'], styles[size])}\n {...backgroundProps}\n >\n {iconComponent}\n </span>\n ) : (\n iconComponent\n );\n }\n\n // Fallback: render an empty icon container\n return (\n <span\n className={classnames(\n styles['cap-icon-wrapper'],\n styles['cap-icon'],\n styles[size],\n { [styles.disabled]: disabled, [styles['with-text-label']]: textLabel },\n className\n )}\n style={style}\n onClick={handleClick}\n {...rest}\n >\n {textLabel}\n </span>\n );\n};\n\n// Create AntIcon subcomponent for backward compatibility\ninterface AntIconProps {\n className?: string;\n [key: string]: unknown;\n}\n\nconst AntIcon: React.FC<AntIconProps> = ({ className, ...rest }) => (\n <i\n className={classnames(styles['cap-icon-ant-icon'], className)}\n style={{ display: 'inline-flex', alignItems: 'center', justifyContent: 'center' }}\n {...rest}\n />\n);\n\n// Extend the component type to include the static property\ninterface CapIconType extends React.FC<CapIconProps> {\n AntIcon: React.FC<AntIconProps>;\n}\n\nconst CapIconWithStatic = CapIcon as CapIconType;\nCapIconWithStatic.AntIcon = AntIcon;\n\nexport default CapIconWithStatic;\n","export { default } from './CapTooltip';\nexport type { CapTooltipProps } from './CapTooltip';\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\nmodule.exports = function (cssWithMappingToString) {\n var list = [];\n\n // return the list of modules as css string\n list.toString = function toString() {\n return this.map(function (item) {\n var content = \"\";\n var needLayer = typeof item[5] !== \"undefined\";\n if (item[4]) {\n content += \"@supports (\".concat(item[4], \") {\");\n }\n if (item[2]) {\n content += \"@media \".concat(item[2], \" {\");\n }\n if (needLayer) {\n content += \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\");\n }\n content += cssWithMappingToString(item);\n if (needLayer) {\n content += \"}\";\n }\n if (item[2]) {\n content += \"}\";\n }\n if (item[4]) {\n content += \"}\";\n }\n return content;\n }).join(\"\");\n };\n\n // import a list of modules into the list\n list.i = function i(modules, media, dedupe, supports, layer) {\n if (typeof modules === \"string\") {\n modules = [[null, modules, undefined]];\n }\n var alreadyImportedModules = {};\n if (dedupe) {\n for (var k = 0; k < this.length; k++) {\n var id = this[k][0];\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n for (var _k = 0; _k < modules.length; _k++) {\n var item = [].concat(modules[_k]);\n if (dedupe && alreadyImportedModules[item[0]]) {\n continue;\n }\n if (typeof layer !== \"undefined\") {\n if (typeof item[5] === \"undefined\") {\n item[5] = layer;\n } else {\n item[1] = \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\").concat(item[1], \"}\");\n item[5] = layer;\n }\n }\n if (media) {\n if (!item[2]) {\n item[2] = media;\n } else {\n item[1] = \"@media \".concat(item[2], \" {\").concat(item[1], \"}\");\n item[2] = media;\n }\n }\n if (supports) {\n if (!item[4]) {\n item[4] = \"\".concat(supports);\n } else {\n item[1] = \"@supports (\".concat(item[4], \") {\").concat(item[1], \"}\");\n item[4] = supports;\n }\n }\n list.push(item);\n }\n };\n return list;\n};","\n import API from \"!../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../node_modules/style-loader/dist/runtime/singletonStyleDomAPI.js\";\n import insertFn from \"!../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n \n import content, * as namedExport from \"!!../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./styles.scss\";\n \n \n\nvar options = {};\n\n;\noptions.setAttributes = setAttributes;\noptions.insert = insertFn.bind(null, \"head\");\noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./styles.scss\";\n export default content && content.locals ? content.locals : undefined;\n","// Imports\nvar ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ = require(\"../../node_modules/css-loader/dist/runtime/noSourceMaps.js\");\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../node_modules/css-loader/dist/runtime/api.js\");\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.blaze-ui-cap-icon-wrapper{display:inline-flex;align-items:center;justify-content:center}.blaze-ui-cap-icon-wrapper.blaze-ui-disabled{cursor:not-allowed;opacity:.5}.blaze-ui-cap-icon-wrapper.blaze-ui-xs{font-size:.857rem;width:.857rem;height:.857rem}.blaze-ui-cap-icon-wrapper.blaze-ui-s{font-size:1.143rem;width:1.143rem;height:1.143rem}.blaze-ui-cap-icon-wrapper.blaze-ui-m{font-size:1.714rem;width:1.714rem;height:1.714rem}.blaze-ui-cap-icon-wrapper.blaze-ui-l{font-size:2.286rem;width:2.286rem;height:2.286rem}.blaze-ui-cap-icon-wrapper.blaze-ui-with-text-label{display:inline-flex;align-items:center;gap:.571rem}.blaze-ui-cap-icon-background-wrapper{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f4f5f7;width:2.571rem;height:2.571rem}.blaze-ui-cap-icon-background-wrapper.blaze-ui-xs{width:1.429rem;height:1.429rem}.blaze-ui-cap-icon-background-wrapper.blaze-ui-s{width:1.714rem;height:1.714rem}.blaze-ui-cap-icon-background-wrapper.blaze-ui-l{width:3.429rem;height:3.429rem}.blaze-ui-cap-icon{display:inline-flex;align-items:center}.blaze-ui-cap-icon .blaze-ui-anticon{display:flex;align-items:center;justify-content:center}.blaze-ui-cap-icon.blaze-ui-spin{animation:blaze-ui-rotate 2s linear infinite}@keyframes blaze-ui-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}`, \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"cap-icon-wrapper\": `blaze-ui-cap-icon-wrapper`,\n\t\"disabled\": `blaze-ui-disabled`,\n\t\"xs\": `blaze-ui-xs`,\n\t\"s\": `blaze-ui-s`,\n\t\"m\": `blaze-ui-m`,\n\t\"l\": `blaze-ui-l`,\n\t\"with-text-label\": `blaze-ui-with-text-label`,\n\t\"cap-icon-background-wrapper\": `blaze-ui-cap-icon-background-wrapper`,\n\t\"cap-icon\": `blaze-ui-cap-icon`,\n\t\"anticon\": `blaze-ui-anticon`,\n\t\"spin\": `blaze-ui-spin`,\n\t\"rotate\": `blaze-ui-rotate`\n};\nmodule.exports = ___CSS_LOADER_EXPORT___;\n","/*!\n\tCopyright (c) 2018 Jed Watson.\n\tLicensed under the MIT License (MIT), see\n\thttp://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\n\tfunction classNames () {\n\t\tvar classes = '';\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (arg) {\n\t\t\t\tclasses = appendClass(classes, parseValue(arg));\n\t\t\t}\n\t\t}\n\n\t\treturn classes;\n\t}\n\n\tfunction parseValue (arg) {\n\t\tif (typeof arg === 'string' || typeof arg === 'number') {\n\t\t\treturn arg;\n\t\t}\n\n\t\tif (typeof arg !== 'object') {\n\t\t\treturn '';\n\t\t}\n\n\t\tif (Array.isArray(arg)) {\n\t\t\treturn classNames.apply(null, arg);\n\t\t}\n\n\t\tif (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {\n\t\t\treturn arg.toString();\n\t\t}\n\n\t\tvar classes = '';\n\n\t\tfor (var key in arg) {\n\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\tclasses = appendClass(classes, key);\n\t\t\t}\n\t\t}\n\n\t\treturn classes;\n\t}\n\n\tfunction appendClass (value, newClass) {\n\t\tif (!newClass) {\n\t\t\treturn value;\n\t\t}\n\t\n\t\tif (value) {\n\t\t\treturn value + ' ' + newClass;\n\t\t}\n\t\n\t\treturn value + newClass;\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n","\n import API from \"!../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../node_modules/style-loader/dist/runtime/singletonStyleDomAPI.js\";\n import insertFn from \"!../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n \n import content, * as namedExport from \"!!../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./styles.scss\";\n \n \n\nvar options = {};\n\n;\noptions.setAttributes = setAttributes;\noptions.insert = insertFn.bind(null, \"head\");\noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./styles.scss\";\n export default content && content.locals ? content.locals : undefined;\n","\"use strict\";\n\nvar memo = {};\n\n/* istanbul ignore next */\nfunction getTarget(target) {\n if (typeof memo[target] === \"undefined\") {\n var styleTarget = document.querySelector(target);\n\n // Special case to return head of iframe instead of iframe itself\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n memo[target] = styleTarget;\n }\n return memo[target];\n}\n\n/* istanbul ignore next */\nfunction insertBySelector(insert, style) {\n var target = getTarget(insert);\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n target.appendChild(style);\n}\nmodule.exports = insertBySelector;","export { default } from './CapIcon';\nexport type { CapIconProps } from './CapIcon';\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nc = undefined;","export { default } from './CapTooltipWithInfo';\nexport type { CapTooltipWithInfoProps } from './CapTooltipWithInfo';\n"],"names":["_classnames","_interopRequireDefault","require","_react","_CapIcon","_CapTooltip","_styles","_jsxRuntime","_excluded","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutPropertiesLoose","indexOf","CapTooltipWithInfo","_ref","title","iconSize","iconType","placement","trigger","className","tooltipProps","iconProps","rest","jsx","classnames","styles","children","type","size","_default","exports","_antdV","CapTooltip","open","defaultOpen","destroyTooltipOnHide","mouseEnterDelay","mouseLeaveDelay","overlayClassName","overlayStyle","onOpenChange","align","arrowPointAtCenter","autoAdjustOverflow","getPopupContainer","Tooltip","arrow","pointAtCenter","AntdIcons","_interopRequireWildcard","_excluded2","WeakMap","o","i","f","__proto__","has","get","set","defineProperty","getOwnPropertyDescriptor","iconMapping","add","getSvgIcon","svgProps","icons","IconComponent","getAntIcon","mappedType","toLowerCase","pascalCase","split","map","part","charAt","toUpperCase","slice","join","iconName","iconNameFilled","iconNameTwoTone","iconsRecord","CapIcon","style","disabled","spin","rotate","withBackground","backgroundProps","onClick","textLabel","component","allowSvg","color","handleClick","jsxs","svgIcon","iconStyle","transform","undefined","iconComponent","AntIcon","_ref2","display","alignItems","justifyContent","CapIconWithStatic","_CapTooltipWithInfo"],"sourceRoot":""}
@@ -1,144 +0,0 @@
1
- import type { TreeSelectProps } from 'antd-v5';
2
- import React from 'react';
3
- import { type SelectType } from './constants';
4
- interface OptionData {
5
- label?: React.ReactNode;
6
- value?: string | number;
7
- key?: string | number;
8
- title?: React.ReactNode;
9
- children?: OptionData[];
10
- optionSuffix?: React.ReactNode;
11
- optionSuffixInfo?: React.ReactNode;
12
- optionTooltipInfo?: React.ReactNode;
13
- disabled?: boolean;
14
- [key: string]: unknown;
15
- }
16
- export interface CapUnifiedSelectProps extends Omit<TreeSelectProps, 'treeData' | 'value' | 'onChange'> {
17
- type?: SelectType;
18
- options?: OptionData[];
19
- value?: string | number | (string | number)[] | undefined;
20
- onChange?: (value: string | number | (string | number)[] | undefined) => void;
21
- placeholder?: React.ReactNode;
22
- className?: string;
23
- style?: React.CSSProperties;
24
- isError?: boolean;
25
- errorMessage?: string;
26
- containerClassName?: string;
27
- popoverClassName?: string;
28
- allowClear?: boolean;
29
- headerLabel?: string;
30
- onUpload?: () => void;
31
- /**
32
- * Label text for the upload button
33
- * @default "Upload"
34
- */
35
- uploadLabel?: string;
36
- tooltip?: React.ReactNode;
37
- bylineText?: string;
38
- disabled?: boolean;
39
- showUpload?: boolean;
40
- customPopupRender?: boolean;
41
- showSearch?: boolean;
42
- searchBasedOn?: 'label' | 'value' | 'key';
43
- /**
44
- * Search callback function that triggers when user types in search input.
45
- * When staticValue is false, this enables API-based search with debouncing.
46
- * @param query - The search query string entered by user
47
- * @example
48
- * onSearch={(query) => {
49
- * actions.searchDependentEnumsRequest({ searchQuery: query });
50
- * }}
51
- */
52
- onSearch?: (query: string) => void;
53
- /**
54
- * Debounce timeout for search input in milliseconds.
55
- * Controls when and how often the search callback is triggered.
56
- * @default 300
57
- * @example
58
- * searchDebounce={500}
59
- */
60
- searchDebounce?: number;
61
- onConfirm?: (value: string | number | (string | number)[] | undefined) => void;
62
- clearText?: string;
63
- noResultCustomText?: string;
64
- noResultCustomIcon?: string;
65
- readOnly?: boolean;
66
- /**
67
- * Controls whether data is static (local) or dynamic (API-based).
68
- * When true: Shows "Select All" checkbox, search is local (filters existing options).
69
- * When false: Hides "Select All" checkbox, search triggers onSearch callback for API calls.
70
- * @default true - Static data with local search by default
71
- * @remarks Only applicable when type is 'multiSelect' or 'multiTreeSelect'
72
- * @example
73
- * // For static data (all data available at once, local search)
74
- * staticValue={true}
75
- *
76
- * // For API-based data (search triggers onSearch callback)
77
- * staticValue={false}
78
- */
79
- staticValue?: boolean;
80
- /**
81
- * Callback function triggered when the footer download CTA is clicked
82
- * @param values - The current selected values
83
- */
84
- onFooterDownloadChange?: (values: (string | number)[]) => void;
85
- /**
86
- * Callback function triggered when user scrolls in the dropdown popup.
87
- * The component automatically checks if scroll is near bottom before calling this callback.
88
- * The developer should handle hasMore and isLoading conditions inside the callback.
89
- * @param event - The scroll event object containing scroll position information
90
- * @example
91
- * onPopupScroll={(event) => {
92
- * if (enumData?.hasMore && !isLoading) {
93
- * // Load more data - component already checked scroll position
94
- * loadMoreData();
95
- * }
96
- * }}
97
- */
98
- onPopupScroll?: () => void;
99
- /**
100
- * Enable controlled virtualization for large lists.
101
- * When true, disables Ant Design's built-in virtualization (virtual prop).
102
- * For flat lists, Ant Design's built-in virtualization (when enableVirtualization is false) provides good performance.
103
- * @default false
104
- */
105
- enableVirtualization?: boolean;
106
- /**
107
- * Height of each virtualized row in pixels.
108
- * Used by Ant Design's built-in virtualization when enableVirtualization is false.
109
- * @default 32
110
- */
111
- virtualRowHeight?: number;
112
- /**
113
- * Whether to reset search text when confirm button is clicked or dropdown closes.
114
- * When true, search text is cleared on both confirm and close actions.
115
- * @default true - Search text is cleared by default
116
- */
117
- resetSearch?: boolean;
118
- /**
119
- * Callback function triggered to reset/load initial data.
120
- * Called when dropdown closes, confirm button is clicked, or clear button is clicked.
121
- * This allows the developer to trigger an API call to reload initial data.
122
- * @example
123
- * resetData={() => {
124
- * actions.loadInitialDataRequest();
125
- * }}
126
- */
127
- resetData?: () => void;
128
- /**
129
- * Callback function triggered when selected values are not present in the current options.
130
- * This is useful for API-based pagination where selected items might be from different pages.
131
- * The component automatically detects missing selected values and calls this function with an array of missing values.
132
- * Only called when there are actually missing values to prevent unnecessary API calls.
133
- * @param missingValues - Array of selected values that are not present in the current options
134
- * @example
135
- * fetchMissingOptions={(missingValues) => {
136
- * // Fetch the missing options from API
137
- * actions.fetchOptionsByIds({ ids: missingValues });
138
- * }}
139
- */
140
- fetchMissingOptions?: (missingValues: (string | number)[]) => void;
141
- }
142
- declare const CapUnifiedSelect: React.FC<CapUnifiedSelectProps>;
143
- export default CapUnifiedSelect;
144
- //# sourceMappingURL=CapUnifiedSelect.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CapUnifiedSelect.d.ts","sourceRoot":"","sources":["../../components/CapUnifiedSelect/CapUnifiedSelect.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAuB,MAAM,SAAS,CAAC;AAEpE,OAAO,KAA4D,MAAM,OAAO,CAAC;AAUjF,OAAO,EAAoC,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAGhF,UAAU,UAAU;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACnC,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AA0KD,MAAM,WAAW,qBACf,SAAQ,IAAI,CAAC,eAAe,EAAE,UAAU,GAAG,OAAO,GAAG,UAAU,CAAC;IAChE,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;IAC1D,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,KAAK,IAAI,CAAC;IAC9E,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,KAAK,CAAC;IAC1C;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC;;;;;;OAMG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,KAAK,IAAI,CAAC;IAC/E,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;;;;;;;;OAYG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,KAAK,IAAI,CAAC;IAC/D;;;;;;;;;;;;OAYG;IACH,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B;;;;;OAKG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;;;;;OAQG;IACH,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB;;;;;;;;;;;OAWG;IACH,mBAAmB,CAAC,EAAE,CAAC,aAAa,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,KAAK,IAAI,CAAC;CACpE;AAED,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAyiDrD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=CapUnifiedSelect.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CapUnifiedSelect.test.d.ts","sourceRoot":"","sources":["../../components/CapUnifiedSelect/CapUnifiedSelect.test.tsx"],"names":[],"mappings":""}
@@ -1,57 +0,0 @@
1
- /**
2
- * Select type constants for CapUnifiedSelect component
3
- */
4
- export declare const SELECT_TYPES: {
5
- readonly SELECT: "select";
6
- readonly MULTI_SELECT: "multiSelect";
7
- readonly TREE_SELECT: "treeSelect";
8
- readonly MULTI_TREE_SELECT: "multiTreeSelect";
9
- };
10
- export type SelectType = (typeof SELECT_TYPES)[keyof typeof SELECT_TYPES];
11
- /**
12
- * Timeout constants (in milliseconds)
13
- */
14
- export declare const TIMEOUTS: {
15
- /** Default search debounce timeout */
16
- readonly DEFAULT_SEARCH_DEBOUNCE: 300;
17
- /** Delay for state updates after search */
18
- readonly SEARCH_STATE_UPDATE_DELAY: 100;
19
- /** Minimum time since search was cleared to consider data ready */
20
- readonly SEARCH_CLEARED_TIMEOUT: 200;
21
- /** Buffer time added to debounce for cleared search */
22
- readonly SEARCH_CLEARED_BUFFER: 300;
23
- /** Buffer time added to debounce for regular search */
24
- readonly SEARCH_REGULAR_BUFFER: 500;
25
- /** Brief delay to show loading indicator for static search */
26
- readonly STATIC_SEARCH_DELAY: 150;
27
- /** Timeout for resetData fallback (1 second) */
28
- readonly RESET_DATA_TIMEOUT: 1000;
29
- /** Minimum time since resetData was called to consider data ready */
30
- readonly RESET_DATA_MIN_TIME: 300;
31
- /** Maximum time since resetData was called to consider data ready */
32
- readonly RESET_DATA_MAX_TIME: 2000;
33
- /** Fallback timeout for scroll loading (10 seconds) */
34
- readonly SCROLL_LOADING_TIMEOUT: 10000;
35
- /** Delay before setting up scroll container listener */
36
- readonly SCROLL_CONTAINER_DELAY: 100;
37
- };
38
- /**
39
- * Default values for component props
40
- */
41
- export declare const DEFAULTS: {
42
- /** Default placeholder text */
43
- readonly PLACEHOLDER: "Select an option";
44
- /** Default upload button label */
45
- readonly UPLOAD_LABEL: "Upload";
46
- /** Default clear button text */
47
- readonly CLEAR_TEXT: "Clear";
48
- /** Default no results message */
49
- readonly NO_RESULT_TEXT: "No results found";
50
- /** Default no results icon */
51
- readonly NO_RESULT_ICON: "warning";
52
- /** Default virtual row height in pixels */
53
- readonly VIRTUAL_ROW_HEIGHT: 32;
54
- /** Default list height in pixels */
55
- readonly LIST_HEIGHT: 256;
56
- };
57
- //# sourceMappingURL=constants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../components/CapUnifiedSelect/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;CAKf,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,QAAQ;IACnB,sCAAsC;;IAEtC,2CAA2C;;IAE3C,mEAAmE;;IAEnE,uDAAuD;;IAEvD,uDAAuD;;IAEvD,8DAA8D;;IAE9D,gDAAgD;;IAEhD,qEAAqE;;IAErE,qEAAqE;;IAErE,uDAAuD;;IAEvD,wDAAwD;;CAEhD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,QAAQ;IACnB,+BAA+B;;IAE/B,kCAAkC;;IAElC,gCAAgC;;IAEhC,iCAAiC;;IAEjC,8BAA8B;;IAE9B,2CAA2C;;IAE3C,oCAAoC;;CAE5B,CAAC"}
@@ -1,3 +0,0 @@
1
- export { default } from './CapUnifiedSelect';
2
- export type { CapUnifiedSelectProps } from './CapUnifiedSelect';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/CapUnifiedSelect/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAC7C,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC"}