@globalpayments/vega 2.38.0 → 2.40.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 (435) hide show
  1. package/dist/cjs/{app-globals-7087f121.js → app-globals-cdd0972c.js} +14 -4
  2. package/dist/cjs/check-box-required-rule-1ee54b9a.js +70 -0
  3. package/dist/cjs/content-state-c5b47ca1.js +6644 -0
  4. package/dist/cjs/date-required-rule-4e1f84fd.js +92 -0
  5. package/dist/cjs/{element-appender-slimmer-c6e0f4ca.js → element-appender-slimmer-4f0dc8c6.js} +9 -5
  6. package/dist/cjs/file-uploader-required-rule-313ec9e3.js +21 -0
  7. package/dist/cjs/{form-field-controller-slimmer-48c0ad0b.js → form-field-controller-slimmer-d92e8212.js} +28 -1
  8. package/dist/cjs/{image-annotation-action-7d82f7e1.js → image-annotation-action-75b9c0d3.js} +5 -6
  9. package/dist/cjs/index.cjs.js +35 -15
  10. package/dist/cjs/input-phone-number-required-rule-2668fdf1.js +65 -0
  11. package/dist/cjs/input-range-required-rule-5b9c2a95.js +63 -0
  12. package/dist/cjs/internal-form-field-validation-rule.abstract-07cdff46.js +15 -0
  13. package/dist/cjs/loader.cjs.js +10 -10
  14. package/dist/cjs/{min-number-rule-115c5a3b.js → min-number-rule-5bcccc8f.js} +7 -4
  15. package/dist/cjs/{min-string-length-rule-75f24a48.js → min-string-length-rule-af215976.js} +8 -4
  16. package/dist/cjs/public-rules-90b972e5.js +42 -0
  17. package/dist/cjs/{required-field-rule-7f9945fa.js → required-field-rule-d73c1d8c.js} +6 -3
  18. package/dist/cjs/rich-text-editor-required-rule-cacc5fe0.js +64 -0
  19. package/dist/cjs/time-required-rule-ccf178e7.js +141 -0
  20. package/dist/cjs/toggle-switch-required-rule-88a51b36.js +66 -0
  21. package/dist/cjs/{valid-credit-card-number-rule-4a9ae5d9.js → valid-credit-card-number-rule-4a1b00b8.js} +3 -2
  22. package/dist/cjs/vega-checkbox_2.cjs.entry.js +11 -79
  23. package/dist/cjs/vega-color-picker.cjs.entry.js +3 -2
  24. package/dist/cjs/vega-combo-box.cjs.entry.js +3 -2
  25. package/dist/cjs/vega-date-picker_2.cjs.entry.js +9 -91
  26. package/dist/cjs/vega-dialog_2.cjs.entry.js +29 -1
  27. package/dist/cjs/vega-dropdown_5.cjs.entry.js +1 -1
  28. package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
  29. package/dist/cjs/vega-file-uploader.cjs.entry.js +5 -19
  30. package/dist/cjs/vega-form.cjs.entry.js +2 -1
  31. package/dist/cjs/vega-image-uploader.cjs.entry.js +3 -2
  32. package/dist/cjs/vega-input-credit-card.cjs.entry.js +4 -3
  33. package/dist/cjs/vega-input-numeric.cjs.entry.js +3 -2
  34. package/dist/cjs/vega-input-phone-number.cjs.entry.js +38 -70
  35. package/dist/cjs/vega-input-range.cjs.entry.js +6 -61
  36. package/dist/cjs/vega-input-select.cjs.entry.js +3 -2
  37. package/dist/cjs/vega-input.cjs.entry.js +7 -6
  38. package/dist/cjs/vega-popover_2.cjs.entry.js +15 -1
  39. package/dist/cjs/vega-radio_2.cjs.entry.js +3 -2
  40. package/dist/cjs/vega-rich-text-content.cjs.entry.js +18 -19
  41. package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +79 -139
  42. package/dist/cjs/vega-selection-chip_2.cjs.entry.js +3 -2
  43. package/dist/cjs/vega-selection-tile_2.cjs.entry.js +3 -2
  44. package/dist/cjs/vega-signature-capture.cjs.entry.js +3 -2
  45. package/dist/cjs/vega-stepper.cjs.entry.js +3 -2
  46. package/dist/cjs/vega-textarea.cjs.entry.js +4 -3
  47. package/dist/cjs/vega-time-picker_2.cjs.entry.js +11 -140
  48. package/dist/cjs/vega-toggle-switch.cjs.entry.js +4 -63
  49. package/dist/cjs/vega-tooltip_2.cjs.entry.js +53 -12
  50. package/dist/cjs/vega.cjs.js +10 -10
  51. package/dist/collection/components/vega-checkbox/vega-checkbox.css +82 -33
  52. package/dist/collection/components/vega-checkbox/vega-checkbox.js +8 -13
  53. package/dist/collection/components/vega-file-uploader/vega-file-uploader.js +2 -2
  54. package/dist/collection/components/vega-input-phone-number/slimmers/controllers/vega-input-phone-number-value-controller.js +18 -2
  55. package/dist/collection/components/vega-input-phone-number/vega-input-phone-number.js +7 -4
  56. package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-layout-controller.js +9 -0
  57. package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-scroll-controller.js +16 -0
  58. package/dist/collection/components/vega-modal/vega-modal.js +6 -0
  59. package/dist/collection/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.js +4 -0
  60. package/dist/collection/components/vega-popover/vega-popover.js +37 -0
  61. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/action-handle-strategy-registry.js +52 -0
  62. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/action-handle-strategy.abstract.js +63 -0
  63. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/block-update-link-group-strategy.js +21 -0
  64. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/block-update-text-style-strategy.js +32 -0
  65. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/image-set-annotation-map-strategy.js +13 -0
  66. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/node-split-text-strategy.js +134 -0
  67. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/node-update-annotation-map-strategy.js +47 -0
  68. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-append-blocks-strategy.js +19 -0
  69. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-append-nodes-strategy.js +21 -0
  70. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-delete-image-strategy.js +54 -0
  71. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-delete-node-content-strategy.js +152 -0
  72. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-delete-text-content-strategy.js +99 -0
  73. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-blocks-after-strategy.js +15 -0
  74. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-blocks-before-strategy.js +38 -0
  75. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-image-into-text-strategy.js +31 -0
  76. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-line-break-strategy.js +57 -0
  77. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-line-break-with-blocks-strategy.js +60 -0
  78. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-new-paragraph-strategy.js +55 -0
  79. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-nodes-after-node-strategy.js +14 -0
  80. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-nodes-before-node-strategy.js +14 -0
  81. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-merge-nodes-strategy.js +25 -0
  82. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-remove-child-block-strategy.js +15 -0
  83. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-remove-node-strategy.js +21 -0
  84. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-replace-node-with-nodes-strategy.js +28 -0
  85. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-replace-nodes-strategy.js +17 -0
  86. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-split-with-image-node-strategy.js +48 -0
  87. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-split-with-text-node-strategy.js +43 -0
  88. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-transform-to-list-strategy.js +26 -0
  89. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-block-insert-image-strategy.js +32 -0
  90. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-insert-line-break-strategy.js +21 -0
  91. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-insert-line-break-with-blocks-strategy.js +55 -0
  92. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-insert-new-paragraph-strategy.js +44 -0
  93. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-update-url-strategy.js +12 -0
  94. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-insert-image-strategy.js +22 -0
  95. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-delete-text-content-strategy.js +20 -0
  96. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-insert-image-strategy.js +15 -0
  97. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-insert-new-paragraph-strategy.js +92 -0
  98. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-remove-nest-list-strategy.js +22 -0
  99. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-remove-node-strategy.js +19 -0
  100. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-replace-nest-list-strategy.js +15 -0
  101. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-remove-list-item-strategy.js +27 -0
  102. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-transform-to-list-strategy.js +36 -0
  103. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-transform-to-paragraph-strategy.js +63 -0
  104. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/node-replace-selected-text-strategy.js +46 -0
  105. package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/node-update-text-strategy.js +20 -0
  106. package/dist/collection/components/vega-rich-text-editor/dto/actions/image-update-url-action.js +13 -0
  107. package/dist/collection/components/vega-rich-text-editor/dto/actions/modify-content-action.abstract.js +1 -1
  108. package/dist/collection/components/vega-rich-text-editor/dto/blocks/block.abstract.js +3 -215
  109. package/dist/collection/components/vega-rich-text-editor/dto/blocks/image-block.js +31 -244
  110. package/dist/collection/components/vega-rich-text-editor/dto/blocks/list-block.js +17 -155
  111. package/dist/collection/components/vega-rich-text-editor/dto/blocks/list-item-block.js +33 -184
  112. package/dist/collection/components/vega-rich-text-editor/dto/blocks/text-block.js +40 -352
  113. package/dist/collection/components/vega-rich-text-editor/dto/content-state.js +13 -23
  114. package/dist/collection/components/vega-rich-text-editor/dto/nodes/image-node.js +14 -6
  115. package/dist/collection/components/vega-rich-text-editor/dto/nodes/text-node.js +23 -182
  116. package/dist/collection/components/vega-rich-text-editor/slimmers/renderers/tools/image-toolbar-button-slimmer.js +2 -1
  117. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/action-handle-strategy-registry.test.js +41 -0
  118. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-insert-line-break-with-blocks-strategy.test.js +24 -0
  119. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/content-state-strategy-registry.test.js +14 -0
  120. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-block-strategy-register.test.js +30 -0
  121. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-set-annotation-map-strategy.test.js +11 -0
  122. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-update-url-strategy.test.js +16 -0
  123. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-block-strategy-register.test.js +20 -0
  124. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-item-strategy-register.test.js +31 -0
  125. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-split-text-strategy.test.js +31 -0
  126. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-update-annotation-map-strategy.test.js +17 -0
  127. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/text-block-strategy-register.test.js +55 -0
  128. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/update-selected-text-strategy.test.js +23 -0
  129. package/dist/collection/components/vega-rich-text-editor/vega-rich-text-editor.js +2 -2
  130. package/dist/collection/components/vega-tooltip/slimmers/controllers/vega-tooltip-element-appender-controller.js +45 -11
  131. package/dist/collection/components/vega-tooltip/vega-tooltip.js +12 -0
  132. package/dist/collection/global/scripts/before-vega-load.js +11 -0
  133. package/dist/collection/helpers/slimmers/element-appender-slimmer.js +8 -5
  134. package/dist/collection/helpers/slimmers/test/element-appender-slimmer.test.js +2 -0
  135. package/dist/collection/helpers/ui/element-appender.js +1 -0
  136. package/dist/collection/helpers/ui/test/element-appender.test.js +1 -0
  137. package/dist/collection/helpers/validator/form-field-controller.js +28 -1
  138. package/dist/collection/helpers/validator/public-rules.js +10 -0
  139. package/dist/collection/helpers/validator/rules/check-box-required-rule.js +4 -3
  140. package/dist/collection/helpers/validator/rules/date-range-rule.js +2 -1
  141. package/dist/collection/helpers/validator/rules/date-required-rule.js +5 -3
  142. package/dist/collection/helpers/validator/rules/email-field-rule.js +3 -2
  143. package/dist/collection/helpers/validator/rules/{object-array-required-rule.js → file-uploader-required-rule.js} +1 -1
  144. package/dist/collection/helpers/validator/rules/input-phone-number-required-rule.js +5 -3
  145. package/dist/collection/helpers/validator/rules/input-range-min-and-max-rule.js +3 -1
  146. package/dist/collection/helpers/validator/rules/input-range-required-rule.js +5 -4
  147. package/dist/collection/helpers/validator/rules/internal-form-field-validation-rule.abstract.js +11 -0
  148. package/dist/collection/helpers/validator/rules/max-number-rule.js +4 -2
  149. package/dist/collection/helpers/validator/rules/max-string-length-rule.js +4 -2
  150. package/dist/collection/helpers/validator/rules/min-and-max-date-rule.js +3 -1
  151. package/dist/collection/helpers/validator/rules/min-number-rule.js +4 -2
  152. package/dist/collection/helpers/validator/rules/min-string-length-rule.js +4 -2
  153. package/dist/collection/helpers/validator/rules/required-field-rule.js +5 -3
  154. package/dist/collection/helpers/validator/rules/rich-text-editor-required-rule.js +4 -3
  155. package/dist/collection/helpers/validator/rules/time-range-required-rule.js +5 -3
  156. package/dist/collection/helpers/validator/rules/time-range-rule.js +3 -1
  157. package/dist/collection/helpers/validator/rules/time-required-rule.js +5 -3
  158. package/dist/collection/helpers/validator/rules/toggle-switch-required-rule.js +4 -3
  159. package/dist/collection/helpers/validator/rules/valid-credit-card-number-rule.js +3 -2
  160. package/dist/collection/helpers/validator/rules/valid-phone-number-rule.js +11 -4
  161. package/dist/collection/helpers/validator/test/rules/file-uploader-required-rule.test.js +7 -0
  162. package/dist/collection/helpers/validator/test/rules/public-rules.test.js +80 -0
  163. package/dist/collection/helpers/validator/test/rules/valid-phone-number-rule.test.js +8 -0
  164. package/dist/collection/index.js +1 -0
  165. package/dist/esm/{app-globals-4cca4a96.js → app-globals-88fa3549.js} +14 -4
  166. package/dist/esm/check-box-required-rule-cb0aa339.js +68 -0
  167. package/dist/esm/content-state-2edba4ec.js +6600 -0
  168. package/dist/esm/{date-732bc749.js → date-c55b97f0.js} +1 -1
  169. package/dist/esm/date-required-rule-8944f3bf.js +90 -0
  170. package/dist/esm/{element-appender-slimmer-f5e703f3.js → element-appender-slimmer-d9155ee0.js} +9 -5
  171. package/dist/esm/file-uploader-required-rule-ad886d01.js +19 -0
  172. package/dist/esm/{form-field-controller-slimmer-3535e76a.js → form-field-controller-slimmer-bb64dec7.js} +29 -2
  173. package/dist/esm/{image-annotation-action-3da42221.js → image-annotation-action-b6668f48.js} +1 -2
  174. package/dist/esm/{index-6e05b241.js → index-d172bafa.js} +1 -1
  175. package/dist/esm/index.js +17 -7
  176. package/dist/esm/input-phone-number-required-rule-be6a5572.js +63 -0
  177. package/dist/esm/input-range-required-rule-3ad74776.js +61 -0
  178. package/dist/esm/internal-form-field-validation-rule.abstract-f5b6bdbf.js +13 -0
  179. package/dist/esm/loader.js +11 -11
  180. package/dist/esm/{min-number-rule-31d48b22.js → min-number-rule-a6082418.js} +7 -4
  181. package/dist/esm/{min-string-length-rule-c6a69eeb.js → min-string-length-rule-c31c89f4.js} +8 -4
  182. package/dist/esm/public-rules-413f6a17.js +27 -0
  183. package/dist/esm/{required-field-rule-368b31fa.js → required-field-rule-ab4bdc47.js} +6 -3
  184. package/dist/esm/rich-text-editor-required-rule-75cc2db0.js +62 -0
  185. package/dist/esm/{string-input-formatter-slimmer-d4132497.js → string-input-formatter-slimmer-418b54f0.js} +2 -2
  186. package/dist/esm/{sub-state-notify-slimmer-51151fc3.js → sub-state-notify-slimmer-b36fd081.js} +1 -1
  187. package/dist/esm/{sub-state-observer-slimmer-d77a1c46.js → sub-state-observer-slimmer-09452523.js} +1 -1
  188. package/dist/esm/time-required-rule-a01163b5.js +138 -0
  189. package/dist/esm/toggle-switch-required-rule-b3cf4302.js +64 -0
  190. package/dist/esm/{valid-credit-card-number-rule-2aef3ad5.js → valid-credit-card-number-rule-cc497bec.js} +3 -2
  191. package/dist/esm/vega-button-group_2.entry.js +3 -3
  192. package/dist/esm/vega-calendar_3.entry.js +4 -4
  193. package/dist/esm/vega-checkbox_2.entry.js +12 -80
  194. package/dist/esm/vega-color-picker.entry.js +4 -3
  195. package/dist/esm/vega-combo-box.entry.js +4 -3
  196. package/dist/esm/vega-date-picker_2.entry.js +12 -94
  197. package/dist/esm/vega-dialog_2.entry.js +29 -1
  198. package/dist/esm/vega-dropdown_5.entry.js +4 -4
  199. package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
  200. package/dist/esm/vega-file-uploader.entry.js +6 -20
  201. package/dist/esm/vega-form.entry.js +3 -2
  202. package/dist/esm/vega-image-uploader.entry.js +4 -3
  203. package/dist/esm/vega-input-credit-card.entry.js +5 -4
  204. package/dist/esm/vega-input-numeric.entry.js +5 -4
  205. package/dist/esm/vega-input-phone-number.entry.js +38 -70
  206. package/dist/esm/vega-input-range.entry.js +6 -61
  207. package/dist/esm/vega-input-select.entry.js +4 -3
  208. package/dist/esm/vega-input.entry.js +11 -10
  209. package/dist/esm/{vega-internal-event-id-d0690d0d.js → vega-internal-event-id-f269c42f.js} +1 -1
  210. package/dist/esm/vega-left-nav_5.entry.js +3 -3
  211. package/dist/esm/vega-popover_2.entry.js +16 -2
  212. package/dist/esm/vega-radio_2.entry.js +4 -3
  213. package/dist/esm/vega-rich-text-content.entry.js +6 -7
  214. package/dist/esm/vega-rich-text-editor_4.entry.js +23 -83
  215. package/dist/esm/vega-selection-chip_2.entry.js +6 -5
  216. package/dist/esm/vega-selection-tile_2.entry.js +6 -5
  217. package/dist/esm/vega-sidenav_3.entry.js +3 -3
  218. package/dist/esm/vega-signature-capture.entry.js +4 -3
  219. package/dist/esm/vega-stepper.entry.js +4 -3
  220. package/dist/esm/vega-table_8.entry.js +3 -3
  221. package/dist/esm/vega-textarea.entry.js +5 -4
  222. package/dist/esm/vega-time-picker_2.entry.js +8 -137
  223. package/dist/esm/vega-toggle-switch.entry.js +4 -63
  224. package/dist/esm/vega-tooltip_2.entry.js +53 -12
  225. package/dist/esm/vega.js +11 -11
  226. package/dist/types/components/vega-input-phone-number/slimmers/controllers/vega-input-phone-number-value-controller.d.ts +7 -0
  227. package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-layout-controller.d.ts +4 -0
  228. package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-scroll-controller.d.ts +5 -0
  229. package/dist/types/components/vega-modal/vega-modal.d.ts +1 -0
  230. package/dist/types/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.d.ts +1 -0
  231. package/dist/types/components/vega-popover/vega-popover.d.ts +10 -0
  232. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/action-handle-strategy-registry.d.ts +37 -0
  233. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/action-handle-strategy.abstract.d.ts +66 -0
  234. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/block-update-link-group-strategy.d.ts +15 -0
  235. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/block-update-text-style-strategy.d.ts +15 -0
  236. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/image-set-annotation-map-strategy.d.ts +13 -0
  237. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/node-split-text-strategy.d.ts +47 -0
  238. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/node-update-annotation-map-strategy.d.ts +15 -0
  239. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-append-blocks-strategy.d.ts +13 -0
  240. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-append-nodes-strategy.d.ts +16 -0
  241. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-delete-image-strategy.d.ts +19 -0
  242. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-delete-node-content-strategy.d.ts +61 -0
  243. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-delete-text-content-strategy.d.ts +19 -0
  244. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-blocks-after-strategy.d.ts +13 -0
  245. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-blocks-before-strategy.d.ts +23 -0
  246. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-image-into-text-strategy.d.ts +15 -0
  247. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-line-break-strategy.d.ts +30 -0
  248. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-line-break-with-blocks-strategy.d.ts +36 -0
  249. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-new-paragraph-strategy.d.ts +29 -0
  250. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-nodes-after-node-strategy.d.ts +13 -0
  251. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-nodes-before-node-strategy.d.ts +13 -0
  252. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-merge-nodes-strategy.d.ts +16 -0
  253. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-remove-child-block-strategy.d.ts +13 -0
  254. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-remove-node-strategy.d.ts +17 -0
  255. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-replace-node-with-nodes-strategy.d.ts +20 -0
  256. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-replace-nodes-strategy.d.ts +16 -0
  257. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-split-with-image-node-strategy.d.ts +30 -0
  258. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-split-with-text-node-strategy.d.ts +24 -0
  259. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-transform-to-list-strategy.d.ts +15 -0
  260. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-block-insert-image-strategy.d.ts +12 -0
  261. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-insert-line-break-strategy.d.ts +15 -0
  262. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-insert-line-break-with-blocks-strategy.d.ts +27 -0
  263. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-insert-new-paragraph-strategy.d.ts +21 -0
  264. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-update-url-strategy.d.ts +12 -0
  265. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-insert-image-strategy.d.ts +15 -0
  266. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-delete-text-content-strategy.d.ts +15 -0
  267. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-insert-image-strategy.d.ts +15 -0
  268. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-insert-new-paragraph-strategy.d.ts +38 -0
  269. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-remove-nest-list-strategy.d.ts +15 -0
  270. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-remove-node-strategy.d.ts +15 -0
  271. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-replace-nest-list-strategy.d.ts +12 -0
  272. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-remove-list-item-strategy.d.ts +15 -0
  273. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-transform-to-list-strategy.d.ts +12 -0
  274. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-transform-to-paragraph-strategy.d.ts +19 -0
  275. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/node-replace-selected-text-strategy.d.ts +20 -0
  276. package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/node-update-text-strategy.d.ts +15 -0
  277. package/dist/types/components/vega-rich-text-editor/dto/actions/image-update-url-action.d.ts +11 -0
  278. package/dist/types/components/vega-rich-text-editor/dto/actions/modify-content-action.abstract.d.ts +2 -2
  279. package/dist/types/components/vega-rich-text-editor/dto/blocks/block.abstract.d.ts +1 -79
  280. package/dist/types/components/vega-rich-text-editor/dto/blocks/image-block.d.ts +3 -77
  281. package/dist/types/components/vega-rich-text-editor/dto/blocks/list-block.d.ts +0 -38
  282. package/dist/types/components/vega-rich-text-editor/dto/blocks/list-item-block.d.ts +3 -58
  283. package/dist/types/components/vega-rich-text-editor/dto/blocks/text-block.d.ts +5 -93
  284. package/dist/types/components/vega-rich-text-editor/dto/content-state.d.ts +1 -2
  285. package/dist/types/components/vega-rich-text-editor/dto/nodes/text-node.d.ts +0 -43
  286. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-insert-line-break-with-blocks-strategy.test.d.ts +1 -0
  287. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/content-state-strategy-registry.test.d.ts +1 -0
  288. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-block-strategy-register.test.d.ts +1 -0
  289. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-set-annotation-map-strategy.test.d.ts +1 -0
  290. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-update-url-strategy.test.d.ts +1 -0
  291. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-block-strategy-register.test.d.ts +1 -0
  292. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-item-strategy-register.test.d.ts +1 -0
  293. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-split-text-strategy.test.d.ts +1 -0
  294. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-update-annotation-map-strategy.test.d.ts +1 -0
  295. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/text-block-strategy-register.test.d.ts +1 -0
  296. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/update-selected-text-strategy.test.d.ts +1 -0
  297. package/dist/types/components/vega-tooltip/slimmers/controllers/vega-tooltip-element-appender-controller.d.ts +18 -0
  298. package/dist/types/components/vega-tooltip/vega-tooltip.d.ts +4 -0
  299. package/dist/types/components.d.ts +14 -0
  300. package/dist/types/helpers/slimmers/element-appender-slimmer.d.ts +1 -0
  301. package/dist/types/helpers/slimmers/form-field-controller-slimmer.d.ts +2 -1
  302. package/dist/types/helpers/validator/form-field-controller.d.ts +10 -0
  303. package/dist/types/helpers/validator/public-rules.d.ts +10 -0
  304. package/dist/types/helpers/validator/rules/check-box-required-rule.d.ts +7 -6
  305. package/dist/types/helpers/validator/rules/date-range-rule.d.ts +3 -2
  306. package/dist/types/helpers/validator/rules/date-required-rule.d.ts +7 -6
  307. package/dist/types/helpers/validator/rules/email-field-rule.d.ts +4 -3
  308. package/dist/types/helpers/validator/rules/{object-array-required-rule.d.ts → file-uploader-required-rule.d.ts} +1 -1
  309. package/dist/types/helpers/validator/rules/input-phone-number-required-rule.d.ts +7 -6
  310. package/dist/types/helpers/validator/rules/input-range-min-and-max-rule.d.ts +3 -2
  311. package/dist/types/helpers/validator/rules/input-range-required-rule.d.ts +8 -7
  312. package/dist/types/helpers/validator/rules/internal-form-field-validation-rule.abstract.d.ts +19 -0
  313. package/dist/types/helpers/validator/rules/max-number-rule.d.ts +4 -3
  314. package/dist/types/helpers/validator/rules/max-string-length-rule.d.ts +4 -3
  315. package/dist/types/helpers/validator/rules/min-and-max-date-rule.d.ts +3 -2
  316. package/dist/types/helpers/validator/rules/min-number-rule.d.ts +4 -3
  317. package/dist/types/helpers/validator/rules/min-string-length-rule.d.ts +4 -3
  318. package/dist/types/helpers/validator/rules/required-field-rule.d.ts +7 -6
  319. package/dist/types/helpers/validator/rules/rich-text-editor-required-rule.d.ts +7 -6
  320. package/dist/types/helpers/validator/rules/time-range-required-rule.d.ts +7 -6
  321. package/dist/types/helpers/validator/rules/time-range-rule.d.ts +3 -2
  322. package/dist/types/helpers/validator/rules/time-required-rule.d.ts +7 -6
  323. package/dist/types/helpers/validator/rules/toggle-switch-required-rule.d.ts +5 -4
  324. package/dist/types/helpers/validator/rules/valid-credit-card-number-rule.d.ts +4 -3
  325. package/dist/types/helpers/validator/rules/valid-phone-number-rule.d.ts +7 -4
  326. package/dist/types/helpers/validator/test/rules/file-uploader-required-rule.test.d.ts +1 -0
  327. package/dist/types/helpers/validator/test/rules/public-rules.test.d.ts +1 -0
  328. package/dist/types/index.d.ts +1 -0
  329. package/dist/types/types/public-api.d.ts +1 -1
  330. package/dist/vega/index.esm.js +1 -1
  331. package/dist/vega/p-04c72f30.entry.js +1 -0
  332. package/dist/vega/{p-ba077ca8.entry.js → p-073beb31.entry.js} +1 -1
  333. package/dist/vega/p-07c2725a.js +1 -0
  334. package/dist/vega/{p-b5990090.js → p-08835909.js} +1 -1
  335. package/dist/vega/p-0b6d4561.entry.js +1 -0
  336. package/dist/vega/p-0bb860cc.js +1 -0
  337. package/dist/vega/p-0cc1ad76.js +1 -0
  338. package/dist/vega/p-113cd659.entry.js +1 -0
  339. package/dist/vega/{p-b9a0f136.entry.js → p-154d262e.entry.js} +1 -1
  340. package/dist/vega/p-17598aac.entry.js +1 -0
  341. package/dist/vega/p-23130825.entry.js +1 -0
  342. package/dist/vega/{p-29d6ec6c.js → p-239bae84.js} +1 -1
  343. package/dist/vega/{p-7198d675.entry.js → p-24ac5151.entry.js} +1 -1
  344. package/dist/vega/p-280cbcdb.js +1 -0
  345. package/dist/vega/p-3299c30b.entry.js +1 -0
  346. package/dist/vega/p-3fd9d39f.entry.js +1 -0
  347. package/dist/vega/p-42a949f5.entry.js +1 -0
  348. package/dist/vega/p-4bd1b877.entry.js +1 -0
  349. package/dist/vega/p-590fd123.js +1 -0
  350. package/dist/vega/p-5a7eabcc.js +1 -0
  351. package/dist/vega/p-5e56f3bd.js +1 -0
  352. package/dist/vega/p-5f377954.js +1 -1
  353. package/dist/vega/p-612c9374.entry.js +1 -0
  354. package/dist/vega/p-6408d3dc.entry.js +1 -0
  355. package/dist/vega/{p-a2a34239.entry.js → p-6585bddc.entry.js} +2 -2
  356. package/dist/vega/p-6603081a.entry.js +1 -0
  357. package/dist/vega/p-6e5db02b.js +1 -0
  358. package/dist/vega/p-6f90d444.js +1 -0
  359. package/dist/vega/p-7303fff2.entry.js +1 -0
  360. package/dist/vega/p-7b648a05.entry.js +1 -0
  361. package/dist/vega/p-7c0b4c36.js +1 -0
  362. package/dist/vega/p-81b21503.entry.js +1 -0
  363. package/dist/vega/p-8fae8f9e.js +1 -0
  364. package/dist/vega/p-924b4e24.js +1 -0
  365. package/dist/vega/{p-ee2e4bff.entry.js → p-94459733.entry.js} +1 -1
  366. package/dist/vega/p-a05ca459.entry.js +1 -0
  367. package/dist/vega/p-a3e80fb2.entry.js +1 -0
  368. package/dist/vega/p-a7a46358.entry.js +1 -0
  369. package/dist/vega/{p-34bd9204.js → p-a9e1123a.js} +1 -1
  370. package/dist/vega/p-abd7aeaa.js +1 -0
  371. package/dist/vega/{p-267cde46.entry.js → p-b071be5c.entry.js} +1 -1
  372. package/dist/vega/p-b24da503.entry.js +1 -0
  373. package/dist/vega/p-b44f3309.js +1 -0
  374. package/dist/vega/p-b9051ad2.js +1 -0
  375. package/dist/vega/{p-20326c64.js → p-bd0116f9.js} +1 -1
  376. package/dist/vega/{p-4ab0d645.js → p-c253d09c.js} +1 -1
  377. package/dist/vega/p-c56acdd5.entry.js +1 -0
  378. package/dist/vega/p-cdbbdcc2.js +1 -0
  379. package/dist/vega/p-d1a06058.entry.js +1 -0
  380. package/dist/vega/{p-348e95ba.js → p-d2ff56d8.js} +1 -1
  381. package/dist/vega/p-d51b04ce.entry.js +1 -0
  382. package/dist/vega/p-e0446879.js +1 -0
  383. package/dist/vega/p-e08b6542.entry.js +1 -0
  384. package/dist/vega/p-e0d3ca2d.js +1 -0
  385. package/dist/vega/{p-e9a5bd12.entry.js → p-f1ebe86b.entry.js} +1 -1
  386. package/dist/vega/p-f396c69a.js +1 -0
  387. package/dist/vega/p-fda6c178.entry.js +1 -0
  388. package/dist/vega/p-ffac4b8c.entry.js +1 -0
  389. package/dist/vega/vega.esm.js +1 -1
  390. package/package.json +1 -1
  391. package/dist/cjs/content-state-f97d3278.js +0 -2990
  392. package/dist/cjs/node-annotation.abstract-4f6df9cf.js +0 -3223
  393. package/dist/collection/components/vega-rich-text-editor/dto/actions/clear-child-nodes-action.js +0 -12
  394. package/dist/collection/components/vega-rich-text-editor/dto/helper/block-base-operator.js +0 -47
  395. package/dist/collection/helpers/validator/test/rules/object-array-required-rule.test.js +0 -7
  396. package/dist/esm/content-state-ccf5f960.js +0 -2954
  397. package/dist/esm/node-annotation.abstract-b2e36bc4.js +0 -3214
  398. package/dist/types/components/vega-rich-text-editor/dto/actions/clear-child-nodes-action.d.ts +0 -9
  399. package/dist/types/components/vega-rich-text-editor/dto/helper/block-base-operator.d.ts +0 -24
  400. package/dist/vega/p-0461e318.js +0 -1
  401. package/dist/vega/p-12fe63c1.entry.js +0 -1
  402. package/dist/vega/p-1b67c443.entry.js +0 -1
  403. package/dist/vega/p-1d93b3a9.js +0 -1
  404. package/dist/vega/p-23fd9401.entry.js +0 -1
  405. package/dist/vega/p-2fecbcf9.entry.js +0 -1
  406. package/dist/vega/p-3152031c.js +0 -1
  407. package/dist/vega/p-3cb90bdf.entry.js +0 -1
  408. package/dist/vega/p-3e8f9fcf.entry.js +0 -1
  409. package/dist/vega/p-497f2f86.entry.js +0 -1
  410. package/dist/vega/p-50eabdca.entry.js +0 -1
  411. package/dist/vega/p-52a8a4f8.js +0 -1
  412. package/dist/vega/p-6419e13e.entry.js +0 -1
  413. package/dist/vega/p-66b9e86d.entry.js +0 -1
  414. package/dist/vega/p-74958b1a.js +0 -1
  415. package/dist/vega/p-7baa4fae.entry.js +0 -1
  416. package/dist/vega/p-7edcb8d0.entry.js +0 -1
  417. package/dist/vega/p-904b489a.entry.js +0 -1
  418. package/dist/vega/p-9689ad99.entry.js +0 -1
  419. package/dist/vega/p-9728d571.entry.js +0 -1
  420. package/dist/vega/p-a7e078ac.entry.js +0 -1
  421. package/dist/vega/p-a7f40a65.entry.js +0 -1
  422. package/dist/vega/p-a8a809e1.entry.js +0 -1
  423. package/dist/vega/p-a8b16ff2.js +0 -1
  424. package/dist/vega/p-aed80794.entry.js +0 -1
  425. package/dist/vega/p-b517ed15.js +0 -1
  426. package/dist/vega/p-b809f3d7.entry.js +0 -1
  427. package/dist/vega/p-ba2833c0.entry.js +0 -1
  428. package/dist/vega/p-bf4996d5.entry.js +0 -1
  429. package/dist/vega/p-cb4fd6e1.entry.js +0 -1
  430. package/dist/vega/p-e9785742.entry.js +0 -1
  431. package/dist/vega/p-ecaf4cfa.entry.js +0 -1
  432. package/dist/vega/p-f41102cd.js +0 -1
  433. package/dist/vega/p-f5b0ce61.js +0 -1
  434. package/dist/vega/p-f86ec91b.js +0 -1
  435. /package/dist/types/{helpers/validator/test/rules/object-array-required-rule.test.d.ts → components/vega-rich-text-editor/test/dto/action-handle-strategies/action-handle-strategy-registry.test.d.ts} +0 -0
