@dxos/plugin-pwa 0.8.3 → 0.8.4-main.1c7ec43d41

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.
@@ -0,0 +1,77 @@
1
+ // src/PwaPlugin.tsx
2
+ import * as Effect from "effect/Effect";
3
+ import { registerSW } from "virtual:pwa-register";
4
+ import { ActivationEvents, Capabilities, Capability, Plugin } from "@dxos/app-framework";
5
+ import { AppPlugin, LayoutOperation } from "@dxos/app-toolkit";
6
+ import { log } from "@dxos/log";
7
+ import { meta } from "#meta";
8
+ import { translations } from "#translations";
9
+ var __dxlog_file = "/__w/dxos/dxos/packages/plugins/plugin-pwa/src/PwaPlugin.tsx";
10
+ var PwaPlugin = Plugin.define(meta).pipe(AppPlugin.addTranslationsModule({
11
+ translations
12
+ }), Plugin.addModule({
13
+ id: "register-pwa",
14
+ activatesOn: ActivationEvents.OperationInvokerReady,
15
+ activate: Effect.fnUntraced(function* () {
16
+ const { invokePromise } = yield* Capability.get(Capabilities.OperationInvoker);
17
+ const updateSW = registerSW({
18
+ onNeedRefresh: () => {
19
+ void invokePromise(LayoutOperation.AddToast, {
20
+ id: `${meta.id}.need-refresh`,
21
+ title: [
22
+ "need-refresh.label",
23
+ {
24
+ ns: meta.id
25
+ }
26
+ ],
27
+ description: [
28
+ "need-refresh.description",
29
+ {
30
+ ns: meta.id
31
+ }
32
+ ],
33
+ duration: 4 * 60 * 1e3,
34
+ actionLabel: [
35
+ "refresh.label",
36
+ {
37
+ ns: meta.id
38
+ }
39
+ ],
40
+ actionAlt: [
41
+ "refresh.alt",
42
+ {
43
+ ns: meta.id
44
+ }
45
+ ],
46
+ onAction: () => updateSW(true)
47
+ });
48
+ },
49
+ onOfflineReady: () => {
50
+ void invokePromise(LayoutOperation.AddToast, {
51
+ id: `${meta.id}.offline-ready`,
52
+ title: [
53
+ "offline-ready.label",
54
+ {
55
+ ns: meta.id
56
+ }
57
+ ],
58
+ closeLabel: [
59
+ "confirm.label",
60
+ {
61
+ ns: meta.id
62
+ }
63
+ ]
64
+ });
65
+ },
66
+ onRegisterError: (err) => {
67
+ log.error(err, void 0, { "~LogMeta": "~LogMeta", F: __dxlog_file, L: 68, S: this });
68
+ }
69
+ });
70
+ })
71
+ }), Plugin.make);
72
+ var PwaPlugin_default = PwaPlugin;
73
+ export {
74
+ PwaPlugin,
75
+ PwaPlugin_default as default
76
+ };
77
+ //# sourceMappingURL=PwaPlugin-IEM6AA5A.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/PwaPlugin.tsx"],
4
+ "sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\nimport { registerSW } from 'virtual:pwa-register';\n\nimport { ActivationEvents, Capabilities, Capability, Plugin } from '@dxos/app-framework';\nimport { AppPlugin, LayoutOperation } from '@dxos/app-toolkit';\nimport { log } from '@dxos/log';\n\nimport { meta } from '#meta';\nimport { translations } from '#translations';\n\nexport const PwaPlugin = Plugin.define(meta).pipe(\n AppPlugin.addTranslationsModule({ translations }),\n Plugin.addModule({\n id: 'register-pwa',\n activatesOn: ActivationEvents.OperationInvokerReady,\n activate: Effect.fnUntraced(function* () {\n const { invokePromise } = yield* Capability.get(Capabilities.OperationInvoker);\n\n const updateSW = registerSW({\n onNeedRefresh: () => {\n void invokePromise(LayoutOperation.AddToast, {\n id: `${meta.id}.need-refresh`,\n title: ['need-refresh.label', { ns: meta.id }],\n description: ['need-refresh.description', { ns: meta.id }],\n duration: 4 * 60 * 1000, // 4m\n actionLabel: ['refresh.label', { ns: meta.id }],\n actionAlt: ['refresh.alt', { ns: meta.id }],\n onAction: () => updateSW(true),\n });\n },\n onOfflineReady: () => {\n void invokePromise(LayoutOperation.AddToast, {\n id: `${meta.id}.offline-ready`,\n title: ['offline-ready.label', { ns: meta.id }],\n closeLabel: ['confirm.label', { ns: meta.id }],\n });\n },\n onRegisterError: (err) => {\n log.error(err);\n },\n });\n }),\n }),\n Plugin.make,\n);\n\nexport default PwaPlugin;\n"],
5
+ "mappings": ";AAIA,YAAYA,YAAY;AACxB,SAASC,kBAAkB;AAE3B,SAASC,kBAAkBC,cAAcC,YAAYC,cAAc;AACnE,SAASC,WAAWC,uBAAuB;AAC3C,SAASC,WAAW;AAEpB,SAASC,YAAY;AACrB,SAASC,oBAAoB;AAE7B,IAAA,eAAaC;AAEXN,IAAOO,YAAU,OAAA,OAAA,IAAA,EAAA,KAAA,UAAA,sBAAA;EACfC;IACAC,OAAAA,UAAaZ;EACba,IAAAA;eACUC,iBAAkB;YAEpBC,kBAAWhB,aAAW;UAC1BiB,EAAAA,cAAe,IAAA,OAAA,WAAA,IAAA,aAAA,gBAAA;qBACRF,WAAcT;qBACVE,MAAAA;aACPU,cAAO,gBAAA,UAAA;cAAC,GAAA,KAAA,EAAA;iBAAsB;;YAAc;cAAE,IAAA,KAAA;YAC9CC;;uBAA0C;;YAAc;cAAE,IAAA,KAAA;YAC1DC;UACAC;oBAAc,IAAA,KAAA;uBAAiB;;YAAc;cAAE,IAAA,KAAA;YAC/CC;;qBAA2B;;YAAc;cAAE,IAAA,KAAA;YAC3CC;UACF;UACF,UAAA,MAAA,SAAA,IAAA;QACAC,CAAAA;;sBAEWhB,MAAKI;aACZM,cAAO,gBAAA,UAAA;cAAC,GAAA,KAAA,EAAA;iBAAuB;;YAAc;cAAE,IAAA,KAAA;YAC/CO;;sBAA8B;;YAAc;cAAE,IAAA,KAAA;YAChD;UACF;QACAC,CAAAA;;MAEA,iBAAA,CAAA,QAAA;AACF,YAAA,MAAA,KAAA,QAAA,EAAA,YAAA,YAAA,GAAA,cAAA,GAAA,IAAA,GAAA,KAAA,CAAA;MACF;IAEFtB,CAAAA;EAGF,CAAA;;;",
6
+ "names": ["Effect", "registerSW", "ActivationEvents", "Capabilities", "Capability", "Plugin", "AppPlugin", "LayoutOperation", "log", "meta", "translations", "PwaPlugin", "addModule", "id", "activatesOn", "activate", "invokePromise", "updateSW", "onNeedRefresh", "title", "description", "duration", "actionLabel", "actionAlt", "onAction", "onOfflineReady", "closeLabel", "onRegisterError"]
7
+ }
@@ -1,114 +1,23 @@
1
- // packages/plugins/plugin-pwa/src/meta.ts
2
- var PWA_PLUGIN = "dxos.org/plugin/pwa";
1
+ // src/index.ts
2
+ import { Plugin } from "@dxos/app-framework";
3
+
4
+ // src/meta.ts
5
+ import { trim } from "@dxos/util";
3
6
  var meta = {
4
- id: PWA_PLUGIN,
5
- name: "PWA"
7
+ id: "org.dxos.plugin.pwa",
8
+ name: "PWA",
9
+ description: trim`
10
+ Progressive Web App capabilities enabling offline functionality and app-like experience.
11
+ Install to home screen and use the workspace without internet connection.
12
+ `,
13
+ tags: [
14
+ "system"
15
+ ]
6
16
  };
