@lvce-editor/status-bar-worker 3.20.0 → 3.20.1

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.
@@ -1296,10 +1296,174 @@ const Status = 'status';
1296
1296
 
1297
1297
  const MaskIcon = 'MaskIcon';
1298
1298
 
1299
+ const Audio = 0;
1299
1300
  const Button$1 = 1;
1301
+ const Col = 2;
1302
+ const ColGroup = 3;
1300
1303
  const Div = 4;
1304
+ const H1 = 5;
1305
+ const Input = 6;
1306
+ const Kbd = 7;
1301
1307
  const Span = 8;
1308
+ const Table = 9;
1309
+ const TBody = 10;
1310
+ const Td = 11;
1302
1311
  const Text = 12;
1312
+ const Th = 13;
1313
+ const THead = 14;
1314
+ const Tr = 15;
1315
+ const I = 16;
1316
+ const Img = 17;
1317
+ const Root = 0;
1318
+ const Ins = 20;
1319
+ const Del = 21;
1320
+ const H2 = 22;
1321
+ const H3 = 23;
1322
+ const H4 = 24;
1323
+ const H5 = 25;
1324
+ const H6 = 26;
1325
+ const Article = 27;
1326
+ const Aside = 28;
1327
+ const Footer = 29;
1328
+ const Header = 30;
1329
+ const Nav = 40;
1330
+ const Section = 41;
1331
+ const Search = 42;
1332
+ const Dd = 43;
1333
+ const Dl = 44;
1334
+ const Figcaption = 45;
1335
+ const Figure = 46;
1336
+ const Hr = 47;
1337
+ const Li = 48;
1338
+ const Ol = 49;
1339
+ const P = 50;
1340
+ const Pre = 51;
1341
+ const A = 53;
1342
+ const Abbr = 54;
1343
+ const Br = 55;
1344
+ const Cite = 56;
1345
+ const Data = 57;
1346
+ const Time = 58;
1347
+ const Tfoot = 59;
1348
+ const Ul = 60;
1349
+ const Video = 61;
1350
+ const TextArea = 62;
1351
+ const Select = 63;
1352
+ const Option = 64;
1353
+ const Code = 65;
1354
+ const Label = 66;
1355
+ const Dt = 67;
1356
+ const Iframe = 68;
1357
+ const Main = 69;
1358
+ const Strong = 70;
1359
+ const Em = 71;
1360
+ const Style = 72;
1361
+ const Html = 73;
1362
+ const Head = 74;
1363
+ const Title = 75;
1364
+ const Meta = 76;
1365
+ const Canvas = 77;
1366
+ const Form = 78;
1367
+ const BlockQuote = 79;
1368
+ const Quote = 80;
1369
+ const Circle = 81;
1370
+ const Defs = 82;
1371
+ const Ellipse = 83;
1372
+ const G = 84;
1373
+ const Line = 85;
1374
+ const Path = 86;
1375
+ const Polygon = 87;
1376
+ const Polyline = 88;
1377
+ const Rect = 89;
1378
+ const Svg = 90;
1379
+ const Use = 91;
1380
+ const Reference = 100;
1381
+
1382
+ const VirtualDomElements = {
1383
+ __proto__: null,
1384
+ A,
1385
+ Abbr,
1386
+ Article,
1387
+ Aside,
1388
+ Audio,
1389
+ BlockQuote,
1390
+ Br,
1391
+ Button: Button$1,
1392
+ Canvas,
1393
+ Circle,
1394
+ Cite,
1395
+ Code,
1396
+ Col,
1397
+ ColGroup,
1398
+ Data,
1399
+ Dd,
1400
+ Defs,
1401
+ Del,
1402
+ Div,
1403
+ Dl,
1404
+ Dt,
1405
+ Ellipse,
1406
+ Em,
1407
+ Figcaption,
1408
+ Figure,
1409
+ Footer,
1410
+ Form,
1411
+ G,
1412
+ H1,
1413
+ H2,
1414
+ H3,
1415
+ H4,
1416
+ H5,
1417
+ H6,
1418
+ Head,
1419
+ Header,
1420
+ Hr,
1421
+ Html,
1422
+ I,
1423
+ Iframe,
1424
+ Img,
1425
+ Input,
1426
+ Ins,
1427
+ Kbd,
1428
+ Label,
1429
+ Li,
1430
+ Line,
1431
+ Main,
1432
+ Meta,
1433
+ Nav,
1434
+ Ol,
1435
+ Option,
1436
+ P,
1437
+ Path,
1438
+ Polygon,
1439
+ Polyline,
1440
+ Pre,
1441
+ Quote,
1442
+ Rect,
1443
+ Reference,
1444
+ Root,
1445
+ Search,
1446
+ Section,
1447
+ Select,
1448
+ Span,
1449
+ Strong,
1450
+ Style,
1451
+ Svg,
1452
+ TBody,
1453
+ THead,
1454
+ Table,
1455
+ Td,
1456
+ Text,
1457
+ TextArea,
1458
+ Tfoot,
1459
+ Th,
1460
+ Time,
1461
+ Title,
1462
+ Tr,
1463
+ Ul,
1464
+ Use,
1465
+ Video
1466
+ };
1303
1467
 
1304
1468
  const Button = 'event.button';
1305
1469
  const ClientX = 'event.clientX';
@@ -1652,6 +1816,8 @@ const text = data => {
1652
1816
  };
1653
1817
  };
1654
1818
 
1819
+ new Set(Object.values(VirtualDomElements));
1820
+
1655
1821
  const HandleContextMenu = 2;
1656
1822
  const HandleClick = 11;
1657
1823
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/status-bar-worker",
3
- "version": "3.20.0",
3
+ "version": "3.20.1",
4
4
  "description": "Status Bar Worker",
5
5
  "repository": {
6
6
  "type": "git",