@refinitiv-ui/elements 5.9.1-alpha.0 → 5.10.2-build.1823865528.3.47
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/CHANGELOG.md +46 -9
- package/README.md +4 -4
- package/lib/accordion/index.d.ts +1 -1
- package/lib/accordion/index.js +1 -0
- package/lib/appstate-bar/index.d.ts +1 -1
- package/lib/appstate-bar/index.js +1 -0
- package/lib/autosuggest/helpers/types.d.ts +1 -0
- package/lib/autosuggest/helpers/types.js +1 -0
- package/lib/autosuggest/helpers/utils.d.ts +1 -0
- package/lib/autosuggest/helpers/utils.js +1 -0
- package/lib/autosuggest/index.d.ts +1 -1
- package/lib/autosuggest/index.js +1 -0
- package/lib/button/index.d.ts +11 -5
- package/lib/button/index.js +24 -5
- package/lib/button-bar/index.d.ts +50 -1
- package/lib/button-bar/index.js +150 -9
- package/lib/calendar/constants.d.ts +1 -0
- package/lib/calendar/constants.js +1 -0
- package/lib/calendar/index.d.ts +1 -1
- package/lib/calendar/index.js +1 -0
- package/lib/calendar/locales.d.ts +1 -0
- package/lib/calendar/locales.js +1 -0
- package/lib/calendar/types.d.ts +1 -0
- package/lib/calendar/types.js +1 -0
- package/lib/calendar/utils.d.ts +1 -0
- package/lib/calendar/utils.js +1 -0
- package/lib/canvas/index.d.ts +1 -1
- package/lib/canvas/index.js +1 -0
- package/lib/card/helpers/types.d.ts +1 -0
- package/lib/card/helpers/types.js +1 -0
- package/lib/card/index.d.ts +1 -1
- package/lib/card/index.js +1 -0
- package/lib/chart/helpers/index.d.ts +1 -0
- package/lib/chart/helpers/index.js +1 -0
- package/lib/chart/helpers/legend.d.ts +1 -0
- package/lib/chart/helpers/legend.js +1 -0
- package/lib/chart/helpers/merge.d.ts +1 -0
- package/lib/chart/helpers/merge.js +1 -0
- package/lib/chart/helpers/types.d.ts +1 -0
- package/lib/chart/helpers/types.js +1 -0
- package/lib/chart/index.d.ts +1 -1
- package/lib/chart/index.js +1 -0
- package/lib/chart/plugins/doughnut-center-label.d.ts +1 -0
- package/lib/chart/plugins/doughnut-center-label.js +1 -0
- package/lib/checkbox/index.d.ts +1 -1
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/themes/halo/dark/index.js +1 -1
- package/lib/checkbox/themes/halo/light/index.js +1 -1
- package/lib/clock/index.d.ts +1 -1
- package/lib/clock/index.js +1 -0
- package/lib/clock/utils/TickManager.d.ts +1 -0
- package/lib/clock/utils/TickManager.js +1 -0
- package/lib/clock/utils/timestamps.d.ts +1 -0
- package/lib/clock/utils/timestamps.js +1 -0
- package/lib/collapse/index.d.ts +1 -1
- package/lib/collapse/index.js +1 -0
- package/lib/color-dialog/elements/color-palettes.d.ts +1 -1
- package/lib/color-dialog/elements/color-palettes.js +1 -0
- package/lib/color-dialog/elements/grayscale-palettes.d.ts +1 -1
- package/lib/color-dialog/elements/grayscale-palettes.js +1 -0
- package/lib/color-dialog/elements/palettes.d.ts +1 -0
- package/lib/color-dialog/elements/palettes.js +1 -0
- package/lib/color-dialog/helpers/color-helpers.d.ts +1 -0
- package/lib/color-dialog/helpers/color-helpers.js +1 -0
- package/lib/color-dialog/helpers/value-model.d.ts +1 -0
- package/lib/color-dialog/helpers/value-model.js +1 -0
- package/lib/color-dialog/index.d.ts +1 -1
- package/lib/color-dialog/index.js +1 -0
- package/lib/combo-box/helpers/filter.d.ts +1 -0
- package/lib/combo-box/helpers/filter.js +1 -0
- package/lib/combo-box/helpers/keyboard-event.d.ts +1 -0
- package/lib/combo-box/helpers/keyboard-event.js +1 -0
- package/lib/combo-box/helpers/renderer.d.ts +1 -0
- package/lib/combo-box/helpers/renderer.js +1 -0
- package/lib/combo-box/helpers/types.d.ts +1 -0
- package/lib/combo-box/helpers/types.js +1 -0
- package/lib/combo-box/index.d.ts +1 -1
- package/lib/combo-box/index.js +1 -0
- package/lib/counter/index.d.ts +1 -1
- package/lib/counter/index.js +1 -0
- package/lib/counter/utils.d.ts +1 -0
- package/lib/counter/utils.js +1 -0
- package/lib/datetime-picker/index.d.ts +1 -1
- package/lib/datetime-picker/index.js +1 -0
- package/lib/datetime-picker/locales.d.ts +1 -0
- package/lib/datetime-picker/locales.js +1 -0
- package/lib/datetime-picker/types.d.ts +1 -0
- package/lib/datetime-picker/types.js +1 -0
- package/lib/datetime-picker/utils.d.ts +1 -0
- package/lib/datetime-picker/utils.js +1 -0
- package/lib/dialog/draggable-element.d.ts +1 -0
- package/lib/dialog/draggable-element.js +1 -0
- package/lib/dialog/index.d.ts +1 -1
- package/lib/dialog/index.js +1 -0
- package/lib/email-field/index.d.ts +1 -1
- package/lib/email-field/index.js +1 -0
- package/lib/events.d.ts +1 -0
- package/lib/events.js +1 -0
- package/lib/flag/index.d.ts +1 -1
- package/lib/flag/index.js +1 -0
- package/lib/flag/utils/FlagLoader.d.ts +1 -0
- package/lib/flag/utils/FlagLoader.js +1 -0
- package/lib/header/index.d.ts +1 -1
- package/lib/header/index.js +1 -0
- package/lib/heatmap/helpers/color.d.ts +1 -0
- package/lib/heatmap/helpers/color.js +1 -0
- package/lib/heatmap/helpers/text.d.ts +1 -0
- package/lib/heatmap/helpers/text.js +1 -0
- package/lib/heatmap/helpers/track.d.ts +1 -0
- package/lib/heatmap/helpers/track.js +1 -0
- package/lib/heatmap/helpers/types.d.ts +1 -0
- package/lib/heatmap/helpers/types.js +1 -0
- package/lib/heatmap/index.d.ts +1 -1
- package/lib/heatmap/index.js +1 -0
- package/lib/icon/index.d.ts +1 -1
- package/lib/icon/index.js +1 -0
- package/lib/icon/utils/IconLoader.d.ts +1 -0
- package/lib/icon/utils/IconLoader.js +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/interactive-chart/helpers/merge.d.ts +1 -0
- package/lib/interactive-chart/helpers/merge.js +1 -0
- package/lib/interactive-chart/helpers/types.d.ts +1 -0
- package/lib/interactive-chart/helpers/types.js +1 -0
- package/lib/interactive-chart/index.d.ts +1 -1
- package/lib/interactive-chart/index.js +1 -0
- package/lib/item/helpers/types.d.ts +1 -0
- package/lib/item/helpers/types.js +1 -0
- package/lib/item/index.d.ts +1 -1
- package/lib/item/index.js +1 -0
- package/lib/label/index.d.ts +1 -1
- package/lib/label/index.js +1 -0
- package/lib/layout/index.d.ts +1 -1
- package/lib/layout/index.js +1 -0
- package/lib/led-gauge/index.d.ts +1 -1
- package/lib/led-gauge/index.js +1 -0
- package/lib/list/custom-elements.json +13 -0
- package/lib/list/custom-elements.md +10 -9
- package/lib/list/extensible-function.d.ts +1 -0
- package/lib/list/extensible-function.js +1 -0
- package/lib/list/helpers/list-renderer.d.ts +1 -0
- package/lib/list/helpers/list-renderer.js +1 -0
- package/lib/list/helpers/types.d.ts +1 -0
- package/lib/list/helpers/types.js +1 -0
- package/lib/list/index.d.ts +5 -1
- package/lib/list/index.js +8 -0
- package/lib/list/renderer.d.ts +1 -0
- package/lib/list/renderer.js +1 -0
- package/lib/loader/index.d.ts +1 -1
- package/lib/loader/index.js +1 -0
- package/lib/multi-input/helpers/types.d.ts +1 -0
- package/lib/multi-input/helpers/types.js +1 -0
- package/lib/multi-input/index.d.ts +1 -1
- package/lib/multi-input/index.js +2 -1
- package/lib/notification/elements/notification-tray.d.ts +1 -1
- package/lib/notification/elements/notification-tray.js +1 -0
- package/lib/notification/elements/notification.d.ts +1 -1
- package/lib/notification/elements/notification.js +1 -0
- package/lib/notification/helpers/status.d.ts +1 -0
- package/lib/notification/helpers/status.js +1 -0
- package/lib/notification/helpers/types.d.ts +1 -0
- package/lib/notification/helpers/types.js +1 -0
- package/lib/notification/index.d.ts +1 -0
- package/lib/notification/index.js +1 -0
- package/lib/number-field/index.d.ts +1 -1
- package/lib/number-field/index.js +2 -0
- package/lib/overlay/elements/overlay-backdrop.d.ts +1 -1
- package/lib/overlay/elements/overlay-backdrop.js +1 -0
- package/lib/overlay/elements/overlay-viewport.d.ts +1 -1
- package/lib/overlay/elements/overlay-viewport.js +1 -0
- package/lib/overlay/elements/overlay.d.ts +1 -1
- package/lib/overlay/elements/overlay.js +1 -0
- package/lib/overlay/helpers/functions.d.ts +1 -0
- package/lib/overlay/helpers/functions.js +1 -0
- package/lib/overlay/helpers/types.d.ts +1 -0
- package/lib/overlay/helpers/types.js +1 -0
- package/lib/overlay/index.d.ts +1 -0
- package/lib/overlay/index.js +1 -0
- package/lib/overlay/managers/backdrop-manager.d.ts +1 -0
- package/lib/overlay/managers/backdrop-manager.js +1 -0
- package/lib/overlay/managers/close-manager.d.ts +1 -0
- package/lib/overlay/managers/close-manager.js +1 -0
- package/lib/overlay/managers/focus-manager.d.ts +1 -0
- package/lib/overlay/managers/focus-manager.js +1 -0
- package/lib/overlay/managers/interaction-lock-manager.d.ts +1 -0
- package/lib/overlay/managers/interaction-lock-manager.js +1 -0
- package/lib/overlay/managers/viewport-manager.d.ts +1 -0
- package/lib/overlay/managers/viewport-manager.js +1 -0
- package/lib/overlay/managers/zindex-manager.d.ts +1 -0
- package/lib/overlay/managers/zindex-manager.js +1 -0
- package/lib/overlay-menu/helpers/types.d.ts +1 -0
- package/lib/overlay-menu/helpers/types.js +1 -0
- package/lib/overlay-menu/index.d.ts +1 -1
- package/lib/overlay-menu/index.js +1 -0
- package/lib/overlay-menu/managers/menu-manager.d.ts +1 -0
- package/lib/overlay-menu/managers/menu-manager.js +1 -0
- package/lib/pagination/custom-elements.json +16 -33
- package/lib/pagination/custom-elements.md +8 -9
- package/lib/pagination/index.d.ts +143 -75
- package/lib/pagination/index.js +357 -202
- package/lib/pagination/themes/halo/dark/index.js +1 -1
- package/lib/pagination/themes/halo/light/index.js +1 -1
- package/lib/pagination/themes/solar/charcoal/index.js +1 -1
- package/lib/pagination/themes/solar/pearl/index.js +1 -1
- package/lib/panel/index.d.ts +1 -1
- package/lib/panel/index.js +1 -0
- package/lib/password-field/index.d.ts +1 -1
- package/lib/password-field/index.js +1 -0
- package/lib/pill/index.d.ts +1 -1
- package/lib/pill/index.js +1 -0
- package/lib/progress-bar/index.d.ts +1 -1
- package/lib/progress-bar/index.js +1 -0
- package/lib/radio-button/index.d.ts +1 -1
- package/lib/radio-button/index.js +5 -1
- package/lib/radio-button/radio-button-registry.d.ts +1 -0
- package/lib/radio-button/radio-button-registry.js +1 -0
- package/lib/radio-button/themes/halo/dark/index.js +1 -1
- package/lib/radio-button/themes/halo/light/index.js +1 -1
- package/lib/rating/index.d.ts +1 -1
- package/lib/rating/index.js +1 -0
- package/lib/search-field/index.d.ts +1 -1
- package/lib/search-field/index.js +1 -0
- package/lib/select/helpers/types.d.ts +1 -0
- package/lib/select/helpers/types.js +1 -0
- package/lib/select/index.d.ts +1 -1
- package/lib/select/index.js +1 -0
- package/lib/sidebar-layout/index.d.ts +1 -1
- package/lib/sidebar-layout/index.js +1 -0
- package/lib/slider/index.d.ts +1 -1
- package/lib/slider/index.js +1 -0
- package/lib/sparkline/index.d.ts +1 -1
- package/lib/sparkline/index.js +1 -0
- package/lib/swing-gauge/const.d.ts +1 -0
- package/lib/swing-gauge/const.js +1 -0
- package/lib/swing-gauge/helpers.d.ts +1 -0
- package/lib/swing-gauge/helpers.js +1 -0
- package/lib/swing-gauge/index.d.ts +1 -1
- package/lib/swing-gauge/index.js +1 -0
- package/lib/swing-gauge/types.d.ts +1 -0
- package/lib/swing-gauge/types.js +1 -0
- package/lib/tab/index.d.ts +1 -1
- package/lib/tab/index.js +1 -0
- package/lib/tab-bar/helpers/animate.d.ts +1 -0
- package/lib/tab-bar/helpers/animate.js +1 -0
- package/lib/tab-bar/index.d.ts +1 -1
- package/lib/tab-bar/index.js +1 -0
- package/lib/text-field/index.d.ts +1 -1
- package/lib/text-field/index.js +1 -0
- package/lib/time-picker/index.d.ts +1 -1
- package/lib/time-picker/index.js +1 -0
- package/lib/toggle/index.d.ts +1 -1
- package/lib/toggle/index.js +1 -0
- package/lib/toggle/themes/halo/dark/index.js +1 -1
- package/lib/toggle/themes/halo/light/index.js +1 -1
- package/lib/toggle/themes/solar/charcoal/index.js +1 -1
- package/lib/toggle/themes/solar/pearl/index.js +1 -1
- package/lib/tooltip/elements/title-tooltip.d.ts +1 -0
- package/lib/tooltip/elements/title-tooltip.js +1 -0
- package/lib/tooltip/elements/tooltip-element.d.ts +1 -0
- package/lib/tooltip/elements/tooltip-element.js +1 -0
- package/lib/tooltip/helpers/overflow-tooltip.d.ts +1 -0
- package/lib/tooltip/helpers/overflow-tooltip.js +1 -0
- package/lib/tooltip/helpers/renderer.d.ts +1 -0
- package/lib/tooltip/helpers/renderer.js +1 -0
- package/lib/tooltip/helpers/types.d.ts +1 -0
- package/lib/tooltip/helpers/types.js +1 -0
- package/lib/tooltip/index.d.ts +1 -1
- package/lib/tooltip/index.js +1 -0
- package/lib/tooltip/managers/tooltip-manager.d.ts +1 -0
- package/lib/tooltip/managers/tooltip-manager.js +1 -0
- package/lib/tornado-chart/elements/tornado-chart.d.ts +1 -1
- package/lib/tornado-chart/elements/tornado-chart.js +1 -0
- package/lib/tornado-chart/elements/tornado-item.d.ts +1 -1
- package/lib/tornado-chart/elements/tornado-item.js +1 -0
- package/lib/tornado-chart/index.d.ts +1 -0
- package/lib/tornado-chart/index.js +1 -0
- package/lib/tree/elements/tree-item.d.ts +34 -1
- package/lib/tree/elements/tree-item.js +82 -22
- package/lib/tree/elements/tree.d.ts +2 -1
- package/lib/tree/elements/tree.js +2 -0
- package/lib/tree/helpers/filter.d.ts +1 -0
- package/lib/tree/helpers/filter.js +1 -0
- package/lib/tree/helpers/renderer.d.ts +1 -0
- package/lib/tree/helpers/renderer.js +1 -0
- package/lib/tree/helpers/types.d.ts +1 -0
- package/lib/tree/helpers/types.js +1 -0
- package/lib/tree/index.d.ts +1 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/managers/tree-manager.d.ts +1 -0
- package/lib/tree/managers/tree-manager.js +1 -0
- package/lib/tree-select/helpers/types.d.ts +1 -0
- package/lib/tree-select/helpers/types.js +1 -0
- package/lib/tree-select/index.d.ts +1 -1
- package/lib/tree-select/index.js +1 -0
- package/lib/tree-select/themes/halo/dark/index.js +1 -1
- package/lib/tree-select/themes/halo/light/index.js +1 -1
- package/lib/version.d.ts +1 -0
- package/lib/version.js +2 -1
- package/package.json +24 -295
- package/lib/pagination/helpers/types.d.ts +0 -9
- package/lib/pagination/helpers/types.js +0 -1
|
@@ -3,4 +3,4 @@ import '@refinitiv-ui/elements/lib/text-field/themes/halo/dark';
|
|
|
3
3
|
import '@refinitiv-ui/elements/lib/button-bar/themes/halo/dark';
|
|
4
4
|
import '@refinitiv-ui/elements/lib/layout/themes/halo/dark';
|
|
5
5
|
|
|
6
|
-
elf.customStyles.define('ef-pagination', ':host [part=container]{align-items:center;justify-content:flex-end}:host [part=
|
|
6
|
+
elf.customStyles.define('ef-pagination', ':host [part=container]{align-items:center;justify-content:flex-end}:host [part=input]{min-width:40px;text-align:center;height:22px;width:150px;margin:0}:host [part=button],:host [part=input]{touch-action:manipulation}:host{margin:1px 0}:host [part=buttons]{margin:0}');
|
|
@@ -3,4 +3,4 @@ import '@refinitiv-ui/elements/lib/text-field/themes/halo/light';
|
|
|
3
3
|
import '@refinitiv-ui/elements/lib/button-bar/themes/halo/light';
|
|
4
4
|
import '@refinitiv-ui/elements/lib/layout/themes/halo/light';
|
|
5
5
|
|
|
6
|
-
elf.customStyles.define('ef-pagination', ':host [part=container]{align-items:center;justify-content:flex-end}:host [part=
|
|
6
|
+
elf.customStyles.define('ef-pagination', ':host [part=container]{align-items:center;justify-content:flex-end}:host [part=input]{min-width:40px;text-align:center;width:150px;margin:0 1px}:host [part=button],:host [part=input]{touch-action:manipulation}:host{margin:1px 0}:host [part=buttons]{margin:0}');
|
|
@@ -3,4 +3,4 @@ import '@refinitiv-ui/elements/lib/text-field/themes/solar/charcoal';
|
|
|
3
3
|
import '@refinitiv-ui/elements/lib/button-bar/themes/solar/charcoal';
|
|
4
4
|
import '@refinitiv-ui/elements/lib/layout/themes/solar/charcoal';
|
|
5
5
|
|
|
6
|
-
elf.customStyles.define('ef-pagination', ':host [part=container]{align-items:center;justify-content:flex-end}:host [part=
|
|
6
|
+
elf.customStyles.define('ef-pagination', ':host [part=container]{align-items:center;justify-content:flex-end}:host [part=input]{min-width:40px;text-align:center;height:21px;width:150px;margin:0}:host [part=button],:host [part=input]{touch-action:manipulation}:host{--first-icon:previous;--last-icon:next;--previous-icon:left;--next-icon:right}');
|
|
@@ -3,4 +3,4 @@ import '@refinitiv-ui/elements/lib/text-field/themes/solar/pearl';
|
|
|
3
3
|
import '@refinitiv-ui/elements/lib/button-bar/themes/solar/pearl';
|
|
4
4
|
import '@refinitiv-ui/elements/lib/layout/themes/solar/pearl';
|
|
5
5
|
|
|
6
|
-
elf.customStyles.define('ef-pagination', ':host [part=container]{align-items:center;justify-content:flex-end}:host [part=
|
|
6
|
+
elf.customStyles.define('ef-pagination', ':host [part=container]{align-items:center;justify-content:flex-end}:host [part=input]{min-width:40px;text-align:center;height:23px;width:150px;margin:0 1px}:host [part=button],:host [part=input]{touch-action:manipulation}:host{--first-icon:previous;--last-icon:next;--previous-icon:left;--next-icon:right}');
|
package/lib/panel/index.d.ts
CHANGED
package/lib/panel/index.js
CHANGED
package/lib/pill/index.d.ts
CHANGED
package/lib/pill/index.js
CHANGED
|
@@ -167,7 +167,6 @@ let RadioButton = class RadioButton extends ControlElement {
|
|
|
167
167
|
return;
|
|
168
168
|
}
|
|
169
169
|
switch (event.key) {
|
|
170
|
-
case 'Enter':
|
|
171
170
|
case ' ':
|
|
172
171
|
case 'Spacebar':
|
|
173
172
|
if (this.readonly) {
|
|
@@ -175,10 +174,14 @@ let RadioButton = class RadioButton extends ControlElement {
|
|
|
175
174
|
}
|
|
176
175
|
this.handleChangeChecked();
|
|
177
176
|
break;
|
|
177
|
+
case 'Right':
|
|
178
|
+
case 'Down':
|
|
178
179
|
case 'ArrowRight':
|
|
179
180
|
case 'ArrowDown':
|
|
180
181
|
this.navigateToSibling('next');
|
|
181
182
|
break;
|
|
183
|
+
case 'Left':
|
|
184
|
+
case 'Up':
|
|
182
185
|
case 'ArrowLeft':
|
|
183
186
|
case 'ArrowUp':
|
|
184
187
|
this.navigateToSibling('previous');
|
|
@@ -256,3 +259,4 @@ RadioButton = __decorate([
|
|
|
256
259
|
})
|
|
257
260
|
], RadioButton);
|
|
258
261
|
export { RadioButton };
|
|
262
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -20,3 +20,4 @@ declare const applyRegistry: (radio: RadioButton, oldGroupName?: string) => void
|
|
|
20
20
|
*/
|
|
21
21
|
declare const getRadioGroup: (radio: RadioButton) => RadioButton[];
|
|
22
22
|
export { applyRegistry, removeFromRegistry, getRadioGroup };
|
|
23
|
+
//# sourceMappingURL=radio-button-registry.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '@refinitiv-ui/elements/lib/tooltip/themes/halo/dark';
|
|
2
2
|
|
|
3
|
-
elf.customStyles.define('ef-radio-button', ':host{margin:1px 0;vertical-align:middle;display:inline-flex;align-items:center;flex-wrap:nowrap;font-size:inherit;font-weight:inherit;touch-action:manipulation;--check-color:#6678FF;color:#ccc}:host(:focus){outline:0}:host [part=container]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:100%;background-color:#0d0d0d;transition:box-shadow 150ms,border-color 150ms;box-shadow:inset 0 0 0 rgba(0,0,0,.5);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;border:1px solid #404040;width:14px;height:14px}:host [part=check]{display:flex;justify-content:center;align-items:center;box-sizing:border-box;color:var(--check-color,#6678ff);border:none;background-color:currentColor;transform:none;border-radius:100%;margin:0;width:8px;height:8px}:host [part=label]{margin:0 7px;cursor:default}:host([disabled]) [part=check],:host([readonly]) [part=check]{color:var(--check-color,#ccc)}:host([disabled]) [part=check]{opacity:.5}:host([disabled][checked]) [part=check]{opacity:.5}:host([disabled]) [part=label]{opacity:.65}@media (-ms-high-contrast:none),(pointer:fine){:host(:focus) [part=container]{border-color:#334bff;box-shadow:0 0 0 #334bff}}:host(:not([readonly])){cursor:pointer}:host(:hover:not([checked]):not([readonly])) [part=container]{border-color:grey}:host(:hover:not([readonly])){color:#fff}:host([disabled]),:host([disabled]) [part=label]{opacity:.5}:host([checked]) [part=container]{border:1px solid #334bff}:host(:focus[readonly]:not([checked])) [part=container]{border-color:#404040}:host([focused=visible]){outline:#334bff solid 1px;outline-offset:2px}');
|
|
3
|
+
elf.customStyles.define('ef-radio-button', ':host{margin:1px 0;vertical-align:middle;display:inline-flex;align-items:center;flex-wrap:nowrap;font-size:inherit;font-weight:inherit;touch-action:manipulation;--check-color:#6678FF;color:#ccc}:host(:focus){outline:0}:host [part=container]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:100%;background-color:#0d0d0d;transition:box-shadow 150ms,border-color 150ms;box-shadow:inset 0 0 0 rgba(0,0,0,.5);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;border:1px solid #404040;width:14px;height:14px}:host [part=check]{display:flex;justify-content:center;align-items:center;box-sizing:border-box;color:var(--check-color,#6678ff);border:none;background-color:currentColor;transform:none;border-radius:100%;margin:0;width:8px;height:8px}:host [part=label]{margin:0 7px;cursor:default}:host([disabled]) [part=check],:host([readonly]) [part=check]{color:var(--check-color,#ccc)}:host([disabled]) [part=check]{opacity:.5}:host([disabled][checked]) [part=check]{opacity:.5}:host([disabled]) [part=label]{opacity:.65}@media (-ms-high-contrast:none),(pointer:fine){:host(:focus) [part=container]{border-color:#334bff;box-shadow:0 0 0 #334bff}}:host(:not([readonly])) [part=container]{cursor:pointer}:host(:hover:not([checked]):not([indeterminate]):not([readonly])) [part=container]{border-color:grey}:host(:hover:not([readonly])){color:#fff}:host([disabled]),:host([disabled]) [part=label]{opacity:.5}:host([checked]) [part=container]{border:1px solid #334bff}:host(:focus[readonly]:not([checked])) [part=container]{border-color:#404040}:host([focused=visible]){outline:#334bff solid 1px;outline-offset:2px}');
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '@refinitiv-ui/elements/lib/tooltip/themes/halo/light';
|
|
2
2
|
|
|
3
|
-
elf.customStyles.define('ef-radio-button', ':host{margin:1px 0;vertical-align:middle;display:inline-flex;align-items:center;flex-wrap:nowrap;font-size:inherit;font-weight:inherit;touch-action:manipulation;--check-color:#334BFF;color:#404040}:host(:focus){outline:0}:host [part=container]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:100%;background-color:#fff;transition:box-shadow 150ms,border-color 150ms;box-shadow:inset 0 0 0 rgba(0,0,0,.25);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;border:1px solid #595959;width:14px;height:14px}:host [part=check]{display:flex;justify-content:center;align-items:center;box-sizing:border-box;color:var(--check-color,#334bff);border:none;background-color:currentColor;transform:none;border-radius:100%;margin:0;width:8px;height:8px}:host [part=label]{margin:0 7px;cursor:default}:host([disabled]) [part=check],:host([readonly]) [part=check]{color:var(--check-color,#404040)}:host([disabled]) [part=check]{opacity:.5}:host([disabled][checked]) [part=check]{opacity:.5}:host([disabled]) [part=label]{opacity:.65}@media (-ms-high-contrast:none),(pointer:fine){:host(:focus) [part=container]{border-color:#334bff;box-shadow:0 0 0 #334bff}}:host(:not([readonly])){cursor:pointer}:host(:hover:not([checked]):not([readonly])) [part=container]{border-color:#0d0d0d}:host(:hover:not([readonly])){color:#0d0d0d}:host([disabled]),:host([disabled]) [part=label]{opacity:.5}:host([checked]) [part=container]{border:1px solid #334bff}:host(:focus[readonly]:not([checked])) [part=container]{border-color:#595959}:host([focused=visible]){outline:#334bff solid 1px;outline-offset:2px}');
|
|
3
|
+
elf.customStyles.define('ef-radio-button', ':host{margin:1px 0;vertical-align:middle;display:inline-flex;align-items:center;flex-wrap:nowrap;font-size:inherit;font-weight:inherit;touch-action:manipulation;--check-color:#334BFF;color:#404040}:host(:focus){outline:0}:host [part=container]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:100%;background-color:#fff;transition:box-shadow 150ms,border-color 150ms;box-shadow:inset 0 0 0 rgba(0,0,0,.25);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;border:1px solid #595959;width:14px;height:14px}:host [part=check]{display:flex;justify-content:center;align-items:center;box-sizing:border-box;color:var(--check-color,#334bff);border:none;background-color:currentColor;transform:none;border-radius:100%;margin:0;width:8px;height:8px}:host [part=label]{margin:0 7px;cursor:default}:host([disabled]) [part=check],:host([readonly]) [part=check]{color:var(--check-color,#404040)}:host([disabled]) [part=check]{opacity:.5}:host([disabled][checked]) [part=check]{opacity:.5}:host([disabled]) [part=label]{opacity:.65}@media (-ms-high-contrast:none),(pointer:fine){:host(:focus) [part=container]{border-color:#334bff;box-shadow:0 0 0 #334bff}}:host(:not([readonly])) [part=container]{cursor:pointer}:host(:hover:not([checked]):not([indeterminate]):not([readonly])) [part=container]{border-color:#0d0d0d}:host(:hover:not([readonly])){color:#0d0d0d}:host([disabled]),:host([disabled]) [part=label]{opacity:.5}:host([checked]) [part=container]{border:1px solid #334bff}:host(:focus[readonly]:not([checked])) [part=container]{border-color:#595959}:host([focused=visible]){outline:#334bff solid 1px;outline-offset:2px}');
|
package/lib/rating/index.d.ts
CHANGED
package/lib/rating/index.js
CHANGED
package/lib/select/index.d.ts
CHANGED
|
@@ -380,7 +380,7 @@ export declare class Select extends ControlElement implements MultiValue {
|
|
|
380
380
|
*/
|
|
381
381
|
protected render(): TemplateResult;
|
|
382
382
|
}
|
|
383
|
-
|
|
383
|
+
//# sourceMappingURL=index.d.ts.map
|
|
384
384
|
declare global {
|
|
385
385
|
interface HTMLElementTagNameMap {
|
|
386
386
|
'ef-select': Select;
|
package/lib/select/index.js
CHANGED
|
@@ -54,7 +54,7 @@ export declare class SidebarLayout extends BasicElement {
|
|
|
54
54
|
*/
|
|
55
55
|
protected updated(changedProperties: PropertyValues): void;
|
|
56
56
|
}
|
|
57
|
-
|
|
57
|
+
//# sourceMappingURL=index.d.ts.map
|
|
58
58
|
declare global {
|
|
59
59
|
interface HTMLElementTagNameMap {
|
|
60
60
|
'ef-sidebar-layout': SidebarLayout;
|
package/lib/slider/index.d.ts
CHANGED
package/lib/slider/index.js
CHANGED
package/lib/sparkline/index.d.ts
CHANGED
package/lib/sparkline/index.js
CHANGED
package/lib/swing-gauge/const.js
CHANGED
|
@@ -280,7 +280,7 @@ export declare class SwingGauge extends ResponsiveElement {
|
|
|
280
280
|
private get secondaryLegendTemplate();
|
|
281
281
|
render(): TemplateResult;
|
|
282
282
|
}
|
|
283
|
-
|
|
283
|
+
//# sourceMappingURL=index.d.ts.map
|
|
284
284
|
declare global {
|
|
285
285
|
interface HTMLElementTagNameMap {
|
|
286
286
|
'ef-swing-gauge': SwingGauge;
|
package/lib/swing-gauge/index.js
CHANGED
package/lib/swing-gauge/types.js
CHANGED
package/lib/tab/index.d.ts
CHANGED
package/lib/tab/index.js
CHANGED
package/lib/tab-bar/index.d.ts
CHANGED
package/lib/tab-bar/index.js
CHANGED
package/lib/text-field/index.js
CHANGED
|
@@ -396,7 +396,7 @@ export declare class TimePicker extends ControlElement {
|
|
|
396
396
|
protected render(): TemplateResult;
|
|
397
397
|
}
|
|
398
398
|
export {};
|
|
399
|
-
|
|
399
|
+
//# sourceMappingURL=index.d.ts.map
|
|
400
400
|
declare global {
|
|
401
401
|
interface HTMLElementTagNameMap {
|
|
402
402
|
'ef-time-picker': TimePicker;
|
package/lib/time-picker/index.js
CHANGED
package/lib/toggle/index.d.ts
CHANGED
package/lib/toggle/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
elf.customStyles.define('ef-toggle', ':host{touch-action:manipulation;font-size:12rem;background-color:#0d0d0d;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;outline:0;border-radius:0;box-shadow:inset 0 0 0 rgba(0,0,0,.5);transition:box-shadow .1s,border-color .1s;width:44px;height:24px;font-weight:400;color:#ccc;line-height:18px;text-transform:uppercase}:host [part=toggle]{cursor:pointer;display:block;position:relative;width:100%;height:100%;box-sizing:border-box;border:1px solid #4d4d4d;border-radius:inherit;text-overflow:inherit;overflow:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host [part=toggle]::after{content:\'\';position:absolute;box-sizing:border-box;border-radius:inherit;top:1px;left:1px;width:calc(50% - 1px);height:calc(100% - (1px * 2));background-color:#ccc}:host([checked-label]),:host([label]){min-width:52px;width:54px;min-width:44px}:host([readonly]) [part=toggle]{cursor:default}:host([disabled]) [part=toggle]{opacity:.5}:host([checked]) [part=toggle]::after{left:auto;border-color:#334bff;background-color:#334bff;right:1px}:host(
|
|
2
|
+
elf.customStyles.define('ef-toggle', ':host{touch-action:manipulation;font-size:12rem;background-color:#0d0d0d;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;outline:0;border-radius:0;box-shadow:inset 0 0 0 rgba(0,0,0,.5);transition:box-shadow .1s,border-color .1s;width:44px;height:24px;font-weight:400;color:#ccc;line-height:18px;text-transform:uppercase}:host [part=toggle]{cursor:pointer;display:block;position:relative;width:100%;height:100%;box-sizing:border-box;border:1px solid #4d4d4d;border-radius:inherit;text-overflow:inherit;overflow:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host [part=toggle]::after{content:\'\';position:absolute;box-sizing:border-box;border-radius:inherit;top:1px;left:1px;width:calc(50% - 1px);height:calc(100% - (1px * 2));background-color:#ccc}:host([checked-label]),:host([label]){min-width:52px;width:54px;min-width:44px}:host([readonly]) [part=toggle]{cursor:default}:host([disabled]) [part=toggle]{opacity:.5}:host([checked]) [part=toggle]::after{left:auto;border-color:#334bff;background-color:#334bff;right:1px}:host([checked-label][checked]) [part=toggle],:host([label][checked]) [part=toggle]{padding-right:24px;padding-left:3px}:host([checked-label]) [part=toggle],:host([label]) [part=toggle]{padding:3px 3px 3px 24px}:host([checked-label]) [part=toggle]::after,:host([label]) [part=toggle]::after{width:20px}@media (-ms-high-contrast:none),(pointer:fine){:host(:hover:not([readonly])),:host([focused=visible]){box-shadow:0 0 0 #334bff}:host(:hover:not([readonly])) [part=toggle],:host([focused=visible]) [part=toggle]{border-color:#334bff}:host(:hover:not([readonly])){color:#fff}:host(:hover:not([readonly])) [part=toggle]{border-color:#334bff}:host(:hover:not([readonly])) [part=toggle]::after{background-color:#334bff;border-color:#334bff}}:host([checked]){color:#fff}:host([disabled]) [part=toggle]::after{opacity:.2}:host [part=toggle]::after,:host([checked]) [part=toggle]::after{border:1px solid #0d0d0d}');
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
elf.customStyles.define('ef-toggle', ':host{touch-action:manipulation;font-size:12rem;background-color:#fff;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;outline:0;border-radius:0;box-shadow:inset 0 0 0 rgba(0,0,0,.25);transition:box-shadow .1s,border-color .1s;width:44px;height:24px;font-weight:600;color:#0d0d0d;line-height:18px;text-transform:uppercase}:host [part=toggle]{cursor:pointer;display:block;position:relative;width:100%;height:100%;box-sizing:border-box;border:1px solid #ccc;border-radius:inherit;text-overflow:inherit;overflow:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host [part=toggle]::after{content:\'\';position:absolute;box-sizing:border-box;border-radius:inherit;top:1px;left:1px;width:calc(50% - 1px);height:calc(100% - (1px * 2));background-color:#0d0d0d}:host([checked-label]),:host([label]){min-width:52px;width:54px;min-width:44px}:host([readonly]) [part=toggle]{cursor:default}:host([disabled]) [part=toggle]{opacity:.5}:host([checked]) [part=toggle]::after{left:auto;border-color:#334bff;background-color:#334bff;right:1px}:host(
|
|
2
|
+
elf.customStyles.define('ef-toggle', ':host{touch-action:manipulation;font-size:12rem;background-color:#fff;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;outline:0;border-radius:0;box-shadow:inset 0 0 0 rgba(0,0,0,.25);transition:box-shadow .1s,border-color .1s;width:44px;height:24px;font-weight:600;color:#0d0d0d;line-height:18px;text-transform:uppercase}:host [part=toggle]{cursor:pointer;display:block;position:relative;width:100%;height:100%;box-sizing:border-box;border:1px solid #ccc;border-radius:inherit;text-overflow:inherit;overflow:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host [part=toggle]::after{content:\'\';position:absolute;box-sizing:border-box;border-radius:inherit;top:1px;left:1px;width:calc(50% - 1px);height:calc(100% - (1px * 2));background-color:#0d0d0d}:host([checked-label]),:host([label]){min-width:52px;width:54px;min-width:44px}:host([readonly]) [part=toggle]{cursor:default}:host([disabled]) [part=toggle]{opacity:.5}:host([checked]) [part=toggle]::after{left:auto;border-color:#334bff;background-color:#334bff;right:1px}:host([checked-label][checked]) [part=toggle],:host([label][checked]) [part=toggle]{padding-right:24px;padding-left:3px}:host([checked-label]) [part=toggle],:host([label]) [part=toggle]{padding:3px 3px 3px 24px}:host([checked-label]) [part=toggle]::after,:host([label]) [part=toggle]::after{width:20px}@media (-ms-high-contrast:none),(pointer:fine){:host(:hover:not([readonly])),:host([focused=visible]){box-shadow:0 0 0 #334bff}:host(:hover:not([readonly])) [part=toggle],:host([focused=visible]) [part=toggle]{border-color:#334bff}:host(:hover:not([readonly])){color:#0d0d0d}:host(:hover:not([readonly])) [part=toggle]{border-color:#334bff}:host(:hover:not([readonly])) [part=toggle]::after{background-color:#334bff;border-color:#334bff}}');
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
elf.customStyles.define('ef-toggle', ':host{touch-action:manipulation;font-size:13rem;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;outline:0;border-radius:0;box-shadow:inset 0 0 0 rgba(0,0,0,.6);transition:box-shadow .2s,border-color .2s;width:44px;height:24px;color:#e2e2e2;background-color:#000;line-height:18px}:host [part=toggle]{cursor:pointer;display:block;position:relative;width:100%;height:100%;box-sizing:border-box;border:1px solid #4a4a52;border-radius:inherit;text-overflow:inherit;overflow:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host [part=toggle]::after{content:\'\';position:absolute;top:1px;left:1px;width:calc(50% - 1px);height:calc(100% - (1px * 2));background-color:#555d6c;box-sizing:border-box;border-radius:inherit}:host([checked-label]),:host([label]){width:67.6px;min-width:52px;min-width:44px}:host([readonly]) [part=toggle]{cursor:default}:host([disabled]) [part=toggle]{opacity:.5}:host([checked]) [part=toggle]::after{right:1px;left:auto;border-color:#f93;background-color:#f93}:host(:hover:not([readonly])),:host([focused=visible]){box-shadow:0 0 0 #f93}:host(:hover:not([readonly])) [part=toggle],:host([focused=visible]) [part=toggle]{border-color:#f93
|
|
2
|
+
elf.customStyles.define('ef-toggle', ':host{touch-action:manipulation;font-size:13rem;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;outline:0;border-radius:0;box-shadow:inset 0 0 0 rgba(0,0,0,.6);transition:box-shadow .2s,border-color .2s;width:44px;height:24px;color:#e2e2e2;background-color:#000;line-height:18px}:host [part=toggle]{cursor:pointer;display:block;position:relative;width:100%;height:100%;box-sizing:border-box;border:1px solid #4a4a52;border-radius:inherit;text-overflow:inherit;overflow:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host [part=toggle]::after{content:\'\';position:absolute;top:1px;left:1px;width:calc(50% - 1px);height:calc(100% - (1px * 2));background-color:#555d6c;box-sizing:border-box;border-radius:inherit}:host([checked-label]),:host([label]){width:67.6px;min-width:52px;min-width:44px}:host([readonly]) [part=toggle]{cursor:default}:host([disabled]) [part=toggle]{opacity:.5}:host([checked]) [part=toggle]::after{right:1px;left:auto;border-color:#f93;background-color:#f93}@media (-ms-high-contrast:none),(pointer:fine){:host(:hover:not([readonly])),:host([focused=visible]){box-shadow:0 0 0 #f93}:host(:hover:not([readonly])) [part=toggle],:host([focused=visible]) [part=toggle]{border-color:#f93}}:host [part=toggle] ::after{top:1px;left:1px;width:calc(50% - 1px);height:calc(100% - (1px * 2));background-image:linear-gradient(rgba(255,255,255,.1) 10%,rgba(255,255,255,0) 100%)}:host([checked-label][checked]) [part=toggle],:host([label][checked]) [part=toggle]{padding-right:24px;padding-left:3px}:host([checked-label]) [part=toggle],:host([label]) [part=toggle]{padding:3px 3px 3px 24px}:host([checked-label]) [part=toggle]::after,:host([label]) [part=toggle]::after{width:20px}:host([checked]) [part=toggle] ::after{right:1px}:host(:hover:not([readonly])) [part=toggle],:host([focused=visible]) [part=toggle]{border-style:dotted}');
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
elf.customStyles.define('ef-toggle', ':host{touch-action:manipulation;font-size:13rem;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;outline:0;border-radius:0;box-shadow:inset 0 0 0 rgba(0,0,0,.3);transition:box-shadow .2s,border-color .2s;width:44px;height:24px;color:#484848;background-color:#fff;line-height:18px}:host [part=toggle]{cursor:pointer;display:block;position:relative;width:100%;height:100%;box-sizing:border-box;border:1px solid #a9afba;border-radius:inherit;text-overflow:inherit;overflow:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host [part=toggle]::after{content:\'\';position:absolute;top:1px;left:1px;width:calc(50% - 1px);height:calc(100% - (1px * 2));background-color:#d4d7dd;box-sizing:border-box;border-radius:inherit}:host([checked-label]),:host([label]){width:67.6px;min-width:52px;min-width:44px}:host([readonly]) [part=toggle]{cursor:default}:host([disabled]) [part=toggle]{opacity:.5}:host([checked]) [part=toggle]::after{right:1px;left:auto;border-color:#f93;background-color:#f93}:host(:hover:not([readonly])),:host([focused=visible]){box-shadow:0 0 0 #ffb266}:host(:hover:not([readonly])) [part=toggle],:host([focused=visible]) [part=toggle]{border-color:#ffb266
|
|
2
|
+
elf.customStyles.define('ef-toggle', ':host{touch-action:manipulation;font-size:13rem;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;outline:0;border-radius:0;box-shadow:inset 0 0 0 rgba(0,0,0,.3);transition:box-shadow .2s,border-color .2s;width:44px;height:24px;color:#484848;background-color:#fff;line-height:18px}:host [part=toggle]{cursor:pointer;display:block;position:relative;width:100%;height:100%;box-sizing:border-box;border:1px solid #a9afba;border-radius:inherit;text-overflow:inherit;overflow:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host [part=toggle]::after{content:\'\';position:absolute;top:1px;left:1px;width:calc(50% - 1px);height:calc(100% - (1px * 2));background-color:#d4d7dd;box-sizing:border-box;border-radius:inherit}:host([checked-label]),:host([label]){width:67.6px;min-width:52px;min-width:44px}:host([readonly]) [part=toggle]{cursor:default}:host([disabled]) [part=toggle]{opacity:.5}:host([checked]) [part=toggle]::after{right:1px;left:auto;border-color:#f93;background-color:#f93}@media (-ms-high-contrast:none),(pointer:fine){:host(:hover:not([readonly])),:host([focused=visible]){box-shadow:0 0 0 #ffb266}:host(:hover:not([readonly])) [part=toggle],:host([focused=visible]) [part=toggle]{border-color:#ffb266}}:host [part=toggle] ::after{top:1px;left:1px;width:calc(50% - 1px);height:calc(100% - (1px * 2));background-image:linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.1) 100%)}:host([checked-label][checked]) [part=toggle],:host([label][checked]) [part=toggle]{padding-right:24px;padding-left:3px}:host([checked-label]) [part=toggle],:host([label]) [part=toggle]{padding:3px 3px 3px 24px}:host([checked-label]) [part=toggle]::after,:host([label]) [part=toggle]::after{width:20px}:host([checked]) [part=toggle] ::after{right:1px}:host(:hover:not([readonly])) [part=toggle],:host([focused=visible]) [part=toggle]{border-style:dotted}');
|
package/lib/tooltip/index.d.ts
CHANGED
|
@@ -216,7 +216,7 @@ declare class Tooltip extends BasicElement {
|
|
|
216
216
|
}
|
|
217
217
|
export * from './elements/tooltip-element.js';
|
|
218
218
|
export { registerOverflowTooltip, Tooltip, TooltipCondition, TooltipRenderer, TooltipPosition, TooltipTransitionStyle };
|
|
219
|
-
|
|
219
|
+
//# sourceMappingURL=index.d.ts.map
|
|
220
220
|
declare global {
|
|
221
221
|
interface HTMLElementTagNameMap {
|
|
222
222
|
'ef-tooltip': Tooltip;
|
package/lib/tooltip/index.js
CHANGED