@antscorp/antsomi-ui 2.0.109 → 2.0.111

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 (587) hide show
  1. package/README.md +78 -78
  2. package/es/__mocks__/1000_city.json +802 -802
  3. package/es/__mocks__/sql-query.json +56 -56
  4. package/es/assets/css/main.scss +8 -6
  5. package/es/assets/images/feedback.svg +3 -3
  6. package/es/assets/svg/mobile-frame.svg +3 -3
  7. package/es/assets/svg/warning-icon.svg +5 -5
  8. package/es/components/atoms/Alert/Alert.js +28 -28
  9. package/es/components/atoms/ContentEditable/styled.js +16 -16
  10. package/es/components/atoms/DividerPure/styled.js +35 -35
  11. package/es/components/atoms/Eyedropper/Eyedropper.d.ts +2 -0
  12. package/es/components/atoms/Eyedropper/Eyedropper.js +53 -0
  13. package/es/components/atoms/Eyedropper/index.d.ts +0 -0
  14. package/es/components/atoms/Eyedropper/index.js +1 -0
  15. package/es/components/atoms/Eyedropper/styled.d.ts +9 -0
  16. package/es/components/atoms/Eyedropper/styled.js +45 -0
  17. package/es/components/atoms/Eyedropper/types.d.ts +5 -0
  18. package/es/components/atoms/Eyedropper/types.js +1 -0
  19. package/es/components/atoms/Icon/index.js +19 -19
  20. package/es/components/atoms/Iframe/Iframe.js +18 -18
  21. package/es/components/atoms/Input/styled.js +104 -104
  22. package/es/components/atoms/InputDynamic/styled.js +284 -284
  23. package/es/components/atoms/MobileBrandingBar/styled.js +21 -21
  24. package/es/components/atoms/MobileFrame/styled.js +30 -30
  25. package/es/components/atoms/MobileFrameV2/styled.js +42 -42
  26. package/es/components/atoms/MobileFrameV3/styled.js +31 -31
  27. package/es/components/atoms/NotificationStatus/styled.js +10 -10
  28. package/es/components/atoms/PreviewTabs/styled.js +69 -69
  29. package/es/components/atoms/Radio/index.js +16 -16
  30. package/es/components/atoms/ReactIframe/ReactIframe.js +5 -5
  31. package/es/components/atoms/ReactIframe/styled.js +9 -9
  32. package/es/components/atoms/RequiredLabel/styled.js +3 -3
  33. package/es/components/atoms/ScrollBox/index.js +5 -5
  34. package/es/components/atoms/Scrollbars/styled.js +21 -21
  35. package/es/components/atoms/SlideBar/styled.js +194 -194
  36. package/es/components/atoms/Slider/styled.js +31 -31
  37. package/es/components/atoms/Space/Space.js +4 -4
  38. package/es/components/atoms/Spin/styled.js +11 -11
  39. package/es/components/atoms/Steps/styled.js +244 -244
  40. package/es/components/atoms/Switch/styled.js +56 -56
  41. package/es/components/atoms/Tag/Tag.js +10 -10
  42. package/es/components/atoms/Text/styled.js +34 -34
  43. package/es/components/icons/ALignRightIcon.d.ts +3 -0
  44. package/es/components/icons/ALignRightIcon.js +7 -0
  45. package/es/components/icons/AlignCenterIcon.d.ts +3 -0
  46. package/es/components/icons/AlignCenterIcon.js +7 -0
  47. package/es/components/icons/AlignJustifyIcon.d.ts +3 -0
  48. package/es/components/icons/AlignJustifyIcon.js +7 -0
  49. package/es/components/icons/AlignLeftIcon.d.ts +3 -0
  50. package/es/components/icons/AlignLeftIcon.js +7 -0
  51. package/es/components/icons/ArrowDropDownIcon.d.ts +3 -0
  52. package/es/components/icons/ArrowDropDownIcon.js +7 -0
  53. package/es/components/icons/ChevronRightIcon.d.ts +3 -0
  54. package/es/components/icons/ChevronRightIcon.js +7 -0
  55. package/es/components/icons/ColorizeIcon.d.ts +3 -0
  56. package/es/components/icons/ColorizeIcon.js +7 -0
  57. package/es/components/icons/DomainManagementIcon.js +1 -1
  58. package/es/components/icons/LazyIcon/LazyIcon.d.ts +9 -0
  59. package/es/components/icons/LazyIcon/LazyIcon.js +9 -0
  60. package/es/components/icons/LinkOffIcon.d.ts +3 -0
  61. package/es/components/icons/LinkOffIcon.js +7 -0
  62. package/es/components/icons/LoadingIcon.js +33 -33
  63. package/es/components/icons/MinusIcon.d.ts +3 -0
  64. package/es/components/icons/MinusIcon.js +7 -0
  65. package/es/components/icons/document/styled.js +43 -43
  66. package/es/components/icons/index.d.ts +9 -0
  67. package/es/components/icons/index.js +9 -0
  68. package/es/components/index.scss +2 -1
  69. package/es/components/molecules/AccessDenied/styled.js +28 -28
  70. package/es/components/molecules/AccountSelection/styled.js +110 -110
  71. package/es/components/molecules/AddDynamicContent/styled.js +23 -23
  72. package/es/components/molecules/AlignSetting/styled.js +4 -4
  73. package/es/components/molecules/ApplyPopupContent/styled.js +32 -32
  74. package/es/components/molecules/CalendarSelection/components/AutoUpdateTo/styled.js +8 -8
  75. package/es/components/molecules/CalendarSelection/components/CustomPicker/styled.js +79 -79
  76. package/es/components/molecules/CalendarSelection/components/Footer/styled.js +4 -4
  77. package/es/components/molecules/CalendarSelection/components/RangePicker/styled.js +21 -21
  78. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/Option.js +26 -26
  79. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/styled.js +30 -30
  80. package/es/components/molecules/CalendarSelection/components/TimeRangeDisplay/styled.js +26 -26
  81. package/es/components/molecules/CalendarSelection/styled.js +8 -8
  82. package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +119 -119
  83. package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +67 -67
  84. package/es/components/molecules/CaptureScreen/styled.js +240 -240
  85. package/es/components/molecules/ChartTab/components/styled.js +24 -24
  86. package/es/components/molecules/ChartTab/styled.js +20 -20
  87. package/es/components/molecules/ChatBox/AntsomiAI.js +8 -8
  88. package/es/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.js +9 -9
  89. package/es/components/molecules/ChatBox/ChatBoxInsight/styled.js +365 -365
  90. package/es/components/molecules/ChatBox/styled.js +324 -324
  91. package/es/components/molecules/CodeStructure/styled.js +5 -5
  92. package/es/components/molecules/ColorPicker/ChromePicker/styled.js +10 -10
  93. package/es/components/molecules/ColorPicker/CustomPicker/styled.js +89 -89
  94. package/es/components/molecules/ColorPicker/SketchPicker/styled.js +5 -5
  95. package/es/components/molecules/ColorPicker/styled.js +7 -7
  96. package/es/components/molecules/ColorSetting/styled.js +39 -39
  97. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +110 -110
  98. package/es/components/molecules/DatePickerV2/styled.js +6 -6
  99. package/es/components/molecules/DisplayFormat/styled.js +12 -12
  100. package/es/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.js +24 -24
  101. package/es/components/molecules/DrawerDetail/styled.js +109 -109
  102. package/es/components/molecules/Dropdown/style.scss +11 -11
  103. package/es/components/molecules/Dropdown/styled.js +28 -28
  104. package/es/components/molecules/EdgeSetting/styled.js +10 -10
  105. package/es/components/molecules/EditableName/styled.js +70 -70
  106. package/es/components/molecules/EditingList/styled.js +29 -29
  107. package/es/components/molecules/EditingListV2/components/List/List.js +9 -9
  108. package/es/components/molecules/EditorTab/styled.js +156 -156
  109. package/es/components/molecules/EmojiCollections/CommonCollection/index.js +2 -2
  110. package/es/components/molecules/EmojiCollections/styled.js +22 -22
  111. package/es/components/molecules/EmojiCollections/types.d.ts +1 -0
  112. package/es/components/molecules/EmojiPopover/EmojiPopover.d.ts +2 -0
  113. package/es/components/molecules/EmojiPopover/EmojiPopover.js +10 -6
  114. package/es/components/molecules/EmojiPopover/styled.js +5 -5
  115. package/es/components/molecules/EmptyData/styled.js +53 -53
  116. package/es/components/molecules/EyedropperButton/EyedropperButton.d.ts +11 -0
  117. package/es/components/molecules/EyedropperButton/EyedropperButton.js +34 -0
  118. package/es/components/molecules/EyedropperButton/index.d.ts +0 -0
  119. package/es/components/molecules/EyedropperButton/index.js +1 -0
  120. package/es/components/molecules/EyedropperButton/styled.d.ts +7 -0
  121. package/es/components/molecules/EyedropperButton/styled.js +23 -0
  122. package/es/components/molecules/FontSizeInput/FontSizeInput.d.ts +3 -0
  123. package/es/components/molecules/FontSizeInput/FontSizeInput.js +134 -0
  124. package/es/components/molecules/FontSizeInput/components/FontSizeControl.d.ts +8 -0
  125. package/es/components/molecules/FontSizeInput/components/FontSizeControl.js +14 -0
  126. package/es/components/molecules/FontSizeInput/components/FontSizeDropdown.d.ts +21 -0
  127. package/es/components/molecules/FontSizeInput/components/FontSizeDropdown.js +19 -0
  128. package/es/components/molecules/FontSizeInput/constants.d.ts +2 -0
  129. package/es/components/molecules/FontSizeInput/constants.js +5 -0
  130. package/es/components/molecules/FontSizeInput/index.d.ts +2 -0
  131. package/es/components/molecules/FontSizeInput/index.js +1 -0
  132. package/es/components/molecules/FontSizeInput/index.scss +15 -15
  133. package/es/components/molecules/FontSizeInput/styled.d.ts +7 -0
  134. package/es/components/molecules/FontSizeInput/styled.js +39 -0
  135. package/es/components/molecules/FontSizeInput/types.d.ts +23 -0
  136. package/es/components/molecules/FontSizeInput/types.js +1 -0
  137. package/es/components/molecules/FontSizeInput/utils.d.ts +7 -0
  138. package/es/components/molecules/FontSizeInput/utils.js +9 -0
  139. package/es/components/molecules/GradientSetting/styled.js +57 -57
  140. package/es/components/molecules/HeaderV2/styled.js +70 -70
  141. package/es/components/molecules/IconSelection/styled.js +69 -69
  142. package/es/components/molecules/ImageEditor/components/ModalShortcut.js +21 -21
  143. package/es/components/molecules/ImageEditor/styled.js +5 -5
  144. package/es/components/molecules/ImagePreview/styled.js +3 -3
  145. package/es/components/molecules/InputNumberWithUnit/styled.js +14 -14
  146. package/es/components/molecules/InputSearch/styled.js +41 -41
  147. package/es/components/molecules/ItemNotFound/styled.js +26 -26
  148. package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.js +8 -8
  149. package/es/components/molecules/MatchAnySelect/styled.js +247 -247
  150. package/es/components/molecules/Modal/styled.js +63 -63
  151. package/es/components/molecules/ModalSelect/styled.js +152 -152
  152. package/es/components/molecules/ModalV2/styled.js +27 -27
  153. package/es/components/molecules/PopupDraggable/styled.js +57 -57
  154. package/es/components/molecules/PreviewModal/styled.js +26 -26
  155. package/es/components/molecules/ProcessLoading/styled.js +2 -2
  156. package/es/components/molecules/QuillEditor/CustomToolbar.js +3165 -3165
  157. package/es/components/molecules/QuillEditor/EditorToolbar.js +7 -7
  158. package/es/components/molecules/QuillEditor/styled.js +25 -25
  159. package/es/components/molecules/RadioGroup/styled.js +9 -9
  160. package/es/components/molecules/RequestAccess/styled.js +38 -38
  161. package/es/components/molecules/ResizeGrid/components/Cell/styled.js +77 -77
  162. package/es/components/molecules/ResizeGrid/styled.js +50 -50
  163. package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/styled.js +118 -118
  164. package/es/components/molecules/RichMenu/RichMenuBlock/styled.js +13 -13
  165. package/es/components/molecules/RichMenu/RichMenuChatBar/TypingChat/styled.js +40 -40
  166. package/es/components/molecules/RichMenu/RichMenuChatBar/styled.js +27 -27
  167. package/es/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.js +2 -2
  168. package/es/components/molecules/RichMenu/RichMenuMobileView/styled.js +38 -38
  169. package/es/components/molecules/SearchPopover/SearchPopover.d.ts +2 -1
  170. package/es/components/molecules/SearchPopover/SearchPopover.js +3 -3
  171. package/es/components/molecules/SearchPopover/components/PopoverSelect/styled.js +36 -36
  172. package/es/components/molecules/SearchPopover/components/PopoverSelect/styles.scss +7 -7
  173. package/es/components/molecules/SearchPopover/styled.d.ts +12 -1
  174. package/es/components/molecules/SearchPopover/styled.js +32 -33
  175. package/es/components/molecules/SearchPopover/types.d.ts +4 -3
  176. package/es/components/molecules/Select/styled.js +32 -32
  177. package/es/components/molecules/SelectAccount/styled.js +147 -147
  178. package/es/components/molecules/SelectEventAttribute/styled.js +8 -8
  179. package/es/components/molecules/SelectMulti/styled.js +62 -62
  180. package/es/components/molecules/SelectV2/styled.js +124 -124
  181. package/es/components/molecules/SettingWrapper/styled.js +12 -12
  182. package/es/components/molecules/ShareAccess/components/GeneralAccess/styled.js +56 -56
  183. package/es/components/molecules/ShareAccess/components/LayoutContent/styled.js +5 -5
  184. package/es/components/molecules/ShareAccess/components/ModalTransferOwnerShip/styled.js +15 -15
  185. package/es/components/molecules/ShareAccess/components/PeopleAccess/styled.js +63 -63
  186. package/es/components/molecules/ShareAccess/components/SearchUser/styled.js +31 -31
  187. package/es/components/molecules/SliderWithInputNumber/styled.js +2 -2
  188. package/es/components/molecules/Tabs/Tabs.js +11 -11
  189. package/es/components/molecules/TagifyInput/TagifyInput.js +50 -50
  190. package/es/components/molecules/TagifyInput/styled.js +37 -37
  191. package/es/components/molecules/TagifyInput/utils.js +13 -13
  192. package/es/components/molecules/TagifyInput/utils.style.js +218 -218
  193. package/es/components/molecules/TemplateSaveAs/components/Category/Category.js +5 -5
  194. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/styled.js +276 -276
  195. package/es/components/molecules/TemplateSaveAs/styled.js +134 -134
  196. package/es/components/molecules/ThumbnailCard/styled.js +92 -92
  197. package/es/components/molecules/Tree/styled.js +38 -38
  198. package/es/components/molecules/UnsubscribePreferences/styled.js +7 -7
  199. package/es/components/molecules/UnsubscribePreview/components/styled.js +53 -53
  200. package/es/components/molecules/UnsubscribePreview/styled.js +48 -48
  201. package/es/components/molecules/UploadImage/styled.js +114 -114
  202. package/es/components/molecules/VirtualizedMenu/VirtualizedMenu.d.ts +1 -0
  203. package/es/components/molecules/VirtualizedMenu/components/Item/Item.js +6 -8
  204. package/es/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.d.ts +10 -10
  205. package/es/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.js +49 -289
  206. package/es/components/molecules/VirtualizedMenu/components/MenuInline/hooks/index.d.ts +9 -0
  207. package/es/components/molecules/VirtualizedMenu/components/MenuInline/hooks/index.js +5 -0
  208. package/es/components/molecules/VirtualizedMenu/components/MenuInline/hooks/useFocusManagement.d.ts +23 -0
  209. package/es/components/molecules/VirtualizedMenu/components/MenuInline/hooks/useFocusManagement.js +81 -0
  210. package/es/components/molecules/VirtualizedMenu/components/MenuInline/hooks/useItemInteraction.d.ts +24 -0
  211. package/es/components/molecules/VirtualizedMenu/components/MenuInline/hooks/useItemInteraction.js +32 -0
  212. package/es/components/molecules/VirtualizedMenu/components/MenuInline/hooks/useKeyboardNavigation.d.ts +26 -0
  213. package/es/components/molecules/VirtualizedMenu/components/MenuInline/hooks/useKeyboardNavigation.js +93 -0
  214. package/es/components/molecules/VirtualizedMenu/components/MenuInline/hooks/useTreeState.d.ts +24 -0
  215. package/es/components/molecules/VirtualizedMenu/components/MenuInline/hooks/useTreeState.js +94 -0
  216. package/es/components/molecules/VirtualizedMenu/components/MenuInline/hooks/useVisibleItems.d.ts +7 -0
  217. package/es/components/molecules/VirtualizedMenu/components/MenuInline/hooks/useVisibleItems.js +132 -0
  218. package/es/components/molecules/VirtualizedMenu/styled.js +103 -82
  219. package/es/components/molecules/VirtualizedMenu/types.d.ts +2 -0
  220. package/es/components/molecules/VirtualizedMenu/utils.d.ts +2 -0
  221. package/es/components/molecules/VirtualizedMenu/utils.js +2 -0
  222. package/es/components/molecules/index.d.ts +1 -0
  223. package/es/components/molecules/index.js +1 -0
  224. package/es/components/molecules/index.scss +1 -0
  225. package/es/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/styles.js +98 -98
  226. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.js +18 -18
  227. package/es/components/organism/AccountProfile/components/AccountSetting/styled.js +543 -543
  228. package/es/components/organism/AccountProfile/components/AccountSetting/styles.scss +39 -39
  229. package/es/components/organism/AccountSharing/styled.js +336 -336
  230. package/es/components/organism/ActivityTimeline/ActivityTimeline.js +3 -3
  231. package/es/components/organism/ActivityTimeline/__mocks__/event_tracking.json +1290 -1290
  232. package/es/components/organism/ActivityTimeline/__mocks__/timeline.json +1896 -3059
  233. package/es/components/organism/ActivityTimeline/components/ActionHistory/styled.js +28 -28
  234. package/es/components/organism/ActivityTimeline/components/CardMember/styled.js +60 -60
  235. package/es/components/organism/ActivityTimeline/components/ItemEvent/ItemEvent.js +7 -1
  236. package/es/components/organism/ActivityTimeline/components/ItemGroupEvent/ItemGroupEvent.js +14 -2
  237. package/es/components/organism/ActivityTimeline/components/ItemGroupEvent/styled.js +4 -4
  238. package/es/components/organism/ActivityTimeline/components/List/styled.js +77 -77
  239. package/es/components/organism/ActivityTimeline/components/ListItem/styled.js +37 -37
  240. package/es/components/organism/ActivityTimeline/components/ProductCard/styled.js +92 -92
  241. package/es/components/organism/ActivityTimeline/components/Redeem/styled.js +7 -7
  242. package/es/components/organism/ActivityTimeline/components/Slide/styled.js +20 -20
  243. package/es/components/organism/ActivityTimeline/components/TimeLineTitle/styled.js +7 -7
  244. package/es/components/organism/ActivityTimeline/components/TimelineSection/styled.js +69 -69
  245. package/es/components/organism/ActivityTimeline/constants.d.ts +18 -18
  246. package/es/components/organism/ActivityTimeline/constants.js +7 -8
  247. package/es/components/organism/ActivityTimeline/index.d.ts +530 -1
  248. package/es/components/organism/ActivityTimeline/index.js +9 -1
  249. package/es/components/organism/ActivityTimeline/styled.js +43 -39
  250. package/es/components/organism/ActivityTimeline/utils.d.ts +7 -1
  251. package/es/components/organism/ActivityTimeline/utils.js +224 -162
  252. package/es/components/organism/AlgorithmsSetting/styled.js +35 -35
  253. package/es/components/organism/BasicLogin/components/ChooseMethod/styled.js +19 -19
  254. package/es/components/organism/BasicLogin/components/LoginWithEmail/styled.js +3 -3
  255. package/es/components/organism/BasicLogin/components/LoginWithGG/styled.js +3 -3
  256. package/es/components/organism/BasicLogin/components/SignIn/styled.js +8 -8
  257. package/es/components/organism/BasicLogin/components/WidgetLayout/styled.js +18 -18
  258. package/es/components/organism/BasicLogin/styled.js +107 -107
  259. package/es/components/organism/ContentSources/styled.js +50 -50
  260. package/es/components/organism/DataTable/components/AddButton/index.js +8 -8
  261. package/es/components/organism/DataTable/components/ModifyColumn/styled.js +18 -18
  262. package/es/components/organism/DataTable/components/Pagination/styled.js +26 -26
  263. package/es/components/organism/DataTable/components/Table/styled.js +135 -135
  264. package/es/components/organism/DataTable/components/Toolbar/SearchPopover.js +17 -17
  265. package/es/components/organism/DataTable/components/Toolbar/styled.js +70 -70
  266. package/es/components/organism/DataTable/styled/index.js +84 -84
  267. package/es/components/organism/Filter/components/FilterCondition/styled.js +34 -34
  268. package/es/components/organism/Filter/styled.js +109 -109
  269. package/es/components/organism/FilterSetting/components/common/InputArray/styled.js +5 -5
  270. package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.js +63 -63
  271. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.js +31 -31
  272. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.js +22 -22
  273. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/index.js +55 -55
  274. package/es/components/organism/FilterSetting/styled.js +19 -19
  275. package/es/components/organism/Help/styled.js +267 -267
  276. package/es/components/organism/LeftMenu/components/HomeMenu/styled.js +39 -39
  277. package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/styled.js +16 -16
  278. package/es/components/organism/LeftMenu/components/common/ChildMenu/styled.js +156 -156
  279. package/es/components/organism/LeftMenu/styled.js +214 -214
  280. package/es/components/organism/Login/components/ChooseMethod/styled.js +19 -19
  281. package/es/components/organism/Login/components/ForgotPassword/styled.js +8 -8
  282. package/es/components/organism/Login/components/LoginSelectPortal/Item/styled.js +31 -31
  283. package/es/components/organism/Login/components/LoginSelectPortal/styled.js +3 -3
  284. package/es/components/organism/Login/components/LoginWithEmail/styled.js +3 -3
  285. package/es/components/organism/Login/components/LoginWithGG/styled.js +3 -3
  286. package/es/components/organism/Login/components/SetupGGAuthenticator/styled.js +7 -7
  287. package/es/components/organism/Login/components/SignIn/styled.js +8 -8
  288. package/es/components/organism/Login/components/VerifyAccount/styled.js +13 -13
  289. package/es/components/organism/Login/components/WidgetLayout/styled.js +18 -18
  290. package/es/components/organism/Login/styled.js +115 -115
  291. package/es/components/organism/Menu/styled.js +6 -6
  292. package/es/components/organism/ModifyColumnModal/styled.js +132 -132
  293. package/es/components/organism/Notification/styled.js +155 -155
  294. package/es/components/organism/PreviewCollections/Messages/SkeletonMessage/styled.js +14 -14
  295. package/es/components/organism/PreviewCollections/WhatsappMessage/CarouselMessage/styled.js +63 -63
  296. package/es/components/organism/PreviewCollections/constants.js +50 -50
  297. package/es/components/organism/PreviewCollections/styled.js +16 -16
  298. package/es/components/organism/PreviewTemplateModal/components/Banner/styled.js +78 -78
  299. package/es/components/organism/PreviewTemplateModal/components/Information/styled.js +52 -52
  300. package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.js +18 -18
  301. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +77 -77
  302. package/es/components/organism/PreviewTemplateModal/styled.js +21 -21
  303. package/es/components/organism/SQLGeneration/components/styled.js +354 -354
  304. package/es/components/organism/SQLGeneration/index.scss +1 -1
  305. package/es/components/organism/SQLGeneration/integrations/AceEditor/index.scss +4 -4
  306. package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +11 -11
  307. package/es/components/organism/Table/CrossTabTable/styled.js +11 -11
  308. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +17 -17
  309. package/es/components/organism/Table/ExplorePivotTable/styled.js +11 -11
  310. package/es/components/organism/TextEditor/TextEditor.d.ts +10 -0
  311. package/es/components/organism/TextEditor/TextEditor.js +388 -0
  312. package/es/components/organism/TextEditor/__mocks__/text-block.settings.json +320 -0
  313. package/es/components/organism/TextEditor/__mocks__/text-contennt.d.ts +1 -0
  314. package/es/components/organism/TextEditor/__mocks__/text-contennt.js +47 -0
  315. package/es/components/organism/TextEditor/constants.d.ts +196 -0
  316. package/es/components/organism/TextEditor/constants.js +398 -0
  317. package/es/components/organism/TextEditor/extensions/BackgroundColor.d.ts +25 -0
  318. package/es/components/organism/TextEditor/extensions/BackgroundColor.js +43 -0
  319. package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu-plugin.d.ts +18 -0
  320. package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu-plugin.js +81 -0
  321. package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu.d.ts +15 -0
  322. package/es/components/organism/TextEditor/extensions/BubbleMenu/bubble-menu.js +35 -0
  323. package/es/components/organism/TextEditor/extensions/BubbleMenu/index.d.ts +2 -0
  324. package/es/components/organism/TextEditor/extensions/BubbleMenu/index.js +2 -0
  325. package/es/components/organism/TextEditor/extensions/ClearFormatting.d.ts +16 -0
  326. package/es/components/organism/TextEditor/extensions/ClearFormatting.js +30 -0
  327. package/es/components/organism/TextEditor/extensions/Color.d.ts +6 -0
  328. package/es/components/organism/TextEditor/extensions/Color.js +34 -0
  329. package/es/components/organism/TextEditor/extensions/Emoji.d.ts +57 -0
  330. package/es/components/organism/TextEditor/extensions/Emoji.js +184 -0
  331. package/es/components/organism/TextEditor/extensions/FontFamily.d.ts +6 -0
  332. package/es/components/organism/TextEditor/extensions/FontFamily.js +36 -0
  333. package/es/components/organism/TextEditor/extensions/FontSize.d.ts +31 -0
  334. package/es/components/organism/TextEditor/extensions/FontSize.js +46 -0
  335. package/es/components/organism/TextEditor/extensions/FontWeight.d.ts +23 -0
  336. package/es/components/organism/TextEditor/extensions/FontWeight.js +41 -0
  337. package/es/components/organism/TextEditor/extensions/Indent.d.ts +21 -0
  338. package/es/components/organism/TextEditor/extensions/Indent.js +63 -0
  339. package/es/components/organism/TextEditor/extensions/LetterSpacing.d.ts +32 -0
  340. package/es/components/organism/TextEditor/extensions/LetterSpacing.js +48 -0
  341. package/es/components/organism/TextEditor/extensions/LineHeight.d.ts +20 -0
  342. package/es/components/organism/TextEditor/extensions/LineHeight.js +101 -0
  343. package/es/components/organism/TextEditor/extensions/Link.d.ts +22 -0
  344. package/es/components/organism/TextEditor/extensions/Link.js +178 -0
  345. package/es/components/organism/TextEditor/extensions/ListItem.d.ts +10 -0
  346. package/es/components/organism/TextEditor/extensions/ListItem.js +93 -0
  347. package/es/components/organism/TextEditor/extensions/ListItemMarker.d.ts +13 -0
  348. package/es/components/organism/TextEditor/extensions/ListItemMarker.js +174 -0
  349. package/es/components/organism/TextEditor/extensions/OrderedList.d.ts +56 -0
  350. package/es/components/organism/TextEditor/extensions/OrderedList.js +187 -0
  351. package/es/components/organism/TextEditor/extensions/SmartTag.d.ts +28 -0
  352. package/es/components/organism/TextEditor/extensions/SmartTag.js +103 -0
  353. package/es/components/organism/TextEditor/extensions/StyleMemory.d.ts +36 -0
  354. package/es/components/organism/TextEditor/extensions/StyleMemory.js +163 -0
  355. package/es/components/organism/TextEditor/extensions/TextTransform.d.ts +30 -0
  356. package/es/components/organism/TextEditor/extensions/TextTransform.js +36 -0
  357. package/es/components/organism/TextEditor/extensions/UnorderedList.d.ts +55 -0
  358. package/es/components/organism/TextEditor/extensions/UnorderedList.js +176 -0
  359. package/es/components/organism/TextEditor/hooks/index.d.ts +6 -0
  360. package/es/components/organism/TextEditor/hooks/index.js +6 -0
  361. package/es/components/organism/TextEditor/hooks/useColorSet.d.ts +4 -0
  362. package/es/components/organism/TextEditor/hooks/useColorSet.js +29 -0
  363. package/es/components/organism/TextEditor/hooks/useDocumentState.d.ts +18 -0
  364. package/es/components/organism/TextEditor/hooks/useDocumentState.js +42 -0
  365. package/es/components/organism/TextEditor/hooks/useMarkTracking.d.ts +26 -0
  366. package/es/components/organism/TextEditor/hooks/useMarkTracking.js +69 -0
  367. package/es/components/organism/TextEditor/hooks/usePersistence.d.ts +31 -0
  368. package/es/components/organism/TextEditor/hooks/usePersistence.js +169 -0
  369. package/es/components/organism/TextEditor/hooks/useStyleMemory.d.ts +6 -0
  370. package/es/components/organism/TextEditor/hooks/useStyleMemory.js +42 -0
  371. package/es/components/organism/TextEditor/hooks/useStylePresets.d.ts +34 -0
  372. package/es/components/organism/TextEditor/hooks/useStylePresets.js +83 -0
  373. package/es/components/organism/TextEditor/index.d.ts +18 -0
  374. package/es/components/organism/TextEditor/index.js +8 -0
  375. package/es/components/organism/TextEditor/index.scss +65 -0
  376. package/es/components/organism/TextEditor/provider.d.ts +15 -0
  377. package/es/components/organism/TextEditor/provider.js +36 -0
  378. package/es/components/organism/TextEditor/store.d.ts +20 -0
  379. package/es/components/organism/TextEditor/store.js +40 -0
  380. package/es/components/organism/TextEditor/stories/WithOldDynAndLink/froala-legacy-format.settings.json +95 -0
  381. package/es/components/organism/TextEditor/stories/WithOldDynAndLink/shared.d.ts +111 -0
  382. package/es/components/organism/TextEditor/stories/WithOldDynAndLink/shared.js +82 -0
  383. package/es/components/organism/TextEditor/stories/shared.d.ts +64 -0
  384. package/es/components/organism/TextEditor/stories/shared.js +57 -0
  385. package/es/components/organism/TextEditor/styled.d.ts +9 -0
  386. package/es/components/organism/TextEditor/styled.js +61 -0
  387. package/es/components/organism/TextEditor/types.d.ts +311 -0
  388. package/es/components/organism/TextEditor/types.js +6 -0
  389. package/es/components/organism/TextEditor/ui/BubbleMenu/BubbleMenu.d.ts +3 -0
  390. package/es/components/organism/TextEditor/ui/BubbleMenu/BubbleMenu.js +114 -0
  391. package/es/components/organism/TextEditor/ui/BubbleMenu/index.d.ts +1 -0
  392. package/es/components/organism/TextEditor/ui/BubbleMenu/index.js +1 -0
  393. package/es/components/organism/TextEditor/ui/Button/Button.d.ts +9 -0
  394. package/es/components/organism/TextEditor/ui/Button/Button.js +35 -0
  395. package/es/components/organism/TextEditor/ui/Button/index.d.ts +2 -0
  396. package/es/components/organism/TextEditor/ui/Button/index.js +1 -0
  397. package/es/components/organism/TextEditor/ui/Button/types.d.ts +10 -0
  398. package/es/components/organism/TextEditor/ui/Button/types.js +1 -0
  399. package/es/components/organism/TextEditor/ui/ColorPicker/ColorPicker.d.ts +39 -0
  400. package/es/components/organism/TextEditor/ui/ColorPicker/ColorPicker.js +131 -0
  401. package/es/components/organism/TextEditor/ui/ColorPicker/index.d.ts +1 -0
  402. package/es/components/organism/TextEditor/ui/ColorPicker/index.js +1 -0
  403. package/es/components/organism/TextEditor/ui/DropdownButton/DropdownButton.d.ts +17 -0
  404. package/es/components/organism/TextEditor/ui/DropdownButton/DropdownButton.js +51 -0
  405. package/es/components/organism/TextEditor/ui/DropdownButton/index.d.ts +1 -0
  406. package/es/components/organism/TextEditor/ui/DropdownButton/index.js +1 -0
  407. package/es/components/organism/TextEditor/ui/Emoji/EmojiList.d.ts +11 -0
  408. package/es/components/organism/TextEditor/ui/Emoji/EmojiList.js +66 -0
  409. package/es/components/organism/TextEditor/ui/Emoji/index.d.ts +2 -0
  410. package/es/components/organism/TextEditor/ui/Emoji/index.js +2 -0
  411. package/es/components/organism/TextEditor/ui/Emoji/suggestion.d.ts +4 -0
  412. package/es/components/organism/TextEditor/ui/Emoji/suggestion.js +71 -0
  413. package/es/components/organism/TextEditor/ui/FontPopover/FontItem.d.ts +2 -0
  414. package/es/components/organism/TextEditor/ui/FontPopover/FontItem.js +27 -0
  415. package/es/components/organism/TextEditor/ui/FontPopover/FontPopover.d.ts +16 -0
  416. package/es/components/organism/TextEditor/ui/FontPopover/FontPopover.js +102 -0
  417. package/es/components/organism/TextEditor/ui/FontPopover/styled.d.ts +2 -0
  418. package/es/components/organism/TextEditor/ui/FontPopover/styled.js +36 -0
  419. package/es/components/organism/TextEditor/ui/FontPopover/types.d.ts +35 -0
  420. package/es/components/organism/TextEditor/ui/FontPopover/types.js +1 -0
  421. package/es/components/organism/TextEditor/ui/LinkInsertForm/LinkInsertForm.d.ts +16 -0
  422. package/es/components/organism/TextEditor/ui/LinkInsertForm/LinkInsertForm.js +61 -0
  423. package/es/components/organism/TextEditor/ui/LinkInsertForm/index.d.ts +2 -0
  424. package/es/components/organism/TextEditor/ui/LinkInsertForm/index.js +1 -0
  425. package/es/components/organism/TextEditor/ui/LinkPopover/LinkPopover.d.ts +9 -0
  426. package/es/components/organism/TextEditor/ui/LinkPopover/LinkPopover.js +126 -0
  427. package/es/components/organism/TextEditor/ui/LinkPopover/index.d.ts +2 -0
  428. package/es/components/organism/TextEditor/ui/LinkPopover/index.js +1 -0
  429. package/es/components/organism/TextEditor/ui/Popover/Popover.d.ts +6 -0
  430. package/es/components/organism/TextEditor/ui/Popover/Popover.js +9 -0
  431. package/es/components/organism/TextEditor/ui/Popover/index.d.ts +1 -0
  432. package/es/components/organism/TextEditor/ui/Popover/index.js +1 -0
  433. package/es/components/organism/TextEditor/ui/Select/Select.d.ts +4 -0
  434. package/es/components/organism/TextEditor/ui/Select/Select.js +7 -0
  435. package/es/components/organism/TextEditor/ui/Select/index.d.ts +1 -0
  436. package/es/components/organism/TextEditor/ui/Select/index.js +1 -0
  437. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/SplitButtonDropdown.d.ts +2 -0
  438. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/SplitButtonDropdown.js +44 -0
  439. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/index.d.ts +1 -0
  440. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/index.js +1 -0
  441. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/styled.d.ts +2 -0
  442. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/styled.js +58 -0
  443. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/types.d.ts +19 -0
  444. package/es/components/organism/TextEditor/ui/SplitButtonDropdown/types.js +1 -0
  445. package/es/components/organism/TextEditor/ui/TextAlignSelect/TextAlignSelect.d.ts +30 -0
  446. package/es/components/organism/TextEditor/ui/TextAlignSelect/TextAlignSelect.js +75 -0
  447. package/es/components/organism/TextEditor/ui/TextAlignSelect/index.d.ts +1 -0
  448. package/es/components/organism/TextEditor/ui/TextAlignSelect/index.js +1 -0
  449. package/es/components/organism/TextEditor/ui/Toolbar/FormattingToolbar.d.ts +19 -0
  450. package/es/components/organism/TextEditor/ui/Toolbar/FormattingToolbar.js +85 -0
  451. package/es/components/organism/TextEditor/ui/Toolbar/LinkPreviewToolbar.d.ts +10 -0
  452. package/es/components/organism/TextEditor/ui/Toolbar/LinkPreviewToolbar.js +39 -0
  453. package/es/components/organism/TextEditor/ui/Toolbar/actions/BoldAction.d.ts +6 -0
  454. package/es/components/organism/TextEditor/ui/Toolbar/actions/BoldAction.js +19 -0
  455. package/es/components/organism/TextEditor/ui/Toolbar/actions/BulletListAction.d.ts +6 -0
  456. package/es/components/organism/TextEditor/ui/Toolbar/actions/BulletListAction.js +93 -0
  457. package/es/components/organism/TextEditor/ui/Toolbar/actions/ClearFormattingAction.d.ts +5 -0
  458. package/es/components/organism/TextEditor/ui/Toolbar/actions/ClearFormattingAction.js +20 -0
  459. package/es/components/organism/TextEditor/ui/Toolbar/actions/EmojiAction.d.ts +4 -0
  460. package/es/components/organism/TextEditor/ui/Toolbar/actions/EmojiAction.js +32 -0
  461. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontFamilyAction.d.ts +18 -0
  462. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontFamilyAction.js +41 -0
  463. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontSizeAction.d.ts +8 -0
  464. package/es/components/organism/TextEditor/ui/Toolbar/actions/FontSizeAction.js +51 -0
  465. package/es/components/organism/TextEditor/ui/Toolbar/actions/HistoryAction.d.ts +5 -0
  466. package/es/components/organism/TextEditor/ui/Toolbar/actions/HistoryAction.js +21 -0
  467. package/es/components/organism/TextEditor/ui/Toolbar/actions/IndentAction.d.ts +5 -0
  468. package/es/components/organism/TextEditor/ui/Toolbar/actions/IndentAction.js +17 -0
  469. package/es/components/organism/TextEditor/ui/Toolbar/actions/ItalicAction.d.ts +5 -0
  470. package/es/components/organism/TextEditor/ui/Toolbar/actions/ItalicAction.js +18 -0
  471. package/es/components/organism/TextEditor/ui/Toolbar/actions/LetterSpacing.d.ts +5 -0
  472. package/es/components/organism/TextEditor/ui/Toolbar/actions/LetterSpacing.js +28 -0
  473. package/es/components/organism/TextEditor/ui/Toolbar/actions/LineSpacingAction.d.ts +10 -0
  474. package/es/components/organism/TextEditor/ui/Toolbar/actions/LineSpacingAction.js +45 -0
  475. package/es/components/organism/TextEditor/ui/Toolbar/actions/LinkAction.d.ts +6 -0
  476. package/es/components/organism/TextEditor/ui/Toolbar/actions/LinkAction.js +17 -0
  477. package/es/components/organism/TextEditor/ui/Toolbar/actions/OrderedListAction.d.ts +5 -0
  478. package/es/components/organism/TextEditor/ui/Toolbar/actions/OrderedListAction.js +67 -0
  479. package/es/components/organism/TextEditor/ui/Toolbar/actions/OutdentAction.d.ts +5 -0
  480. package/es/components/organism/TextEditor/ui/Toolbar/actions/OutdentAction.js +17 -0
  481. package/es/components/organism/TextEditor/ui/Toolbar/actions/SmartTagAction.d.ts +7 -0
  482. package/es/components/organism/TextEditor/ui/Toolbar/actions/SmartTagAction.js +18 -0
  483. package/es/components/organism/TextEditor/ui/Toolbar/actions/StrikeAction.d.ts +5 -0
  484. package/es/components/organism/TextEditor/ui/Toolbar/actions/StrikeAction.js +18 -0
  485. package/es/components/organism/TextEditor/ui/Toolbar/actions/SubscriptAction.d.ts +5 -0
  486. package/es/components/organism/TextEditor/ui/Toolbar/actions/SubscriptAction.js +26 -0
  487. package/es/components/organism/TextEditor/ui/Toolbar/actions/SuperscriptAction.d.ts +5 -0
  488. package/es/components/organism/TextEditor/ui/Toolbar/actions/SuperscriptAction.js +26 -0
  489. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextAlignAction.d.ts +5 -0
  490. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextAlignAction.js +3 -0
  491. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextBackgroundColorAction.d.ts +5 -0
  492. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextBackgroundColorAction.js +29 -0
  493. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextColorAction.d.ts +14 -0
  494. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextColorAction.js +22 -0
  495. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextTransformAction.d.ts +5 -0
  496. package/es/components/organism/TextEditor/ui/Toolbar/actions/TextTransformAction.js +36 -0
  497. package/es/components/organism/TextEditor/ui/Toolbar/actions/UnderlineAction.d.ts +5 -0
  498. package/es/components/organism/TextEditor/ui/Toolbar/actions/UnderlineAction.js +18 -0
  499. package/es/components/organism/TextEditor/ui/Toolbar/actions/UnsetLink.d.ts +7 -0
  500. package/es/components/organism/TextEditor/ui/Toolbar/actions/UnsetLink.js +18 -0
  501. package/es/components/organism/TextEditor/ui/Toolbar/actions/index.d.ts +24 -0
  502. package/es/components/organism/TextEditor/ui/Toolbar/actions/index.js +24 -0
  503. package/es/components/organism/TextEditor/ui/Toolbar/index.d.ts +2 -0
  504. package/es/components/organism/TextEditor/ui/Toolbar/index.js +2 -0
  505. package/es/components/organism/TextEditor/utils/documentState.d.ts +73 -0
  506. package/es/components/organism/TextEditor/utils/documentState.js +149 -0
  507. package/es/components/organism/TextEditor/utils/font.d.ts +74 -0
  508. package/es/components/organism/TextEditor/utils/font.js +147 -0
  509. package/es/components/organism/TextEditor/utils/htmlProcessing.d.ts +87 -0
  510. package/es/components/organism/TextEditor/utils/htmlProcessing.js +460 -0
  511. package/es/components/organism/TextEditor/utils/indent.d.ts +11 -0
  512. package/es/components/organism/TextEditor/utils/indent.js +56 -0
  513. package/es/components/organism/TextEditor/utils/index.d.ts +8 -0
  514. package/es/components/organism/TextEditor/utils/index.js +16 -0
  515. package/es/components/organism/TextEditor/utils/link.d.ts +116 -0
  516. package/es/components/organism/TextEditor/utils/link.js +304 -0
  517. package/es/components/organism/TextEditor/utils/menu.d.ts +134 -0
  518. package/es/components/organism/TextEditor/utils/menu.js +321 -0
  519. package/es/components/organism/TextEditor/utils/selection.d.ts +25 -0
  520. package/es/components/organism/TextEditor/utils/selection.js +58 -0
  521. package/es/components/organism/TextEditor/utils/shared.d.ts +13 -0
  522. package/es/components/organism/TextEditor/utils/shared.js +52 -0
  523. package/es/components/organism/TextEditor/utils/smartTag.d.ts +49 -0
  524. package/es/components/organism/TextEditor/utils/smartTag.js +90 -0
  525. package/es/components/organism/TextEditor/utils/style.d.ts +78 -0
  526. package/es/components/organism/TextEditor/utils/style.js +193 -0
  527. package/es/components/organism/TicketEditor/styled.js +850 -850
  528. package/es/components/organism/TicketEditorV2/styled.js +839 -839
  529. package/es/components/organism/index.d.ts +1 -0
  530. package/es/components/organism/index.js +1 -0
  531. package/es/components/organism/index.scss +2 -1
  532. package/es/components/template/Layout/Layout.js +10 -10
  533. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/styled.js +73 -73
  534. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/styled.js +39 -39
  535. package/es/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/styled.js +61 -61
  536. package/es/components/template/Layout/components/RecommendationWorkspace/styled.js +16 -16
  537. package/es/components/template/Layout/styled.js +84 -84
  538. package/es/components/template/TemplateListing/components/BlankTemplate/styled.js +21 -21
  539. package/es/components/template/TemplateListing/components/CategoryListing/styled.js +123 -123
  540. package/es/components/template/TemplateListing/components/Empty/styled.js +20 -20
  541. package/es/components/template/TemplateListing/stories/demo/styled.js +4 -4
  542. package/es/components/template/TemplateListing/styled/index.js +40 -40
  543. package/es/constants/index.d.ts +1 -0
  544. package/es/constants/index.js +1 -0
  545. package/es/constants/web.d.ts +8 -0
  546. package/es/constants/web.js +57 -0
  547. package/es/hooks/index.d.ts +4 -0
  548. package/es/hooks/index.js +4 -0
  549. package/es/hooks/useBroadcastedLocalStorage.d.ts +5 -0
  550. package/es/hooks/useBroadcastedLocalStorage.js +71 -0
  551. package/es/hooks/useElementSize.d.ts +7 -0
  552. package/es/hooks/useElementSize.js +56 -0
  553. package/es/hooks/useEyedropper/attach.d.ts +4 -0
  554. package/es/hooks/useEyedropper/attach.js +9 -0
  555. package/es/hooks/useEyedropper/eyedropper.d.ts +69 -0
  556. package/es/hooks/useEyedropper/eyedropper.js +205 -0
  557. package/es/hooks/useEyedropper/index.d.ts +2 -0
  558. package/es/hooks/useEyedropper/index.js +7 -0
  559. package/es/hooks/useEyedropper/support.d.ts +1 -0
  560. package/es/hooks/useEyedropper/support.js +3 -0
  561. package/es/hooks/useEyedropper/types.d.ts +9 -0
  562. package/es/hooks/useEyedropper/types.js +1 -0
  563. package/es/hooks/useEyedropper/useEyedropper.d.ts +8 -0
  564. package/es/hooks/useEyedropper/useEyedropper.js +50 -0
  565. package/es/hooks/useEyedropper/utils.d.ts +11 -0
  566. package/es/hooks/useEyedropper/utils.js +17 -0
  567. package/es/hooks/useIsMounted.d.ts +1 -0
  568. package/es/hooks/useIsMounted.js +11 -0
  569. package/es/index.d.ts +1 -1
  570. package/es/index.js +1 -1
  571. package/es/locales/en/google-sheet.json +109 -8
  572. package/es/locales/i18n.d.ts +307 -4
  573. package/es/locales/ja/google-sheet.json +301 -200
  574. package/es/locales/vi/google-sheet.json +118 -17
  575. package/es/providers/ConfigProvider/GlobalStyle.js +1249 -1249
  576. package/es/styled/common.js +51 -51
  577. package/es/tests/styled.js +4 -4
  578. package/es/types/index.d.ts +9 -0
  579. package/es/utils/common.d.ts +15 -9
  580. package/es/utils/common.js +62 -24
  581. package/es/utils/index.d.ts +1 -0
  582. package/es/utils/index.js +1 -0
  583. package/es/utils/variables.js +7 -7
  584. package/es/utils/web.d.ts +80 -0
  585. package/es/utils/web.js +226 -0
  586. package/package.json +276 -266
  587. package/CHANGELOG.md +0 -63
