@heartlandone/vega 2.76.0 → 2.77.1
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-12b7d808.js → app-globals-1021e33e.js} +7 -7
- package/dist/cjs/aria-attributes-value-mapper-9a41b9cf.js +143 -0
- package/dist/cjs/{child-nodes-event-prevent-slimmer-84435957.js → child-nodes-event-prevent-slimmer-cc6d2919.js} +1 -1
- package/dist/cjs/{code-block-f1480ec3.js → code-block-f9b86a25.js} +1 -1
- package/dist/cjs/{component-value-history-controller-slimmer.abstract-a9264cc8.js → component-value-history-controller-slimmer.abstract-6bcff70b.js} +3 -3
- package/dist/cjs/{date-required-rule-912469e0.js → date-required-rule-d3c2d088.js} +1 -1
- package/dist/cjs/{design-token-41baf118.js → design-token-b21879b6.js} +2 -2
- package/dist/cjs/{dto-renderer-manager-809c947b.js → dto-renderer-manager-e2823eb8.js} +2 -2
- package/dist/cjs/{element-appender-slimmer-34e4eb56.js → element-appender-slimmer-40d39bba.js} +179 -20
- package/dist/cjs/{form-field-controller-slimmer-102f37c7.js → form-field-controller-slimmer-1b3a1388.js} +1 -1
- package/dist/cjs/{image-annotation-action-8d9fa20c.js → image-annotation-action-b83283d4.js} +2 -2
- package/dist/cjs/index.cjs.js +13 -13
- package/dist/cjs/{inject-keyboard-manager-0f5bd568.js → inject-keyboard-manager-ea5c598e.js} +1 -1
- package/dist/cjs/{internal-translation-controller-053eb0f1.js → internal-translation-controller-1f84ab0a.js} +15 -0
- package/dist/cjs/{keyboard-manager-055e9f67.js → keyboard-manager-16494c34.js} +1 -1
- package/dist/cjs/{keyboard-manager-slimmer-0cc0c1c7.js → keyboard-manager-slimmer-5b8fa209.js} +1 -1
- package/dist/cjs/legend-input-processor-1e53e5bc.js +2126 -0
- package/dist/cjs/loader.cjs.js +9 -9
- package/dist/cjs/{month-view-generator-6a6dd527.js → month-view-generator-1a57578d.js} +1 -1
- package/dist/cjs/{public-rules-922849f3.js → public-rules-5bd1624d.js} +7 -7
- package/dist/cjs/{range-8aa49b08.js → range-7a038973.js} +1 -1
- package/dist/cjs/{responsive-format-facade-ea59bdcd.js → responsive-format-facade-0b65ce4a.js} +2 -2
- package/dist/cjs/{rich-text-editor-required-rule-22225840.js → rich-text-editor-required-rule-d984c0b6.js} +1 -1
- package/dist/cjs/{string-format-strategy.abstract-f2575647.js → string-format-strategy.abstract-714bfad2.js} +1 -1
- package/dist/cjs/{string-input-formatter-slimmer-0a334fc6.js → string-input-formatter-slimmer-9ef2ec7a.js} +1 -1
- package/dist/cjs/{string-mask-strategy-dda58395.js → string-mask-strategy-bd2c18df.js} +2 -2
- package/dist/cjs/{style-formatter-0c3ced39.js → style-formatter-7a4e9811.js} +2 -2
- package/dist/cjs/{time-required-rule-d6fa7aa8.js → time-required-rule-50784b9f.js} +1 -1
- package/dist/cjs/{token-extension-07cac85d.js → token-extension-5a1c473e.js} +102 -81
- package/dist/cjs/{translation-slimmer-4533bd67.js → translation-slimmer-2c207e34.js} +1 -1
- package/dist/cjs/{type-guard-407ba0b8.js → type-guard-cd0376d4.js} +36 -1
- package/dist/cjs/{valid-credit-card-number-rule-41a8b51b.js → valid-credit-card-number-rule-3f8dc897.js} +1 -1
- package/dist/cjs/vega-accordion.cjs.entry.js +7 -7
- package/dist/cjs/vega-app-header-button.cjs.entry.js +39 -146
- package/dist/cjs/vega-banner.cjs.entry.js +1 -1
- package/dist/cjs/vega-bar-chart.cjs.entry.js +2 -2
- package/dist/cjs/vega-box.cjs.entry.js +6 -6
- package/dist/cjs/vega-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/vega-button-circle.cjs.entry.js +23 -8
- package/dist/cjs/vega-button-group_2.cjs.entry.js +2 -2
- package/dist/cjs/vega-button-link.cjs.entry.js +18 -2
- package/dist/cjs/vega-button.cjs.entry.js +5 -5
- package/dist/cjs/vega-calendar_4.cjs.entry.js +7 -7
- package/dist/cjs/vega-card.cjs.entry.js +5 -5
- package/dist/cjs/vega-carousel.cjs.entry.js +4 -4
- package/dist/cjs/vega-checkbox_2.cjs.entry.js +4 -4
- package/dist/cjs/vega-chip.cjs.entry.js +6 -6
- package/dist/cjs/vega-code-block.cjs.entry.js +10 -10
- package/dist/cjs/vega-color-picker.cjs.entry.js +2 -2
- package/dist/cjs/vega-combo-box.cjs.entry.js +7 -7
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +128 -25
- package/dist/cjs/vega-dialog_2.cjs.entry.js +6 -6
- package/dist/cjs/vega-divider.cjs.entry.js +5 -5
- package/dist/cjs/vega-dropdown_5.cjs.entry.js +33 -9
- package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
- package/dist/cjs/vega-file-uploader.cjs.entry.js +3 -3
- package/dist/cjs/vega-flag-icon.cjs.entry.js +5 -5
- package/dist/cjs/vega-flex.cjs.entry.js +6 -6
- package/dist/cjs/vega-font.cjs.entry.js +5 -5
- package/dist/cjs/vega-form.cjs.entry.js +5 -5
- package/dist/cjs/vega-grid.cjs.entry.js +5 -5
- package/dist/cjs/vega-icon.cjs.entry.js +5 -5
- package/dist/cjs/vega-image-uploader.cjs.entry.js +7 -7
- package/dist/cjs/vega-input-credit-card.cjs.entry.js +8 -8
- package/dist/cjs/vega-input-numeric.cjs.entry.js +7 -7
- package/dist/cjs/vega-input-passcode.cjs.entry.js +39 -9
- package/dist/cjs/vega-input-phone-number.cjs.entry.js +4757 -5589
- package/dist/cjs/vega-input-range.cjs.entry.js +5 -5
- package/dist/cjs/vega-input-select.cjs.entry.js +7 -7
- package/dist/cjs/vega-input.cjs.entry.js +220 -125
- package/dist/cjs/vega-left-nav_5.cjs.entry.js +7 -8
- package/dist/cjs/vega-line-chart.cjs.entry.js +325 -23
- package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +4 -4
- package/dist/cjs/vega-pagination-page-selector-mobile.cjs.entry.js +2 -2
- package/dist/cjs/vega-pagination-page-size-selector-mobile.cjs.entry.js +2 -2
- package/dist/cjs/vega-pagination.cjs.entry.js +6 -6
- package/dist/cjs/vega-pie-chart.cjs.entry.js +5 -88
- package/dist/cjs/vega-popover_2.cjs.entry.js +9 -9
- package/dist/cjs/vega-progress-tracker_2.cjs.entry.js +4 -4
- package/dist/cjs/vega-radio_2.cjs.entry.js +7 -7
- package/dist/cjs/vega-rich-text-content.cjs.entry.js +26 -6
- package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +129 -31
- package/dist/cjs/vega-selection-chip_2.cjs.entry.js +6 -6
- package/dist/cjs/vega-selection-tile_2.cjs.entry.js +4 -4
- package/dist/cjs/vega-sidenav_3.cjs.entry.js +4 -4
- package/dist/cjs/vega-signature-capture.cjs.entry.js +7 -7
- package/dist/cjs/vega-stepper.cjs.entry.js +4 -4
- package/dist/cjs/vega-tab-group_2.cjs.entry.js +2 -2
- package/dist/cjs/vega-table_11.cjs.entry.js +6 -6
- package/dist/cjs/vega-textarea.cjs.entry.js +4 -4
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +11 -11
- package/dist/cjs/vega-toggle-switch.cjs.entry.js +2 -2
- package/dist/cjs/vega-tooltip_2.cjs.entry.js +8 -8
- package/dist/cjs/vega.cjs.js +9 -9
- package/dist/cjs/y-axis-input-processor-54a26515.js +832 -0
- package/dist/collection/components/vega-accordion/slimmers/vega-accordion-renderer.js +1 -1
- package/dist/collection/components/vega-accordion/vega-accordion.css +5 -0
- package/dist/collection/components/vega-app-header-button/vega-app-header-button.js +44 -2
- package/dist/collection/components/vega-button-circle/vega-button-circle.js +17 -3
- package/dist/collection/components/vega-button-link/vega-button-link.js +16 -1
- package/dist/collection/components/vega-calendar/slimmers/common/renderers/vega-calendar-event-preview-popover-renderer.js +1 -1
- package/dist/collection/components/vega-date-picker/slimmers/controllers/vega-date-picker-calendar-open-state-controller.js +64 -0
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/controllers/vega-date-picker-calendar-selection-controller.js +3 -0
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-header-render.js +3 -3
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-renderer.js +19 -1
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-year-month-switcher-renderer.js +3 -2
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-month-item-renderer.js +18 -3
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.css +196 -207
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.js +32 -0
- package/dist/collection/components/vega-dropdown/slimmers/controllers/vega-dropdown-appender-controller.js +25 -0
- package/dist/collection/components/vega-input/slimmers/controllers/vega-input-render-mode-controller.js +1 -3
- package/dist/collection/components/vega-input/slimmers/renderers/vega-input-input-container-renderer.js +1 -5
- package/dist/collection/components/vega-input/slimmers/renderers/vega-input-input-renderer.js +1 -4
- package/dist/collection/components/vega-input/slimmers/renderers/vega-input-input-suggestions-renderer.js +5 -2
- package/dist/collection/components/vega-input/vega-input.js +24 -1
- package/dist/collection/components/vega-input-passcode/slimmers/controllers/vega-input-passcode-keyboard-controller.js +2 -0
- package/dist/collection/components/vega-input-passcode/slimmers/renderers/vega-input-passcode-renderer.js +30 -2
- package/dist/collection/components/vega-input-phone-number/slimmers/controllers/country-select-controller.js +1 -1
- package/dist/collection/components/vega-input-phone-number/slimmers/controllers/vega-input-phone-number-value-controller.js +1 -1
- package/dist/collection/components/vega-input-phone-number/slimmers/renderers/country-select-renderer.js +1 -1
- package/dist/collection/components/vega-input-phone-number/slimmers/renderers/phone-number-input-renderer.js +1 -1
- package/dist/collection/components/vega-input-phone-number/vega-input-phone-number.js +4 -4
- package/dist/collection/components/vega-nav/vega-left-nav-link/slimmers/renderers/vega-left-nav-link-renderer.js +2 -3
- package/dist/collection/components/vega-popover/vega-popover-content-box/vega-popover-content-box.css +5 -0
- package/dist/collection/components/vega-rich-text-content/slimmers/renderers/vega-rich-text-content-renderer.js +15 -0
- package/dist/collection/components/vega-rich-text-editor/dto/renderers/nodes/image-node-renderer.js +7 -1
- package/dist/collection/components/vega-rich-text-editor/extensions/base-extension-renderer.js +11 -0
- package/dist/collection/components/vega-rich-text-editor/extensions/base-toolbar-button-renderer.js +15 -1
- package/dist/collection/components/vega-rich-text-editor/extensions/extension.abstract.js +2 -0
- package/dist/collection/components/vega-rich-text-editor/extensions/functions/function-extension.js +0 -11
- package/dist/collection/components/vega-rich-text-editor/extensions/functions/renderers/function-toolbar-button-renderer.js +23 -23
- package/dist/collection/components/vega-rich-text-editor/extensions/tokens/token-extension.js +0 -10
- package/dist/collection/components/vega-rich-text-editor/extensions/tokens/token-node-renderer.js +7 -17
- package/dist/collection/components/vega-rich-text-editor/extensions/tokens/token-toolbar-button-renderer.js +12 -16
- package/dist/collection/components/vega-rich-text-editor/helpers/extension-context-manager.js +31 -0
- package/dist/collection/components/vega-rich-text-editor/helpers/extension-context-manager.test.js +19 -0
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/insert-image-controller.js +7 -4
- package/dist/collection/components/vega-rich-text-editor/slimmers/renderers/tools/image-toolbar-button-slimmer.js +113 -12
- package/dist/collection/components/vega-rich-text-editor/test/extensions/extension-test-utils.js +41 -0
- package/dist/collection/components/vega-rich-text-editor/vega-rich-text-image-editor/slimmers/renderers/vega-rich-text-image-editor-renderer.js +1 -1
- package/dist/collection/components/vega-tooltip/vega-tooltip-content-box/vega-tooltip-content-box.css +5 -0
- package/dist/collection/helpers/calendar/test/utils.test.js +54 -1
- package/dist/collection/helpers/calendar/utils.js +35 -0
- package/dist/collection/helpers/chart/input-processors/format-time-positions-input-processor.js +2 -2
- package/dist/collection/helpers/chart/input-processors/pie-chart-arc-path-input-processor.js +1 -1
- package/dist/collection/helpers/chart/input-processors/x-axis-input-processor.js +5 -3
- package/dist/collection/helpers/chart/input-processors/x-axis-label-formatter-input-processor.js +2 -1
- package/dist/collection/helpers/chart/input-processors/y-axis-input-processor.js +7 -5
- package/dist/collection/helpers/chart/interacting-entry-generator/arc-path-hover-generator.js +1 -1
- package/dist/collection/helpers/chart/interacting-entry-generator/pie-legend-hover-generator.js +1 -1
- package/dist/collection/helpers/chart/renderers/canvas-renderer.js +1 -1
- package/dist/collection/helpers/chart/renderers/svg-renderer.js +1 -1
- package/dist/collection/helpers/chart/test/drawers/arc-path-drawer.test.js +1 -1
- package/dist/collection/helpers/chart/test/input-processors/format-time-positions-input-processor.test.js +1 -1
- package/dist/collection/helpers/chart/test/input-processors/sort-positions-input-processor.test.js +1 -1
- package/dist/collection/helpers/chart/test/input-processors/x-axis-input-processor.test.js +39 -0
- package/dist/collection/helpers/chart/test/input-processors/x-axis-label-formatter-input-processor.test.js +61 -14
- package/dist/collection/helpers/chart/test/input-processors/y-axis-input-processor.coverage.test.js +39 -0
- package/dist/collection/helpers/chart/test/input-processors/y-axis-input-processor.test.js +14 -0
- package/dist/collection/helpers/chart/test/renderers/svg-renderer.test.js +1 -1
- package/dist/collection/helpers/common/test/wait-for-component-did-render.test.js +67 -0
- package/dist/collection/helpers/slimmers/element-appender/element-appender-slimmer.js +27 -0
- package/dist/collection/helpers/slimmers/element-appender/test/element-appender-slimmer.test.js +50 -0
- package/dist/collection/helpers/slimmers/mutation-observer/aria-attributes-value-mapper.js +14 -3
- package/dist/collection/helpers/slimmers/mutation-observer/data-tab-index-value-mapper.js +80 -0
- package/dist/collection/helpers/slimmers/mutation-observer/test/aria-attributes-value-mapper.test.js +55 -3
- package/dist/collection/helpers/slimmers/mutation-observer/test/data-tab-index-value-mapper.test.js +120 -0
- package/dist/collection/helpers/slimmers/position-calculation/base-position-calculation-strategy.js +123 -9
- package/dist/collection/helpers/slimmers/position-calculation/position-calculation-controller.js +14 -4
- package/dist/collection/helpers/slimmers/position-calculation/screen-position-calculation-strategy.js +13 -4
- package/dist/collection/helpers/slimmers/position-calculation/test/body-position-calculation-strategy.test.js +7 -6
- package/dist/collection/helpers/slimmers/position-calculation/test/screen-position-calculation-strategy.test.js +162 -7
- package/dist/collection/helpers/translation/locales/en.js +15 -0
- package/dist/collection/helpers/translation/tests/internal-translation-controller.test.js +15 -0
- package/dist/collection/helpers/ui/test/element-appender.test.js +7 -5
- package/dist/collection/helpers/validator/rules/valid-phone-number-rule.js +1 -1
- package/dist/collection/helpers/validator/test/rules/valid-phone-number-rule.test.js +10 -0
- package/dist/collection/polyfill/d3/d3-array-polyfill.js +89 -0
- package/dist/collection/polyfill/d3/d3-axis-polyfill.js +195 -0
- package/dist/collection/polyfill/d3/d3-scale-polyfill.js +582 -0
- package/dist/collection/polyfill/d3/d3-selection-polyfill.js +274 -0
- package/dist/collection/polyfill/d3/d3-shape-polyfill.js +252 -0
- package/dist/collection/polyfill/d3/d3-time-format-polyfill.js +207 -0
- package/dist/collection/polyfill/d3/d3-time-polyfill.js +99 -0
- package/dist/collection/polyfill/d3/index.js +31 -0
- package/dist/collection/polyfill/d3/test/d3-array-polyfill.test.js +72 -0
- package/dist/collection/polyfill/d3/test/d3-axis-polyfill.test.js +171 -0
- package/dist/collection/polyfill/d3/test/d3-integration.test.js +137 -0
- package/dist/collection/polyfill/d3/test/d3-scale-polyfill.test.js +382 -0
- package/dist/collection/polyfill/d3/test/d3-selection-polyfill.test.js +239 -0
- package/dist/collection/polyfill/d3/test/d3-shape-polyfill.test.js +225 -0
- package/dist/collection/polyfill/d3/test/d3-time-format-polyfill.test.js +162 -0
- package/dist/collection/polyfill/d3/test/d3-time-polyfill.test.js +76 -0
- package/dist/collection/polyfill/d3/test/index.test.js +78 -0
- package/dist/collection/polyfill/libphonenumber/as-you-type.js +405 -0
- package/dist/collection/polyfill/libphonenumber/format-helpers.js +186 -0
- package/dist/collection/polyfill/libphonenumber/index.js +22 -0
- package/dist/collection/polyfill/libphonenumber/metadata.js +150 -0
- package/dist/collection/polyfill/libphonenumber/metadata.json.js +3900 -0
- package/dist/collection/polyfill/libphonenumber/parse-phone-number.js +127 -0
- package/dist/collection/polyfill/libphonenumber/phone-number.js +38 -0
- package/dist/collection/polyfill/libphonenumber/test/as-you-type.test.js +309 -0
- package/dist/collection/polyfill/libphonenumber/test/format-helpers.test.js +192 -0
- package/dist/collection/polyfill/libphonenumber/test/index.test.js +16 -0
- package/dist/collection/polyfill/libphonenumber/test/metadata.test.js +196 -0
- package/dist/collection/polyfill/libphonenumber/test/parse-phone-number.test.js +218 -0
- package/dist/collection/polyfill/libphonenumber/test/phone-number.test.js +56 -0
- package/dist/collection/polyfill/libphonenumber/types.js +23 -0
- package/dist/collection/utils/e2e-utils.js +6 -0
- package/dist/esm/{app-globals-c0676920.js → app-globals-0b3b7111.js} +7 -7
- package/dist/esm/aria-attributes-value-mapper-2c632641.js +141 -0
- package/dist/esm/{child-nodes-event-prevent-slimmer-649b9d30.js → child-nodes-event-prevent-slimmer-331312b8.js} +1 -1
- package/dist/esm/{code-block-b6247a45.js → code-block-2408a812.js} +1 -1
- package/dist/esm/{component-value-history-controller-slimmer.abstract-2bb8533d.js → component-value-history-controller-slimmer.abstract-ac40820f.js} +3 -3
- package/dist/esm/{date-required-rule-e771e7d9.js → date-required-rule-09d5aa16.js} +1 -1
- package/dist/esm/{design-token-4aee1c56.js → design-token-7dec1eab.js} +2 -2
- package/dist/esm/{dto-renderer-manager-6fd22ab7.js → dto-renderer-manager-d413de1e.js} +2 -2
- package/dist/esm/{element-appender-slimmer-e4713a72.js → element-appender-slimmer-5d573612.js} +179 -20
- package/dist/esm/{form-field-controller-slimmer-5817d14d.js → form-field-controller-slimmer-e1a5a884.js} +1 -1
- package/dist/esm/{image-annotation-action-6701b4c9.js → image-annotation-action-54936eaa.js} +2 -2
- package/dist/esm/index.js +13 -13
- package/dist/esm/{inject-keyboard-manager-78730062.js → inject-keyboard-manager-9339bba8.js} +1 -1
- package/dist/esm/{internal-translation-controller-911515f9.js → internal-translation-controller-113a6288.js} +15 -0
- package/dist/esm/{keyboard-manager-38934f94.js → keyboard-manager-f9bfa678.js} +1 -1
- package/dist/esm/{keyboard-manager-slimmer-9984d922.js → keyboard-manager-slimmer-c8898843.js} +1 -1
- package/dist/esm/legend-input-processor-122008c5.js +2116 -0
- package/dist/esm/loader.js +9 -9
- package/dist/esm/{month-view-generator-eaf9029c.js → month-view-generator-160a9feb.js} +1 -1
- package/dist/esm/{public-rules-25cc3a39.js → public-rules-41561e6e.js} +7 -7
- package/dist/esm/{range-663f44dc.js → range-a5d78e69.js} +1 -1
- package/dist/esm/{responsive-format-facade-7a071174.js → responsive-format-facade-2a36c54a.js} +2 -2
- package/dist/esm/{rich-text-editor-required-rule-a238b862.js → rich-text-editor-required-rule-b09039da.js} +1 -1
- package/dist/esm/{string-format-strategy.abstract-713fba36.js → string-format-strategy.abstract-944f759b.js} +1 -1
- package/dist/esm/{string-input-formatter-slimmer-5b413ff9.js → string-input-formatter-slimmer-2508d88b.js} +1 -1
- package/dist/esm/{string-mask-strategy-6beaf664.js → string-mask-strategy-f9e252a2.js} +2 -2
- package/dist/esm/{style-formatter-3d06b72d.js → style-formatter-6db1e890.js} +2 -2
- package/dist/esm/{time-required-rule-e4138a76.js → time-required-rule-c7cfb257.js} +1 -1
- package/dist/esm/{token-extension-e33fd151.js → token-extension-25df8dbb.js} +102 -81
- package/dist/esm/{translation-slimmer-2394b173.js → translation-slimmer-9f0339aa.js} +1 -1
- package/dist/esm/{type-guard-f50e34d6.js → type-guard-af324dcd.js} +36 -2
- package/dist/esm/{valid-credit-card-number-rule-22ce81db.js → valid-credit-card-number-rule-099dba7d.js} +1 -1
- package/dist/esm/vega-accordion.entry.js +7 -7
- package/dist/esm/vega-app-header-button.entry.js +38 -145
- package/dist/esm/vega-banner.entry.js +1 -1
- package/dist/esm/vega-bar-chart.entry.js +2 -2
- package/dist/esm/vega-box.entry.js +6 -6
- package/dist/esm/vega-breadcrumb.entry.js +2 -2
- package/dist/esm/vega-button-circle.entry.js +23 -8
- package/dist/esm/vega-button-group_2.entry.js +2 -2
- package/dist/esm/vega-button-link.entry.js +18 -2
- package/dist/esm/vega-button.entry.js +5 -5
- package/dist/esm/vega-calendar_4.entry.js +7 -7
- package/dist/esm/vega-card.entry.js +5 -5
- package/dist/esm/vega-carousel.entry.js +4 -4
- package/dist/esm/vega-checkbox_2.entry.js +4 -4
- package/dist/esm/vega-chip.entry.js +6 -6
- package/dist/esm/vega-code-block.entry.js +10 -10
- package/dist/esm/vega-color-picker.entry.js +2 -2
- package/dist/esm/vega-combo-box.entry.js +7 -7
- package/dist/esm/vega-date-picker_2.entry.js +129 -26
- package/dist/esm/vega-dialog_2.entry.js +6 -6
- package/dist/esm/vega-divider.entry.js +5 -5
- package/dist/esm/vega-dropdown_5.entry.js +34 -10
- package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
- package/dist/esm/vega-file-uploader.entry.js +3 -3
- package/dist/esm/vega-flag-icon.entry.js +5 -5
- package/dist/esm/vega-flex.entry.js +6 -6
- package/dist/esm/vega-font.entry.js +5 -5
- package/dist/esm/vega-form.entry.js +5 -5
- package/dist/esm/vega-grid.entry.js +5 -5
- package/dist/esm/vega-icon.entry.js +5 -5
- package/dist/esm/vega-image-uploader.entry.js +7 -7
- package/dist/esm/vega-input-credit-card.entry.js +8 -8
- package/dist/esm/vega-input-numeric.entry.js +7 -7
- package/dist/esm/vega-input-passcode.entry.js +39 -9
- package/dist/esm/vega-input-phone-number.entry.js +4757 -5589
- package/dist/esm/vega-input-range.entry.js +5 -5
- package/dist/esm/vega-input-select.entry.js +7 -7
- package/dist/esm/vega-input.entry.js +220 -125
- package/dist/esm/vega-left-nav_5.entry.js +7 -8
- package/dist/esm/vega-line-chart.entry.js +311 -9
- package/dist/esm/vega-loader-wrapper_2.entry.js +4 -4
- package/dist/esm/vega-pagination-page-selector-mobile.entry.js +2 -2
- package/dist/esm/vega-pagination-page-size-selector-mobile.entry.js +2 -2
- package/dist/esm/vega-pagination.entry.js +6 -6
- package/dist/esm/vega-pie-chart.entry.js +5 -88
- package/dist/esm/vega-popover_2.entry.js +9 -9
- package/dist/esm/vega-progress-tracker_2.entry.js +4 -4
- package/dist/esm/vega-radio_2.entry.js +7 -7
- package/dist/esm/vega-rich-text-content.entry.js +26 -6
- package/dist/esm/vega-rich-text-editor_4.entry.js +130 -32
- package/dist/esm/vega-selection-chip_2.entry.js +6 -6
- package/dist/esm/vega-selection-tile_2.entry.js +4 -4
- package/dist/esm/vega-sidenav_3.entry.js +4 -4
- package/dist/esm/vega-signature-capture.entry.js +7 -7
- package/dist/esm/vega-stepper.entry.js +4 -4
- package/dist/esm/vega-tab-group_2.entry.js +2 -2
- package/dist/esm/vega-table_11.entry.js +6 -6
- package/dist/esm/vega-textarea.entry.js +4 -4
- package/dist/esm/vega-time-picker_2.entry.js +11 -11
- package/dist/esm/vega-toggle-switch.entry.js +2 -2
- package/dist/esm/vega-tooltip_2.entry.js +8 -8
- package/dist/esm/vega.js +9 -9
- package/dist/esm/y-axis-input-processor-c7e05353.js +826 -0
- package/dist/sri/vega-sri-manifest.json +317 -313
- package/dist/types/components/vega-app-header-button/types.d.ts +18 -0
- package/dist/types/components/vega-app-header-button/vega-app-header-button.d.ts +8 -1
- package/dist/types/components/vega-button-circle/vega-button-circle.d.ts +2 -0
- package/dist/types/components/vega-button-link/vega-button-link.d.ts +2 -0
- package/dist/types/components/vega-date-picker/slimmers/controllers/vega-date-picker-calendar-open-state-controller.d.ts +21 -0
- package/dist/types/components/vega-date-picker/types.d.ts +14 -0
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/controllers/vega-date-picker-calendar-selection-controller.d.ts +1 -0
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-renderer.d.ts +7 -0
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-month-item-renderer.d.ts +3 -0
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.d.ts +9 -1
- package/dist/types/components/vega-dropdown/slimmers/controllers/vega-dropdown-appender-controller.d.ts +11 -0
- package/dist/types/components/vega-input/slimmers/controllers/vega-input-render-mode-controller.d.ts +0 -1
- package/dist/types/components/vega-input/slimmers/renderers/vega-input-input-renderer.d.ts +0 -1
- package/dist/types/components/vega-input/vega-input.d.ts +4 -0
- package/dist/types/components/vega-input-passcode/slimmers/renderers/vega-input-passcode-renderer.d.ts +14 -0
- package/dist/types/components/vega-rich-text-content/slimmers/renderers/vega-rich-text-content-renderer.d.ts +6 -0
- package/dist/types/components/vega-rich-text-editor/extensions/base-extension-renderer.d.ts +9 -1
- package/dist/types/components/vega-rich-text-editor/extensions/base-toolbar-button-renderer.d.ts +9 -1
- package/dist/types/components/vega-rich-text-editor/extensions/functions/function-extension.d.ts +0 -7
- package/dist/types/components/vega-rich-text-editor/extensions/functions/renderers/function-toolbar-button-renderer.d.ts +5 -10
- package/dist/types/components/vega-rich-text-editor/extensions/tokens/token-extension.d.ts +1 -5
- package/dist/types/components/vega-rich-text-editor/extensions/tokens/token-node-renderer.d.ts +3 -8
- package/dist/types/components/vega-rich-text-editor/extensions/tokens/token-toolbar-button-renderer.d.ts +5 -9
- package/dist/types/components/vega-rich-text-editor/helpers/extension-context-manager.d.ts +26 -0
- package/dist/types/components/vega-rich-text-editor/helpers/extension-context-manager.test.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/interface.d.ts +4 -0
- package/dist/types/components/vega-rich-text-editor/slimmers/controllers/insert-image-controller.d.ts +7 -1
- package/dist/types/components/vega-rich-text-editor/slimmers/renderers/tools/image-toolbar-button-slimmer.d.ts +30 -2
- package/dist/types/components/vega-rich-text-editor/test/extensions/extension-test-utils.d.ts +21 -0
- package/dist/types/components.d.ts +22 -2
- package/dist/types/helpers/calendar/utils.d.ts +17 -0
- package/dist/types/helpers/chart/test/input-processors/y-axis-input-processor.coverage.test.d.ts +1 -0
- package/dist/types/helpers/common/test/wait-for-component-did-render.test.d.ts +1 -0
- package/dist/types/helpers/slimmers/element-appender/element-appender-slimmer.d.ts +12 -0
- package/dist/types/helpers/slimmers/mutation-observer/aria-attributes-value-mapper.d.ts +2 -1
- package/dist/types/helpers/slimmers/mutation-observer/data-tab-index-value-mapper.d.ts +35 -0
- package/dist/types/helpers/slimmers/mutation-observer/test/data-tab-index-value-mapper.test.d.ts +1 -0
- package/dist/types/helpers/slimmers/position-calculation/base-position-calculation-strategy.d.ts +60 -3
- package/dist/types/helpers/slimmers/position-calculation/screen-position-calculation-strategy.d.ts +3 -2
- package/dist/types/helpers/slimmers/position-calculation/test/body-position-calculation-strategy.test.d.ts +1 -1
- package/dist/types/helpers/translation/interface.d.ts +15 -0
- package/dist/types/polyfill/d3/d3-array-polyfill.d.ts +48 -0
- package/dist/types/polyfill/d3/d3-axis-polyfill.d.ts +53 -0
- package/dist/types/polyfill/d3/d3-scale-polyfill.d.ts +42 -0
- package/dist/types/polyfill/d3/d3-selection-polyfill.d.ts +173 -0
- package/dist/types/polyfill/d3/d3-shape-polyfill.d.ts +129 -0
- package/dist/types/polyfill/d3/d3-time-format-polyfill.d.ts +28 -0
- package/dist/types/polyfill/d3/d3-time-polyfill.d.ts +68 -0
- package/dist/types/polyfill/d3/index.d.ts +27 -0
- package/dist/types/polyfill/d3/test/d3-array-polyfill.test.d.ts +1 -0
- package/dist/types/polyfill/d3/test/d3-axis-polyfill.test.d.ts +1 -0
- package/dist/types/polyfill/d3/test/d3-integration.test.d.ts +1 -0
- package/dist/types/polyfill/d3/test/d3-scale-polyfill.test.d.ts +1 -0
- package/dist/types/polyfill/d3/test/d3-selection-polyfill.test.d.ts +1 -0
- package/dist/types/polyfill/d3/test/d3-shape-polyfill.test.d.ts +1 -0
- package/dist/types/polyfill/d3/test/d3-time-format-polyfill.test.d.ts +1 -0
- package/dist/types/polyfill/d3/test/d3-time-polyfill.test.d.ts +1 -0
- package/dist/types/polyfill/d3/test/index.test.d.ts +1 -0
- package/dist/types/polyfill/libphonenumber/as-you-type.d.ts +154 -0
- package/dist/types/polyfill/libphonenumber/format-helpers.d.ts +64 -0
- package/dist/types/polyfill/libphonenumber/index.d.ts +22 -0
- package/dist/types/polyfill/libphonenumber/metadata.d.ts +45 -0
- package/dist/types/polyfill/libphonenumber/metadata.json.d.ts +470 -0
- package/dist/types/polyfill/libphonenumber/parse-phone-number.d.ts +26 -0
- package/dist/types/polyfill/libphonenumber/phone-number.d.ts +24 -0
- package/dist/types/polyfill/libphonenumber/test/as-you-type.test.d.ts +1 -0
- package/dist/types/polyfill/libphonenumber/test/format-helpers.test.d.ts +1 -0
- package/dist/types/polyfill/libphonenumber/test/index.test.d.ts +1 -0
- package/dist/types/polyfill/libphonenumber/test/metadata.test.d.ts +1 -0
- package/dist/types/polyfill/libphonenumber/test/parse-phone-number.test.d.ts +1 -0
- package/dist/types/polyfill/libphonenumber/test/phone-number.test.d.ts +1 -0
- package/dist/types/polyfill/libphonenumber/types.d.ts +77 -0
- package/dist/types/types/components.type.d.ts +2 -0
- package/dist/types/types/flag.type.d.ts +255 -4
- package/dist/types/types/ui.type.d.ts +3 -2
- package/dist/types/types/vega-chart.d.ts +10 -11
- package/dist/types/utils/e2e-utils.d.ts +2 -0
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/{p-d8fadcdc.entry.js → p-0037068c.entry.js} +1 -1
- package/dist/vega/{p-4bffdb28.js → p-051bbce6.js} +1 -1
- package/dist/vega/{p-02a7d60c.entry.js → p-0a3a285b.entry.js} +1 -1
- package/dist/vega/{p-1a3236e7.entry.js → p-0ac9a732.entry.js} +1 -1
- package/dist/vega/{p-2b49686d.entry.js → p-1033e4c4.entry.js} +1 -1
- package/dist/vega/{p-0e679d8c.js → p-10e51081.js} +1 -1
- package/dist/vega/p-15335b69.entry.js +1 -0
- package/dist/vega/{p-b366deff.entry.js → p-19270396.entry.js} +1 -1
- package/dist/vega/{p-10734a00.js → p-1a51bf6f.js} +1 -1
- package/dist/vega/{p-2d69632d.js → p-1a9b361b.js} +1 -1
- package/dist/vega/p-1ccba615.entry.js +1 -0
- package/dist/vega/{p-6dcdb580.entry.js → p-1deedff2.entry.js} +1 -1
- package/dist/vega/{p-6d60b66a.entry.js → p-22f3d35c.entry.js} +1 -1
- package/dist/vega/{p-3d8122ab.entry.js → p-23427f6a.entry.js} +1 -1
- package/dist/vega/p-2466316a.js +1 -0
- package/dist/vega/p-27b0af38.entry.js +1 -0
- package/dist/vega/{p-bb5e0192.entry.js → p-2c2193f2.entry.js} +1 -1
- package/dist/vega/{p-dd3a94f4.entry.js → p-3237be8b.entry.js} +1 -1
- package/dist/vega/{p-94a77fbe.entry.js → p-36a09524.entry.js} +1 -1
- package/dist/vega/{p-7181861a.js → p-38e850c3.js} +1 -1
- package/dist/vega/{p-e2af0e24.entry.js → p-3b9fc697.entry.js} +1 -1
- package/dist/vega/{p-3244c605.entry.js → p-41d14339.entry.js} +1 -1
- package/dist/vega/{p-a0b66c25.js → p-4c060ba9.js} +1 -1
- package/dist/vega/p-4d4bf82a.entry.js +1 -0
- package/dist/vega/{p-415ffa35.js → p-4d7d5583.js} +1 -1
- package/dist/vega/{p-2a10e2e5.js → p-4f146dae.js} +1 -1
- package/dist/vega/p-5f377954.js +1 -1
- package/dist/vega/{p-b256b7a4.js → p-600f7d6c.js} +1 -1
- package/dist/vega/{p-4ea30592.js → p-6188e783.js} +1 -1
- package/dist/vega/p-638d30a5.entry.js +1 -0
- package/dist/vega/{p-a7a8a4eb.entry.js → p-67b0ccdc.entry.js} +1 -1
- package/dist/vega/p-68846f0d.js +1 -0
- package/dist/vega/{p-d7a78c5e.entry.js → p-70444f6f.entry.js} +1 -1
- package/dist/vega/{p-e632475e.js → p-7127f966.js} +1 -1
- package/dist/vega/{p-49845a91.js → p-718c74ba.js} +1 -1
- package/dist/vega/p-77167587.entry.js +1 -0
- package/dist/vega/p-78ecfea0.entry.js +1 -0
- package/dist/vega/{p-b201f379.js → p-7cde8489.js} +1 -1
- package/dist/vega/p-8e34b266.js +1 -0
- package/dist/vega/p-9466619f.entry.js +1 -0
- package/dist/vega/p-9863e7a1.entry.js +1 -0
- package/dist/vega/p-999950d1.js +1 -0
- package/dist/vega/{p-9339c6c4.js → p-9a3a5b9e.js} +1 -1
- package/dist/vega/{p-b136ebba.entry.js → p-9adfcd47.entry.js} +1 -1
- package/dist/vega/{p-d555f677.entry.js → p-9e36f7ff.entry.js} +1 -1
- package/dist/vega/{p-8dbdd609.entry.js → p-9f9d9a53.entry.js} +1 -1
- package/dist/vega/{p-7958614a.entry.js → p-9feaac4b.entry.js} +1 -1
- package/dist/vega/{p-ca5898dc.entry.js → p-a0e69236.entry.js} +1 -1
- package/dist/vega/{p-95528b47.js → p-a17312a6.js} +1 -1
- package/dist/vega/p-a46e977b.entry.js +1 -0
- package/dist/vega/p-a79fdf2f.js +1 -0
- package/dist/vega/p-a800bf6d.js +1 -0
- package/dist/vega/{p-c29068fb.entry.js → p-aaf9b39f.entry.js} +1 -1
- package/dist/vega/{p-2e91295d.entry.js → p-acbb96b3.entry.js} +1 -1
- package/dist/vega/p-af2110fc.entry.js +1 -0
- package/dist/vega/{p-f14a5eae.entry.js → p-b35bb4a2.entry.js} +1 -1
- package/dist/vega/p-b8c10187.js +1 -0
- package/dist/vega/p-bdb5180c.js +1 -0
- package/dist/vega/{p-01d58eb8.entry.js → p-c086529c.entry.js} +1 -1
- package/dist/vega/{p-154f9cf7.entry.js → p-c61bcd92.entry.js} +1 -1
- package/dist/vega/{p-bebfbe95.entry.js → p-c7a9960f.entry.js} +1 -1
- package/dist/vega/{p-81b044b9.js → p-c7b9b7c2.js} +1 -1
- package/dist/vega/{p-f2b0b58a.js → p-c857e6e2.js} +1 -1
- package/dist/vega/{p-89f2e16d.entry.js → p-c871619c.entry.js} +1 -1
- package/dist/vega/{p-1f3cd061.entry.js → p-cbeb47be.entry.js} +1 -1
- package/dist/vega/{p-a786259a.js → p-cf6bfac7.js} +1 -1
- package/dist/vega/{p-57927b10.entry.js → p-d07f5d5a.entry.js} +1 -1
- package/dist/vega/{p-033c31d8.entry.js → p-d0975995.entry.js} +1 -1
- package/dist/vega/{p-d6dbbe61.entry.js → p-d2ee5711.entry.js} +1 -1
- package/dist/vega/{p-8950987b.entry.js → p-d2fc470e.entry.js} +1 -1
- package/dist/vega/{p-a560d8c5.entry.js → p-d70e1b75.entry.js} +1 -1
- package/dist/vega/p-d8180e42.entry.js +1 -0
- package/dist/vega/{p-3afc025e.entry.js → p-da0fd3dc.entry.js} +1 -1
- package/dist/vega/{p-087ea379.entry.js → p-da552ddf.entry.js} +1 -1
- package/dist/vega/{p-eda988d5.entry.js → p-ddce3e0e.entry.js} +1 -1
- package/dist/vega/{p-aa1174dc.js → p-dfb12762.js} +1 -1
- package/dist/vega/{p-8b153acd.entry.js → p-e0fb1f60.entry.js} +1 -1
- package/dist/vega/{p-249df6d2.entry.js → p-e1c017d1.entry.js} +1 -1
- package/dist/vega/p-e4917e76.js +1 -0
- package/dist/vega/{p-fd7ddd64.entry.js → p-e4c99b72.entry.js} +1 -1
- package/dist/vega/{p-9a137bab.entry.js → p-e841c1fe.entry.js} +1 -1
- package/dist/vega/{p-f05b8f76.entry.js → p-ea96b0f9.entry.js} +1 -1
- package/dist/vega/{p-76181a70.entry.js → p-eab9d999.entry.js} +1 -1
- package/dist/vega/{p-2cc9d126.entry.js → p-ed9ad4fd.entry.js} +1 -1
- package/dist/vega/{p-2ba78982.entry.js → p-ef603656.entry.js} +1 -1
- package/dist/vega/p-f5fcd13e.entry.js +1 -0
- package/dist/vega/{p-6d219c44.entry.js → p-f65cb0b6.entry.js} +1 -1
- package/dist/vega/p-faa9a3bd.js +1 -0
- package/dist/vega/{p-a8792e3d.js → p-fc049028.js} +1 -1
- package/dist/vega/p-ff287001.entry.js +1 -0
- package/dist/vega/{p-32183637.entry.js → p-ffb3e479.entry.js} +1 -1
- package/dist/vega/p-ffd080db.js +1 -0
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +2 -6
- package/dist/cjs/legend-input-processor-27c65353.js +0 -4759
- package/dist/cjs/y-axis-input-processor-9fbfd5e7.js +0 -2302
- package/dist/esm/legend-input-processor-5ecae3a7.js +0 -4742
- package/dist/esm/y-axis-input-processor-bc54314a.js +0 -2290
- package/dist/vega/p-179aad4f.entry.js +0 -1
- package/dist/vega/p-1f5e35dc.entry.js +0 -1
- package/dist/vega/p-28ad1864.entry.js +0 -1
- package/dist/vega/p-32033e7a.js +0 -1
- package/dist/vega/p-32faa460.entry.js +0 -1
- package/dist/vega/p-464559e3.js +0 -1
- package/dist/vega/p-46b077d9.js +0 -1
- package/dist/vega/p-4e017458.entry.js +0 -1
- package/dist/vega/p-4e4a0228.entry.js +0 -1
- package/dist/vega/p-5831d6d3.entry.js +0 -1
- package/dist/vega/p-644f701a.js +0 -1
- package/dist/vega/p-6a62e476.entry.js +0 -1
- package/dist/vega/p-6b6f0fb4.js +0 -1
- package/dist/vega/p-a13a73fa.entry.js +0 -1
- package/dist/vega/p-b597393b.entry.js +0 -1
- package/dist/vega/p-be23bef2.js +0 -1
- package/dist/vega/p-c1d13eec.entry.js +0 -1
- package/dist/vega/p-c3d2f316.js +0 -1
- package/dist/vega/p-dad3ba5f.js +0 -1
- package/dist/vega/p-e1431c14.entry.js +0 -1
- package/dist/vega/p-e89e3ede.entry.js +0 -1
- package/dist/vega/p-f3d0f2dc.js +0 -1
- package/dist/vega/p-f5bafc45.entry.js +0 -1
- package/dist/vega/p-fc1fa345.js +0 -1
- /package/dist/cjs/{feature-flag-controller-04cb1e69.js → feature-flag-controller-9129ef52.js} +0 -0
- /package/dist/esm/{feature-flag-controller-09ea7e87.js → feature-flag-controller-30f7b625.js} +0 -0
- /package/dist/vega/{p-07cb0243.js → p-18e8d9b7.js} +0 -0
|
@@ -0,0 +1,470 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
version: number;
|
|
3
|
+
countryCallingCode: {
|
|
4
|
+
'1': string[];
|
|
5
|
+
'7': string[];
|
|
6
|
+
'20': string[];
|
|
7
|
+
'27': string[];
|
|
8
|
+
'30': string[];
|
|
9
|
+
'31': string[];
|
|
10
|
+
'32': string[];
|
|
11
|
+
'33': string[];
|
|
12
|
+
'34': string[];
|
|
13
|
+
'36': string[];
|
|
14
|
+
'39': string[];
|
|
15
|
+
'40': string[];
|
|
16
|
+
'41': string[];
|
|
17
|
+
'43': string[];
|
|
18
|
+
'44': string[];
|
|
19
|
+
'45': string[];
|
|
20
|
+
'46': string[];
|
|
21
|
+
'47': string[];
|
|
22
|
+
'48': string[];
|
|
23
|
+
'49': string[];
|
|
24
|
+
'51': string[];
|
|
25
|
+
'52': string[];
|
|
26
|
+
'53': string[];
|
|
27
|
+
'54': string[];
|
|
28
|
+
'55': string[];
|
|
29
|
+
'56': string[];
|
|
30
|
+
'57': string[];
|
|
31
|
+
'58': string[];
|
|
32
|
+
'60': string[];
|
|
33
|
+
'61': string[];
|
|
34
|
+
'62': string[];
|
|
35
|
+
'63': string[];
|
|
36
|
+
'64': string[];
|
|
37
|
+
'65': string[];
|
|
38
|
+
'66': string[];
|
|
39
|
+
'81': string[];
|
|
40
|
+
'82': string[];
|
|
41
|
+
'84': string[];
|
|
42
|
+
'86': string[];
|
|
43
|
+
'90': string[];
|
|
44
|
+
'91': string[];
|
|
45
|
+
'92': string[];
|
|
46
|
+
'93': string[];
|
|
47
|
+
'94': string[];
|
|
48
|
+
'95': string[];
|
|
49
|
+
'98': string[];
|
|
50
|
+
'211': string[];
|
|
51
|
+
'212': string[];
|
|
52
|
+
'213': string[];
|
|
53
|
+
'216': string[];
|
|
54
|
+
'218': string[];
|
|
55
|
+
'220': string[];
|
|
56
|
+
'221': string[];
|
|
57
|
+
'222': string[];
|
|
58
|
+
'223': string[];
|
|
59
|
+
'224': string[];
|
|
60
|
+
'225': string[];
|
|
61
|
+
'226': string[];
|
|
62
|
+
'227': string[];
|
|
63
|
+
'228': string[];
|
|
64
|
+
'229': string[];
|
|
65
|
+
'230': string[];
|
|
66
|
+
'231': string[];
|
|
67
|
+
'232': string[];
|
|
68
|
+
'233': string[];
|
|
69
|
+
'234': string[];
|
|
70
|
+
'235': string[];
|
|
71
|
+
'236': string[];
|
|
72
|
+
'237': string[];
|
|
73
|
+
'238': string[];
|
|
74
|
+
'239': string[];
|
|
75
|
+
'240': string[];
|
|
76
|
+
'241': string[];
|
|
77
|
+
'242': string[];
|
|
78
|
+
'243': string[];
|
|
79
|
+
'244': string[];
|
|
80
|
+
'245': string[];
|
|
81
|
+
'246': string[];
|
|
82
|
+
'247': string[];
|
|
83
|
+
'248': string[];
|
|
84
|
+
'249': string[];
|
|
85
|
+
'250': string[];
|
|
86
|
+
'251': string[];
|
|
87
|
+
'252': string[];
|
|
88
|
+
'253': string[];
|
|
89
|
+
'254': string[];
|
|
90
|
+
'255': string[];
|
|
91
|
+
'256': string[];
|
|
92
|
+
'257': string[];
|
|
93
|
+
'258': string[];
|
|
94
|
+
'260': string[];
|
|
95
|
+
'261': string[];
|
|
96
|
+
'262': string[];
|
|
97
|
+
'263': string[];
|
|
98
|
+
'264': string[];
|
|
99
|
+
'265': string[];
|
|
100
|
+
'266': string[];
|
|
101
|
+
'267': string[];
|
|
102
|
+
'268': string[];
|
|
103
|
+
'269': string[];
|
|
104
|
+
'290': string[];
|
|
105
|
+
'291': string[];
|
|
106
|
+
'297': string[];
|
|
107
|
+
'298': string[];
|
|
108
|
+
'299': string[];
|
|
109
|
+
'350': string[];
|
|
110
|
+
'351': string[];
|
|
111
|
+
'352': string[];
|
|
112
|
+
'353': string[];
|
|
113
|
+
'354': string[];
|
|
114
|
+
'355': string[];
|
|
115
|
+
'356': string[];
|
|
116
|
+
'357': string[];
|
|
117
|
+
'358': string[];
|
|
118
|
+
'359': string[];
|
|
119
|
+
'370': string[];
|
|
120
|
+
'371': string[];
|
|
121
|
+
'372': string[];
|
|
122
|
+
'373': string[];
|
|
123
|
+
'374': string[];
|
|
124
|
+
'375': string[];
|
|
125
|
+
'376': string[];
|
|
126
|
+
'377': string[];
|
|
127
|
+
'378': string[];
|
|
128
|
+
'380': string[];
|
|
129
|
+
'381': string[];
|
|
130
|
+
'382': string[];
|
|
131
|
+
'383': string[];
|
|
132
|
+
'385': string[];
|
|
133
|
+
'386': string[];
|
|
134
|
+
'387': string[];
|
|
135
|
+
'389': string[];
|
|
136
|
+
'420': string[];
|
|
137
|
+
'421': string[];
|
|
138
|
+
'423': string[];
|
|
139
|
+
'500': string[];
|
|
140
|
+
'501': string[];
|
|
141
|
+
'502': string[];
|
|
142
|
+
'503': string[];
|
|
143
|
+
'504': string[];
|
|
144
|
+
'505': string[];
|
|
145
|
+
'506': string[];
|
|
146
|
+
'507': string[];
|
|
147
|
+
'508': string[];
|
|
148
|
+
'509': string[];
|
|
149
|
+
'590': string[];
|
|
150
|
+
'591': string[];
|
|
151
|
+
'592': string[];
|
|
152
|
+
'593': string[];
|
|
153
|
+
'594': string[];
|
|
154
|
+
'595': string[];
|
|
155
|
+
'596': string[];
|
|
156
|
+
'597': string[];
|
|
157
|
+
'598': string[];
|
|
158
|
+
'599': string[];
|
|
159
|
+
'670': string[];
|
|
160
|
+
'672': string[];
|
|
161
|
+
'673': string[];
|
|
162
|
+
'674': string[];
|
|
163
|
+
'675': string[];
|
|
164
|
+
'676': string[];
|
|
165
|
+
'677': string[];
|
|
166
|
+
'678': string[];
|
|
167
|
+
'679': string[];
|
|
168
|
+
'680': string[];
|
|
169
|
+
'681': string[];
|
|
170
|
+
'682': string[];
|
|
171
|
+
'683': string[];
|
|
172
|
+
'685': string[];
|
|
173
|
+
'686': string[];
|
|
174
|
+
'687': string[];
|
|
175
|
+
'688': string[];
|
|
176
|
+
'689': string[];
|
|
177
|
+
'690': string[];
|
|
178
|
+
'691': string[];
|
|
179
|
+
'692': string[];
|
|
180
|
+
'850': string[];
|
|
181
|
+
'852': string[];
|
|
182
|
+
'853': string[];
|
|
183
|
+
'855': string[];
|
|
184
|
+
'856': string[];
|
|
185
|
+
'880': string[];
|
|
186
|
+
'886': string[];
|
|
187
|
+
'960': string[];
|
|
188
|
+
'961': string[];
|
|
189
|
+
'962': string[];
|
|
190
|
+
'963': string[];
|
|
191
|
+
'964': string[];
|
|
192
|
+
'965': string[];
|
|
193
|
+
'966': string[];
|
|
194
|
+
'967': string[];
|
|
195
|
+
'968': string[];
|
|
196
|
+
'970': string[];
|
|
197
|
+
'971': string[];
|
|
198
|
+
'972': string[];
|
|
199
|
+
'973': string[];
|
|
200
|
+
'974': string[];
|
|
201
|
+
'975': string[];
|
|
202
|
+
'976': string[];
|
|
203
|
+
'977': string[];
|
|
204
|
+
'992': string[];
|
|
205
|
+
'993': string[];
|
|
206
|
+
'994': string[];
|
|
207
|
+
'995': string[];
|
|
208
|
+
'996': string[];
|
|
209
|
+
'998': string[];
|
|
210
|
+
};
|
|
211
|
+
countries: {
|
|
212
|
+
AC: (string | number[])[];
|
|
213
|
+
AD: (string | number[] | (string | string[])[][])[];
|
|
214
|
+
AE: (string | number[] | (string | string[])[][])[];
|
|
215
|
+
AF: (string | number[] | (string | string[])[][])[];
|
|
216
|
+
AG: (string | number | number[])[];
|
|
217
|
+
AI: (string | number | number[])[];
|
|
218
|
+
AL: (string | number[] | (string | string[])[][])[];
|
|
219
|
+
AM: (string | number[] | (string | string[])[][])[];
|
|
220
|
+
AO: (string | number[] | (string | string[])[][])[];
|
|
221
|
+
AR: (string | number | number[] | (string | number | string[])[][])[];
|
|
222
|
+
AS: (string | number | number[])[];
|
|
223
|
+
AT: (string | number[] | (string | string[])[][])[];
|
|
224
|
+
AU: (string | number | (string | string[])[][] | (number | (string | number[])[])[])[];
|
|
225
|
+
AW: (string | number[] | (string | string[])[][])[];
|
|
226
|
+
AX: (string | number | number[])[];
|
|
227
|
+
AZ: (string | number[] | (string | string[])[][])[];
|
|
228
|
+
BA: (string | number[] | (string | string[])[][])[];
|
|
229
|
+
BB: (string | number | number[])[];
|
|
230
|
+
BD: (string | number[] | (string | string[])[][])[];
|
|
231
|
+
BE: (string | number[] | (string | string[])[][])[];
|
|
232
|
+
BF: (string | number[] | (string | string[])[][])[];
|
|
233
|
+
BG: (string | number[] | (string | string[])[][])[];
|
|
234
|
+
BH: (string | number[] | (string | string[])[][])[];
|
|
235
|
+
BI: (string | number[] | (string | string[])[][])[];
|
|
236
|
+
BJ: (string | number[] | (string | string[])[][])[];
|
|
237
|
+
BL: (string | number | (number | string[])[])[];
|
|
238
|
+
BM: (string | number | number[])[];
|
|
239
|
+
BN: (string | number[] | (string | string[])[][])[];
|
|
240
|
+
BO: (string | number | number[] | (string | string[])[][])[];
|
|
241
|
+
BQ: (string | number | number[])[];
|
|
242
|
+
BR: (string | number | number[] | (string | string[])[][])[];
|
|
243
|
+
BS: (string | number | number[])[];
|
|
244
|
+
BT: (string | number[] | (string | string[])[][])[];
|
|
245
|
+
BW: (string | number[] | (string | string[])[][])[];
|
|
246
|
+
BY: (string | number | number[] | (string | string[])[][])[];
|
|
247
|
+
BZ: (string | number[] | (string | string[])[][])[];
|
|
248
|
+
CA: (string | number | (number | (string | number[])[])[])[];
|
|
249
|
+
CC: (string | number | (number | (string | number[])[])[])[];
|
|
250
|
+
CD: (string | number[] | (string | string[])[][])[];
|
|
251
|
+
CF: (string | number[] | (string | string[])[][])[];
|
|
252
|
+
CG: (string | number[] | (string | string[])[][])[];
|
|
253
|
+
CH: (string | number[] | (string | string[])[][])[];
|
|
254
|
+
CI: (string | number[] | (string | string[])[][])[];
|
|
255
|
+
CK: (string | number[] | (string | string[])[][])[];
|
|
256
|
+
CL: (string | number[] | (string | string[])[][])[];
|
|
257
|
+
CM: (string | number[] | (string | string[])[][])[];
|
|
258
|
+
CN: (string | number | number[] | (string | number | string[])[][])[];
|
|
259
|
+
CO: (string | number | number[] | (string | number | string[])[][])[];
|
|
260
|
+
CR: (string | number | number[] | (string | string[])[][])[];
|
|
261
|
+
CU: (string | number[] | (string | string[])[][])[];
|
|
262
|
+
CV: (string | number[] | (string | string[])[][])[];
|
|
263
|
+
CW: (string | number | number[] | (string | string[])[][])[];
|
|
264
|
+
CX: (string | number | (number | (string | number[])[])[])[];
|
|
265
|
+
CY: (string | number[] | (string | string[])[][])[];
|
|
266
|
+
CZ: (string | number[] | (string | string[])[][])[];
|
|
267
|
+
DE: (string | number[] | (string | string[])[][])[];
|
|
268
|
+
DJ: (string | number[] | (string | string[])[][])[];
|
|
269
|
+
DK: (string | number[] | (string | string[])[][])[];
|
|
270
|
+
DM: (string | number | number[])[];
|
|
271
|
+
DO: (string | number | number[])[];
|
|
272
|
+
DZ: (string | number[] | (string | string[])[][])[];
|
|
273
|
+
EC: (string | number[] | (string | number | string[])[][])[];
|
|
274
|
+
EE: (string | number[] | (string | string[])[][])[];
|
|
275
|
+
EG: (string | number[] | (string | string[])[][])[];
|
|
276
|
+
EH: (string | number | (number | string[])[])[];
|
|
277
|
+
ER: (string | number[] | (string | string[])[][])[];
|
|
278
|
+
ES: (string | number[] | (string | string[])[][])[];
|
|
279
|
+
ET: (string | number[] | (string | string[])[][])[];
|
|
280
|
+
FI: (string | number | number[] | (string | string[])[][])[];
|
|
281
|
+
FJ: (string | number | number[] | (string | string[])[][])[];
|
|
282
|
+
FK: (string | number[])[];
|
|
283
|
+
FM: (string | number[] | (string | string[])[][])[];
|
|
284
|
+
FO: (string | number | number[] | (string | string[])[][])[];
|
|
285
|
+
FR: (string | number[] | (string | string[])[][])[];
|
|
286
|
+
GA: (string | number | number[] | (string | string[])[][])[];
|
|
287
|
+
GB: (string | number | (string | string[])[][] | (number | (string | number[])[])[])[];
|
|
288
|
+
GD: (string | number | number[])[];
|
|
289
|
+
GE: (string | number[] | (string | string[])[][])[];
|
|
290
|
+
GF: (string | number[] | (string | string[])[][])[];
|
|
291
|
+
GG: (string | number | (number | (string | number[])[])[])[];
|
|
292
|
+
GH: (string | number[] | (string | string[])[][])[];
|
|
293
|
+
GI: (string | number[] | (string | string[])[][])[];
|
|
294
|
+
GL: (string | number[] | (string | string[])[][])[];
|
|
295
|
+
GM: (string | number[] | (string | string[])[][])[];
|
|
296
|
+
GN: (string | number[] | (string | string[])[][])[];
|
|
297
|
+
GP: (string | number | (string | string[])[][] | (number | string[])[])[];
|
|
298
|
+
GQ: (string | number[] | (string | string[])[][])[];
|
|
299
|
+
GR: (string | number[] | (string | string[])[][])[];
|
|
300
|
+
GT: (string | number[] | (string | string[])[][])[];
|
|
301
|
+
GU: (string | number | number[])[];
|
|
302
|
+
GW: (string | number[] | (string | string[])[][])[];
|
|
303
|
+
GY: (string | number[] | (string | string[])[][])[];
|
|
304
|
+
HK: (string | number | number[] | (string | string[])[][])[];
|
|
305
|
+
HN: (string | number[] | (string | string[])[][])[];
|
|
306
|
+
HR: (string | number[] | (string | string[])[][])[];
|
|
307
|
+
HT: (string | number[] | (string | string[])[][])[];
|
|
308
|
+
HU: (string | number[] | (string | string[])[][])[];
|
|
309
|
+
ID: (string | number[] | (string | string[])[][])[];
|
|
310
|
+
IE: (string | number[] | (string | string[])[][])[];
|
|
311
|
+
IL: (string | number[] | (string | string[])[][])[];
|
|
312
|
+
IM: (string | number | number[])[];
|
|
313
|
+
IN: (string | number[] | (string | number | string[])[][])[];
|
|
314
|
+
IO: (string | number[] | (string | string[])[][])[];
|
|
315
|
+
IQ: (string | number[] | (string | string[])[][])[];
|
|
316
|
+
IR: (string | number[] | (string | string[])[][])[];
|
|
317
|
+
IS: (string | number | number[] | (string | string[])[][])[];
|
|
318
|
+
IT: (string | number | (string | string[])[][] | (number | (string | number[])[])[])[];
|
|
319
|
+
JE: (string | number | (number | string[])[])[];
|
|
320
|
+
JM: (string | number | number[])[];
|
|
321
|
+
JO: (string | number[] | (string | string[])[][])[];
|
|
322
|
+
JP: (string | number | number[] | (string | string[])[][])[];
|
|
323
|
+
KE: (string | number[] | (string | string[])[][])[];
|
|
324
|
+
KG: (string | number[] | (string | string[])[][])[];
|
|
325
|
+
KH: (string | number[] | (string | string[])[][])[];
|
|
326
|
+
KI: (string | number | number[])[];
|
|
327
|
+
KM: (string | number[] | (string | string[])[][])[];
|
|
328
|
+
KN: (string | number | number[])[];
|
|
329
|
+
KP: (string | number[] | (string | string[])[][])[];
|
|
330
|
+
KR: (string | number | number[] | (string | string[])[][])[];
|
|
331
|
+
KW: (string | number[] | (string | string[])[][])[];
|
|
332
|
+
KY: (string | number | number[])[];
|
|
333
|
+
KZ: (string | number | number[])[];
|
|
334
|
+
LA: (string | number[] | (string | string[])[][])[];
|
|
335
|
+
LB: (string | number[] | (string | string[])[][])[];
|
|
336
|
+
LC: (string | number | number[])[];
|
|
337
|
+
LI: (string | number | number[] | (string | string[])[][])[];
|
|
338
|
+
LK: (string | number[] | (string | string[])[][])[];
|
|
339
|
+
LR: (string | number[] | (string | string[])[][])[];
|
|
340
|
+
LS: (string | number[] | (string | string[])[][])[];
|
|
341
|
+
LT: (string | number | number[] | (string | number | string[])[][])[];
|
|
342
|
+
LU: (string | number | number[] | (string | string[])[][])[];
|
|
343
|
+
LV: (string | number[] | (string | string[])[][])[];
|
|
344
|
+
LY: (string | number[] | (string | string[])[][])[];
|
|
345
|
+
MA: (string | number | number[] | (string | string[])[][])[];
|
|
346
|
+
MC: (string | number[] | (string | string[])[][])[];
|
|
347
|
+
MD: (string | number[] | (string | string[])[][])[];
|
|
348
|
+
ME: (string | number[] | (string | string[])[][])[];
|
|
349
|
+
MF: (string | number | (number | string[])[])[];
|
|
350
|
+
MG: (string | number | number[] | (string | string[])[][])[];
|
|
351
|
+
MH: (string | number[] | (string | string[])[][])[];
|
|
352
|
+
MK: (string | number[] | (string | string[])[][])[];
|
|
353
|
+
ML: (string | number[] | (string | string[])[][])[];
|
|
354
|
+
MM: (string | number[] | (string | string[])[][])[];
|
|
355
|
+
MN: (string | number[] | (string | string[])[][])[];
|
|
356
|
+
MO: (string | number[] | (string | string[])[][])[];
|
|
357
|
+
MP: (string | number | number[])[];
|
|
358
|
+
MQ: (string | number[] | (string | string[])[][])[];
|
|
359
|
+
MR: (string | number[] | (string | string[])[][])[];
|
|
360
|
+
MS: (string | number | number[])[];
|
|
361
|
+
MT: (string | number[] | (string | string[])[][])[];
|
|
362
|
+
MU: (string | number | number[] | (string | string[])[][])[];
|
|
363
|
+
MV: (string | number | number[] | (string | string[])[][])[];
|
|
364
|
+
MW: (string | number[] | (string | string[])[][])[];
|
|
365
|
+
MX: (string | number | number[] | (string | string[])[][])[];
|
|
366
|
+
MY: (string | number[] | (string | string[])[][])[];
|
|
367
|
+
MZ: (string | number[] | (string | string[])[][])[];
|
|
368
|
+
NA: (string | number[] | (string | string[])[][])[];
|
|
369
|
+
NC: (string | number[] | (string | string[])[][])[];
|
|
370
|
+
NE: (string | number[] | (string | string[])[][])[];
|
|
371
|
+
NF: (string | number | number[] | (string | string[])[][])[];
|
|
372
|
+
NG: (string | number[] | (string | string[])[][])[];
|
|
373
|
+
NI: (string | number[] | (string | string[])[][])[];
|
|
374
|
+
NL: (string | number[] | (string | string[])[][])[];
|
|
375
|
+
NO: (string | number | number[] | (string | string[])[][])[];
|
|
376
|
+
NP: (string | number[] | (string | string[])[][])[];
|
|
377
|
+
NR: (string | number[] | (string | string[])[][])[];
|
|
378
|
+
NU: (string | number[] | (string | string[])[][])[];
|
|
379
|
+
NZ: (string | number | number[] | (string | string[])[][])[];
|
|
380
|
+
OM: (string | number[] | (string | string[])[][])[];
|
|
381
|
+
PA: (string | number[] | (string | string[])[][])[];
|
|
382
|
+
PE: (string | number | number[] | (string | string[])[][])[];
|
|
383
|
+
PF: (string | number[] | (string | string[])[][])[];
|
|
384
|
+
PG: (string | number | number[] | (string | string[])[][])[];
|
|
385
|
+
PH: (string | number[] | (string | string[])[][])[];
|
|
386
|
+
PK: (string | number[] | (string | string[])[][])[];
|
|
387
|
+
PL: (string | number[] | (string | string[])[][])[];
|
|
388
|
+
PM: (string | number[] | (string | string[])[][])[];
|
|
389
|
+
PR: (string | number | number[])[];
|
|
390
|
+
PS: (string | number[] | (string | string[])[][])[];
|
|
391
|
+
PT: (string | number[] | (string | string[])[][])[];
|
|
392
|
+
PW: (string | number[] | (string | string[])[][])[];
|
|
393
|
+
PY: (string | number[] | (string | string[])[][])[];
|
|
394
|
+
QA: (string | number[] | (string | string[])[][])[];
|
|
395
|
+
RE: (string | number | (string | string[])[][] | (number | string[])[])[];
|
|
396
|
+
RO: (string | number | number[] | (string | string[])[][])[];
|
|
397
|
+
RS: (string | number[] | (string | string[])[][])[];
|
|
398
|
+
RU: (string | number | number[] | (string | number | string[])[][] | (string | number[])[][])[];
|
|
399
|
+
RW: (string | number[] | (string | string[])[][])[];
|
|
400
|
+
SA: (string | number[] | (string | string[])[][])[];
|
|
401
|
+
SB: (string | number[] | (string | string[])[][])[];
|
|
402
|
+
SC: (string | number | number[] | (string | string[])[][])[];
|
|
403
|
+
SD: (string | number[] | (string | string[])[][])[];
|
|
404
|
+
SE: (string | number[] | (string | number | string[])[][])[];
|
|
405
|
+
SG: (string | number[] | (string | string[])[][])[];
|
|
406
|
+
SH: (string | number | number[])[];
|
|
407
|
+
SI: (string | number | number[] | (string | string[])[][])[];
|
|
408
|
+
SJ: (string | number | number[])[];
|
|
409
|
+
SK: (string | number[] | (string | string[])[][])[];
|
|
410
|
+
SL: (string | number[] | (string | string[])[][])[];
|
|
411
|
+
SM: (string | number | number[] | (string | string[])[][])[];
|
|
412
|
+
SN: (string | number[] | (string | string[])[][])[];
|
|
413
|
+
SO: (string | number[] | (string | string[])[][])[];
|
|
414
|
+
SR: (string | number[] | (string | string[])[][])[];
|
|
415
|
+
SS: (string | number[] | (string | string[])[][])[];
|
|
416
|
+
ST: (string | number[] | (string | string[])[][])[];
|
|
417
|
+
SV: (string | number[] | (string | string[])[][])[];
|
|
418
|
+
SX: (string | number | number[])[];
|
|
419
|
+
SY: (string | number[] | (string | number | string[])[][])[];
|
|
420
|
+
SZ: (string | number[] | (string | string[])[][])[];
|
|
421
|
+
TA: (string | number | number[])[];
|
|
422
|
+
TC: (string | number | number[])[];
|
|
423
|
+
TD: (string | number | number[] | (string | string[])[][])[];
|
|
424
|
+
TG: (string | number[] | (string | string[])[][])[];
|
|
425
|
+
TH: (string | number[] | (string | string[])[][])[];
|
|
426
|
+
TJ: (string | number | number[] | (string | string[])[][])[];
|
|
427
|
+
TK: (string | number[])[];
|
|
428
|
+
TL: (string | number[] | (string | string[])[][])[];
|
|
429
|
+
TM: (string | number | number[] | (string | string[])[][])[];
|
|
430
|
+
TN: (string | number[] | (string | string[])[][])[];
|
|
431
|
+
TO: (string | number[] | (string | string[])[][])[];
|
|
432
|
+
TR: (string | number[] | (string | number | string[])[][])[];
|
|
433
|
+
TT: (string | number | number[])[];
|
|
434
|
+
TV: (string | number[] | (string | string[])[][])[];
|
|
435
|
+
TW: (string | number | number[] | (string | string[])[][])[];
|
|
436
|
+
TZ: (string | number[] | (string | string[])[][])[];
|
|
437
|
+
UA: (string | number | number[] | (string | string[])[][])[];
|
|
438
|
+
UG: (string | number[] | (string | string[])[][])[];
|
|
439
|
+
US: (string | number | number[] | (string | number | string[])[][])[];
|
|
440
|
+
UY: (string | number | number[] | (string | string[])[][])[];
|
|
441
|
+
UZ: (string | number[] | (string | string[])[][])[];
|
|
442
|
+
VA: (string | number | number[])[];
|
|
443
|
+
VC: (string | number | number[])[];
|
|
444
|
+
VE: (string | number[] | (string | string[])[][])[];
|
|
445
|
+
VG: (string | number | number[])[];
|
|
446
|
+
VI: (string | number | number[])[];
|
|
447
|
+
VN: (string | number[] | (string | number | string[])[][])[];
|
|
448
|
+
VU: (string | number[] | (string | string[])[][])[];
|
|
449
|
+
WF: (string | number[] | (string | string[])[][])[];
|
|
450
|
+
WS: (string | number[] | (string | string[])[][])[];
|
|
451
|
+
XK: (string | number[] | (string | string[])[][])[];
|
|
452
|
+
YE: (string | number[] | (string | string[])[][])[];
|
|
453
|
+
YT: (string | number | (number | string[])[])[];
|
|
454
|
+
ZA: (string | number[] | (string | string[])[][])[];
|
|
455
|
+
ZM: (string | number[] | (string | string[])[][])[];
|
|
456
|
+
ZW: (string | number[] | (string | string[])[][])[];
|
|
457
|
+
};
|
|
458
|
+
nonGeographic: {
|
|
459
|
+
'800': (string | number | (string | string[])[][] | (number | string[])[])[];
|
|
460
|
+
'808': (string | number | (string | string[])[][] | (number | string[])[])[];
|
|
461
|
+
'870': (string | number | (string | string[])[][] | (number | (string | number[])[])[])[];
|
|
462
|
+
'878': (string | number | (string | string[])[][] | (number | string[])[])[];
|
|
463
|
+
'881': (string | number | (string | string[])[][] | (number | string[])[])[];
|
|
464
|
+
'882': (string | number | (string | string[])[][] | (number | (string | number[])[])[])[];
|
|
465
|
+
'883': (string | number | (string | string[])[][] | (number | string[])[])[];
|
|
466
|
+
'888': (string | number | (number | string[])[])[];
|
|
467
|
+
'979': (string | number | (string | string[])[][] | (number | string[])[])[];
|
|
468
|
+
};
|
|
469
|
+
};
|
|
470
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Phone number parsing for the libphonenumber polyfill.
|
|
3
|
+
*/
|
|
4
|
+
import type { VegaCountryCode } from '../../types/flag.type';
|
|
5
|
+
import type { ParsePhoneNumberOptions } from './types';
|
|
6
|
+
import { PhoneNumber } from './phone-number';
|
|
7
|
+
/**
|
|
8
|
+
* Strip everything except digits and a leading +.
|
|
9
|
+
*
|
|
10
|
+
* Mirrors the behavior of libphonenumber-js/core parseIncompletePhoneNumber.
|
|
11
|
+
*
|
|
12
|
+
* @param {string} text - The raw phone number input to sanitize.
|
|
13
|
+
* @returns {string} The sanitized string containing only digits and an optional leading +.
|
|
14
|
+
* @example parseIncompletePhoneNumber('(302) 333-4444') // '3023334444'
|
|
15
|
+
* @example parseIncompletePhoneNumber('+1 (302) 333-4444') // '+13023334444'
|
|
16
|
+
*/
|
|
17
|
+
export declare function parseIncompletePhoneNumber(text: string): string;
|
|
18
|
+
/**
|
|
19
|
+
* Parse a phone number string into a PhoneNumber instance.
|
|
20
|
+
*
|
|
21
|
+
* @param {string} text - The raw phone number string to parse.
|
|
22
|
+
* @param {VegaCountryCode | ParsePhoneNumberOptions} [optionsOrCountry] - A default country code or parsing options.
|
|
23
|
+
* @returns {PhoneNumber} The parsed PhoneNumber instance.
|
|
24
|
+
* @throws {Error} if the input cannot be parsed.
|
|
25
|
+
*/
|
|
26
|
+
export declare function parsePhoneNumber(text: string, optionsOrCountry?: VegaCountryCode | ParsePhoneNumberOptions): PhoneNumber;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { VegaCountryCode } from '../../types/flag.type';
|
|
2
|
+
/**
|
|
3
|
+
* Represents a parsed phone number.
|
|
4
|
+
*/
|
|
5
|
+
export declare class PhoneNumber {
|
|
6
|
+
country: VegaCountryCode | undefined;
|
|
7
|
+
countryCallingCode: string;
|
|
8
|
+
nationalNumber: string;
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new PhoneNumber instance.
|
|
11
|
+
*
|
|
12
|
+
* @param {string} countryCallingCode - The country calling code for the phone number.
|
|
13
|
+
* @param {string} nationalNumber - The national portion of the phone number.
|
|
14
|
+
* @param {VegaCountryCode} country - The optional country code associated with the number.
|
|
15
|
+
*/
|
|
16
|
+
constructor(countryCallingCode: string, nationalNumber: string, country?: VegaCountryCode);
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the national number matches the country's validation
|
|
19
|
+
* pattern and its length is among the expected possible lengths.
|
|
20
|
+
*
|
|
21
|
+
* @returns {boolean} Whether the phone number is valid.
|
|
22
|
+
*/
|
|
23
|
+
isValid(): boolean;
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared types and constants for the libphonenumber polyfill.
|
|
3
|
+
*/
|
|
4
|
+
import type { VegaCountryCode } from '../../types/flag.type';
|
|
5
|
+
/** Shape of a single format rule inside a country metadata entry. */
|
|
6
|
+
export declare type FormatRule = [
|
|
7
|
+
/** pattern - regex source matching the national number */
|
|
8
|
+
string,
|
|
9
|
+
/** replacement - e.g. '($1) $2-$3' */
|
|
10
|
+
string,
|
|
11
|
+
/** leadingDigitsPatterns - array of regex sources for matching leading digits */
|
|
12
|
+
string[],
|
|
13
|
+
/** nationalPrefixFormattingRule (optional) - e.g. '0$1' */
|
|
14
|
+
string?,
|
|
15
|
+
/** domesticCarrierCodeFormattingRule (optional) */
|
|
16
|
+
(string | number)?,
|
|
17
|
+
/** internationalFormat (optional) */
|
|
18
|
+
string?
|
|
19
|
+
];
|
|
20
|
+
/**
|
|
21
|
+
* Country metadata tuple.
|
|
22
|
+
*
|
|
23
|
+
* Index mapping (metadata version 4):
|
|
24
|
+
* [0] callingCode
|
|
25
|
+
* [1] international direct dialing pattern
|
|
26
|
+
* [2] validation regex source (generalDesc)
|
|
27
|
+
* [3] possible lengths
|
|
28
|
+
* [4] format rules (or 0/undefined)
|
|
29
|
+
* [5] trunk prefix (or 0/undefined)
|
|
30
|
+
* [6..9] various national prefix fields
|
|
31
|
+
* [10] leadingDigits for country-in-calling-code disambiguation (or 0)
|
|
32
|
+
* [11] types array (or 0)
|
|
33
|
+
*/
|
|
34
|
+
export declare type CountryMetadata = [
|
|
35
|
+
string,
|
|
36
|
+
// [0] callingCode
|
|
37
|
+
string | 0,
|
|
38
|
+
string,
|
|
39
|
+
number[],
|
|
40
|
+
// [3] possibleLengths
|
|
41
|
+
FormatRule[] | 0,
|
|
42
|
+
...unknown[]
|
|
43
|
+
];
|
|
44
|
+
export interface MetadataJson {
|
|
45
|
+
version: number;
|
|
46
|
+
countryCallingCode: Record<string, string[]>;
|
|
47
|
+
countries: Record<string, CountryMetadata>;
|
|
48
|
+
}
|
|
49
|
+
/** Result of populating a formatting template with digits. */
|
|
50
|
+
export interface PopulatedTemplateResult {
|
|
51
|
+
/** The template string with digits filled in. */
|
|
52
|
+
filled: string;
|
|
53
|
+
/** The index of the last populated placeholder. */
|
|
54
|
+
lastPosition: number;
|
|
55
|
+
}
|
|
56
|
+
export interface ParsePhoneNumberOptions {
|
|
57
|
+
defaultCountry?: VegaCountryCode;
|
|
58
|
+
/** When false, the entire input must be a phone number (no extraction). */
|
|
59
|
+
extract?: boolean;
|
|
60
|
+
}
|
|
61
|
+
/** Placeholder character used in formatting templates. */
|
|
62
|
+
export declare const DIGIT_PLACEHOLDER: string;
|
|
63
|
+
/** Dummy digit used to generate formatting templates. */
|
|
64
|
+
export declare const DUMMY_DIGIT: string;
|
|
65
|
+
/** Maximum possible national number length. */
|
|
66
|
+
export declare const LONGEST_NATIONAL_NUMBER_LENGTH: number;
|
|
67
|
+
/** Minimum digits before progressive leading-digits matching kicks in. */
|
|
68
|
+
export declare const MIN_LEADING_DIGITS_LENGTH: number;
|
|
69
|
+
/**
|
|
70
|
+
* Pattern that matches national prefix formatting rules that are just "$1"
|
|
71
|
+
* or "($1)" — i.e. rules that don't actually prepend a national prefix digit.
|
|
72
|
+
*/
|
|
73
|
+
export declare const FIRST_GROUP_ONLY_PREFIX_PATTERN: RegExp;
|
|
74
|
+
/** Error code thrown when the input does not contain a valid phone number. */
|
|
75
|
+
export declare const PARSE_ERROR_NOT_A_NUMBER: string;
|
|
76
|
+
/** Error code thrown when the country cannot be determined from the input. */
|
|
77
|
+
export declare const PARSE_ERROR_INVALID_COUNTRY: string;
|
|
@@ -41,6 +41,7 @@ export {
|
|
|
41
41
|
VegaAppHeaderAvatarConfig,
|
|
42
42
|
VegaAppHeaderButtonDropdownConfig,
|
|
43
43
|
VegaAppHeaderButtonSize,
|
|
44
|
+
VegaAppHeaderLabelConfig,
|
|
44
45
|
} from '../components/vega-app-header-button/types';
|
|
45
46
|
export { VegaBannerActionButtonType, VegaBannerPropType } from '../components/vega-banner/types';
|
|
46
47
|
export { VegaBarChartOptionsType } from '../components/vega-chart/vega-bar-chart/types';
|
|
@@ -116,6 +117,7 @@ export {
|
|
|
116
117
|
export { VegaCodeBlockValue } from '../components/vega-code-block/types';
|
|
117
118
|
export { VegaComboBoxSize, VegaDropdownPropsForComboBox } from '../components/vega-combo-box/types';
|
|
118
119
|
export {
|
|
120
|
+
DatePickerCalendarIndicator,
|
|
119
121
|
DatePickerCalendarRepickType,
|
|
120
122
|
DatePickerCalendarSizeType,
|
|
121
123
|
DatePickerModeType,
|