Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add black duck workflow #667

Merged
merged 3 commits into from
Apr 28, 2023
Merged

Conversation

bualoy-napat
Copy link
Collaborator

@bualoy-napat bualoy-napat commented Apr 26, 2023

Description

We need to make Black Duck scan process easy to trigger

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have checked my code and corrected any misspellings

@bualoy-napat bualoy-napat self-assigned this Apr 26, 2023
@github-actions
Copy link

github-actions bot commented Apr 26, 2023

Size Change: 0 B

Total Size: 1.56 MB

ℹ️ View Unchanged
Filename Size
packages/core/lib/decorators/custom-element.js 357 B
packages/core/lib/decorators/event-options.js 77 B
packages/core/lib/decorators/property.js 69 B
packages/core/lib/decorators/query-all.js 73 B
packages/core/lib/decorators/query-assigned-nodes.js 87 B
packages/core/lib/decorators/query-async.js 75 B
packages/core/lib/decorators/query.js 66 B
packages/core/lib/decorators/state.js 66 B
packages/core/lib/directives/async-append.js 68 B
packages/core/lib/directives/async-replace.js 69 B
packages/core/lib/directives/cache.js 61 B
packages/core/lib/directives/class-map.js 65 B
packages/core/lib/directives/guard.js 61 B
packages/core/lib/directives/if-defined.js 66 B
packages/core/lib/directives/live.js 58 B
packages/core/lib/directives/ref.js 59 B
packages/core/lib/directives/repeat.js 62 B
packages/core/lib/directives/style-map.js 65 B
packages/core/lib/directives/template-content.js 72 B
packages/core/lib/directives/template-map.js 1.56 kB
packages/core/lib/directives/unsafe-html.js 67 B
packages/core/lib/directives/unsafe-svg.js 66 B
packages/core/lib/directives/until.js 61 B
packages/core/lib/elements/BasicElement.js 2.44 kB
packages/core/lib/elements/ControlElement.js 1.65 kB
packages/core/lib/elements/FormFieldElement.js 2.69 kB
packages/core/lib/elements/ResponsiveElement.js 945 B
packages/core/lib/errors/DuplicateElementError.js 444 B
packages/core/lib/errors/DuplicateStyleError.js 351 B
packages/core/lib/errors/GenericError.js 188 B
packages/core/lib/events/TapEvent.js 2.65 kB
packages/core/lib/index.js 692 B
packages/core/lib/interfaces/ControlProperties.js 31 B
packages/core/lib/interfaces/ElementConstructor.js 31 B
packages/core/lib/interfaces/ELF.js 31 B
packages/core/lib/interfaces/MultiValue.js 31 B
packages/core/lib/interfaces/StyleInfo.js 31 B
packages/core/lib/interfaces/StyleMap.js 31 B
packages/core/lib/notices/constants.js 150 B
packages/core/lib/notices/DeprecationNotice.js 234 B
packages/core/lib/notices/Notice.js 497 B
packages/core/lib/notices/WarningNotice.js 274 B
packages/core/lib/registries/CustomStyleRegistry.js 399 B
packages/core/lib/registries/ElementRegistry.js 704 B
packages/core/lib/registries/FocusRegistry.js 2.25 kB
packages/core/lib/registries/NativeStyleRegistry.js 653 B
packages/core/lib/types/base.js 31 B
packages/core/lib/types/events.js 31 B
packages/core/lib/utils/elementReady.js 340 B
packages/core/lib/utils/focusableHelper.js 2.67 kB
packages/core/lib/utils/global.js 92 B
packages/core/lib/utils/helpers.js 256 B
packages/core/lib/utils/matches.js 319 B
packages/core/lib/utils/resizeHelper.js 273 B
packages/core/lib/utils/shadyStyles.js 96 B
packages/demo-block/lib/demo-block.js 2.25 kB
packages/elemental-theme/dark/a.js 195 B
packages/elemental-theme/dark/body.js 97.4 kB
packages/elemental-theme/dark/button.js 809 B
packages/elemental-theme/dark/css/native-elements.css 102 kB
packages/elemental-theme/dark/ef-accordion.js 191 B
packages/elemental-theme/dark/ef-appstate-bar.js 585 B
packages/elemental-theme/dark/ef-autosuggest.js 1.11 kB
packages/elemental-theme/dark/ef-button-bar.js 284 B
packages/elemental-theme/dark/ef-button.js 1.23 kB
packages/elemental-theme/dark/ef-calendar.js 915 B
packages/elemental-theme/dark/ef-canvas.js 136 B
packages/elemental-theme/dark/ef-card.js 1.02 kB
packages/elemental-theme/dark/ef-chart.js 435 B
packages/elemental-theme/dark/ef-checkbox.js 696 B
packages/elemental-theme/dark/ef-clock.js 7.75 kB
packages/elemental-theme/dark/ef-collapse.js 528 B
packages/elemental-theme/dark/ef-color-dialog.js 501 B
packages/elemental-theme/dark/ef-color-picker.js 309 B
packages/elemental-theme/dark/ef-combo-box.js 1.61 kB
packages/elemental-theme/dark/ef-counter.js 375 B
packages/elemental-theme/dark/ef-datetime-field.js 151 B
packages/elemental-theme/dark/ef-datetime-picker.js 817 B
packages/elemental-theme/dark/ef-dialog.js 929 B
packages/elemental-theme/dark/ef-email-field.js 833 B
packages/elemental-theme/dark/ef-error.js 136 B
packages/elemental-theme/dark/ef-flag.js 201 B
packages/elemental-theme/dark/ef-header.js 363 B
packages/elemental-theme/dark/ef-heatmap.js 322 B
packages/elemental-theme/dark/ef-icon.js 427 B
packages/elemental-theme/dark/ef-input.js 175 B
packages/elemental-theme/dark/ef-interactive-chart.js 848 B
packages/elemental-theme/dark/ef-item.js 737 B
packages/elemental-theme/dark/ef-label.js 193 B
packages/elemental-theme/dark/ef-layout.js 192 B
packages/elemental-theme/dark/ef-led-gauge.js 338 B
packages/elemental-theme/dark/ef-list-item.js 740 B
packages/elemental-theme/dark/ef-list.js 856 B
packages/elemental-theme/dark/ef-loader.js 589 B
packages/elemental-theme/dark/ef-multi-input.js 1.24 kB
packages/elemental-theme/dark/ef-notification-tray.js 289 B
packages/elemental-theme/dark/ef-notification.js 790 B
packages/elemental-theme/dark/ef-number-field.js 911 B
packages/elemental-theme/dark/ef-overlay-backdrop.js 186 B
packages/elemental-theme/dark/ef-overlay-menu.js 828 B
packages/elemental-theme/dark/ef-overlay.js 830 B
packages/elemental-theme/dark/ef-pagination.js 868 B
packages/elemental-theme/dark/ef-panel.js 194 B
packages/elemental-theme/dark/ef-password-field.js 860 B
packages/elemental-theme/dark/ef-pill.js 542 B
packages/elemental-theme/dark/ef-progress-bar.js 246 B
packages/elemental-theme/dark/ef-radio-button.js 673 B
packages/elemental-theme/dark/ef-rating.js 922 B
packages/elemental-theme/dark/ef-search-field.js 832 B
packages/elemental-theme/dark/ef-select.js 1.3 kB
packages/elemental-theme/dark/ef-sidebar-layout.js 832 B
packages/elemental-theme/dark/ef-slider.js 924 B
packages/elemental-theme/dark/ef-sparkline.js 237 B
packages/elemental-theme/dark/ef-swing-gauge.js 426 B
packages/elemental-theme/dark/ef-tab-bar.js 504 B
packages/elemental-theme/dark/ef-tab.js 888 B
packages/elemental-theme/dark/ef-text-field.js 831 B
packages/elemental-theme/dark/ef-time-picker.js 833 B
packages/elemental-theme/dark/ef-toggle.js 735 B
packages/elemental-theme/dark/ef-tooltip.js 358 B
packages/elemental-theme/dark/ef-tornado-chart.js 461 B
packages/elemental-theme/dark/ef-tornado-item.js 548 B
packages/elemental-theme/dark/ef-tree-item.js 958 B
packages/elemental-theme/dark/ef-tree-select.js 2.03 kB
packages/elemental-theme/dark/ef-tree.js 870 B
packages/elemental-theme/dark/es5/all-elements.js 125 kB
packages/elemental-theme/dark/h1.js 215 B
packages/elemental-theme/dark/h2.js 185 B
packages/elemental-theme/dark/h3.js 184 B
packages/elemental-theme/dark/h4.js 184 B
packages/elemental-theme/dark/h5.js 203 B
packages/elemental-theme/dark/h6.js 201 B
packages/elemental-theme/dark/header.js 260 B
packages/elemental-theme/dark/hr.js 180 B
packages/elemental-theme/dark/html.js 1.03 kB
packages/elemental-theme/dark/imports/all-elements.js 469 B
packages/elemental-theme/dark/imports/custom-elements.js 394 B
packages/elemental-theme/dark/imports/native-elements.js 128 B
packages/elemental-theme/dark/input.js 3.02 kB
packages/elemental-theme/dark/kbd.js 305 B
packages/elemental-theme/dark/mark.js 162 B
packages/elemental-theme/dark/ol.js 132 B
packages/elemental-theme/dark/p.js 157 B
packages/elemental-theme/dark/select.js 375 B
packages/elemental-theme/dark/table.js 364 B
packages/elemental-theme/dark/textarea.js 711 B
packages/elemental-theme/dark/ul.js 132 B
packages/elemental-theme/light/a.js 195 B
packages/elemental-theme/light/body.js 97.4 kB
packages/elemental-theme/light/button.js 815 B
packages/elemental-theme/light/css/native-elements.css 102 kB
packages/elemental-theme/light/ef-accordion.js 191 B
packages/elemental-theme/light/ef-appstate-bar.js 585 B
packages/elemental-theme/light/ef-autosuggest.js 1.11 kB
packages/elemental-theme/light/ef-button-bar.js 284 B
packages/elemental-theme/light/ef-button.js 1.25 kB
packages/elemental-theme/light/ef-calendar.js 913 B
packages/elemental-theme/light/ef-canvas.js 136 B
packages/elemental-theme/light/ef-card.js 1.02 kB
packages/elemental-theme/light/ef-chart.js 438 B
packages/elemental-theme/light/ef-checkbox.js 692 B
packages/elemental-theme/light/ef-clock.js 7.75 kB
packages/elemental-theme/light/ef-collapse.js 529 B
packages/elemental-theme/light/ef-color-dialog.js 501 B
packages/elemental-theme/light/ef-color-picker.js 309 B
packages/elemental-theme/light/ef-combo-box.js 1.61 kB
packages/elemental-theme/light/ef-counter.js 375 B
packages/elemental-theme/light/ef-datetime-field.js 151 B
packages/elemental-theme/light/ef-datetime-picker.js 814 B
packages/elemental-theme/light/ef-dialog.js 929 B
packages/elemental-theme/light/ef-email-field.js 833 B
packages/elemental-theme/light/ef-error.js 136 B
packages/elemental-theme/light/ef-flag.js 470 B
packages/elemental-theme/light/ef-header.js 360 B
packages/elemental-theme/light/ef-heatmap.js 316 B
packages/elemental-theme/light/ef-icon.js 427 B
packages/elemental-theme/light/ef-input.js 175 B
packages/elemental-theme/light/ef-interactive-chart.js 855 B
packages/elemental-theme/light/ef-item.js 735 B
packages/elemental-theme/light/ef-label.js 193 B
packages/elemental-theme/light/ef-layout.js 192 B
packages/elemental-theme/light/ef-led-gauge.js 337 B
packages/elemental-theme/light/ef-list-item.js 738 B
packages/elemental-theme/light/ef-list.js 858 B
packages/elemental-theme/light/ef-loader.js 588 B
packages/elemental-theme/light/ef-multi-input.js 1.24 kB
packages/elemental-theme/light/ef-notification-tray.js 289 B
packages/elemental-theme/light/ef-notification.js 790 B
packages/elemental-theme/light/ef-number-field.js 913 B
packages/elemental-theme/light/ef-overlay-backdrop.js 191 B
packages/elemental-theme/light/ef-overlay-menu.js 831 B
packages/elemental-theme/light/ef-overlay.js 828 B
packages/elemental-theme/light/ef-pagination.js 868 B
packages/elemental-theme/light/ef-panel.js 191 B
packages/elemental-theme/light/ef-password-field.js 860 B
packages/elemental-theme/light/ef-pill.js 543 B
packages/elemental-theme/light/ef-progress-bar.js 246 B
packages/elemental-theme/light/ef-radio-button.js 669 B
packages/elemental-theme/light/ef-rating.js 980 B
packages/elemental-theme/light/ef-search-field.js 833 B
packages/elemental-theme/light/ef-select.js 1.3 kB
packages/elemental-theme/light/ef-sidebar-layout.js 832 B
packages/elemental-theme/light/ef-slider.js 924 B
packages/elemental-theme/light/ef-sparkline.js 238 B
packages/elemental-theme/light/ef-swing-gauge.js 426 B
packages/elemental-theme/light/ef-tab-bar.js 502 B
packages/elemental-theme/light/ef-tab.js 887 B
packages/elemental-theme/light/ef-text-field.js 831 B
packages/elemental-theme/light/ef-time-picker.js 832 B
packages/elemental-theme/light/ef-toggle.js 732 B
packages/elemental-theme/light/ef-tooltip.js 356 B
packages/elemental-theme/light/ef-tornado-chart.js 460 B
packages/elemental-theme/light/ef-tornado-item.js 549 B
packages/elemental-theme/light/ef-tree-item.js 956 B
packages/elemental-theme/light/ef-tree-select.js 2.03 kB
packages/elemental-theme/light/ef-tree.js 872 B
packages/elemental-theme/light/es5/all-elements.js 125 kB
packages/elemental-theme/light/h1.js 215 B
packages/elemental-theme/light/h2.js 185 B
packages/elemental-theme/light/h3.js 184 B
packages/elemental-theme/light/h4.js 184 B
packages/elemental-theme/light/h5.js 203 B
packages/elemental-theme/light/h6.js 201 B
packages/elemental-theme/light/header.js 261 B
packages/elemental-theme/light/hr.js 180 B
packages/elemental-theme/light/html.js 1.02 kB
packages/elemental-theme/light/imports/all-elements.js 469 B
packages/elemental-theme/light/imports/custom-elements.js 394 B
packages/elemental-theme/light/imports/native-elements.js 128 B
packages/elemental-theme/light/input.js 3.04 kB
packages/elemental-theme/light/kbd.js 305 B
packages/elemental-theme/light/mark.js 162 B
packages/elemental-theme/light/ol.js 132 B
packages/elemental-theme/light/p.js 157 B
packages/elemental-theme/light/select.js 374 B
packages/elemental-theme/light/table.js 370 B
packages/elemental-theme/light/textarea.js 711 B
packages/elemental-theme/light/ul.js 132 B
packages/elements/lib/accordion/index.js 1.5 kB
packages/elements/lib/appstate-bar/index.js 1.14 kB
packages/elements/lib/autosuggest/helpers/renderer.js 515 B
packages/elements/lib/autosuggest/helpers/types.js 31 B
packages/elements/lib/autosuggest/helpers/utils.js 637 B
packages/elements/lib/autosuggest/index.js 9.33 kB
packages/elements/lib/button-bar/index.js 2.54 kB
packages/elements/lib/button/index.js 1.84 kB
packages/elements/lib/calendar/constants.js 373 B
packages/elements/lib/calendar/index.js 9.72 kB
packages/elements/lib/calendar/locales.js 614 B
packages/elements/lib/calendar/types.js 31 B
packages/elements/lib/calendar/utils.js 1.45 kB
packages/elements/lib/canvas/index.js 1.55 kB
packages/elements/lib/card/helpers/types.js 31 B
packages/elements/lib/card/index.js 2 kB
packages/elements/lib/chart/helpers/index.js 59 B
packages/elements/lib/chart/helpers/legend.js 705 B
packages/elements/lib/chart/helpers/merge.js 497 B
packages/elements/lib/chart/helpers/types.js 31 B
packages/elements/lib/chart/index.js 4.71 kB
packages/elements/lib/chart/plugins/doughnut-center-label.js 2.27 kB
packages/elements/lib/checkbox/index.js 1.56 kB
packages/elements/lib/clock/index.js 5.12 kB
packages/elements/lib/clock/utils/TickManager.js 525 B
packages/elements/lib/collapse/index.js 2.18 kB
packages/elements/lib/color-dialog/elements/color-palettes.js 1 kB
packages/elements/lib/color-dialog/elements/grayscale-palettes.js 1.54 kB
packages/elements/lib/color-dialog/elements/palettes.js 1.13 kB
packages/elements/lib/color-dialog/helpers/color-helpers.js 2.42 kB
packages/elements/lib/color-dialog/helpers/value-model.js 1.11 kB
packages/elements/lib/color-dialog/index.js 3.72 kB
packages/elements/lib/color-picker/index.js 2.8 kB
packages/elements/lib/combo-box/helpers/filter.js 486 B
packages/elements/lib/combo-box/helpers/keyboard-event.js 272 B
packages/elements/lib/combo-box/helpers/renderer.js 383 B
packages/elements/lib/combo-box/helpers/types.js 31 B
packages/elements/lib/combo-box/index.js 9.43 kB
packages/elements/lib/counter/index.js 1.51 kB
packages/elements/lib/counter/utils.js 701 B
packages/elements/lib/datetime-field/constants.js 108 B
packages/elements/lib/datetime-field/index.js 5.46 kB
packages/elements/lib/datetime-field/types.js 31 B
packages/elements/lib/datetime-field/utils.js 798 B
packages/elements/lib/datetime-picker/index.js 8.38 kB
packages/elements/lib/datetime-picker/locales.js 631 B
packages/elements/lib/datetime-picker/types.js 31 B
packages/elements/lib/datetime-picker/utils.js 901 B
packages/elements/lib/dialog/draggable-element.js 1.64 kB
packages/elements/lib/dialog/index.js 3.46 kB
packages/elements/lib/email-field/index.js 1.19 kB
packages/elements/lib/events.js 31 B
packages/elements/lib/flag/index.js 1.44 kB
packages/elements/lib/flag/utils/FlagLoader.js 440 B
packages/elements/lib/header/index.js 796 B
packages/elements/lib/heatmap/helpers/color.js 862 B
packages/elements/lib/heatmap/helpers/text.js 800 B
packages/elements/lib/heatmap/helpers/track.js 915 B
packages/elements/lib/heatmap/helpers/types.js 31 B
packages/elements/lib/heatmap/index.js 8.1 kB
packages/elements/lib/icon/index.js 1.63 kB
packages/elements/lib/icon/utils/IconLoader.js 440 B
packages/elements/lib/index.js 94 B
packages/elements/lib/interactive-chart/helpers/merge.js 497 B
packages/elements/lib/interactive-chart/helpers/types.js 124 B
packages/elements/lib/interactive-chart/index.js 8.59 kB
packages/elements/lib/item/helpers/types.js 31 B
packages/elements/lib/item/index.js 2.77 kB
packages/elements/lib/label/index.js 2.49 kB
packages/elements/lib/layout/index.js 1.58 kB
packages/elements/lib/led-gauge/index.js 3.56 kB
packages/elements/lib/list/elements/list-item.js 337 B
packages/elements/lib/list/elements/list.js 4.89 kB
packages/elements/lib/list/extensible-function.js 246 B
packages/elements/lib/list/helpers/item-id.js 232 B
packages/elements/lib/list/helpers/renderer.js 638 B
packages/elements/lib/list/helpers/types.js 31 B
packages/elements/lib/list/index.js 96 B
packages/elements/lib/list/renderer.js 194 B
packages/elements/lib/loader/index.js 801 B
packages/elements/lib/multi-input/helpers/types.js 31 B
packages/elements/lib/multi-input/index.js 4.21 kB
packages/elements/lib/notification/elements/notification-tray.js 1.67 kB
packages/elements/lib/notification/elements/notification.js 1.44 kB
packages/elements/lib/notification/helpers/status.js 1.1 kB
packages/elements/lib/notification/helpers/types.js 31 B
packages/elements/lib/notification/index.js 106 B
packages/elements/lib/number-field/index.js 7.05 kB
packages/elements/lib/overlay-menu/helpers/constants.js 140 B
packages/elements/lib/overlay-menu/helpers/types.js 31 B
packages/elements/lib/overlay-menu/index.js 7.34 kB
packages/elements/lib/overlay-menu/managers/menu-manager.js 1.88 kB
packages/elements/lib/overlay/elements/overlay-backdrop.js 718 B
packages/elements/lib/overlay/elements/overlay-viewport.js 583 B
packages/elements/lib/overlay/elements/overlay.js 11.4 kB
packages/elements/lib/overlay/helpers/functions.js 218 B
packages/elements/lib/overlay/helpers/types.js 259 B
packages/elements/lib/overlay/index.js 65 B
packages/elements/lib/overlay/managers/backdrop-manager.js 727 B
packages/elements/lib/overlay/managers/close-manager.js 1.09 kB
packages/elements/lib/overlay/managers/focus-manager.js 2.35 kB
packages/elements/lib/overlay/managers/interaction-lock-manager.js 3.09 kB
packages/elements/lib/overlay/managers/viewport-manager.js 1.87 kB
packages/elements/lib/overlay/managers/zindex-manager.js 1.66 kB
packages/elements/lib/pagination/index.js 3.76 kB
packages/elements/lib/panel/index.js 751 B
packages/elements/lib/password-field/index.js 1.31 kB
packages/elements/lib/pill/index.js 1.91 kB
packages/elements/lib/progress-bar/index.js 1.53 kB
packages/elements/lib/radio-button/index.js 2.14 kB
packages/elements/lib/radio-button/radio-button-registry.js 978 B
packages/elements/lib/rating/index.js 2.6 kB
packages/elements/lib/rating/utils.js 197 B
packages/elements/lib/search-field/index.js 1.12 kB
packages/elements/lib/select/helpers/types.js 31 B
packages/elements/lib/select/index.js 7.46 kB
packages/elements/lib/sidebar-layout/index.js 1.16 kB
packages/elements/lib/slider/constants.js 278 B
packages/elements/lib/slider/index.js 8.13 kB
packages/elements/lib/slider/utils.js 442 B
packages/elements/lib/sparkline/index.js 1.58 kB
packages/elements/lib/swing-gauge/const.js 370 B
packages/elements/lib/swing-gauge/helpers.js 1.18 kB
packages/elements/lib/swing-gauge/index.js 6.04 kB
packages/elements/lib/swing-gauge/types.js 31 B
packages/elements/lib/tab-bar/helpers/animate.js 762 B
packages/elements/lib/tab-bar/index.js 3.51 kB
packages/elements/lib/tab/index.js 1.97 kB
packages/elements/lib/text-field/index.js 2.62 kB
packages/elements/lib/time-picker/index.js 6.28 kB
packages/elements/lib/toggle/index.js 1.41 kB
packages/elements/lib/tooltip/elements/title-tooltip.js 309 B
packages/elements/lib/tooltip/elements/tooltip-element.js 646 B
packages/elements/lib/tooltip/helpers/overflow-tooltip.js 537 B
packages/elements/lib/tooltip/helpers/renderer.js 188 B
packages/elements/lib/tooltip/helpers/types.js 31 B
packages/elements/lib/tooltip/index.js 3.88 kB
packages/elements/lib/tooltip/managers/tooltip-manager.js 1.27 kB
packages/elements/lib/tornado-chart/elements/tornado-chart.js 1.19 kB
packages/elements/lib/tornado-chart/elements/tornado-item.js 1.54 kB
packages/elements/lib/tornado-chart/index.js 87 B
packages/elements/lib/tree-select/helpers/types.js 31 B
packages/elements/lib/tree-select/index.js 6.99 kB
packages/elements/lib/tree/elements/tree-item.js 1.89 kB
packages/elements/lib/tree/elements/tree.js 3.43 kB
packages/elements/lib/tree/helpers/filter.js 499 B
packages/elements/lib/tree/helpers/renderer.js 689 B
packages/elements/lib/tree/helpers/types.js 31 B
packages/elements/lib/tree/index.js 135 B
packages/elements/lib/tree/managers/tree-manager.js 2.32 kB
packages/elements/lib/version.js 57 B
packages/halo-theme/dark/a.js 241 B
packages/halo-theme/dark/body.js 1.02 kB
packages/halo-theme/dark/button.js 744 B
packages/halo-theme/dark/css/native-elements.css 5.36 kB
packages/halo-theme/dark/ef-accordion.js 244 B
packages/halo-theme/dark/ef-appstate-bar.js 619 B
packages/halo-theme/dark/ef-autosuggest.js 1.54 kB
packages/halo-theme/dark/ef-button-bar.js 336 B
packages/halo-theme/dark/ef-button.js 1.42 kB
packages/halo-theme/dark/ef-calendar.js 838 B
packages/halo-theme/dark/ef-canvas.js 136 B
packages/halo-theme/dark/ef-card.js 930 B
packages/halo-theme/dark/ef-chart.js 575 B
packages/halo-theme/dark/ef-checkbox.js 821 B
packages/halo-theme/dark/ef-clock.js 7.72 kB
packages/halo-theme/dark/ef-collapse.js 649 B
packages/halo-theme/dark/ef-color-dialog.js 498 B
packages/halo-theme/dark/ef-color-picker.js 344 B
packages/halo-theme/dark/ef-combo-box.js 2.39 kB
packages/halo-theme/dark/ef-counter.js 427 B
packages/halo-theme/dark/ef-datetime-field.js 151 B
packages/halo-theme/dark/ef-datetime-picker.js 898 B
packages/halo-theme/dark/ef-dialog.js 1.26 kB
packages/halo-theme/dark/ef-email-field.js 930 B
packages/halo-theme/dark/ef-error.js 136 B
packages/halo-theme/dark/ef-flag.js 201 B
packages/halo-theme/dark/ef-header.js 414 B
packages/halo-theme/dark/ef-heatmap.js 318 B
packages/halo-theme/dark/ef-icon.js 560 B
packages/halo-theme/dark/ef-input.js 175 B
packages/halo-theme/dark/ef-interactive-chart.js 852 B
packages/halo-theme/dark/ef-item.js 819 B
packages/halo-theme/dark/ef-label.js 193 B
packages/halo-theme/dark/ef-layout.js 191 B
packages/halo-theme/dark/ef-led-gauge.js 379 B
packages/halo-theme/dark/ef-list-item.js 822 B
packages/halo-theme/dark/ef-list.js 1.05 kB
packages/halo-theme/dark/ef-loader.js 862 B
packages/halo-theme/dark/ef-multi-input.js 1.46 kB
packages/halo-theme/dark/ef-notification-tray.js 289 B
packages/halo-theme/dark/ef-notification.js 890 B
packages/halo-theme/dark/ef-number-field.js 1.23 kB
packages/halo-theme/dark/ef-overlay-backdrop.js 185 B
packages/halo-theme/dark/ef-overlay-menu.js 825 B
packages/halo-theme/dark/ef-overlay.js 1.03 kB
packages/halo-theme/dark/ef-pagination.js 799 B
packages/halo-theme/dark/ef-panel.js 195 B
packages/halo-theme/dark/ef-password-field.js 969 B
packages/halo-theme/dark/ef-pill.js 694 B
packages/halo-theme/dark/ef-progress-bar.js 241 B
packages/halo-theme/dark/ef-radio-button.js 787 B
packages/halo-theme/dark/ef-rating.js 935 B
packages/halo-theme/dark/ef-search-field.js 930 B
packages/halo-theme/dark/ef-select.js 1.78 kB
packages/halo-theme/dark/ef-sidebar-layout.js 1.03 kB
packages/halo-theme/dark/ef-slider.js 1.02 kB
packages/halo-theme/dark/ef-sparkline.js 235 B
packages/halo-theme/dark/ef-swing-gauge.js 443 B
packages/halo-theme/dark/ef-tab-bar.js 842 B
packages/halo-theme/dark/ef-tab.js 1.13 kB
packages/halo-theme/dark/ef-text-field.js 929 B
packages/halo-theme/dark/ef-time-picker.js 760 B
packages/halo-theme/dark/ef-toggle.js 801 B
packages/halo-theme/dark/ef-tooltip.js 373 B
packages/halo-theme/dark/ef-tornado-chart.js 458 B
packages/halo-theme/dark/ef-tornado-item.js 529 B
packages/halo-theme/dark/ef-tree-item.js 1.11 kB
packages/halo-theme/dark/ef-tree-select.js 2.81 kB
packages/halo-theme/dark/ef-tree.js 1.07 kB
packages/halo-theme/dark/es5/all-elements.js 31.8 kB
packages/halo-theme/dark/h1.js 226 B
packages/halo-theme/dark/h2.js 198 B
packages/halo-theme/dark/h3.js 199 B
packages/halo-theme/dark/h4.js 216 B
packages/halo-theme/dark/h5.js 221 B
packages/halo-theme/dark/h6.js 218 B
packages/halo-theme/dark/header.js 258 B
packages/halo-theme/dark/hr.js 179 B
packages/halo-theme/dark/html.js 1.21 kB
packages/halo-theme/dark/imports/all-elements.js 470 B
packages/halo-theme/dark/imports/custom-elements.js 398 B
packages/halo-theme/dark/imports/native-elements.js 128 B
packages/halo-theme/dark/input.js 2.87 kB
packages/halo-theme/dark/kbd.js 260 B
packages/halo-theme/dark/mark.js 161 B
packages/halo-theme/dark/ol.js 132 B
packages/halo-theme/dark/p.js 158 B
packages/halo-theme/dark/select.js 367 B
packages/halo-theme/dark/table.js 352 B
packages/halo-theme/dark/textarea.js 608 B
packages/halo-theme/dark/ul.js 132 B
packages/halo-theme/light/a.js 243 B
packages/halo-theme/light/body.js 1.02 kB
packages/halo-theme/light/button.js 752 B
packages/halo-theme/light/css/native-elements.css 5.35 kB
packages/halo-theme/light/ef-accordion.js 243 B
packages/halo-theme/light/ef-appstate-bar.js 625 B
packages/halo-theme/light/ef-autosuggest.js 1.54 kB
packages/halo-theme/light/ef-button-bar.js 335 B
packages/halo-theme/light/ef-button.js 1.43 kB
packages/halo-theme/light/ef-calendar.js 866 B
packages/halo-theme/light/ef-canvas.js 136 B
packages/halo-theme/light/ef-card.js 925 B
packages/halo-theme/light/ef-chart.js 577 B
packages/halo-theme/light/ef-checkbox.js 814 B
packages/halo-theme/light/ef-clock.js 7.72 kB
packages/halo-theme/light/ef-collapse.js 647 B
packages/halo-theme/light/ef-color-dialog.js 498 B
packages/halo-theme/light/ef-color-picker.js 345 B
packages/halo-theme/light/ef-combo-box.js 2.38 kB
packages/halo-theme/light/ef-counter.js 429 B
packages/halo-theme/light/ef-datetime-field.js 151 B
packages/halo-theme/light/ef-datetime-picker.js 893 B
packages/halo-theme/light/ef-dialog.js 1.26 kB
packages/halo-theme/light/ef-email-field.js 926 B
packages/halo-theme/light/ef-error.js 136 B
packages/halo-theme/light/ef-flag.js 472 B
packages/halo-theme/light/ef-header.js 413 B
packages/halo-theme/light/ef-heatmap.js 330 B
packages/halo-theme/light/ef-icon.js 560 B
packages/halo-theme/light/ef-input.js 175 B
packages/halo-theme/light/ef-interactive-chart.js 849 B
packages/halo-theme/light/ef-item.js 818 B
packages/halo-theme/light/ef-label.js 193 B
packages/halo-theme/light/ef-layout.js 189 B
packages/halo-theme/light/ef-led-gauge.js 372 B
packages/halo-theme/light/ef-list-item.js 822 B
packages/halo-theme/light/ef-list.js 1.06 kB
packages/halo-theme/light/ef-loader.js 861 B
packages/halo-theme/light/ef-multi-input.js 1.46 kB
packages/halo-theme/light/ef-notification-tray.js 289 B
packages/halo-theme/light/ef-notification.js 896 B
packages/halo-theme/light/ef-number-field.js 1.22 kB
packages/halo-theme/light/ef-overlay-backdrop.js 185 B
packages/halo-theme/light/ef-overlay-menu.js 816 B
packages/halo-theme/light/ef-overlay.js 1.03 kB
packages/halo-theme/light/ef-pagination.js 802 B
packages/halo-theme/light/ef-panel.js 195 B
packages/halo-theme/light/ef-password-field.js 964 B
packages/halo-theme/light/ef-pill.js 696 B
packages/halo-theme/light/ef-progress-bar.js 244 B
packages/halo-theme/light/ef-radio-button.js 782 B
packages/halo-theme/light/ef-rating.js 936 B
packages/halo-theme/light/ef-search-field.js 925 B
packages/halo-theme/light/ef-select.js 1.79 kB
packages/halo-theme/light/ef-sidebar-layout.js 1.03 kB
packages/halo-theme/light/ef-slider.js 1.03 kB
packages/halo-theme/light/ef-sparkline.js 234 B
packages/halo-theme/light/ef-swing-gauge.js 425 B
packages/halo-theme/light/ef-tab-bar.js 847 B
packages/halo-theme/light/ef-tab.js 1.15 kB
packages/halo-theme/light/ef-text-field.js 925 B
packages/halo-theme/light/ef-time-picker.js 758 B
packages/halo-theme/light/ef-toggle.js 778 B
packages/halo-theme/light/ef-tooltip.js 378 B
packages/halo-theme/light/ef-tornado-chart.js 464 B
packages/halo-theme/light/ef-tornado-item.js 536 B
packages/halo-theme/light/ef-tree-item.js 1.11 kB
packages/halo-theme/light/ef-tree-select.js 2.82 kB
packages/halo-theme/light/ef-tree.js 1.07 kB
packages/halo-theme/light/es5/all-elements.js 32.2 kB
packages/halo-theme/light/h1.js 226 B
packages/halo-theme/light/h2.js 198 B
packages/halo-theme/light/h3.js 199 B
packages/halo-theme/light/h4.js 216 B
packages/halo-theme/light/h5.js 221 B
packages/halo-theme/light/h6.js 218 B
packages/halo-theme/light/header.js 256 B
packages/halo-theme/light/hr.js 180 B
packages/halo-theme/light/html.js 1.2 kB
packages/halo-theme/light/imports/all-elements.js 470 B
packages/halo-theme/light/imports/custom-elements.js 398 B
packages/halo-theme/light/imports/native-elements.js 128 B
packages/halo-theme/light/input.js 2.87 kB
packages/halo-theme/light/kbd.js 260 B
packages/halo-theme/light/mark.js 161 B
packages/halo-theme/light/ol.js 132 B
packages/halo-theme/light/p.js 158 B
packages/halo-theme/light/select.js 370 B
packages/halo-theme/light/table.js 355 B
packages/halo-theme/light/textarea.js 608 B
packages/halo-theme/light/ul.js 132 B
packages/i18n/lib/constants.js 65 B
packages/i18n/lib/index.js 149 B
packages/i18n/lib/lang-attribute-observer.js 631 B
packages/i18n/lib/memoiser.js 1.3 kB
packages/i18n/lib/translate.js 1.24 kB
packages/i18n/lib/types.js 31 B
packages/phrasebook/lib/index.js 80 B
packages/phrasebook/lib/locale/de/appstate-bar.js 159 B
packages/phrasebook/lib/locale/de/autosuggest.js 230 B
packages/phrasebook/lib/locale/de/calendar.js 542 B
packages/phrasebook/lib/locale/de/card.js 158 B
packages/phrasebook/lib/locale/de/clock.js 205 B
packages/phrasebook/lib/locale/de/color-dialog.js 304 B
packages/phrasebook/lib/locale/de/color-picker.js 348 B
packages/phrasebook/lib/locale/de/combo-box.js 197 B
packages/phrasebook/lib/locale/de/datetime-field.js 318 B
packages/phrasebook/lib/locale/de/dialog.js 182 B
packages/phrasebook/lib/locale/de/notification.js 157 B
packages/phrasebook/lib/locale/de/pagination.js 259 B
packages/phrasebook/lib/locale/de/password-field.js 186 B
packages/phrasebook/lib/locale/de/search-field.js 153 B
packages/phrasebook/lib/locale/de/shared.js 202 B
packages/phrasebook/lib/locale/de/slider.js 165 B
packages/phrasebook/lib/locale/de/time-picker.js 390 B
packages/phrasebook/lib/locale/de/tree-select.js 489 B
packages/phrasebook/lib/locale/en/appstate-bar.js 159 B
packages/phrasebook/lib/locale/en/autosuggest.js 209 B
packages/phrasebook/lib/locale/en/calendar.js 487 B
packages/phrasebook/lib/locale/en/card.js 151 B
packages/phrasebook/lib/locale/en/clock.js 205 B
packages/phrasebook/lib/locale/en/color-dialog.js 301 B
packages/phrasebook/lib/locale/en/color-picker.js 339 B
packages/phrasebook/lib/locale/en/combo-box.js 197 B
packages/phrasebook/lib/locale/en/datetime-field.js 298 B
packages/phrasebook/lib/locale/en/dialog.js 156 B
packages/phrasebook/lib/locale/en/notification.js 157 B
packages/phrasebook/lib/locale/en/pagination.js 252 B
packages/phrasebook/lib/locale/en/password-field.js 177 B
packages/phrasebook/lib/locale/en/search-field.js 150 B
packages/phrasebook/lib/locale/en/shared.js 190 B
packages/phrasebook/lib/locale/en/slider.js 165 B
packages/phrasebook/lib/locale/en/time-picker.js 394 B
packages/phrasebook/lib/locale/en/tree-select.js 459 B
packages/phrasebook/lib/locale/ja/appstate-bar.js 159 B
packages/phrasebook/lib/locale/ja/autosuggest.js 253 B
packages/phrasebook/lib/locale/ja/calendar.js 597 B
packages/phrasebook/lib/locale/ja/card.js 170 B
packages/phrasebook/lib/locale/ja/clock.js 205 B
packages/phrasebook/lib/locale/ja/color-dialog.js 322 B
packages/phrasebook/lib/locale/ja/color-picker.js 370 B
packages/phrasebook/lib/locale/ja/combo-box.js 241 B
packages/phrasebook/lib/locale/ja/datetime-field.js 358 B
packages/phrasebook/lib/locale/ja/dialog.js 206 B
packages/phrasebook/lib/locale/ja/notification.js 157 B
packages/phrasebook/lib/locale/ja/pagination.js 284 B
packages/phrasebook/lib/locale/ja/password-field.js 203 B
packages/phrasebook/lib/locale/ja/search-field.js 159 B
packages/phrasebook/lib/locale/ja/shared.js 221 B
packages/phrasebook/lib/locale/ja/slider.js 177 B
packages/phrasebook/lib/locale/ja/time-picker.js 419 B
packages/phrasebook/lib/locale/ja/tree-select.js 571 B
packages/phrasebook/lib/locale/zh-hant/appstate-bar.js 164 B
packages/phrasebook/lib/locale/zh-hant/autosuggest.js 240 B
packages/phrasebook/lib/locale/zh-hant/calendar.js 492 B
packages/phrasebook/lib/locale/zh-hant/card.js 165 B
packages/phrasebook/lib/locale/zh-hant/clock.js 208 B
packages/phrasebook/lib/locale/zh-hant/color-dialog.js 326 B
packages/phrasebook/lib/locale/zh-hant/color-picker.js 363 B
packages/phrasebook/lib/locale/zh-hant/combo-box.js 218 B
packages/phrasebook/lib/locale/zh-hant/datetime-field.js 335 B
packages/phrasebook/lib/locale/zh-hant/dialog.js 204 B
packages/phrasebook/lib/locale/zh-hant/notification.js 162 B
packages/phrasebook/lib/locale/zh-hant/pagination.js 279 B
packages/phrasebook/lib/locale/zh-hant/password-field.js 197 B
packages/phrasebook/lib/locale/zh-hant/search-field.js 164 B
packages/phrasebook/lib/locale/zh-hant/shared.js 219 B
packages/phrasebook/lib/locale/zh-hant/slider.js 175 B
packages/phrasebook/lib/locale/zh-hant/time-picker.js 441 B
packages/phrasebook/lib/locale/zh-hant/tree-select.js 543 B
packages/phrasebook/lib/locale/zh/appstate-bar.js 159 B
packages/phrasebook/lib/locale/zh/autosuggest.js 233 B
packages/phrasebook/lib/locale/zh/calendar.js 561 B
packages/phrasebook/lib/locale/zh/card.js 160 B
packages/phrasebook/lib/locale/zh/clock.js 205 B
packages/phrasebook/lib/locale/zh/color-dialog.js 320 B
packages/phrasebook/lib/locale/zh/color-picker.js 362 B
packages/phrasebook/lib/locale/zh/combo-box.js 213 B
packages/phrasebook/lib/locale/zh/datetime-field.js 329 B
packages/phrasebook/lib/locale/zh/dialog.js 200 B
packages/phrasebook/lib/locale/zh/notification.js 158 B
packages/phrasebook/lib/locale/zh/pagination.js 266 B
packages/phrasebook/lib/locale/zh/password-field.js 193 B
packages/phrasebook/lib/locale/zh/search-field.js 159 B
packages/phrasebook/lib/locale/zh/shared.js 212 B
packages/phrasebook/lib/locale/zh/slider.js 170 B
packages/phrasebook/lib/locale/zh/time-picker.js 439 B
packages/phrasebook/lib/locale/zh/tree-select.js 536 B
packages/phrasebook/lib/translation.js 903 B
packages/phrasebook/lib/types.js 31 B
packages/solar-theme/charcoal/a.js 273 B
packages/solar-theme/charcoal/body.js 783 B
packages/solar-theme/charcoal/button.js 918 B
packages/solar-theme/charcoal/css/native-elements.css 6.55 kB
packages/solar-theme/charcoal/ef-accordion.js 243 B
packages/solar-theme/charcoal/ef-appstate-bar.js 643 B
packages/solar-theme/charcoal/ef-autosuggest.js 1.24 kB
packages/solar-theme/charcoal/ef-button-bar.js 305 B
packages/solar-theme/charcoal/ef-button.js 1.36 kB
packages/solar-theme/charcoal/ef-calendar.js 747 B
packages/solar-theme/charcoal/ef-canvas.js 136 B
packages/solar-theme/charcoal/ef-card.js 993 B
packages/solar-theme/charcoal/ef-chart.js 648 B
packages/solar-theme/charcoal/ef-checkbox.js 763 B
packages/solar-theme/charcoal/ef-clock.js 7.72 kB
packages/solar-theme/charcoal/ef-collapse.js 528 B
packages/solar-theme/charcoal/ef-color-dialog.js 525 B
packages/solar-theme/charcoal/ef-color-picker.js 332 B
packages/solar-theme/charcoal/ef-combo-box.js 2.17 kB
packages/solar-theme/charcoal/ef-counter.js 382 B
packages/solar-theme/charcoal/ef-datetime-field.js 151 B
packages/solar-theme/charcoal/ef-datetime-picker.js 972 B
packages/solar-theme/charcoal/ef-dialog.js 1 kB
packages/solar-theme/charcoal/ef-email-field.js 1.01 kB
packages/solar-theme/charcoal/ef-error.js 136 B
packages/solar-theme/charcoal/ef-flag.js 212 B
packages/solar-theme/charcoal/ef-header.js 488 B
packages/solar-theme/charcoal/ef-heatmap.js 314 B
packages/solar-theme/charcoal/ef-icon.js 439 B
packages/solar-theme/charcoal/ef-input.js 175 B
packages/solar-theme/charcoal/ef-interactive-chart.js 1.04 kB
packages/solar-theme/charcoal/ef-item.js 763 B
packages/solar-theme/charcoal/ef-label.js 191 B
packages/solar-theme/charcoal/ef-layout.js 189 B
packages/solar-theme/charcoal/ef-led-gauge.js 354 B
packages/solar-theme/charcoal/ef-list-item.js 766 B
packages/solar-theme/charcoal/ef-list.js 828 B
packages/solar-theme/charcoal/ef-loader.js 585 B
packages/solar-theme/charcoal/ef-multi-input.js 1.39 kB
packages/solar-theme/charcoal/ef-notification-tray.js 289 B
packages/solar-theme/charcoal/ef-notification.js 911 B
packages/solar-theme/charcoal/ef-number-field.js 1.99 kB
packages/solar-theme/charcoal/ef-overlay-backdrop.js 186 B
packages/solar-theme/charcoal/ef-overlay-menu.js 802 B
packages/solar-theme/charcoal/ef-overlay.js 810 B
packages/solar-theme/charcoal/ef-pagination.js 810 B
packages/solar-theme/charcoal/ef-panel.js 195 B
packages/solar-theme/charcoal/ef-password-field.js 1.04 kB
packages/solar-theme/charcoal/ef-pill.js 605 B
packages/solar-theme/charcoal/ef-progress-bar.js 241 B
packages/solar-theme/charcoal/ef-radio-button.js 721 B
packages/solar-theme/charcoal/ef-rating.js 832 B
packages/solar-theme/charcoal/ef-search-field.js 1.01 kB
packages/solar-theme/charcoal/ef-select.js 1.29 kB
packages/solar-theme/charcoal/ef-sidebar-layout.js 812 B
packages/solar-theme/charcoal/ef-slider.js 922 B
packages/solar-theme/charcoal/ef-sparkline.js 235 B
packages/solar-theme/charcoal/ef-swing-gauge.js 434 B
packages/solar-theme/charcoal/ef-tab-bar.js 529 B
packages/solar-theme/charcoal/ef-tab.js 910 B
packages/solar-theme/charcoal/ef-text-field.js 1.01 kB
packages/solar-theme/charcoal/ef-time-picker.js 1.04 kB
packages/solar-theme/charcoal/ef-toggle.js 797 B
packages/solar-theme/charcoal/ef-tooltip.js 338 B
packages/solar-theme/charcoal/ef-tornado-chart.js 465 B
packages/solar-theme/charcoal/ef-tornado-item.js 547 B
packages/solar-theme/charcoal/ef-tree-item.js 1.04 kB
packages/solar-theme/charcoal/ef-tree-select.js 3.11 kB
packages/solar-theme/charcoal/ef-tree.js 841 B
packages/solar-theme/charcoal/es5/all-elements.js 33.4 kB
packages/solar-theme/charcoal/h1.js 222 B
packages/solar-theme/charcoal/h2.js 196 B
packages/solar-theme/charcoal/h3.js 196 B
packages/solar-theme/charcoal/h4.js 210 B
packages/solar-theme/charcoal/h5.js 217 B
packages/solar-theme/charcoal/h6.js 215 B
packages/solar-theme/charcoal/header.js 261 B
packages/solar-theme/charcoal/hr.js 179 B
packages/solar-theme/charcoal/html.js 989 B
packages/solar-theme/charcoal/imports/all-elements.js 470 B
packages/solar-theme/charcoal/imports/custom-elements.js 398 B
packages/solar-theme/charcoal/imports/native-elements.js 128 B
packages/solar-theme/charcoal/input.js 4.24 kB
packages/solar-theme/charcoal/kbd.js 304 B
packages/solar-theme/charcoal/mark.js 164 B
packages/solar-theme/charcoal/ol.js 132 B
packages/solar-theme/charcoal/p.js 157 B
packages/solar-theme/charcoal/select.js 376 B
packages/solar-theme/charcoal/table.js 368 B
packages/solar-theme/charcoal/textarea.js 615 B
packages/solar-theme/charcoal/ul.js 132 B
packages/solar-theme/pearl/a.js 269 B
packages/solar-theme/pearl/body.js 781 B
packages/solar-theme/pearl/button.js 902 B
packages/solar-theme/pearl/css/native-elements.css 6.53 kB
packages/solar-theme/pearl/ef-accordion.js 244 B
packages/solar-theme/pearl/ef-appstate-bar.js 638 B
packages/solar-theme/pearl/ef-autosuggest.js 1.23 kB
packages/solar-theme/pearl/ef-button-bar.js 304 B
packages/solar-theme/pearl/ef-button.js 1.36 kB
packages/solar-theme/pearl/ef-calendar.js 752 B
packages/solar-theme/pearl/ef-canvas.js 136 B
packages/solar-theme/pearl/ef-card.js 992 B
packages/solar-theme/pearl/ef-chart.js 656 B
packages/solar-theme/pearl/ef-checkbox.js 778 B
packages/solar-theme/pearl/ef-clock.js 7.72 kB
packages/solar-theme/pearl/ef-collapse.js 524 B
packages/solar-theme/pearl/ef-color-dialog.js 525 B
packages/solar-theme/pearl/ef-color-picker.js 334 B
packages/solar-theme/pearl/ef-combo-box.js 2.17 kB
packages/solar-theme/pearl/ef-counter.js 383 B
packages/solar-theme/pearl/ef-datetime-field.js 151 B
packages/solar-theme/pearl/ef-datetime-picker.js 985 B
packages/solar-theme/pearl/ef-dialog.js 1.01 kB
packages/solar-theme/pearl/ef-email-field.js 1.03 kB
packages/solar-theme/pearl/ef-error.js 136 B
packages/solar-theme/pearl/ef-flag.js 479 B
packages/solar-theme/pearl/ef-header.js 491 B
packages/solar-theme/pearl/ef-heatmap.js 307 B
packages/solar-theme/pearl/ef-icon.js 441 B
packages/solar-theme/pearl/ef-input.js 175 B
packages/solar-theme/pearl/ef-interactive-chart.js 1.04 kB
packages/solar-theme/pearl/ef-item.js 764 B
packages/solar-theme/pearl/ef-label.js 191 B
packages/solar-theme/pearl/ef-layout.js 189 B
packages/solar-theme/pearl/ef-led-gauge.js 353 B
packages/solar-theme/pearl/ef-list-item.js 767 B
packages/solar-theme/pearl/ef-list.js 831 B
packages/solar-theme/pearl/ef-loader.js 583 B
packages/solar-theme/pearl/ef-multi-input.js 1.39 kB
packages/solar-theme/pearl/ef-notification-tray.js 289 B
packages/solar-theme/pearl/ef-notification.js 913 B
packages/solar-theme/pearl/ef-number-field.js 1.99 kB
packages/solar-theme/pearl/ef-overlay-backdrop.js 186 B
packages/solar-theme/pearl/ef-overlay-menu.js 805 B
packages/solar-theme/pearl/ef-overlay.js 810 B
packages/solar-theme/pearl/ef-pagination.js 821 B
packages/solar-theme/pearl/ef-panel.js 287 B
packages/solar-theme/pearl/ef-password-field.js 1.05 kB
packages/solar-theme/pearl/ef-pill.js 610 B
packages/solar-theme/pearl/ef-progress-bar.js 244 B
packages/solar-theme/pearl/ef-radio-button.js 737 B
packages/solar-theme/pearl/ef-rating.js 837 B
packages/solar-theme/pearl/ef-search-field.js 1.03 kB
packages/solar-theme/pearl/ef-select.js 1.28 kB
packages/solar-theme/pearl/ef-sidebar-layout.js 816 B
packages/solar-theme/pearl/ef-slider.js 921 B
packages/solar-theme/pearl/ef-sparkline.js 238 B
packages/solar-theme/pearl/ef-swing-gauge.js 433 B
packages/solar-theme/pearl/ef-tab-bar.js 522 B
packages/solar-theme/pearl/ef-tab.js 894 B
packages/solar-theme/pearl/ef-text-field.js 1.02 kB
packages/solar-theme/pearl/ef-time-picker.js 1.06 kB
packages/solar-theme/pearl/ef-toggle.js 794 B
packages/solar-theme/pearl/ef-tooltip.js 334 B
packages/solar-theme/pearl/ef-tornado-chart.js 457 B
packages/solar-theme/pearl/ef-tornado-item.js 539 B
packages/solar-theme/pearl/ef-tree-item.js 1.04 kB
packages/solar-theme/pearl/ef-tree-select.js 3.12 kB
packages/solar-theme/pearl/ef-tree.js 843 B
packages/solar-theme/pearl/es5/all-elements.js 33.9 kB
packages/solar-theme/pearl/h1.js 224 B
packages/solar-theme/pearl/h2.js 197 B
packages/solar-theme/pearl/h3.js 197 B
packages/solar-theme/pearl/h4.js 211 B
packages/solar-theme/pearl/h5.js 218 B
packages/solar-theme/pearl/h6.js 214 B
packages/solar-theme/pearl/header.js 260 B
packages/solar-theme/pearl/hr.js 181 B
packages/solar-theme/pearl/html.js 978 B
packages/solar-theme/pearl/imports/all-elements.js 470 B
packages/solar-theme/pearl/imports/custom-elements.js 398 B
packages/solar-theme/pearl/imports/native-elements.js 128 B
packages/solar-theme/pearl/input.js 4.24 kB
packages/solar-theme/pearl/kbd.js 304 B
packages/solar-theme/pearl/mark.js 164 B
packages/solar-theme/pearl/ol.js 132 B
packages/solar-theme/pearl/p.js 157 B
packages/solar-theme/pearl/select.js 380 B
packages/solar-theme/pearl/table.js 380 B
packages/solar-theme/pearl/textarea.js 619 B
packages/solar-theme/pearl/ul.js 132 B
packages/test-helpers/lib/test-helpers.js 1.01 kB
packages/translate/lib/test/phrasebook.js 825 B
packages/translate/lib/test/test-inherited.js 415 B
packages/translate/lib/test/test-nested-translate.js 577 B
packages/translate/lib/test/test-promise.js 603 B
packages/translate/lib/test/test-translate.js 1.17 kB
packages/translate/lib/translate.js 1.79 kB
packages/utils/lib/accessibility.js 101 B
packages/utils/lib/accessibility/description.js 313 B
packages/utils/lib/accessibility/helpers.js 414 B
packages/utils/lib/accessibility/label.js 442 B
packages/utils/lib/accessibility/required.js 190 B
packages/utils/lib/async.js 143 B
packages/utils/lib/async/after-render-task-runner.js 348 B
packages/utils/lib/async/animation-task-runner.js 305 B
packages/utils/lib/async/debouncer-runner.js 175 B
packages/utils/lib/async/micro-task-runner.js 495 B
packages/utils/lib/async/runner.js 503 B
packages/utils/lib/async/task.js 400 B
packages/utils/lib/async/throttler-runner.js 311 B
packages/utils/lib/async/timeout-task-runner.js 345 B
packages/utils/lib/browser.js 166 B
packages/utils/lib/collection.js 72 B
packages/utils/lib/collection/collection-composer.js 3.39 kB
packages/utils/lib/collection/collection-item.js 31 B
packages/utils/lib/collection/data-item.js 31 B
packages/utils/lib/collection/flatten.js 601 B
packages/utils/lib/color.js 102 B
packages/utils/lib/color/color.js 264 B
packages/utils/lib/color/d3-color.js 46 B
packages/utils/lib/color/readable-color.js 1.16 kB
packages/utils/lib/date.js 236 B
packages/utils/lib/date/date.js 1.59 kB
packages/utils/lib/date/datetime.js 1.67 kB
packages/utils/lib/date/Locale.js 4.64 kB
packages/utils/lib/date/shared.js 2.76 kB
packages/utils/lib/date/time.js 1.79 kB
packages/utils/lib/date/timestamps.js 199 B
packages/utils/lib/date/utils.js 366 B
packages/utils/lib/element.js 382 B
packages/utils/lib/event.js 66 B
packages/utils/lib/event/event-emitter.js 755 B
packages/utils/lib/index.js 128 B
packages/utils/lib/is-slot-empty.js 284 B
packages/utils/lib/loader.js 93 B
packages/utils/lib/loader/cdn-loader.js 927 B
packages/utils/lib/loader/deferred.js 275 B
packages/utils/lib/loader/svg-loader.js 1.18 kB
packages/utils/lib/navigation.js 58 B
packages/utils/lib/navigation/grid.js 871 B
packages/utils/lib/uuid.js 300 B