7
17
 
8
- // packages/plugins/plugin-pwa/src/PwaPlugin.tsx
9
- import { registerSW } from "virtual:pwa-register";
10
- import { Capabilities, contributes, createIntent, defineModule, definePlugin, Events, LayoutAction } from "@dxos/app-framework";
11
- import { log } from "@dxos/log";
12
- import { captureException } from "@dxos/observability/sentry";
13
-
14
- // packages/plugins/plugin-pwa/src/translations.ts
15
- var translations_default = [
16
- {
17
- "en-US": {
18
- [PWA_PLUGIN]: {
19
- "need refresh label": "Refresh now to get app updates",
20
- "need refresh description": "You\u2019ll need these updates to continue without interruption.",
21
- "refresh label": "Refresh",
22
- "refresh alt": "Click your browser\u2019s refresh button or use the refresh keyboard shortcut.",
23
- // TODO(wittjosiah): Non-react translation utils.
24
- // 'offline ready label': '{{appName}} is ready to use offline.',
25
- "offline ready label": "Ready to use offline.",
26
- "confirm label": "Okay"
27
- }
28
- }
29
- }
30
- ];
31
-
32
- // packages/plugins/plugin-pwa/src/PwaPlugin.tsx
33
- var __dxlog_file = "/home/runner/work/dxos/dxos/packages/plugins/plugin-pwa/src/PwaPlugin.tsx";
34
- var PwaPlugin = () => definePlugin(meta, [
35
- defineModule({
36
- id: `${meta.id}/module/translations`,
37
- activatesOn: Events.SetupTranslations,
38
- activate: () => contributes(Capabilities.Translations, translations_default)
39
- }),
40
- defineModule({
41
- id: `${meta.id}/module/register-pwa`,
42
- activatesOn: Events.DispatcherReady,
43
- activate: (context) => {
44
- const { dispatchPromise: dispatch } = context.getCapability(Capabilities.IntentDispatcher);
45
- const updateSW = registerSW({
46
- onNeedRefresh: () => dispatch?.(createIntent(LayoutAction.AddToast, {
47
- part: "toast",
48
- subject: {
49
- id: `${PWA_PLUGIN}/need-refresh`,
50
- title: [
51
- "need refresh label",
52
- {
53
- ns: PWA_PLUGIN
54
- }
55
- ],
56
- description: [
57
- "need refresh description",
58
- {
59
- ns: PWA_PLUGIN
60
- }
61
- ],
62
- duration: 4 * 60 * 1e3,
63
- actionLabel: [
64
- "refresh label",
65
- {
66
- ns: PWA_PLUGIN
67
- }
68
- ],
69
- actionAlt: [
70
- "refresh alt",
71
- {
72
- ns: PWA_PLUGIN
73
- }
74
- ],
75
- onAction: () => updateSW(true)
76
- }
77
- })),
78
- onOfflineReady: () => dispatch?.(createIntent(LayoutAction.AddToast, {
79
- part: "toast",
80
- subject: {
81
- id: `${PWA_PLUGIN}/offline-ready`,
82
- title: [
83
- "offline ready label",
84
- {
85
- ns: PWA_PLUGIN
86
- }
87
- ],
88
- closeLabel: [
89
- "confirm label",
90
- {
91
- ns: PWA_PLUGIN
92
- }
93
- ]
94
- }
95
- })),
96
- onRegisterError: (err) => {
97
- captureException(err);
98
- log.error(err, void 0, {
99
- F: __dxlog_file,
100
- L: 64,
101
- S: void 0,
102
- C: (f, a) => f(...a)
103
- });
104
- }
105
- });
106
- return contributes(Capabilities.Null, null);
107
- }
108
- })
109
- ]);
18
+ // src/index.ts
19
+ var PwaPlugin = Plugin.lazy(meta, () => import("./PwaPlugin-IEM6AA5A.mjs"));
110
20
  export {
111
- PWA_PLUGIN,
112
21
  PwaPlugin,
113
22
  meta
114
23
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../src/meta.ts", "../../../src/PwaPlugin.tsx", "../../../src/translations.ts"],
4
- "sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type PluginMeta } from '@dxos/app-framework';\n\nexport const PWA_PLUGIN = 'dxos.org/plugin/pwa';\n\nexport const meta: PluginMeta = {\n id: PWA_PLUGIN,\n name: 'PWA',\n};\n", "//\n// Copyright 2023 DXOS.org\n//\n\nimport { registerSW } from 'virtual:pwa-register';\n\nimport {\n Capabilities,\n contributes,\n createIntent,\n defineModule,\n definePlugin,\n Events,\n LayoutAction,\n} from '@dxos/app-framework';\nimport { log } from '@dxos/log';\nimport { captureException } from '@dxos/observability/sentry';\n\nimport { meta, PWA_PLUGIN } from './meta';\nimport translations from './translations';\n\nexport const PwaPlugin = () =>\n definePlugin(meta, [\n defineModule({\n id: `${meta.id}/module/translations`,\n activatesOn: Events.SetupTranslations,\n activate: () => contributes(Capabilities.Translations, translations),\n }),\n defineModule({\n id: `${meta.id}/module/register-pwa`,\n activatesOn: Events.DispatcherReady,\n activate: (context) => {\n const { dispatchPromise: dispatch } = context.getCapability(Capabilities.IntentDispatcher);\n\n const updateSW = registerSW({\n onNeedRefresh: () =>\n dispatch?.(\n createIntent(LayoutAction.AddToast, {\n part: 'toast',\n subject: {\n id: `${PWA_PLUGIN}/need-refresh`,\n title: ['need refresh label', { ns: PWA_PLUGIN }],\n description: ['need refresh description', { ns: PWA_PLUGIN }],\n duration: 4 * 60 * 1000, // 4m\n actionLabel: ['refresh label', { ns: PWA_PLUGIN }],\n actionAlt: ['refresh alt', { ns: PWA_PLUGIN }],\n onAction: () => updateSW(true),\n },\n }),\n ),\n onOfflineReady: () =>\n dispatch?.(\n createIntent(LayoutAction.AddToast, {\n part: 'toast',\n subject: {\n id: `${PWA_PLUGIN}/offline-ready`,\n title: ['offline ready label', { ns: PWA_PLUGIN }],\n closeLabel: ['confirm label', { ns: PWA_PLUGIN }],\n },\n }),\n ),\n onRegisterError: (err) => {\n captureException(err);\n log.error(err);\n },\n });\n\n return contributes(Capabilities.Null, null);\n },\n }),\n ]);\n", "//\n// Copyright 2022 DXOS.org\n//\n\nimport { PWA_PLUGIN } from './meta';\n\nexport default [\n {\n 'en-US': {\n [PWA_PLUGIN]: {\n 'need refresh label': 'Refresh now to get app updates',\n 'need refresh description': 'You’ll need these updates to continue without interruption.',\n 'refresh label': 'Refresh',\n 'refresh alt': 'Click your browser’s refresh button or use the refresh keyboard shortcut.',\n // TODO(wittjosiah): Non-react translation utils.\n // 'offline ready label': '{{appName}} is ready to use offline.',\n 'offline ready label': 'Ready to use offline.',\n 'confirm label': 'Okay',\n },\n },\n },\n];\n"],
5
- "mappings": ";AAMO,IAAMA,aAAa;AAEnB,IAAMC,OAAmB;EAC9BC,IAAIF;EACJG,MAAM;AACR;;;ACPA,SAASC,kBAAkB;AAE3B,SACEC,cACAC,aACAC,cACAC,cACAC,cACAC,QACAC,oBACK;AACP,SAASC,WAAW;AACpB,SAASC,wBAAwB;;;ACVjC,IAAA,uBAAe;EACb;IACE,SAAS;MACP,CAACC,UAAAA,GAAa;QACZ,sBAAsB;QACtB,4BAA4B;QAC5B,iBAAiB;QACjB,eAAe;;;QAGf,uBAAuB;QACvB,iBAAiB;MACnB;IACF;EACF;;;;;ADCK,IAAMC,YAAY,MACvBC,aAAaC,MAAM;EACjBC,aAAa;IACXC,IAAI,GAAGF,KAAKE,EAAE;IACdC,aAAaC,OAAOC;IACpBC,UAAU,MAAMC,YAAYC,aAAaC,cAAcC,oBAAAA;EACzD,CAAA;EACAT,aAAa;IACXC,IAAI,GAAGF,KAAKE,EAAE;IACdC,aAAaC,OAAOO;IACpBL,UAAU,CAACM,YAAAA;AACT,YAAM,EAAEC,iBAAiBC,SAAQ,IAAKF,QAAQG,cAAcP,aAAaQ,gBAAgB;AAEzF,YAAMC,WAAWC,WAAW;QAC1BC,eAAe,MACbL,WACEM,aAAaC,aAAaC,UAAU;UAClCC,MAAM;UACNC,SAAS;YACPtB,IAAI,GAAGuB,UAAAA;YACPC,OAAO;cAAC;cAAsB;gBAAEC,IAAIF;cAAW;;YAC/CG,aAAa;cAAC;cAA4B;gBAAED,IAAIF;cAAW;;YAC3DI,UAAU,IAAI,KAAK;YACnBC,aAAa;cAAC;cAAiB;gBAAEH,IAAIF;cAAW;;YAChDM,WAAW;cAAC;cAAe;gBAAEJ,IAAIF;cAAW;;YAC5CO,UAAU,MAAMf,SAAS,IAAA;UAC3B;QACF,CAAA,CAAA;QAEJgB,gBAAgB,MACdnB,WACEM,aAAaC,aAAaC,UAAU;UAClCC,MAAM;UACNC,SAAS;YACPtB,IAAI,GAAGuB,UAAAA;YACPC,OAAO;cAAC;cAAuB;gBAAEC,IAAIF;cAAW;;YAChDS,YAAY;cAAC;cAAiB;gBAAEP,IAAIF;cAAW;;UACjD;QACF,CAAA,CAAA;QAEJU,iBAAiB,CAACC,QAAAA;AAChBC,2BAAiBD,GAAAA;AACjBE,cAAIC,MAAMH,KAAAA,QAAAA;;;;;;QACZ;MACF,CAAA;AAEA,aAAO7B,YAAYC,aAAagC,MAAM,IAAA;IACxC;EACF,CAAA;CACD;",
6
- "names": ["PWA_PLUGIN", "meta", "id", "name", "registerSW", "Capabilities", "contributes", "createIntent", "defineModule", "definePlugin", "Events", "LayoutAction", "log", "captureException", "PWA_PLUGIN", "PwaPlugin", "definePlugin", "meta", "defineModule", "id", "activatesOn", "Events", "SetupTranslations", "activate", "contributes", "Capabilities", "Translations", "translations", "DispatcherReady", "context", "dispatchPromise", "dispatch", "getCapability", "IntentDispatcher", "updateSW", "registerSW", "onNeedRefresh", "createIntent", "LayoutAction", "AddToast", "part", "subject", "PWA_PLUGIN", "title", "ns", "description", "duration", "actionLabel", "actionAlt", "onAction", "onOfflineReady", "closeLabel", "onRegisterError", "err", "captureException", "log", "error", "Null"]
3
+ "sources": ["../../../src/index.ts", "../../../src/meta.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { Plugin } from '@dxos/app-framework';\n\nimport { meta } from './meta';\n\nexport const PwaPlugin = Plugin.lazy(meta, () => import('./PwaPlugin'));\n\nexport * from './meta';\n", "//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Plugin } from '@dxos/app-framework';\nimport { trim } from '@dxos/util';\n\nexport const meta: Plugin.Meta = {\n id: 'org.dxos.plugin.pwa',\n name: 'PWA',\n description: trim`\n Progressive Web App capabilities enabling offline functionality and app-like experience.\n Install to home screen and use the workspace without internet connection.\n `,\n tags: ['system'],\n};\n"],
5
+ "mappings": ";AAIA,SAASA,cAAc;;;ACCvB,SAASC,YAAY;AAEd,IAAMC,OAAoB;EAC/BC,IAAI;EACJC,MAAM;EACNC,aAAaJ;;;;EAIbK,MAAM;IAAC;;AACT;;;ADPO,IAAMC,YAAYC,OAAOC,KAAKC,MAAM,MAAM,OAAO,0BAAA,CAAA;",
6
+ "names": ["Plugin", "trim", "meta", "id", "name", "description", "tags", "PwaPlugin", "Plugin", "lazy", "meta"]
7
7
  }
