mol_dump_lib 0.0.251 → 0.0.253
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/node.d.ts +306 -306
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +116 -116
- package/node.js.map +1 -1
- package/node.mjs +116 -116
- package/node.test.js +119 -119
- package/node.test.js.map +1 -1
- package/node.view.tree +9 -9
- package/package.json +2 -2
- package/web.d.ts +308 -308
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.js +116 -116
- package/web.js.map +1 -1
- package/web.mjs +116 -116
- package/web.test.js +3 -3
- package/web.test.js.map +1 -1
- package/web.view.tree +9 -9
package/node.d.ts
CHANGED
|
@@ -1275,6 +1275,9 @@ declare namespace $ {
|
|
|
1275
1275
|
} | undefined;
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
|
+
declare namespace $ {
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1278
1281
|
declare namespace $ {
|
|
1279
1282
|
|
|
1280
1283
|
export class $mol_stack extends $mol_view {
|
|
@@ -1283,9 +1286,6 @@ declare namespace $ {
|
|
|
1283
1286
|
}
|
|
1284
1287
|
|
|
1285
1288
|
//# sourceMappingURL=stack.view.tree.d.ts.map
|
|
1286
|
-
declare namespace $ {
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
1289
|
declare namespace $ {
|
|
1290
1290
|
|
|
1291
1291
|
export class $mol_paragraph extends $mol_view {
|
|
@@ -1312,35 +1312,6 @@ declare namespace $.$$ {
|
|
|
1312
1312
|
declare namespace $ {
|
|
1313
1313
|
}
|
|
1314
1314
|
|
|
1315
|
-
declare namespace $ {
|
|
1316
|
-
type $mol_type_enforce<Actual extends Expected, Expected> = Actual;
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1319
|
-
declare namespace $ {
|
|
1320
|
-
|
|
1321
|
-
type $mol_paragraph__sub__B3YTO318 = $mol_type_enforce<
|
|
1322
|
-
readonly(any)[]
|
|
1323
|
-
,
|
|
1324
|
-
ReturnType< $mol_paragraph['sub'] >
|
|
1325
|
-
>
|
|
1326
|
-
type $mol_paragraph__sub__HXMMCGEZ = $mol_type_enforce<
|
|
1327
|
-
readonly(any)[]
|
|
1328
|
-
,
|
|
1329
|
-
ReturnType< $mol_paragraph['sub'] >
|
|
1330
|
-
>
|
|
1331
|
-
export class $mol_dimmer extends $mol_paragraph {
|
|
1332
|
-
haystack( ): string
|
|
1333
|
-
needle( ): string
|
|
1334
|
-
sub( ): ReturnType< $mol_dimmer['parts'] >
|
|
1335
|
-
Low( id: any): $mol_paragraph
|
|
1336
|
-
High( id: any): $mol_paragraph
|
|
1337
|
-
parts( ): readonly($mol_view_content)[]
|
|
1338
|
-
string( id: any): string
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
//# sourceMappingURL=dimmer.view.tree.d.ts.map
|
|
1344
1315
|
declare namespace $ {
|
|
1345
1316
|
type $mol_type_equals<A, B> = (<X>() => X extends A ? 1 : 2) extends (<X>() => X extends B ? 1 : 2) ? unknown : never;
|
|
1346
1317
|
}
|
|
@@ -1440,6 +1411,35 @@ declare namespace $ {
|
|
|
1440
1411
|
export {};
|
|
1441
1412
|
}
|
|
1442
1413
|
|
|
1414
|
+
declare namespace $ {
|
|
1415
|
+
type $mol_type_enforce<Actual extends Expected, Expected> = Actual;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
declare namespace $ {
|
|
1419
|
+
|
|
1420
|
+
type $mol_paragraph__sub__AJV4JXR5 = $mol_type_enforce<
|
|
1421
|
+
readonly(any)[]
|
|
1422
|
+
,
|
|
1423
|
+
ReturnType< $mol_paragraph['sub'] >
|
|
1424
|
+
>
|
|
1425
|
+
type $mol_paragraph__sub__6U7MY6MW = $mol_type_enforce<
|
|
1426
|
+
readonly(any)[]
|
|
1427
|
+
,
|
|
1428
|
+
ReturnType< $mol_paragraph['sub'] >
|
|
1429
|
+
>
|
|
1430
|
+
export class $mol_dimmer extends $mol_paragraph {
|
|
1431
|
+
haystack( ): string
|
|
1432
|
+
needle( ): string
|
|
1433
|
+
sub( ): ReturnType< $mol_dimmer['parts'] >
|
|
1434
|
+
Low( id: any): $mol_paragraph
|
|
1435
|
+
High( id: any): $mol_paragraph
|
|
1436
|
+
parts( ): readonly($mol_view_content)[]
|
|
1437
|
+
string( id: any): string
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
//# sourceMappingURL=dimmer.view.tree.d.ts.map
|
|
1443
1443
|
declare namespace $.$$ {
|
|
1444
1444
|
class $mol_dimmer extends $.$mol_dimmer {
|
|
1445
1445
|
parts(): any[];
|
|
@@ -1452,28 +1452,6 @@ declare namespace $.$$ {
|
|
|
1452
1452
|
declare namespace $ {
|
|
1453
1453
|
}
|
|
1454
1454
|
|
|
1455
|
-
declare namespace $ {
|
|
1456
|
-
|
|
1457
|
-
export class $mol_text_code_token extends $mol_dimmer {
|
|
1458
|
-
attr( ): ({
|
|
1459
|
-
'mol_text_code_token_type': ReturnType< $mol_text_code_token['type'] >,
|
|
1460
|
-
}) & ReturnType< $mol_dimmer['attr'] >
|
|
1461
|
-
type( ): string
|
|
1462
|
-
}
|
|
1463
|
-
|
|
1464
|
-
export class $mol_text_code_token_link extends $mol_text_code_token {
|
|
1465
|
-
dom_name( ): string
|
|
1466
|
-
type( ): string
|
|
1467
|
-
attr( ): ({
|
|
1468
|
-
'href': ReturnType< $mol_text_code_token_link['uri'] >,
|
|
1469
|
-
'target': string,
|
|
1470
|
-
}) & ReturnType< $mol_text_code_token['attr'] >
|
|
1471
|
-
uri( ): string
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
}
|
|
1475
|
-
|
|
1476
|
-
//# sourceMappingURL=token.view.tree.d.ts.map
|
|
1477
1455
|
declare namespace $ {
|
|
1478
1456
|
type $mol_style_pseudo_class = ':active' | ':any' | ':any-link' | ':checked' | ':default' | ':defined' | ':dir(rtl)' | ':dir(ltr)' | ':disabled' | ':empty' | ':enabled' | ':first' | ':first-child' | ':first-of-type' | ':fullscreen' | ':focus' | ':focus-visible' | ':focus-within' | ':hover' | ':indeterminate' | ':in-range' | ':invalid' | ':last-child' | ':last-of-type' | ':left' | ':link' | ':not()' | ':nth-child(even)' | ':nth-child(odd)' | ':nth-last-child(even)' | ':nth-last-child(odd)' | ':nth-of-type(even)' | ':nth-of-type(odd)' | ':nth-last-of-type(even)' | ':nth-last-of-type(odd)' | ':only-child' | ':only-of-type' | ':optional' | ':out-of-range' | ':placeholder-shown' | ':read-only' | ':read-write' | ':required' | ':right' | ':root' | ':scope' | ':target' | ':valid' | ':visited';
|
|
1479
1457
|
}
|
|
@@ -1518,66 +1496,31 @@ declare namespace $ {
|
|
|
1518
1496
|
function $mol_style_define<Component extends $mol_view, Config extends $mol_style_guard<Component, Config>>(Component: new () => Component, config: Config): HTMLStyleElement | null;
|
|
1519
1497
|
}
|
|
1520
1498
|
|
|
1521
|
-
declare namespace $.$$ {
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1524
1499
|
declare namespace $ {
|
|
1525
1500
|
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
ReturnType< $
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
ReturnType< $mol_text_code_token['
|
|
1540
|
-
|
|
1541
|
-
type $mol_text_code_token__needle__4ANGXPBE = $mol_type_enforce<
|
|
1542
|
-
ReturnType< $mol_text_code_row['highlight'] >
|
|
1543
|
-
,
|
|
1544
|
-
ReturnType< $mol_text_code_token['needle'] >
|
|
1545
|
-
>
|
|
1546
|
-
type $mol_text_code_token_link__haystack__3Y5ZQ09F = $mol_type_enforce<
|
|
1547
|
-
ReturnType< $mol_text_code_row['token_text'] >
|
|
1548
|
-
,
|
|
1549
|
-
ReturnType< $mol_text_code_token_link['haystack'] >
|
|
1550
|
-
>
|
|
1551
|
-
type $mol_text_code_token_link__needle__B5FO90DK = $mol_type_enforce<
|
|
1552
|
-
ReturnType< $mol_text_code_row['highlight'] >
|
|
1553
|
-
,
|
|
1554
|
-
ReturnType< $mol_text_code_token_link['needle'] >
|
|
1555
|
-
>
|
|
1556
|
-
type $mol_text_code_token_link__uri__4M0KCYSF = $mol_type_enforce<
|
|
1557
|
-
ReturnType< $mol_text_code_row['token_uri'] >
|
|
1558
|
-
,
|
|
1559
|
-
ReturnType< $mol_text_code_token_link['uri'] >
|
|
1560
|
-
>
|
|
1561
|
-
export class $mol_text_code_row extends $mol_paragraph {
|
|
1562
|
-
text( ): string
|
|
1563
|
-
minimal_height( ): number
|
|
1564
|
-
numb_showed( ): boolean
|
|
1565
|
-
syntax( ): any
|
|
1566
|
-
uri_resolve( id: any): string
|
|
1567
|
-
Numb( ): $mol_view
|
|
1568
|
-
Token( id: any): $mol_text_code_token
|
|
1569
|
-
Token_link( id: any): $mol_text_code_token_link
|
|
1570
|
-
find_pos( id: any): any
|
|
1571
|
-
numb( ): number
|
|
1572
|
-
token_type( id: any): string
|
|
1573
|
-
token_text( id: any): string
|
|
1574
|
-
highlight( ): string
|
|
1575
|
-
token_uri( id: any): string
|
|
1501
|
+
export class $mol_text_code_token extends $mol_dimmer {
|
|
1502
|
+
attr( ): ({
|
|
1503
|
+
'mol_text_code_token_type': ReturnType< $mol_text_code_token['type'] >,
|
|
1504
|
+
}) & ReturnType< $mol_dimmer['attr'] >
|
|
1505
|
+
type( ): string
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
export class $mol_text_code_token_link extends $mol_text_code_token {
|
|
1509
|
+
dom_name( ): string
|
|
1510
|
+
type( ): string
|
|
1511
|
+
attr( ): ({
|
|
1512
|
+
'href': ReturnType< $mol_text_code_token_link['uri'] >,
|
|
1513
|
+
'target': string,
|
|
1514
|
+
}) & ReturnType< $mol_text_code_token['attr'] >
|
|
1515
|
+
uri( ): string
|
|
1576
1516
|
}
|
|
1577
1517
|
|
|
1578
1518
|
}
|
|
1579
1519
|
|
|
1580
|
-
//# sourceMappingURL=
|
|
1520
|
+
//# sourceMappingURL=token.view.tree.d.ts.map
|
|
1521
|
+
declare namespace $.$$ {
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1581
1524
|
declare namespace $ {
|
|
1582
1525
|
class $mol_syntax2<Lexems extends {
|
|
1583
1526
|
[name: string]: RegExp;
|
|
@@ -1641,6 +1584,63 @@ declare namespace $ {
|
|
|
1641
1584
|
}>;
|
|
1642
1585
|
}
|
|
1643
1586
|
|
|
1587
|
+
declare namespace $ {
|
|
1588
|
+
|
|
1589
|
+
type $mol_view__sub__R4LZ7CV4 = $mol_type_enforce<
|
|
1590
|
+
readonly(any)[]
|
|
1591
|
+
,
|
|
1592
|
+
ReturnType< $mol_view['sub'] >
|
|
1593
|
+
>
|
|
1594
|
+
type $mol_text_code_token__type__L9ZQT255 = $mol_type_enforce<
|
|
1595
|
+
ReturnType< $mol_text_code_row['token_type'] >
|
|
1596
|
+
,
|
|
1597
|
+
ReturnType< $mol_text_code_token['type'] >
|
|
1598
|
+
>
|
|
1599
|
+
type $mol_text_code_token__haystack__21KX0WM9 = $mol_type_enforce<
|
|
1600
|
+
ReturnType< $mol_text_code_row['token_text'] >
|
|
1601
|
+
,
|
|
1602
|
+
ReturnType< $mol_text_code_token['haystack'] >
|
|
1603
|
+
>
|
|
1604
|
+
type $mol_text_code_token__needle__6SAMTQFQ = $mol_type_enforce<
|
|
1605
|
+
ReturnType< $mol_text_code_row['highlight'] >
|
|
1606
|
+
,
|
|
1607
|
+
ReturnType< $mol_text_code_token['needle'] >
|
|
1608
|
+
>
|
|
1609
|
+
type $mol_text_code_token_link__haystack__4SXXM8IC = $mol_type_enforce<
|
|
1610
|
+
ReturnType< $mol_text_code_row['token_text'] >
|
|
1611
|
+
,
|
|
1612
|
+
ReturnType< $mol_text_code_token_link['haystack'] >
|
|
1613
|
+
>
|
|
1614
|
+
type $mol_text_code_token_link__needle__1S2SACXH = $mol_type_enforce<
|
|
1615
|
+
ReturnType< $mol_text_code_row['highlight'] >
|
|
1616
|
+
,
|
|
1617
|
+
ReturnType< $mol_text_code_token_link['needle'] >
|
|
1618
|
+
>
|
|
1619
|
+
type $mol_text_code_token_link__uri__8U9FFB44 = $mol_type_enforce<
|
|
1620
|
+
ReturnType< $mol_text_code_row['token_uri'] >
|
|
1621
|
+
,
|
|
1622
|
+
ReturnType< $mol_text_code_token_link['uri'] >
|
|
1623
|
+
>
|
|
1624
|
+
export class $mol_text_code_row extends $mol_paragraph {
|
|
1625
|
+
text( ): string
|
|
1626
|
+
minimal_height( ): number
|
|
1627
|
+
numb_showed( ): boolean
|
|
1628
|
+
syntax( ): any
|
|
1629
|
+
uri_resolve( id: any): string
|
|
1630
|
+
Numb( ): $mol_view
|
|
1631
|
+
Token( id: any): $mol_text_code_token
|
|
1632
|
+
Token_link( id: any): $mol_text_code_token_link
|
|
1633
|
+
find_pos( id: any): any
|
|
1634
|
+
numb( ): number
|
|
1635
|
+
token_type( id: any): string
|
|
1636
|
+
token_text( id: any): string
|
|
1637
|
+
highlight( ): string
|
|
1638
|
+
token_uri( id: any): string
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
//# sourceMappingURL=row.view.tree.d.ts.map
|
|
1644
1644
|
declare namespace $.$$ {
|
|
1645
1645
|
class $mol_text_code_row extends $.$mol_text_code_row {
|
|
1646
1646
|
maximal_width(): number;
|
|
@@ -1689,38 +1689,6 @@ declare namespace $.$$ {
|
|
|
1689
1689
|
declare namespace $.$$ {
|
|
1690
1690
|
}
|
|
1691
1691
|
|
|
1692
|
-
declare namespace $ {
|
|
1693
|
-
|
|
1694
|
-
type $mol_view__style__3J6LXUPO = $mol_type_enforce<
|
|
1695
|
-
({
|
|
1696
|
-
'paddingTop': ReturnType< $mol_list['gap_before'] >,
|
|
1697
|
-
})
|
|
1698
|
-
,
|
|
1699
|
-
ReturnType< $mol_view['style'] >
|
|
1700
|
-
>
|
|
1701
|
-
type $mol_view__style__81A1Q01B = $mol_type_enforce<
|
|
1702
|
-
({
|
|
1703
|
-
'paddingTop': ReturnType< $mol_list['gap_after'] >,
|
|
1704
|
-
})
|
|
1705
|
-
,
|
|
1706
|
-
ReturnType< $mol_view['style'] >
|
|
1707
|
-
>
|
|
1708
|
-
export class $mol_list extends $mol_view {
|
|
1709
|
-
render_visible_only( ): boolean
|
|
1710
|
-
render_over( ): number
|
|
1711
|
-
sub( ): ReturnType< $mol_list['rows'] >
|
|
1712
|
-
Empty( ): $mol_view
|
|
1713
|
-
Gap_before( ): $mol_view
|
|
1714
|
-
Gap_after( ): $mol_view
|
|
1715
|
-
view_window( ): readonly(any)[]
|
|
1716
|
-
rows( ): readonly($mol_view)[]
|
|
1717
|
-
gap_before( ): number
|
|
1718
|
-
gap_after( ): number
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
//# sourceMappingURL=list.view.tree.d.ts.map
|
|
1724
1692
|
declare namespace $ {
|
|
1725
1693
|
function $mol_support_css_overflow_anchor(this: $): boolean;
|
|
1726
1694
|
}
|
|
@@ -1752,6 +1720,38 @@ declare namespace $ {
|
|
|
1752
1720
|
let $mol_mem_cached: typeof $mol_wire_probe;
|
|
1753
1721
|
}
|
|
1754
1722
|
|
|
1723
|
+
declare namespace $ {
|
|
1724
|
+
|
|
1725
|
+
type $mol_view__style__TQFET1Y3 = $mol_type_enforce<
|
|
1726
|
+
({
|
|
1727
|
+
'paddingTop': ReturnType< $mol_list['gap_before'] >,
|
|
1728
|
+
})
|
|
1729
|
+
,
|
|
1730
|
+
ReturnType< $mol_view['style'] >
|
|
1731
|
+
>
|
|
1732
|
+
type $mol_view__style__UF1ZPX73 = $mol_type_enforce<
|
|
1733
|
+
({
|
|
1734
|
+
'paddingTop': ReturnType< $mol_list['gap_after'] >,
|
|
1735
|
+
})
|
|
1736
|
+
,
|
|
1737
|
+
ReturnType< $mol_view['style'] >
|
|
1738
|
+
>
|
|
1739
|
+
export class $mol_list extends $mol_view {
|
|
1740
|
+
render_visible_only( ): boolean
|
|
1741
|
+
render_over( ): number
|
|
1742
|
+
sub( ): ReturnType< $mol_list['rows'] >
|
|
1743
|
+
Empty( ): $mol_view
|
|
1744
|
+
Gap_before( ): $mol_view
|
|
1745
|
+
Gap_after( ): $mol_view
|
|
1746
|
+
view_window( ): readonly(any)[]
|
|
1747
|
+
rows( ): readonly($mol_view)[]
|
|
1748
|
+
gap_before( ): number
|
|
1749
|
+
gap_after( ): number
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
//# sourceMappingURL=list.view.tree.d.ts.map
|
|
1755
1755
|
declare namespace $.$$ {
|
|
1756
1756
|
class $mol_list extends $.$mol_list {
|
|
1757
1757
|
sub(): readonly $mol_view[];
|
|
@@ -1768,23 +1768,6 @@ declare namespace $.$$ {
|
|
|
1768
1768
|
declare namespace $ {
|
|
1769
1769
|
}
|
|
1770
1770
|
|
|
1771
|
-
declare namespace $ {
|
|
1772
|
-
|
|
1773
|
-
export class $mol_speck extends $mol_view {
|
|
1774
|
-
attr( ): ({
|
|
1775
|
-
'mol_theme': ReturnType< $mol_speck['theme'] >,
|
|
1776
|
-
}) & ReturnType< $mol_view['attr'] >
|
|
1777
|
-
style( ): ({
|
|
1778
|
-
'minHeight': string,
|
|
1779
|
-
}) & ReturnType< $mol_view['style'] >
|
|
1780
|
-
sub( ): readonly(any)[]
|
|
1781
|
-
theme( ): string
|
|
1782
|
-
value( ): any
|
|
1783
|
-
}
|
|
1784
|
-
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
//# sourceMappingURL=speck.view.tree.d.ts.map
|
|
1788
1771
|
declare namespace $ {
|
|
1789
1772
|
let $mol_layer: $mol_style_prop_result;
|
|
1790
1773
|
}
|
|
@@ -1797,41 +1780,21 @@ declare namespace $ {
|
|
|
1797
1780
|
|
|
1798
1781
|
declare namespace $ {
|
|
1799
1782
|
|
|
1800
|
-
|
|
1801
|
-
ReturnType< $mol_button['error'] >
|
|
1802
|
-
,
|
|
1803
|
-
ReturnType< $mol_speck['value'] >
|
|
1804
|
-
>
|
|
1805
|
-
export class $mol_button extends $mol_view {
|
|
1806
|
-
enabled( ): boolean
|
|
1807
|
-
click( next?: any ): any
|
|
1808
|
-
event_click( next?: any ): any
|
|
1809
|
-
event( ): ({
|
|
1810
|
-
click( next?: ReturnType< $mol_button['event_activate'] > ): ReturnType< $mol_button['event_activate'] >,
|
|
1811
|
-
dblclick( next?: ReturnType< $mol_button['clicks'] > ): ReturnType< $mol_button['clicks'] >,
|
|
1812
|
-
keydown( next?: ReturnType< $mol_button['event_key_press'] > ): ReturnType< $mol_button['event_key_press'] >,
|
|
1813
|
-
}) & ReturnType< $mol_view['event'] >
|
|
1783
|
+
export class $mol_speck extends $mol_view {
|
|
1814
1784
|
attr( ): ({
|
|
1815
|
-
'
|
|
1816
|
-
'role': string,
|
|
1817
|
-
'tabindex': ReturnType< $mol_button['tab_index'] >,
|
|
1818
|
-
'title': ReturnType< $mol_button['hint_safe'] >,
|
|
1785
|
+
'mol_theme': ReturnType< $mol_speck['theme'] >,
|
|
1819
1786
|
}) & ReturnType< $mol_view['attr'] >
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
tab_index( ): number
|
|
1827
|
-
hint( ): string
|
|
1828
|
-
hint_safe( ): ReturnType< $mol_button['hint'] >
|
|
1829
|
-
error( ): string
|
|
1787
|
+
style( ): ({
|
|
1788
|
+
'minHeight': string,
|
|
1789
|
+
}) & ReturnType< $mol_view['style'] >
|
|
1790
|
+
sub( ): readonly(any)[]
|
|
1791
|
+
theme( ): string
|
|
1792
|
+
value( ): any
|
|
1830
1793
|
}
|
|
1831
1794
|
|
|
1832
1795
|
}
|
|
1833
1796
|
|
|
1834
|
-
//# sourceMappingURL=
|
|
1797
|
+
//# sourceMappingURL=speck.view.tree.d.ts.map
|
|
1835
1798
|
declare namespace $ {
|
|
1836
1799
|
enum $mol_keyboard_code {
|
|
1837
1800
|
backspace = 8,
|
|
@@ -1937,6 +1900,43 @@ declare namespace $ {
|
|
|
1937
1900
|
}
|
|
1938
1901
|
}
|
|
1939
1902
|
|
|
1903
|
+
declare namespace $ {
|
|
1904
|
+
|
|
1905
|
+
type $mol_speck__value__70OK8R4I = $mol_type_enforce<
|
|
1906
|
+
ReturnType< $mol_button['error'] >
|
|
1907
|
+
,
|
|
1908
|
+
ReturnType< $mol_speck['value'] >
|
|
1909
|
+
>
|
|
1910
|
+
export class $mol_button extends $mol_view {
|
|
1911
|
+
enabled( ): boolean
|
|
1912
|
+
click( next?: any ): any
|
|
1913
|
+
event_click( next?: any ): any
|
|
1914
|
+
event( ): ({
|
|
1915
|
+
click( next?: ReturnType< $mol_button['event_activate'] > ): ReturnType< $mol_button['event_activate'] >,
|
|
1916
|
+
dblclick( next?: ReturnType< $mol_button['clicks'] > ): ReturnType< $mol_button['clicks'] >,
|
|
1917
|
+
keydown( next?: ReturnType< $mol_button['event_key_press'] > ): ReturnType< $mol_button['event_key_press'] >,
|
|
1918
|
+
}) & ReturnType< $mol_view['event'] >
|
|
1919
|
+
attr( ): ({
|
|
1920
|
+
'disabled': ReturnType< $mol_button['disabled'] >,
|
|
1921
|
+
'role': string,
|
|
1922
|
+
'tabindex': ReturnType< $mol_button['tab_index'] >,
|
|
1923
|
+
'title': ReturnType< $mol_button['hint_safe'] >,
|
|
1924
|
+
}) & ReturnType< $mol_view['attr'] >
|
|
1925
|
+
sub( ): readonly($mol_view_content)[]
|
|
1926
|
+
Speck( ): $mol_speck
|
|
1927
|
+
event_activate( next?: any ): any
|
|
1928
|
+
clicks( next?: any ): any
|
|
1929
|
+
event_key_press( next?: any ): any
|
|
1930
|
+
disabled( ): boolean
|
|
1931
|
+
tab_index( ): number
|
|
1932
|
+
hint( ): string
|
|
1933
|
+
hint_safe( ): ReturnType< $mol_button['hint'] >
|
|
1934
|
+
error( ): string
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
//# sourceMappingURL=button.view.tree.d.ts.map
|
|
1940
1940
|
declare namespace $.$$ {
|
|
1941
1941
|
class $mol_button extends $.$mol_button {
|
|
1942
1942
|
status(next?: any[]): any[];
|
|
@@ -1953,6 +1953,9 @@ declare namespace $.$$ {
|
|
|
1953
1953
|
declare namespace $ {
|
|
1954
1954
|
}
|
|
1955
1955
|
|
|
1956
|
+
declare namespace $ {
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1956
1959
|
declare namespace $ {
|
|
1957
1960
|
|
|
1958
1961
|
export class $mol_button_typed extends $mol_button {
|
|
@@ -1974,9 +1977,6 @@ declare namespace $ {
|
|
|
1974
1977
|
}
|
|
1975
1978
|
|
|
1976
1979
|
//# sourceMappingURL=minor.view.tree.d.ts.map
|
|
1977
|
-
declare namespace $ {
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
1980
|
declare namespace $ {
|
|
1981
1981
|
type $mol_blob = Blob;
|
|
1982
1982
|
let $mol_blob: {
|
|
@@ -1985,6 +1985,13 @@ declare namespace $ {
|
|
|
1985
1985
|
};
|
|
1986
1986
|
}
|
|
1987
1987
|
|
|
1988
|
+
declare namespace $ {
|
|
1989
|
+
class $mol_state_time extends $mol_object {
|
|
1990
|
+
static task(precision: number, reset?: null): $mol_after_timeout | $mol_after_frame;
|
|
1991
|
+
static now(precision: number): number;
|
|
1992
|
+
}
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1988
1995
|
declare namespace $ {
|
|
1989
1996
|
|
|
1990
1997
|
export class $mol_svg extends $mol_view {
|
|
@@ -1998,13 +2005,6 @@ declare namespace $ {
|
|
|
1998
2005
|
}
|
|
1999
2006
|
|
|
2000
2007
|
//# sourceMappingURL=svg.view.tree.d.ts.map
|
|
2001
|
-
declare namespace $ {
|
|
2002
|
-
class $mol_state_time extends $mol_object {
|
|
2003
|
-
static task(precision: number, reset?: null): $mol_after_timeout | $mol_after_frame;
|
|
2004
|
-
static now(precision: number): number;
|
|
2005
|
-
}
|
|
2006
|
-
}
|
|
2007
|
-
|
|
2008
2008
|
declare namespace $.$$ {
|
|
2009
2009
|
class $mol_svg extends $.$mol_svg {
|
|
2010
2010
|
computed_style(): Record<string, any>;
|
|
@@ -2013,6 +2013,9 @@ declare namespace $.$$ {
|
|
|
2013
2013
|
}
|
|
2014
2014
|
}
|
|
2015
2015
|
|
|
2016
|
+
declare namespace $ {
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2016
2019
|
declare namespace $ {
|
|
2017
2020
|
|
|
2018
2021
|
export class $mol_svg_root extends $mol_svg {
|
|
@@ -2028,9 +2031,6 @@ declare namespace $ {
|
|
|
2028
2031
|
}
|
|
2029
2032
|
|
|
2030
2033
|
//# sourceMappingURL=root.view.tree.d.ts.map
|
|
2031
|
-
declare namespace $ {
|
|
2032
|
-
}
|
|
2033
|
-
|
|
2034
2034
|
declare namespace $ {
|
|
2035
2035
|
|
|
2036
2036
|
export class $mol_svg_path extends $mol_svg {
|
|
@@ -2044,9 +2044,12 @@ declare namespace $ {
|
|
|
2044
2044
|
}
|
|
2045
2045
|
|
|
2046
2046
|
//# sourceMappingURL=path.view.tree.d.ts.map
|
|
2047
|
+
declare namespace $ {
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2047
2050
|
declare namespace $ {
|
|
2048
2051
|
|
|
2049
|
-
type $
|
|
2052
|
+
type $mol_svg_path__geometry__OHFUP4JJ = $mol_type_enforce<
|
|
2050
2053
|
ReturnType< $mol_icon['path'] >
|
|
2051
2054
|
,
|
|
2052
2055
|
ReturnType< $mol_svg_path['geometry'] >
|
|
@@ -2063,9 +2066,6 @@ declare namespace $ {
|
|
|
2063
2066
|
}
|
|
2064
2067
|
|
|
2065
2068
|
//# sourceMappingURL=icon.view.tree.d.ts.map
|
|
2066
|
-
declare namespace $ {
|
|
2067
|
-
}
|
|
2068
|
-
|
|
2069
2069
|
declare namespace $ {
|
|
2070
2070
|
|
|
2071
2071
|
export class $mol_icon_clipboard extends $mol_icon {
|
|
@@ -2084,16 +2084,30 @@ declare namespace $ {
|
|
|
2084
2084
|
}
|
|
2085
2085
|
|
|
2086
2086
|
//# sourceMappingURL=outline.view.tree.d.ts.map
|
|
2087
|
+
declare namespace $ {
|
|
2088
|
+
function $mol_html_encode(text: string): string;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
declare namespace $ {
|
|
2092
|
+
export function $mol_wire_sync<Host extends object>(obj: Host): ObjectOrFunctionResultAwaited<Host>;
|
|
2093
|
+
type FunctionResultAwaited<Some> = Some extends (...args: infer Args) => infer Res ? (...args: Args) => Awaited<Res> : Some;
|
|
2094
|
+
type MethodsResultAwaited<Host extends Object> = {
|
|
2095
|
+
[K in keyof Host]: FunctionResultAwaited<Host[K]>;
|
|
2096
|
+
};
|
|
2097
|
+
type ObjectOrFunctionResultAwaited<Some> = (Some extends (...args: any) => unknown ? FunctionResultAwaited<Some> : {}) & (Some extends Object ? MethodsResultAwaited<Some> : Some);
|
|
2098
|
+
export {};
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2087
2101
|
declare namespace $ {
|
|
2088
2102
|
|
|
2089
|
-
type $
|
|
2103
|
+
type $mol_blob__IUHM2S8O = $mol_type_enforce<
|
|
2090
2104
|
[ readonly(BlobPart)[], ({
|
|
2091
2105
|
'type': string,
|
|
2092
2106
|
}) ]
|
|
2093
2107
|
,
|
|
2094
2108
|
ConstructorParameters< typeof $mol_blob >
|
|
2095
2109
|
>
|
|
2096
|
-
type $
|
|
2110
|
+
type $mol_blob__RM79DFQX = $mol_type_enforce<
|
|
2097
2111
|
[ readonly(BlobPart)[], ({
|
|
2098
2112
|
'type': string,
|
|
2099
2113
|
}) ]
|
|
@@ -2115,20 +2129,6 @@ declare namespace $ {
|
|
|
2115
2129
|
}
|
|
2116
2130
|
|
|
2117
2131
|
//# sourceMappingURL=copy.view.tree.d.ts.map
|
|
2118
|
-
declare namespace $ {
|
|
2119
|
-
function $mol_html_encode(text: string): string;
|
|
2120
|
-
}
|
|
2121
|
-
|
|
2122
|
-
declare namespace $ {
|
|
2123
|
-
export function $mol_wire_sync<Host extends object>(obj: Host): ObjectOrFunctionResultAwaited<Host>;
|
|
2124
|
-
type FunctionResultAwaited<Some> = Some extends (...args: infer Args) => infer Res ? (...args: Args) => Awaited<Res> : Some;
|
|
2125
|
-
type MethodsResultAwaited<Host extends Object> = {
|
|
2126
|
-
[K in keyof Host]: FunctionResultAwaited<Host[K]>;
|
|
2127
|
-
};
|
|
2128
|
-
type ObjectOrFunctionResultAwaited<Some> = (Some extends (...args: any) => unknown ? FunctionResultAwaited<Some> : {}) & (Some extends Object ? MethodsResultAwaited<Some> : Some);
|
|
2129
|
-
export {};
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
2132
|
declare namespace $.$$ {
|
|
2133
2133
|
class $mol_button_copy extends $.$mol_button_copy {
|
|
2134
2134
|
data(): {
|
|
@@ -2256,52 +2256,52 @@ declare namespace $ {
|
|
|
2256
2256
|
|
|
2257
2257
|
declare namespace $ {
|
|
2258
2258
|
|
|
2259
|
-
type $
|
|
2259
|
+
type $mol_text_code_row__numb_showed__DUYZTB54 = $mol_type_enforce<
|
|
2260
2260
|
ReturnType< $mol_text_code['sidebar_showed'] >
|
|
2261
2261
|
,
|
|
2262
2262
|
ReturnType< $mol_text_code_row['numb_showed'] >
|
|
2263
2263
|
>
|
|
2264
|
-
type $
|
|
2264
|
+
type $mol_text_code_row__numb__NWSADTG5 = $mol_type_enforce<
|
|
2265
2265
|
ReturnType< $mol_text_code['row_numb'] >
|
|
2266
2266
|
,
|
|
2267
2267
|
ReturnType< $mol_text_code_row['numb'] >
|
|
2268
2268
|
>
|
|
2269
|
-
type $
|
|
2269
|
+
type $mol_text_code_row__text__SOQGKWQ8 = $mol_type_enforce<
|
|
2270
2270
|
ReturnType< $mol_text_code['row_text'] >
|
|
2271
2271
|
,
|
|
2272
2272
|
ReturnType< $mol_text_code_row['text'] >
|
|
2273
2273
|
>
|
|
2274
|
-
type $
|
|
2274
|
+
type $mol_text_code_row__syntax__03XJMFMK = $mol_type_enforce<
|
|
2275
2275
|
ReturnType< $mol_text_code['syntax'] >
|
|
2276
2276
|
,
|
|
2277
2277
|
ReturnType< $mol_text_code_row['syntax'] >
|
|
2278
2278
|
>
|
|
2279
|
-
type $
|
|
2279
|
+
type $mol_text_code_row__uri_resolve__7KAIEZ9O = $mol_type_enforce<
|
|
2280
2280
|
ReturnType< $mol_text_code['uri_resolve'] >
|
|
2281
2281
|
,
|
|
2282
2282
|
ReturnType< $mol_text_code_row['uri_resolve'] >
|
|
2283
2283
|
>
|
|
2284
|
-
type $
|
|
2284
|
+
type $mol_text_code_row__highlight__3TWOMBH0 = $mol_type_enforce<
|
|
2285
2285
|
ReturnType< $mol_text_code['highlight'] >
|
|
2286
2286
|
,
|
|
2287
2287
|
ReturnType< $mol_text_code_row['highlight'] >
|
|
2288
2288
|
>
|
|
2289
|
-
type $
|
|
2289
|
+
type $mol_list__render_visible_only__4YBG9HE5 = $mol_type_enforce<
|
|
2290
2290
|
ReturnType< $mol_text_code['render_visible_only'] >
|
|
2291
2291
|
,
|
|
2292
2292
|
ReturnType< $mol_list['render_visible_only'] >
|
|
2293
2293
|
>
|
|
2294
|
-
type $
|
|
2294
|
+
type $mol_list__rows__WFT0ZMJ8 = $mol_type_enforce<
|
|
2295
2295
|
ReturnType< $mol_text_code['rows'] >
|
|
2296
2296
|
,
|
|
2297
2297
|
ReturnType< $mol_list['rows'] >
|
|
2298
2298
|
>
|
|
2299
|
-
type $
|
|
2299
|
+
type $mol_button_copy__hint__FM3IRMUF = $mol_type_enforce<
|
|
2300
2300
|
string
|
|
2301
2301
|
,
|
|
2302
2302
|
ReturnType< $mol_button_copy['hint'] >
|
|
2303
2303
|
>
|
|
2304
|
-
type $
|
|
2304
|
+
type $mol_button_copy__text__ZJ6CP76Z = $mol_type_enforce<
|
|
2305
2305
|
ReturnType< $mol_text_code['text_export'] >
|
|
2306
2306
|
,
|
|
2307
2307
|
ReturnType< $mol_button_copy['text'] >
|
|
@@ -2368,9 +2368,16 @@ declare namespace $.$$ {
|
|
|
2368
2368
|
declare namespace $.$$ {
|
|
2369
2369
|
}
|
|
2370
2370
|
|
|
2371
|
+
declare namespace $ {
|
|
2372
|
+
function $mol_maybe<Value>(value: Value | null | undefined): Value[];
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2375
|
+
declare namespace $ {
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2371
2378
|
declare namespace $ {
|
|
2372
2379
|
|
|
2373
|
-
type $
|
|
2380
|
+
type $mol_view__sub__5C1E1XLL = $mol_type_enforce<
|
|
2374
2381
|
readonly(any)[]
|
|
2375
2382
|
,
|
|
2376
2383
|
ReturnType< $mol_view['sub'] >
|
|
@@ -2394,13 +2401,6 @@ declare namespace $ {
|
|
|
2394
2401
|
}
|
|
2395
2402
|
|
|
2396
2403
|
//# sourceMappingURL=check.view.tree.d.ts.map
|
|
2397
|
-
declare namespace $ {
|
|
2398
|
-
function $mol_maybe<Value>(value: Value | null | undefined): Value[];
|
|
2399
|
-
}
|
|
2400
|
-
|
|
2401
|
-
declare namespace $ {
|
|
2402
|
-
}
|
|
2403
|
-
|
|
2404
2404
|
declare namespace $.$$ {
|
|
2405
2405
|
class $mol_check extends $.$mol_check {
|
|
2406
2406
|
click(next?: Event): void;
|
|
@@ -2449,27 +2449,73 @@ declare namespace $ {
|
|
|
2449
2449
|
|
|
2450
2450
|
declare namespace $ {
|
|
2451
2451
|
|
|
2452
|
-
type $
|
|
2452
|
+
type $mol_dump_value__value__J3F7MUH8 = $mol_type_enforce<
|
|
2453
|
+
ReturnType< $mol_dump_list['dump_value'] >
|
|
2454
|
+
,
|
|
2455
|
+
ReturnType< $mol_dump_value['value'] >
|
|
2456
|
+
>
|
|
2457
|
+
type $mol_dump_value__expanded__EJNDZK3W = $mol_type_enforce<
|
|
2458
|
+
ReturnType< $mol_dump_list['dump_expanded'] >
|
|
2459
|
+
,
|
|
2460
|
+
ReturnType< $mol_dump_value['expanded'] >
|
|
2461
|
+
>
|
|
2462
|
+
type $mol_dump_value__prototypes__6LQ31SQM = $mol_type_enforce<
|
|
2463
|
+
ReturnType< $mol_dump_list['prototypes'] >
|
|
2464
|
+
,
|
|
2465
|
+
ReturnType< $mol_dump_value['prototypes'] >
|
|
2466
|
+
>
|
|
2467
|
+
type $mol_dump_value__preview_show__AV5ZKZ95 = $mol_type_enforce<
|
|
2468
|
+
ReturnType< $mol_dump_list['preview_show'] >
|
|
2469
|
+
,
|
|
2470
|
+
ReturnType< $mol_dump_value['preview_show'] >
|
|
2471
|
+
>
|
|
2472
|
+
export class $mol_dump_list extends $mol_view {
|
|
2473
|
+
values( ): readonly(any)[]
|
|
2474
|
+
sub( ): readonly(any)[]
|
|
2475
|
+
dump_value( id: any): any
|
|
2476
|
+
dump_expanded( id: any, next?: boolean ): boolean
|
|
2477
|
+
prototypes( ): boolean
|
|
2478
|
+
preview_show( ): boolean
|
|
2479
|
+
Dump( id: any): $mol_dump_value
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
//# sourceMappingURL=list.view.tree.d.ts.map
|
|
2485
|
+
declare namespace $.$$ {
|
|
2486
|
+
class $mol_dump_list extends $.$mol_dump_list {
|
|
2487
|
+
sub(): $.$mol_dump_value[];
|
|
2488
|
+
dump_value(index: number): any;
|
|
2489
|
+
expand_all(event?: Event): void;
|
|
2490
|
+
}
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
declare namespace $ {
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
declare namespace $ {
|
|
2497
|
+
|
|
2498
|
+
type $mol_check_expand__checked__QGRUO5JC = $mol_type_enforce<
|
|
2453
2499
|
ReturnType< $mol_expander['expanded'] >
|
|
2454
2500
|
,
|
|
2455
2501
|
ReturnType< $mol_check_expand['checked'] >
|
|
2456
2502
|
>
|
|
2457
|
-
type $
|
|
2503
|
+
type $mol_check_expand__expandable__JXD6W4HO = $mol_type_enforce<
|
|
2458
2504
|
ReturnType< $mol_expander['expandable'] >
|
|
2459
2505
|
,
|
|
2460
2506
|
ReturnType< $mol_check_expand['expandable'] >
|
|
2461
2507
|
>
|
|
2462
|
-
type $
|
|
2508
|
+
type $mol_check_expand__label__620AHM88 = $mol_type_enforce<
|
|
2463
2509
|
ReturnType< $mol_expander['label'] >
|
|
2464
2510
|
,
|
|
2465
2511
|
ReturnType< $mol_check_expand['label'] >
|
|
2466
2512
|
>
|
|
2467
|
-
type $
|
|
2513
|
+
type $mol_view__sub__UT3QWNOL = $mol_type_enforce<
|
|
2468
2514
|
readonly(any)[]
|
|
2469
2515
|
,
|
|
2470
2516
|
ReturnType< $mol_view['sub'] >
|
|
2471
2517
|
>
|
|
2472
|
-
type $
|
|
2518
|
+
type $mol_list__rows__PX1YJ13C = $mol_type_enforce<
|
|
2473
2519
|
ReturnType< $mol_expander['content'] >
|
|
2474
2520
|
,
|
|
2475
2521
|
ReturnType< $mol_list['rows'] >
|
|
@@ -2500,134 +2546,92 @@ declare namespace $ {
|
|
|
2500
2546
|
}
|
|
2501
2547
|
|
|
2502
2548
|
declare namespace $ {
|
|
2503
|
-
|
|
2504
|
-
type $mol_dump_value__value__U6JVFY6R = $mol_type_enforce<
|
|
2505
|
-
ReturnType< $mol_dump_list['dump_value'] >
|
|
2506
|
-
,
|
|
2507
|
-
ReturnType< $mol_dump_value['value'] >
|
|
2508
|
-
>
|
|
2509
|
-
type $mol_dump_value__expanded__MFJG75U9 = $mol_type_enforce<
|
|
2510
|
-
ReturnType< $mol_dump_list['dump_expanded'] >
|
|
2511
|
-
,
|
|
2512
|
-
ReturnType< $mol_dump_value['expanded'] >
|
|
2513
|
-
>
|
|
2514
|
-
type $mol_dump_value__prototypes__Q9257L29 = $mol_type_enforce<
|
|
2515
|
-
ReturnType< $mol_dump_list['prototypes'] >
|
|
2516
|
-
,
|
|
2517
|
-
ReturnType< $mol_dump_value['prototypes'] >
|
|
2518
|
-
>
|
|
2519
|
-
type $mol_dump_value__preview_show__GSI5OOEX = $mol_type_enforce<
|
|
2520
|
-
ReturnType< $mol_dump_list['preview_show'] >
|
|
2521
|
-
,
|
|
2522
|
-
ReturnType< $mol_dump_value['preview_show'] >
|
|
2523
|
-
>
|
|
2524
|
-
export class $mol_dump_list extends $mol_view {
|
|
2525
|
-
values( ): readonly(any)[]
|
|
2526
|
-
sub( ): readonly(any)[]
|
|
2527
|
-
dump_value( id: any): any
|
|
2528
|
-
dump_expanded( id: any, next?: boolean ): boolean
|
|
2529
|
-
prototypes( ): boolean
|
|
2530
|
-
preview_show( ): boolean
|
|
2531
|
-
Dump( id: any): $mol_dump_value
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
}
|
|
2535
|
-
|
|
2536
|
-
//# sourceMappingURL=list.view.tree.d.ts.map
|
|
2537
|
-
declare namespace $.$$ {
|
|
2538
|
-
class $mol_dump_list extends $.$mol_dump_list {
|
|
2539
|
-
sub(): $.$mol_dump_value[];
|
|
2540
|
-
dump_value(index: number): any;
|
|
2541
|
-
expand_all(event?: Event): void;
|
|
2542
|
-
}
|
|
2543
|
-
}
|
|
2544
|
-
|
|
2545
|
-
declare namespace $ {
|
|
2549
|
+
function $mol_try<Result>(handler: () => Result): Result | Error;
|
|
2546
2550
|
}
|
|
2547
2551
|
|
|
2548
2552
|
declare namespace $ {
|
|
2549
2553
|
|
|
2550
|
-
type $
|
|
2554
|
+
type $mol_text_code__text__QE8KQ8TJ = $mol_type_enforce<
|
|
2551
2555
|
ReturnType< $mol_dump_value['simple'] >
|
|
2552
2556
|
,
|
|
2553
2557
|
ReturnType< $mol_text_code['text'] >
|
|
2554
2558
|
>
|
|
2555
|
-
type $
|
|
2559
|
+
type $mol_text_code__text__47VW8TV5 = $mol_type_enforce<
|
|
2556
2560
|
ReturnType< $mol_dump_value['expand_title'] >
|
|
2557
2561
|
,
|
|
2558
2562
|
ReturnType< $mol_text_code['text'] >
|
|
2559
2563
|
>
|
|
2560
|
-
type $
|
|
2564
|
+
type $mol_check_expand__minimal_height__EWEDMO9N = $mol_type_enforce<
|
|
2561
2565
|
number
|
|
2562
2566
|
,
|
|
2563
2567
|
ReturnType< $mol_check_expand['minimal_height'] >
|
|
2564
2568
|
>
|
|
2565
|
-
type $
|
|
2569
|
+
type $mol_check_expand__minimal_width__WWS7YEM0 = $mol_type_enforce<
|
|
2566
2570
|
number
|
|
2567
2571
|
,
|
|
2568
2572
|
ReturnType< $mol_check_expand['minimal_width'] >
|
|
2569
2573
|
>
|
|
2570
|
-
type $
|
|
2574
|
+
type $mol_check_expand__expanded__W0GV9RM9 = $mol_type_enforce<
|
|
2571
2575
|
ReturnType< $mol_dump_value['expanded'] >
|
|
2572
2576
|
,
|
|
2573
2577
|
ReturnType< $mol_check_expand['expanded'] >
|
|
2574
2578
|
>
|
|
2575
|
-
type $
|
|
2579
|
+
type $mol_check_expand__expandable__TLBCKMXK = $mol_type_enforce<
|
|
2576
2580
|
ReturnType< $mol_dump_value['expandable'] >
|
|
2577
2581
|
,
|
|
2578
2582
|
ReturnType< $mol_check_expand['expandable'] >
|
|
2579
2583
|
>
|
|
2580
|
-
type $
|
|
2584
|
+
type $mol_check_expand__clicks__QNYUISNL = $mol_type_enforce<
|
|
2581
2585
|
ReturnType< $mol_dump_value['expand_all'] >
|
|
2582
2586
|
,
|
|
2583
2587
|
ReturnType< $mol_check_expand['clicks'] >
|
|
2584
2588
|
>
|
|
2585
|
-
type $
|
|
2589
|
+
type $mol_check_expand__label__TPMEN7S4 = $mol_type_enforce<
|
|
2586
2590
|
readonly(any)[]
|
|
2587
2591
|
,
|
|
2588
2592
|
ReturnType< $mol_check_expand['label'] >
|
|
2589
2593
|
>
|
|
2590
|
-
type $
|
|
2594
|
+
type $mol_view__dom_node__JEN7EO1I = $mol_type_enforce<
|
|
2591
2595
|
ReturnType< $mol_dump_value['preview_dom'] >
|
|
2592
2596
|
,
|
|
2593
2597
|
ReturnType< $mol_view['dom_node'] >
|
|
2594
2598
|
>
|
|
2595
|
-
type $
|
|
2599
|
+
type $mol_view__render__6627VSS7 = $mol_type_enforce<
|
|
2596
2600
|
ReturnType< $mol_dump_value['preview'] >
|
|
2597
2601
|
,
|
|
2598
2602
|
ReturnType< $mol_view['render'] >
|
|
2599
2603
|
>
|
|
2600
|
-
type $
|
|
2604
|
+
type $mol_view__sub__B1ELAAGD = $mol_type_enforce<
|
|
2601
2605
|
readonly(any)[]
|
|
2602
2606
|
,
|
|
2603
2607
|
ReturnType< $mol_view['sub'] >
|
|
2604
2608
|
>
|
|
2605
|
-
type $
|
|
2609
|
+
type $mol_dump_list__values__UAE6SSFN = $mol_type_enforce<
|
|
2606
2610
|
ReturnType< $mol_dump_value['row_values'] >
|
|
2607
2611
|
,
|
|
2608
2612
|
ReturnType< $mol_dump_list['values'] >
|
|
2609
2613
|
>
|
|
2610
|
-
type $
|
|
2614
|
+
type $mol_dump_list__prototypes__ZNL9QMQ7 = $mol_type_enforce<
|
|
2611
2615
|
ReturnType< $mol_dump_value['prototypes'] >
|
|
2612
2616
|
,
|
|
2613
2617
|
ReturnType< $mol_dump_list['prototypes'] >
|
|
2614
2618
|
>
|
|
2615
|
-
type $
|
|
2619
|
+
type $mol_dump_list__preview_show__267P5N7O = $mol_type_enforce<
|
|
2616
2620
|
ReturnType< $mol_dump_value['preview_show'] >
|
|
2617
2621
|
,
|
|
2618
2622
|
ReturnType< $mol_dump_list['preview_show'] >
|
|
2619
2623
|
>
|
|
2620
|
-
type $
|
|
2624
|
+
type $mol_expander__expanded__7B1B1DT5 = $mol_type_enforce<
|
|
2621
2625
|
ReturnType< $mol_dump_value['expanded'] >
|
|
2622
2626
|
,
|
|
2623
2627
|
ReturnType< $mol_expander['expanded'] >
|
|
2624
2628
|
>
|
|
2625
|
-
type $
|
|
2629
|
+
type $mol_expander__Trigger__C9Z64UAE = $mol_type_enforce<
|
|
2626
2630
|
ReturnType< $mol_dump_value['Expand_head'] >
|
|
2627
2631
|
,
|
|
2628
2632
|
ReturnType< $mol_expander['Trigger'] >
|
|
2629
2633
|
>
|
|
2630
|
-
type $
|
|
2634
|
+
type $mol_expander__content__GQ4N5VNR = $mol_type_enforce<
|
|
2631
2635
|
ReturnType< $mol_dump_value['expand_content'] >
|
|
2632
2636
|
,
|
|
2633
2637
|
ReturnType< $mol_expander['content'] >
|
|
@@ -2658,10 +2662,6 @@ declare namespace $ {
|
|
|
2658
2662
|
}
|
|
2659
2663
|
|
|
2660
2664
|
//# sourceMappingURL=value.view.tree.d.ts.map
|
|
2661
|
-
declare namespace $ {
|
|
2662
|
-
function $mol_try<Result>(handler: () => Result): Result | Error;
|
|
2663
|
-
}
|
|
2664
|
-
|
|
2665
2665
|
declare namespace $.$$ {
|
|
2666
2666
|
class $mol_dump_value extends $.$mol_dump_value {
|
|
2667
2667
|
sub(): $.$mol_text_code[] | $.$mol_expander[];
|