@abyss-project/commons-front-core 1.0.146 → 2.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/dist/{CookieConsentSettings.component-OElkXdNK.js → CookieConsentSettings.component-Dqbo9N8Y.js} +350 -180
- package/dist/components/Inputs/ColorPalette/ColorPalette.component.d.ts +1 -0
- package/dist/components/Layouts/AbyssBillingPlan/AbyssBillingPlan.component.d.ts +1 -1
- package/dist/components/Modals/UserSettingsModal/UserSettings.compat.d.ts +0 -2
- package/dist/components/Modals/UserSettingsModal/UserSettingsModal.component.d.ts +0 -2
- package/dist/components/PdfEditor/hooks/use-pdf-document.d.ts +6 -1
- package/dist/components/PdfEditor/operations/actions.d.ts +15 -0
- package/dist/components/PdfEditor/operations/compute-page-order.d.ts +4 -0
- package/dist/components/PdfEditor/operations/extract.d.ts +2 -0
- package/dist/components/PdfEditor/operations/extract.spec.d.ts +1 -0
- package/dist/components/PdfEditor/operations/rasterize.d.ts +3 -0
- package/dist/components/PdfEditor/operations/redact.d.ts +9 -0
- package/dist/components/PdfEditor/operations/redact.spec.d.ts +1 -0
- package/dist/components/PdfEditor/operations/rotate-coords.d.ts +19 -0
- package/dist/components/PdfEditor/operations/rotate-coords.spec.d.ts +1 -0
- package/dist/components/PdfEditor/signature/SignaturePicker.d.ts +3 -0
- package/dist/components/PdfEditor/signature/SignatureSavedList.d.ts +3 -0
- package/dist/components/PdfEditor/signature/resolve-asset.d.ts +3 -0
- package/dist/components/PdfEditor/signature/resolve-asset.spec.d.ts +1 -0
- package/dist/components/PdfEditor/tools/FillFieldsTool.d.ts +2 -1
- package/dist/components/PdfEditor/tools/RedactTool.d.ts +2 -0
- package/dist/components/PdfEditor/tools/ShapeTool.d.ts +17 -0
- package/dist/components/PdfEditor/tools/SignatureTool.d.ts +3 -0
- package/dist/components/PdfEditor/tools/TextTool.d.ts +11 -1
- package/dist/components/PdfEditor/tools/Toolbar.d.ts +17 -0
- package/dist/components/PdfEditor/tools/tool-options-ui.d.ts +4 -0
- package/dist/components/PdfEditor/types.d.ts +64 -4
- package/dist/components/PdfEditor/viewer/PageOverlay.d.ts +10 -3
- package/dist/components/PdfEditor/viewer/PdfCanvas.d.ts +10 -2
- package/dist/components/PdfEditor/viewer/ViewerControls.d.ts +17 -0
- package/dist/components/Support/types.d.ts +2 -0
- package/dist/cookie-consent.js +1 -1
- package/dist/hooks/use-rich-intl.hook.d.ts +200 -22
- package/dist/{index-DPJn-INz.js → index--KPqynn_.js} +2 -2
- package/dist/{index-pojd1-xt.js → index-AykyIzzG.js} +3 -3
- package/dist/{index-VzGJqZUr.js → index-B3gKqf-p.js} +3 -3
- package/dist/{index-JqXrUnnS.js → index-BCVRYGLI.js} +4 -4
- package/dist/{index-CTzGCHT1.js → index-BcInTypv.js} +4 -4
- package/dist/{index-HPIAkAU-.js → index-BdWnB1rS.js} +2 -2
- package/dist/{index-paxe4Y8a.js → index-BiREoCYc.js} +2 -2
- package/dist/{index-DedcVRIy.js → index-CL4h9Xoy.js} +4 -4
- package/dist/{index-C4iVvX_c.js → index-CSpwXL74.js} +1 -1
- package/dist/{index-DAG2YmhY.js → index-CTVUhat-.js} +2 -2
- package/dist/{index-0DKoS1Ho.js → index-Ca_vS7os.js} +2 -2
- package/dist/{index-CCaYRiXR.js → index-Cil-O_44.js} +2 -2
- package/dist/{index-CeZ2OKqT.js → index-CoY-Eqah.js} +2 -2
- package/dist/{index-DMJCOIN6.js → index-DON7Q_3s.js} +2 -2
- package/dist/{index-aJDianQ2.js → index-DZG8q-Mp.js} +3 -3
- package/dist/{index-C-0bb3BS.js → index-Db-3tPxk.js} +2 -2
- package/dist/{index-D-prSy8i.js → index-Df71mOHZ.js} +3 -3
- package/dist/{index-D-Z-Yepf.js → index-DpUTQu7B.js} +2 -2
- package/dist/{index-C_VHuOIZ.js → index-QwHRQNwT.js} +2 -2
- package/dist/{index-DP9EENt-.js → index-VEVfBSFw.js} +2 -2
- package/dist/{index-CWQyokns.js → index-a9_oOlg4.js} +34972 -32579
- package/dist/{index-BStJ2eR5.js → index-ldQTy6Xb.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/translations/en.d.ts +96 -11
- package/dist/translations/fr.d.ts +96 -11
- package/package.json +143 -139
|
@@ -86,6 +86,10 @@ export declare const translations: {
|
|
|
86
86
|
title: string;
|
|
87
87
|
content: string;
|
|
88
88
|
};
|
|
89
|
+
"file-quarantined": {
|
|
90
|
+
title: string;
|
|
91
|
+
content: string;
|
|
92
|
+
};
|
|
89
93
|
};
|
|
90
94
|
ABYSS_MONITOR: {
|
|
91
95
|
"cron-task-failed": {
|
|
@@ -220,24 +224,43 @@ export declare const translations: {
|
|
|
220
224
|
select: string;
|
|
221
225
|
text: string;
|
|
222
226
|
draw: string;
|
|
227
|
+
shape: string;
|
|
228
|
+
highlight: string;
|
|
229
|
+
redact: string;
|
|
223
230
|
signature: string;
|
|
224
231
|
eraser: string;
|
|
225
232
|
'fill-fields': string;
|
|
233
|
+
insert: string;
|
|
226
234
|
undo: string;
|
|
227
235
|
redo: string;
|
|
228
236
|
download: string;
|
|
229
237
|
'save-to-cloud': string;
|
|
230
|
-
'
|
|
231
|
-
|
|
238
|
+
'toggle-pages': string;
|
|
239
|
+
document: string;
|
|
240
|
+
aria: {
|
|
241
|
+
tools: string;
|
|
242
|
+
history: string;
|
|
243
|
+
};
|
|
232
244
|
};
|
|
233
245
|
sidebar: {
|
|
234
246
|
pages: string;
|
|
235
247
|
};
|
|
248
|
+
viewer: {
|
|
249
|
+
'zoom-in': string;
|
|
250
|
+
'zoom-out': string;
|
|
251
|
+
'fit-width': string;
|
|
252
|
+
'reset-zoom': string;
|
|
253
|
+
'prev-page': string;
|
|
254
|
+
'next-page': string;
|
|
255
|
+
'page-indicator': string;
|
|
256
|
+
};
|
|
236
257
|
insert: {
|
|
258
|
+
'image-device': string;
|
|
259
|
+
'image-cloud': string;
|
|
260
|
+
'saved-title': string;
|
|
261
|
+
personal: string;
|
|
237
262
|
button: string;
|
|
238
263
|
reading: string;
|
|
239
|
-
'from-file': string;
|
|
240
|
-
'from-cloud': string;
|
|
241
264
|
'only-pdf': string;
|
|
242
265
|
};
|
|
243
266
|
'insert-dialog': {
|
|
@@ -250,27 +273,79 @@ export declare const translations: {
|
|
|
250
273
|
};
|
|
251
274
|
action: {
|
|
252
275
|
cancel: string;
|
|
276
|
+
delete: string;
|
|
277
|
+
};
|
|
278
|
+
placement: {
|
|
279
|
+
hint: string;
|
|
280
|
+
cancel: string;
|
|
253
281
|
};
|
|
254
282
|
error: {
|
|
255
283
|
'load-failed': string;
|
|
256
284
|
'export-failed': string;
|
|
285
|
+
'try-another': string;
|
|
286
|
+
};
|
|
287
|
+
document: {
|
|
288
|
+
'blank-page': string;
|
|
289
|
+
'page-numbers': string;
|
|
290
|
+
watermark: string;
|
|
291
|
+
extract: string;
|
|
292
|
+
compress: string;
|
|
293
|
+
protect: string;
|
|
294
|
+
};
|
|
295
|
+
password: {
|
|
296
|
+
title: string;
|
|
297
|
+
help: string;
|
|
298
|
+
label: string;
|
|
299
|
+
confirm: string;
|
|
300
|
+
};
|
|
301
|
+
compress: {
|
|
302
|
+
saved: string;
|
|
303
|
+
'already-optimal': string;
|
|
304
|
+
};
|
|
305
|
+
unlock: {
|
|
306
|
+
title: string;
|
|
307
|
+
help: string;
|
|
308
|
+
confirm: string;
|
|
309
|
+
wrong: string;
|
|
310
|
+
};
|
|
311
|
+
watermark: {
|
|
312
|
+
title: string;
|
|
313
|
+
label: string;
|
|
314
|
+
apply: string;
|
|
257
315
|
};
|
|
316
|
+
extract: {
|
|
317
|
+
title: string;
|
|
318
|
+
confirm: string;
|
|
319
|
+
};
|
|
320
|
+
loading: string;
|
|
258
321
|
text: {
|
|
259
|
-
hint: string;
|
|
322
|
+
'hint-short': string;
|
|
323
|
+
placeholder: string;
|
|
324
|
+
size: string;
|
|
325
|
+
font: string;
|
|
260
326
|
};
|
|
261
327
|
draw: {
|
|
262
|
-
hint: string;
|
|
263
|
-
'stroke-width': string;
|
|
264
328
|
color: string;
|
|
265
329
|
width: string;
|
|
266
330
|
'custom-color': string;
|
|
267
331
|
};
|
|
332
|
+
shape: {
|
|
333
|
+
kind: string;
|
|
334
|
+
fill: string;
|
|
335
|
+
'fill-none': string;
|
|
336
|
+
'fill-on': string;
|
|
337
|
+
};
|
|
338
|
+
redact: {
|
|
339
|
+
hint: string;
|
|
340
|
+
warning: string;
|
|
341
|
+
};
|
|
268
342
|
signature: {
|
|
269
343
|
'placement-hint': string;
|
|
270
344
|
'add-hint': string;
|
|
271
345
|
'add-button': string;
|
|
272
346
|
'apply-all-pages': string;
|
|
273
347
|
'manage-assets': string;
|
|
348
|
+
'asset-load-failed': string;
|
|
274
349
|
clear: string;
|
|
275
350
|
'picker-title': string;
|
|
276
351
|
tabs: {
|
|
@@ -294,7 +369,6 @@ export declare const translations: {
|
|
|
294
369
|
'scope-label': string;
|
|
295
370
|
scope: {
|
|
296
371
|
personal: string;
|
|
297
|
-
organization: string;
|
|
298
372
|
};
|
|
299
373
|
group: {
|
|
300
374
|
personal: string;
|
|
@@ -311,12 +385,10 @@ export declare const translations: {
|
|
|
311
385
|
empty: string;
|
|
312
386
|
};
|
|
313
387
|
upload: {
|
|
314
|
-
hint: string;
|
|
315
388
|
title: string;
|
|
316
389
|
browse: string;
|
|
317
390
|
replace: string;
|
|
318
391
|
reading: string;
|
|
319
|
-
cancel: string;
|
|
320
392
|
'max-size': string;
|
|
321
393
|
error: {
|
|
322
394
|
'invalid-type': string;
|
|
@@ -335,6 +407,8 @@ export declare const translations: {
|
|
|
335
407
|
'fill-fields': {
|
|
336
408
|
empty: string;
|
|
337
409
|
detected: string;
|
|
410
|
+
flatten: string;
|
|
411
|
+
'flatten-hint': string;
|
|
338
412
|
};
|
|
339
413
|
page: {
|
|
340
414
|
inserted: string;
|
|
@@ -951,6 +1025,7 @@ export declare const translations: {
|
|
|
951
1025
|
};
|
|
952
1026
|
billing: {
|
|
953
1027
|
'current-plan': string;
|
|
1028
|
+
'free-plan': string;
|
|
954
1029
|
tier: {
|
|
955
1030
|
FREEMIUM: string;
|
|
956
1031
|
DEFAULT: string;
|
|
@@ -1030,6 +1105,14 @@ export declare const translations: {
|
|
|
1030
1105
|
name: string;
|
|
1031
1106
|
description: string;
|
|
1032
1107
|
};
|
|
1108
|
+
'family-free': {
|
|
1109
|
+
name: string;
|
|
1110
|
+
description: string;
|
|
1111
|
+
};
|
|
1112
|
+
'family-paid': {
|
|
1113
|
+
name: string;
|
|
1114
|
+
description: string;
|
|
1115
|
+
};
|
|
1033
1116
|
};
|
|
1034
1117
|
'plan-feature': {
|
|
1035
1118
|
PROJECTS_COUNT: string;
|
|
@@ -1051,13 +1134,14 @@ export declare const translations: {
|
|
|
1051
1134
|
banner: {
|
|
1052
1135
|
'no-family': string;
|
|
1053
1136
|
'no-family-cta': string;
|
|
1137
|
+
'no-family-sub': string;
|
|
1054
1138
|
pending: string;
|
|
1055
|
-
active: string;
|
|
1056
1139
|
manage: string;
|
|
1057
1140
|
'owner-badge': string;
|
|
1058
1141
|
'coming-soon': string;
|
|
1059
1142
|
settings: {
|
|
1060
1143
|
'no-family-description': string;
|
|
1144
|
+
'join-hint': string;
|
|
1061
1145
|
'pending-description': string;
|
|
1062
1146
|
'active-description': string;
|
|
1063
1147
|
'owner-description': string;
|
|
@@ -1254,6 +1338,11 @@ export declare const translations: {
|
|
|
1254
1338
|
ABYSS_GAME_ODYSSEY: string;
|
|
1255
1339
|
ABYSS_TOOLS: string;
|
|
1256
1340
|
};
|
|
1341
|
+
context: {
|
|
1342
|
+
extraction: {
|
|
1343
|
+
view: string;
|
|
1344
|
+
};
|
|
1345
|
+
};
|
|
1257
1346
|
};
|
|
1258
1347
|
};
|
|
1259
1348
|
en: {
|
|
@@ -1340,6 +1429,10 @@ export declare const translations: {
|
|
|
1340
1429
|
title: string;
|
|
1341
1430
|
content: string;
|
|
1342
1431
|
};
|
|
1432
|
+
"file-quarantined": {
|
|
1433
|
+
title: string;
|
|
1434
|
+
content: string;
|
|
1435
|
+
};
|
|
1343
1436
|
};
|
|
1344
1437
|
ABYSS_MONITOR: {
|
|
1345
1438
|
"cron-task-failed": {
|
|
@@ -1474,24 +1567,43 @@ export declare const translations: {
|
|
|
1474
1567
|
select: string;
|
|
1475
1568
|
text: string;
|
|
1476
1569
|
draw: string;
|
|
1570
|
+
shape: string;
|
|
1571
|
+
highlight: string;
|
|
1572
|
+
redact: string;
|
|
1477
1573
|
signature: string;
|
|
1478
1574
|
eraser: string;
|
|
1479
1575
|
'fill-fields': string;
|
|
1576
|
+
insert: string;
|
|
1480
1577
|
undo: string;
|
|
1481
1578
|
redo: string;
|
|
1482
1579
|
download: string;
|
|
1483
1580
|
'save-to-cloud': string;
|
|
1484
|
-
'
|
|
1485
|
-
|
|
1581
|
+
'toggle-pages': string;
|
|
1582
|
+
document: string;
|
|
1583
|
+
aria: {
|
|
1584
|
+
tools: string;
|
|
1585
|
+
history: string;
|
|
1586
|
+
};
|
|
1486
1587
|
};
|
|
1487
1588
|
sidebar: {
|
|
1488
1589
|
pages: string;
|
|
1489
1590
|
};
|
|
1591
|
+
viewer: {
|
|
1592
|
+
'zoom-in': string;
|
|
1593
|
+
'zoom-out': string;
|
|
1594
|
+
'fit-width': string;
|
|
1595
|
+
'reset-zoom': string;
|
|
1596
|
+
'prev-page': string;
|
|
1597
|
+
'next-page': string;
|
|
1598
|
+
'page-indicator': string;
|
|
1599
|
+
};
|
|
1490
1600
|
insert: {
|
|
1601
|
+
'image-device': string;
|
|
1602
|
+
'image-cloud': string;
|
|
1603
|
+
'saved-title': string;
|
|
1604
|
+
personal: string;
|
|
1491
1605
|
button: string;
|
|
1492
1606
|
reading: string;
|
|
1493
|
-
'from-file': string;
|
|
1494
|
-
'from-cloud': string;
|
|
1495
1607
|
'only-pdf': string;
|
|
1496
1608
|
};
|
|
1497
1609
|
'insert-dialog': {
|
|
@@ -1504,27 +1616,79 @@ export declare const translations: {
|
|
|
1504
1616
|
};
|
|
1505
1617
|
action: {
|
|
1506
1618
|
cancel: string;
|
|
1619
|
+
delete: string;
|
|
1620
|
+
};
|
|
1621
|
+
placement: {
|
|
1622
|
+
hint: string;
|
|
1623
|
+
cancel: string;
|
|
1507
1624
|
};
|
|
1508
1625
|
error: {
|
|
1509
1626
|
'load-failed': string;
|
|
1510
1627
|
'export-failed': string;
|
|
1628
|
+
'try-another': string;
|
|
1629
|
+
};
|
|
1630
|
+
document: {
|
|
1631
|
+
'blank-page': string;
|
|
1632
|
+
'page-numbers': string;
|
|
1633
|
+
watermark: string;
|
|
1634
|
+
extract: string;
|
|
1635
|
+
compress: string;
|
|
1636
|
+
protect: string;
|
|
1637
|
+
};
|
|
1638
|
+
password: {
|
|
1639
|
+
title: string;
|
|
1640
|
+
help: string;
|
|
1641
|
+
label: string;
|
|
1642
|
+
confirm: string;
|
|
1643
|
+
};
|
|
1644
|
+
compress: {
|
|
1645
|
+
saved: string;
|
|
1646
|
+
'already-optimal': string;
|
|
1647
|
+
};
|
|
1648
|
+
unlock: {
|
|
1649
|
+
title: string;
|
|
1650
|
+
help: string;
|
|
1651
|
+
confirm: string;
|
|
1652
|
+
wrong: string;
|
|
1653
|
+
};
|
|
1654
|
+
watermark: {
|
|
1655
|
+
title: string;
|
|
1656
|
+
label: string;
|
|
1657
|
+
apply: string;
|
|
1511
1658
|
};
|
|
1659
|
+
extract: {
|
|
1660
|
+
title: string;
|
|
1661
|
+
confirm: string;
|
|
1662
|
+
};
|
|
1663
|
+
loading: string;
|
|
1512
1664
|
text: {
|
|
1513
|
-
hint: string;
|
|
1665
|
+
'hint-short': string;
|
|
1666
|
+
placeholder: string;
|
|
1667
|
+
size: string;
|
|
1668
|
+
font: string;
|
|
1514
1669
|
};
|
|
1515
1670
|
draw: {
|
|
1516
|
-
hint: string;
|
|
1517
|
-
'stroke-width': string;
|
|
1518
1671
|
color: string;
|
|
1519
1672
|
width: string;
|
|
1520
1673
|
'custom-color': string;
|
|
1521
1674
|
};
|
|
1675
|
+
shape: {
|
|
1676
|
+
kind: string;
|
|
1677
|
+
fill: string;
|
|
1678
|
+
'fill-none': string;
|
|
1679
|
+
'fill-on': string;
|
|
1680
|
+
};
|
|
1681
|
+
redact: {
|
|
1682
|
+
hint: string;
|
|
1683
|
+
warning: string;
|
|
1684
|
+
};
|
|
1522
1685
|
signature: {
|
|
1523
1686
|
'placement-hint': string;
|
|
1524
1687
|
'add-hint': string;
|
|
1525
1688
|
'add-button': string;
|
|
1526
1689
|
'apply-all-pages': string;
|
|
1527
1690
|
'manage-assets': string;
|
|
1691
|
+
'asset-load-failed': string;
|
|
1528
1692
|
clear: string;
|
|
1529
1693
|
'picker-title': string;
|
|
1530
1694
|
tabs: {
|
|
@@ -1548,7 +1712,6 @@ export declare const translations: {
|
|
|
1548
1712
|
'scope-label': string;
|
|
1549
1713
|
scope: {
|
|
1550
1714
|
personal: string;
|
|
1551
|
-
organization: string;
|
|
1552
1715
|
};
|
|
1553
1716
|
group: {
|
|
1554
1717
|
personal: string;
|
|
@@ -1565,12 +1728,10 @@ export declare const translations: {
|
|
|
1565
1728
|
empty: string;
|
|
1566
1729
|
};
|
|
1567
1730
|
upload: {
|
|
1568
|
-
hint: string;
|
|
1569
1731
|
title: string;
|
|
1570
1732
|
browse: string;
|
|
1571
1733
|
replace: string;
|
|
1572
1734
|
reading: string;
|
|
1573
|
-
cancel: string;
|
|
1574
1735
|
'max-size': string;
|
|
1575
1736
|
error: {
|
|
1576
1737
|
'invalid-type': string;
|
|
@@ -1589,6 +1750,8 @@ export declare const translations: {
|
|
|
1589
1750
|
'fill-fields': {
|
|
1590
1751
|
empty: string;
|
|
1591
1752
|
detected: string;
|
|
1753
|
+
flatten: string;
|
|
1754
|
+
'flatten-hint': string;
|
|
1592
1755
|
};
|
|
1593
1756
|
page: {
|
|
1594
1757
|
inserted: string;
|
|
@@ -2205,6 +2368,7 @@ export declare const translations: {
|
|
|
2205
2368
|
};
|
|
2206
2369
|
billing: {
|
|
2207
2370
|
'current-plan': string;
|
|
2371
|
+
'free-plan': string;
|
|
2208
2372
|
tier: {
|
|
2209
2373
|
FREEMIUM: string;
|
|
2210
2374
|
DEFAULT: string;
|
|
@@ -2284,6 +2448,14 @@ export declare const translations: {
|
|
|
2284
2448
|
name: string;
|
|
2285
2449
|
description: string;
|
|
2286
2450
|
};
|
|
2451
|
+
'family-free': {
|
|
2452
|
+
name: string;
|
|
2453
|
+
description: string;
|
|
2454
|
+
};
|
|
2455
|
+
'family-paid': {
|
|
2456
|
+
name: string;
|
|
2457
|
+
description: string;
|
|
2458
|
+
};
|
|
2287
2459
|
};
|
|
2288
2460
|
'plan-feature': {
|
|
2289
2461
|
PROJECTS_COUNT: string;
|
|
@@ -2491,18 +2663,24 @@ export declare const translations: {
|
|
|
2491
2663
|
ABYSS_GAME_ODYSSEY: string;
|
|
2492
2664
|
ABYSS_TOOLS: string;
|
|
2493
2665
|
};
|
|
2666
|
+
context: {
|
|
2667
|
+
extraction: {
|
|
2668
|
+
view: string;
|
|
2669
|
+
};
|
|
2670
|
+
};
|
|
2494
2671
|
};
|
|
2495
2672
|
family: {
|
|
2496
2673
|
banner: {
|
|
2497
2674
|
'no-family': string;
|
|
2498
2675
|
'no-family-cta': string;
|
|
2676
|
+
'no-family-sub': string;
|
|
2499
2677
|
pending: string;
|
|
2500
|
-
active: string;
|
|
2501
2678
|
manage: string;
|
|
2502
2679
|
'owner-badge': string;
|
|
2503
2680
|
'coming-soon': string;
|
|
2504
2681
|
settings: {
|
|
2505
2682
|
'no-family-description': string;
|
|
2683
|
+
'join-hint': string;
|
|
2506
2684
|
'pending-description': string;
|
|
2507
2685
|
'active-description': string;
|
|
2508
2686
|
'owner-description': string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as D, E as h, C as L } from "./index-
|
|
2
|
-
import { s as H, t as n, b as B, a as K, L as M, e as OO, i as eO, f as iO, j as f, g as aO, o as nO, I as rO, d as QO, n as d } from "./index-
|
|
1
|
+
import { L as D, E as h, C as L } from "./index-CSpwXL74.js";
|
|
2
|
+
import { s as H, t as n, b as B, a as K, L as M, e as OO, i as eO, f as iO, j as f, g as aO, o as nO, I as rO, d as QO, n as d } from "./index-a9_oOlg4.js";
|
|
3
3
|
const tO = 1, Z = 194, j = 195, oO = 196, x = 197, dO = 198, sO = 199, lO = 200, TO = 2, E = 3, u = 201, SO = 24, pO = 25, qO = 49, gO = 50, PO = 55, mO = 56, $O = 57, hO = 59, cO = 60, fO = 61, XO = 62, yO = 63, zO = 65, WO = 238, vO = 71, RO = 241, kO = 242, _O = 243, xO = 244, uO = 245, UO = 246, bO = 247, VO = 248, Y = 72, GO = 249, wO = 250, ZO = 251, jO = 252, EO = 253, YO = 254, FO = 255, CO = 256, JO = 73, AO = 77, IO = 263, NO = 112, DO = 130, LO = 151, HO = 152, BO = 155, p = 10, q = 13, k = 32, c = 9, _ = 35, KO = 40, MO = 46, R = 123, U = 125, F = 39, C = 34, b = 92, Oe = 111, ee = 120, ie = 78, ae = 117, ne = 85, re = /* @__PURE__ */ new Set([
|
|
4
4
|
pO,
|
|
5
5
|
qO,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { L as v, E as i, C as _ } from "./index-
|
|
2
|
-
import { s as W, t as e, a as g, L as x, f as p, i as U, g as V, c as E } from "./index-
|
|
3
|
-
import { defineCSSCompletionSource as N } from "./index-
|
|
1
|
+
import { L as v, E as i, C as _ } from "./index-CSpwXL74.js";
|
|
2
|
+
import { s as W, t as e, a as g, L as x, f as p, i as U, g as V, c as E } from "./index-a9_oOlg4.js";
|
|
3
|
+
import { defineCSSCompletionSource as N } from "./index-CTVUhat-.js";
|
|
4
4
|
const j = 168, X = 169, C = 170, I = 1, D = 2, w = 3, L = 171, F = 172, Y = 4, z = 173, K = 5, A = 174, T = 175, Z = 176, s = 177, G = 6, q = 7, B = 8, H = 9, c = 0, R = [
|
|
5
5
|
9,
|
|
6
6
|
10,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { E as d, L as y, h as b, a as _, p as g, e as u, s as S, i as T, f as k, j as W, t } from "./index-
|
|
2
|
-
import { html as j } from "./index-
|
|
3
|
-
import { L as X, E as p } from "./index-
|
|
1
|
+
import { E as d, L as y, h as b, a as _, p as g, e as u, s as S, i as T, f as k, j as W, t } from "./index-a9_oOlg4.js";
|
|
2
|
+
import { html as j } from "./index-BcInTypv.js";
|
|
3
|
+
import { L as X, E as p } from "./index-CSpwXL74.js";
|
|
4
4
|
const Y = 1, U = 2, G = 3, R = 179, z = 4, v = 180, x = 5, Z = 181, V = 6;
|
|
5
5
|
function E(O) {
|
|
6
6
|
return O >= 65 && O <= 90 || O >= 97 && O <= 122;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as p, L as u, p as n, s as l, t as e } from "./index-
|
|
2
|
-
import { html as m } from "./index-
|
|
3
|
-
import { javascriptLanguage as b } from "./index-
|
|
4
|
-
import { L as S, a as r } from "./index-
|
|
1
|
+
import { a as p, L as u, p as n, s as l, t as e } from "./index-a9_oOlg4.js";
|
|
2
|
+
import { html as m } from "./index-BcInTypv.js";
|
|
3
|
+
import { javascriptLanguage as b } from "./index-BdWnB1rS.js";
|
|
4
|
+
import { L as S, a as r } from "./index-CSpwXL74.js";
|
|
5
5
|
const c = /* @__PURE__ */ S.deserialize({
|
|
6
6
|
version: 14,
|
|
7
7
|
states: "%pOVOWOOObQPOOOpOSO'#C_OOOO'#Cp'#CpQVOWOOQxQPOOO!TQQOOQ!YQPOOOOOO,58y,58yO!_OSO,58yOOOO-E6n-E6nO!dQQO'#CqQ{QPOOO!iQPOOQ{QPOOO!qQPOOOOOO1G.e1G.eOOQO,59],59]OOQO-E6o-E6oO!yOpO'#CiO#RO`O'#CiQOQPOOO#ZO#tO'#CmO#fO!bO'#CmOOQO,59T,59TO#qOpO,59TO#vO`O,59TOOOO'#Cr'#CrO#{O#tO,59XOOQO,59X,59XOOOO'#Cs'#CsO$WO!bO,59XOOQO1G.o1G.oOOOO-E6p-E6pOOQO1G.s1G.sOOOO-E6q-E6q",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { L as be, E as $, C as Pe } from "./index-
|
|
2
|
-
import { p as xe, s as Te, t as h, E as Ve, a as we, L as ye, e as K, h as ve, i as Xe, f as ke, H as $e } from "./index-
|
|
3
|
-
import { cssLanguage as J, css as _e } from "./index-
|
|
4
|
-
import { typescriptLanguage as qe, jsxLanguage as Ce, tsxLanguage as Qe, javascriptLanguage as R, javascript as Ae } from "./index-
|
|
1
|
+
import { L as be, E as $, C as Pe } from "./index-CSpwXL74.js";
|
|
2
|
+
import { p as xe, s as Te, t as h, E as Ve, a as we, L as ye, e as K, h as ve, i as Xe, f as ke, H as $e } from "./index-a9_oOlg4.js";
|
|
3
|
+
import { cssLanguage as J, css as _e } from "./index-CTVUhat-.js";
|
|
4
|
+
import { typescriptLanguage as qe, jsxLanguage as Ce, tsxLanguage as Qe, javascriptLanguage as R, javascript as Ae } from "./index-BdWnB1rS.js";
|
|
5
5
|
const Ye = 54, Me = 1, Re = 55, Ee = 2, Ze = 56, Be = 3, z = 4, ze = 5, X = 6, ee = 7, te = 8, ae = 9, le = 10, We = 11, De = 12, Ne = 13, _ = 57, Ge = 14, W = 58, re = 20, Ie = 22, ne = 23, je = 24, Y = 26, se = 27, Ue = 28, Le = 31, Fe = 34, He = 36, Ke = 37, Je = 0, et = 1, tt = {
|
|
6
6
|
area: !0,
|
|
7
7
|
base: !0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as M, E as X, a as h, C as E } from "./index-
|
|
2
|
-
import { s as A, t as i, E as C, a as J, n as o, L as I, b as B, d as D, e as u, h as K, i as N, f as H, c as g, j as F, m as OO, g as aO, J as j, x as QO, o as iO, I as eO } from "./index-
|
|
1
|
+
import { L as M, E as X, a as h, C as E } from "./index-CSpwXL74.js";
|
|
2
|
+
import { s as A, t as i, E as C, a as J, n as o, L as I, b as B, d as D, e as u, h as K, i as N, f as H, c as g, j as F, m as OO, g as aO, J as j, x as QO, o as iO, I as eO } from "./index-a9_oOlg4.js";
|
|
3
3
|
const $O = 315, rO = 316, v = 1, tO = 2, lO = 3, nO = 4, oO = 317, sO = 319, ZO = 320, PO = 5, pO = 6, cO = 0, q = [
|
|
4
4
|
9,
|
|
5
5
|
10,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as o, E as t } from "./index-
|
|
2
|
-
import { s, t as Q, a as j, L as x, i as f, f as c, c as a, j as W, m as S, g as l } from "./index-
|
|
1
|
+
import { L as o, E as t } from "./index-CSpwXL74.js";
|
|
2
|
+
import { s, t as Q, a as j, L as x, i as f, f as c, c as a, j as W, m as S, g as l } from "./index-a9_oOlg4.js";
|
|
3
3
|
const r = 1, q = 2, u = 3, n = 82, Z = 76, V = 117, T = 85, z = 97, w = 122, m = 65, b = 90, y = 95, i = 48, Y = 34, v = 40, P = 41, _ = 32, U = 62, p = new t((O) => {
|
|
4
4
|
if (O.next == Z || O.next == T ? O.advance() : O.next == V && (O.advance(), O.next == i + 8 && O.advance()), O.next != n || (O.advance(), O.next != Y)) return;
|
|
5
5
|
O.advance();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as g, L as P, p as l, s as q, t as r } from "./index-
|
|
2
|
-
import { html as c } from "./index-
|
|
3
|
-
import { javascriptLanguage as i } from "./index-
|
|
4
|
-
import { L as R, E as p } from "./index-
|
|
1
|
+
import { a as g, L as P, p as l, s as q, t as r } from "./index-a9_oOlg4.js";
|
|
2
|
+
import { html as c } from "./index-BcInTypv.js";
|
|
3
|
+
import { javascriptLanguage as i } from "./index-BdWnB1rS.js";
|
|
4
|
+
import { L as R, E as p } from "./index-CSpwXL74.js";
|
|
5
5
|
const b = 1, $ = 33, m = 34, v = 35, x = 36, W = /* @__PURE__ */ new p((O) => {
|
|
6
6
|
let t = O.pos;
|
|
7
7
|
for (; ; ) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as w, E as p, a as Y } from "./index-
|
|
2
|
-
import { s as x, t as r, a as q, L as j, e as G, i as R, f as T, c as E, g as _, o as C, I as U } from "./index-
|
|
1
|
+
import { L as w, E as p, a as Y } from "./index-CSpwXL74.js";
|
|
2
|
+
import { s as x, t as r, a as q, L as j, e as G, i as R, f as T, c as E, g as _, o as C, I as U } from "./index-a9_oOlg4.js";
|
|
3
3
|
const V = 122, g = 1, Z = 123, W = 124, b = 2, N = 125, I = 3, F = 4, X = [
|
|
4
4
|
9,
|
|
5
5
|
10,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as o, E as a } from "./index-
|
|
2
|
-
import { s as Z, t as Q, a as _, L as q, i as l, f as w, c as r, g as V } from "./index-
|
|
1
|
+
import { L as o, E as a } from "./index-CSpwXL74.js";
|
|
2
|
+
import { s as Z, t as Q, a as _, L as q, i as l, f as w, c as r, g as V } from "./index-a9_oOlg4.js";
|
|
3
3
|
const g = 1, R = 2, b = 3, y = 4, T = 5, s = 98, c = 101, v = 102, t = 114, p = 69, X = 48, W = 46, d = 43, f = 45, Y = 35, z = 34, x = 124, U = 60, h = 62;
|
|
4
4
|
function n(O) {
|
|
5
5
|
return O >= 48 && O <= 57;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as O, L as r, i as b, f as s, s as a, j as t, g as P, t as e } from "./index-
|
|
2
|
-
import { L as n } from "./index-
|
|
1
|
+
import { a as O, L as r, i as b, f as s, s as a, j as t, g as P, t as e } from "./index-a9_oOlg4.js";
|
|
2
|
+
import { L as n } from "./index-CSpwXL74.js";
|
|
3
3
|
const S = { __proto__: null, anyref: 34, dataref: 34, eqref: 34, externref: 34, i31ref: 34, funcref: 34, i8: 34, i16: 34, i32: 34, i64: 34, f32: 34, f64: 34 }, i = /* @__PURE__ */ n.deserialize({
|
|
4
4
|
version: 14,
|
|
5
5
|
states: "!^Q]QPOOOqQPO'#CbOOQO'#Cd'#CdOOQO'#Cl'#ClOOQO'#Ch'#ChQ]QPOOOOQO,58|,58|OxQPO,58|OOQO-E6f-E6fOOQO1G.h1G.h",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as W, E as i, C as B } from "./index-
|
|
2
|
-
import { s as U, t as n, a as C, L as b, p as E, i as u, f as M, j as v, g as N } from "./index-
|
|
1
|
+
import { L as W, E as i, C as B } from "./index-CSpwXL74.js";
|
|
2
|
+
import { s as U, t as n, a as C, L as b, p as E, i as u, f as M, j as v, g as N } from "./index-a9_oOlg4.js";
|
|
3
3
|
const c = 63, D = 64, j = 1, A = 2, y = 3, H = 4, Z = 5, F = 6, I = 7, z = 65, K = 66, J = 8, OO = 9, eO = 10, aO = 11, rO = 12, V = 13, tO = 19, nO = 20, oO = 29, PO = 33, QO = 34, sO = 47, lO = 0, T = 1, g = 2, d = 3, m = 4;
|
|
4
4
|
class s {
|
|
5
5
|
constructor(e, a, r) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as G, E as A, C as N } from "./index-
|
|
2
|
-
import { s as I, t as p, E as Y, a as j, L as U, e as k, h as Z, i as B, f as D, H as M } from "./index-
|
|
1
|
+
import { L as G, E as A, C as N } from "./index-CSpwXL74.js";
|
|
2
|
+
import { s as I, t as p, E as Y, a as j, L as U, e as k, h as Z, i as B, f as D, H as M } from "./index-a9_oOlg4.js";
|
|
3
3
|
const h = 1, F = 2, L = 3, H = 4, K = 5, J = 36, ee = 37, te = 38, Oe = 11, oe = 13;
|
|
4
4
|
function re(e) {
|
|
5
5
|
return e == 45 || e == 46 || e == 58 || e >= 65 && e <= 90 || e == 95 || e >= 97 && e <= 122 || e >= 161;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as t, L as i, i as n, f as $, c as y, g as P, s as X, t as O } from "./index-
|
|
2
|
-
import { defineCSSCompletionSource as m } from "./index-
|
|
3
|
-
import { L as c, E as S } from "./index-
|
|
1
|
+
import { a as t, L as i, i as n, f as $, c as y, g as P, s as X, t as O } from "./index-a9_oOlg4.js";
|
|
2
|
+
import { defineCSSCompletionSource as m } from "./index-CTVUhat-.js";
|
|
3
|
+
import { L as c, E as S } from "./index-CSpwXL74.js";
|
|
4
4
|
const f = 110, l = 1, s = 2, r = [
|
|
5
5
|
9,
|
|
6
6
|
10,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as r } from "./index-
|
|
2
|
-
import { s as e, t as O, a as s, L as X, i as l, f as Y, c as $, j as S, m as o, g as t } from "./index-
|
|
1
|
+
import { L as r } from "./index-CSpwXL74.js";
|
|
2
|
+
import { s as e, t as O, a as s, L as X, i as l, f as Y, c as $, j as S, m as o, g as t } from "./index-a9_oOlg4.js";
|
|
3
3
|
const Z = e({
|
|
4
4
|
null: O.null,
|
|
5
5
|
instanceof: O.operatorKeyword,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { L as V, E as X } from "./index-
|
|
2
|
-
import { s as d, t as $, a as Z, L as R, p as s, i as t, f as y, c, j as U, g as l } from "./index-
|
|
3
|
-
import { html as w } from "./index-
|
|
1
|
+
import { L as V, E as X } from "./index-CSpwXL74.js";
|
|
2
|
+
import { s as d, t as $, a as Z, L as R, p as s, i as t, f as y, c, j as U, g as l } from "./index-a9_oOlg4.js";
|
|
3
|
+
import { html as w } from "./index-BcInTypv.js";
|
|
4
4
|
const W = 1, p = 2, q = 275, u = 3, b = 276, _ = 277, f = 278, k = 4, m = 5, G = 6, x = 7, z = 8, h = 9, g = 10, v = 11, j = 12, E = 13, I = 14, N = 15, L = 16, F = 17, C = 18, H = 19, A = 20, K = 21, D = 22, B = 23, M = 24, J = 25, OO = 26, $O = 27, QO = 28, iO = 29, aO = 30, TO = 31, PO = 32, XO = 33, SO = 34, cO = 35, eO = 36, oO = 37, _O = 38, zO = 39, nO = 40, rO = 41, YO = 42, VO = 43, dO = 44, ZO = 45, RO = 46, sO = 47, tO = 48, yO = 49, UO = 50, lO = 51, wO = 52, WO = 53, pO = 54, qO = 55, uO = 56, bO = 57, fO = 58, kO = 59, mO = 60, GO = 61, xO = 62, e = 63, hO = 64, gO = 65, vO = 66, jO = {
|
|
5
5
|
abstract: k,
|
|
6
6
|
and: m,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as te, a as re, i as ae, f as ne, s as ie, c as se, t as i, b as oe, d as le, e as ce } from "./index-
|
|
2
|
-
import { L as de, E as me } from "./index-
|
|
1
|
+
import { L as te, a as re, i as ae, f as ne, s as ie, c as se, t as i, b as oe, d as le, e as ce } from "./index-a9_oOlg4.js";
|
|
2
|
+
import { L as de, E as me } from "./index-CSpwXL74.js";
|
|
3
3
|
const ue = 36, B = 1, pe = 2, y = 3, C = 4, fe = 5, _e = 6, ge = 7, he = 8, ye = 9, be = 10, ve = 11, ke = 12, xe = 13, Oe = 14, we = 15, Qe = 16, Ce = 17, X = 18, Se = 19, A = 20, E = 21, I = 22, qe = 23, Pe = 24;
|
|
4
4
|
function q(t) {
|
|
5
5
|
return t >= 65 && t <= 90 || t >= 97 && t <= 122 || t >= 48 && t <= 57;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as nt, k as j, l as v, q as st, N as Ae, s as Be, p as it, t as c, T as E, r as ot, L as le, u as at, v as lt, w as ht, x as ft, e as _, h as P, y as T, z as ut, f as Ie, i as dt, A as pt, C as ct, B as mt, F as he, G as gt } from "./index-
|
|
2
|
-
import { html as kt, htmlCompletionSource as Lt } from "./index-
|
|
1
|
+
import { P as nt, k as j, l as v, q as st, N as Ae, s as Be, p as it, t as c, T as E, r as ot, L as le, u as at, v as lt, w as ht, x as ft, e as _, h as P, y as T, z as ut, f as Ie, i as dt, A as pt, C as ct, B as mt, F as he, G as gt } from "./index-a9_oOlg4.js";
|
|
2
|
+
import { html as kt, htmlCompletionSource as Lt } from "./index-BcInTypv.js";
|
|
3
3
|
class $ {
|
|
4
4
|
static create(e, r, n, s, i) {
|
|
5
5
|
let o = s + (s << 8) + e + (r << 4) | 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as s, E as R, a as Y, C as x } from "./index-
|
|
2
|
-
import { s as w, t as O, a as d, n as X, L as k, b as h, d as f, i as u, f as y, c as l, j as g, m as j, g as U, e as G, o as b, I as Z } from "./index-
|
|
1
|
+
import { L as s, E as R, a as Y, C as x } from "./index-CSpwXL74.js";
|
|
2
|
+
import { s as w, t as O, a as d, n as X, L as k, b as h, d as f, i as u, f as y, c as l, j as g, m as j, g as U, e as G, o as b, I as Z } from "./index-a9_oOlg4.js";
|
|
3
3
|
const _ = 177, q = 179, E = 184, v = 12, C = 13, D = 17, z = 20, F = 25, B = 53, N = 95, I = 142, L = 144, A = 145, J = 148, M = 10, H = 13, K = 32, OO = 9, $ = 47, QO = 41, eO = 125, aO = new R((Q, e) => {
|
|
4
4
|
for (let n = 0, a = Q.next; (e.context && (a < 0 || a == M || a == H || a == $ && Q.peek(n + 1) == $) || a == QO || a == eO) && Q.acceptToken(_), !(a != K && a != OO); )
|
|
5
5
|
a = Q.peek(++n);
|