@@ -156,7 +156,6 @@ export class VegaRichTextEditor {
156
156
  * @vegaVersion 2.34.0
157
157
  */
158
158
  this.toolbarItems = [
159
- ['clearStyle'],
160
159
  ['textStyles'],
161
160
  ['bold', 'italic', 'underline', 'strikethrough', 'code'],
162
161
  ['textColor'],
@@ -164,6 +163,7 @@ export class VegaRichTextEditor {
164
163
  ['moreIndent', 'lessIndent'],
165
164
  ['link'],
166
165
  ['image'],
166
+ ['clearStyle'],
167
167
  ];
168
168
  /**
169
169
  * Specifies the validation status of the rich text editor component.
@@ -391,7 +391,7 @@ export class VegaRichTextEditor {
391
391
  }],
392
392
  "text": "Specifies the built-in toolbar items available in the rich-text editor."
393
393
  },
394
- "defaultValue": "[\n\t\t['clearStyle'],\n\t\t['textStyles'],\n\t\t['bold', 'italic', 'underline', 'strikethrough', 'code'],\n\t\t['textColor'],\n\t\t['horizontalAlignment', 'bulletsNumbers'],\n\t\t['moreIndent', 'lessIndent'],\n\t\t['link'],\n\t\t['image'],\n\t]"
394
+ "defaultValue": "[\n\t\t['textStyles'],\n\t\t['bold', 'italic', 'underline', 'strikethrough', 'code'],\n\t\t['textColor'],\n\t\t['horizontalAlignment', 'bulletsNumbers'],\n\t\t['moreIndent', 'lessIndent'],\n\t\t['link'],\n\t\t['image'],\n\t\t['clearStyle'],\n\t]"
395
395
  },
396
396
  "isValid": {
397
397
  "type": "boolean",
@@ -14,17 +14,25 @@ export class VegaTooltipElementAppenderController extends ElementAppenderSlimmer
14
14
  * This constructor of the tooltip element appender controller.
15
15
  */
16
16
  constructor() {
17
- super(() => ({
18
- target: this.host,
19
- appendableElement: this.vegaTooltipContentBoxRenderer.getTooltipContentBoxRef(),
20
- positionRelativeTo: this.positionRelativeTo,
21
- matchTargetWidth: false,
22
- size: this.size,
23
- minWidth: this.minWidth,
24
- maxWidth: this.maxWidth,
25
- placement: this.placement,
26
- alignment: this.alignment,
27
- }), () => this.trigger, 'isTooltipShow', () => this.disableInteractive);
17
+ super(() => this.getShowConfig(), () => this.trigger, 'isTooltipShow', () => this.disableInteractive);
18
+ /**
19
+ * Generate the element appender show config object.
20
+ *
21
+ * @returns {ElementAppenderShowConfig} - Show config object.
22
+ */
23
+ this.getShowConfig = () => {
24
+ return {
25
+ target: this.host,
26
+ appendableElement: this.vegaTooltipContentBoxRenderer.getTooltipContentBoxRef(),
27
+ positionRelativeTo: this.positionRelativeTo,
28
+ matchTargetWidth: false,
29
+ size: this.size,
30
+ minWidth: this.minWidth,
31
+ maxWidth: this.maxWidth,
32
+ placement: this.placement,
33
+ alignment: this.alignment,
34
+ };
35
+ };
28
36
  }
29
37
  /**
30
38
  * The `watchTrigger` function hides an element if the trigger is set to 'none'.
@@ -42,6 +50,26 @@ export class VegaTooltipElementAppenderController extends ElementAppenderSlimmer
42
50
  this.show();
43
51
  }
44
52
  }
53
+ /**
54
+ * Hide the tooltip if the content change to empty.
55
+ *
56
+ * @param {string} newText - The property text or content new value.
57
+ * @param {string} oldText - The property text or content old value.
58
+ */
59
+ watchTextChange(newText, oldText) {
60
+ if (!newText && oldText && this.isTooltipShow) {
61
+ this.hide();
62
+ }
63
+ }
64
+ /**
65
+ * Override the parent class `ElementAppenderSlimmer` show method to control the tooltip show according to the tooltip content.
66
+ */
67
+ show() {
68
+ const text = this.deprecatedPropertySlimmer.getValue();
69
+ if (text) {
70
+ super.show();
71
+ }
72
+ }
45
73
  }
46
74
  __decorate([
47
75
  MapToComponentField()
@@ -70,6 +98,9 @@ __decorate([
70
98
  __decorate([
71
99
  MapToComponentField()
72
100
  ], VegaTooltipElementAppenderController.prototype, "disableInteractive", void 0);
101
+ __decorate([
102
+ MapToComponentField()
103
+ ], VegaTooltipElementAppenderController.prototype, "deprecatedPropertySlimmer", void 0);
73
104
  __decorate([
74
105
  MapToComponentField({ writable: true })
75
106
  ], VegaTooltipElementAppenderController.prototype, "isTooltipShow", void 0);
@@ -82,3 +113,6 @@ __decorate([
82
113
  __decorate([
83
114
  MapToComponentMethod('watchToShowTooltip')
84
115
  ], VegaTooltipElementAppenderController.prototype, "watchToShowTooltip", null);
116
+ __decorate([
117
+ MapToComponentMethod('watchTextChange')
118
+ ], VegaTooltipElementAppenderController.prototype, "watchTextChange", null);
@@ -64,6 +64,12 @@ export class VegaTooltip {
64
64
  watchTrigger() {
65
65
  methodPlaceholder();
66
66
  }
67
+ /**
68
+ * Monitor the property text updates.
69
+ */
70
+ watchTextChange() {
71
+ methodPlaceholder();
72
+ }
67
73
  watchToShowTooltip() {
68
74
  methodPlaceholder();
69
75
  }
@@ -333,6 +339,12 @@ export class VegaTooltip {
333
339
  static get watchers() { return [{
334
340
  "propName": "trigger",
335
341
  "methodName": "watchTrigger"
342
+ }, {
343
+ "propName": "content",
344
+ "methodName": "watchTextChange"
345
+ }, {
346
+ "propName": "text",
347
+ "methodName": "watchTextChange"
336
348
  }, {
337
349
  "propName": "size",
338
350
  "methodName": "watchToShowTooltip"
@@ -40,6 +40,7 @@ export default function () {
40
40
  injectVegaSkeletonLoaderIntoGlobal();
41
41
  injectVegaTranslationIntoGlobal();
42
42
  injectVegaRichTextEditorClassIntoGlobal();
43
+ injectVegaPublicValidationRules();
43
44
  }
44
45
  /**
45
46
  * Disable feature flags from the client global defined lists.
@@ -172,3 +173,13 @@ function injectVegaTranslationIntoGlobal() {
172
173
  function injectVegaRichTextEditorClassIntoGlobal() {
173
174
  globalThis.VegaRTEContent = VegaRTEContent;
174
175
  }
176
+ /**
177
+ * Inject VegaPublicValidationRules to global as a public api
178
+ */
179
+ function injectVegaPublicValidationRules() {
180
+ void import('../../helpers/validator/public-rules').then((module) => {
181
+ Object.entries(module).forEach(([name, value]) => {
182
+ globalThis[name] = value;
183
+ });
184
+ });
185
+ }
@@ -137,10 +137,7 @@ export class ElementAppenderSlimmer extends VegaSlimmer {
137
137
  }
138
138
  disconnectedCallback() {
139
139
  this.unRegisterElementAppenderListener();
140
- if (this.elementAppender) {
141
- this.elementAppender.destroy();
142
- this.elementAppender = null;
143
- }
140
+ this.destroyElementAppender();
144
141
  }
145
142
  componentDidLoad() {
146
143
  this.initElementAppender();
@@ -157,13 +154,19 @@ export class ElementAppenderSlimmer extends VegaSlimmer {
157
154
  this[this.isDropdownShowName] = false;
158
155
  }
159
156
  destroy() {
160
- this.elementAppender = null;
157
+ this.destroyElementAppender();
161
158
  this[this.isDropdownShowName] = false;
162
159
  }
163
160
  updateShowConfigFactory(showConfigFactory) {
164
161
  this.showConfigFactory = showConfigFactory;
165
162
  this.initElementAppender();
166
163
  }
164
+ destroyElementAppender() {
165
+ if (this.elementAppender) {
166
+ this.elementAppender.destroy();
167
+ this.elementAppender = null;
168
+ }
169
+ }
167
170
  initElementAppender() {
168
171
  this.setShowConfig();
169
172
  this.setElementAppender();
@@ -107,9 +107,11 @@ describe('ElementAppender slimmer test suite', () => {
107
107
  expect(mockedComponent.isDropdownShow).toBeFalsy();
108
108
  expect(mockedComponent.getElementAppender()['undefinedAttribute']).toEqual(undefined);
109
109
  expect(mockedComponent.appendableElement).toHaveClass('vega-force-hidden');
110
+ spyOn(element, 'remove').and.callThrough();
110
111
  mockedComponent.destroy();
111
112
  expect(mockedComponent.getElementAppender()).toBeNull();
112
113
  expect(mockedComponent.isDropdownShow).toBeFalsy();
114
+ expect(element.remove).toBeCalledTimes(1);
113
115
  });
114
116
  test('should listen event proper while trigger is click', () => {
115
117
  const mockedComponent = new MockedComponent();
@@ -118,6 +118,7 @@ export class ElementAppender {
118
118
  if (!this.showConfig)
119
119
  return;
120
120
  this.removeVisibleAppendElement(this.showConfig.appendableElement);
121
+ this.resetContainerPosition();
121
122
  InternalVegaZIndexManager.removeZIndex(this.showConfig.appendableElement, 'base');
122
123
  this.showConfig.appendableElement.remove();
123
124
  this.disconnectResizeObserver();
@@ -151,6 +151,7 @@ test('return result as expect when call destroy', () => {
151
151
  expect(document.body).toEqualHtml(`
152
152
  <div class="test-parent-host"><div class="test-host"></div></div>
153
153
  `);
154
+ expect(document.body.style.position).toEqual('static');
154
155
  });
155
156
  test('content should append to body while not in modal', () => {
156
157
  const target = document.createElement('vega-input-select');
@@ -13,6 +13,7 @@ import { InjectVegaSlimmer, createDynamicSlimmer, methodPlaceholder } from 'vega
13
13
  import { FieldErrorUIControllerSlimmer } from '../slimmers/field-error-ui-controller-slimmer';
14
14
  import { PageResizeObserverSlimmer } from '../slimmers/page-resize-observer-slimmer';
15
15
  import { FormFieldMessageTranslatorSlimmer } from '../slimmers/form-field-message-translator';
16
+ import { InternalFormFieldValidationRule } from './rules/internal-form-field-validation-rule.abstract';
16
17
  /**
17
18
  * The FormFieldController class is a class that validates the value of an input elements
18
19
  *
@@ -152,7 +153,11 @@ export class FormFieldController {
152
153
  * @returns {FormFieldValidationRule<number | string | boolean>[]} An array of FormFieldValidationRule<T>
153
154
  */
154
155
  getRules() {
155
- return [...this.defaultRules, ...this.additionalRules];
156
+ const additionalRules = [...this.additionalRules];
157
+ const overriddenDefaultRules = this.defaultRules.map((rule) => {
158
+ return this.overrideDefaultRuleByAdditionalRule(rule, additionalRules);
159
+ });
160
+ return [...overriddenDefaultRules, ...additionalRules];
156
161
  }
157
162
  /**
158
163
  * Set the default rules for the form field.
@@ -441,6 +446,28 @@ export class FormFieldController {
441
446
  return isEnterKey;
442
447
  }
443
448
  }
449
+ /**
450
+ * It overrides the default rule by checking if the additional rules contain a custom rule that overrides.
451
+ * If it does, it returns that additional rule, and the rule will be removed from the additional rules array.
452
+ * otherwise, it returns the default rule.
453
+ *
454
+ * @param {InternalFormFieldValidationRule} defaultRule - The rule to be overridden.
455
+ * @param {FormFieldValidationRule[]} additionalRules - The additional rules to be applied.
456
+ * @returns {FormFieldValidationRule} The overridden rule.
457
+ */
458
+ overrideDefaultRuleByAdditionalRule(defaultRule, additionalRules) {
459
+ if (defaultRule && additionalRules) {
460
+ const customRuleIndex = additionalRules.findIndex((customRule) => {
461
+ return (customRule instanceof InternalFormFieldValidationRule &&
462
+ customRule instanceof defaultRule.constructor &&
463
+ customRule.overrideDefault);
464
+ });
465
+ if (customRuleIndex > -1) {
466
+ return additionalRules.splice(customRuleIndex, 1)[0];
467
+ }
468
+ }
469
+ return defaultRule;
470
+ }
444
471
  }
445
472
  __decorate([
446
473
  InjectVegaSlimmer()
@@ -0,0 +1,10 @@
1
+ export { CheckBoxRequiredRule } from './rules/check-box-required-rule';
2
+ export { DateRequiredRule } from './rules/date-required-rule';
3
+ export { InputPhoneNumberRequiredRule } from './rules/input-phone-number-required-rule';
4
+ export { InputRangeRequiredRule } from './rules/input-range-required-rule';
5
+ export { RequiredFieldRule } from './rules/required-field-rule';
6
+ export { RichTextEditorRequiredRule } from './rules/rich-text-editor-required-rule';
7
+ export { TimeRangeRequiredRule } from './rules/time-range-required-rule';
8
+ export { TimeRequiredRule } from './rules/time-required-rule';
9
+ export { ToggleSwitchRequiredRule } from './rules/toggle-switch-required-rule';
10
+ export { FileUploaderRequiredRule } from './rules/file-uploader-required-rule';
@@ -1,15 +1,16 @@
1
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
1
2
  /**
2
3
  * A rule that checks if a string is empty or not
3
4
  *
4
- * @implements {FormFieldValidationRule<string>}
5
+ * @augments {InternalFormFieldValidationRule<string>}
5
6
  */
6
- export class CheckBoxRequiredRule {
7
+ export class CheckBoxRequiredRule extends InternalFormFieldValidationRule {
7
8
  /**
8
9
  * If the input is a boolean, return a boolean. If the input is a string, return a boolean. If the
9
10
  * input is anything else, return false
10
11
  *
11
12
  * @param {string | boolean} input - The input to be evaluated.
12
- * @returns {EvaluateResultTranslation} - An object with two properties: isValid and message.
13
+ * @returns {EvaluateResult} - An object with two properties: isValid and message.
13
14
  */
14
15
  evaluate(input) {
15
16
  if (typeof input === 'boolean') {
@@ -1,8 +1,9 @@
1
1
  import { isDateStr, compareIsSameOrBefore } from '../../../utils/date';
2
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
2
3
  /**
3
4
  * A rule that checks if start date is before than end date
4
5
  */
5
- export class DateRangeRule {
6
+ export class DateRangeRule extends InternalFormFieldValidationRule {
6
7
  /**
7
8
  * If the input is accepted and the status is not disabled and visible, then return true
8
9
  *
@@ -1,10 +1,11 @@
1
1
  import { isDateStr } from '../../../utils/date';
2
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
2
3
  /**
3
4
  * A rule that checks if date is empty or not
4
5
  *
5
- * @implements {FormFieldValidationRule<string | string[]>}
6
+ * @augments {InternalFormFieldValidationRule<string | string[]>}
6
7
  */
7
- export class DateRequiredRule {
8
+ export class DateRequiredRule extends InternalFormFieldValidationRule {
8
9
  /**
9
10
  * It creates a new instance of the class with the given config.
10
11
  *
@@ -12,6 +13,7 @@ export class DateRequiredRule {
12
13
  * @param {'single' | 'range'} config.mode - The mode for date value
13
14
  */
14
15
  constructor(config) {
16
+ super();
15
17
  this.config = config;
16
18
  }
17
19
  /**
@@ -19,7 +21,7 @@ export class DateRequiredRule {
19
21
  * Otherwise, return an object with a boolean indicating whether the input is valid and a message to display to the user
20
22
  *
21
23
  * @param {string | string[]} input - The value of the input field.
22
- * @returns {EvaluateResultTranslation} An object with two properties: isValid and message.
24
+ * @returns {EvaluateResult} An object with two properties: isValid and message.
23
25
  */
24
26
  evaluate(input) {
25
27
  if (!this.isAcceptedInputType(input)) {
@@ -1,10 +1,11 @@
1
1
  import { EMAIL_VALIDATION_REGEX } from '../../../constants/validator';
2
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
2
3
  /**
3
4
  * This class is a rule that checks if the input is a valid email address
4
5
  *
5
- * @implements {FormFieldValidationRule<string>}
6
+ * @augments {InternalFormFieldValidationRule<string>}
6
7
  */
7
- export class EmailFieldRule {
8
+ export class EmailFieldRule extends InternalFormFieldValidationRule {
8
9
  /**
9
10
  * It checks if the input is a valid email address.
10
11
  *
@@ -2,7 +2,7 @@ import { RequiredFieldRule } from './required-field-rule';
2
2
  /**
3
3
  * A rule that checks the value is empty or not which value type is object array
4
4
  */
5
- export class ObjectArrayRequiredRule extends RequiredFieldRule {
5
+ export class FileUploaderRequiredRule extends RequiredFieldRule {
6
6
  constructor() {
7
7
  super(...arguments);
8
8
  /**
@@ -1,17 +1,19 @@
1
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
1
2
  /**
2
3
  * A rule that checks if input phone number is empty or not
3
4
  *
4
- * @implements {FormFieldValidationRule<string>}
5
+ * @augments {InternalFormFieldValidationRule<string>}
5
6
  */
6
- export class InputPhoneNumberRequiredRule {
7
+ export class InputPhoneNumberRequiredRule extends InternalFormFieldValidationRule {
7
8
  constructor(phoneNumberValueGetter) {
9
+ super();
8
10
  this.phoneNumberValueGetter = phoneNumberValueGetter;
9
11
  }
10
12
  /**
11
13
  * It checks if the input is a valid value.
12
14
  *
13
15
  * @param {unknown} input - The value of the input field.
14
- * @returns {EvaluateResultTranslation} An object with two properties: isValid and message.
16
+ * @returns {EvaluateResult} An object with two properties: isValid and message.
15
17
  */
16
18
  evaluate(input) {
17
19
  if (!this.isAcceptedInputType(input)) {
@@ -1,7 +1,8 @@
1
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
1
2
  /**
2
3
  * A rule that checks if number is in min and max range
3
4
  */
4
- export class InputRangeMinAndMaxRule {
5
+ export class InputRangeMinAndMaxRule extends InternalFormFieldValidationRule {
5
6
  /**
6
7
  * It creates a new instance of the class with the given config.
7
8
  *
@@ -10,6 +11,7 @@ export class InputRangeMinAndMaxRule {
10
11
  * @param {string} config.maxValue - The max number
11
12
  */
12
13
  constructor(config) {
14
+ super();
13
15
  /**
14
16
  * Generate an invalid result
15
17
  *
@@ -1,14 +1,15 @@
1
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
1
2
  /**
2
- * A rule that checks if input range is empty or not
3
+ * A rule that checks if the input range is empty or not
3
4
  *
4
- * @implements {FormFieldValidationRule<string[]>}
5
+ * @augments {InternalFormFieldValidationRule<string[]>}
5
6
  */
6
- export class InputRangeRequiredRule {
7
+ export class InputRangeRequiredRule extends InternalFormFieldValidationRule {
7
8
  /**
8
9
  * It checks if the input is a valid value.
9
10
  *
10
11
  * @param {string[]} input - The value of the input field.
11
- * @returns {EvaluateResultTranslation} An object with two properties: isValid and message.
12
+ * @returns {EvaluateResult} An object with two properties: isValid and message.
12
13
  */
13
14
  evaluate(input) {
14
15
  if (!this.isAcceptedInputType(input)) {
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Abstract class for internal form field validation rules
3
+ */
4
+ export class InternalFormFieldValidationRule {
5
+ constructor() {
6
+ /**
7
+ * Whether to override the default validation rule.
8
+ */
9
+ this.overrideDefault = false;
10
+ }
11
+ }
@@ -1,11 +1,12 @@
1
1
  import { convertToNumber } from '../../../utils/number';
2
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
2
3
  /**
3
4
  * A rule that checks if the input is less than or equal to a maximum value
4
5
  *
5
- * @implements {FormFieldValidationRule<string>}
6
+ * @augments {InternalFormFieldValidationRule<string>}
6
7
  * @property {{ maxValue: number }} config config including the maxValue limit for validation
7
8
  */
8
- export class MaxNumberRule {
9
+ export class MaxNumberRule extends InternalFormFieldValidationRule {
9
10
  /**
10
11
  * It creates a new instance of the class with the given config.
11
12
  *
@@ -13,6 +14,7 @@ export class MaxNumberRule {
13
14
  * @param {number} config.maxValue number of the maxValue
14
15
  */
15
16
  constructor(config) {
17
+ super();
16
18
  this.config = config;
17
19
  }
18
20
  /**
@@ -1,10 +1,11 @@
1
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
1
2
  /**
2
3
  * A rule that checks if the length of input is less than or equal to a maximum value
3
4
  *
4
- * @implements {FormFieldValidationRule<string>}
5
+ * @augments {InternalFormFieldValidationRule<string>}
5
6
  * @property {{ maxStrLength: number }} config config including the maxStrLength limit for validation
6
7
  */
7
- export class MaxStringLengthRule {
8
+ export class MaxStringLengthRule extends InternalFormFieldValidationRule {
8
9
  /**
9
10
  * It creates a new instance of the class with the given config.
10
11
  *
@@ -12,6 +13,7 @@ export class MaxStringLengthRule {
12
13
  * @param {number} config.maxStrLength number of the maxStrLength
13
14
  */
14
15
  constructor(config) {
16
+ super();
15
17
  this.config = config;
16
18
  }
17
19
  /**
@@ -1,8 +1,9 @@
1
1
  import { isDateStr, compareIsAfter, compareIsBefore } from '../../../utils/date';
2
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
2
3
  /**
3
4
  * A rule that checks if date is in minDate and maxDate range
4
5
  */
5
- export class MinAndMaxDateRule {
6
+ export class MinAndMaxDateRule extends InternalFormFieldValidationRule {
6
7
  /**
7
8
  * It creates a new instance of the class with the given config.
8
9
  *
@@ -11,6 +12,7 @@ export class MinAndMaxDateRule {
11
12
  * @param {string} config.maxDate - The maxDate
12
13
  */
13
14
  constructor(config) {
15
+ super();
14
16
  /**
15
17
  * Evaluate if single date is within the min and max date range
16
18
  *
@@ -1,11 +1,12 @@
1
1
  import { convertToNumber } from '../../../utils/number';
2
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
2
3
  /**
3
4
  * A rule that checks if the input is larger than or equal to a minimum value
4
5
  *
5
- * @implements {FormFieldValidationRule<string>}
6
+ * @augments {InternalFormFieldValidationRule<string>}
6
7
  * @property {{ minValue: number }} config config including the minValue limit for validation
7
8
  */
8
- export class MinNumberRule {
9
+ export class MinNumberRule extends InternalFormFieldValidationRule {
9
10
  /**
10
11
  * It creates a new instance of the class with the given config.
11
12
  *
@@ -13,6 +14,7 @@ export class MinNumberRule {
13
14
  * @param {number} config.minValue number of the minValue
14
15
  */
15
16
  constructor(config) {
17
+ super();
16
18
  this.config = config;
17
19
  }
18
20
  /**
@@ -1,10 +1,11 @@
1
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
1
2
  /**
2
3
  * A rule that checks if the length of input is more than or equal to a minimum value
3
4
  *
4
- * @implements {FormFieldValidationRule<string>}
5
+ * @augments {InternalFormFieldValidationRule<string>}
5
6
  * @property {{ minStrLength: number }} config config including the minStrLength limit for validation
6
7
  */
7
- export class MinStringLengthRule {
8
+ export class MinStringLengthRule extends InternalFormFieldValidationRule {
8
9
  /**
9
10
  * It creates a new instance of the class with the given config.
10
11
  *
@@ -12,6 +13,7 @@ export class MinStringLengthRule {
12
13
  * @param {number} config.minStrLength number of the minStrLength
13
14
  */
14
15
  constructor(config) {
16
+ super();
15
17
  this.config = config;
16
18
  }
17
19
  /**
@@ -1,10 +1,12 @@
1
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
1
2
  /**
2
3
  * A rule that checks if a string is empty or not
3
4
  *
4
- * @implements {FormFieldValidationRule<string>}
5
+ * @augments {InternalFormFieldValidationRule<string>}
5
6
  */
6
- export class RequiredFieldRule {
7
+ export class RequiredFieldRule extends InternalFormFieldValidationRule {
7
8
  constructor() {
9
+ super(...arguments);
8
10
  /**
9
11
  * A function that checks if the item is a string, number, or boolean.
10
12
  *
@@ -17,7 +19,7 @@ export class RequiredFieldRule {
17
19
  * If the input is a number or a boolean, return true. If the input is a string, return true if the string is not empty
18
20
  *
19
21
  * @param {FormFieldValueType | Array<FormFieldValueType>} input - The input to be evaluated.
20
- * @returns {EvaluateResultTranslation} An object with two properties: isValid and message.
22
+ * @returns {EvaluateResult} An object with two properties: isValid and message.
21
23
  */
22
24
  evaluate(input) {
23
25
  if (!this.isAcceptedInputType(input)) {
@@ -1,15 +1,16 @@
1
1
  import { VegaRTEContent } from '../../../components/vega-rich-text-editor/dto/content-state';
2
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
2
3
  /**
3
4
  * A rule that checks if the input range is empty or not
4
5
  *
5
- * @implements {FormFieldValidationRule<string[]>}
6
+ * @augments {InternalFormFieldValidationRule<string[]>}
6
7
  */
7
- export class RichTextEditorRequiredRule {
8
+ export class RichTextEditorRequiredRule extends InternalFormFieldValidationRule {
8
9
  /**
9
10
  * It checks if the input is a valid value.
10
11
  *
11
12
  * @param {string[]} input - The value of the input field.
12
- * @returns {EvaluateResultTranslation} An object with two properties: isValid and message.
13
+ * @returns {EvaluateResult} An object with two properties: isValid and message.
13
14
  */
14
15
  evaluate(input) {
15
16
  var _a, _b;
@@ -1,10 +1,11 @@
1
1
  import { isTimeStr } from '../../../utils/date';
2
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
2
3
  /**
3
4
  * A rule that checks if time is empty or not
4
5
  *
5
- * @implements {FormFieldValidationRule<string[]>}
6
+ * @augments {InternalFormFieldValidationRule<string[]>}
6
7
  */
7
- export class TimeRangeRequiredRule {
8
+ export class TimeRangeRequiredRule extends InternalFormFieldValidationRule {
8
9
  /**
9
10
  * It creates a new instance of the class with the given config.
10
11
  *
@@ -12,13 +13,14 @@ export class TimeRangeRequiredRule {
12
13
  * @param {TimeFormat} config.timeFormat - The timeFormat for time value
13
14
  */
14
15
  constructor(config) {
16
+ super();
15
17
  this.config = config;
16
18
  }
17
19
  /**
18
20
  * It checks if the input is a valid time string.
19
21
  *
20
22
  * @param {string} input - The value of the input field.
21
- * @returns {EvaluateResultTranslation} An object with two properties: isValid and message.
23
+ * @returns {EvaluateResult} An object with two properties: isValid and message.
22
24
  */
23
25
  evaluate(input) {
24
26
  if (!this.isAcceptedInputType(input)) {
@@ -1,8 +1,9 @@
1
1
  import { convert12HourTo24HourFormat, isTimeStr } from '../../../utils/date';
2
+ import { InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract';
2
3
  /**
3
4
  * A rule that checks if start time is before than end time
4
5
  */
5
- export class TimeRangeRule {
6
+ export class TimeRangeRule extends InternalFormFieldValidationRule {
6
7
  /**
7
8
  * It creates a new instance of the class with the given config.
8
9
  *
@@ -10,6 +11,7 @@ export class TimeRangeRule {
10
11
  * @param {TimeFormat} config.timeFormat - The timeFormat for time value
11
12
  */
12
13
  constructor(config) {
14
+ super();
13
15
  this.config = config;
14
16
  }
15
17
  /**