@sovereignbase/pwa 0.0.2 → 1.0.0
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.
- package/LICENSE +200 -200
- package/README.md +109 -0
- package/dist/{htmlDocument-Cx-dprM5.cjs → htmlDocument-C3k13Sjr.cjs} +3 -10
- package/dist/htmlDocument-C3k13Sjr.cjs.map +1 -0
- package/dist/{htmlDocument-DABSNDvf.js → htmlDocument-C533Sj5O.js} +3 -10
- package/dist/htmlDocument-C533Sj5O.js.map +1 -0
- package/dist/index.cjs +216 -38
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +60 -109
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts +60 -109
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +218 -40
- package/dist/index.js.map +1 -1
- package/dist/serviceWorker/entrypoint.cjs +13 -12
- package/dist/serviceWorker/entrypoint.cjs.map +1 -1
- package/dist/serviceWorker/entrypoint.js +13 -12
- package/dist/serviceWorker/entrypoint.js.map +1 -1
- package/package.json +1 -1
- package/dist/htmlDocument-Cx-dprM5.cjs.map +0 -1
- package/dist/htmlDocument-DABSNDvf.js.map +0 -1
package/LICENSE
CHANGED
|
@@ -1,201 +1,201 @@
|
|
|
1
|
-
Apache License
|
|
2
|
-
Version 2.0, January 2004
|
|
3
|
-
http://www.apache.org/licenses/
|
|
4
|
-
|
|
5
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
-
|
|
7
|
-
1. Definitions.
|
|
8
|
-
|
|
9
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
-
|
|
12
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
-
the copyright owner that is granting the License.
|
|
14
|
-
|
|
15
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
-
other entities that control, are controlled by, or are under common
|
|
17
|
-
control with that entity. For the purposes of this definition,
|
|
18
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
-
direction or management of such entity, whether by contract or
|
|
20
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
-
|
|
23
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
-
exercising permissions granted by this License.
|
|
25
|
-
|
|
26
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
-
including but not limited to software source code, documentation
|
|
28
|
-
source, and configuration files.
|
|
29
|
-
|
|
30
|
-
"Object" form shall mean any form resulting from mechanical
|
|
31
|
-
transformation or translation of a Source form, including but
|
|
32
|
-
not limited to compiled object code, generated documentation,
|
|
33
|
-
and conversions to other media types.
|
|
34
|
-
|
|
35
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
-
Object form, made available under the License, as indicated by a
|
|
37
|
-
copyright notice that is included in or attached to the work
|
|
38
|
-
(an example is provided in the Appendix below).
|
|
39
|
-
|
|
40
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
-
form, that is based on (or derived from) the Work and for which the
|
|
42
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
-
of this License, Derivative Works shall not include works that remain
|
|
45
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
-
the Work and Derivative Works thereof.
|
|
47
|
-
|
|
48
|
-
"Contribution" shall mean any work of authorship, including
|
|
49
|
-
the original version of the Work and any modifications or additions
|
|
50
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
-
means any form of electronic, verbal, or written communication sent
|
|
55
|
-
to the Licensor or its representatives, including but not limited to
|
|
56
|
-
communication on electronic mailing lists, source code control systems,
|
|
57
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
-
excluding communication that is conspicuously marked or otherwise
|
|
60
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
-
|
|
62
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
-
subsequently incorporated within the Work.
|
|
65
|
-
|
|
66
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
-
Work and such Derivative Works in Source or Object form.
|
|
72
|
-
|
|
73
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
-
(except as stated in this section) patent license to make, have made,
|
|
77
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
-
where such license applies only to those patent claims licensable
|
|
79
|
-
by such Contributor that are necessarily infringed by their
|
|
80
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
-
institute patent litigation against any entity (including a
|
|
83
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
-
or contributory patent infringement, then any patent licenses
|
|
86
|
-
granted to You under this License for that Work shall terminate
|
|
87
|
-
as of the date such litigation is filed.
|
|
88
|
-
|
|
89
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
-
modifications, and in Source or Object form, provided that You
|
|
92
|
-
meet the following conditions:
|
|
93
|
-
|
|
94
|
-
(a) You must give any other recipients of the Work or
|
|
95
|
-
Derivative Works a copy of this License; and
|
|
96
|
-
|
|
97
|
-
(b) You must cause any modified files to carry prominent notices
|
|
98
|
-
stating that You changed the files; and
|
|
99
|
-
|
|
100
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
-
that You distribute, all copyright, patent, trademark, and
|
|
102
|
-
attribution notices from the Source form of the Work,
|
|
103
|
-
excluding those notices that do not pertain to any part of
|
|
104
|
-
the Derivative Works; and
|
|
105
|
-
|
|
106
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
-
distribution, then any Derivative Works that You distribute must
|
|
108
|
-
include a readable copy of the attribution notices contained
|
|
109
|
-
within such NOTICE file, excluding those notices that do not
|
|
110
|
-
pertain to any part of the Derivative Works, in at least one
|
|
111
|
-
of the following places: within a NOTICE text file distributed
|
|
112
|
-
as part of the Derivative Works; within the Source form or
|
|
113
|
-
documentation, if provided along with the Derivative Works; or,
|
|
114
|
-
within a display generated by the Derivative Works, if and
|
|
115
|
-
wherever such third-party notices normally appear. The contents
|
|
116
|
-
of the NOTICE file are for informational purposes only and
|
|
117
|
-
do not modify the License. You may add Your own attribution
|
|
118
|
-
notices within Derivative Works that You distribute, alongside
|
|
119
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
-
that such additional attribution notices cannot be construed
|
|
121
|
-
as modifying the License.
|
|
122
|
-
|
|
123
|
-
You may add Your own copyright statement to Your modifications and
|
|
124
|
-
may provide additional or different license terms and conditions
|
|
125
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
-
the conditions stated in this License.
|
|
129
|
-
|
|
130
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
-
this License, without any additional terms or conditions.
|
|
134
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
-
the terms of any separate license agreement you may have executed
|
|
136
|
-
with Licensor regarding such Contributions.
|
|
137
|
-
|
|
138
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
-
except as required for reasonable and customary use in describing the
|
|
141
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
-
|
|
143
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
-
implied, including, without limitation, any warranties or conditions
|
|
148
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
-
appropriateness of using or redistributing the Work and assume any
|
|
151
|
-
risks associated with Your exercise of permissions under this License.
|
|
152
|
-
|
|
153
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
-
unless required by applicable law (such as deliberate and grossly
|
|
156
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
-
liable to You for damages, including any direct, indirect, special,
|
|
158
|
-
incidental, or consequential damages of any character arising as a
|
|
159
|
-
result of this License or out of the use or inability to use the
|
|
160
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
-
other commercial damages or losses), even if such Contributor
|
|
163
|
-
has been advised of the possibility of such damages.
|
|
164
|
-
|
|
165
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
-
or other liability obligations and/or rights consistent with this
|
|
169
|
-
License. However, in accepting such obligations, You may act only
|
|
170
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
-
defend, and hold each Contributor harmless for any liability
|
|
173
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
-
of your accepting any such warranty or additional liability.
|
|
175
|
-
|
|
176
|
-
END OF TERMS AND CONDITIONS
|
|
177
|
-
|
|
178
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
-
|
|
180
|
-
To apply the Apache License to your work, attach the following
|
|
181
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
-
replaced with your own identifying information. (Don't include
|
|
183
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
-
comment syntax for the file format. We also recommend that a
|
|
185
|
-
file or class name and description of purpose be included on the
|
|
186
|
-
same "printed page" as the copyright notice for easier
|
|
187
|
-
identification within third-party archives.
|
|
188
|
-
|
|
189
|
-
Copyright [yyyy] [name of copyright owner]
|
|
190
|
-
|
|
191
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
-
you may not use this file except in compliance with the License.
|
|
193
|
-
You may obtain a copy of the License at
|
|
194
|
-
|
|
195
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
-
|
|
197
|
-
Unless required by applicable law or agreed to in writing, software
|
|
198
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
-
See the License for the specific language governing permissions and
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
201
|
limitations under the License.
|
package/README.md
CHANGED
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
# @sovereignbase/pwa
|
|
2
|
+
|
|
3
|
+
Build a TypeScript or JavaScript web project into a localized, offline-first and search-engine-optimized PWA. The package has one runtime export: `pwaize`.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
npm install --save-dev @sovereignbase/pwa
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
Node.js 20 or newer and Bun are supported.
|
|
12
|
+
|
|
13
|
+
## Usage
|
|
14
|
+
|
|
15
|
+
```ts
|
|
16
|
+
import { pwaize } from '@sovereignbase/pwa'
|
|
17
|
+
|
|
18
|
+
await pwaize({
|
|
19
|
+
_headersFile: true,
|
|
20
|
+
alternateLanguages: ['fi'],
|
|
21
|
+
applicationName: 'Example',
|
|
22
|
+
assetsDir: './src/client/assets',
|
|
23
|
+
canonicalLanguage: 'en',
|
|
24
|
+
defaultLanguage: 'en',
|
|
25
|
+
description: {
|
|
26
|
+
en: 'An offline-first example.',
|
|
27
|
+
fi: 'Offline-first-esimerkki.',
|
|
28
|
+
},
|
|
29
|
+
entrypoint: './src/client/index.ts',
|
|
30
|
+
i18nDir: './src/client/i18n',
|
|
31
|
+
icons: {
|
|
32
|
+
icon192: '/assets/icon-192.png',
|
|
33
|
+
icon512: '/assets/icon-512.png',
|
|
34
|
+
maskableIcon512: '/assets/icon-maskable-512.png',
|
|
35
|
+
},
|
|
36
|
+
openGraphLocale: { en: 'en_US', fi: 'fi_FI' },
|
|
37
|
+
origin: 'https://example.com',
|
|
38
|
+
outDir: './dist',
|
|
39
|
+
serviceWorker: {
|
|
40
|
+
bypass: ['/api/**', 'https://cdn.example.com/private/**'],
|
|
41
|
+
},
|
|
42
|
+
socialImage: {
|
|
43
|
+
alt: { en: 'Example', fi: 'Esimerkki' },
|
|
44
|
+
url: 'https://example.com/assets/social.png',
|
|
45
|
+
},
|
|
46
|
+
stylesheet: './src/client/style.css',
|
|
47
|
+
themeColor: '#000000',
|
|
48
|
+
title: { en: 'Example', fi: 'Esimerkki' },
|
|
49
|
+
twitter: { creator: '@example', site: '@example' },
|
|
50
|
+
})
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
Every semantic value is declared once. Any leaf value that may vary by language accepts either a scalar or a language record. Resolution is requested language, then `defaultLanguage`, then the field's empty/default value. A scalar or just the default-language value is therefore enough for shared content.
|
|
54
|
+
|
|
55
|
+
## Typed language modules
|
|
56
|
+
|
|
57
|
+
Files under `i18nDir` ending in TypeScript or JavaScript are individually bundled, tree-shaken and minified to `.js`. Relative imports inside those modules are bundled. Other files are copied, and declaration files are ignored.
|
|
58
|
+
|
|
59
|
+
```ts
|
|
60
|
+
// src/client/i18n/en.ts
|
|
61
|
+
export default {
|
|
62
|
+
description: 'Available offline.',
|
|
63
|
+
title: 'Example',
|
|
64
|
+
} as const
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
The application entrypoint can load the generated module dynamically:
|
|
68
|
+
|
|
69
|
+
```ts
|
|
70
|
+
const language = document.documentElement.lang
|
|
71
|
+
const content = (await import(`/i18n/${language}.js`)).default
|
|
72
|
+
document.querySelector('h1')!.textContent = content.title
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
The non-literal import remains dynamic in the application bundle. For example, `en.ts` becomes `/i18n/en.js` and is included in the Service Worker precache.
|
|
76
|
+
|
|
77
|
+
## Output
|
|
78
|
+
|
|
79
|
+
`pwaize` writes to `<outDir>/web`:
|
|
80
|
+
|
|
81
|
+
```text
|
|
82
|
+
web/
|
|
83
|
+
├── ServiceWorker
|
|
84
|
+
├── index.html
|
|
85
|
+
├── manifest.webmanifest
|
|
86
|
+
├── en/index.html
|
|
87
|
+
├── en/manifest.webmanifest
|
|
88
|
+
├── fi/index.html
|
|
89
|
+
├── fi/manifest.webmanifest
|
|
90
|
+
├── assets/...
|
|
91
|
+
├── i18n/*.js
|
|
92
|
+
└── @sovereignbase/pwa/pwaize-build-id.txt
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
The root installer and manifest belong to `defaultLanguage`. Each language also receives an indexed installer and manifest. Installer pages contain the inline Service Worker installer but not the application stylesheet or entrypoint. The Service Worker renders the actual localized HTML with the bundled application CSS and JavaScript.
|
|
96
|
+
|
|
97
|
+
The worker uses stale-while-revalidate caching, precaches generated and copied public files, claims clients on activation, deletes older build caches and checks the deterministic content build ID for updates. `serviceWorker.bypass` accepts regular expressions and glob strings: `*` stays within one URL path segment, `**` crosses segments, and absolute patterns match the complete URL.
|
|
98
|
+
|
|
99
|
+
Repeated builds in the same process reuse unchanged Terser, Lightning CSS and HTML minification results. Identical output keeps the same build ID; changing application, language, asset or worker content produces a new ID.
|
|
100
|
+
|
|
101
|
+
See [example/entrypoint.js](./example/entrypoint.js) for the sample application and [test/index.js](./test/index.js) for its build driver.
|
|
102
|
+
|
|
103
|
+
## Verification
|
|
104
|
+
|
|
105
|
+
```sh
|
|
106
|
+
npm test
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
The suite includes TypeScript checks, 100% Vitest coverage, Node and Bun runtime builds, and Playwright desktop/mobile Chromium behavior tests for installation, localization, offline navigation and Service Worker bypass rules.
|
|
@@ -14,13 +14,6 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
let _sovereignbase_bytecodec = require("@sovereignbase/bytecodec");
|
|
18
|
-
//#region src/cspHash/index.ts
|
|
19
|
-
const cspHash = async (source) => {
|
|
20
|
-
const digest = await crypto.subtle.digest("SHA-256", _sovereignbase_bytecodec.Bytes.fromString(source));
|
|
21
|
-
return `sha256-${_sovereignbase_bytecodec.Bytes.toBase64String(digest)}`;
|
|
22
|
-
};
|
|
23
|
-
//#endregion
|
|
24
17
|
//#region src/seoComponents/jsonldMarkup.ts
|
|
25
18
|
/**
|
|
26
19
|
* Generates Schema.org JSON-LD markup describing a website,
|
|
@@ -202,14 +195,14 @@ const documentMarkup = async ({ language, title, applicationName, themeColor, bo
|
|
|
202
195
|
|
|
203
196
|
${headMarkup}
|
|
204
197
|
|
|
205
|
-
${stylesheet ? `<style
|
|
198
|
+
${stylesheet ? `<style>
|
|
206
199
|
${stylesheet}
|
|
207
200
|
</style>` : ""}
|
|
208
201
|
|
|
209
202
|
</head>
|
|
210
203
|
<body>
|
|
211
204
|
${bodyMarkup}
|
|
212
|
-
${entrypoint ? `<script type="module"
|
|
205
|
+
${entrypoint ? `<script type="module">
|
|
213
206
|
${entrypoint}
|
|
214
207
|
<\/script>` : ""}
|
|
215
208
|
</body>
|
|
@@ -222,4 +215,4 @@ Object.defineProperty(exports, "documentMarkup", {
|
|
|
222
215
|
}
|
|
223
216
|
});
|
|
224
217
|
|
|
225
|
-
//# sourceMappingURL=htmlDocument-
|
|
218
|
+
//# sourceMappingURL=htmlDocument-C3k13Sjr.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"htmlDocument-C3k13Sjr.cjs","names":["seo.jsonLDMarkup","seo.languageLinksMarkup","seo.ogMarkup","seo.twitterMarkup"],"sources":["../src/seoComponents/jsonldMarkup.ts","../src/seoComponents/languageLinksMarkup.ts","../src/seoComponents/ogMarkup.ts","../src/seoComponents/twitterMarkup.ts","../src/htmlDocument/index.ts"],"sourcesContent":["import type { JSONLDMarkup } from '../.types/index.js'\n\n/**\n * Generates Schema.org JSON-LD markup describing a website,\n * its web application, the current localized page, and publisher.\n */\nexport const jsonLDMarkup = ({\n site,\n application,\n page,\n organization,\n}: JSONLDMarkup) => {\n const siteId = `${site.url}#website`\n const applicationId = `${application.url}#application`\n const organizationId = `${organization.url}#organization`\n const pageId = `${page.url}#webpage`\n\n const data = {\n '@context': 'https://schema.org',\n '@graph': [\n {\n '@type': 'WebSite',\n '@id': siteId,\n name: site.name,\n url: site.url,\n publisher: {\n '@id': organizationId,\n },\n },\n\n {\n '@type': 'WebApplication',\n '@id': applicationId,\n name: application.name,\n url: application.url,\n inLanguage: application.inLanguage,\n\n ...(application.applicationCategory\n ? { applicationCategory: application.applicationCategory }\n : {}),\n\n ...(application.operatingSystem\n ? { operatingSystem: application.operatingSystem }\n : {}),\n\n ...(application.browserRequirements\n ? { browserRequirements: application.browserRequirements }\n : {}),\n\n ...(application.featureList\n ? { featureList: application.featureList }\n : {}),\n\n ...(application.screenshot\n ? { screenshot: application.screenshot }\n : {}),\n\n publisher: {\n '@id': organizationId,\n },\n },\n\n {\n '@type': 'WebPage',\n '@id': pageId,\n name: page.name,\n description: page.description,\n url: page.url,\n inLanguage: page.inLanguage,\n\n isPartOf: {\n '@id': siteId,\n },\n\n mainEntity: {\n '@id': applicationId,\n },\n },\n\n {\n '@type': 'Organization',\n '@id': organizationId,\n name: organization.name,\n url: organization.url,\n logo: {\n '@type': 'ImageObject',\n url: organization.logo,\n },\n },\n ],\n }\n\n return `\n <script type=\"application/ld+json\">\n${JSON.stringify(data).replaceAll('<', '\\\\u003c')}\n </script>\n`\n}\n","import type { BCP47LanguageTag } from '@sovereignbase/utils'\n\n/**\n * Generates canonical and language-alternate link markup for a localized page.\n *\n * Produces:\n * - a canonical link for the current language,\n * - `hreflang` alternate links for each supported alternate language,\n * - an `x-default` alternate link for the default language.\n *\n * @param host Registrable domain, such as `example.com` or `example.co.uk`.\n * @param defaultLanguage Language used for the `x-default` URL.\n * @param canonicalLanguage Language used for the canonical URL.\n * @param alternateLanguages Languages exposed through `hreflang` alternate links.\n * @param pathSuffix Optional path suffix starting with `/`.\n */\nexport const languageLinksMarkup = (\n host: `${string /* domain */}.${string /* public suffix */}`,\n defaultLanguage: BCP47LanguageTag,\n canonicalLanguage: BCP47LanguageTag,\n alternateLanguages: BCP47LanguageTag[],\n pathSuffix: '' | `/${string}` = ''\n) => `\n <link rel=\"canonical\" href=\"https://${host}/${canonicalLanguage}${pathSuffix}\" />\n ${(() => {\n let markup = ``\n for (const language of alternateLanguages)\n markup += ` <link rel=\"alternate\" hreflang=\"${language}\" href=\"https://${host}/${language}${pathSuffix}\" />`\n return markup\n })()}\n <link rel=\"alternate\" hreflang=\"x-default\" href=\"https://${host}/${defaultLanguage}${pathSuffix}\" />\n`\n","import type { OpenGraphLocale } from '@sovereignbase/utils'\n\n/**\n * Generates Open Graph metadata markup.\n *\n * @param locale Open Graph locale, such as `fi_FI` or `en_US`.\n * @param siteName Site or application name.\n * @param title Page title.\n * @param description Page description.\n * @param url Canonical URL of the page.\n * @param imageUrl URL of the social sharing image.\n * @param imageAlt Alternative text for the social sharing image.\n * @param imageWidth Width of the social sharing image in pixels.\n * @param imageHeight Height of the social sharing image in pixels.\n */\nexport const ogMarkup = (\n locale: OpenGraphLocale,\n siteName: string,\n title: string,\n description: string,\n url: `https://${string}`,\n imageUrl: string,\n imageAlt: string,\n imageWidth: number = 1200,\n imageHeight: number = 630\n) => `\n <meta property=\"og:locale\" content=\"${locale}\" />\n <meta property=\"og:type\" content=\"website\" />\n <meta property=\"og:site_name\" content=\"${siteName}\" />\n <meta property=\"og:title\" content=\"${title}\" />\n <meta property=\"og:description\" content=\"${description}\" />\n <meta property=\"og:url\" content=\"${url}\" />\n <meta property=\"og:image\" content=\"${imageUrl}\" />\n <meta property=\"og:image:width\" content=\"${imageWidth}\" />\n <meta property=\"og:image:height\" content=\"${imageHeight}\" />\n <meta property=\"og:image:alt\" content=\"${imageAlt}\" />\n`\n","/**\n * Generates Twitter Card metadata markup.\n *\n * @param title Page title.\n * @param description Page description.\n * @param url Canonical URL of the page.\n * @param imageUrl URL of the social sharing image.\n * @param imageAlt Alternative text for the social sharing image.\n * @param site Twitter/X handle of the site.\n * @param creator Twitter/X handle of the content creator.\n */\nexport const twitterMarkup = (\n title: string,\n description: string,\n url: `https://${string}`,\n imageUrl: string,\n imageAlt: string,\n site: `@${string}`,\n creator: `@${string}`\n) => `\n <meta name=\"twitter:card\" content=\"summary_large_image\" />\n <meta name=\"twitter:title\" content=\"${title}\" />\n <meta name=\"twitter:description\" content=\"${description}\" />\n <meta name=\"twitter:url\" content=\"${url}\" />\n <meta name=\"twitter:image\" content=\"${imageUrl}\" />\n <meta name=\"twitter:image:alt\" content=\"${imageAlt}\" />\n <meta name=\"twitter:site\" content=\"${site}\" />\n <meta name=\"twitter:creator\" content=\"${creator}\" />\n`\n","import { DocumentMarkupOptions } from '../.types/index.js'\nimport * as seo from '../seoComponents/index.js'\n/**\n * Generates a complete HTML document for a web application.\n *\n * Supports:\n * - localized document language,\n * - application and theme metadata,\n * - Web App Manifest integration,\n * - favicon and Apple/Safari application icons,\n * - critical inline styles,\n * - inline ES module initialization,\n * - arbitrary additional head markup.\n */\nexport const documentMarkup = async ({\n language,\n title,\n applicationName,\n themeColor,\n bodyMarkup = '',\n headMarkup = '',\n stylesheet = '',\n entrypoint = '',\n iconUrl,\n appleTouchIconUrl,\n maskIconUrl,\n manifestUrl,\n maskIconColor = themeColor,\n colorScheme = 'light dark',\n appleStatusBarStyle = 'black-translucent',\n seo: documentSEO,\n}: DocumentMarkupOptions): Promise<string> =>\n `<!DOCTYPE html>\n<html lang=\"${language}\">\n <head>\n <meta charset=\"UTF-8\" />\n <title>${title}</title>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n\n <meta name=\"application-name\" content=\"${applicationName}\" />\n <meta name=\"color-scheme\" content=\"${colorScheme}\" />\n <meta name=\"theme-color\" content=\"${themeColor}\" />\n\n <meta name=\"mobile-web-app-capable\" content=\"yes\" />\n <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n <meta name=\"apple-mobile-web-app-title\" content=\"${applicationName}\" />\n <meta\n name=\"apple-mobile-web-app-status-bar-style\"\n content=\"${appleStatusBarStyle}\"\n />\n\n ${iconUrl ? `<link rel=\"icon\" href=\"${iconUrl}\" />` : ''}\n ${\n appleTouchIconUrl\n ? `<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"${appleTouchIconUrl}\" />`\n : ''\n }\n ${\n maskIconUrl\n ? `<link rel=\"mask-icon\" href=\"${maskIconUrl}\" color=\"${maskIconColor}\" />`\n : ''\n }\n ${manifestUrl ? `<link rel=\"manifest\" href=\"${manifestUrl}\" />` : ''}\n\n ${seo.jsonLDMarkup(documentSEO.jsonLD)}\n ${seo.languageLinksMarkup(\n documentSEO.languageLinks.host,\n documentSEO.languageLinks.defaultLanguage,\n documentSEO.languageLinks.canonicalLanguage,\n documentSEO.languageLinks.alternateLanguages,\n documentSEO.languageLinks.pathSuffix\n )}\n ${seo.ogMarkup(\n documentSEO.openGraph.locale,\n documentSEO.openGraph.siteName,\n documentSEO.openGraph.title,\n documentSEO.openGraph.description,\n documentSEO.openGraph.url,\n documentSEO.openGraph.imageUrl,\n documentSEO.openGraph.imageAlt,\n documentSEO.openGraph.imageWidth,\n documentSEO.openGraph.imageHeight\n )}\n ${seo.twitterMarkup(\n documentSEO.twitter.title,\n documentSEO.twitter.description,\n documentSEO.twitter.url,\n documentSEO.twitter.imageUrl,\n documentSEO.twitter.imageAlt,\n documentSEO.twitter.site,\n documentSEO.twitter.creator\n )}\n\n ${headMarkup}\n\n ${\n stylesheet\n ? `<style>\n${stylesheet}\n </style>`\n : ''\n }\n\n </head>\n <body>\n${bodyMarkup}\n${\n entrypoint\n ? `<script type=\"module\">\n${entrypoint}\n </script>`\n : ''\n}\n </body>\n</html>`\n .replace(/>\\s+</g, '><')\n .trim()\n"],"mappings":"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"}
|
|
@@ -14,13 +14,6 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
import { Bytes } from "@sovereignbase/bytecodec";
|
|
18
|
-
//#region src/cspHash/index.ts
|
|
19
|
-
const cspHash = async (source) => {
|
|
20
|
-
const digest = await crypto.subtle.digest("SHA-256", Bytes.fromString(source));
|
|
21
|
-
return `sha256-${Bytes.toBase64String(digest)}`;
|
|
22
|
-
};
|
|
23
|
-
//#endregion
|
|
24
17
|
//#region src/seoComponents/jsonldMarkup.ts
|
|
25
18
|
/**
|
|
26
19
|
* Generates Schema.org JSON-LD markup describing a website,
|
|
@@ -202,14 +195,14 @@ const documentMarkup = async ({ language, title, applicationName, themeColor, bo
|
|
|
202
195
|
|
|
203
196
|
${headMarkup}
|
|
204
197
|
|
|
205
|
-
${stylesheet ? `<style
|
|
198
|
+
${stylesheet ? `<style>
|
|
206
199
|
${stylesheet}
|
|
207
200
|
</style>` : ""}
|
|
208
201
|
|
|
209
202
|
</head>
|
|
210
203
|
<body>
|
|
211
204
|
${bodyMarkup}
|
|
212
|
-
${entrypoint ? `<script type="module"
|
|
205
|
+
${entrypoint ? `<script type="module">
|
|
213
206
|
${entrypoint}
|
|
214
207
|
<\/script>` : ""}
|
|
215
208
|
</body>
|
|
@@ -217,4 +210,4 @@ ${entrypoint}
|
|
|
217
210
|
//#endregion
|
|
218
211
|
export { documentMarkup as t };
|
|
219
212
|
|
|
220
|
-
//# sourceMappingURL=htmlDocument-
|
|
213
|
+
//# sourceMappingURL=htmlDocument-C533Sj5O.js.map
|