@@ -0,0 +1,101 @@
1
+ import { Extension } from '@tiptap/core';
2
+ import { DEFAULT_TEXT_STYLE } from '../constants';
3
+ import { convertPxToNumber } from '@antscorp/antsomi-ui/es/utils';
4
+ function convertLineHeight(lineHeight, fontSize = 22) {
5
+ // Handle null/undefined cases
6
+ if (lineHeight == null) {
7
+ return 1.2; // Default line-height in most browsers
8
+ }
9
+ if (typeof lineHeight === 'number') {
10
+ return lineHeight;
11
+ }
12
+ const value = String(lineHeight).trim();
13
+ // Handle percentage values (e.g., "150%" -> 1.5)
14
+ if (value.endsWith('%')) {
15
+ const percentValue = parseFloat(value.slice(0, -1));
16
+ if (isNaN(percentValue)) {
17
+ throw new Error(`Invalid percentage value: ${lineHeight}`);
18
+ }
19
+ return percentValue / 100;
20
+ }
21
+ // Handle pixel values (e.g., "24px" -> 1.5 with 16px font)
22
+ if (value.endsWith('px') && fontSize) {
23
+ const pixelValue = parseFloat(value.slice(0, -2));
24
+ if (isNaN(pixelValue)) {
25
+ throw new Error(`Invalid pixel value: ${lineHeight}`);
26
+ }
27
+ if (fontSize <= 0) {
28
+ throw new Error(`Invalid font size for px conversion: ${fontSize}`);
29
+ }
30
+ return pixelValue / fontSize;
31
+ }
32
+ // Handle em/rem values (e.g., "1.5em" -> 1.5)
33
+ if (value.endsWith('em') || value.endsWith('rem')) {
34
+ const numValue = parseFloat(value.slice(0, -2));
35
+ if (isNaN(numValue)) {
36
+ throw new Error(`Invalid em/rem value: ${lineHeight}`);
37
+ }
38
+ return numValue;
39
+ }
40
+ const numValue = parseFloat(value);
41
+ if (isNaN(numValue)) {
42
+ throw new Error(`Cannot convert line-height value "${lineHeight}" to number!`);
43
+ }
44
+ return numValue;
45
+ }
46
+ function canConvertLineHeight(lineHeight, fontSize = 16) {
47
+ try {
48
+ // Try to convert, if no error thrown then it's convertible
49
+ convertLineHeight(lineHeight, fontSize);
50
+ return true;
51
+ }
52
+ catch (error) {
53
+ return false;
54
+ }
55
+ }
56
+ export const LineHeight = Extension.create({
57
+ name: 'lineHeight',
58
+ addOptions() {
59
+ return {
60
+ types: ['textStyle'],
61
+ defaultHeight: DEFAULT_TEXT_STYLE.lineHeight,
62
+ };
63
+ },
64
+ addGlobalAttributes() {
65
+ return [
66
+ {
67
+ types: this.options.types,
68
+ attributes: {
69
+ lineHeight: {
70
+ default: this.options.defaultHeight,
71
+ parseHTML: element => {
72
+ const pxFontSize = convertPxToNumber(element.style.fontSize);
73
+ let { lineHeight } = element.style;
74
+ if (element.parentElement instanceof HTMLParagraphElement) {
75
+ const { lineHeight: parentParagraphLineHeight } = element.parentElement.style;
76
+ if (canConvertLineHeight(parentParagraphLineHeight)) {
77
+ lineHeight = parentParagraphLineHeight;
78
+ }
79
+ }
80
+ if (!canConvertLineHeight(lineHeight))
81
+ return null;
82
+ return convertLineHeight(lineHeight, pxFontSize);
83
+ },
84
+ renderHTML: attrs => {
85
+ if (!attrs.lineHeight || attrs.lineHeight === this.options.defaultHeight) {
86
+ return {};
87
+ }
88
+ return { style: `line-height: ${attrs.lineHeight}` };
89
+ },
90
+ },
91
+ },
92
+ },
93
+ ];
94
+ },
95
+ addCommands() {
96
+ return {
97
+ setLineHeight: lineHeight => ({ chain }) => chain().setMark('textStyle', { lineHeight }).run(),
98
+ unsetLineHeight: () => ({ chain }) => chain().setMark('textStyle', { lineHeight: null }).removeEmptyTextStyle().run(),
99
+ };
100
+ },
101
+ });
@@ -0,0 +1,22 @@
1
+ import { LinkAttrs } from '../types';
2
+ import { LinkOptions as TiptapLinkOptions } from '@tiptap/extension-link';
3
+ export type LinkOptions = TiptapLinkOptions;
4
+ declare module '@tiptap/core' {
5
+ interface Commands<ReturnType> {
6
+ customLink: {
7
+ setCustomLink: (params: {
8
+ attrs?: LinkAttrs;
9
+ content?: string;
10
+ }) => ReturnType;
11
+ deleteCustomLink: (predicate: (attrs: LinkAttrs) => boolean) => ReturnType;
12
+ unsetCustomLink: () => ReturnType;
13
+ updateCustomLinkAttrsGlobally: (predicate: (currentAttrs: LinkAttrs) => boolean, updateFn: (currentAttrs: LinkAttrs) => LinkAttrs | false) => ReturnType;
14
+ updateCustomLinkText: (params: {
15
+ predicate: (attrs: LinkAttrs) => boolean;
16
+ updated: (currentText: string) => string;
17
+ mergeAdjacentEqualFn?: (currentAttrs: LinkAttrs, candidateAttrs: LinkAttrs) => boolean;
18
+ }) => ReturnType;
19
+ };
20
+ }
21
+ }
22
+ export declare const CustomLink: import("@tiptap/core").Mark<TiptapLinkOptions, any>;
@@ -0,0 +1,178 @@
1
+ import TiptapLinkExtension from '@tiptap/extension-link';
2
+ import { CUSTOM_LINK_EXTENSION_NAME, LINK_TEXT_COLOR } from '../constants';
3
+ import { TextSelection } from '@tiptap/pm/state';
4
+ import { dataAttrArrayToObject } from '@antscorp/antsomi-ui/es/utils';
5
+ import { isEmpty, isEqual, map, toString } from 'lodash';
6
+ import { getLinkMarkRanges, getLinkRange, isLinkColor, textBetween } from '../utils';
7
+ import { mergeAdjacentRanges } from '../utils/shared';
8
+ export const CustomLink = TiptapLinkExtension.extend({
9
+ name: CUSTOM_LINK_EXTENSION_NAME,
10
+ inclusive: false,
11
+ addOptions() {
12
+ return {
13
+ ...this.parent(),
14
+ openOnClick: false,
15
+ };
16
+ },
17
+ addAttributes() {
18
+ return {
19
+ ...this.parent?.(),
20
+ title: { default: null, parseHTML: el => el.title },
21
+ data: {
22
+ default: null,
23
+ parseHTML: el => {
24
+ const { dataset } = el;
25
+ return { ...dataset };
26
+ },
27
+ renderHTML: (attrs) => {
28
+ const dataAttrs = map(attrs.data || {}, (value, key) => ({
29
+ key: `data-${key}`,
30
+ value: toString(value),
31
+ }));
32
+ return dataAttrArrayToObject(dataAttrs);
33
+ },
34
+ },
35
+ };
36
+ },
37
+ addCommands() {
38
+ return {
39
+ ...this.parent?.(),
40
+ setCustomLink: ({ attrs, content }) => ({ state, chain }) => {
41
+ const { selection } = state;
42
+ const { from, to } = selection;
43
+ let linkContent = textBetween(state, from, to);
44
+ if (content && linkContent !== content) {
45
+ linkContent = content;
46
+ }
47
+ return (chain()
48
+ .focus()
49
+ .deleteSelection()
50
+ .insertContent(linkContent)
51
+ .command(({ tr }) => {
52
+ const endPos = tr.selection.from;
53
+ const startPos = endPos - linkContent.length;
54
+ tr.setSelection(TextSelection.create(tr.doc, startPos, endPos));
55
+ return true;
56
+ })
57
+ // .setUnderline()
58
+ // .setColor(LINK_TEXT_COLOR)
59
+ .setLink({
60
+ ...attrs,
61
+ href: attrs?.href || './',
62
+ })
63
+ .command(({ tr }) => {
64
+ const endPos = tr.selection.to;
65
+ tr.setSelection(TextSelection.create(tr.doc, endPos, endPos));
66
+ return true;
67
+ })
68
+ .run());
69
+ },
70
+ deleteCustomLink: predicate => ({ state, chain }) => {
71
+ const { doc } = state;
72
+ let linkMark;
73
+ doc.descendants((node, pos) => {
74
+ if (linkMark)
75
+ return;
76
+ linkMark = getLinkMarkRanges({
77
+ state,
78
+ from: pos,
79
+ to: pos + node.nodeSize,
80
+ }).find(range => predicate(range.mark.attrs));
81
+ });
82
+ if (!linkMark)
83
+ return false;
84
+ return chain()
85
+ .deleteRange({
86
+ from: linkMark.from,
87
+ to: linkMark.to,
88
+ })
89
+ .run();
90
+ },
91
+ unsetCustomLink: () => ({ editor, state, chain }) => {
92
+ const linkRange = getLinkRange({ state, pos: state.selection.from });
93
+ if (!linkRange)
94
+ return false;
95
+ const command = chain()
96
+ .setTextSelection({
97
+ from: linkRange.from,
98
+ to: linkRange.to,
99
+ })
100
+ .unsetLink()
101
+ .unsetUnderline();
102
+ if (isLinkColor(editor.getAttributes('textStyle').color)) {
103
+ command.unsetColor();
104
+ }
105
+ return command.run();
106
+ },
107
+ updateCustomLinkAttrsGlobally: (predicate, updateFn) => ({ state, tr, dispatch }) => {
108
+ const { doc, schema } = state;
109
+ if (!dispatch)
110
+ return true;
111
+ const linkType = schema.marks[CustomLink.name];
112
+ let somethingChanged = false;
113
+ const linkMarkRanges = getLinkMarkRanges({
114
+ state,
115
+ from: 0,
116
+ to: doc.content.size,
117
+ });
118
+ linkMarkRanges.forEach(markRange => {
119
+ const currentLinkAttrs = markRange.mark.attrs;
120
+ const from = () => tr.mapping.map(markRange.from);
121
+ const to = () => tr.mapping.map(markRange.to);
122
+ const isMatched = predicate(currentLinkAttrs);
123
+ if (!isMatched)
124
+ return;
125
+ const updated = updateFn(currentLinkAttrs);
126
+ if (!updated || isEmpty(updated))
127
+ return;
128
+ if (!isEmpty(updated)) {
129
+ somethingChanged = true;
130
+ // Create a new mark with updated attributes and add it
131
+ const newMark = linkType.create({
132
+ ...markRange.mark.attrs,
133
+ ...updated,
134
+ });
135
+ tr.addMark(from(), to(), newMark);
136
+ }
137
+ });
138
+ return somethingChanged;
139
+ },
140
+ updateCustomLinkText: ({ predicate, updated, mergeAdjacentEqualFn = isEqual }) => ({ state, tr, dispatch }) => {
141
+ if (!dispatch)
142
+ return true;
143
+ const linkMarkRanges = getLinkMarkRanges({
144
+ state,
145
+ from: 0,
146
+ to: state.doc.content.size,
147
+ }).filter(range => predicate(range.mark.attrs));
148
+ mergeAdjacentRanges(linkMarkRanges, (existingRanges, candidateRange) => existingRanges.some(range => mergeAdjacentEqualFn(range.mark.attrs, candidateRange.mark.attrs))).forEach(range => {
149
+ const currentText = textBetween(state, range.from, range.to);
150
+ const updatedText = updated(currentText);
151
+ if (currentText === updatedText)
152
+ return;
153
+ const previousLinkMark = range.data.at(0)?.mark;
154
+ if (!previousLinkMark)
155
+ return;
156
+ const from = () => tr.mapping.map(range.from);
157
+ const to = () => tr.mapping.map(range.to);
158
+ tr.insertText(updatedText, from(), to());
159
+ tr.addMark(from(), from() + updatedText.length, previousLinkMark);
160
+ });
161
+ return true;
162
+ },
163
+ };
164
+ },
165
+ addKeyboardShortcuts() {
166
+ return {
167
+ ...this.parent?.(),
168
+ Enter: ({ editor }) => {
169
+ editor.chain().unsetUnderline().run();
170
+ const currentColor = editor.getAttributes('textStyle').color;
171
+ if (currentColor === LINK_TEXT_COLOR) {
172
+ editor.chain().unsetColor().run();
173
+ }
174
+ return false;
175
+ },
176
+ };
177
+ },
178
+ });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Custom ListItem extension that extends the default TipTap ListItem
3
+ * with custom Backspace behavior to prevent merging paragraphs into lists
4
+ *
5
+ * This extension only overrides keyboard shortcuts while maintaining
6
+ * all other default ListItem functionality (HTML parsing, rendering, etc.)
7
+ *
8
+ * @see https://www.tiptap.dev/api/nodes/list-item
9
+ */
10
+ export declare const CustomListItem: import("@tiptap/core").Node<import("@tiptap/extension-list").ListItemOptions, any>;
@@ -0,0 +1,93 @@
1
+ import { ListItem } from '@tiptap/extension-list-item';
2
+ /**
3
+ * Custom ListItem extension that extends the default TipTap ListItem
4
+ * with custom Backspace behavior to prevent merging paragraphs into lists
5
+ *
6
+ * This extension only overrides keyboard shortcuts while maintaining
7
+ * all other default ListItem functionality (HTML parsing, rendering, etc.)
8
+ *
9
+ * @see https://www.tiptap.dev/api/nodes/list-item
10
+ */
11
+ export const CustomListItem = ListItem.extend({
12
+ addOptions() {
13
+ return {
14
+ HTMLAttributes: {
15
+ style: 'line-height:normal;',
16
+ },
17
+ bulletListTypeName: 'customUnorderedList',
18
+ orderedListTypeName: 'customOrderedList',
19
+ };
20
+ },
21
+ addKeyboardShortcuts() {
22
+ return {
23
+ // Keep default keyboard shortcuts from parent ListItem
24
+ Enter: () => this.editor.commands.splitListItem(this.name),
25
+ Tab: () => this.editor.commands.sinkListItem(this.name),
26
+ 'Shift-Tab': () => this.editor.commands.liftListItem(this.name),
27
+ /**
28
+ * Custom Backspace handler to prevent merging empty paragraphs into lists
29
+ *
30
+ * Behavior:
31
+ * 1. Check if cursor is at the start of a paragraph
32
+ * 2. Check if the node before is a list (ordered or unordered)
33
+ * 3. If both conditions are true and paragraph is empty, delete the paragraph
34
+ * 4. Otherwise, use default backspace behavior
35
+ */
36
+ Backspace: () => {
37
+ const { state } = this.editor;
38
+ const { selection } = state;
39
+ const { $from, empty } = selection;
40
+ // Only handle if selection is empty (cursor position, not text selection)
41
+ if (!empty) {
42
+ return false;
43
+ }
44
+ // Check if cursor is at the start of current node
45
+ const isAtStart = $from.parentOffset === 0;
46
+ if (!isAtStart) {
47
+ return false;
48
+ }
49
+ // Get current node (should be a paragraph)
50
+ const currentNode = $from.parent;
51
+ // Only handle paragraphs
52
+ if (currentNode.type.name !== 'paragraph') {
53
+ return false;
54
+ }
55
+ // Get the index of current paragraph in its parent (usually doc)
56
+ const paragraphDepth = $from.depth;
57
+ const indexInParent = $from.index(paragraphDepth - 1);
58
+ // Check if there's a node before (index > 0)
59
+ if (indexInParent === 0) {
60
+ return false;
61
+ }
62
+ // Get parent node (usually doc) and the node before current paragraph
63
+ const parent = $from.node(paragraphDepth - 1);
64
+ const nodeBefore = parent.child(indexInParent - 1);
65
+ if (!nodeBefore) {
66
+ return false;
67
+ }
68
+ // Check if the node before is a list (ordered or unordered)
69
+ const isListBefore = nodeBefore.type.name === this.options.orderedListTypeName ||
70
+ nodeBefore.type.name === this.options.bulletListTypeName;
71
+ if (!isListBefore) {
72
+ return false;
73
+ }
74
+ // Check if current paragraph is empty
75
+ const isParagraphEmpty = currentNode.content.size === 0;
76
+ if (!isParagraphEmpty) {
77
+ // If paragraph has content, allow default backspace to handle
78
+ return false;
79
+ }
80
+ // Calculate the exact positions of the paragraph node
81
+ // We need to delete from the position before the paragraph open tag
82
+ // to the position after the paragraph close tag
83
+ const paragraphPos = $from.before();
84
+ const paragraphEndPos = $from.after();
85
+ // Delete the entire paragraph node using deleteRange
86
+ return this.editor.commands.deleteRange({
87
+ from: paragraphPos,
88
+ to: paragraphEndPos,
89
+ });
90
+ },
91
+ };
92
+ },
93
+ });
@@ -0,0 +1,13 @@
1
+ import { Extension } from '@tiptap/core';
2
+ export interface ListItemMarkerOptions {
3
+ paddingRight: number;
4
+ defaultFontSize: string;
5
+ defaultFontFamily: string;
6
+ }
7
+ /**
8
+ * Extension tạo marker tùy chỉnh cho danh sách trong p
9
+ *
10
+ * Extension này thay thế marker mặc định của danh sách bằng các marker
11
+ * có thể kế thừa style (font, size, color...) từ text node đầu tiên.
12
+ */
13
+ export declare const ListItemMarker: Extension<ListItemMarkerOptions, any>;
@@ -0,0 +1,174 @@
1
+ import { Extension } from '@tiptap/core';
2
+ import { Plugin, PluginKey } from '@tiptap/pm/state';
3
+ import { Decoration, DecorationSet } from '@tiptap/pm/view';
4
+ import { kebabCase } from 'lodash';
5
+ function getMaxMarkerWidth(markers, font = '16px Arial') {
6
+ let max = 0;
7
+ const canvas = document.createElement('canvas');
8
+ const ctx = canvas.getContext('2d');
9
+ if (!ctx)
10
+ return max;
11
+ ctx.font = font;
12
+ for (const m of markers) {
13
+ const w = ctx.measureText(m).width;
14
+ if (w > max)
15
+ max = w;
16
+ }
17
+ return max;
18
+ }
19
+ /**
20
+ * Tạo các marker tùy chỉnh cho danh sách (bullet và ordered) với style kế thừa từ text node
21
+ *
22
+ * @param doc - ProseMirror document node
23
+ * @returns DecorationSet chứa tất cả các widget decoration cho marker
24
+ */
25
+ const styleMarker = (doc, options) => {
26
+ const decorations = [];
27
+ doc.descendants((listNode, listNodePos) => {
28
+ const isBulletList = listNode.type.name === 'bulletList';
29
+ const isOrderedList = listNode.type.name === 'orderedList';
30
+ if (!isBulletList && !isOrderedList) {
31
+ return;
32
+ }
33
+ // Khởi tạo marker dựa trên loại danh sách
34
+ const getMarker = (isOrderedList, index) => isOrderedList ? `${index + 1}.` : '•';
35
+ const markers = [];
36
+ const listItems = [];
37
+ listNode.descendants((listItem, listItemPos) => {
38
+ if (listItem.type.name !== 'listItem') {
39
+ return;
40
+ }
41
+ const itemInfo = {
42
+ node: listItem,
43
+ pos: listItemPos,
44
+ isEmpty: true,
45
+ };
46
+ listItems.push(itemInfo);
47
+ // Tìm paragraph đầu tiên và text node đầu tiên
48
+ let foundText = false;
49
+ let foundParagraph = false;
50
+ listItem.descendants((node, nodePos) => {
51
+ if (!foundParagraph && node.type.name === 'paragraph') {
52
+ foundParagraph = true;
53
+ itemInfo.paragraphPos = nodePos;
54
+ itemInfo.paragraphNode = node;
55
+ }
56
+ if (!foundText && node.type.name === 'text') {
57
+ foundText = true;
58
+ itemInfo.isEmpty = false;
59
+ itemInfo.textNode = node;
60
+ itemInfo.textNodePos = nodePos;
61
+ const textStyleMark = node.marks.find(nodeMark => nodeMark.type.name === 'textStyle');
62
+ if (textStyleMark) {
63
+ itemInfo.textStyleMark = textStyleMark;
64
+ }
65
+ }
66
+ });
67
+ const index = listItems.length;
68
+ const marker = getMarker(isOrderedList, index - 1);
69
+ markers.push(marker);
70
+ });
71
+ for (let i = 0; i < listItems.length; i++) {
72
+ const item = listItems[i];
73
+ if (!item.textStyleMark) {
74
+ for (let j = i - 1; j >= 0; j--) {
75
+ if (listItems[j].textStyleMark) {
76
+ item.textStyleMark = listItems[j].textStyleMark;
77
+ break;
78
+ }
79
+ }
80
+ }
81
+ }
82
+ let font = `${options.defaultFontSize} ${options.defaultFontFamily}`;
83
+ for (const item of listItems) {
84
+ if (item.textStyleMark) {
85
+ const { fontSize, fontFamily } = item.textStyleMark.attrs;
86
+ if (fontSize && fontFamily) {
87
+ font = `${fontSize} ${fontFamily}`;
88
+ break;
89
+ }
90
+ }
91
+ }
92
+ const maxWidth = getMaxMarkerWidth(markers, font);
93
+ const { paddingRight } = options;
94
+ const totalWidth = maxWidth + paddingRight;
95
+ listItems.forEach((item, index) => {
96
+ if (item.paragraphPos === undefined) {
97
+ return;
98
+ }
99
+ const marker = getMarker(isOrderedList, index);
100
+ const widget = document.createElement('span');
101
+ widget.innerHTML = marker;
102
+ // Đặt các thuộc tính style cơ bản
103
+ widget.style.setProperty('user-select', 'none');
104
+ widget.style.setProperty('text-decoration', 'none');
105
+ widget.style.setProperty('display', 'inline-block');
106
+ widget.style.setProperty('width', `${totalWidth}px`);
107
+ widget.style.setProperty('text-align', 'left');
108
+ // Sao chép tất cả các thuộc tính style từ mark textStyle
109
+ if (item.textStyleMark) {
110
+ for (const styleProp in item.textStyleMark.attrs) {
111
+ widget.style.setProperty(kebabCase(styleProp), String(item.textStyleMark.attrs[styleProp]));
112
+ }
113
+ }
114
+ // Tính toán vị trí chính xác cho marker
115
+ const absoluteListItemPos = listNodePos + item.pos + 1;
116
+ const absoluteParagraphPos = absoluteListItemPos + item.paragraphPos;
117
+ const markerPos = absoluteParagraphPos + 1;
118
+ // Đặt marker widget tại vị trí đã tính toán (bên trong paragraph)
119
+ // Decoration.widget sẽ tạo một widget tại vị trí markerPos
120
+ decorations.push(Decoration.widget(markerPos, widget, {
121
+ ignoreSelection: true,
122
+ }));
123
+ if (item.paragraphNode) {
124
+ // Tính toán vị trí bắt đầu và kết thúc của paragraph
125
+ const paragraphStart = absoluteParagraphPos;
126
+ const paragraphEnd = paragraphStart + item.paragraphNode.nodeSize;
127
+ // Thêm decoration cho paragraph với style inline-block
128
+ decorations.push(Decoration.node(paragraphStart + 1, paragraphEnd + 1, {
129
+ style: 'display: inline;',
130
+ }));
131
+ }
132
+ });
133
+ });
134
+ return DecorationSet.create(doc, decorations);
135
+ };
136
+ /**
137
+ * Extension tạo marker tùy chỉnh cho danh sách trong p
138
+ *
139
+ * Extension này thay thế marker mặc định của danh sách bằng các marker
140
+ * có thể kế thừa style (font, size, color...) từ text node đầu tiên.
141
+ */
142
+ export const ListItemMarker = Extension.create({
143
+ name: 'list-item-marker',
144
+ addOptions() {
145
+ return {
146
+ ...this.parent?.(),
147
+ paddingRight: 10,
148
+ defaultFontSize: '16px',
149
+ defaultFontFamily: 'Arial',
150
+ };
151
+ },
152
+ addProseMirrorPlugins() {
153
+ const { options } = this;
154
+ return [
155
+ new Plugin({
156
+ key: new PluginKey('custom-list-item-marker'),
157
+ state: {
158
+ init(_, { doc }) {
159
+ return styleMarker(doc, options);
160
+ },
161
+ // Chỉ tính toán lại nếu document thay đổi
162
+ apply(tr, oldState) {
163
+ return tr.docChanged ? styleMarker(tr.doc, options) : oldState;
164
+ },
165
+ },
166
+ props: {
167
+ decorations(state) {
168
+ return this.getState(state);
169
+ },
170
+ },
171
+ }),
172
+ ];
173
+ },
174
+ });
@@ -0,0 +1,56 @@
1
+ import { Node } from '@tiptap/core';
2
+ import { OrderedListStyleType } from '../types';
3
+ type ListStyleType = OrderedListStyleType;
4
+ export interface CustomOrderedListOptions {
5
+ /**
6
+ * The node type name for list items.
7
+ * @default 'listItem'
8
+ */
9
+ itemTypeName: string;
10
+ /**
11
+ * The HTML attributes for an ordered list node.
12
+ * @default {}
13
+ */
14
+ HTMLAttributes: Record<string, any>;
15
+ /**
16
+ * Keep the marks when splitting a list item.
17
+ * @default false
18
+ */
19
+ keepMarks: boolean;
20
+ /**
21
+ * Keep the attributes when splitting a list item.
22
+ * @default false
23
+ */
24
+ keepAttributes: boolean;
25
+ /**
26
+ * Default list style type
27
+ * @default 'decimal'
28
+ */
29
+ defaultListStyleType: ListStyleType;
30
+ /**
31
+ * Available list style types
32
+ * @default ['decimal', 'lower-alpha', 'upper-alpha', 'lower-roman', 'upper-roman']
33
+ */
34
+ availableListStyleTypes: ListStyleType[];
35
+ }
36
+ declare module '@tiptap/core' {
37
+ interface Commands<ReturnType> {
38
+ customOrderedList: {
39
+ /**
40
+ * Toggle a custom ordered list
41
+ */
42
+ toggleCustomOrderedList: (options?: {
43
+ listStyleType?: ListStyleType;
44
+ }) => ReturnType;
45
+ /**
46
+ * Set list style type for current ordered list
47
+ */
48
+ setOrderedListStyleType: (listStyleType: ListStyleType) => ReturnType;
49
+ };
50
+ }
51
+ }
52
+ /**
53
+ * This extension allows you to create ordered lists with custom list-style-type.
54
+ */
55
+ export declare const CustomOrderedList: Node<CustomOrderedListOptions, any>;
56
+ export {};