@refinitiv-ui/elements 5.12.0-alpha.2 → 5.12.0-dev.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/README.md +4 -4
- package/lib/accordion/index.js +2 -2
- package/lib/appstate-bar/index.js +2 -2
- package/lib/autosuggest/index.js +6 -6
- package/lib/button/index.d.ts +10 -4
- package/lib/button/index.js +26 -8
- package/lib/button-bar/index.d.ts +49 -0
- package/lib/button-bar/index.js +151 -11
- package/lib/calendar/constants.js +1 -1
- package/lib/calendar/index.d.ts +1 -1
- package/lib/calendar/index.js +11 -11
- package/lib/calendar/types.d.ts +1 -1
- package/lib/calendar/utils.js +1 -1
- package/lib/canvas/index.js +2 -2
- package/lib/card/index.js +5 -5
- package/lib/chart/index.js +4 -4
- package/lib/checkbox/index.js +3 -3
- package/lib/clock/index.js +6 -6
- package/lib/clock/utils/TickManager.js +2 -2
- package/lib/collapse/index.js +3 -3
- package/lib/color-dialog/elements/color-palettes.js +1 -1
- package/lib/color-dialog/elements/grayscale-palettes.js +2 -2
- package/lib/color-dialog/elements/palettes.js +3 -3
- package/lib/color-dialog/helpers/value-model.js +1 -1
- package/lib/color-dialog/index.d.ts +1 -1
- package/lib/color-dialog/index.js +6 -6
- package/lib/combo-box/helpers/filter.d.ts +1 -1
- package/lib/combo-box/helpers/types.d.ts +1 -1
- package/lib/combo-box/index.d.ts +4 -4
- package/lib/combo-box/index.js +9 -9
- package/lib/counter/index.js +2 -2
- package/lib/datetime-picker/index.js +5 -5
- package/lib/datetime-picker/utils.js +1 -1
- package/lib/dialog/index.d.ts +1 -1
- package/lib/dialog/index.js +5 -5
- package/lib/email-field/index.d.ts +1 -1
- package/lib/email-field/index.js +2 -2
- package/lib/flag/index.js +3 -3
- package/lib/flag/utils/FlagLoader.d.ts +1 -1
- package/lib/flag/utils/FlagLoader.js +1 -1
- package/lib/header/index.js +2 -2
- package/lib/heatmap/helpers/color.d.ts +1 -1
- package/lib/heatmap/helpers/color.js +1 -1
- package/lib/heatmap/index.js +5 -5
- package/lib/icon/index.js +3 -3
- package/lib/icon/utils/IconLoader.d.ts +1 -1
- package/lib/icon/utils/IconLoader.js +1 -1
- package/lib/interactive-chart/helpers/types.d.ts +1 -1
- package/lib/interactive-chart/index.js +4 -4
- package/lib/item/helpers/types.d.ts +1 -1
- package/lib/item/index.js +3 -3
- package/lib/label/index.js +4 -4
- package/lib/layout/index.js +2 -2
- package/lib/led-gauge/index.js +2 -2
- package/lib/list/helpers/types.d.ts +1 -1
- package/lib/list/index.d.ts +1 -1
- package/lib/list/index.js +3 -3
- package/lib/list/renderer.d.ts +1 -1
- package/lib/loader/index.js +1 -1
- package/lib/multi-input/helpers/types.d.ts +1 -1
- package/lib/multi-input/index.js +6 -6
- package/lib/notification/elements/notification-tray.js +3 -3
- package/lib/notification/elements/notification.js +2 -2
- package/lib/number-field/index.d.ts +1 -1
- package/lib/number-field/index.js +4 -3
- package/lib/overlay/elements/overlay-backdrop.js +2 -2
- package/lib/overlay/elements/overlay-viewport.js +1 -1
- package/lib/overlay/elements/overlay.js +4 -4
- package/lib/overlay/managers/focus-manager.js +1 -1
- package/lib/overlay/managers/interaction-lock-manager.js +1 -1
- package/lib/overlay/managers/viewport-manager.js +1 -1
- package/lib/overlay/managers/zindex-manager.js +1 -1
- package/lib/overlay-menu/helpers/types.d.ts +1 -1
- package/lib/overlay-menu/index.js +6 -6
- package/lib/overlay-menu/managers/menu-manager.js +1 -1
- package/lib/pagination/index.d.ts +1 -1
- package/lib/pagination/index.js +5 -5
- package/lib/panel/index.js +2 -2
- package/lib/password-field/index.d.ts +2 -2
- package/lib/password-field/index.js +3 -3
- package/lib/pill/index.js +3 -3
- package/lib/progress-bar/index.js +3 -3
- package/lib/radio-button/index.js +3 -3
- package/lib/rating/index.js +4 -4
- package/lib/search-field/index.d.ts +2 -2
- package/lib/search-field/index.js +3 -3
- package/lib/select/index.js +6 -6
- package/lib/sidebar-layout/index.js +4 -4
- package/lib/slider/index.js +4 -4
- package/lib/sparkline/index.js +4 -4
- package/lib/swing-gauge/index.js +5 -5
- package/lib/tab/index.js +2 -2
- package/lib/tab-bar/index.js +3 -3
- package/lib/text-field/index.d.ts +1 -1
- package/lib/text-field/index.js +4 -4
- package/lib/time-picker/index.d.ts +1 -1
- package/lib/time-picker/index.js +9 -9
- package/lib/toggle/index.js +2 -2
- package/lib/tooltip/index.js +4 -4
- package/lib/tooltip/managers/tooltip-manager.js +2 -2
- package/lib/tornado-chart/elements/tornado-chart.js +2 -2
- package/lib/tornado-chart/elements/tornado-item.js +3 -3
- package/lib/tree/elements/tree-item.js +2 -2
- package/lib/tree/elements/tree.d.ts +1 -1
- package/lib/tree/elements/tree.js +2 -2
- package/lib/tree/helpers/types.d.ts +1 -1
- package/lib/tree/managers/tree-manager.d.ts +1 -1
- package/lib/tree-select/index.d.ts +3 -3
- package/lib/tree-select/index.js +9 -9
- package/lib/version.js +1 -1
- package/package.json +300 -23
- package/lib/accordion/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/accordion/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/accordion/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/accordion/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/appstate-bar/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/appstate-bar/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/appstate-bar/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/appstate-bar/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/autosuggest/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -5
- package/lib/autosuggest/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -5
- package/lib/autosuggest/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -5
- package/lib/autosuggest/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -5
- package/lib/button/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/button/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/button/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/button/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/button-bar/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/button-bar/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/button-bar/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/button-bar/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/calendar/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/calendar/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/calendar/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/calendar/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/canvas/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/canvas/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/canvas/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/canvas/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/card/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -5
- package/lib/card/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -5
- package/lib/card/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -5
- package/lib/card/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -5
- package/lib/chart/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/chart/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/chart/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/chart/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/checkbox/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/checkbox/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/checkbox/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/checkbox/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/clock/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/clock/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/clock/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/clock/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/collapse/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -5
- package/lib/collapse/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -5
- package/lib/collapse/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -5
- package/lib/collapse/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -5
- package/lib/color-dialog/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -7
- package/lib/color-dialog/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -7
- package/lib/color-dialog/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -7
- package/lib/color-dialog/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -7
- package/lib/combo-box/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -7
- package/lib/combo-box/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -7
- package/lib/combo-box/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -7
- package/lib/combo-box/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -7
- package/lib/counter/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/counter/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/counter/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/counter/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/datetime-picker/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -7
- package/lib/datetime-picker/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -7
- package/lib/datetime-picker/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -7
- package/lib/datetime-picker/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -7
- package/lib/dialog/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -7
- package/lib/dialog/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -7
- package/lib/dialog/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -7
- package/lib/dialog/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -7
- package/lib/email-field/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/email-field/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/email-field/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/email-field/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/flag/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/flag/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/flag/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/flag/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/header/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/header/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/header/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/header/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/heatmap/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/heatmap/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/heatmap/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/heatmap/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/icon/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/icon/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/icon/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/icon/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/interactive-chart/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/interactive-chart/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/interactive-chart/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/interactive-chart/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/item/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/item/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/item/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/item/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/label/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/label/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/label/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/label/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/layout/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/layout/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/layout/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/layout/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/led-gauge/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/led-gauge/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/led-gauge/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/led-gauge/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/list/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/list/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/list/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/list/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/loader/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/loader/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/loader/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/loader/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/multi-input/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/multi-input/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/multi-input/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/multi-input/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/notification/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -5
- package/lib/notification/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -5
- package/lib/notification/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -5
- package/lib/notification/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -5
- package/lib/number-field/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/number-field/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/number-field/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/number-field/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/overlay/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/overlay/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/overlay/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/overlay/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/overlay-menu/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -5
- package/lib/overlay-menu/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -5
- package/lib/overlay-menu/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -5
- package/lib/overlay-menu/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -5
- package/lib/pagination/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -6
- package/lib/pagination/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -6
- package/lib/pagination/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -6
- package/lib/pagination/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -6
- package/lib/panel/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/panel/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/panel/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/panel/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/password-field/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/password-field/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/password-field/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/password-field/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/pill/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/pill/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/pill/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/pill/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/progress-bar/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/progress-bar/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/progress-bar/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/progress-bar/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/radio-button/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/radio-button/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/radio-button/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/radio-button/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/rating/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/rating/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/rating/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/rating/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/search-field/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/search-field/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/search-field/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/search-field/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/select/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -5
- package/lib/select/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -5
- package/lib/select/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -5
- package/lib/select/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -5
- package/lib/sidebar-layout/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/sidebar-layout/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/sidebar-layout/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/sidebar-layout/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/slider/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/slider/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/slider/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/slider/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/sparkline/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/sparkline/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/sparkline/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/sparkline/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/swing-gauge/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/swing-gauge/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/swing-gauge/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/swing-gauge/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/tab/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/tab/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/tab/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/tab/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/tab-bar/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/tab-bar/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/tab-bar/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/tab-bar/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/text-field/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/text-field/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/text-field/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/text-field/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/time-picker/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/time-picker/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/time-picker/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -4
- package/lib/time-picker/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -4
- package/lib/toggle/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/toggle/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/toggle/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -2
- package/lib/toggle/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -2
- package/lib/tooltip/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/tooltip/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/tooltip/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -3
- package/lib/tooltip/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -3
- package/lib/tornado-chart/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -6
- package/lib/tornado-chart/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -6
- package/lib/tornado-chart/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -6
- package/lib/tornado-chart/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -6
- package/lib/tree/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -7
- package/lib/tree/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -7
- package/lib/tree/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -7
- package/lib/tree/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -7
- package/lib/tree-select/themes/halo/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -11
- package/lib/tree-select/themes/halo/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -11
- package/lib/tree-select/themes/solar/node_modules/@refinitiv-ui/elemental-theme/dark/index.js +0 -11
- package/lib/tree-select/themes/solar/node_modules/@refinitiv-ui/elemental-theme/light/index.js +0 -11
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { html, css, WarningNotice } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
5
|
-
import { query } from '@refinitiv-ui/core/decorators/query.js';
|
|
6
|
-
import { styleMap } from '@refinitiv-ui/core/directives/style-map.js';
|
|
7
|
-
import { rgb } from '@refinitiv-ui/utils/color.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
|
+
import { query } from '@refinitiv-ui/core/lib/decorators/query.js';
|
|
6
|
+
import { styleMap } from '@refinitiv-ui/core/lib/directives/style-map.js';
|
|
7
|
+
import { rgb } from '@refinitiv-ui/utils/lib/color.js';
|
|
8
8
|
import { VERSION } from '../version.js';
|
|
9
9
|
import { ValueModel } from './helpers/value-model.js';
|
|
10
10
|
import { isHex, removeHashSign } from './helpers/color-helpers.js';
|
|
@@ -15,7 +15,7 @@ import { Dialog } from '../dialog/index.js';
|
|
|
15
15
|
import './elements/color-palettes.js';
|
|
16
16
|
import './elements/grayscale-palettes.js';
|
|
17
17
|
import { translate } from '@refinitiv-ui/translate';
|
|
18
|
-
import '@refinitiv-ui/phrasebook/locale/en/color-dialog.js';
|
|
18
|
+
import '@refinitiv-ui/phrasebook/lib/locale/en/color-dialog.js';
|
|
19
19
|
/**
|
|
20
20
|
* Displays a colour picker dialog,
|
|
21
21
|
* for selecting a predefined range of colours.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DataItem } from '@refinitiv-ui/utils/collection
|
|
1
|
+
import type { DataItem } from '@refinitiv-ui/utils/lib/collection';
|
|
2
2
|
import type { ComboBox } from '../index';
|
|
3
3
|
import type { ComboBoxFilter } from './types';
|
|
4
4
|
import type { ItemData } from '../../item';
|
package/lib/combo-box/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { JSXInterface } from '../jsx';
|
|
2
2
|
import { FormFieldElement, CSSResultGroup, PropertyValues, TapEvent, TemplateResult, StyleMap } from '@refinitiv-ui/core';
|
|
3
|
-
import { TemplateMap } from '@refinitiv-ui/core/directives/template-map.js';
|
|
4
|
-
import { CollectionComposer, DataItem } from '@refinitiv-ui/utils/collection.js';
|
|
5
|
-
import { AnimationTaskRunner } from '@refinitiv-ui/utils/async.js';
|
|
3
|
+
import { TemplateMap } from '@refinitiv-ui/core/lib/directives/template-map.js';
|
|
4
|
+
import { CollectionComposer, DataItem } from '@refinitiv-ui/utils/lib/collection.js';
|
|
5
|
+
import { AnimationTaskRunner } from '@refinitiv-ui/utils/lib/async.js';
|
|
6
6
|
import { ItemData } from '../item';
|
|
7
7
|
import { ComboBoxData, ComboBoxFilter } from './helpers/types';
|
|
8
8
|
import type { List } from '../list/index.js';
|
|
@@ -13,7 +13,7 @@ import '../overlay/index.js';
|
|
|
13
13
|
import '../list/index.js';
|
|
14
14
|
import '../counter/index.js';
|
|
15
15
|
import { TranslateDirective } from '@refinitiv-ui/translate';
|
|
16
|
-
import '@refinitiv-ui/phrasebook/locale/en/combo-box.js';
|
|
16
|
+
import '@refinitiv-ui/phrasebook/lib/locale/en/combo-box.js';
|
|
17
17
|
export type { ComboBoxFilter, ComboBoxData };
|
|
18
18
|
export { ComboBoxRenderer };
|
|
19
19
|
/**
|
package/lib/combo-box/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { FormFieldElement, css, html, WarningNotice, FocusedPropertyKey } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
5
|
-
import { query } from '@refinitiv-ui/core/decorators/query.js';
|
|
6
|
-
import { eventOptions } from '@refinitiv-ui/core/decorators/event-options.js';
|
|
7
|
-
import { styleMap } from '@refinitiv-ui/core/directives/style-map.js';
|
|
8
|
-
import { ifDefined } from '@refinitiv-ui/core/directives/if-defined.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
|
+
import { query } from '@refinitiv-ui/core/lib/decorators/query.js';
|
|
6
|
+
import { eventOptions } from '@refinitiv-ui/core/lib/decorators/event-options.js';
|
|
7
|
+
import { styleMap } from '@refinitiv-ui/core/lib/directives/style-map.js';
|
|
8
|
+
import { ifDefined } from '@refinitiv-ui/core/lib/directives/if-defined.js';
|
|
9
9
|
import { VERSION } from '../version.js';
|
|
10
|
-
import { CollectionComposer } from '@refinitiv-ui/utils/collection.js';
|
|
11
|
-
import { AnimationTaskRunner, TimeoutTaskRunner } from '@refinitiv-ui/utils/async.js';
|
|
10
|
+
import { CollectionComposer } from '@refinitiv-ui/utils/lib/collection.js';
|
|
11
|
+
import { AnimationTaskRunner, TimeoutTaskRunner } from '@refinitiv-ui/utils/lib/async.js';
|
|
12
12
|
import { ComboBoxRenderer } from './helpers/renderer.js';
|
|
13
13
|
import { defaultFilter } from './helpers/filter.js';
|
|
14
14
|
import { CustomKeyboardEvent } from './helpers/keyboard-event.js';
|
|
@@ -17,7 +17,7 @@ import '../overlay/index.js';
|
|
|
17
17
|
import '../list/index.js';
|
|
18
18
|
import '../counter/index.js';
|
|
19
19
|
import { translate } from '@refinitiv-ui/translate';
|
|
20
|
-
import '@refinitiv-ui/phrasebook/locale/en/combo-box.js';
|
|
20
|
+
import '@refinitiv-ui/phrasebook/lib/locale/en/combo-box.js';
|
|
21
21
|
export { ComboBoxRenderer };
|
|
22
22
|
const QUERY_DEBOUNCE_RATE = 0;
|
|
23
23
|
// Maximum number of characters to display in multiple mode
|
package/lib/counter/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { BasicElement, html, css, WarningNotice } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
5
|
import { VERSION } from '../version.js';
|
|
6
6
|
import { truncateDecimal, convertToCompactNotation } from './utils.js';
|
|
7
7
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { ControlElement, html, css, WarningNotice } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
5
|
-
import { query } from '@refinitiv-ui/core/decorators/query.js';
|
|
6
|
-
import { ifDefined } from '@refinitiv-ui/core/directives/if-defined.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
|
+
import { query } from '@refinitiv-ui/core/lib/decorators/query.js';
|
|
6
|
+
import { ifDefined } from '@refinitiv-ui/core/lib/directives/if-defined.js';
|
|
7
7
|
import { VERSION } from '../version.js';
|
|
8
8
|
import '../calendar/index.js';
|
|
9
9
|
import '../icon/index.js';
|
|
@@ -15,7 +15,7 @@ import { getDateFNSLocale } from './locales.js';
|
|
|
15
15
|
import inputFormat from 'date-fns/esm/format/index.js';
|
|
16
16
|
import inputParse from 'date-fns/esm/parse/index.js';
|
|
17
17
|
import isValid from 'date-fns/esm/isValid/index.js';
|
|
18
|
-
import { addMonths, subMonths, isAfter, isBefore, isValidDate, isValidDateTime, DateFormat, DateTimeFormat, parse, format } from '@refinitiv-ui/utils/date.js';
|
|
18
|
+
import { addMonths, subMonths, isAfter, isBefore, isValidDate, isValidDateTime, DateFormat, DateTimeFormat, parse, format } from '@refinitiv-ui/utils/lib/date.js';
|
|
19
19
|
import { DateTimeSegment, formatToView, getCurrentTime } from './utils.js';
|
|
20
20
|
import { preload } from '../icon/index.js';
|
|
21
21
|
preload('calendar', 'down', 'left', 'right'); /* preload calendar icons for faster loading */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { format, DateFormat, parse, TimeFormat, toTimeSegment } from '@refinitiv-ui/utils/date.js';
|
|
1
|
+
import { format, DateFormat, parse, TimeFormat, toTimeSegment } from '@refinitiv-ui/utils/lib/date.js';
|
|
2
2
|
/**
|
|
3
3
|
* A helper class to split date time string into date and time segments
|
|
4
4
|
*/
|
package/lib/dialog/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import '../panel/index.js';
|
|
|
6
6
|
import '../header/index.js';
|
|
7
7
|
import '../button/index.js';
|
|
8
8
|
import { Translate } from '@refinitiv-ui/translate';
|
|
9
|
-
import '@refinitiv-ui/phrasebook/locale/en/dialog.js';
|
|
9
|
+
import '@refinitiv-ui/phrasebook/lib/locale/en/dialog.js';
|
|
10
10
|
/**
|
|
11
11
|
* Popup window, designed to contain and show any HTML content.
|
|
12
12
|
* It provides modal and dragging functionality,
|
package/lib/dialog/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { css, html } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
5
|
-
import { query } from '@refinitiv-ui/core/decorators/query.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
|
+
import { query } from '@refinitiv-ui/core/lib/decorators/query.js';
|
|
6
6
|
import { VERSION } from '../version.js';
|
|
7
|
-
import { isIE } from '@refinitiv-ui/utils/browser.js';
|
|
7
|
+
import { isIE } from '@refinitiv-ui/utils/lib/browser.js';
|
|
8
8
|
import { deregister as draggableDeregister, register as draggableRegister } from './draggable-element.js';
|
|
9
9
|
import { Overlay } from '../overlay/index.js';
|
|
10
10
|
import '../icon/index.js';
|
|
@@ -12,7 +12,7 @@ import '../panel/index.js';
|
|
|
12
12
|
import '../header/index.js';
|
|
13
13
|
import '../button/index.js';
|
|
14
14
|
import { translate, TranslatePropertyKey } from '@refinitiv-ui/translate';
|
|
15
|
-
import '@refinitiv-ui/phrasebook/locale/en/dialog.js';
|
|
15
|
+
import '@refinitiv-ui/phrasebook/lib/locale/en/dialog.js';
|
|
16
16
|
/**
|
|
17
17
|
* Popup window, designed to contain and show any HTML content.
|
|
18
18
|
* It provides modal and dragging functionality,
|
|
@@ -2,7 +2,7 @@ import { JSXInterface } from '../jsx';
|
|
|
2
2
|
import { PropertyValues } from '@refinitiv-ui/core';
|
|
3
3
|
import '../icon/index.js';
|
|
4
4
|
import { TextField } from '../text-field/index.js';
|
|
5
|
-
import { TemplateMap } from '@refinitiv-ui/core/directives/template-map.js';
|
|
5
|
+
import { TemplateMap } from '@refinitiv-ui/core/lib/directives/template-map.js';
|
|
6
6
|
/**
|
|
7
7
|
* A form control element for email.
|
|
8
8
|
*
|
package/lib/email-field/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
3
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
2
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
3
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
4
4
|
import '../icon/index.js';
|
|
5
5
|
import { TextField } from '../text-field/index.js';
|
|
6
6
|
/**
|
package/lib/flag/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { BasicElement, svg, css } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
5
|
-
import { unsafeHTML } from '@refinitiv-ui/core/directives/unsafe-html.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
|
+
import { unsafeHTML } from '@refinitiv-ui/core/lib/directives/unsafe-html.js';
|
|
6
6
|
import { VERSION } from '../version.js';
|
|
7
7
|
import { FlagLoader } from './utils/FlagLoader.js';
|
|
8
8
|
export { preload } from './utils/FlagLoader.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CdnLoader, Deferred } from '@refinitiv-ui/utils/loader.js';
|
|
1
|
+
import { CdnLoader, Deferred } from '@refinitiv-ui/utils/lib/loader.js';
|
|
2
2
|
const isUrl = (str) => (/^https?:\/\//i).test(str);
|
|
3
3
|
/**
|
|
4
4
|
* Caches and provides flag SVGs, Loaded either by name from CDN or directly by URL.
|
package/lib/header/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { BasicElement, html, css } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
5
|
import { VERSION } from '../version.js';
|
|
6
6
|
/**
|
|
7
7
|
* Use to identify and separate different sections of a page.
|
package/lib/heatmap/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { ResponsiveElement, html, css } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
5
|
-
import { query } from '@refinitiv-ui/core/decorators/query.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
|
+
import { query } from '@refinitiv-ui/core/lib/decorators/query.js';
|
|
6
6
|
import { VERSION } from '../version.js';
|
|
7
|
-
import { MicroTaskRunner } from '@refinitiv-ui/utils/async.js';
|
|
8
|
-
import { color } from '@refinitiv-ui/utils/color.js';
|
|
7
|
+
import { MicroTaskRunner } from '@refinitiv-ui/utils/lib/async.js';
|
|
8
|
+
import { color } from '@refinitiv-ui/utils/lib/color.js';
|
|
9
9
|
import '../canvas/index.js';
|
|
10
10
|
import '../tooltip/index.js';
|
|
11
11
|
import { Track } from './helpers/track.js';
|
package/lib/icon/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { BasicElement, svg, css } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
5
|
-
import { unsafeSVG } from '@refinitiv-ui/core/directives/unsafe-svg.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
|
+
import { unsafeSVG } from '@refinitiv-ui/core/lib/directives/unsafe-svg.js';
|
|
6
6
|
import { VERSION } from '../version.js';
|
|
7
7
|
import { IconLoader } from './utils/IconLoader.js';
|
|
8
8
|
export { preload } from './utils/IconLoader.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CdnLoader, Deferred } from '@refinitiv-ui/utils/loader.js';
|
|
1
|
+
import { CdnLoader, Deferred } from '@refinitiv-ui/utils/lib/loader.js';
|
|
2
2
|
const isUrl = (str) => (/^(https?:\/{2}|\.?\/)/i).test(str);
|
|
3
3
|
/**
|
|
4
4
|
* Caches and provides icon SVGs, Loaded either by name from CDN or directly by URL.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { LineData, BarData, HistogramData, DeepPartial, ChartOptions, SeriesPartialOptions, LineSeriesPartialOptions, AreaSeriesPartialOptions, BarSeriesPartialOptions, CandlestickSeriesPartialOptions, HistogramSeriesPartialOptions, LineStyleOptions, AreaStyleOptions, BarStyleOptions, CandlestickStyleOptions, HistogramStyleOptions, ISeriesApi, SeriesType } from 'lightweight-charts';
|
|
2
|
-
import type { RGBColor, HSLColor } from '@refinitiv-ui/utils/color.js';
|
|
2
|
+
import type { RGBColor, HSLColor } from '@refinitiv-ui/utils/lib/color.js';
|
|
3
3
|
declare type SeriesOptions = AreaSeriesPartialOptions | BarSeriesPartialOptions | CandlestickSeriesPartialOptions | HistogramSeriesPartialOptions | LineSeriesPartialOptions;
|
|
4
4
|
declare type SeriesStyleOptions = LineStyleOptions & AreaStyleOptions & BarStyleOptions & CandlestickStyleOptions & HistogramStyleOptions;
|
|
5
5
|
declare type SeriesData = LineData[] | BarData[] | HistogramData[];
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
var InteractiveChart_1;
|
|
2
2
|
import { __decorate } from "tslib";
|
|
3
3
|
import { ResponsiveElement, html, css, DeprecationNotice } from '@refinitiv-ui/core';
|
|
4
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
5
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
6
|
-
import { query } from '@refinitiv-ui/core/decorators/query.js';
|
|
4
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
5
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
6
|
+
import { query } from '@refinitiv-ui/core/lib/decorators/query.js';
|
|
7
7
|
import { VERSION } from '../version.js';
|
|
8
|
-
import { color as parseColor } from '@refinitiv-ui/utils/color.js';
|
|
8
|
+
import { color as parseColor } from '@refinitiv-ui/utils/lib/color.js';
|
|
9
9
|
import { createChart as chart } from 'lightweight-charts';
|
|
10
10
|
import '../tooltip/index.js';
|
|
11
11
|
import { LegendStyle } from './helpers/types.js';
|
package/lib/item/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { ControlElement, css, html } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
5
|
-
import { query } from '@refinitiv-ui/core/decorators/query.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
|
+
import { query } from '@refinitiv-ui/core/lib/decorators/query.js';
|
|
6
6
|
import { VERSION } from '../version.js';
|
|
7
7
|
import '../icon/index.js';
|
|
8
8
|
import '../checkbox/index.js';
|
package/lib/label/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { BasicElement, html, css } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
5
|
-
import { styleMap } from '@refinitiv-ui/core/directives/style-map.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
|
+
import { styleMap } from '@refinitiv-ui/core/lib/directives/style-map.js';
|
|
6
6
|
import { VERSION } from '../version.js';
|
|
7
|
-
import { isIE } from '@refinitiv-ui/utils/browser.js';
|
|
7
|
+
import { isIE } from '@refinitiv-ui/utils/lib/browser.js';
|
|
8
8
|
import { addTooltipCondition, removeTooltipCondition } from '../tooltip/index.js';
|
|
9
9
|
/**
|
|
10
10
|
* Configuration object
|
package/lib/layout/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { ResponsiveElement, html, css } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
5
|
import { VERSION } from '../version.js';
|
|
6
6
|
/**
|
|
7
7
|
* Layout component for creating responsive applications and components
|
package/lib/led-gauge/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { BasicElement, html, css } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
5
|
import { VERSION } from '../version.js';
|
|
6
6
|
import '../canvas/index.js';
|
|
7
7
|
const ZERO_MAP = {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { CollectionComposer, DataItem } from '@refinitiv-ui/utils/collection.js';
|
|
1
|
+
import type { CollectionComposer, DataItem } from '@refinitiv-ui/utils/lib/collection.js';
|
|
2
2
|
import type { ItemData } from '../../item';
|
|
3
3
|
export declare type ListData<T extends DataItem = ItemData> = T[] | CollectionComposer<T> | null;
|
package/lib/list/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { JSXInterface } from '../jsx';
|
|
2
2
|
import { ControlElement, CSSResultGroup, PropertyValues, TapEvent, TemplateResult } from '@refinitiv-ui/core';
|
|
3
|
-
import { CollectionComposer, DataItem } from '@refinitiv-ui/utils/collection.js';
|
|
3
|
+
import { CollectionComposer, DataItem } from '@refinitiv-ui/utils/lib/collection.js';
|
|
4
4
|
import type { ItemData } from '../item';
|
|
5
5
|
import type { ListData } from './helpers/types';
|
|
6
6
|
import { ListRenderer } from './helpers/list-renderer.js';
|
package/lib/list/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { ControlElement, css, html, WarningNotice } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
5
|
import { VERSION } from '../version.js';
|
|
6
|
-
import { CollectionComposer } from '@refinitiv-ui/utils/collection.js';
|
|
6
|
+
import { CollectionComposer } from '@refinitiv-ui/utils/lib/collection.js';
|
|
7
7
|
import { ListRenderer } from './helpers/list-renderer.js';
|
|
8
8
|
import '../item/index.js';
|
|
9
9
|
export { ListRenderer };
|
package/lib/list/renderer.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtensibleFunction } from './extensible-function.js';
|
|
2
|
-
import type { DataItem, CollectionComposer } from '@refinitiv-ui/utils/collection.js';
|
|
2
|
+
import type { DataItem, CollectionComposer } from '@refinitiv-ui/utils/lib/collection.js';
|
|
3
3
|
/**
|
|
4
4
|
* Render function interface
|
|
5
5
|
* TODO: Move this to @refinitiv-ui/utils
|
package/lib/loader/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { BasicElement, html } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
4
|
import { VERSION } from '../version.js';
|
|
5
5
|
/**
|
|
6
6
|
* Global cache for loader template parts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CollectionItem } from '@refinitiv-ui/utils/collection.js';
|
|
1
|
+
import type { CollectionItem } from '@refinitiv-ui/utils/lib/collection.js';
|
|
2
2
|
export declare type SelectionIndex = number | null;
|
|
3
3
|
export declare type MultiInputEvents = 'item-added' | 'item-removed' | 'item-error';
|
|
4
4
|
export declare type MultiInputData = MultiInputDataItem[];
|
package/lib/multi-input/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { ControlElement, css, html } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
5
|
-
import { query } from '@refinitiv-ui/core/decorators/query.js';
|
|
6
|
-
import { ifDefined } from '@refinitiv-ui/core/directives/if-defined.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
|
+
import { query } from '@refinitiv-ui/core/lib/decorators/query.js';
|
|
6
|
+
import { ifDefined } from '@refinitiv-ui/core/lib/directives/if-defined.js';
|
|
7
7
|
import { VERSION } from '../version.js';
|
|
8
|
-
import { CollectionComposer } from '@refinitiv-ui/utils/collection.js';
|
|
8
|
+
import { CollectionComposer } from '@refinitiv-ui/utils/lib/collection.js';
|
|
9
9
|
import '../pill/index.js';
|
|
10
10
|
import '../text-field/index.js';
|
|
11
11
|
const hasChanged = (newVal, oldVal) => oldVal === undefined ? false : newVal !== oldVal;
|
|
@@ -445,7 +445,7 @@ let MultiInput = class MultiInput extends ControlElement {
|
|
|
445
445
|
onPillClearsHandler(event) {
|
|
446
446
|
const pill = event.target;
|
|
447
447
|
const index = pill.getAttribute('index');
|
|
448
|
-
if (index
|
|
448
|
+
if (index === null) {
|
|
449
449
|
return;
|
|
450
450
|
}
|
|
451
451
|
const items = this.composer.queryItems(() => true);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { ResponsiveElement, html } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
5
|
import { VERSION } from '../../version.js';
|
|
6
|
-
import { TimeoutTaskRunner } from '@refinitiv-ui/utils/async.js';
|
|
6
|
+
import { TimeoutTaskRunner } from '@refinitiv-ui/utils/lib/async.js';
|
|
7
7
|
let NotificationTray = class NotificationTray extends ResponsiveElement {
|
|
8
8
|
constructor() {
|
|
9
9
|
super(...arguments);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { BasicElement, html, css } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
5
|
import { VERSION } from '../../version.js';
|
|
6
6
|
import '../../icon/index.js';
|
|
7
7
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { JSXInterface } from '../jsx';
|
|
2
2
|
import { FormFieldElement, CSSResultGroup, TemplateResult, PropertyValues, TapEvent } from '@refinitiv-ui/core';
|
|
3
|
-
import { TemplateMap } from '@refinitiv-ui/core/directives/template-map.js';
|
|
3
|
+
import { TemplateMap } from '@refinitiv-ui/core/lib/directives/template-map.js';
|
|
4
4
|
import '../icon/index.js';
|
|
5
5
|
declare type SelectionDirection = 'forward' | 'backward' | 'none';
|
|
6
6
|
declare enum Direction {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { FormFieldElement, html, css, FocusedPropertyKey } from '@refinitiv-ui/core';
|
|
3
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
5
|
-
import { query } from '@refinitiv-ui/core/decorators/query.js';
|
|
3
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
4
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
5
|
+
import { query } from '@refinitiv-ui/core/lib/decorators/query.js';
|
|
6
6
|
import { VERSION } from '../version.js';
|
|
7
7
|
import '../icon/index.js';
|
|
8
8
|
const NUMBER_PATTERN = '^[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?$';
|
|
@@ -658,6 +658,7 @@ let NumberField = class NumberField extends FormFieldElement {
|
|
|
658
658
|
* @inheritDoc
|
|
659
659
|
*/
|
|
660
660
|
/* istanbul ignore next */
|
|
661
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
661
662
|
setSelectionRange(startSelection, endSelection, selectionDirection) {
|
|
662
663
|
throw new Error('Failed to execute \'setSelectionRange\' on \'NumberField\': The element does not support selection.');
|
|
663
664
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
var OverlayBackdrop_1;
|
|
2
2
|
import { __decorate } from "tslib";
|
|
3
3
|
import { BasicElement, css, html } from '@refinitiv-ui/core';
|
|
4
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
5
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
4
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
5
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
6
6
|
import { VERSION } from '../../version.js';
|
|
7
7
|
/**
|
|
8
8
|
* A private element to show backdrop for overlay
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var OverlayViewport_1;
|
|
2
2
|
import { __decorate } from "tslib";
|
|
3
3
|
import { ResponsiveElement, css, html } from '@refinitiv-ui/core';
|
|
4
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
4
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
5
5
|
import { VERSION } from '../../version.js';
|
|
6
6
|
/**
|
|
7
7
|
* A private element to find overlay size boundaries
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
var Overlay_1;
|
|
2
2
|
import { __decorate } from "tslib";
|
|
3
3
|
import { ResponsiveElement, html, css } from '@refinitiv-ui/core';
|
|
4
|
-
import { customElement } from '@refinitiv-ui/core/decorators/custom-element.js';
|
|
5
|
-
import { property } from '@refinitiv-ui/core/decorators/property.js';
|
|
4
|
+
import { customElement } from '@refinitiv-ui/core/lib/decorators/custom-element.js';
|
|
5
|
+
import { property } from '@refinitiv-ui/core/lib/decorators/property.js';
|
|
6
6
|
import { VERSION } from '../../version.js';
|
|
7
|
-
import { MicroTaskRunner, AnimationTaskRunner } from '@refinitiv-ui/utils/async.js';
|
|
8
|
-
import { isIE, isEdge } from '@refinitiv-ui/utils/browser.js';
|
|
7
|
+
import { MicroTaskRunner, AnimationTaskRunner } from '@refinitiv-ui/utils/lib/async.js';
|
|
8
|
+
import { isIE, isEdge } from '@refinitiv-ui/utils/lib/browser.js';
|
|
9
9
|
import { DEFAULT_ALIGN, DEFAULT_TARGET_STRATEGY } from '../helpers/types.js';
|
|
10
10
|
import { valueOrZero, valueOrNull } from '../helpers/functions.js';
|
|
11
11
|
import { applyLock } from '../managers/interaction-lock-manager.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterRenderTaskRunner } from '@refinitiv-ui/utils/async.js';
|
|
1
|
+
import { AfterRenderTaskRunner } from '@refinitiv-ui/utils/lib/async.js';
|
|
2
2
|
export const ZIndex = 103; /* initial z-index to match Polymer. 102 is used for backdrop */
|
|
3
3
|
/**
|
|
4
4
|
* Z-index manager monitors z-indexes and ensures that the last opened/last
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CollectionComposer } from '@refinitiv-ui/utils/collection
|
|
1
|
+
import type { CollectionComposer } from '@refinitiv-ui/utils/lib/collection';
|
|
2
2
|
import type { OverlayMenu } from '../index';
|
|
3
3
|
import type { Item, ItemData } from '../../item';
|
|
4
4
|
export declare type NestedMenu = {
|