@blinkk/root-cms 2.4.3 → 2.4.6
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/dist/app.js +13 -2
- package/dist/cli.js +630 -40
- package/dist/{client-DYO2WWlf.d.ts → client-DrJWXKxt.d.ts} +3 -1
- package/dist/client.d.ts +1 -1
- package/dist/core.d.ts +3 -3
- package/dist/core.js +18 -1
- package/dist/plugin.d.ts +1 -1
- package/dist/plugin.js +344 -239
- package/dist/project.d.ts +1 -1
- package/dist/{schema-sKTRRRSq.d.ts → schema-Bux4PrV2.d.ts} +14 -0
- package/dist/ui/ui.css +1 -1
- package/dist/ui/ui.js +327 -179
- package/dist/ui/ui.js.LEGAL.txt +186 -191
- package/package.json +13 -3
package/dist/ui/ui.js.LEGAL.txt
CHANGED
|
@@ -10,52 +10,7 @@ react-is/cjs/react-is.production.min.js:
|
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
-
use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js:
|
|
14
|
-
/**
|
|
15
|
-
* @license React
|
|
16
|
-
* use-sync-external-store-with-selector.production.js
|
|
17
|
-
*
|
|
18
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
19
|
-
*
|
|
20
|
-
* This source code is licensed under the MIT license found in the
|
|
21
|
-
* LICENSE file in the root directory of this source tree.
|
|
22
|
-
*/
|
|
23
|
-
|
|
24
|
-
prismjs/prism.js:
|
|
25
|
-
/**
|
|
26
|
-
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
27
|
-
*
|
|
28
|
-
* @license MIT <https://opensource.org/licenses/MIT>
|
|
29
|
-
* @author Lea Verou <https://lea.verou.me>
|
|
30
|
-
* @namespace
|
|
31
|
-
* @public
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
@firebase/util/dist/index.esm.js:
|
|
35
|
-
@firebase/util/dist/index.esm.js:
|
|
36
|
-
@firebase/util/dist/index.esm.js:
|
|
37
13
|
@firebase/util/dist/index.esm.js:
|
|
38
|
-
@firebase/util/dist/index.esm.js:
|
|
39
|
-
@firebase/util/dist/index.esm.js:
|
|
40
|
-
@firebase/util/dist/index.esm.js:
|
|
41
|
-
@firebase/util/dist/index.esm.js:
|
|
42
|
-
@firebase/util/dist/index.esm.js:
|
|
43
|
-
@firebase/logger/dist/esm/index.esm.js:
|
|
44
|
-
@firebase/firestore/dist/index.esm.js:
|
|
45
|
-
@firebase/firestore/dist/index.esm.js:
|
|
46
|
-
@firebase/firestore/dist/index.esm.js:
|
|
47
|
-
@firebase/firestore/dist/index.esm.js:
|
|
48
|
-
@firebase/firestore/dist/index.esm.js:
|
|
49
|
-
@firebase/firestore/dist/index.esm.js:
|
|
50
|
-
@firebase/firestore/dist/index.esm.js:
|
|
51
|
-
@firebase/firestore/dist/index.esm.js:
|
|
52
|
-
@firebase/firestore/dist/index.esm.js:
|
|
53
|
-
@firebase/firestore/dist/index.esm.js:
|
|
54
|
-
@firebase/firestore/dist/index.esm.js:
|
|
55
|
-
@firebase/storage/dist/index.esm.js:
|
|
56
|
-
@firebase/storage/dist/index.esm.js:
|
|
57
|
-
@firebase/storage/dist/index.esm.js:
|
|
58
|
-
@firebase/storage/dist/index.esm.js:
|
|
59
14
|
/**
|
|
60
15
|
* @license
|
|
61
16
|
* Copyright 2017 Google LLC
|
|
@@ -72,8 +27,6 @@ prismjs/prism.js:
|
|
|
72
27
|
* See the License for the specific language governing permissions and
|
|
73
28
|
* limitations under the License.
|
|
74
29
|
*/
|
|
75
|
-
|
|
76
|
-
@firebase/util/dist/index.esm.js:
|
|
77
30
|
/**
|
|
78
31
|
* @license
|
|
79
32
|
* Copyright 2022 Google LLC
|
|
@@ -92,7 +45,7 @@ prismjs/prism.js:
|
|
|
92
45
|
*/
|
|
93
46
|
/**
|
|
94
47
|
* @license
|
|
95
|
-
* Copyright
|
|
48
|
+
* Copyright 2025 Google LLC
|
|
96
49
|
*
|
|
97
50
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
98
51
|
* you may not use this file except in compliance with the License.
|
|
@@ -108,7 +61,7 @@ prismjs/prism.js:
|
|
|
108
61
|
*/
|
|
109
62
|
/**
|
|
110
63
|
* @license
|
|
111
|
-
* Copyright
|
|
64
|
+
* Copyright 2021 Google LLC
|
|
112
65
|
*
|
|
113
66
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
114
67
|
* you may not use this file except in compliance with the License.
|
|
@@ -124,7 +77,7 @@ prismjs/prism.js:
|
|
|
124
77
|
*/
|
|
125
78
|
/**
|
|
126
79
|
* @license
|
|
127
|
-
* Copyright
|
|
80
|
+
* Copyright 2019 Google LLC
|
|
128
81
|
*
|
|
129
82
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
130
83
|
* you may not use this file except in compliance with the License.
|
|
@@ -138,16 +91,9 @@ prismjs/prism.js:
|
|
|
138
91
|
* See the License for the specific language governing permissions and
|
|
139
92
|
* limitations under the License.
|
|
140
93
|
*/
|
|
141
|
-
|
|
142
|
-
@firebase/util/dist/index.esm.js:
|
|
143
|
-
@firebase/firestore/dist/index.esm.js:
|
|
144
|
-
@firebase/firestore/dist/index.esm.js:
|
|
145
|
-
@firebase/firestore/dist/index.esm.js:
|
|
146
|
-
@firebase/firestore/dist/index.esm.js:
|
|
147
|
-
@firebase/firestore/dist/index.esm.js:
|
|
148
94
|
/**
|
|
149
95
|
* @license
|
|
150
|
-
* Copyright
|
|
96
|
+
* Copyright 2020 Google LLC
|
|
151
97
|
*
|
|
152
98
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
153
99
|
* you may not use this file except in compliance with the License.
|
|
@@ -162,16 +108,12 @@ prismjs/prism.js:
|
|
|
162
108
|
* limitations under the License.
|
|
163
109
|
*/
|
|
164
110
|
|
|
165
|
-
@firebase/util/dist/index.esm.js:
|
|
166
111
|
@firebase/component/dist/esm/index.esm.js:
|
|
167
|
-
@firebase/app/dist/esm/index.esm.js:
|
|
168
|
-
@firebase/app/dist/esm/index.esm.js:
|
|
169
112
|
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
170
113
|
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
171
114
|
@firebase/firestore/dist/index.esm.js:
|
|
172
115
|
@firebase/firestore/dist/index.esm.js:
|
|
173
116
|
@firebase/firestore/dist/index.esm.js:
|
|
174
|
-
@firebase/storage/dist/index.esm.js:
|
|
175
117
|
/**
|
|
176
118
|
* @license
|
|
177
119
|
* Copyright 2019 Google LLC
|
|
@@ -189,41 +131,10 @@ prismjs/prism.js:
|
|
|
189
131
|
* limitations under the License.
|
|
190
132
|
*/
|
|
191
133
|
|
|
192
|
-
@firebase/
|
|
193
|
-
firebase/
|
|
194
|
-
@firebase/
|
|
195
|
-
@firebase/
|
|
196
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
197
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
198
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
199
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
200
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
201
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
202
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
203
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
204
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
205
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
206
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
207
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
208
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
209
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
210
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
211
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
212
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
213
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
214
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
215
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
216
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
217
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
218
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
219
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
220
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
221
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
222
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
223
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
224
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
225
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
226
|
-
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
134
|
+
@firebase/logger/dist/esm/index.esm.js:
|
|
135
|
+
@firebase/firestore/dist/index.esm.js:
|
|
136
|
+
@firebase/firestore/dist/index.esm.js:
|
|
137
|
+
@firebase/firestore/dist/index.esm.js:
|
|
227
138
|
@firebase/firestore/dist/index.esm.js:
|
|
228
139
|
@firebase/firestore/dist/index.esm.js:
|
|
229
140
|
@firebase/firestore/dist/index.esm.js:
|
|
@@ -234,7 +145,7 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
234
145
|
@firebase/firestore/dist/index.esm.js:
|
|
235
146
|
/**
|
|
236
147
|
* @license
|
|
237
|
-
* Copyright
|
|
148
|
+
* Copyright 2017 Google LLC
|
|
238
149
|
*
|
|
239
150
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
240
151
|
* you may not use this file except in compliance with the License.
|
|
@@ -249,9 +160,39 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
249
160
|
* limitations under the License.
|
|
250
161
|
*/
|
|
251
162
|
|
|
252
|
-
@firebase/
|
|
253
|
-
|
|
254
|
-
@
|
|
163
|
+
@firebase/app/dist/esm/index.esm.js:
|
|
164
|
+
/**
|
|
165
|
+
* @license
|
|
166
|
+
* Copyright 2019 Google LLC
|
|
167
|
+
*
|
|
168
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
169
|
+
* you may not use this file except in compliance with the License.
|
|
170
|
+
* You may obtain a copy of the License at
|
|
171
|
+
*
|
|
172
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
173
|
+
*
|
|
174
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
175
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
176
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
177
|
+
* See the License for the specific language governing permissions and
|
|
178
|
+
* limitations under the License.
|
|
179
|
+
*/
|
|
180
|
+
/**
|
|
181
|
+
* @license
|
|
182
|
+
* Copyright 2023 Google LLC
|
|
183
|
+
*
|
|
184
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
185
|
+
* you may not use this file except in compliance with the License.
|
|
186
|
+
* You may obtain a copy of the License at
|
|
187
|
+
*
|
|
188
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
189
|
+
*
|
|
190
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
191
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
192
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
193
|
+
* See the License for the specific language governing permissions and
|
|
194
|
+
* limitations under the License.
|
|
195
|
+
*/
|
|
255
196
|
/**
|
|
256
197
|
* @license
|
|
257
198
|
* Copyright 2021 Google LLC
|
|
@@ -269,10 +210,10 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
269
210
|
* limitations under the License.
|
|
270
211
|
*/
|
|
271
212
|
|
|
272
|
-
@firebase/
|
|
213
|
+
@firebase/storage/dist/index.esm.js:
|
|
273
214
|
/**
|
|
274
215
|
* @license
|
|
275
|
-
* Copyright
|
|
216
|
+
* Copyright 2017 Google LLC
|
|
276
217
|
*
|
|
277
218
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
278
219
|
* you may not use this file except in compliance with the License.
|
|
@@ -288,7 +229,7 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
288
229
|
*/
|
|
289
230
|
/**
|
|
290
231
|
* @license
|
|
291
|
-
* Copyright
|
|
232
|
+
* Copyright 2022 Google LLC
|
|
292
233
|
*
|
|
293
234
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
294
235
|
* you may not use this file except in compliance with the License.
|
|
@@ -302,8 +243,6 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
302
243
|
* See the License for the specific language governing permissions and
|
|
303
244
|
* limitations under the License.
|
|
304
245
|
*/
|
|
305
|
-
|
|
306
|
-
@firebase/app/dist/esm/index.esm.js:
|
|
307
246
|
/**
|
|
308
247
|
* @license
|
|
309
248
|
* Copyright 2021 Google LLC
|
|
@@ -336,6 +275,120 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
336
275
|
* See the License for the specific language governing permissions and
|
|
337
276
|
* limitations under the License.
|
|
338
277
|
*/
|
|
278
|
+
/**
|
|
279
|
+
* @license
|
|
280
|
+
* Copyright 2020 Google LLC
|
|
281
|
+
*
|
|
282
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
283
|
+
* you may not use this file except in compliance with the License.
|
|
284
|
+
* You may obtain a copy of the License at
|
|
285
|
+
*
|
|
286
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
287
|
+
*
|
|
288
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
289
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
290
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
291
|
+
* See the License for the specific language governing permissions and
|
|
292
|
+
* limitations under the License.
|
|
293
|
+
*/
|
|
294
|
+
|
|
295
|
+
use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js:
|
|
296
|
+
/**
|
|
297
|
+
* @license React
|
|
298
|
+
* use-sync-external-store-with-selector.production.js
|
|
299
|
+
*
|
|
300
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
301
|
+
*
|
|
302
|
+
* This source code is licensed under the MIT license found in the
|
|
303
|
+
* LICENSE file in the root directory of this source tree.
|
|
304
|
+
*/
|
|
305
|
+
|
|
306
|
+
prismjs/prism.js:
|
|
307
|
+
/**
|
|
308
|
+
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
309
|
+
*
|
|
310
|
+
* @license MIT <https://opensource.org/licenses/MIT>
|
|
311
|
+
* @author Lea Verou <https://lea.verou.me>
|
|
312
|
+
* @namespace
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
|
|
316
|
+
firebase/app/dist/esm/index.esm.js:
|
|
317
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
318
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
319
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
320
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
321
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
322
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
323
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
324
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
325
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
326
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
327
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
328
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
329
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
330
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
331
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
332
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
333
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
334
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
335
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
336
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
337
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
338
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
339
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
340
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
341
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
342
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
343
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
344
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
345
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
346
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
347
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
348
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
349
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
350
|
+
@firebase/firestore/dist/index.esm.js:
|
|
351
|
+
@firebase/firestore/dist/index.esm.js:
|
|
352
|
+
@firebase/firestore/dist/index.esm.js:
|
|
353
|
+
@firebase/firestore/dist/index.esm.js:
|
|
354
|
+
@firebase/firestore/dist/index.esm.js:
|
|
355
|
+
@firebase/firestore/dist/index.esm.js:
|
|
356
|
+
@firebase/firestore/dist/index.esm.js:
|
|
357
|
+
@firebase/firestore/dist/index.esm.js:
|
|
358
|
+
/**
|
|
359
|
+
* @license
|
|
360
|
+
* Copyright 2020 Google LLC
|
|
361
|
+
*
|
|
362
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
363
|
+
* you may not use this file except in compliance with the License.
|
|
364
|
+
* You may obtain a copy of the License at
|
|
365
|
+
*
|
|
366
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
367
|
+
*
|
|
368
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
369
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
370
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
371
|
+
* See the License for the specific language governing permissions and
|
|
372
|
+
* limitations under the License.
|
|
373
|
+
*/
|
|
374
|
+
|
|
375
|
+
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
376
|
+
/**
|
|
377
|
+
* @license
|
|
378
|
+
* Copyright 2021 Google LLC
|
|
379
|
+
*
|
|
380
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
381
|
+
* you may not use this file except in compliance with the License.
|
|
382
|
+
* You may obtain a copy of the License at
|
|
383
|
+
*
|
|
384
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
385
|
+
*
|
|
386
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
387
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
388
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
389
|
+
* See the License for the specific language governing permissions and
|
|
390
|
+
* limitations under the License.
|
|
391
|
+
*/
|
|
339
392
|
|
|
340
393
|
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
341
394
|
@firebase/auth/dist/esm/index-9ccb475d.js:
|
|
@@ -825,6 +878,28 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
825
878
|
* limitations under the License.
|
|
826
879
|
*/
|
|
827
880
|
|
|
881
|
+
@firebase/firestore/dist/index.esm.js:
|
|
882
|
+
@firebase/firestore/dist/index.esm.js:
|
|
883
|
+
@firebase/firestore/dist/index.esm.js:
|
|
884
|
+
@firebase/firestore/dist/index.esm.js:
|
|
885
|
+
@firebase/firestore/dist/index.esm.js:
|
|
886
|
+
/**
|
|
887
|
+
* @license
|
|
888
|
+
* Copyright 2022 Google LLC
|
|
889
|
+
*
|
|
890
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
891
|
+
* you may not use this file except in compliance with the License.
|
|
892
|
+
* You may obtain a copy of the License at
|
|
893
|
+
*
|
|
894
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
895
|
+
*
|
|
896
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
897
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
898
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
899
|
+
* See the License for the specific language governing permissions and
|
|
900
|
+
* limitations under the License.
|
|
901
|
+
*/
|
|
902
|
+
|
|
828
903
|
@firebase/firestore/dist/index.esm.js:
|
|
829
904
|
/**
|
|
830
905
|
* @license
|
|
@@ -1346,7 +1421,6 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
1346
1421
|
*/
|
|
1347
1422
|
|
|
1348
1423
|
@firebase/firestore/dist/index.esm.js:
|
|
1349
|
-
@firebase/storage/dist/index.esm.js:
|
|
1350
1424
|
/**
|
|
1351
1425
|
* @license
|
|
1352
1426
|
* Copyright 2017 Google LLC
|
|
@@ -1620,90 +1694,6 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
1620
1694
|
* limitations under the License.
|
|
1621
1695
|
*/
|
|
1622
1696
|
|
|
1623
|
-
@firebase/storage/dist/index.esm.js:
|
|
1624
|
-
/**
|
|
1625
|
-
* @license
|
|
1626
|
-
* Copyright 2017 Google LLC
|
|
1627
|
-
*
|
|
1628
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1629
|
-
* you may not use this file except in compliance with the License.
|
|
1630
|
-
* You may obtain a copy of the License at
|
|
1631
|
-
*
|
|
1632
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1633
|
-
*
|
|
1634
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
1635
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1636
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1637
|
-
* See the License for the specific language governing permissions and
|
|
1638
|
-
* limitations under the License.
|
|
1639
|
-
*/
|
|
1640
|
-
/**
|
|
1641
|
-
* @license
|
|
1642
|
-
* Copyright 2022 Google LLC
|
|
1643
|
-
*
|
|
1644
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1645
|
-
* you may not use this file except in compliance with the License.
|
|
1646
|
-
* You may obtain a copy of the License at
|
|
1647
|
-
*
|
|
1648
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1649
|
-
*
|
|
1650
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
1651
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1652
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1653
|
-
* See the License for the specific language governing permissions and
|
|
1654
|
-
* limitations under the License.
|
|
1655
|
-
*/
|
|
1656
|
-
/**
|
|
1657
|
-
* @license
|
|
1658
|
-
* Copyright 2021 Google LLC
|
|
1659
|
-
*
|
|
1660
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1661
|
-
* you may not use this file except in compliance with the License.
|
|
1662
|
-
* You may obtain a copy of the License at
|
|
1663
|
-
*
|
|
1664
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1665
|
-
*
|
|
1666
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
1667
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1668
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1669
|
-
* See the License for the specific language governing permissions and
|
|
1670
|
-
* limitations under the License.
|
|
1671
|
-
*/
|
|
1672
|
-
|
|
1673
|
-
@firebase/storage/dist/index.esm.js:
|
|
1674
|
-
/**
|
|
1675
|
-
* @license
|
|
1676
|
-
* Copyright 2017 Google LLC
|
|
1677
|
-
*
|
|
1678
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1679
|
-
* you may not use this file except in compliance with the License.
|
|
1680
|
-
* You may obtain a copy of the License at
|
|
1681
|
-
*
|
|
1682
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1683
|
-
*
|
|
1684
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
1685
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1686
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1687
|
-
* See the License for the specific language governing permissions and
|
|
1688
|
-
* limitations under the License.
|
|
1689
|
-
*/
|
|
1690
|
-
/**
|
|
1691
|
-
* @license
|
|
1692
|
-
* Copyright 2020 Google LLC
|
|
1693
|
-
*
|
|
1694
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1695
|
-
* you may not use this file except in compliance with the License.
|
|
1696
|
-
* You may obtain a copy of the License at
|
|
1697
|
-
*
|
|
1698
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1699
|
-
*
|
|
1700
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
1701
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1702
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1703
|
-
* See the License for the specific language governing permissions and
|
|
1704
|
-
* limitations under the License.
|
|
1705
|
-
*/
|
|
1706
|
-
|
|
1707
1697
|
@tabler/icons-preact/dist/esm/defaultAttributes.mjs:
|
|
1708
1698
|
@tabler/icons-preact/dist/esm/createPreactComponent.mjs:
|
|
1709
1699
|
@tabler/icons-preact/dist/esm/icons/IconAlarmOff.mjs:
|
|
@@ -1715,6 +1705,7 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
1715
1705
|
@tabler/icons-preact/dist/esm/icons/IconArrowUpRight.mjs:
|
|
1716
1706
|
@tabler/icons-preact/dist/esm/icons/IconArrowsVertical.mjs:
|
|
1717
1707
|
@tabler/icons-preact/dist/esm/icons/IconBold.mjs:
|
|
1708
|
+
@tabler/icons-preact/dist/esm/icons/IconBox.mjs:
|
|
1718
1709
|
@tabler/icons-preact/dist/esm/icons/IconBraces.mjs:
|
|
1719
1710
|
@tabler/icons-preact/dist/esm/icons/IconBracketsAngle.mjs:
|
|
1720
1711
|
@tabler/icons-preact/dist/esm/icons/IconCapsuleHorizontal.mjs:
|
|
@@ -1737,6 +1728,7 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
1737
1728
|
@tabler/icons-preact/dist/esm/icons/IconDeviceIpad.mjs:
|
|
1738
1729
|
@tabler/icons-preact/dist/esm/icons/IconDeviceMobile.mjs:
|
|
1739
1730
|
@tabler/icons-preact/dist/esm/icons/IconDotsVertical.mjs:
|
|
1731
|
+
@tabler/icons-preact/dist/esm/icons/IconDots.mjs:
|
|
1740
1732
|
@tabler/icons-preact/dist/esm/icons/IconDownload.mjs:
|
|
1741
1733
|
@tabler/icons-preact/dist/esm/icons/IconExternalLink.mjs:
|
|
1742
1734
|
@tabler/icons-preact/dist/esm/icons/IconFileDiff.mjs:
|
|
@@ -1762,6 +1754,7 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
1762
1754
|
@tabler/icons-preact/dist/esm/icons/IconList.mjs:
|
|
1763
1755
|
@tabler/icons-preact/dist/esm/icons/IconLockOpen.mjs:
|
|
1764
1756
|
@tabler/icons-preact/dist/esm/icons/IconLock.mjs:
|
|
1757
|
+
@tabler/icons-preact/dist/esm/icons/IconLogout.mjs:
|
|
1765
1758
|
@tabler/icons-preact/dist/esm/icons/IconMapPin.mjs:
|
|
1766
1759
|
@tabler/icons-preact/dist/esm/icons/IconMoodLookDown.mjs:
|
|
1767
1760
|
@tabler/icons-preact/dist/esm/icons/IconPaperclip.mjs:
|
|
@@ -1777,6 +1770,7 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
1777
1770
|
@tabler/icons-preact/dist/esm/icons/IconRocket.mjs:
|
|
1778
1771
|
@tabler/icons-preact/dist/esm/icons/IconRowInsertBottom.mjs:
|
|
1779
1772
|
@tabler/icons-preact/dist/esm/icons/IconRowInsertTop.mjs:
|
|
1773
|
+
@tabler/icons-preact/dist/esm/icons/IconSearch.mjs:
|
|
1780
1774
|
@tabler/icons-preact/dist/esm/icons/IconSend2.mjs:
|
|
1781
1775
|
@tabler/icons-preact/dist/esm/icons/IconSeparatorHorizontal.mjs:
|
|
1782
1776
|
@tabler/icons-preact/dist/esm/icons/IconSettings.mjs:
|
|
@@ -1786,6 +1780,7 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
1786
1780
|
@tabler/icons-preact/dist/esm/icons/IconSubscript.mjs:
|
|
1787
1781
|
@tabler/icons-preact/dist/esm/icons/IconSuperscript.mjs:
|
|
1788
1782
|
@tabler/icons-preact/dist/esm/icons/IconTable.mjs:
|
|
1783
|
+
@tabler/icons-preact/dist/esm/icons/IconTag.mjs:
|
|
1789
1784
|
@tabler/icons-preact/dist/esm/icons/IconTrash.mjs:
|
|
1790
1785
|
@tabler/icons-preact/dist/esm/icons/IconUnderline.mjs:
|
|
1791
1786
|
@tabler/icons-preact/dist/esm/icons/IconWorld.mjs:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blinkk/root-cms",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.6",
|
|
4
4
|
"author": "s@blinkk.com",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -51,15 +51,23 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
+
"@ag-grid-community/client-side-row-model": "32.3.9",
|
|
55
|
+
"@ag-grid-community/core": "32.3.9",
|
|
56
|
+
"@ag-grid-community/react": "32.3.9",
|
|
57
|
+
"@ag-grid-community/styles": "32.3.9",
|
|
54
58
|
"@genkit-ai/ai": "1.18.0",
|
|
55
59
|
"@genkit-ai/core": "1.18.0",
|
|
56
60
|
"@genkit-ai/vertexai": "1.18.0",
|
|
57
61
|
"@google-cloud/firestore": "7.11.3",
|
|
58
62
|
"@hello-pangea/dnd": "18.0.1",
|
|
63
|
+
"@types/cli-progress": "3.11.6",
|
|
59
64
|
"body-parser": "1.20.2",
|
|
65
|
+
"cli-progress": "3.12.0",
|
|
60
66
|
"commander": "11.0.0",
|
|
61
67
|
"csv-parse": "5.5.2",
|
|
62
68
|
"csv-stringify": "6.4.4",
|
|
69
|
+
"date-fns": "4.1.0",
|
|
70
|
+
"date-fns-tz": "3.2.0",
|
|
63
71
|
"diff": "8.0.2",
|
|
64
72
|
"dts-dom": "3.7.0",
|
|
65
73
|
"fnv-plus": "1.3.1",
|
|
@@ -103,6 +111,7 @@
|
|
|
103
111
|
"@preact/compat": "18.3.1",
|
|
104
112
|
"@tabler/icons-preact": "3.35.0",
|
|
105
113
|
"@testing-library/preact": "3.2.4",
|
|
114
|
+
"@testing-library/user-event": "14.6.1",
|
|
106
115
|
"@types/body-parser": "1.19.3",
|
|
107
116
|
"@types/fnv-plus": "1.3.2",
|
|
108
117
|
"@types/gapi": "0.0.47",
|
|
@@ -120,6 +129,7 @@
|
|
|
120
129
|
"firebase-functions": "6.4.0",
|
|
121
130
|
"firebase-tools": "14.15.2",
|
|
122
131
|
"highlight.js": "11.6.0",
|
|
132
|
+
"jsdom": "27.2.0",
|
|
123
133
|
"json-diff-kit": "1.0.29",
|
|
124
134
|
"lexical": "0.33.1",
|
|
125
135
|
"marked": "9.1.1",
|
|
@@ -138,10 +148,10 @@
|
|
|
138
148
|
"vite": "7.1.4",
|
|
139
149
|
"vitest": "4.0.10",
|
|
140
150
|
"yjs": "13.6.27",
|
|
141
|
-
"@blinkk/root": "2.4.
|
|
151
|
+
"@blinkk/root": "2.4.6"
|
|
142
152
|
},
|
|
143
153
|
"peerDependencies": {
|
|
144
|
-
"@blinkk/root": "2.4.
|
|
154
|
+
"@blinkk/root": "2.4.6",
|
|
145
155
|
"firebase-admin": ">=11",
|
|
146
156
|
"firebase-functions": ">=4",
|
|
147
157
|
"preact": ">=10",
|