mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Fix webcomponents imports
This commit is contained in:
parent
88d0c11209
commit
9343318a4f
@ -23,7 +23,7 @@ import '../../elements/emby-button/paper-icon-button-light';
|
||||
import '../../elements/emby-tabs/emby-tabs';
|
||||
import '../../elements/emby-scroller/emby-scroller';
|
||||
import '../../assets/css/flexstyles.css';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
|
||||
function showViewSettings(instance) {
|
||||
import('./guide-settings').then((guideSettingsDialog) => {
|
||||
|
@ -1,6 +1,6 @@
|
||||
import layoutManager from '../../components/layoutManager';
|
||||
import './emby-button.css';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
|
||||
const EmbyButtonPrototype = Object.create(HTMLButtonElement.prototype);
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import browser from '../../scripts/browser';
|
||||
import dom from '../../scripts/dom';
|
||||
import './emby-checkbox.css';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import './emby-collapse';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
import '../../elements/emby-button/emby-button';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
@ -1,7 +1,7 @@
|
||||
import browser from '../../scripts/browser';
|
||||
import dom from '../../scripts/dom';
|
||||
import './emby-input.css';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
|
@ -2,7 +2,7 @@ import EmbyProgressRing from '../emby-progressring/emby-progressring';
|
||||
import dom from '../../scripts/dom';
|
||||
import serverNotifications from '../../scripts/serverNotifications';
|
||||
import { Events } from 'jellyfin-apiclient';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
|
@ -10,7 +10,7 @@ import loading from '../../components/loading/loading';
|
||||
import focusManager from '../../components/focusManager';
|
||||
import serverNotifications from '../../scripts/serverNotifications';
|
||||
import { ConnectionManager, Events } from 'jellyfin-apiclient';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import './emby-progressring';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import layoutManager from '../../components/layoutManager';
|
||||
import browser from '../../scripts/browser';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
import './emby-radio.css';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
@ -1,5 +1,5 @@
|
||||
import './emby-scrollbuttons';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
import '../../elements/emby-button/paper-icon-button-light';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
@ -4,7 +4,7 @@ import layoutManager from '../../components/layoutManager';
|
||||
import inputManager from '../../scripts/inputManager';
|
||||
import focusManager from '../../components/focusManager';
|
||||
import browser from '../../scripts/browser';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
import './emby-scroller.css';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
@ -3,7 +3,7 @@ import layoutManager from '../../components/layoutManager';
|
||||
import browser from '../../scripts/browser';
|
||||
import actionsheet from '../../components/actionSheet/actionSheet';
|
||||
import './emby-select.css';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
|
@ -3,7 +3,7 @@ import dom from '../../scripts/dom';
|
||||
import layoutManager from '../../components/layoutManager';
|
||||
import keyboardnavigation from '../../scripts/keyboardNavigation';
|
||||
import './emby-slider.css';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
import '../emby-input/emby-input';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
@ -2,7 +2,7 @@ import dom from '../../scripts/dom';
|
||||
import scroller from '../../libraries/scroller';
|
||||
import browser from '../../scripts/browser';
|
||||
import focusManager from '../../components/focusManager';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
import './emby-tabs.css';
|
||||
import '../../assets/css/scrollstyles.css';
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import './emby-textarea.css';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
import '../emby-input/emby-input';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
@ -1,5 +1,5 @@
|
||||
import './emby-toggle';
|
||||
import 'webcomponents.js';
|
||||
import 'webcomponents.js/webcomponents-lite';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
|
@ -7,7 +7,6 @@ import 'classlist.js';
|
||||
import 'whatwg-fetch';
|
||||
import 'resize-observer-polyfill';
|
||||
import 'jellyfin-noto';
|
||||
import 'webcomponents.js';
|
||||
import '../assets/css/site.css';
|
||||
|
||||
// TODO: Move this elsewhere
|
||||
|
Loading…
Reference in New Issue
Block a user