@@ -1 +1 @@
1
- {"inputs":{"packages/plugins/plugin-pwa/src/meta.ts":{"bytes":888,"imports":[],"format":"esm"},"packages/plugins/plugin-pwa/src/translations.ts":{"bytes":2301,"imports":[{"path":"packages/plugins/plugin-pwa/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-pwa/src/PwaPlugin.tsx":{"bytes":9622,"imports":[{"path":"virtual:pwa-register","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/observability/sentry","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-pwa/src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"packages/plugins/plugin-pwa/src/translations.ts","kind":"import-statement","original":"./translations"}],"format":"esm"},"packages/plugins/plugin-pwa/src/index.ts":{"bytes":548,"imports":[{"path":"packages/plugins/plugin-pwa/src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"packages/plugins/plugin-pwa/src/PwaPlugin.tsx","kind":"import-statement","original":"./PwaPlugin"}],"format":"esm"}},"outputs":{"packages/plugins/plugin-pwa/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5469},"packages/plugins/plugin-pwa/dist/lib/browser/index.mjs":{"imports":[{"path":"virtual:pwa-register","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/observability/sentry","kind":"import-statement","external":true}],"exports":["PWA_PLUGIN","PwaPlugin","meta"],"entryPoint":"packages/plugins/plugin-pwa/src/index.ts","inputs":{"packages/plugins/plugin-pwa/src/meta.ts":{"bytesInOutput":88},"packages/plugins/plugin-pwa/src/index.ts":{"bytesInOutput":0},"packages/plugins/plugin-pwa/src/PwaPlugin.tsx":{"bytesInOutput":2466},"packages/plugins/plugin-pwa/src/translations.ts":{"bytesInOutput":620}},"bytes":3450}}}
1
+ {"inputs":{"src/meta.ts":{"bytes":1406,"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/PwaPlugin.tsx":{"bytes":7521,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"virtual:pwa-register","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":936,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/PwaPlugin.tsx","kind":"dynamic-import","original":"./PwaPlugin"}],"format":"esm"},"src/translations.ts":{"bytes":2366,"imports":[{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1074},"dist/lib/browser/index.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"dist/lib/browser/PwaPlugin-IEM6AA5A.mjs","kind":"dynamic-import"}],"exports":["PwaPlugin","meta"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":123},"src/meta.ts":{"bytesInOutput":319}},"bytes":558},"dist/lib/browser/translations.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1106},"dist/lib/browser/translations.mjs":{"imports":[{"path":"#meta","kind":"import-statement","external":true}],"exports":["translations"],"entryPoint":"src/translations.ts","inputs":{"src/translations.ts":{"bytesInOutput":639}},"bytes":731},"dist/lib/browser/PwaPlugin-IEM6AA5A.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3118},"dist/lib/browser/PwaPlugin-IEM6AA5A.mjs":{"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"virtual:pwa-register","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true}],"exports":["PwaPlugin","default"],"entryPoint":"src/PwaPlugin.tsx","inputs":{"src/PwaPlugin.tsx":{"bytesInOutput":2091}},"bytes":2216}}}
@@ -0,0 +1,22 @@
1
+ // src/translations.ts
2
+ import { meta } from "#meta";
3
+ var translations = [
4
+ {
5
+ "en-US": {
6
+ [meta.id]: {
7
+ "need-refresh.label": "Refresh now to get app updates",
8
+ "need-refresh.description": "You\u2019ll need these updates to continue without interruption.",
9
+ "refresh.label": "Refresh",
10
+ "refresh.alt": "Click your browser\u2019s refresh button or use the refresh keyboard shortcut.",
11
+ // TODO(wittjosiah): Non-react translation utils.
12
+ // 'offline ready label': '{{appName}} is ready to use offline.',
13
+ "offline-ready.label": "Ready to use offline.",
14
+ "confirm.label": "Okay"
15
+ }
16
+ }
17
+ }
18
+ ];
19
+ export {
20
+ translations
21
+ };
22
+ //# sourceMappingURL=translations.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/translations.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2022 DXOS.org\n//\n\nimport { type Resource } from '@dxos/react-ui';\n\nimport { meta } from '#meta';\n\nexport const translations = [\n {\n 'en-US': {\n [meta.id]: {\n 'need-refresh.label': 'Refresh now to get app updates',\n 'need-refresh.description': 'You’ll need these updates to continue without interruption.',\n 'refresh.label': 'Refresh',\n 'refresh.alt': 'Click your browser’s refresh button or use the refresh keyboard shortcut.',\n // TODO(wittjosiah): Non-react translation utils.\n // 'offline ready label': '{{appName}} is ready to use offline.',\n 'offline-ready.label': 'Ready to use offline.',\n 'confirm.label': 'Okay',\n },\n },\n },\n] as const satisfies Resource[];\n"],
5
+ "mappings": ";AAMA,SAASA,YAAY;AAEd,IAAMC,eAAe;EAC1B;IACE,SAAS;MACP,CAACD,KAAKE,EAAE,GAAG;QACT,sBAAsB;QACtB,4BAA4B;QAC5B,iBAAiB;QACjB,eAAe;;;QAGf,uBAAuB;QACvB,iBAAiB;MACnB;IACF;EACF;;",
6
+ "names": ["meta", "translations", "id"]
7
+ }
@@ -1,2 +1,4 @@
1
- export declare const PwaPlugin: () => import("@dxos/app-framework").Plugin;
1
+ import { Plugin } from '@dxos/app-framework';
2
+ export declare const PwaPlugin: Plugin.PluginFactory<void>;
3
+ export default PwaPlugin;
2
4
  //# sourceMappingURL=PwaPlugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PwaPlugin.d.ts","sourceRoot":"","sources":["../../../src/PwaPlugin.tsx"],"names":[],"mappings":"AAqBA,eAAO,MAAM,SAAS,4CAiDlB,CAAC"}
1
+ {"version":3,"file":"PwaPlugin.d.ts","sourceRoot":"","sources":["../../../src/PwaPlugin.tsx"],"names":[],"mappings":"AAOA,OAAO,EAA8C,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAOzF,eAAO,MAAM,SAAS,4BAkCrB,CAAC;eAEa,SAAS"}
@@ -1,3 +1,4 @@
1
+ import { Plugin } from '@dxos/app-framework';
2
+ export declare const PwaPlugin: Plugin.PluginFactory<void>;
1
3
  export * from './meta';
2
- export * from './PwaPlugin';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAI7C,eAAO,MAAM,SAAS,4BAAiD,CAAC;AAExE,cAAc,QAAQ,CAAC"}
@@ -1,4 +1,3 @@
1
- import { type PluginMeta } from '@dxos/app-framework';
2
- export declare const PWA_PLUGIN = "dxos.org/plugin/pwa";
3
- export declare const meta: PluginMeta;
1
+ import { type Plugin } from '@dxos/app-framework';
2
+ export declare const meta: Plugin.Meta;
4
3
  //# sourceMappingURL=meta.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,UAAU,wBAAwB,CAAC;AAEhD,eAAO,MAAM,IAAI,EAAE,UAGlB,CAAC"}
1
+ {"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAGlD,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,IAQzB,CAAC"}
@@ -1,14 +1,13 @@
1
- declare const _default: {
2
- 'en-US': {
3
- "dxos.org/plugin/pwa": {
4
- 'need refresh label': string;
5
- 'need refresh description': string;
6
- 'refresh label': string;
7
- 'refresh alt': string;
8
- 'offline ready label': string;
9
- 'confirm label': string;
1
+ export declare const translations: [{
2
+ readonly 'en-US': {
3
+ readonly [x: string]: {
4
+ readonly 'need-refresh.label': 'Refresh now to get app updates';
5
+ readonly 'need-refresh.description': 'You\u2019ll need these updates to continue without interruption.';
6
+ readonly 'refresh.label': 'Refresh';
7
+ readonly 'refresh.alt': 'Click your browser\u2019s refresh button or use the refresh keyboard shortcut.';
8
+ readonly 'offline-ready.label': 'Ready to use offline.';
9
+ readonly 'confirm.label': 'Okay';
10
10
  };
11
11
  };
12
- }[];
13
- export default _default;
12
+ }];
14
13
  //# sourceMappingURL=translations.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":";;;;;;;;;;;;AAMA,wBAeE"}
1
+ {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,YAAY;;;2CAIK,gCAAgC;iDAC1B,kEAA6D;sCACxE,SAAS;oCACX,gFAA2E;4CAGnE,uBAAuB;sCAC7B,MAAM;;;EAIA,CAAC"}