@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.
- package/dist/cjs/{app-globals-7087f121.js → app-globals-cdd0972c.js} +14 -4
- package/dist/cjs/check-box-required-rule-1ee54b9a.js +70 -0
- package/dist/cjs/content-state-c5b47ca1.js +6644 -0
- package/dist/cjs/date-required-rule-4e1f84fd.js +92 -0
- package/dist/cjs/{element-appender-slimmer-c6e0f4ca.js → element-appender-slimmer-4f0dc8c6.js} +9 -5
- package/dist/cjs/file-uploader-required-rule-313ec9e3.js +21 -0
- package/dist/cjs/{form-field-controller-slimmer-48c0ad0b.js → form-field-controller-slimmer-d92e8212.js} +28 -1
- package/dist/cjs/{image-annotation-action-7d82f7e1.js → image-annotation-action-75b9c0d3.js} +5 -6
- package/dist/cjs/index.cjs.js +35 -15
- package/dist/cjs/input-phone-number-required-rule-2668fdf1.js +65 -0
- package/dist/cjs/input-range-required-rule-5b9c2a95.js +63 -0
- package/dist/cjs/internal-form-field-validation-rule.abstract-07cdff46.js +15 -0
- package/dist/cjs/loader.cjs.js +10 -10
- package/dist/cjs/{min-number-rule-115c5a3b.js → min-number-rule-5bcccc8f.js} +7 -4
- package/dist/cjs/{min-string-length-rule-75f24a48.js → min-string-length-rule-af215976.js} +8 -4
- package/dist/cjs/public-rules-90b972e5.js +42 -0
- package/dist/cjs/{required-field-rule-7f9945fa.js → required-field-rule-d73c1d8c.js} +6 -3
- package/dist/cjs/rich-text-editor-required-rule-cacc5fe0.js +64 -0
- package/dist/cjs/time-required-rule-ccf178e7.js +141 -0
- package/dist/cjs/toggle-switch-required-rule-88a51b36.js +66 -0
- package/dist/cjs/{valid-credit-card-number-rule-4a9ae5d9.js → valid-credit-card-number-rule-4a1b00b8.js} +3 -2
- package/dist/cjs/vega-checkbox_2.cjs.entry.js +11 -79
- package/dist/cjs/vega-color-picker.cjs.entry.js +3 -2
- package/dist/cjs/vega-combo-box.cjs.entry.js +3 -2
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +9 -91
- package/dist/cjs/vega-dialog_2.cjs.entry.js +29 -1
- package/dist/cjs/vega-dropdown_5.cjs.entry.js +1 -1
- package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
- package/dist/cjs/vega-file-uploader.cjs.entry.js +5 -19
- package/dist/cjs/vega-form.cjs.entry.js +2 -1
- package/dist/cjs/vega-image-uploader.cjs.entry.js +3 -2
- package/dist/cjs/vega-input-credit-card.cjs.entry.js +4 -3
- package/dist/cjs/vega-input-numeric.cjs.entry.js +3 -2
- package/dist/cjs/vega-input-phone-number.cjs.entry.js +38 -70
- package/dist/cjs/vega-input-range.cjs.entry.js +6 -61
- package/dist/cjs/vega-input-select.cjs.entry.js +3 -2
- package/dist/cjs/vega-input.cjs.entry.js +7 -6
- package/dist/cjs/vega-popover_2.cjs.entry.js +15 -1
- package/dist/cjs/vega-radio_2.cjs.entry.js +3 -2
- package/dist/cjs/vega-rich-text-content.cjs.entry.js +18 -19
- package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +79 -139
- package/dist/cjs/vega-selection-chip_2.cjs.entry.js +3 -2
- package/dist/cjs/vega-selection-tile_2.cjs.entry.js +3 -2
- package/dist/cjs/vega-signature-capture.cjs.entry.js +3 -2
- package/dist/cjs/vega-stepper.cjs.entry.js +3 -2
- package/dist/cjs/vega-textarea.cjs.entry.js +4 -3
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +11 -140
- package/dist/cjs/vega-toggle-switch.cjs.entry.js +4 -63
- package/dist/cjs/vega-tooltip_2.cjs.entry.js +53 -12
- package/dist/cjs/vega.cjs.js +10 -10
- package/dist/collection/components/vega-checkbox/vega-checkbox.css +82 -33
- package/dist/collection/components/vega-checkbox/vega-checkbox.js +8 -13
- package/dist/collection/components/vega-file-uploader/vega-file-uploader.js +2 -2
- package/dist/collection/components/vega-input-phone-number/slimmers/controllers/vega-input-phone-number-value-controller.js +18 -2
- package/dist/collection/components/vega-input-phone-number/vega-input-phone-number.js +7 -4
- package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-layout-controller.js +9 -0
- package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-scroll-controller.js +16 -0
- package/dist/collection/components/vega-modal/vega-modal.js +6 -0
- package/dist/collection/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.js +4 -0
- package/dist/collection/components/vega-popover/vega-popover.js +37 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/action-handle-strategy-registry.js +52 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/action-handle-strategy.abstract.js +63 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/block-update-link-group-strategy.js +21 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/block-update-text-style-strategy.js +32 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/image-set-annotation-map-strategy.js +13 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/node-split-text-strategy.js +134 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/node-update-annotation-map-strategy.js +47 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-append-blocks-strategy.js +19 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-append-nodes-strategy.js +21 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-delete-image-strategy.js +54 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-delete-node-content-strategy.js +152 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-delete-text-content-strategy.js +99 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-blocks-after-strategy.js +15 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-blocks-before-strategy.js +38 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-image-into-text-strategy.js +31 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-line-break-strategy.js +57 -0
- 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
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-new-paragraph-strategy.js +55 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-nodes-after-node-strategy.js +14 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-nodes-before-node-strategy.js +14 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-merge-nodes-strategy.js +25 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-remove-child-block-strategy.js +15 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-remove-node-strategy.js +21 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-replace-node-with-nodes-strategy.js +28 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-replace-nodes-strategy.js +17 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-split-with-image-node-strategy.js +48 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-split-with-text-node-strategy.js +43 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-transform-to-list-strategy.js +26 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-block-insert-image-strategy.js +32 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-insert-line-break-strategy.js +21 -0
- 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
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-insert-new-paragraph-strategy.js +44 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-update-url-strategy.js +12 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-insert-image-strategy.js +22 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-delete-text-content-strategy.js +20 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-insert-image-strategy.js +15 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-insert-new-paragraph-strategy.js +92 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-remove-nest-list-strategy.js +22 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-remove-node-strategy.js +19 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-replace-nest-list-strategy.js +15 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-remove-list-item-strategy.js +27 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-transform-to-list-strategy.js +36 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-transform-to-paragraph-strategy.js +63 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/node-replace-selected-text-strategy.js +46 -0
- package/dist/collection/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/node-update-text-strategy.js +20 -0
- package/dist/collection/components/vega-rich-text-editor/dto/actions/image-update-url-action.js +13 -0
- package/dist/collection/components/vega-rich-text-editor/dto/actions/modify-content-action.abstract.js +1 -1
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/block.abstract.js +3 -215
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/image-block.js +31 -244
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/list-block.js +17 -155
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/list-item-block.js +33 -184
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/text-block.js +40 -352
- package/dist/collection/components/vega-rich-text-editor/dto/content-state.js +13 -23
- package/dist/collection/components/vega-rich-text-editor/dto/nodes/image-node.js +14 -6
- package/dist/collection/components/vega-rich-text-editor/dto/nodes/text-node.js +23 -182
- package/dist/collection/components/vega-rich-text-editor/slimmers/renderers/tools/image-toolbar-button-slimmer.js +2 -1
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/action-handle-strategy-registry.test.js +41 -0
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-insert-line-break-with-blocks-strategy.test.js +24 -0
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/content-state-strategy-registry.test.js +14 -0
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-block-strategy-register.test.js +30 -0
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-set-annotation-map-strategy.test.js +11 -0
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-update-url-strategy.test.js +16 -0
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-block-strategy-register.test.js +20 -0
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-item-strategy-register.test.js +31 -0
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-split-text-strategy.test.js +31 -0
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-update-annotation-map-strategy.test.js +17 -0
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/text-block-strategy-register.test.js +55 -0
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/update-selected-text-strategy.test.js +23 -0
- package/dist/collection/components/vega-rich-text-editor/vega-rich-text-editor.js +2 -2
- package/dist/collection/components/vega-tooltip/slimmers/controllers/vega-tooltip-element-appender-controller.js +45 -11
- package/dist/collection/components/vega-tooltip/vega-tooltip.js +12 -0
- package/dist/collection/global/scripts/before-vega-load.js +11 -0
- package/dist/collection/helpers/slimmers/element-appender-slimmer.js +8 -5
- package/dist/collection/helpers/slimmers/test/element-appender-slimmer.test.js +2 -0
- package/dist/collection/helpers/ui/element-appender.js +1 -0
- package/dist/collection/helpers/ui/test/element-appender.test.js +1 -0
- package/dist/collection/helpers/validator/form-field-controller.js +28 -1
- package/dist/collection/helpers/validator/public-rules.js +10 -0
- package/dist/collection/helpers/validator/rules/check-box-required-rule.js +4 -3
- package/dist/collection/helpers/validator/rules/date-range-rule.js +2 -1
- package/dist/collection/helpers/validator/rules/date-required-rule.js +5 -3
- package/dist/collection/helpers/validator/rules/email-field-rule.js +3 -2
- package/dist/collection/helpers/validator/rules/{object-array-required-rule.js → file-uploader-required-rule.js} +1 -1
- package/dist/collection/helpers/validator/rules/input-phone-number-required-rule.js +5 -3
- package/dist/collection/helpers/validator/rules/input-range-min-and-max-rule.js +3 -1
- package/dist/collection/helpers/validator/rules/input-range-required-rule.js +5 -4
- package/dist/collection/helpers/validator/rules/internal-form-field-validation-rule.abstract.js +11 -0
- package/dist/collection/helpers/validator/rules/max-number-rule.js +4 -2
- package/dist/collection/helpers/validator/rules/max-string-length-rule.js +4 -2
- package/dist/collection/helpers/validator/rules/min-and-max-date-rule.js +3 -1
- package/dist/collection/helpers/validator/rules/min-number-rule.js +4 -2
- package/dist/collection/helpers/validator/rules/min-string-length-rule.js +4 -2
- package/dist/collection/helpers/validator/rules/required-field-rule.js +5 -3
- package/dist/collection/helpers/validator/rules/rich-text-editor-required-rule.js +4 -3
- package/dist/collection/helpers/validator/rules/time-range-required-rule.js +5 -3
- package/dist/collection/helpers/validator/rules/time-range-rule.js +3 -1
- package/dist/collection/helpers/validator/rules/time-required-rule.js +5 -3
- package/dist/collection/helpers/validator/rules/toggle-switch-required-rule.js +4 -3
- package/dist/collection/helpers/validator/rules/valid-credit-card-number-rule.js +3 -2
- package/dist/collection/helpers/validator/rules/valid-phone-number-rule.js +11 -4
- package/dist/collection/helpers/validator/test/rules/file-uploader-required-rule.test.js +7 -0
- package/dist/collection/helpers/validator/test/rules/public-rules.test.js +80 -0
- package/dist/collection/helpers/validator/test/rules/valid-phone-number-rule.test.js +8 -0
- package/dist/collection/index.js +1 -0
- package/dist/esm/{app-globals-4cca4a96.js → app-globals-88fa3549.js} +14 -4
- package/dist/esm/check-box-required-rule-cb0aa339.js +68 -0
- package/dist/esm/content-state-2edba4ec.js +6600 -0
- package/dist/esm/{date-732bc749.js → date-c55b97f0.js} +1 -1
- package/dist/esm/date-required-rule-8944f3bf.js +90 -0
- package/dist/esm/{element-appender-slimmer-f5e703f3.js → element-appender-slimmer-d9155ee0.js} +9 -5
- package/dist/esm/file-uploader-required-rule-ad886d01.js +19 -0
- package/dist/esm/{form-field-controller-slimmer-3535e76a.js → form-field-controller-slimmer-bb64dec7.js} +29 -2
- package/dist/esm/{image-annotation-action-3da42221.js → image-annotation-action-b6668f48.js} +1 -2
- package/dist/esm/{index-6e05b241.js → index-d172bafa.js} +1 -1
- package/dist/esm/index.js +17 -7
- package/dist/esm/input-phone-number-required-rule-be6a5572.js +63 -0
- package/dist/esm/input-range-required-rule-3ad74776.js +61 -0
- package/dist/esm/internal-form-field-validation-rule.abstract-f5b6bdbf.js +13 -0
- package/dist/esm/loader.js +11 -11
- package/dist/esm/{min-number-rule-31d48b22.js → min-number-rule-a6082418.js} +7 -4
- package/dist/esm/{min-string-length-rule-c6a69eeb.js → min-string-length-rule-c31c89f4.js} +8 -4
- package/dist/esm/public-rules-413f6a17.js +27 -0
- package/dist/esm/{required-field-rule-368b31fa.js → required-field-rule-ab4bdc47.js} +6 -3
- package/dist/esm/rich-text-editor-required-rule-75cc2db0.js +62 -0
- package/dist/esm/{string-input-formatter-slimmer-d4132497.js → string-input-formatter-slimmer-418b54f0.js} +2 -2
- package/dist/esm/{sub-state-notify-slimmer-51151fc3.js → sub-state-notify-slimmer-b36fd081.js} +1 -1
- package/dist/esm/{sub-state-observer-slimmer-d77a1c46.js → sub-state-observer-slimmer-09452523.js} +1 -1
- package/dist/esm/time-required-rule-a01163b5.js +138 -0
- package/dist/esm/toggle-switch-required-rule-b3cf4302.js +64 -0
- package/dist/esm/{valid-credit-card-number-rule-2aef3ad5.js → valid-credit-card-number-rule-cc497bec.js} +3 -2
- package/dist/esm/vega-button-group_2.entry.js +3 -3
- package/dist/esm/vega-calendar_3.entry.js +4 -4
- package/dist/esm/vega-checkbox_2.entry.js +12 -80
- package/dist/esm/vega-color-picker.entry.js +4 -3
- package/dist/esm/vega-combo-box.entry.js +4 -3
- package/dist/esm/vega-date-picker_2.entry.js +12 -94
- package/dist/esm/vega-dialog_2.entry.js +29 -1
- package/dist/esm/vega-dropdown_5.entry.js +4 -4
- package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
- package/dist/esm/vega-file-uploader.entry.js +6 -20
- package/dist/esm/vega-form.entry.js +3 -2
- package/dist/esm/vega-image-uploader.entry.js +4 -3
- package/dist/esm/vega-input-credit-card.entry.js +5 -4
- package/dist/esm/vega-input-numeric.entry.js +5 -4
- package/dist/esm/vega-input-phone-number.entry.js +38 -70
- package/dist/esm/vega-input-range.entry.js +6 -61
- package/dist/esm/vega-input-select.entry.js +4 -3
- package/dist/esm/vega-input.entry.js +11 -10
- package/dist/esm/{vega-internal-event-id-d0690d0d.js → vega-internal-event-id-f269c42f.js} +1 -1
- package/dist/esm/vega-left-nav_5.entry.js +3 -3
- package/dist/esm/vega-popover_2.entry.js +16 -2
- package/dist/esm/vega-radio_2.entry.js +4 -3
- package/dist/esm/vega-rich-text-content.entry.js +6 -7
- package/dist/esm/vega-rich-text-editor_4.entry.js +23 -83
- package/dist/esm/vega-selection-chip_2.entry.js +6 -5
- package/dist/esm/vega-selection-tile_2.entry.js +6 -5
- package/dist/esm/vega-sidenav_3.entry.js +3 -3
- package/dist/esm/vega-signature-capture.entry.js +4 -3
- package/dist/esm/vega-stepper.entry.js +4 -3
- package/dist/esm/vega-table_8.entry.js +3 -3
- package/dist/esm/vega-textarea.entry.js +5 -4
- package/dist/esm/vega-time-picker_2.entry.js +8 -137
- package/dist/esm/vega-toggle-switch.entry.js +4 -63
- package/dist/esm/vega-tooltip_2.entry.js +53 -12
- package/dist/esm/vega.js +11 -11
- package/dist/types/components/vega-input-phone-number/slimmers/controllers/vega-input-phone-number-value-controller.d.ts +7 -0
- package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-layout-controller.d.ts +4 -0
- package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-scroll-controller.d.ts +5 -0
- package/dist/types/components/vega-modal/vega-modal.d.ts +1 -0
- package/dist/types/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.d.ts +1 -0
- package/dist/types/components/vega-popover/vega-popover.d.ts +10 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/action-handle-strategy-registry.d.ts +37 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/action-handle-strategy.abstract.d.ts +66 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/block-update-link-group-strategy.d.ts +15 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/block-update-text-style-strategy.d.ts +15 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/image-set-annotation-map-strategy.d.ts +13 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/node-split-text-strategy.d.ts +47 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/apply-annotation-strategies/node-update-annotation-map-strategy.d.ts +15 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-append-blocks-strategy.d.ts +13 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-append-nodes-strategy.d.ts +16 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-delete-image-strategy.d.ts +19 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-delete-node-content-strategy.d.ts +61 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-delete-text-content-strategy.d.ts +19 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-blocks-after-strategy.d.ts +13 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-blocks-before-strategy.d.ts +23 -0
- 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
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-line-break-strategy.d.ts +30 -0
- 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
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-insert-new-paragraph-strategy.d.ts +29 -0
- 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
- 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
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-merge-nodes-strategy.d.ts +16 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-remove-child-block-strategy.d.ts +13 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-remove-node-strategy.d.ts +17 -0
- 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
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-replace-nodes-strategy.d.ts +16 -0
- 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
- 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
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/block-transform-to-list-strategy.d.ts +15 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-block-insert-image-strategy.d.ts +12 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-insert-line-break-strategy.d.ts +15 -0
- 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
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-insert-new-paragraph-strategy.d.ts +21 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/image-update-url-strategy.d.ts +12 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-insert-image-strategy.d.ts +15 -0
- 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
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-insert-image-strategy.d.ts +15 -0
- 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
- 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
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-item-remove-node-strategy.d.ts +15 -0
- 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
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-remove-list-item-strategy.d.ts +15 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-transform-to-list-strategy.d.ts +12 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/list-transform-to-paragraph-strategy.d.ts +19 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/node-replace-selected-text-strategy.d.ts +20 -0
- package/dist/types/components/vega-rich-text-editor/dto/action-handle-strategies/modify-content-strategies/node-update-text-strategy.d.ts +15 -0
- package/dist/types/components/vega-rich-text-editor/dto/actions/image-update-url-action.d.ts +11 -0
- package/dist/types/components/vega-rich-text-editor/dto/actions/modify-content-action.abstract.d.ts +2 -2
- package/dist/types/components/vega-rich-text-editor/dto/blocks/block.abstract.d.ts +1 -79
- package/dist/types/components/vega-rich-text-editor/dto/blocks/image-block.d.ts +3 -77
- package/dist/types/components/vega-rich-text-editor/dto/blocks/list-block.d.ts +0 -38
- package/dist/types/components/vega-rich-text-editor/dto/blocks/list-item-block.d.ts +3 -58
- package/dist/types/components/vega-rich-text-editor/dto/blocks/text-block.d.ts +5 -93
- package/dist/types/components/vega-rich-text-editor/dto/content-state.d.ts +1 -2
- package/dist/types/components/vega-rich-text-editor/dto/nodes/text-node.d.ts +0 -43
- 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
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/content-state-strategy-registry.test.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-block-strategy-register.test.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-set-annotation-map-strategy.test.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-update-url-strategy.test.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-block-strategy-register.test.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-item-strategy-register.test.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-split-text-strategy.test.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-update-annotation-map-strategy.test.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/text-block-strategy-register.test.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/update-selected-text-strategy.test.d.ts +1 -0
- package/dist/types/components/vega-tooltip/slimmers/controllers/vega-tooltip-element-appender-controller.d.ts +18 -0
- package/dist/types/components/vega-tooltip/vega-tooltip.d.ts +4 -0
- package/dist/types/components.d.ts +14 -0
- package/dist/types/helpers/slimmers/element-appender-slimmer.d.ts +1 -0
- package/dist/types/helpers/slimmers/form-field-controller-slimmer.d.ts +2 -1
- package/dist/types/helpers/validator/form-field-controller.d.ts +10 -0
- package/dist/types/helpers/validator/public-rules.d.ts +10 -0
- package/dist/types/helpers/validator/rules/check-box-required-rule.d.ts +7 -6
- package/dist/types/helpers/validator/rules/date-range-rule.d.ts +3 -2
- package/dist/types/helpers/validator/rules/date-required-rule.d.ts +7 -6
- package/dist/types/helpers/validator/rules/email-field-rule.d.ts +4 -3
- package/dist/types/helpers/validator/rules/{object-array-required-rule.d.ts → file-uploader-required-rule.d.ts} +1 -1
- package/dist/types/helpers/validator/rules/input-phone-number-required-rule.d.ts +7 -6
- package/dist/types/helpers/validator/rules/input-range-min-and-max-rule.d.ts +3 -2
- package/dist/types/helpers/validator/rules/input-range-required-rule.d.ts +8 -7
- package/dist/types/helpers/validator/rules/internal-form-field-validation-rule.abstract.d.ts +19 -0
- package/dist/types/helpers/validator/rules/max-number-rule.d.ts +4 -3
- package/dist/types/helpers/validator/rules/max-string-length-rule.d.ts +4 -3
- package/dist/types/helpers/validator/rules/min-and-max-date-rule.d.ts +3 -2
- package/dist/types/helpers/validator/rules/min-number-rule.d.ts +4 -3
- package/dist/types/helpers/validator/rules/min-string-length-rule.d.ts +4 -3
- package/dist/types/helpers/validator/rules/required-field-rule.d.ts +7 -6
- package/dist/types/helpers/validator/rules/rich-text-editor-required-rule.d.ts +7 -6
- package/dist/types/helpers/validator/rules/time-range-required-rule.d.ts +7 -6
- package/dist/types/helpers/validator/rules/time-range-rule.d.ts +3 -2
- package/dist/types/helpers/validator/rules/time-required-rule.d.ts +7 -6
- package/dist/types/helpers/validator/rules/toggle-switch-required-rule.d.ts +5 -4
- package/dist/types/helpers/validator/rules/valid-credit-card-number-rule.d.ts +4 -3
- package/dist/types/helpers/validator/rules/valid-phone-number-rule.d.ts +7 -4
- package/dist/types/helpers/validator/test/rules/file-uploader-required-rule.test.d.ts +1 -0
- package/dist/types/helpers/validator/test/rules/public-rules.test.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/types/public-api.d.ts +1 -1
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/p-04c72f30.entry.js +1 -0
- package/dist/vega/{p-ba077ca8.entry.js → p-073beb31.entry.js} +1 -1
- package/dist/vega/p-07c2725a.js +1 -0
- package/dist/vega/{p-b5990090.js → p-08835909.js} +1 -1
- package/dist/vega/p-0b6d4561.entry.js +1 -0
- package/dist/vega/p-0bb860cc.js +1 -0
- package/dist/vega/p-0cc1ad76.js +1 -0
- package/dist/vega/p-113cd659.entry.js +1 -0
- package/dist/vega/{p-b9a0f136.entry.js → p-154d262e.entry.js} +1 -1
- package/dist/vega/p-17598aac.entry.js +1 -0
- package/dist/vega/p-23130825.entry.js +1 -0
- package/dist/vega/{p-29d6ec6c.js → p-239bae84.js} +1 -1
- package/dist/vega/{p-7198d675.entry.js → p-24ac5151.entry.js} +1 -1
- package/dist/vega/p-280cbcdb.js +1 -0
- package/dist/vega/p-3299c30b.entry.js +1 -0
- package/dist/vega/p-3fd9d39f.entry.js +1 -0
- package/dist/vega/p-42a949f5.entry.js +1 -0
- package/dist/vega/p-4bd1b877.entry.js +1 -0
- package/dist/vega/p-590fd123.js +1 -0
- package/dist/vega/p-5a7eabcc.js +1 -0
- package/dist/vega/p-5e56f3bd.js +1 -0
- package/dist/vega/p-5f377954.js +1 -1
- package/dist/vega/p-612c9374.entry.js +1 -0
- package/dist/vega/p-6408d3dc.entry.js +1 -0
- package/dist/vega/{p-a2a34239.entry.js → p-6585bddc.entry.js} +2 -2
- package/dist/vega/p-6603081a.entry.js +1 -0
- package/dist/vega/p-6e5db02b.js +1 -0
- package/dist/vega/p-6f90d444.js +1 -0
- package/dist/vega/p-7303fff2.entry.js +1 -0
- package/dist/vega/p-7b648a05.entry.js +1 -0
- package/dist/vega/p-7c0b4c36.js +1 -0
- package/dist/vega/p-81b21503.entry.js +1 -0
- package/dist/vega/p-8fae8f9e.js +1 -0
- package/dist/vega/p-924b4e24.js +1 -0
- package/dist/vega/{p-ee2e4bff.entry.js → p-94459733.entry.js} +1 -1
- package/dist/vega/p-a05ca459.entry.js +1 -0
- package/dist/vega/p-a3e80fb2.entry.js +1 -0
- package/dist/vega/p-a7a46358.entry.js +1 -0
- package/dist/vega/{p-34bd9204.js → p-a9e1123a.js} +1 -1
- package/dist/vega/p-abd7aeaa.js +1 -0
- package/dist/vega/{p-267cde46.entry.js → p-b071be5c.entry.js} +1 -1
- package/dist/vega/p-b24da503.entry.js +1 -0
- package/dist/vega/p-b44f3309.js +1 -0
- package/dist/vega/p-b9051ad2.js +1 -0
- package/dist/vega/{p-20326c64.js → p-bd0116f9.js} +1 -1
- package/dist/vega/{p-4ab0d645.js → p-c253d09c.js} +1 -1
- package/dist/vega/p-c56acdd5.entry.js +1 -0
- package/dist/vega/p-cdbbdcc2.js +1 -0
- package/dist/vega/p-d1a06058.entry.js +1 -0
- package/dist/vega/{p-348e95ba.js → p-d2ff56d8.js} +1 -1
- package/dist/vega/p-d51b04ce.entry.js +1 -0
- package/dist/vega/p-e0446879.js +1 -0
- package/dist/vega/p-e08b6542.entry.js +1 -0
- package/dist/vega/p-e0d3ca2d.js +1 -0
- package/dist/vega/{p-e9a5bd12.entry.js → p-f1ebe86b.entry.js} +1 -1
- package/dist/vega/p-f396c69a.js +1 -0
- package/dist/vega/p-fda6c178.entry.js +1 -0
- package/dist/vega/p-ffac4b8c.entry.js +1 -0
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/content-state-f97d3278.js +0 -2990
- package/dist/cjs/node-annotation.abstract-4f6df9cf.js +0 -3223
- package/dist/collection/components/vega-rich-text-editor/dto/actions/clear-child-nodes-action.js +0 -12
- package/dist/collection/components/vega-rich-text-editor/dto/helper/block-base-operator.js +0 -47
- package/dist/collection/helpers/validator/test/rules/object-array-required-rule.test.js +0 -7
- package/dist/esm/content-state-ccf5f960.js +0 -2954
- package/dist/esm/node-annotation.abstract-b2e36bc4.js +0 -3214
- package/dist/types/components/vega-rich-text-editor/dto/actions/clear-child-nodes-action.d.ts +0 -9
- package/dist/types/components/vega-rich-text-editor/dto/helper/block-base-operator.d.ts +0 -24
- package/dist/vega/p-0461e318.js +0 -1
- package/dist/vega/p-12fe63c1.entry.js +0 -1
- package/dist/vega/p-1b67c443.entry.js +0 -1
- package/dist/vega/p-1d93b3a9.js +0 -1
- package/dist/vega/p-23fd9401.entry.js +0 -1
- package/dist/vega/p-2fecbcf9.entry.js +0 -1
- package/dist/vega/p-3152031c.js +0 -1
- package/dist/vega/p-3cb90bdf.entry.js +0 -1
- package/dist/vega/p-3e8f9fcf.entry.js +0 -1
- package/dist/vega/p-497f2f86.entry.js +0 -1
- package/dist/vega/p-50eabdca.entry.js +0 -1
- package/dist/vega/p-52a8a4f8.js +0 -1
- package/dist/vega/p-6419e13e.entry.js +0 -1
- package/dist/vega/p-66b9e86d.entry.js +0 -1
- package/dist/vega/p-74958b1a.js +0 -1
- package/dist/vega/p-7baa4fae.entry.js +0 -1
- package/dist/vega/p-7edcb8d0.entry.js +0 -1
- package/dist/vega/p-904b489a.entry.js +0 -1
- package/dist/vega/p-9689ad99.entry.js +0 -1
- package/dist/vega/p-9728d571.entry.js +0 -1
- package/dist/vega/p-a7e078ac.entry.js +0 -1
- package/dist/vega/p-a7f40a65.entry.js +0 -1
- package/dist/vega/p-a8a809e1.entry.js +0 -1
- package/dist/vega/p-a8b16ff2.js +0 -1
- package/dist/vega/p-aed80794.entry.js +0 -1
- package/dist/vega/p-b517ed15.js +0 -1
- package/dist/vega/p-b809f3d7.entry.js +0 -1
- package/dist/vega/p-ba2833c0.entry.js +0 -1
- package/dist/vega/p-bf4996d5.entry.js +0 -1
- package/dist/vega/p-cb4fd6e1.entry.js +0 -1
- package/dist/vega/p-e9785742.entry.js +0 -1
- package/dist/vega/p-ecaf4cfa.entry.js +0 -1
- package/dist/vega/p-f41102cd.js +0 -1
- package/dist/vega/p-f5b0ce61.js +0 -1
- package/dist/vega/p-f86ec91b.js +0 -1
- /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
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-09acd3c9.js');
|
|
6
|
-
const minNumberRule = require('./min-number-rule-
|
|
6
|
+
const minNumberRule = require('./min-number-rule-5bcccc8f.js');
|
|
7
7
|
const component = require('./component-73a88c4e.js');
|
|
8
8
|
const number = require('./number-4816603d.js');
|
|
9
9
|
const globalSlimmerRegistry = require('./global-slimmer-registry-b3bce7e0.js');
|
|
10
10
|
const componentUsageRuntimeMetrics = require('./component-usage-runtime-metrics-dcb32c24.js');
|
|
11
|
-
const formFieldControllerSlimmer = require('./form-field-controller-slimmer-
|
|
11
|
+
const formFieldControllerSlimmer = require('./form-field-controller-slimmer-d92e8212.js');
|
|
12
12
|
const childNodesEventPreventSlimmer = require('./child-nodes-event-prevent-slimmer-af2addec.js');
|
|
13
13
|
const domNodeSubjectObserverFactory = require('./dom-node-subject-observer-factory-80b3ac6c.js');
|
|
14
14
|
const domNodeSubjectFactory = require('./dom-node-subject-factory-ce1777a9.js');
|
|
@@ -16,6 +16,7 @@ const staticSubjectTitle = require('./static-subject-title-c589a1bd.js');
|
|
|
16
16
|
const changeManager = require('./change-manager-a297e4d2.js');
|
|
17
17
|
const eventEmitSlimmer = require('./event-emit-slimmer-208a19e4.js');
|
|
18
18
|
const ui = require('./ui-5fd9b267.js');
|
|
19
|
+
require('./internal-form-field-validation-rule.abstract-07cdff46.js');
|
|
19
20
|
require('./string-21427167.js');
|
|
20
21
|
require('./observer-f49483e8.js');
|
|
21
22
|
require('./create-public-api-runtime-metrics-slimmer-54c3f73b.js');
|
|
@@ -3,17 +3,18 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-09acd3c9.js');
|
|
6
|
-
const minStringLengthRule = require('./min-string-length-rule-
|
|
7
|
-
const requiredFieldRule = require('./required-field-rule-
|
|
6
|
+
const minStringLengthRule = require('./min-string-length-rule-af215976.js');
|
|
7
|
+
const requiredFieldRule = require('./required-field-rule-d73c1d8c.js');
|
|
8
8
|
const component = require('./component-73a88c4e.js');
|
|
9
9
|
const globalSlimmerRegistry = require('./global-slimmer-registry-b3bce7e0.js');
|
|
10
10
|
const componentUsageRuntimeMetrics = require('./component-usage-runtime-metrics-dcb32c24.js');
|
|
11
|
-
const formFieldControllerSlimmer = require('./form-field-controller-slimmer-
|
|
11
|
+
const formFieldControllerSlimmer = require('./form-field-controller-slimmer-d92e8212.js');
|
|
12
12
|
const staticSubjectTitle = require('./static-subject-title-c589a1bd.js');
|
|
13
13
|
const changeManager = require('./change-manager-a297e4d2.js');
|
|
14
14
|
const eventEmitSlimmer = require('./event-emit-slimmer-208a19e4.js');
|
|
15
15
|
const domNodeSubjectFactory = require('./dom-node-subject-factory-ce1777a9.js');
|
|
16
16
|
const childNodesEventPreventSlimmer = require('./child-nodes-event-prevent-slimmer-af2addec.js');
|
|
17
|
+
require('./internal-form-field-validation-rule.abstract-07cdff46.js');
|
|
17
18
|
require('./string-21427167.js');
|
|
18
19
|
require('./observer-f49483e8.js');
|
|
19
20
|
require('./ui-5fd9b267.js');
|
|
@@ -4,21 +4,23 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-09acd3c9.js');
|
|
6
6
|
const componentLoadRequired = require('./component-load-required-16d76afa.js');
|
|
7
|
-
const
|
|
7
|
+
const timeRequiredRule = require('./time-required-rule-ccf178e7.js');
|
|
8
8
|
const component = require('./component-73a88c4e.js');
|
|
9
9
|
const globalSlimmerRegistry = require('./global-slimmer-registry-b3bce7e0.js');
|
|
10
10
|
const componentUsageRuntimeMetrics = require('./component-usage-runtime-metrics-dcb32c24.js');
|
|
11
|
-
const formFieldControllerSlimmer = require('./form-field-controller-slimmer-
|
|
11
|
+
const formFieldControllerSlimmer = require('./form-field-controller-slimmer-d92e8212.js');
|
|
12
12
|
const domNodeSubjectObserverFactory = require('./dom-node-subject-observer-factory-80b3ac6c.js');
|
|
13
13
|
const domNodeSubjectFactory = require('./dom-node-subject-factory-ce1777a9.js');
|
|
14
14
|
const ui = require('./ui-5fd9b267.js');
|
|
15
15
|
const accessibility = require('./accessibility-bfa227f6.js');
|
|
16
|
+
const date = require('./date-0a6bb035.js');
|
|
16
17
|
const array = require('./array-5adef7b2.js');
|
|
17
18
|
const staticSubjectTitle = require('./static-subject-title-c589a1bd.js');
|
|
18
19
|
const changeManager = require('./change-manager-a297e4d2.js');
|
|
19
|
-
const elementAppenderSlimmer = require('./element-appender-slimmer-
|
|
20
|
+
const elementAppenderSlimmer = require('./element-appender-slimmer-4f0dc8c6.js');
|
|
20
21
|
const keyboardManagerSlimmer = require('./keyboard-manager-slimmer-feba3a83.js');
|
|
21
22
|
const typeGuard = require('./type-guard-4ba85fdc.js');
|
|
23
|
+
const internalFormFieldValidationRule_abstract = require('./internal-form-field-validation-rule.abstract-07cdff46.js');
|
|
22
24
|
const childNodesEventPreventSlimmer = require('./child-nodes-event-prevent-slimmer-af2addec.js');
|
|
23
25
|
const eventEmitSlimmer = require('./event-emit-slimmer-208a19e4.js');
|
|
24
26
|
const translationSlimmer = require('./translation-slimmer-510906bc.js');
|
|
@@ -47,71 +49,6 @@ require('./feature-flag-controller-7b22e598.js');
|
|
|
47
49
|
require('./index-8b247c17.js');
|
|
48
50
|
require('./_commonjsHelpers-537d719a.js');
|
|
49
51
|
|
|
50
|
-
/**
|
|
51
|
-
* A rule that checks if time is empty or not
|
|
52
|
-
*
|
|
53
|
-
* @implements {FormFieldValidationRule<string>}
|
|
54
|
-
*/
|
|
55
|
-
class TimeRequiredRule {
|
|
56
|
-
/**
|
|
57
|
-
* It creates a new instance of the class with the given config.
|
|
58
|
-
*
|
|
59
|
-
* @param {{ timeFormat: TimeFormat }} config - config including the timeFormat for time value
|
|
60
|
-
* @param {TimeFormat} config.timeFormat - The timeFormat for time value
|
|
61
|
-
*/
|
|
62
|
-
constructor(config) {
|
|
63
|
-
this.config = config;
|
|
64
|
-
}
|
|
65
|
-
/**
|
|
66
|
-
* It checks if the input is a valid time string.
|
|
67
|
-
*
|
|
68
|
-
* @param {string} input - The value of the input field.
|
|
69
|
-
* @returns {EvaluateResultTranslation} An object with two properties: isValid and message.
|
|
70
|
-
*/
|
|
71
|
-
evaluate(input) {
|
|
72
|
-
if (!this.isAcceptedInputType(input)) {
|
|
73
|
-
throw new Error(`Invalid time value ${input}`);
|
|
74
|
-
}
|
|
75
|
-
const isValid = date.isTimeStr(input, this.config.timeFormat);
|
|
76
|
-
return {
|
|
77
|
-
isValid,
|
|
78
|
-
message: isValid ? '' : 'This field is required',
|
|
79
|
-
};
|
|
80
|
-
}
|
|
81
|
-
/**
|
|
82
|
-
* If the input is accepted and the status is not disabled and visible, then return true
|
|
83
|
-
*
|
|
84
|
-
* @param {unknown} input - The input to be evaluated.
|
|
85
|
-
* @param {FormFieldStatusMeta} [status] - FormFieldStatusMeta
|
|
86
|
-
* @returns {boolean} A boolean value.
|
|
87
|
-
*/
|
|
88
|
-
canEvaluate(input, status) {
|
|
89
|
-
return status
|
|
90
|
-
? this.isAcceptedInputType(input) && !status.disabled && status.visible
|
|
91
|
-
: this.isAcceptedInputType(input);
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
* If the field is not disabled, visible, and has been touched or modified, then show the error
|
|
95
|
-
*
|
|
96
|
-
* @param {FormFieldStatusMeta} status - FormFieldStatusMeta
|
|
97
|
-
* @returns {boolean} A boolean value.
|
|
98
|
-
*/
|
|
99
|
-
shouldShowError(status) {
|
|
100
|
-
return !status.disabled && status.visible && (status.touched || status.modified);
|
|
101
|
-
}
|
|
102
|
-
/**
|
|
103
|
-
* If the input is undefined or null, return true, otherwise return true if the input is a string.
|
|
104
|
-
*
|
|
105
|
-
* @param {unknown} input - The input value to be validated.
|
|
106
|
-
* @returns {boolean}A boolean.
|
|
107
|
-
*/
|
|
108
|
-
isAcceptedInputType(input) {
|
|
109
|
-
if (input === undefined || input === null)
|
|
110
|
-
return true;
|
|
111
|
-
return typeof input === 'string';
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
52
|
var __decorate$d = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
116
53
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
117
54
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1529,7 +1466,7 @@ __decorate$4([
|
|
|
1529
1466
|
/**
|
|
1530
1467
|
* A rule that checks if start time is before than end time
|
|
1531
1468
|
*/
|
|
1532
|
-
class TimeRangeRule {
|
|
1469
|
+
class TimeRangeRule extends internalFormFieldValidationRule_abstract.InternalFormFieldValidationRule {
|
|
1533
1470
|
/**
|
|
1534
1471
|
* It creates a new instance of the class with the given config.
|
|
1535
1472
|
*
|
|
@@ -1537,6 +1474,7 @@ class TimeRangeRule {
|
|
|
1537
1474
|
* @param {TimeFormat} config.timeFormat - The timeFormat for time value
|
|
1538
1475
|
*/
|
|
1539
1476
|
constructor(config) {
|
|
1477
|
+
super();
|
|
1540
1478
|
this.config = config;
|
|
1541
1479
|
}
|
|
1542
1480
|
/**
|
|
@@ -1739,73 +1677,6 @@ __decorate$2([
|
|
|
1739
1677
|
globalSlimmerRegistry.MapToComponentMethod('watchDisabled')
|
|
1740
1678
|
], VegaTimePickerRangeDropdownController.prototype, "hideDropdownWhenDisabled", null);
|
|
1741
1679
|
|
|
1742
|
-
/**
|
|
1743
|
-
* A rule that checks if time is empty or not
|
|
1744
|
-
*
|
|
1745
|
-
* @implements {FormFieldValidationRule<string[]>}
|
|
1746
|
-
*/
|
|
1747
|
-
class TimeRangeRequiredRule {
|
|
1748
|
-
/**
|
|
1749
|
-
* It creates a new instance of the class with the given config.
|
|
1750
|
-
*
|
|
1751
|
-
* @param {{ timeFormat: TimeFormat }} config - config including the timeFormat for time value
|
|
1752
|
-
* @param {TimeFormat} config.timeFormat - The timeFormat for time value
|
|
1753
|
-
*/
|
|
1754
|
-
constructor(config) {
|
|
1755
|
-
this.config = config;
|
|
1756
|
-
}
|
|
1757
|
-
/**
|
|
1758
|
-
* It checks if the input is a valid time string.
|
|
1759
|
-
*
|
|
1760
|
-
* @param {string} input - The value of the input field.
|
|
1761
|
-
* @returns {EvaluateResultTranslation} An object with two properties: isValid and message.
|
|
1762
|
-
*/
|
|
1763
|
-
evaluate(input) {
|
|
1764
|
-
if (!this.isAcceptedInputType(input)) {
|
|
1765
|
-
throw new Error(`Invalid time value ${input} for range mode`);
|
|
1766
|
-
}
|
|
1767
|
-
const isValid = Array.isArray(input) &&
|
|
1768
|
-
input.length === 2 &&
|
|
1769
|
-
input.every((item) => date.isTimeStr(item, this.config.timeFormat));
|
|
1770
|
-
return {
|
|
1771
|
-
isValid,
|
|
1772
|
-
message: isValid ? '' : 'This field is required',
|
|
1773
|
-
};
|
|
1774
|
-
}
|
|
1775
|
-
/**
|
|
1776
|
-
* If the input is accepted and the status is not disabled and visible, then return true
|
|
1777
|
-
*
|
|
1778
|
-
* @param {unknown} input - The input to be evaluated.
|
|
1779
|
-
* @param {FormFieldStatusMeta} [status] - FormFieldStatusMeta
|
|
1780
|
-
* @returns {boolean} A boolean value.
|
|
1781
|
-
*/
|
|
1782
|
-
canEvaluate(input, status) {
|
|
1783
|
-
return status
|
|
1784
|
-
? this.isAcceptedInputType(input) && !status.disabled && status.visible
|
|
1785
|
-
: this.isAcceptedInputType(input);
|
|
1786
|
-
}
|
|
1787
|
-
/**
|
|
1788
|
-
* If the field is not disabled, visible, and has been touched or modified, then show the error
|
|
1789
|
-
*
|
|
1790
|
-
* @param {FormFieldStatusMeta} status - FormFieldStatusMeta
|
|
1791
|
-
* @returns {boolean} A boolean value.
|
|
1792
|
-
*/
|
|
1793
|
-
shouldShowError(status) {
|
|
1794
|
-
return !status.disabled && status.visible && (status.touched || status.modified);
|
|
1795
|
-
}
|
|
1796
|
-
/**
|
|
1797
|
-
* If the input is undefined or null, return true, otherwise return true if the input is a string.
|
|
1798
|
-
*
|
|
1799
|
-
* @param {unknown} input - The input value to be validated.
|
|
1800
|
-
* @returns {boolean}A boolean.
|
|
1801
|
-
*/
|
|
1802
|
-
isAcceptedInputType(input) {
|
|
1803
|
-
if (input === undefined || input === null)
|
|
1804
|
-
return true;
|
|
1805
|
-
return Array.isArray(input);
|
|
1806
|
-
}
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
1680
|
const VegaTimePickerRuntimeMetricsPayloadDefinition = [
|
|
1810
1681
|
{
|
|
1811
1682
|
payloadKey: 'AUTO_VALIDATION_IS_TRUE',
|
|
@@ -1889,8 +1760,8 @@ const VegaTimePicker = class {
|
|
|
1889
1760
|
propertyName: 'required',
|
|
1890
1761
|
ruleFactory: (isRequired, timeFormat, mode) => isRequired
|
|
1891
1762
|
? mode === 'range'
|
|
1892
|
-
? new TimeRangeRequiredRule({ timeFormat })
|
|
1893
|
-
: new TimeRequiredRule({ timeFormat })
|
|
1763
|
+
? new timeRequiredRule.TimeRangeRequiredRule({ timeFormat })
|
|
1764
|
+
: new timeRequiredRule.TimeRequiredRule({ timeFormat })
|
|
1894
1765
|
: null,
|
|
1895
1766
|
dependence: ['timeFormat', 'mode'],
|
|
1896
1767
|
},
|
|
@@ -1898,8 +1769,8 @@ const VegaTimePicker = class {
|
|
|
1898
1769
|
propertyName: 'timeFormat',
|
|
1899
1770
|
ruleFactory: (timeFormat, required, mode) => timeFormat && required
|
|
1900
1771
|
? mode === 'range'
|
|
1901
|
-
? new TimeRangeRequiredRule({ timeFormat })
|
|
1902
|
-
: new TimeRequiredRule({ timeFormat })
|
|
1772
|
+
? new timeRequiredRule.TimeRangeRequiredRule({ timeFormat })
|
|
1773
|
+
: new timeRequiredRule.TimeRequiredRule({ timeFormat })
|
|
1903
1774
|
: null,
|
|
1904
1775
|
dependence: ['required', 'mode'],
|
|
1905
1776
|
},
|
|
@@ -9,7 +9,8 @@ const accessibility = require('./accessibility-bfa227f6.js');
|
|
|
9
9
|
const component = require('./component-73a88c4e.js');
|
|
10
10
|
const globalSlimmerRegistry = require('./global-slimmer-registry-b3bce7e0.js');
|
|
11
11
|
const componentUsageRuntimeMetrics = require('./component-usage-runtime-metrics-dcb32c24.js');
|
|
12
|
-
const formFieldControllerSlimmer = require('./form-field-controller-slimmer-
|
|
12
|
+
const formFieldControllerSlimmer = require('./form-field-controller-slimmer-d92e8212.js');
|
|
13
|
+
const toggleSwitchRequiredRule = require('./toggle-switch-required-rule-88a51b36.js');
|
|
13
14
|
const staticSubjectTitle = require('./static-subject-title-c589a1bd.js');
|
|
14
15
|
const changeManager = require('./change-manager-a297e4d2.js');
|
|
15
16
|
require('./ui-5fd9b267.js');
|
|
@@ -25,72 +26,12 @@ require('./page-resize-observer-slimmer-bb1eaebe.js');
|
|
|
25
26
|
require('./breakpoints-17d6c4c7.js');
|
|
26
27
|
require('./ui-32e69595.js');
|
|
27
28
|
require('./breakpoints-ebde4837.js');
|
|
29
|
+
require('./internal-form-field-validation-rule.abstract-07cdff46.js');
|
|
28
30
|
require('./mutation-observer-slimmer-895b3d3e.js');
|
|
29
31
|
require('./mutation-observer-filters-e5a7f85a.js');
|
|
30
32
|
require('./array-5adef7b2.js');
|
|
31
33
|
require('./number-4816603d.js');
|
|
32
34
|
|
|
33
|
-
/**
|
|
34
|
-
* A rule that checks if toggle switch is required to switch on
|
|
35
|
-
*
|
|
36
|
-
* @implements {FormFieldValidationRule<boolean>}
|
|
37
|
-
*/
|
|
38
|
-
class ToggleSwitchRequiredRule {
|
|
39
|
-
/**
|
|
40
|
-
* If the input is a boolean, return a boolean. If the
|
|
41
|
-
* input is anything else, return false
|
|
42
|
-
*
|
|
43
|
-
* @param {unknown} input - The input to be evaluated.
|
|
44
|
-
* @returns {EvaluateResult} - An object with two properties: isValid and message.
|
|
45
|
-
*/
|
|
46
|
-
evaluate(input) {
|
|
47
|
-
if (typeof input === 'boolean') {
|
|
48
|
-
return {
|
|
49
|
-
isValid: input,
|
|
50
|
-
message: input ? '' : 'This field is required',
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
else {
|
|
54
|
-
return {
|
|
55
|
-
isValid: false,
|
|
56
|
-
message: 'This field is required',
|
|
57
|
-
};
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* If the input is accepted and the status is not disabled and visible, then return true
|
|
62
|
-
*
|
|
63
|
-
* @param {unknown} input - The input to be evaluated.
|
|
64
|
-
* @param {FormFieldStatusMeta} [status] - FormFieldStatusMeta
|
|
65
|
-
* @returns {boolean} The return value is a boolean that indicates whether the input can be evaluated.
|
|
66
|
-
*/
|
|
67
|
-
canEvaluate(input, status) {
|
|
68
|
-
return status
|
|
69
|
-
? this.isAcceptedInputType(input) && !status.disabled && status.visible
|
|
70
|
-
: this.isAcceptedInputType(input);
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* If the field is not disabled, visible, and has been touched or modified, then show the error
|
|
74
|
-
*
|
|
75
|
-
* @param {FormFieldStatusMeta} status - FormFieldStatusMeta
|
|
76
|
-
* @returns {boolean} A boolean value.
|
|
77
|
-
*/
|
|
78
|
-
shouldShowError(status) {
|
|
79
|
-
return !status.disabled && status.visible && (status.touched || status.modified);
|
|
80
|
-
}
|
|
81
|
-
/**
|
|
82
|
-
* If the input is undefined or null, return true, otherwise return true if the input is a boolean.
|
|
83
|
-
*
|
|
84
|
-
* @param {unknown} input - The input value to be validated.
|
|
85
|
-
* @returns {boolean} A boolean.
|
|
86
|
-
*/
|
|
87
|
-
isAcceptedInputType(input) {
|
|
88
|
-
if (input === undefined || input === null)
|
|
89
|
-
return true;
|
|
90
|
-
return typeof input === 'boolean';
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
35
|
const vegaToggleSwitchCss = ":host{display:inline-block}:host .vega-error{display:inline-block;padding-left:8px;padding-right:8px;padding-top:12px;font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-error, 189, 41, 71, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-error{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-error{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-error{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}:host .vega-hidden{display:none}div.vega-container{display:flex;justify-content:flex-start;align-items:center;border-radius:9999px;position:relative;box-sizing:content-box;height:24px;width:48px;padding:4px;background-color:rgba(var(--v-bg-toggle-switch, 107, 116, 125, 0.7))}div.vega-container:hover{background-color:rgba(var(--v-bg-toggle-switch-hover, 107, 116, 125, 1))}div.vega-container.vega-container-checked{background-color:rgba(var(--v-bg-action, 19, 98, 226, 1))}div.vega-container.vega-container-checked:hover{background-color:rgba(var(--v-bg-action-hover, 4, 112, 236, 1))}div.vega-container.vega-container-disabled{background-color:rgba(var(--v-bg-disabled, 176, 180, 181, 1))}div.vega-container.vega-container-checked.vega-container-disabled{background-color:rgba(var(--v-bg-toggle-switch-selected-disabled, 153, 192, 255, 1))}div.vega-container-small-size{box-sizing:border-box;height:20px;width:32px;padding:2px}div.vega-container>span{margin-left:0px;transition-property:margin;transition-duration:0.1s;transition-timing-function:linear}div.vega-container:focus-within{box-shadow:0 0 0 4px rgba(var(--v-ring-action-focus, 19, 98, 226, 0.25))}div.vega-container-checked>span{margin-left:24px}div.vega-container-checked.vega-container-small-size>span{margin-left:12px}div.vega-container>input{position:absolute;cursor:pointer;opacity:0;left:0px;top:0px;width:100%;height:100%;margin:0px;-webkit-tap-highlight-color:transparent}div.vega-container input:disabled{cursor:default}div.vega-container>span{display:inline-block;border-radius:9999px;box-shadow:var(--v-shadow-form-field, 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.1));width:24px;height:24px;background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));box-shadow:var(--v-shadow-form-field, 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.1));transition-property:margin;transition-duration:0.1s;transition-timing-function:linear}div.vega-container-small-size{height:20px}div.vega-container-small-size>span{width:16px;height:16px}div{align-self:center}";
|
|
95
36
|
|
|
96
37
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -114,7 +55,7 @@ const VegaToggleSwitch = class {
|
|
|
114
55
|
propertyRules: [
|
|
115
56
|
{
|
|
116
57
|
propertyName: 'required',
|
|
117
|
-
ruleFactory: (isRequired) => isRequired ? new ToggleSwitchRequiredRule() : null,
|
|
58
|
+
ruleFactory: (isRequired) => isRequired ? new toggleSwitchRequiredRule.ToggleSwitchRequiredRule() : null,
|
|
118
59
|
},
|
|
119
60
|
],
|
|
120
61
|
validationRulesName: 'validationRules',
|
|
@@ -7,7 +7,7 @@ const component = require('./component-73a88c4e.js');
|
|
|
7
7
|
const injectKeyboardManager = require('./inject-keyboard-manager-4a5c27a2.js');
|
|
8
8
|
const globalSlimmerRegistry = require('./global-slimmer-registry-b3bce7e0.js');
|
|
9
9
|
const componentUsageRuntimeMetrics = require('./component-usage-runtime-metrics-dcb32c24.js');
|
|
10
|
-
const elementAppenderSlimmer = require('./element-appender-slimmer-
|
|
10
|
+
const elementAppenderSlimmer = require('./element-appender-slimmer-4f0dc8c6.js');
|
|
11
11
|
const deprecatedPropertySlimmer = require('./deprecated-property-slimmer-fc729fd9.js');
|
|
12
12
|
require('./keyboard-manager-2df53b2f.js');
|
|
13
13
|
require('./ui-5fd9b267.js');
|
|
@@ -42,17 +42,25 @@ class VegaTooltipElementAppenderController extends elementAppenderSlimmer.Elemen
|
|
|
42
42
|
* This constructor of the tooltip element appender controller.
|
|
43
43
|
*/
|
|
44
44
|
constructor() {
|
|
45
|
-
super(() => (
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
45
|
+
super(() => this.getShowConfig(), () => this.trigger, 'isTooltipShow', () => this.disableInteractive);
|
|
46
|
+
/**
|
|
47
|
+
* Generate the element appender show config object.
|
|
48
|
+
*
|
|
49
|
+
* @returns {ElementAppenderShowConfig} - Show config object.
|
|
50
|
+
*/
|
|
51
|
+
this.getShowConfig = () => {
|
|
52
|
+
return {
|
|
53
|
+
target: this.host,
|
|
54
|
+
appendableElement: this.vegaTooltipContentBoxRenderer.getTooltipContentBoxRef(),
|
|
55
|
+
positionRelativeTo: this.positionRelativeTo,
|
|
56
|
+
matchTargetWidth: false,
|
|
57
|
+
size: this.size,
|
|
58
|
+
minWidth: this.minWidth,
|
|
59
|
+
maxWidth: this.maxWidth,
|
|
60
|
+
placement: this.placement,
|
|
61
|
+
alignment: this.alignment,
|
|
62
|
+
};
|
|
63
|
+
};
|
|
56
64
|
}
|
|
57
65
|
/**
|
|
58
66
|
* The `watchTrigger` function hides an element if the trigger is set to 'none'.
|
|
@@ -70,6 +78,26 @@ class VegaTooltipElementAppenderController extends elementAppenderSlimmer.Elemen
|
|
|
70
78
|
this.show();
|
|
71
79
|
}
|
|
72
80
|
}
|
|
81
|
+
/**
|
|
82
|
+
* Hide the tooltip if the content change to empty.
|
|
83
|
+
*
|
|
84
|
+
* @param {string} newText - The property text or content new value.
|
|
85
|
+
* @param {string} oldText - The property text or content old value.
|
|
86
|
+
*/
|
|
87
|
+
watchTextChange(newText, oldText) {
|
|
88
|
+
if (!newText && oldText && this.isTooltipShow) {
|
|
89
|
+
this.hide();
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Override the parent class `ElementAppenderSlimmer` show method to control the tooltip show according to the tooltip content.
|
|
94
|
+
*/
|
|
95
|
+
show() {
|
|
96
|
+
const text = this.deprecatedPropertySlimmer.getValue();
|
|
97
|
+
if (text) {
|
|
98
|
+
super.show();
|
|
99
|
+
}
|
|
100
|
+
}
|
|
73
101
|
}
|
|
74
102
|
__decorate$3([
|
|
75
103
|
globalSlimmerRegistry.MapToComponentField()
|
|
@@ -98,6 +126,9 @@ __decorate$3([
|
|
|
98
126
|
__decorate$3([
|
|
99
127
|
globalSlimmerRegistry.MapToComponentField()
|
|
100
128
|
], VegaTooltipElementAppenderController.prototype, "disableInteractive", void 0);
|
|
129
|
+
__decorate$3([
|
|
130
|
+
globalSlimmerRegistry.MapToComponentField()
|
|
131
|
+
], VegaTooltipElementAppenderController.prototype, "deprecatedPropertySlimmer", void 0);
|
|
101
132
|
__decorate$3([
|
|
102
133
|
globalSlimmerRegistry.MapToComponentField({ writable: true })
|
|
103
134
|
], VegaTooltipElementAppenderController.prototype, "isTooltipShow", void 0);
|
|
@@ -110,6 +141,9 @@ __decorate$3([
|
|
|
110
141
|
__decorate$3([
|
|
111
142
|
globalSlimmerRegistry.MapToComponentMethod('watchToShowTooltip')
|
|
112
143
|
], VegaTooltipElementAppenderController.prototype, "watchToShowTooltip", null);
|
|
144
|
+
__decorate$3([
|
|
145
|
+
globalSlimmerRegistry.MapToComponentMethod('watchTextChange')
|
|
146
|
+
], VegaTooltipElementAppenderController.prototype, "watchTextChange", null);
|
|
113
147
|
|
|
114
148
|
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
115
149
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -216,6 +250,11 @@ const VegaTooltip = class {
|
|
|
216
250
|
}
|
|
217
251
|
watchTrigger() {
|
|
218
252
|
}
|
|
253
|
+
/**
|
|
254
|
+
* Monitor the property text updates.
|
|
255
|
+
*/
|
|
256
|
+
watchTextChange() {
|
|
257
|
+
}
|
|
219
258
|
watchToShowTooltip() {
|
|
220
259
|
}
|
|
221
260
|
render() {
|
|
@@ -224,6 +263,8 @@ const VegaTooltip = class {
|
|
|
224
263
|
get host() { return index.getElement(this); }
|
|
225
264
|
static get watchers() { return {
|
|
226
265
|
"trigger": ["watchTrigger"],
|
|
266
|
+
"content": ["watchTextChange"],
|
|
267
|
+
"text": ["watchTextChange"],
|
|
227
268
|
"size": ["watchToShowTooltip"],
|
|
228
269
|
"placement": ["watchToShowTooltip"],
|
|
229
270
|
"alignment": ["watchToShowTooltip"]
|