chore: Replace deprecated 'node' module resolution with 'bundler' and tighten compiler options (#2594)
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
import type {
|
||||
CreatePluginType,
|
||||
LoosePluginType,
|
||||
} from 'embla-carousel/components/Plugins';
|
||||
import {
|
||||
html,
|
||||
LitElement,
|
||||
@@ -18,14 +14,10 @@ import carouselStyle from '../scss/carousel.scss';
|
||||
import {
|
||||
CarouselController,
|
||||
type CarouselDirection,
|
||||
type EmblaCarouselPlugins,
|
||||
} from '../utils/embla/carousel-controller';
|
||||
import { getTextDirection } from '../utils/text-direction';
|
||||
|
||||
export type EmblaCarouselPlugins = CreatePluginType<
|
||||
LoosePluginType,
|
||||
Record<string, unknown>
|
||||
>[];
|
||||
|
||||
@customElement('advanced-camera-card-carousel')
|
||||
export class AdvancedCameraCardCarousel extends LitElement {
|
||||
@property({ attribute: true, reflect: true })
|
||||
|
||||
@@ -51,7 +51,6 @@ export class AdvancedCameraCardSelect extends ScopedRegistryHost(LitElement) {
|
||||
@property({ attribute: true, type: Boolean })
|
||||
public clearable?: boolean = false;
|
||||
|
||||
private _previouslyReportedValue?: SelectValues;
|
||||
private _refSelect: Ref<SelectElement> = createRef();
|
||||
|
||||
static elementDefinitions = {
|
||||
|
||||
Reference in New Issue
Block a user