Skip to content

Commit fc50242

Browse files
committed
update to TS6.0, minor bundle changes
1 parent da0c113 commit fc50242

24 files changed

+233
-209
lines changed

dist/pwa-install.bundle.js

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pwa-install.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pwa-install.es.js

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pwa-install.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-legacy/pwa-install.react-legacy.js

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-legacy/pwa-install.react-legacy.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/gallery/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ export default class PWAGalleryElement extends LitElement {
1313
private _init;
1414
firstUpdated(): void;
1515
connectedCallback(): void;
16-
render(): import("lit").TemplateResult<1>;
16+
render(): import("lit-html").TemplateResult<1>;
1717
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { ManifestScreenshot } from '../types/types';
2-
declare const template: (screenshots: ManifestScreenshot[], theme: string, scrollToNextPage: any, scrollToPrevPage: any) => import("lit").TemplateResult<1>;
2+
declare const template: (screenshots: ManifestScreenshot[], theme: string, scrollToNextPage: any, scrollToPrevPage: any) => import("lit-html").TemplateResult<1>;
33
export default template;

dist/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export declare class PWAInstallElement extends LitElement {
5151
private _requestUpdate;
5252
connectedCallback(): Promise<void>;
5353
willUpdate(changedProperties: PropertyValues<this>): void;
54-
render(): import("lit").TemplateResult<1>;
54+
render(): import("lit-html").TemplateResult<1>;
5555
}
5656
export { PWAInstallAttributes };
5757
export type { PWAInstallProps } from './types/jsx';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export declare const sourceLocale = "en";
2-
export declare const targetLocales: readonly ["bg", "ca-ES", "cs", "da", "de", "el", "es", "fa", "fr", "he", "hu", "it", "ja", "km", "ko", "nl", "no", "pl", "pt", "ru", "sk", "sr", "sv", "tr", "uk", "vi", "zh-CN", "zh-HK"];
3-
export declare const allLocales: readonly ["bg", "ca-ES", "cs", "da", "de", "el", "en", "es", "fa", "fr", "he", "hu", "it", "ja", "km", "ko", "nl", "no", "pl", "pt", "ru", "sk", "sr", "sv", "tr", "uk", "vi", "zh-CN", "zh-HK"];
2+
export declare const targetLocales: readonly ["ar", "bg", "ca-ES", "cs", "da", "de", "el", "es", "fa", "fr", "he", "hu", "it", "ja", "km", "ko", "nl", "no", "pl", "pt", "ru", "sk", "sr", "sv", "tr", "uk", "vi", "zh-CN", "zh-HK"];
3+
export declare const allLocales: readonly ["ar", "bg", "ca-ES", "cs", "da", "de", "el", "en", "es", "fa", "fr", "he", "hu", "it", "ja", "km", "ko", "nl", "no", "pl", "pt", "ru", "sk", "sr", "sv", "tr", "uk", "vi", "zh-CN", "zh-HK"];

0 commit comments

Comments
 (0)