@refinitiv-ui/elements 5.3.3 → 5.3.4
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/lib/accordion/custom-elements.json +49 -0
- package/lib/accordion/index.d.ts +76 -0
- package/lib/accordion/index.js +139 -0
- package/lib/accordion/themes/halo/dark/index.js +3 -0
- package/lib/accordion/themes/halo/light/index.js +3 -0
- package/lib/accordion/themes/solar/charcoal/index.js +3 -0
- package/lib/accordion/themes/solar/pearl/index.js +3 -0
- package/lib/appstate-bar/custom-elements.json +49 -0
- package/lib/appstate-bar/index.d.ts +65 -0
- package/lib/appstate-bar/index.js +103 -0
- package/lib/appstate-bar/themes/halo/dark/index.js +3 -0
- package/lib/appstate-bar/themes/halo/light/index.js +3 -0
- package/lib/appstate-bar/themes/solar/charcoal/index.js +3 -0
- package/lib/appstate-bar/themes/solar/pearl/index.js +3 -0
- package/lib/autosuggest/custom-elements.json +223 -0
- package/lib/autosuggest/helpers/const.d.ts +2 -0
- package/lib/autosuggest/helpers/const.js +3 -0
- package/lib/autosuggest/helpers/types.d.ts +54 -0
- package/lib/autosuggest/helpers/types.js +1 -0
- package/lib/autosuggest/helpers/utils.d.ts +39 -0
- package/lib/autosuggest/helpers/utils.js +76 -0
- package/lib/autosuggest/index.d.ts +533 -0
- package/lib/autosuggest/index.js +1248 -0
- package/lib/autosuggest/themes/halo/dark/index.js +5 -0
- package/lib/autosuggest/themes/halo/light/index.js +5 -0
- package/lib/autosuggest/themes/solar/charcoal/index.js +5 -0
- package/lib/autosuggest/themes/solar/pearl/index.js +5 -0
- package/lib/button/custom-elements.json +119 -0
- package/lib/button/index.d.ts +132 -0
- package/lib/button/index.js +213 -0
- package/lib/button/themes/halo/dark/index.js +3 -0
- package/lib/button/themes/halo/light/index.js +3 -0
- package/lib/button/themes/solar/charcoal/index.js +3 -0
- package/lib/button/themes/solar/pearl/index.js +3 -0
- package/lib/button-bar/custom-elements.json +26 -0
- package/lib/button-bar/index.d.ts +76 -0
- package/lib/button-bar/index.js +157 -0
- package/lib/button-bar/themes/halo/dark/index.js +3 -0
- package/lib/button-bar/themes/halo/light/index.js +3 -0
- package/lib/button-bar/themes/solar/charcoal/index.js +3 -0
- package/lib/button-bar/themes/solar/pearl/index.js +3 -0
- package/lib/calendar/custom-elements.json +199 -0
- package/lib/calendar/index.d.ts +321 -0
- package/lib/calendar/index.js +926 -0
- package/lib/calendar/locales.d.ts +31 -0
- package/lib/calendar/locales.js +144 -0
- package/lib/calendar/themes/halo/dark/index.js +3 -0
- package/lib/calendar/themes/halo/light/index.js +3 -0
- package/lib/calendar/themes/solar/charcoal/index.js +3 -0
- package/lib/calendar/themes/solar/pearl/index.js +3 -0
- package/lib/calendar/types.d.ts +33 -0
- package/lib/calendar/types.js +6 -0
- package/lib/calendar/utils.d.ts +12 -0
- package/lib/calendar/utils.js +17 -0
- package/lib/canvas/custom-elements.json +69 -0
- package/lib/canvas/index.d.ts +100 -0
- package/lib/canvas/index.js +175 -0
- package/lib/canvas/themes/halo/dark/index.js +2 -0
- package/lib/canvas/themes/halo/light/index.js +2 -0
- package/lib/canvas/themes/solar/charcoal/index.js +2 -0
- package/lib/canvas/themes/solar/pearl/index.js +2 -0
- package/lib/card/custom-elements.json +59 -0
- package/lib/card/helpers/types.d.ts +12 -0
- package/lib/card/helpers/types.js +1 -0
- package/lib/card/index.d.ts +140 -0
- package/lib/card/index.js +247 -0
- package/lib/card/themes/halo/dark/index.js +5 -0
- package/lib/card/themes/halo/light/index.js +5 -0
- package/lib/card/themes/solar/charcoal/index.js +5 -0
- package/lib/card/themes/solar/pearl/index.js +5 -0
- package/lib/chart/custom-elements.json +42 -0
- package/lib/chart/helpers/index.d.ts +2 -0
- package/lib/chart/helpers/index.js +2 -0
- package/lib/chart/helpers/legend.d.ts +5 -0
- package/lib/chart/helpers/legend.js +78 -0
- package/lib/chart/helpers/merge.d.ts +15 -0
- package/lib/chart/helpers/merge.js +28 -0
- package/lib/chart/helpers/types.d.ts +69 -0
- package/lib/chart/helpers/types.js +1 -0
- package/lib/chart/index.d.ts +187 -0
- package/lib/chart/index.js +493 -0
- package/lib/chart/plugins/doughnut-center-label.d.ts +3 -0
- package/lib/chart/plugins/doughnut-center-label.js +196 -0
- package/lib/chart/themes/halo/dark/index.js +4 -0
- package/lib/chart/themes/halo/light/index.js +4 -0
- package/lib/chart/themes/solar/charcoal/index.js +4 -0
- package/lib/chart/themes/solar/pearl/index.js +4 -0
- package/lib/checkbox/custom-elements.json +71 -0
- package/lib/checkbox/index.d.ts +89 -0
- package/lib/checkbox/index.js +170 -0
- package/lib/checkbox/themes/halo/dark/index.js +4 -0
- package/lib/checkbox/themes/halo/light/index.js +4 -0
- package/lib/checkbox/themes/solar/charcoal/index.js +4 -0
- package/lib/checkbox/themes/solar/pearl/index.js +4 -0
- package/lib/clock/custom-elements.json +108 -0
- package/lib/clock/index.d.ts +309 -0
- package/lib/clock/index.js +564 -0
- package/lib/clock/themes/halo/dark/index.js +2 -0
- package/lib/clock/themes/halo/light/index.js +2 -0
- package/lib/clock/themes/solar/charcoal/index.js +2 -0
- package/lib/clock/themes/solar/pearl/index.js +2 -0
- package/lib/clock/utils/TickManager.d.ts +14 -0
- package/lib/clock/utils/TickManager.js +66 -0
- package/lib/clock/utils/timestamps.d.ts +6 -0
- package/lib/clock/utils/timestamps.js +6 -0
- package/lib/collapse/custom-elements.json +79 -0
- package/lib/collapse/index.d.ts +119 -0
- package/lib/collapse/index.js +199 -0
- package/lib/collapse/themes/halo/dark/index.js +5 -0
- package/lib/collapse/themes/halo/light/index.js +5 -0
- package/lib/collapse/themes/solar/charcoal/index.js +5 -0
- package/lib/collapse/themes/solar/pearl/index.js +5 -0
- package/lib/color-dialog/custom-elements.json +193 -0
- package/lib/color-dialog/elements/color-palettes.d.ts +52 -0
- package/lib/color-dialog/elements/color-palettes.js +105 -0
- package/lib/color-dialog/elements/grayscale-palettes.d.ts +67 -0
- package/lib/color-dialog/elements/grayscale-palettes.js +164 -0
- package/lib/color-dialog/elements/palettes.d.ts +58 -0
- package/lib/color-dialog/elements/palettes.js +119 -0
- package/lib/color-dialog/helpers/color-helpers.d.ts +62 -0
- package/lib/color-dialog/helpers/color-helpers.js +258 -0
- package/lib/color-dialog/helpers/value-model.d.ts +75 -0
- package/lib/color-dialog/helpers/value-model.js +139 -0
- package/lib/color-dialog/index.d.ts +232 -0
- package/lib/color-dialog/index.js +457 -0
- package/lib/color-dialog/themes/halo/dark/index.js +7 -0
- package/lib/color-dialog/themes/halo/light/index.js +7 -0
- package/lib/color-dialog/themes/solar/charcoal/index.js +7 -0
- package/lib/color-dialog/themes/solar/pearl/index.js +7 -0
- package/lib/combo-box/custom-elements.json +207 -0
- package/lib/combo-box/helpers/filter.d.ts +10 -0
- package/lib/combo-box/helpers/filter.js +29 -0
- package/lib/combo-box/helpers/keyboard-event.d.ts +17 -0
- package/lib/combo-box/helpers/keyboard-event.js +19 -0
- package/lib/combo-box/helpers/types.d.ts +11 -0
- package/lib/combo-box/helpers/types.js +1 -0
- package/lib/combo-box/index.d.ts +523 -0
- package/lib/combo-box/index.js +1146 -0
- package/lib/combo-box/themes/halo/dark/index.js +8 -0
- package/lib/combo-box/themes/halo/light/index.js +8 -0
- package/lib/combo-box/themes/solar/charcoal/index.js +8 -0
- package/lib/combo-box/themes/solar/pearl/index.js +8 -0
- package/lib/counter/custom-elements.json +35 -0
- package/lib/counter/index.d.ts +89 -0
- package/lib/counter/index.js +155 -0
- package/lib/counter/themes/halo/dark/index.js +3 -0
- package/lib/counter/themes/halo/light/index.js +3 -0
- package/lib/counter/themes/solar/charcoal/index.js +3 -0
- package/lib/counter/themes/solar/pearl/index.js +3 -0
- package/lib/counter/utils.d.ts +13 -0
- package/lib/counter/utils.js +52 -0
- package/lib/datetime-picker/custom-elements.json +333 -0
- package/lib/datetime-picker/index.d.ts +498 -0
- package/lib/datetime-picker/index.js +1164 -0
- package/lib/datetime-picker/locales.d.ts +8 -0
- package/lib/datetime-picker/locales.js +46 -0
- package/lib/datetime-picker/themes/halo/dark/index.js +7 -0
- package/lib/datetime-picker/themes/halo/light/index.js +7 -0
- package/lib/datetime-picker/themes/solar/charcoal/index.js +7 -0
- package/lib/datetime-picker/themes/solar/pearl/index.js +7 -0
- package/lib/datetime-picker/types.d.ts +3 -0
- package/lib/datetime-picker/types.js +1 -0
- package/lib/datetime-picker/utils.d.ts +55 -0
- package/lib/datetime-picker/utils.js +92 -0
- package/lib/dialog/custom-elements.json +136 -0
- package/lib/dialog/draggable-element.d.ts +14 -0
- package/lib/dialog/draggable-element.js +221 -0
- package/lib/dialog/index.d.ts +199 -0
- package/lib/dialog/index.js +331 -0
- package/lib/dialog/themes/halo/dark/index.js +7 -0
- package/lib/dialog/themes/halo/light/index.js +7 -0
- package/lib/dialog/themes/solar/charcoal/index.js +7 -0
- package/lib/dialog/themes/solar/pearl/index.js +7 -0
- package/lib/email-field/custom-elements.json +199 -0
- package/lib/email-field/index.d.ts +152 -0
- package/lib/email-field/index.js +287 -0
- package/lib/email-field/themes/halo/dark/index.js +3 -0
- package/lib/email-field/themes/halo/light/index.js +3 -0
- package/lib/email-field/themes/solar/charcoal/index.js +3 -0
- package/lib/email-field/themes/solar/pearl/index.js +3 -0
- package/lib/events.d.ts +121 -0
- package/lib/events.js +2 -0
- package/lib/flag/custom-elements.json +35 -0
- package/lib/flag/index.d.ts +94 -0
- package/lib/flag/index.js +168 -0
- package/lib/flag/themes/halo/dark/index.js +2 -0
- package/lib/flag/themes/halo/light/index.js +2 -0
- package/lib/flag/themes/solar/charcoal/index.js +2 -0
- package/lib/flag/themes/solar/pearl/index.js +2 -0
- package/lib/flag/utils/FlagLoader.d.ts +47 -0
- package/lib/flag/utils/FlagLoader.js +86 -0
- package/lib/header/custom-elements.json +36 -0
- package/lib/header/index.d.ts +46 -0
- package/lib/header/index.js +76 -0
- package/lib/header/themes/halo/dark/index.js +2 -0
- package/lib/header/themes/halo/light/index.js +2 -0
- package/lib/header/themes/solar/charcoal/index.js +2 -0
- package/lib/header/themes/solar/pearl/index.js +2 -0
- package/lib/heatmap/custom-elements.json +151 -0
- package/lib/heatmap/helpers/color.d.ts +30 -0
- package/lib/heatmap/helpers/color.js +68 -0
- package/lib/heatmap/helpers/text.d.ts +26 -0
- package/lib/heatmap/helpers/text.js +91 -0
- package/lib/heatmap/helpers/track.d.ts +102 -0
- package/lib/heatmap/helpers/track.js +160 -0
- package/lib/heatmap/helpers/types.d.ts +40 -0
- package/lib/heatmap/helpers/types.js +1 -0
- package/lib/heatmap/index.d.ts +453 -0
- package/lib/heatmap/index.js +1104 -0
- package/lib/heatmap/themes/halo/dark/index.js +4 -0
- package/lib/heatmap/themes/halo/light/index.js +4 -0
- package/lib/heatmap/themes/solar/charcoal/index.js +4 -0
- package/lib/heatmap/themes/solar/pearl/index.js +4 -0
- package/lib/icon/custom-elements.json +34 -0
- package/lib/icon/index.d.ts +87 -0
- package/lib/icon/index.js +161 -0
- package/lib/icon/themes/halo/dark/index.js +2 -0
- package/lib/icon/themes/halo/light/index.js +2 -0
- package/lib/icon/themes/solar/charcoal/index.js +2 -0
- package/lib/icon/themes/solar/pearl/index.js +2 -0
- package/lib/icon/utils/IconLoader.d.ts +47 -0
- package/lib/icon/utils/IconLoader.js +86 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +2 -0
- package/lib/interactive-chart/custom-elements.json +86 -0
- package/lib/interactive-chart/helpers/merge.d.ts +15 -0
- package/lib/interactive-chart/helpers/merge.js +28 -0
- package/lib/interactive-chart/helpers/types.d.ts +45 -0
- package/lib/interactive-chart/helpers/types.js +6 -0
- package/lib/interactive-chart/index.d.ts +380 -0
- package/lib/interactive-chart/index.js +1093 -0
- package/lib/interactive-chart/themes/halo/dark/index.js +3 -0
- package/lib/interactive-chart/themes/halo/light/index.js +3 -0
- package/lib/interactive-chart/themes/solar/charcoal/index.js +3 -0
- package/lib/interactive-chart/themes/solar/pearl/index.js +3 -0
- package/lib/item/custom-elements.json +153 -0
- package/lib/item/helpers/types.d.ts +57 -0
- package/lib/item/helpers/types.js +1 -0
- package/lib/item/index.d.ts +149 -0
- package/lib/item/index.js +252 -0
- package/lib/item/themes/halo/dark/index.js +4 -0
- package/lib/item/themes/halo/light/index.js +4 -0
- package/lib/item/themes/solar/charcoal/index.js +4 -0
- package/lib/item/themes/solar/pearl/index.js +4 -0
- package/lib/jsx.d.ts +223 -0
- package/lib/label/custom-elements.json +52 -0
- package/lib/label/index.d.ts +102 -0
- package/lib/label/index.js +252 -0
- package/lib/label/themes/halo/dark/index.js +3 -0
- package/lib/label/themes/halo/light/index.js +3 -0
- package/lib/label/themes/solar/charcoal/index.js +3 -0
- package/lib/label/themes/solar/pearl/index.js +3 -0
- package/lib/layout/custom-elements.json +163 -0
- package/lib/layout/index.d.ts +107 -0
- package/lib/layout/index.js +215 -0
- package/lib/layout/themes/halo/dark/index.js +2 -0
- package/lib/layout/themes/halo/light/index.js +2 -0
- package/lib/layout/themes/solar/charcoal/index.js +2 -0
- package/lib/layout/themes/solar/pearl/index.js +2 -0
- package/lib/led-gauge/custom-elements.json +113 -0
- package/lib/led-gauge/index.d.ts +143 -0
- package/lib/led-gauge/index.js +440 -0
- package/lib/led-gauge/themes/halo/dark/index.js +3 -0
- package/lib/led-gauge/themes/halo/light/index.js +3 -0
- package/lib/led-gauge/themes/solar/charcoal/index.js +3 -0
- package/lib/led-gauge/themes/solar/pearl/index.js +3 -0
- package/lib/list/custom-elements.json +111 -0
- package/lib/list/extensible-function.d.ts +8 -0
- package/lib/list/extensible-function.js +13 -0
- package/lib/list/helpers/list-renderer.d.ts +9 -0
- package/lib/list/helpers/list-renderer.js +35 -0
- package/lib/list/helpers/types.d.ts +3 -0
- package/lib/list/helpers/types.js +1 -0
- package/lib/list/index.d.ts +292 -0
- package/lib/list/index.js +604 -0
- package/lib/list/renderer.d.ts +36 -0
- package/lib/list/renderer.js +9 -0
- package/lib/list/themes/halo/dark/index.js +3 -0
- package/lib/list/themes/halo/light/index.js +3 -0
- package/lib/list/themes/solar/charcoal/index.js +3 -0
- package/lib/list/themes/solar/pearl/index.js +3 -0
- package/lib/loader/custom-elements.json +9 -0
- package/lib/loader/index.d.ts +41 -0
- package/lib/loader/index.js +65 -0
- package/lib/loader/themes/halo/dark/index.js +2 -0
- package/lib/loader/themes/halo/light/index.js +2 -0
- package/lib/loader/themes/solar/charcoal/index.js +2 -0
- package/lib/loader/themes/solar/pearl/index.js +2 -0
- package/lib/multi-input/custom-elements.json +238 -0
- package/lib/multi-input/helpers/types.d.ts +11 -0
- package/lib/multi-input/helpers/types.js +1 -0
- package/lib/multi-input/index.d.ts +297 -0
- package/lib/multi-input/index.js +591 -0
- package/lib/multi-input/themes/halo/dark/index.js +4 -0
- package/lib/multi-input/themes/halo/light/index.js +4 -0
- package/lib/multi-input/themes/solar/charcoal/index.js +4 -0
- package/lib/multi-input/themes/solar/pearl/index.js +4 -0
- package/lib/notification/custom-elements.json +95 -0
- package/lib/notification/elements/notification-tray.d.ts +97 -0
- package/lib/notification/elements/notification-tray.js +170 -0
- package/lib/notification/elements/notification.d.ts +90 -0
- package/lib/notification/elements/notification.js +157 -0
- package/lib/notification/helpers/status.d.ts +30 -0
- package/lib/notification/helpers/status.js +130 -0
- package/lib/notification/helpers/types.d.ts +10 -0
- package/lib/notification/helpers/types.js +1 -0
- package/lib/notification/index.d.ts +2 -0
- package/lib/notification/index.js +2 -0
- package/lib/notification/themes/halo/dark/index.js +5 -0
- package/lib/notification/themes/halo/light/index.js +5 -0
- package/lib/notification/themes/solar/charcoal/index.js +5 -0
- package/lib/notification/themes/solar/pearl/index.js +5 -0
- package/lib/number-field/custom-elements.json +200 -0
- package/lib/number-field/index.d.ts +294 -0
- package/lib/number-field/index.js +708 -0
- package/lib/number-field/themes/halo/dark/index.js +3 -0
- package/lib/number-field/themes/halo/light/index.js +3 -0
- package/lib/number-field/themes/solar/charcoal/index.js +3 -0
- package/lib/number-field/themes/solar/pearl/index.js +3 -0
- package/lib/overlay/custom-elements.json +342 -0
- package/lib/overlay/elements/overlay-backdrop.d.ts +46 -0
- package/lib/overlay/elements/overlay-backdrop.js +67 -0
- package/lib/overlay/elements/overlay-viewport.d.ts +40 -0
- package/lib/overlay/elements/overlay-viewport.js +56 -0
- package/lib/overlay/elements/overlay.d.ts +403 -0
- package/lib/overlay/elements/overlay.js +1427 -0
- package/lib/overlay/helpers/functions.d.ts +13 -0
- package/lib/overlay/helpers/functions.js +16 -0
- package/lib/overlay/helpers/types.d.ts +97 -0
- package/lib/overlay/helpers/types.js +16 -0
- package/lib/overlay/index.d.ts +2 -0
- package/lib/overlay/index.js +1 -0
- package/lib/overlay/managers/backdrop-manager.d.ts +45 -0
- package/lib/overlay/managers/backdrop-manager.js +96 -0
- package/lib/overlay/managers/close-manager.d.ts +54 -0
- package/lib/overlay/managers/close-manager.js +138 -0
- package/lib/overlay/managers/focus-manager.d.ts +71 -0
- package/lib/overlay/managers/focus-manager.js +228 -0
- package/lib/overlay/managers/interaction-lock-manager.d.ts +138 -0
- package/lib/overlay/managers/interaction-lock-manager.js +375 -0
- package/lib/overlay/managers/viewport-manager.d.ts +93 -0
- package/lib/overlay/managers/viewport-manager.js +207 -0
- package/lib/overlay/managers/zindex-manager.d.ts +80 -0
- package/lib/overlay/managers/zindex-manager.js +195 -0
- package/lib/overlay/themes/halo/dark/index.js +4 -0
- package/lib/overlay/themes/halo/light/index.js +4 -0
- package/lib/overlay/themes/solar/charcoal/index.js +4 -0
- package/lib/overlay/themes/solar/pearl/index.js +4 -0
- package/lib/overlay-menu/custom-elements.json +196 -0
- package/lib/overlay-menu/helpers/types.d.ts +8 -0
- package/lib/overlay-menu/helpers/types.js +1 -0
- package/lib/overlay-menu/helpers/uuid.d.ts +7 -0
- package/lib/overlay-menu/helpers/uuid.js +13 -0
- package/lib/overlay-menu/index.d.ts +380 -0
- package/lib/overlay-menu/index.js +921 -0
- package/lib/overlay-menu/managers/menu-manager.d.ts +98 -0
- package/lib/overlay-menu/managers/menu-manager.js +240 -0
- package/lib/overlay-menu/themes/halo/dark/index.js +5 -0
- package/lib/overlay-menu/themes/halo/light/index.js +5 -0
- package/lib/overlay-menu/themes/solar/charcoal/index.js +5 -0
- package/lib/overlay-menu/themes/solar/pearl/index.js +5 -0
- package/lib/pagination/custom-elements.json +93 -0
- package/lib/pagination/helpers/types.d.ts +9 -0
- package/lib/pagination/helpers/types.js +1 -0
- package/lib/pagination/index.d.ts +207 -0
- package/lib/pagination/index.js +400 -0
- package/lib/pagination/themes/halo/dark/index.js +6 -0
- package/lib/pagination/themes/halo/light/index.js +6 -0
- package/lib/pagination/themes/solar/charcoal/index.js +6 -0
- package/lib/pagination/themes/solar/pearl/index.js +6 -0
- package/lib/panel/custom-elements.json +39 -0
- package/lib/panel/index.d.ts +48 -0
- package/lib/panel/index.js +77 -0
- package/lib/panel/themes/halo/dark/index.js +2 -0
- package/lib/panel/themes/halo/light/index.js +2 -0
- package/lib/panel/themes/solar/charcoal/index.js +2 -0
- package/lib/panel/themes/solar/pearl/index.js +2 -0
- package/lib/password-field/custom-elements.json +156 -0
- package/lib/password-field/index.d.ts +140 -0
- package/lib/password-field/index.js +258 -0
- package/lib/password-field/themes/halo/dark/index.js +3 -0
- package/lib/password-field/themes/halo/light/index.js +3 -0
- package/lib/password-field/themes/solar/charcoal/index.js +3 -0
- package/lib/password-field/themes/solar/pearl/index.js +3 -0
- package/lib/pill/custom-elements.json +95 -0
- package/lib/pill/index.d.ts +97 -0
- package/lib/pill/index.js +162 -0
- package/lib/pill/themes/halo/dark/index.js +3 -0
- package/lib/pill/themes/halo/light/index.js +3 -0
- package/lib/pill/themes/solar/charcoal/index.js +3 -0
- package/lib/pill/themes/solar/pearl/index.js +3 -0
- package/lib/progress-bar/custom-elements.json +58 -0
- package/lib/progress-bar/index.d.ts +82 -0
- package/lib/progress-bar/index.js +159 -0
- package/lib/progress-bar/themes/halo/dark/index.js +2 -0
- package/lib/progress-bar/themes/halo/light/index.js +2 -0
- package/lib/progress-bar/themes/solar/charcoal/index.js +2 -0
- package/lib/progress-bar/themes/solar/pearl/index.js +2 -0
- package/lib/radio-button/custom-elements.json +84 -0
- package/lib/radio-button/index.d.ts +106 -0
- package/lib/radio-button/index.js +195 -0
- package/lib/radio-button/radio-button-registry.d.ts +21 -0
- package/lib/radio-button/radio-button-registry.js +40 -0
- package/lib/radio-button/themes/halo/dark/index.js +3 -0
- package/lib/radio-button/themes/halo/light/index.js +3 -0
- package/lib/radio-button/themes/solar/charcoal/index.js +3 -0
- package/lib/radio-button/themes/solar/pearl/index.js +3 -0
- package/lib/rating/custom-elements.json +58 -0
- package/lib/rating/index.d.ts +91 -0
- package/lib/rating/index.js +158 -0
- package/lib/rating/themes/halo/dark/index.js +2 -0
- package/lib/rating/themes/halo/light/index.js +2 -0
- package/lib/rating/themes/solar/charcoal/index.js +2 -0
- package/lib/rating/themes/solar/pearl/index.js +2 -0
- package/lib/search-field/custom-elements.json +173 -0
- package/lib/search-field/index.d.ts +134 -0
- package/lib/search-field/index.js +254 -0
- package/lib/search-field/themes/halo/dark/index.js +3 -0
- package/lib/search-field/themes/halo/light/index.js +3 -0
- package/lib/search-field/themes/solar/charcoal/index.js +3 -0
- package/lib/search-field/themes/solar/pearl/index.js +3 -0
- package/lib/select/custom-elements.json +103 -0
- package/lib/select/helpers/types.d.ts +3 -0
- package/lib/select/helpers/types.js +1 -0
- package/lib/select/index.d.ts +388 -0
- package/lib/select/index.js +942 -0
- package/lib/select/themes/halo/dark/index.js +5 -0
- package/lib/select/themes/halo/light/index.js +5 -0
- package/lib/select/themes/solar/charcoal/index.js +5 -0
- package/lib/select/themes/solar/pearl/index.js +5 -0
- package/lib/sidebar-layout/custom-elements.json +72 -0
- package/lib/sidebar-layout/index.d.ts +69 -0
- package/lib/sidebar-layout/index.js +135 -0
- package/lib/sidebar-layout/themes/halo/dark/index.js +3 -0
- package/lib/sidebar-layout/themes/halo/light/index.js +3 -0
- package/lib/sidebar-layout/themes/solar/charcoal/index.js +3 -0
- package/lib/sidebar-layout/themes/solar/pearl/index.js +3 -0
- package/lib/slider/custom-elements.json +181 -0
- package/lib/slider/index.d.ts +409 -0
- package/lib/slider/index.js +1188 -0
- package/lib/slider/themes/halo/dark/index.js +3 -0
- package/lib/slider/themes/halo/light/index.js +3 -0
- package/lib/slider/themes/solar/charcoal/index.js +3 -0
- package/lib/slider/themes/solar/pearl/index.js +3 -0
- package/lib/sparkline/custom-elements.json +59 -0
- package/lib/sparkline/index.d.ts +107 -0
- package/lib/sparkline/index.js +188 -0
- package/lib/sparkline/themes/halo/dark/index.js +2 -0
- package/lib/sparkline/themes/halo/light/index.js +2 -0
- package/lib/sparkline/themes/solar/charcoal/index.js +2 -0
- package/lib/sparkline/themes/solar/pearl/index.js +2 -0
- package/lib/swing-gauge/const.d.ts +22 -0
- package/lib/swing-gauge/const.js +26 -0
- package/lib/swing-gauge/custom-elements.json +109 -0
- package/lib/swing-gauge/helpers.d.ts +8 -0
- package/lib/swing-gauge/helpers.js +105 -0
- package/lib/swing-gauge/index.d.ts +294 -0
- package/lib/swing-gauge/index.js +762 -0
- package/lib/swing-gauge/themes/halo/dark/index.js +3 -0
- package/lib/swing-gauge/themes/halo/light/index.js +3 -0
- package/lib/swing-gauge/themes/solar/charcoal/index.js +3 -0
- package/lib/swing-gauge/themes/solar/pearl/index.js +3 -0
- package/lib/swing-gauge/types.d.ts +34 -0
- package/lib/swing-gauge/types.js +1 -0
- package/lib/tab/custom-elements.json +123 -0
- package/lib/tab/index.d.ts +118 -0
- package/lib/tab/index.js +211 -0
- package/lib/tab/themes/halo/dark/index.js +4 -0
- package/lib/tab/themes/halo/light/index.js +4 -0
- package/lib/tab/themes/solar/charcoal/index.js +4 -0
- package/lib/tab/themes/solar/pearl/index.js +4 -0
- package/lib/tab-bar/custom-elements.json +52 -0
- package/lib/tab-bar/helpers/animate.d.ts +16 -0
- package/lib/tab-bar/helpers/animate.js +53 -0
- package/lib/tab-bar/index.d.ts +108 -0
- package/lib/tab-bar/index.js +220 -0
- package/lib/tab-bar/themes/halo/dark/index.js +4 -0
- package/lib/tab-bar/themes/halo/light/index.js +4 -0
- package/lib/tab-bar/themes/solar/charcoal/index.js +4 -0
- package/lib/tab-bar/themes/solar/pearl/index.js +4 -0
- package/lib/text-field/custom-elements.json +210 -0
- package/lib/text-field/index.d.ts +171 -0
- package/lib/text-field/index.js +319 -0
- package/lib/text-field/themes/halo/dark/index.js +3 -0
- package/lib/text-field/themes/halo/light/index.js +3 -0
- package/lib/text-field/themes/solar/charcoal/index.js +3 -0
- package/lib/text-field/themes/solar/pearl/index.js +3 -0
- package/lib/time-picker/custom-elements.json +124 -0
- package/lib/time-picker/index.d.ts +379 -0
- package/lib/time-picker/index.js +777 -0
- package/lib/time-picker/themes/halo/dark/index.js +4 -0
- package/lib/time-picker/themes/halo/light/index.js +4 -0
- package/lib/time-picker/themes/solar/charcoal/index.js +4 -0
- package/lib/time-picker/themes/solar/pearl/index.js +4 -0
- package/lib/toggle/custom-elements.json +84 -0
- package/lib/toggle/index.d.ts +77 -0
- package/lib/toggle/index.js +134 -0
- package/lib/toggle/themes/halo/dark/index.js +2 -0
- package/lib/toggle/themes/halo/light/index.js +2 -0
- package/lib/toggle/themes/solar/charcoal/index.js +2 -0
- package/lib/toggle/themes/solar/pearl/index.js +2 -0
- package/lib/tooltip/custom-elements.json +62 -0
- package/lib/tooltip/elements/title-tooltip.d.ts +1 -0
- package/lib/tooltip/elements/title-tooltip.js +18 -0
- package/lib/tooltip/elements/tooltip-element.d.ts +21 -0
- package/lib/tooltip/elements/tooltip-element.js +54 -0
- package/lib/tooltip/helpers/overflow-tooltip.d.ts +9 -0
- package/lib/tooltip/helpers/overflow-tooltip.js +19 -0
- package/lib/tooltip/helpers/renderer.d.ts +8 -0
- package/lib/tooltip/helpers/renderer.js +11 -0
- package/lib/tooltip/helpers/types.d.ts +23 -0
- package/lib/tooltip/helpers/types.js +1 -0
- package/lib/tooltip/index.d.ts +232 -0
- package/lib/tooltip/index.js +479 -0
- package/lib/tooltip/managers/tooltip-manager.d.ts +15 -0
- package/lib/tooltip/managers/tooltip-manager.js +144 -0
- package/lib/tooltip/themes/halo/dark/index.js +3 -0
- package/lib/tooltip/themes/halo/light/index.js +3 -0
- package/lib/tooltip/themes/solar/charcoal/index.js +3 -0
- package/lib/tooltip/themes/solar/pearl/index.js +3 -0
- package/lib/tornado-chart/custom-elements.json +45 -0
- package/lib/tornado-chart/elements/tornado-chart.d.ts +78 -0
- package/lib/tornado-chart/elements/tornado-chart.js +125 -0
- package/lib/tornado-chart/elements/tornado-item.d.ts +110 -0
- package/lib/tornado-chart/elements/tornado-item.js +209 -0
- package/lib/tornado-chart/index.d.ts +2 -0
- package/lib/tornado-chart/index.js +2 -0
- package/lib/tornado-chart/themes/halo/dark/index.js +6 -0
- package/lib/tornado-chart/themes/halo/light/index.js +6 -0
- package/lib/tornado-chart/themes/solar/charcoal/index.js +6 -0
- package/lib/tornado-chart/themes/solar/pearl/index.js +6 -0
- package/lib/tree/custom-elements.json +100 -0
- package/lib/tree/elements/tree-item.d.ts +96 -0
- package/lib/tree/elements/tree-item.js +182 -0
- package/lib/tree/elements/tree.d.ts +156 -0
- package/lib/tree/elements/tree.js +286 -0
- package/lib/tree/helpers/renderer.d.ts +5 -0
- package/lib/tree/helpers/renderer.js +33 -0
- package/lib/tree/helpers/types.d.ts +17 -0
- package/lib/tree/helpers/types.js +1 -0
- package/lib/tree/index.d.ts +4 -0
- package/lib/tree/index.js +3 -0
- package/lib/tree/managers/tree-manager.d.ts +236 -0
- package/lib/tree/managers/tree-manager.js +379 -0
- package/lib/tree/themes/halo/dark/index.js +7 -0
- package/lib/tree/themes/halo/light/index.js +7 -0
- package/lib/tree/themes/solar/charcoal/index.js +7 -0
- package/lib/tree/themes/solar/pearl/index.js +7 -0
- package/lib/tree-select/custom-elements.json +107 -0
- package/lib/tree-select/helpers/types.d.ts +4 -0
- package/lib/tree-select/helpers/types.js +1 -0
- package/lib/tree-select/index.d.ts +400 -0
- package/lib/tree-select/index.js +881 -0
- package/lib/tree-select/themes/halo/dark/index.js +12 -0
- package/lib/tree-select/themes/halo/light/index.js +12 -0
- package/lib/tree-select/themes/solar/charcoal/index.js +12 -0
- package/lib/tree-select/themes/solar/pearl/index.js +12 -0
- package/package.json +9 -9
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
var Easings;
|
|
2
|
+
(function (Easings) {
|
|
3
|
+
Easings["EaseOutQuad"] = "easeOutQuad";
|
|
4
|
+
})(Easings || (Easings = {}));
|
|
5
|
+
const ANIMATION_DURATION = 100; // specifies the length of time an animation should take to complete
|
|
6
|
+
const DEFAULT_EASING = Easings.EaseOutQuad;
|
|
7
|
+
/**
|
|
8
|
+
* Common easing equations from https://easings.net
|
|
9
|
+
* @param name type of easing
|
|
10
|
+
* @returns easing function
|
|
11
|
+
*/
|
|
12
|
+
const functionEasings = {
|
|
13
|
+
/**
|
|
14
|
+
* Decelerating to zero velocity
|
|
15
|
+
* @param time current time or position
|
|
16
|
+
* @returns easing value
|
|
17
|
+
*/
|
|
18
|
+
easeOutQuad: (time) => {
|
|
19
|
+
return time * (2 - time);
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Common easing equations from https://easings.net
|
|
24
|
+
* @param configs animate config
|
|
25
|
+
* @returns {void}
|
|
26
|
+
*/
|
|
27
|
+
const tweenAnimate = (configs) => {
|
|
28
|
+
let animate;
|
|
29
|
+
const { target, startPosition, endPosition, duration = ANIMATION_DURATION, easing = DEFAULT_EASING, complete } = configs;
|
|
30
|
+
if (!target) {
|
|
31
|
+
throw new TypeError('No target argument passed');
|
|
32
|
+
}
|
|
33
|
+
const startTime = 'now' in window.performance ? performance.now() : new Date().getTime();
|
|
34
|
+
const delta = endPosition - startPosition;
|
|
35
|
+
const tweenLoop = () => {
|
|
36
|
+
const currentTime = 'now' in window.performance ? performance.now() : new Date().getTime();
|
|
37
|
+
const step = Math.min(1, ((currentTime - startTime) / duration));
|
|
38
|
+
const factor = functionEasings[easing](step); // factor can be a decimal
|
|
39
|
+
configs.target.scrollLeft = startPosition + delta * factor;
|
|
40
|
+
if (step < 1 && configs.target.scrollLeft !== endPosition) {
|
|
41
|
+
animate = requestAnimationFrame(tweenLoop);
|
|
42
|
+
}
|
|
43
|
+
else {
|
|
44
|
+
cancelAnimationFrame(animate);
|
|
45
|
+
if (typeof complete === 'function') {
|
|
46
|
+
complete();
|
|
47
|
+
}
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
tweenLoop();
|
|
52
|
+
};
|
|
53
|
+
export { tweenAnimate, ANIMATION_DURATION };
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { JSXInterface } from '../jsx';
|
|
2
|
+
import { TemplateResult, CSSResult, PropertyValues, ResponsiveElement, ElementSize } from '@refinitiv-ui/core';
|
|
3
|
+
import '../button';
|
|
4
|
+
/**
|
|
5
|
+
* Container for tabs
|
|
6
|
+
*/
|
|
7
|
+
export declare class TabBar extends ResponsiveElement {
|
|
8
|
+
/**
|
|
9
|
+
* Element version number
|
|
10
|
+
* @returns version number
|
|
11
|
+
*/
|
|
12
|
+
static get version(): string;
|
|
13
|
+
/**
|
|
14
|
+
* A `CSSResult` that will be used
|
|
15
|
+
* to style the host, slotted children
|
|
16
|
+
* and the internal template of the element.
|
|
17
|
+
* @returns CSS template
|
|
18
|
+
*/
|
|
19
|
+
static get styles(): CSSResult | CSSResult[];
|
|
20
|
+
/**
|
|
21
|
+
* Specify tab's horizontal alignment
|
|
22
|
+
*/
|
|
23
|
+
alignment: 'left' | 'center' | 'right';
|
|
24
|
+
/**
|
|
25
|
+
* Use level styling from theme
|
|
26
|
+
*/
|
|
27
|
+
level: '1' | '2' | '3';
|
|
28
|
+
/**
|
|
29
|
+
* Use to switch from horizontal to vertical layout.
|
|
30
|
+
*/
|
|
31
|
+
vertical: boolean;
|
|
32
|
+
private content;
|
|
33
|
+
private leftBtn;
|
|
34
|
+
private rightBtn;
|
|
35
|
+
private isScrolling;
|
|
36
|
+
/**
|
|
37
|
+
* Called after the element’s DOM has been updated the first time.
|
|
38
|
+
* register scroll event on content element to toggle scroll button
|
|
39
|
+
* @param changedProperties Properties that has changed
|
|
40
|
+
* @returns {void}
|
|
41
|
+
*/
|
|
42
|
+
protected firstUpdated(changedProperties: PropertyValues): void;
|
|
43
|
+
/**
|
|
44
|
+
* Called when the element’s DOM has been updated and rendered
|
|
45
|
+
* @param changedProperties Properties that has changed
|
|
46
|
+
* @returns {void}
|
|
47
|
+
*/
|
|
48
|
+
protected updated(changedProperties: PropertyValues): void;
|
|
49
|
+
/**
|
|
50
|
+
* private method but can't override
|
|
51
|
+
* access modifiers in typescript.
|
|
52
|
+
* @ignore
|
|
53
|
+
* @param size element dimensions
|
|
54
|
+
* @returns {void}
|
|
55
|
+
*/
|
|
56
|
+
resizedCallback(size: ElementSize): void;
|
|
57
|
+
/**
|
|
58
|
+
* Hide all scroll buttons
|
|
59
|
+
* @returns {void}
|
|
60
|
+
*/
|
|
61
|
+
private hideScrollButtons;
|
|
62
|
+
/**
|
|
63
|
+
* Hide/Show scroll button when element is overflow.
|
|
64
|
+
* @param elementWidth width of element
|
|
65
|
+
* @returns {void}
|
|
66
|
+
*/
|
|
67
|
+
private toggleScrollButton;
|
|
68
|
+
/**
|
|
69
|
+
* Set tab level attribute accordingly
|
|
70
|
+
* @returns {void}
|
|
71
|
+
*/
|
|
72
|
+
private setLevel;
|
|
73
|
+
/**
|
|
74
|
+
* Detects when slot changes
|
|
75
|
+
* @returns {void}
|
|
76
|
+
*/
|
|
77
|
+
private onSlotChange;
|
|
78
|
+
/**
|
|
79
|
+
* Update scroll position when clicked on left button
|
|
80
|
+
* @returns {void}
|
|
81
|
+
*/
|
|
82
|
+
private handleScrollLeft;
|
|
83
|
+
/**
|
|
84
|
+
* Update scroll position when clicked on right button
|
|
85
|
+
* @returns {void}
|
|
86
|
+
*/
|
|
87
|
+
private handleScrollRight;
|
|
88
|
+
/**
|
|
89
|
+
* A `TemplateResult` that will be used
|
|
90
|
+
* to render the updated internal template.
|
|
91
|
+
* @return Render template
|
|
92
|
+
*/
|
|
93
|
+
protected render(): TemplateResult;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
declare global {
|
|
97
|
+
interface HTMLElementTagNameMap {
|
|
98
|
+
'ef-tab-bar': TabBar;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
namespace JSX {
|
|
102
|
+
interface IntrinsicElements {
|
|
103
|
+
'ef-tab-bar': Partial<TabBar> | JSXInterface.HTMLAttributes<TabBar>;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export {};
|
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { html, css, customElement, property, query, ResponsiveElement } from '@refinitiv-ui/core';
|
|
8
|
+
import { tweenAnimate } from './helpers/animate';
|
|
9
|
+
import '../button';
|
|
10
|
+
import { VERSION } from '../';
|
|
11
|
+
const BAR_TRAVEL_DISTANCE = 150; // scroll distance
|
|
12
|
+
/**
|
|
13
|
+
* Container for tabs
|
|
14
|
+
*/
|
|
15
|
+
let TabBar = class TabBar extends ResponsiveElement {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
/**
|
|
19
|
+
* Specify tab's horizontal alignment
|
|
20
|
+
*/
|
|
21
|
+
this.alignment = 'left';
|
|
22
|
+
/**
|
|
23
|
+
* Use level styling from theme
|
|
24
|
+
*/
|
|
25
|
+
this.level = '1';
|
|
26
|
+
/**
|
|
27
|
+
* Use to switch from horizontal to vertical layout.
|
|
28
|
+
*/
|
|
29
|
+
this.vertical = false;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Element version number
|
|
33
|
+
* @returns version number
|
|
34
|
+
*/
|
|
35
|
+
static get version() {
|
|
36
|
+
return VERSION;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* A `CSSResult` that will be used
|
|
40
|
+
* to style the host, slotted children
|
|
41
|
+
* and the internal template of the element.
|
|
42
|
+
* @returns CSS template
|
|
43
|
+
*/
|
|
44
|
+
static get styles() {
|
|
45
|
+
return css `
|
|
46
|
+
:host {
|
|
47
|
+
display: flex;
|
|
48
|
+
}
|
|
49
|
+
:host([alignment=center]) {
|
|
50
|
+
justify-content: center;
|
|
51
|
+
}
|
|
52
|
+
:host([alignment=right]) {
|
|
53
|
+
justify-content: flex-end;
|
|
54
|
+
}
|
|
55
|
+
`;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Called after the element’s DOM has been updated the first time.
|
|
59
|
+
* register scroll event on content element to toggle scroll button
|
|
60
|
+
* @param changedProperties Properties that has changed
|
|
61
|
+
* @returns {void}
|
|
62
|
+
*/
|
|
63
|
+
firstUpdated(changedProperties) {
|
|
64
|
+
super.firstUpdated(changedProperties);
|
|
65
|
+
this.content.addEventListener('scroll', () => {
|
|
66
|
+
// Clear our timeout throughout the scroll
|
|
67
|
+
window.clearTimeout(this.isScrolling);
|
|
68
|
+
// Set a timeout to run after scrolling ends
|
|
69
|
+
this.isScrolling = window.setTimeout(() => {
|
|
70
|
+
this.toggleScrollButton(this.content.clientWidth);
|
|
71
|
+
}, 66); // equal 15 fps for compatibility
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Called when the element’s DOM has been updated and rendered
|
|
76
|
+
* @param changedProperties Properties that has changed
|
|
77
|
+
* @returns {void}
|
|
78
|
+
*/
|
|
79
|
+
updated(changedProperties) {
|
|
80
|
+
/* istanbul ignore else */
|
|
81
|
+
if (changedProperties.has('level')) {
|
|
82
|
+
this.setLevel();
|
|
83
|
+
}
|
|
84
|
+
if (changedProperties.has('vertical')) {
|
|
85
|
+
// if tab bar changed from horizontal to vertical
|
|
86
|
+
if (this.vertical) {
|
|
87
|
+
this.hideScrollButtons();
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
super.updated(changedProperties);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* private method but can't override
|
|
94
|
+
* access modifiers in typescript.
|
|
95
|
+
* @ignore
|
|
96
|
+
* @param size element dimensions
|
|
97
|
+
* @returns {void}
|
|
98
|
+
*/
|
|
99
|
+
resizedCallback(size) {
|
|
100
|
+
if (!this.vertical) {
|
|
101
|
+
this.toggleScrollButton(size.width);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Hide all scroll buttons
|
|
106
|
+
* @returns {void}
|
|
107
|
+
*/
|
|
108
|
+
hideScrollButtons() {
|
|
109
|
+
this.leftBtn.style.setProperty('display', 'none');
|
|
110
|
+
this.rightBtn.style.setProperty('display', 'none');
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Hide/Show scroll button when element is overflow.
|
|
114
|
+
* @param elementWidth width of element
|
|
115
|
+
* @returns {void}
|
|
116
|
+
*/
|
|
117
|
+
toggleScrollButton(elementWidth) {
|
|
118
|
+
const { scrollLeft, scrollWidth } = this.content;
|
|
119
|
+
if (this.vertical) {
|
|
120
|
+
return;
|
|
121
|
+
}
|
|
122
|
+
// handle left button
|
|
123
|
+
if (scrollLeft > 0) {
|
|
124
|
+
this.leftBtn.style.setProperty('display', 'flex');
|
|
125
|
+
}
|
|
126
|
+
else {
|
|
127
|
+
this.leftBtn.style.setProperty('display', 'none');
|
|
128
|
+
}
|
|
129
|
+
// handle right button
|
|
130
|
+
if (Math.floor(scrollWidth - scrollLeft) > Math.round(elementWidth)) {
|
|
131
|
+
this.rightBtn.style.setProperty('display', 'flex');
|
|
132
|
+
}
|
|
133
|
+
else {
|
|
134
|
+
this.rightBtn.style.setProperty('display', 'none');
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Set tab level attribute accordingly
|
|
139
|
+
* @returns {void}
|
|
140
|
+
*/
|
|
141
|
+
setLevel() {
|
|
142
|
+
const tabList = this.querySelectorAll('ef-tab');
|
|
143
|
+
tabList.forEach((tab) => {
|
|
144
|
+
tab.level = this.level;
|
|
145
|
+
});
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* Detects when slot changes
|
|
149
|
+
* @returns {void}
|
|
150
|
+
*/
|
|
151
|
+
onSlotChange() {
|
|
152
|
+
this.setLevel();
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* Update scroll position when clicked on left button
|
|
156
|
+
* @returns {void}
|
|
157
|
+
*/
|
|
158
|
+
handleScrollLeft() {
|
|
159
|
+
const { scrollLeft } = this.content;
|
|
160
|
+
const availableScrollLeft = scrollLeft;
|
|
161
|
+
let endPosition = scrollLeft - BAR_TRAVEL_DISTANCE;
|
|
162
|
+
// If the space available is less than one half lots of our desired distance, just move to the leftest
|
|
163
|
+
if (availableScrollLeft < BAR_TRAVEL_DISTANCE * 1.5) {
|
|
164
|
+
endPosition = 0;
|
|
165
|
+
}
|
|
166
|
+
tweenAnimate({ target: this.content, startPosition: scrollLeft, endPosition });
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* Update scroll position when clicked on right button
|
|
170
|
+
* @returns {void}
|
|
171
|
+
*/
|
|
172
|
+
handleScrollRight() {
|
|
173
|
+
const { scrollLeft, scrollWidth, clientWidth } = this.content;
|
|
174
|
+
const availableScrollRight = scrollWidth - (scrollLeft + clientWidth);
|
|
175
|
+
let endPosition = scrollLeft + BAR_TRAVEL_DISTANCE;
|
|
176
|
+
// If the space available is less than one half lots of our desired distance, just move the whole amount
|
|
177
|
+
if (availableScrollRight < BAR_TRAVEL_DISTANCE * 1.5) {
|
|
178
|
+
endPosition = scrollLeft + availableScrollRight;
|
|
179
|
+
}
|
|
180
|
+
tweenAnimate({ target: this.content, startPosition: scrollLeft, endPosition });
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* A `TemplateResult` that will be used
|
|
184
|
+
* to render the updated internal template.
|
|
185
|
+
* @return Render template
|
|
186
|
+
*/
|
|
187
|
+
render() {
|
|
188
|
+
return html `
|
|
189
|
+
<ef-button icon="left" part="left-btn" @tap=${this.handleScrollLeft}></ef-button>
|
|
190
|
+
<div part="content">
|
|
191
|
+
<slot @slotchange=${this.onSlotChange}></slot>
|
|
192
|
+
</div>
|
|
193
|
+
<ef-button icon="right" part="right-btn" @tap=${this.handleScrollRight}></ef-button>
|
|
194
|
+
`;
|
|
195
|
+
}
|
|
196
|
+
};
|
|
197
|
+
__decorate([
|
|
198
|
+
property({ type: String, reflect: true })
|
|
199
|
+
], TabBar.prototype, "alignment", void 0);
|
|
200
|
+
__decorate([
|
|
201
|
+
property({ type: String, reflect: true })
|
|
202
|
+
], TabBar.prototype, "level", void 0);
|
|
203
|
+
__decorate([
|
|
204
|
+
property({ type: Boolean, reflect: true })
|
|
205
|
+
], TabBar.prototype, "vertical", void 0);
|
|
206
|
+
__decorate([
|
|
207
|
+
query('[part="content"')
|
|
208
|
+
], TabBar.prototype, "content", void 0);
|
|
209
|
+
__decorate([
|
|
210
|
+
query('[part="left-btn"]')
|
|
211
|
+
], TabBar.prototype, "leftBtn", void 0);
|
|
212
|
+
__decorate([
|
|
213
|
+
query('[part="right-btn"]')
|
|
214
|
+
], TabBar.prototype, "rightBtn", void 0);
|
|
215
|
+
TabBar = __decorate([
|
|
216
|
+
customElement('ef-tab-bar', {
|
|
217
|
+
alias: 'coral-tab-bar'
|
|
218
|
+
})
|
|
219
|
+
], TabBar);
|
|
220
|
+
export { TabBar };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import '@refinitiv-ui/elements/lib/tab/themes/halo/dark';
|
|
2
|
+
import '@refinitiv-ui/elements/lib/button/themes/halo/dark';
|
|
3
|
+
|
|
4
|
+
elf.customStyles.define('ef-tab-bar', ':host{position:relative;background-color:#1a1a1a}:host [part=content]{display:flex;overflow:hidden}:host [part=left-btn],:host [part=right-btn]{display:none;position:absolute;height:auto;margin:auto;z-index:2;top:0;bottom:0;background-color:#404040;width:36px;border:none}:host [part=left-btn]:hover,:host [part=right-btn]:hover{background-color:#334bff}:host [part=left-btn]:active,:host [part=right-btn]:active{background-color:#0f1e8a}:host [part=left-btn]:focus:not([focused]),:host [part=left-btn][focused=visible],:host [part=right-btn]:focus:not([focused]),:host [part=right-btn][focused=visible]{background-color:#4158ff}:host [part=left-btn]:focus:not([focused]):not([active]):not(:hover),:host [part=left-btn][focused=visible]:not([active]):not(:hover),:host [part=right-btn]:focus:not([focused]):not([active]):not(:hover),:host [part=right-btn][focused=visible]:not([active]):not(:hover){color:#6678ff;background-color:#404040}:host [part=left-btn]{left:0}:host [part=right-btn]{right:0}:host([vertical]){width:180px;flex-shrink:0}:host([vertical]) [part=content]{flex-direction:column}:host([vertical]) [part=content] ::slotted(ef-tab){justify-content:flex-start;border-bottom:1px solid #404040}:host [part=left-btn]::after,:host [part=right-btn]::after{content:\'\';position:absolute;margin:auto;width:1px;background:#404040;height:70%;top:0;bottom:0}:host([level="1"]) [part=left-btn]::after,:host([level="1"]) [part=right-btn]::after{content:none}:host([level="1"]) [part=left-btn]{border-right:1px solid #0d0d0d}:host([level="1"]) [part=right-btn]{border-left:1px solid #0d0d0d}:host([level="2"]) [part=left-btn]::after,:host([level="3"]) [part=left-btn]::after{right:0}:host([level="2"]) [part=right-btn]::after,:host([level="3"]) [part=right-btn]::after{left:0}:host([level="2"]) [part=left-btn]:not(:active):not(:hover),:host([level="2"]) [part=right-btn]:not(:active):not(:hover){background-color:#262626}:host([level="2"]) [part=left-btn]::after,:host([level="2"]) [part=right-btn]::after{height:70%}:host([level="3"]) [part=left-btn],:host([level="3"]) [part=right-btn]{border-color:transparent}:host([level="3"]) [part=left-btn]:not(:active):not(:hover),:host([level="3"]) [part=right-btn]:not(:active):not(:hover){background-color:#0d0d0d}:host([level="3"]) [part=left-btn]::after,:host([level="3"]) [part=right-btn]::after{height:30%}:host([vertical]) [part=content] ::slotted(ef-tab){border-bottom-color:transparent;border-right:none!important;background:linear-gradient(#1a1a1a,#1a1a1a) left calc(100% + 1px)/2% 1px no-repeat,linear-gradient(#1a1a1a,#1a1a1a) right calc(100% + 1px)/2% 1px no-repeat,linear-gradient(#404040,#404040) center calc(100% + 1px)/100% 1px no-repeat}:host([vertical]) [part=content] ::slotted(ef-tab[active]:not(:active):not(:hover)){background:linear-gradient(#0d0d0d,#0d0d0d) left calc(100% + 1px)/2% 1px no-repeat,linear-gradient(#0d0d0d,#0d0d0d) right calc(100% + 1px)/2% 1px no-repeat,linear-gradient(#404040,#404040) center calc(100% + 1px)/100% 1px no-repeat}:host([vertical]) [part=content] ::slotted(ef-tab:not([active]):not(:active):not(:hover)){background-color:#1a1a1a}:host([vertical]) [part=content] ::slotted(ef-tab:hover){color:#fff;background-color:#334bff}:host([vertical]) [part=content] ::slotted(ef-tab:active){background-color:#0f1e8a}:host([vertical][level="1"]) [part=content] ::slotted(ef-tab[active]:not(:active):not(:hover)),:host([vertical][level="3"]) [part=content] ::slotted(ef-tab[active]:not(:active):not(:hover)){color:#6678ff;background-color:#0d0d0d}');
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import '@refinitiv-ui/elements/lib/tab/themes/halo/light';
|
|
2
|
+
import '@refinitiv-ui/elements/lib/button/themes/halo/light';
|
|
3
|
+
|
|
4
|
+
elf.customStyles.define('ef-tab-bar', ':host{position:relative;background-color:#f2f2f2}:host [part=content]{display:flex;overflow:hidden}:host [part=left-btn],:host [part=right-btn]{display:none;position:absolute;height:auto;margin:auto;z-index:2;top:0;bottom:0;background-color:#e6e6e6;width:36px;border:none}:host [part=left-btn]:hover,:host [part=right-btn]:hover{background-color:#334bff}:host [part=left-btn]:active,:host [part=right-btn]:active{background-color:#0f1e8a}:host [part=left-btn]:focus:not([focused]),:host [part=left-btn][focused=visible],:host [part=right-btn]:focus:not([focused]),:host [part=right-btn][focused=visible]{background-color:#4158ff}:host [part=left-btn]:focus:not([focused]):not([active]):not(:hover),:host [part=left-btn][focused=visible]:not([active]):not(:hover),:host [part=right-btn]:focus:not([focused]):not([active]):not(:hover),:host [part=right-btn][focused=visible]:not([active]):not(:hover){color:#6678ff;background-color:#e6e6e6}:host [part=left-btn]{left:0}:host [part=right-btn]{right:0}:host([vertical]){width:180px;flex-shrink:0}:host([vertical]) [part=content]{flex-direction:column}:host([vertical]) [part=content] ::slotted(ef-tab){justify-content:flex-start;border-bottom:1px solid #d9d9d9}:host [part=left-btn]::after,:host [part=right-btn]::after{content:\'\';position:absolute;margin:auto;width:1px;background:#d9d9d9;height:70%;top:0;bottom:0}:host([level="1"]) [part=left-btn]::after,:host([level="1"]) [part=right-btn]::after{content:none}:host([level="1"]) [part=left-btn]{border-right:1px solid #fff}:host([level="1"]) [part=right-btn]{border-left:1px solid #fff}:host([level="2"]) [part=left-btn]::after,:host([level="3"]) [part=left-btn]::after{right:0}:host([level="2"]) [part=right-btn]::after,:host([level="3"]) [part=right-btn]::after{left:0}:host([level="2"]) [part=left-btn]:not(:active):not(:hover),:host([level="2"]) [part=right-btn]:not(:active):not(:hover){background-color:#f2f2f2}:host([level="2"]) [part=left-btn]::after,:host([level="2"]) [part=right-btn]::after{height:70%}:host([level="3"]) [part=left-btn],:host([level="3"]) [part=right-btn]{border-color:transparent}:host([level="3"]) [part=left-btn]:not(:active):not(:hover),:host([level="3"]) [part=right-btn]:not(:active):not(:hover){background-color:#fff}:host([level="3"]) [part=left-btn]::after,:host([level="3"]) [part=right-btn]::after{height:30%}:host([vertical]) [part=content] ::slotted(ef-tab){border-bottom-color:transparent;border-right:none!important;background:linear-gradient(#f2f2f2,#f2f2f2) left calc(100% + 1px)/2% 1px no-repeat,linear-gradient(#f2f2f2,#f2f2f2) right calc(100% + 1px)/2% 1px no-repeat,linear-gradient(#d9d9d9,#d9d9d9) center calc(100% + 1px)/100% 1px no-repeat}:host([vertical]) [part=content] ::slotted(ef-tab[active]:not(:active):not(:hover)){background:linear-gradient(#fff,#fff) left calc(100% + 1px)/2% 1px no-repeat,linear-gradient(#fff,#fff) right calc(100% + 1px)/2% 1px no-repeat,linear-gradient(#d9d9d9,#d9d9d9) center calc(100% + 1px)/100% 1px no-repeat}:host([vertical]) [part=content] ::slotted(ef-tab:not([active]):not(:active):not(:hover)){background-color:#f2f2f2}:host([vertical]) [part=content] ::slotted(ef-tab:hover){color:#fff;background-color:#334bff}:host([vertical]) [part=content] ::slotted(ef-tab:active){background-color:#0f1e8a}:host([vertical][level="1"]) [part=content] ::slotted(ef-tab[active]:not(:active):not(:hover)),:host([vertical][level="3"]) [part=content] ::slotted(ef-tab[active]:not(:active):not(:hover)){color:#334bff;background-color:#fff}');
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import '@refinitiv-ui/elements/lib/tab/themes/solar/charcoal';
|
|
2
|
+
import '@refinitiv-ui/elements/lib/button/themes/solar/charcoal';
|
|
3
|
+
|
|
4
|
+
elf.customStyles.define('ef-tab-bar', ':host{position:relative;background-color:#151516}:host [part=content]{display:flex;overflow:hidden}:host [part=left-btn],:host [part=right-btn]{display:none;position:absolute;height:auto;margin:auto;z-index:2;top:0;bottom:0;background-color:#bec3cc}:host [part=left-btn]:hover,:host [part=right-btn]:hover{background-color:#c3c7d0}:host [part=left-btn]:active,:host [part=right-btn]:active{background-color:#b1b5be}:host [part=left-btn]:focus:not([focused]),:host [part=left-btn][focused=visible],:host [part=right-btn]:focus:not([focused]),:host [part=right-btn][focused=visible]{background-color:#e32970}:host [part=left-btn]:focus:not([focused]):not([active]):not(:hover),:host [part=left-btn][focused=visible]:not([active]):not(:hover),:host [part=right-btn]:focus:not([focused]):not([active]):not(:hover),:host [part=right-btn][focused=visible]:not([active]):not(:hover){color:#fff;background-color:#bec3cc}:host [part=left-btn]{left:0}:host [part=right-btn]{right:0}:host([vertical]){width:180px;flex-shrink:0}:host([vertical]) [part=content]{flex-direction:column}:host([vertical]) [part=content] ::slotted(ef-tab){justify-content:flex-start;border-bottom:1px solid #4a4a52}');
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import '@refinitiv-ui/elements/lib/tab/themes/solar/pearl';
|
|
2
|
+
import '@refinitiv-ui/elements/lib/button/themes/solar/pearl';
|
|
3
|
+
|
|
4
|
+
elf.customStyles.define('ef-tab-bar', ':host{position:relative;background-color:#c2c2c2}:host [part=content]{display:flex;overflow:hidden}:host [part=left-btn],:host [part=right-btn]{display:none;position:absolute;height:auto;margin:auto;z-index:2;top:0;bottom:0;background-color:#bec3cc}:host [part=left-btn]:hover,:host [part=right-btn]:hover{background-color:#c3c7d0}:host [part=left-btn]:active,:host [part=right-btn]:active{background-color:#b1b5be}:host [part=left-btn]:focus:not([focused]),:host [part=left-btn][focused=visible],:host [part=right-btn]:focus:not([focused]),:host [part=right-btn][focused=visible]{background-color:#e32970}:host [part=left-btn]:focus:not([focused]):not([active]):not(:hover),:host [part=left-btn][focused=visible]:not([active]):not(:hover),:host [part=right-btn]:focus:not([focused]):not([active]):not(:hover),:host [part=right-btn][focused=visible]:not([active]):not(:hover){color:#fff;background-color:#bec3cc}:host [part=left-btn]{left:0}:host [part=right-btn]{right:0}:host([vertical]){width:180px;flex-shrink:0}:host([vertical]) [part=content]{flex-direction:column}:host([vertical]) [part=content] ::slotted(ef-tab){justify-content:flex-start;border-bottom:1px solid #a9afba}');
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "experimental",
|
|
3
|
+
"tags": [
|
|
4
|
+
{
|
|
5
|
+
"name": "ef-text-field",
|
|
6
|
+
"description": "Form control element for text",
|
|
7
|
+
"attributes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "pattern",
|
|
10
|
+
"description": "Set regular expression for input validation",
|
|
11
|
+
"type": "string",
|
|
12
|
+
"default": "\"\""
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "placeholder",
|
|
16
|
+
"description": "Set place holder text",
|
|
17
|
+
"type": "string",
|
|
18
|
+
"default": "\"\""
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "error",
|
|
22
|
+
"description": "Set state to error",
|
|
23
|
+
"type": "boolean",
|
|
24
|
+
"default": "false"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "warning",
|
|
28
|
+
"description": "Set state to warning",
|
|
29
|
+
"type": "boolean",
|
|
30
|
+
"default": "false"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "icon",
|
|
34
|
+
"description": "Specify icon to display in input. Value can be icon name",
|
|
35
|
+
"type": "string",
|
|
36
|
+
"default": "\"\""
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "icon-has-action",
|
|
40
|
+
"description": "Specify when icon need to be clickable",
|
|
41
|
+
"type": "boolean",
|
|
42
|
+
"default": "false"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "transparent",
|
|
46
|
+
"description": "Disables all other states and border/background styles.\nUse with advanced composite elements requiring e.g. multi selection in\ncombo-box when parent container handles element states.",
|
|
47
|
+
"type": "boolean",
|
|
48
|
+
"default": "false"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "maxlength",
|
|
52
|
+
"description": "Set character max limit",
|
|
53
|
+
"type": "number | null"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "minlength",
|
|
57
|
+
"description": "Set character min limit",
|
|
58
|
+
"type": "number | null"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "value",
|
|
62
|
+
"description": "Input's value",
|
|
63
|
+
"type": "string",
|
|
64
|
+
"default": "\"\""
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "readonly",
|
|
68
|
+
"description": "Set readonly state",
|
|
69
|
+
"type": "boolean",
|
|
70
|
+
"default": "\"false\""
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "disabled",
|
|
74
|
+
"description": "Set disabled state",
|
|
75
|
+
"type": "boolean",
|
|
76
|
+
"default": "\"false\""
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"properties": [
|
|
80
|
+
{
|
|
81
|
+
"name": "pattern",
|
|
82
|
+
"attribute": "pattern",
|
|
83
|
+
"description": "Set regular expression for input validation",
|
|
84
|
+
"type": "string",
|
|
85
|
+
"default": "\"\""
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "placeholder",
|
|
89
|
+
"attribute": "placeholder",
|
|
90
|
+
"description": "Set place holder text",
|
|
91
|
+
"type": "string",
|
|
92
|
+
"default": "\"\""
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "error",
|
|
96
|
+
"attribute": "error",
|
|
97
|
+
"description": "Set state to error",
|
|
98
|
+
"type": "boolean",
|
|
99
|
+
"default": "false"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "warning",
|
|
103
|
+
"attribute": "warning",
|
|
104
|
+
"description": "Set state to warning",
|
|
105
|
+
"type": "boolean",
|
|
106
|
+
"default": "false"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "icon",
|
|
110
|
+
"attribute": "icon",
|
|
111
|
+
"description": "Specify icon to display in input. Value can be icon name",
|
|
112
|
+
"type": "string",
|
|
113
|
+
"default": "\"\""
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "iconHasAction",
|
|
117
|
+
"attribute": "icon-has-action",
|
|
118
|
+
"description": "Specify when icon need to be clickable",
|
|
119
|
+
"type": "boolean",
|
|
120
|
+
"default": "false"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "transparent",
|
|
124
|
+
"attribute": "transparent",
|
|
125
|
+
"description": "Disables all other states and border/background styles.\nUse with advanced composite elements requiring e.g. multi selection in\ncombo-box when parent container handles element states.",
|
|
126
|
+
"type": "boolean",
|
|
127
|
+
"default": "false"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "maxLength",
|
|
131
|
+
"attribute": "maxlength",
|
|
132
|
+
"description": "Set character max limit",
|
|
133
|
+
"type": "number | null"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "minLength",
|
|
137
|
+
"attribute": "minlength",
|
|
138
|
+
"description": "Set character min limit",
|
|
139
|
+
"type": "number | null"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "selectionStart",
|
|
143
|
+
"description": "Selection start index",
|
|
144
|
+
"type": "number | null"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "selectionEnd",
|
|
148
|
+
"description": "Selection end index",
|
|
149
|
+
"type": "number | null"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "value",
|
|
153
|
+
"attribute": "value",
|
|
154
|
+
"description": "Input's value",
|
|
155
|
+
"type": "string",
|
|
156
|
+
"default": "\"\""
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "readonly",
|
|
160
|
+
"attribute": "readonly",
|
|
161
|
+
"description": "Set readonly state",
|
|
162
|
+
"type": "boolean",
|
|
163
|
+
"default": "\"false\""
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "disabled",
|
|
167
|
+
"attribute": "disabled",
|
|
168
|
+
"description": "Set disabled state",
|
|
169
|
+
"type": "boolean",
|
|
170
|
+
"default": "\"false\""
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"events": [
|
|
174
|
+
{
|
|
175
|
+
"name": "value-changed",
|
|
176
|
+
"description": "Dispatched when value changes"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "error-changed",
|
|
180
|
+
"description": "Dispatched when error state changes"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "icon-click",
|
|
184
|
+
"description": "Dispatched only when element has icon-has-action attribute and icon is clicked"
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"methods": [
|
|
188
|
+
{
|
|
189
|
+
"name": "select",
|
|
190
|
+
"description": "Select the contents of input",
|
|
191
|
+
"params": []
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "setSelectionRange",
|
|
195
|
+
"description": "Set the selection range",
|
|
196
|
+
"params": [
|
|
197
|
+
{
|
|
198
|
+
"name": "startSelection",
|
|
199
|
+
"description": "Start of selection"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "endSelection",
|
|
203
|
+
"description": "End of the selection"
|
|
204
|
+
}
|
|
205
|
+
]
|
|
206
|
+
}
|
|
207
|
+
]
|
|
208
|
+
}
|
|
209
|
+
]
|
|
210
|
+
}
|