compressed-size-action

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Apr 28, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: d3804bc
Status: ✅  Deploy successful!
Preview URL: https://499a1fea.refinitiv-ui.pages.dev
Branch Preview URL: https://chore-add-blackduck-workflow.refinitiv-ui.pages.dev

View logs

@sonarcloud
Copy link

sonarcloud bot commented Apr 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@bualoy-napat bualoy-napat merged commit b5045f5 into v6 Apr 28, 2023
@bualoy-napat bualoy-napat deleted the chore/add-blackduck-workflow branch April 28, 2023 07:55
Theeraphat-Sorasetsakul added a commit that referenced this pull request May 17, 2023
* test: increase mocha test timeout to 5 sec (#642)

* refactor(combo-box): use conditional template rendering instead of `hidden` attribute to hide clear icon (#602)

* fix(calendar): unexpected `blur` event fired when view changes (#655)

* chore(release): publish [skip ci]

 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]

* docs: fix wrong item type of multiple list demo (#666)

* fix: add checkbox theme to item element to made it render on multiple mode

* fix: revert import checkbox theme

* docs: fix wrong item type of multiple list demo

* docs: fix generated `tree-item` type in demo page

---------

Co-authored-by: Sarin Udompanish <[email protected]>
Co-authored-by: wsuwt <[email protected]>

* chore(deps): bump yaml from 2.2.1 to 2.2.2 (#664)

Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wasuwat Limsuparhat <[email protected]>

* docs: notify user to reload page after switch theme (#670)

* docs: notify user to reload page after switch theme

* Update documents/src/pages/build-app/theme-switching.md

Co-authored-by: Wasuwat Limsuparhat <[email protected]>

---------

Co-authored-by: Wasuwat Limsuparhat <[email protected]>

* chore: add black duck workflow (#667)

* feat: remove font bold (#665)

* feat: remove font bold

* fix: native header element font-weight

* docs: fix font-weight in demo pages

* chore: update LICENSE removing `bold` font reference

* fix: remove font bold from elements

---------

Co-authored-by: Sarin Udompanish <[email protected]>
Co-authored-by: wsuwt <[email protected]>
Co-authored-by: Wasuwat Limsuparhat <[email protected]>

* feat: export `nothing` value from `lit` (#671)

* chore(release): publish [skip ci]

 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]

* docs: add file extension to dynamic import of theme switching example (#683)

* test: convert resize observer loop error to warning (#679)

* feat(test-helper): add mocha util converting resize observer loop error to warning

* test(canvas): apply observer loop handler

* test(clock): apply observer loop handler

* test(heatmap): apply observer loop handler

* test(interactive-chart): apply observer loop handler

* test(layout): apply observer loop handler

* test(notification): apply observer loop handler

* test(overlay): apply observer loop handler

* test(sparkline): apply observer loop handler

* test(swing-gauge): apply observer loop handler

* test(tornado-chart): apply observer loop handler

* test(test-helpers): add test for resize observer loop handler

* refactor(test-helpers): refactor resize observer loop handler to test helper's side effect

* test(elements): remove resize observer loop handler import

* refactor(test-helpers): cleanup export

* refactor(test-helpers): fix code smell

---------

Co-authored-by: Wasuwat Limsuparhat <[email protected]>

* fix: responsive element not work in ios 15 and below (#680)

Co-authored-by: wattachai <[email protected]>

* chore(release): publish [skip ci]

 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]

* test: fix to using web/test-runner syntax

* test: fix ignore coverage syntax

* chore: replace web dev server with vite (#681)

* chore: update demo page

* chore: remove all web-dev-server config and update demo

* chore: add missing demo css file to heatmap demo

* chore: remove native button demo

* chore: change ignore eslint in demo block

* chore: remove visibility hidden from demo block

---------

Co-authored-by: Sarin-Udompanish <[email protected]>

* refactor: chart bare entry PR

* test: update chart snapshot

* docs(chart): revert Type back to support jsdoc

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: wattachai <[email protected]>
Co-authored-by: refinitiv-ui-dev <[email protected]>
Co-authored-by: Sarin-Udompanish <[email protected]>
Co-authored-by: Sarin Udompanish <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Napat Bualoy <[email protected]>
Co-authored-by: Theeraphat Sorasetsakul <[email protected]>
Co-authored-by: Theeraphat-Sorasetsakul <[email protected]>
Theeraphat-Sorasetsakul added a commit that referenced this pull request May 22, 2023
* feat(chart): create bare entrypoint to reduce bundle size

* refactor(chart): update canvas pointer to using ref

* chore(chart): unregister chartjs features to be bare

* refactor(chart): chart bare entry PR (#691)

* test: increase mocha test timeout to 5 sec (#642)

* refactor(combo-box): use conditional template rendering instead of `hidden` attribute to hide clear icon (#602)

* fix(calendar): unexpected `blur` event fired when view changes (#655)

* chore(release): publish [skip ci]

 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]

* docs: fix wrong item type of multiple list demo (#666)

* fix: add checkbox theme to item element to made it render on multiple mode

* fix: revert import checkbox theme

* docs: fix wrong item type of multiple list demo

* docs: fix generated `tree-item` type in demo page

---------

Co-authored-by: Sarin Udompanish <[email protected]>
Co-authored-by: wsuwt <[email protected]>

* chore(deps): bump yaml from 2.2.1 to 2.2.2 (#664)

Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wasuwat Limsuparhat <[email protected]>

* docs: notify user to reload page after switch theme (#670)

* docs: notify user to reload page after switch theme

* Update documents/src/pages/build-app/theme-switching.md

Co-authored-by: Wasuwat Limsuparhat <[email protected]>

---------

Co-authored-by: Wasuwat Limsuparhat <[email protected]>

* chore: add black duck workflow (#667)

* feat: remove font bold (#665)

* feat: remove font bold

* fix: native header element font-weight

* docs: fix font-weight in demo pages

* chore: update LICENSE removing `bold` font reference

* fix: remove font bold from elements

---------

Co-authored-by: Sarin Udompanish <[email protected]>
Co-authored-by: wsuwt <[email protected]>
Co-authored-by: Wasuwat Limsuparhat <[email protected]>

* feat: export `nothing` value from `lit` (#671)

* chore(release): publish [skip ci]

 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]

* docs: add file extension to dynamic import of theme switching example (#683)

* test: convert resize observer loop error to warning (#679)

* feat(test-helper): add mocha util converting resize observer loop error to warning

* test(canvas): apply observer loop handler

* test(clock): apply observer loop handler

* test(heatmap): apply observer loop handler

* test(interactive-chart): apply observer loop handler

* test(layout): apply observer loop handler

* test(notification): apply observer loop handler

* test(overlay): apply observer loop handler

* test(sparkline): apply observer loop handler

* test(swing-gauge): apply observer loop handler

* test(tornado-chart): apply observer loop handler

* test(test-helpers): add test for resize observer loop handler

* refactor(test-helpers): refactor resize observer loop handler to test helper's side effect

* test(elements): remove resize observer loop handler import

* refactor(test-helpers): cleanup export

* refactor(test-helpers): fix code smell

---------

Co-authored-by: Wasuwat Limsuparhat <[email protected]>

* fix: responsive element not work in ios 15 and below (#680)

Co-authored-by: wattachai <[email protected]>

* chore(release): publish [skip ci]

 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]

* test: fix to using web/test-runner syntax

* test: fix ignore coverage syntax

* chore: replace web dev server with vite (#681)

* chore: update demo page

* chore: remove all web-dev-server config and update demo

* chore: add missing demo css file to heatmap demo

* chore: remove native button demo

* chore: change ignore eslint in demo block

* chore: remove visibility hidden from demo block

---------

Co-authored-by: Sarin-Udompanish <[email protected]>

* refactor: chart bare entry PR

* test: update chart snapshot

* docs(chart): revert Type back to support jsdoc

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: wattachai <[email protected]>
Co-authored-by: refinitiv-ui-dev <[email protected]>
Co-authored-by: Sarin-Udompanish <[email protected]>
Co-authored-by: Sarin Udompanish <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Napat Bualoy <[email protected]>
Co-authored-by: Theeraphat Sorasetsakul <[email protected]>
Co-authored-by: Theeraphat-Sorasetsakul <[email protected]>

* refactor(chart): restructure file to make it cleaner

* docs(chart): rewrite to make it understandable

* docs(chart): remove unwanted line break

* docs(chart): add missing comma

* Update packages/elements/src/chart/elements/chart.ts

Co-authored-by: Wasuwat Limsuparhat <[email protected]>

* Update packages/elements/src/chart/elements/chart.ts

Co-authored-by: Wasuwat Limsuparhat <[email protected]>

* docs(chart): remove TODO comment

* Update packages/elements/src/chart/elements/chart.ts

Co-authored-by: Wasuwat Limsuparhat <[email protected]>

* Update packages/elements/src/chart/plugins/index.ts

Co-authored-by: wattachai <[email protected]>

* docs(chart): revise reduce bundle size section

* refactor(chart): fix export way

* docs(chart): add more examples

* fix(chart): prevent vulnerable code

* docs(chart): fix wording to be readable

* fix(chart): fix regex to be vulnerable

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Wasuwat Limsuparhat <[email protected]>
Co-authored-by: wattachai <[email protected]>
Co-authored-by: refinitiv-ui-dev <[email protected]>
Co-authored-by: Sarin-Udompanish <[email protected]>
Co-authored-by: Sarin Udompanish <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Napat Bualoy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants