mol_dump_lib 0.0.252 → 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/web.d.ts
CHANGED
|
@@ -1154,6 +1154,9 @@ declare namespace $ {
|
|
|
1154
1154
|
} | undefined;
|
|
1155
1155
|
}
|
|
1156
1156
|
|
|
1157
|
+
declare namespace $ {
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1157
1160
|
declare namespace $ {
|
|
1158
1161
|
|
|
1159
1162
|
export class $mol_stack extends $mol_view {
|
|
@@ -1162,9 +1165,6 @@ declare namespace $ {
|
|
|
1162
1165
|
}
|
|
1163
1166
|
|
|
1164
1167
|
//# sourceMappingURL=stack.view.tree.d.ts.map
|
|
1165
|
-
declare namespace $ {
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
1168
|
declare namespace $ {
|
|
1169
1169
|
|
|
1170
1170
|
export class $mol_paragraph extends $mol_view {
|
|
@@ -1191,35 +1191,6 @@ declare namespace $.$$ {
|
|
|
1191
1191
|
declare namespace $ {
|
|
1192
1192
|
}
|
|
1193
1193
|
|
|
1194
|
-
declare namespace $ {
|
|
1195
|
-
type $mol_type_enforce<Actual extends Expected, Expected> = Actual;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
declare namespace $ {
|
|
1199
|
-
|
|
1200
|
-
type $mol_paragraph__sub__TBPV7PIW = $mol_type_enforce<
|
|
1201
|
-
readonly(any)[]
|
|
1202
|
-
,
|
|
1203
|
-
ReturnType< $mol_paragraph['sub'] >
|
|
1204
|
-
>
|
|
1205
|
-
type $mol_paragraph__sub__0E82CSEU = $mol_type_enforce<
|
|
1206
|
-
readonly(any)[]
|
|
1207
|
-
,
|
|
1208
|
-
ReturnType< $mol_paragraph['sub'] >
|
|
1209
|
-
>
|
|
1210
|
-
export class $mol_dimmer extends $mol_paragraph {
|
|
1211
|
-
haystack( ): string
|
|
1212
|
-
needle( ): string
|
|
1213
|
-
sub( ): ReturnType< $mol_dimmer['parts'] >
|
|
1214
|
-
Low( id: any): $mol_paragraph
|
|
1215
|
-
High( id: any): $mol_paragraph
|
|
1216
|
-
parts( ): readonly($mol_view_content)[]
|
|
1217
|
-
string( id: any): string
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
//# sourceMappingURL=dimmer.view.tree.d.ts.map
|
|
1223
1194
|
declare namespace $ {
|
|
1224
1195
|
type $mol_type_equals<A, B> = (<X>() => X extends A ? 1 : 2) extends (<X>() => X extends B ? 1 : 2) ? unknown : never;
|
|
1225
1196
|
}
|
|
@@ -1319,6 +1290,35 @@ declare namespace $ {
|
|
|
1319
1290
|
export {};
|
|
1320
1291
|
}
|
|
1321
1292
|
|
|
1293
|
+
declare namespace $ {
|
|
1294
|
+
type $mol_type_enforce<Actual extends Expected, Expected> = Actual;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
declare namespace $ {
|
|
1298
|
+
|
|
1299
|
+
type $mol_paragraph__sub__AJV4JXR5 = $mol_type_enforce<
|
|
1300
|
+
readonly(any)[]
|
|
1301
|
+
,
|
|
1302
|
+
ReturnType< $mol_paragraph['sub'] >
|
|
1303
|
+
>
|
|
1304
|
+
type $mol_paragraph__sub__6U7MY6MW = $mol_type_enforce<
|
|
1305
|
+
readonly(any)[]
|
|
1306
|
+
,
|
|
1307
|
+
ReturnType< $mol_paragraph['sub'] >
|
|
1308
|
+
>
|
|
1309
|
+
export class $mol_dimmer extends $mol_paragraph {
|
|
1310
|
+
haystack( ): string
|
|
1311
|
+
needle( ): string
|
|
1312
|
+
sub( ): ReturnType< $mol_dimmer['parts'] >
|
|
1313
|
+
Low( id: any): $mol_paragraph
|
|
1314
|
+
High( id: any): $mol_paragraph
|
|
1315
|
+
parts( ): readonly($mol_view_content)[]
|
|
1316
|
+
string( id: any): string
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
//# sourceMappingURL=dimmer.view.tree.d.ts.map
|
|
1322
1322
|
declare namespace $.$$ {
|
|
1323
1323
|
class $mol_dimmer extends $.$mol_dimmer {
|
|
1324
1324
|
parts(): any[];
|
|
@@ -1331,28 +1331,6 @@ declare namespace $.$$ {
|
|
|
1331
1331
|
declare namespace $ {
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
|
-
declare namespace $ {
|
|
1335
|
-
|
|
1336
|
-
export class $mol_text_code_token extends $mol_dimmer {
|
|
1337
|
-
attr( ): ({
|
|
1338
|
-
'mol_text_code_token_type': ReturnType< $mol_text_code_token['type'] >,
|
|
1339
|
-
}) & ReturnType< $mol_dimmer['attr'] >
|
|
1340
|
-
type( ): string
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
export class $mol_text_code_token_link extends $mol_text_code_token {
|
|
1344
|
-
dom_name( ): string
|
|
1345
|
-
type( ): string
|
|
1346
|
-
attr( ): ({
|
|
1347
|
-
'href': ReturnType< $mol_text_code_token_link['uri'] >,
|
|
1348
|
-
'target': string,
|
|
1349
|
-
}) & ReturnType< $mol_text_code_token['attr'] >
|
|
1350
|
-
uri( ): string
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
//# sourceMappingURL=token.view.tree.d.ts.map
|
|
1356
1334
|
declare namespace $ {
|
|
1357
1335
|
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';
|
|
1358
1336
|
}
|
|
@@ -1397,66 +1375,31 @@ declare namespace $ {
|
|
|
1397
1375
|
function $mol_style_define<Component extends $mol_view, Config extends $mol_style_guard<Component, Config>>(Component: new () => Component, config: Config): HTMLStyleElement | null;
|
|
1398
1376
|
}
|
|
1399
1377
|
|
|
1400
|
-
declare namespace $.$$ {
|
|
1401
|
-
}
|
|
1402
|
-
|
|
1403
1378
|
declare namespace $ {
|
|
1404
1379
|
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
ReturnType< $
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
ReturnType< $mol_text_code_token['
|
|
1419
|
-
|
|
1420
|
-
type $mol_text_code_token__needle__V7F9QF17 = $mol_type_enforce<
|
|
1421
|
-
ReturnType< $mol_text_code_row['highlight'] >
|
|
1422
|
-
,
|
|
1423
|
-
ReturnType< $mol_text_code_token['needle'] >
|
|
1424
|
-
>
|
|
1425
|
-
type $mol_text_code_token_link__haystack__XY17N4AL = $mol_type_enforce<
|
|
1426
|
-
ReturnType< $mol_text_code_row['token_text'] >
|
|
1427
|
-
,
|
|
1428
|
-
ReturnType< $mol_text_code_token_link['haystack'] >
|
|
1429
|
-
>
|
|
1430
|
-
type $mol_text_code_token_link__needle__VIOTD89Y = $mol_type_enforce<
|
|
1431
|
-
ReturnType< $mol_text_code_row['highlight'] >
|
|
1432
|
-
,
|
|
1433
|
-
ReturnType< $mol_text_code_token_link['needle'] >
|
|
1434
|
-
>
|
|
1435
|
-
type $mol_text_code_token_link__uri__0FP2CVZ8 = $mol_type_enforce<
|
|
1436
|
-
ReturnType< $mol_text_code_row['token_uri'] >
|
|
1437
|
-
,
|
|
1438
|
-
ReturnType< $mol_text_code_token_link['uri'] >
|
|
1439
|
-
>
|
|
1440
|
-
export class $mol_text_code_row extends $mol_paragraph {
|
|
1441
|
-
text( ): string
|
|
1442
|
-
minimal_height( ): number
|
|
1443
|
-
numb_showed( ): boolean
|
|
1444
|
-
syntax( ): any
|
|
1445
|
-
uri_resolve( id: any): string
|
|
1446
|
-
Numb( ): $mol_view
|
|
1447
|
-
Token( id: any): $mol_text_code_token
|
|
1448
|
-
Token_link( id: any): $mol_text_code_token_link
|
|
1449
|
-
find_pos( id: any): any
|
|
1450
|
-
numb( ): number
|
|
1451
|
-
token_type( id: any): string
|
|
1452
|
-
token_text( id: any): string
|
|
1453
|
-
highlight( ): string
|
|
1454
|
-
token_uri( id: any): string
|
|
1380
|
+
export class $mol_text_code_token extends $mol_dimmer {
|
|
1381
|
+
attr( ): ({
|
|
1382
|
+
'mol_text_code_token_type': ReturnType< $mol_text_code_token['type'] >,
|
|
1383
|
+
}) & ReturnType< $mol_dimmer['attr'] >
|
|
1384
|
+
type( ): string
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
export class $mol_text_code_token_link extends $mol_text_code_token {
|
|
1388
|
+
dom_name( ): string
|
|
1389
|
+
type( ): string
|
|
1390
|
+
attr( ): ({
|
|
1391
|
+
'href': ReturnType< $mol_text_code_token_link['uri'] >,
|
|
1392
|
+
'target': string,
|
|
1393
|
+
}) & ReturnType< $mol_text_code_token['attr'] >
|
|
1394
|
+
uri( ): string
|
|
1455
1395
|
}
|
|
1456
1396
|
|
|
1457
1397
|
}
|
|
1458
1398
|
|
|
1459
|
-
//# sourceMappingURL=
|
|
1399
|
+
//# sourceMappingURL=token.view.tree.d.ts.map
|
|
1400
|
+
declare namespace $.$$ {
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1460
1403
|
declare namespace $ {
|
|
1461
1404
|
class $mol_syntax2<Lexems extends {
|
|
1462
1405
|
[name: string]: RegExp;
|
|
@@ -1520,6 +1463,63 @@ declare namespace $ {
|
|
|
1520
1463
|
}>;
|
|
1521
1464
|
}
|
|
1522
1465
|
|
|
1466
|
+
declare namespace $ {
|
|
1467
|
+
|
|
1468
|
+
type $mol_view__sub__R4LZ7CV4 = $mol_type_enforce<
|
|
1469
|
+
readonly(any)[]
|
|
1470
|
+
,
|
|
1471
|
+
ReturnType< $mol_view['sub'] >
|
|
1472
|
+
>
|
|
1473
|
+
type $mol_text_code_token__type__L9ZQT255 = $mol_type_enforce<
|
|
1474
|
+
ReturnType< $mol_text_code_row['token_type'] >
|
|
1475
|
+
,
|
|
1476
|
+
ReturnType< $mol_text_code_token['type'] >
|
|
1477
|
+
>
|
|
1478
|
+
type $mol_text_code_token__haystack__21KX0WM9 = $mol_type_enforce<
|
|
1479
|
+
ReturnType< $mol_text_code_row['token_text'] >
|
|
1480
|
+
,
|
|
1481
|
+
ReturnType< $mol_text_code_token['haystack'] >
|
|
1482
|
+
>
|
|
1483
|
+
type $mol_text_code_token__needle__6SAMTQFQ = $mol_type_enforce<
|
|
1484
|
+
ReturnType< $mol_text_code_row['highlight'] >
|
|
1485
|
+
,
|
|
1486
|
+
ReturnType< $mol_text_code_token['needle'] >
|
|
1487
|
+
>
|
|
1488
|
+
type $mol_text_code_token_link__haystack__4SXXM8IC = $mol_type_enforce<
|
|
1489
|
+
ReturnType< $mol_text_code_row['token_text'] >
|
|
1490
|
+
,
|
|
1491
|
+
ReturnType< $mol_text_code_token_link['haystack'] >
|
|
1492
|
+
>
|
|
1493
|
+
type $mol_text_code_token_link__needle__1S2SACXH = $mol_type_enforce<
|
|
1494
|
+
ReturnType< $mol_text_code_row['highlight'] >
|
|
1495
|
+
,
|
|
1496
|
+
ReturnType< $mol_text_code_token_link['needle'] >
|
|
1497
|
+
>
|
|
1498
|
+
type $mol_text_code_token_link__uri__8U9FFB44 = $mol_type_enforce<
|
|
1499
|
+
ReturnType< $mol_text_code_row['token_uri'] >
|
|
1500
|
+
,
|
|
1501
|
+
ReturnType< $mol_text_code_token_link['uri'] >
|
|
1502
|
+
>
|
|
1503
|
+
export class $mol_text_code_row extends $mol_paragraph {
|
|
1504
|
+
text( ): string
|
|
1505
|
+
minimal_height( ): number
|
|
1506
|
+
numb_showed( ): boolean
|
|
1507
|
+
syntax( ): any
|
|
1508
|
+
uri_resolve( id: any): string
|
|
1509
|
+
Numb( ): $mol_view
|
|
1510
|
+
Token( id: any): $mol_text_code_token
|
|
1511
|
+
Token_link( id: any): $mol_text_code_token_link
|
|
1512
|
+
find_pos( id: any): any
|
|
1513
|
+
numb( ): number
|
|
1514
|
+
token_type( id: any): string
|
|
1515
|
+
token_text( id: any): string
|
|
1516
|
+
highlight( ): string
|
|
1517
|
+
token_uri( id: any): string
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
//# sourceMappingURL=row.view.tree.d.ts.map
|
|
1523
1523
|
declare namespace $.$$ {
|
|
1524
1524
|
class $mol_text_code_row extends $.$mol_text_code_row {
|
|
1525
1525
|
maximal_width(): number;
|
|
@@ -1568,38 +1568,6 @@ declare namespace $.$$ {
|
|
|
1568
1568
|
declare namespace $.$$ {
|
|
1569
1569
|
}
|
|
1570
1570
|
|
|
1571
|
-
declare namespace $ {
|
|
1572
|
-
|
|
1573
|
-
type $mol_view__style__8RI2D1OK = $mol_type_enforce<
|
|
1574
|
-
({
|
|
1575
|
-
'paddingTop': ReturnType< $mol_list['gap_before'] >,
|
|
1576
|
-
})
|
|
1577
|
-
,
|
|
1578
|
-
ReturnType< $mol_view['style'] >
|
|
1579
|
-
>
|
|
1580
|
-
type $mol_view__style__ZJ5JXCFK = $mol_type_enforce<
|
|
1581
|
-
({
|
|
1582
|
-
'paddingTop': ReturnType< $mol_list['gap_after'] >,
|
|
1583
|
-
})
|
|
1584
|
-
,
|
|
1585
|
-
ReturnType< $mol_view['style'] >
|
|
1586
|
-
>
|
|
1587
|
-
export class $mol_list extends $mol_view {
|
|
1588
|
-
render_visible_only( ): boolean
|
|
1589
|
-
render_over( ): number
|
|
1590
|
-
sub( ): ReturnType< $mol_list['rows'] >
|
|
1591
|
-
Empty( ): $mol_view
|
|
1592
|
-
Gap_before( ): $mol_view
|
|
1593
|
-
Gap_after( ): $mol_view
|
|
1594
|
-
view_window( ): readonly(any)[]
|
|
1595
|
-
rows( ): readonly($mol_view)[]
|
|
1596
|
-
gap_before( ): number
|
|
1597
|
-
gap_after( ): number
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
//# sourceMappingURL=list.view.tree.d.ts.map
|
|
1603
1571
|
declare namespace $ {
|
|
1604
1572
|
function $mol_support_css_overflow_anchor(this: $): boolean;
|
|
1605
1573
|
}
|
|
@@ -1631,6 +1599,38 @@ declare namespace $ {
|
|
|
1631
1599
|
let $mol_mem_cached: typeof $mol_wire_probe;
|
|
1632
1600
|
}
|
|
1633
1601
|
|
|
1602
|
+
declare namespace $ {
|
|
1603
|
+
|
|
1604
|
+
type $mol_view__style__TQFET1Y3 = $mol_type_enforce<
|
|
1605
|
+
({
|
|
1606
|
+
'paddingTop': ReturnType< $mol_list['gap_before'] >,
|
|
1607
|
+
})
|
|
1608
|
+
,
|
|
1609
|
+
ReturnType< $mol_view['style'] >
|
|
1610
|
+
>
|
|
1611
|
+
type $mol_view__style__UF1ZPX73 = $mol_type_enforce<
|
|
1612
|
+
({
|
|
1613
|
+
'paddingTop': ReturnType< $mol_list['gap_after'] >,
|
|
1614
|
+
})
|
|
1615
|
+
,
|
|
1616
|
+
ReturnType< $mol_view['style'] >
|
|
1617
|
+
>
|
|
1618
|
+
export class $mol_list extends $mol_view {
|
|
1619
|
+
render_visible_only( ): boolean
|
|
1620
|
+
render_over( ): number
|
|
1621
|
+
sub( ): ReturnType< $mol_list['rows'] >
|
|
1622
|
+
Empty( ): $mol_view
|
|
1623
|
+
Gap_before( ): $mol_view
|
|
1624
|
+
Gap_after( ): $mol_view
|
|
1625
|
+
view_window( ): readonly(any)[]
|
|
1626
|
+
rows( ): readonly($mol_view)[]
|
|
1627
|
+
gap_before( ): number
|
|
1628
|
+
gap_after( ): number
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1633
|
+
//# sourceMappingURL=list.view.tree.d.ts.map
|
|
1634
1634
|
declare namespace $.$$ {
|
|
1635
1635
|
class $mol_list extends $.$mol_list {
|
|
1636
1636
|
sub(): readonly $mol_view[];
|
|
@@ -1647,23 +1647,6 @@ declare namespace $.$$ {
|
|
|
1647
1647
|
declare namespace $ {
|
|
1648
1648
|
}
|
|
1649
1649
|
|
|
1650
|
-
declare namespace $ {
|
|
1651
|
-
|
|
1652
|
-
export class $mol_speck extends $mol_view {
|
|
1653
|
-
attr( ): ({
|
|
1654
|
-
'mol_theme': ReturnType< $mol_speck['theme'] >,
|
|
1655
|
-
}) & ReturnType< $mol_view['attr'] >
|
|
1656
|
-
style( ): ({
|
|
1657
|
-
'minHeight': string,
|
|
1658
|
-
}) & ReturnType< $mol_view['style'] >
|
|
1659
|
-
sub( ): readonly(any)[]
|
|
1660
|
-
theme( ): string
|
|
1661
|
-
value( ): any
|
|
1662
|
-
}
|
|
1663
|
-
|
|
1664
|
-
}
|
|
1665
|
-
|
|
1666
|
-
//# sourceMappingURL=speck.view.tree.d.ts.map
|
|
1667
1650
|
declare namespace $ {
|
|
1668
1651
|
let $mol_layer: $mol_style_prop_result;
|
|
1669
1652
|
}
|
|
@@ -1676,41 +1659,21 @@ declare namespace $ {
|
|
|
1676
1659
|
|
|
1677
1660
|
declare namespace $ {
|
|
1678
1661
|
|
|
1679
|
-
|
|
1680
|
-
ReturnType< $mol_button['error'] >
|
|
1681
|
-
,
|
|
1682
|
-
ReturnType< $mol_speck['value'] >
|
|
1683
|
-
>
|
|
1684
|
-
export class $mol_button extends $mol_view {
|
|
1685
|
-
enabled( ): boolean
|
|
1686
|
-
click( next?: any ): any
|
|
1687
|
-
event_click( next?: any ): any
|
|
1688
|
-
event( ): ({
|
|
1689
|
-
click( next?: ReturnType< $mol_button['event_activate'] > ): ReturnType< $mol_button['event_activate'] >,
|
|
1690
|
-
dblclick( next?: ReturnType< $mol_button['clicks'] > ): ReturnType< $mol_button['clicks'] >,
|
|
1691
|
-
keydown( next?: ReturnType< $mol_button['event_key_press'] > ): ReturnType< $mol_button['event_key_press'] >,
|
|
1692
|
-
}) & ReturnType< $mol_view['event'] >
|
|
1662
|
+
export class $mol_speck extends $mol_view {
|
|
1693
1663
|
attr( ): ({
|
|
1694
|
-
'
|
|
1695
|
-
'role': string,
|
|
1696
|
-
'tabindex': ReturnType< $mol_button['tab_index'] >,
|
|
1697
|
-
'title': ReturnType< $mol_button['hint_safe'] >,
|
|
1664
|
+
'mol_theme': ReturnType< $mol_speck['theme'] >,
|
|
1698
1665
|
}) & ReturnType< $mol_view['attr'] >
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
tab_index( ): number
|
|
1706
|
-
hint( ): string
|
|
1707
|
-
hint_safe( ): ReturnType< $mol_button['hint'] >
|
|
1708
|
-
error( ): string
|
|
1666
|
+
style( ): ({
|
|
1667
|
+
'minHeight': string,
|
|
1668
|
+
}) & ReturnType< $mol_view['style'] >
|
|
1669
|
+
sub( ): readonly(any)[]
|
|
1670
|
+
theme( ): string
|
|
1671
|
+
value( ): any
|
|
1709
1672
|
}
|
|
1710
1673
|
|
|
1711
1674
|
}
|
|
1712
1675
|
|
|
1713
|
-
//# sourceMappingURL=
|
|
1676
|
+
//# sourceMappingURL=speck.view.tree.d.ts.map
|
|
1714
1677
|
declare namespace $ {
|
|
1715
1678
|
enum $mol_keyboard_code {
|
|
1716
1679
|
backspace = 8,
|
|
@@ -1816,6 +1779,43 @@ declare namespace $ {
|
|
|
1816
1779
|
}
|
|
1817
1780
|
}
|
|
1818
1781
|
|
|
1782
|
+
declare namespace $ {
|
|
1783
|
+
|
|
1784
|
+
type $mol_speck__value__70OK8R4I = $mol_type_enforce<
|
|
1785
|
+
ReturnType< $mol_button['error'] >
|
|
1786
|
+
,
|
|
1787
|
+
ReturnType< $mol_speck['value'] >
|
|
1788
|
+
>
|
|
1789
|
+
export class $mol_button extends $mol_view {
|
|
1790
|
+
enabled( ): boolean
|
|
1791
|
+
click( next?: any ): any
|
|
1792
|
+
event_click( next?: any ): any
|
|
1793
|
+
event( ): ({
|
|
1794
|
+
click( next?: ReturnType< $mol_button['event_activate'] > ): ReturnType< $mol_button['event_activate'] >,
|
|
1795
|
+
dblclick( next?: ReturnType< $mol_button['clicks'] > ): ReturnType< $mol_button['clicks'] >,
|
|
1796
|
+
keydown( next?: ReturnType< $mol_button['event_key_press'] > ): ReturnType< $mol_button['event_key_press'] >,
|
|
1797
|
+
}) & ReturnType< $mol_view['event'] >
|
|
1798
|
+
attr( ): ({
|
|
1799
|
+
'disabled': ReturnType< $mol_button['disabled'] >,
|
|
1800
|
+
'role': string,
|
|
1801
|
+
'tabindex': ReturnType< $mol_button['tab_index'] >,
|
|
1802
|
+
'title': ReturnType< $mol_button['hint_safe'] >,
|
|
1803
|
+
}) & ReturnType< $mol_view['attr'] >
|
|
1804
|
+
sub( ): readonly($mol_view_content)[]
|
|
1805
|
+
Speck( ): $mol_speck
|
|
1806
|
+
event_activate( next?: any ): any
|
|
1807
|
+
clicks( next?: any ): any
|
|
1808
|
+
event_key_press( next?: any ): any
|
|
1809
|
+
disabled( ): boolean
|
|
1810
|
+
tab_index( ): number
|
|
1811
|
+
hint( ): string
|
|
1812
|
+
hint_safe( ): ReturnType< $mol_button['hint'] >
|
|
1813
|
+
error( ): string
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
//# sourceMappingURL=button.view.tree.d.ts.map
|
|
1819
1819
|
declare namespace $.$$ {
|
|
1820
1820
|
class $mol_button extends $.$mol_button {
|
|
1821
1821
|
status(next?: any[]): any[];
|
|
@@ -1832,6 +1832,9 @@ declare namespace $.$$ {
|
|
|
1832
1832
|
declare namespace $ {
|
|
1833
1833
|
}
|
|
1834
1834
|
|
|
1835
|
+
declare namespace $ {
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1835
1838
|
declare namespace $ {
|
|
1836
1839
|
|
|
1837
1840
|
export class $mol_button_typed extends $mol_button {
|
|
@@ -1853,9 +1856,6 @@ declare namespace $ {
|
|
|
1853
1856
|
}
|
|
1854
1857
|
|
|
1855
1858
|
//# sourceMappingURL=minor.view.tree.d.ts.map
|
|
1856
|
-
declare namespace $ {
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
1859
|
declare var $node: any;
|
|
1860
1860
|
|
|
1861
1861
|
declare namespace $ {
|
|
@@ -1866,19 +1866,6 @@ declare namespace $ {
|
|
|
1866
1866
|
};
|
|
1867
1867
|
}
|
|
1868
1868
|
|
|
1869
|
-
declare namespace $ {
|
|
1870
|
-
|
|
1871
|
-
export class $mol_svg extends $mol_view {
|
|
1872
|
-
dom_name( ): string
|
|
1873
|
-
dom_name_space( ): string
|
|
1874
|
-
font_size( ): number
|
|
1875
|
-
font_family( ): string
|
|
1876
|
-
style_size( ): Record<string, any>
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
//# sourceMappingURL=svg.view.tree.d.ts.map
|
|
1882
1869
|
declare namespace $ {
|
|
1883
1870
|
class $mol_after_timeout extends $mol_object2 {
|
|
1884
1871
|
delay: number;
|
|
@@ -1896,6 +1883,19 @@ declare namespace $ {
|
|
|
1896
1883
|
}
|
|
1897
1884
|
}
|
|
1898
1885
|
|
|
1886
|
+
declare namespace $ {
|
|
1887
|
+
|
|
1888
|
+
export class $mol_svg extends $mol_view {
|
|
1889
|
+
dom_name( ): string
|
|
1890
|
+
dom_name_space( ): string
|
|
1891
|
+
font_size( ): number
|
|
1892
|
+
font_family( ): string
|
|
1893
|
+
style_size( ): Record<string, any>
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
//# sourceMappingURL=svg.view.tree.d.ts.map
|
|
1899
1899
|
declare namespace $.$$ {
|
|
1900
1900
|
class $mol_svg extends $.$mol_svg {
|
|
1901
1901
|
computed_style(): Record<string, any>;
|
|
@@ -1904,6 +1904,9 @@ declare namespace $.$$ {
|
|
|
1904
1904
|
}
|
|
1905
1905
|
}
|
|
1906
1906
|
|
|
1907
|
+
declare namespace $ {
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1907
1910
|
declare namespace $ {
|
|
1908
1911
|
|
|
1909
1912
|
export class $mol_svg_root extends $mol_svg {
|
|
@@ -1919,9 +1922,6 @@ declare namespace $ {
|
|
|
1919
1922
|
}
|
|
1920
1923
|
|
|
1921
1924
|
//# sourceMappingURL=root.view.tree.d.ts.map
|
|
1922
|
-
declare namespace $ {
|
|
1923
|
-
}
|
|
1924
|
-
|
|
1925
1925
|
declare namespace $ {
|
|
1926
1926
|
|
|
1927
1927
|
export class $mol_svg_path extends $mol_svg {
|
|
@@ -1935,9 +1935,12 @@ declare namespace $ {
|
|
|
1935
1935
|
}
|
|
1936
1936
|
|
|
1937
1937
|
//# sourceMappingURL=path.view.tree.d.ts.map
|
|
1938
|
+
declare namespace $ {
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1938
1941
|
declare namespace $ {
|
|
1939
1942
|
|
|
1940
|
-
type $
|
|
1943
|
+
type $mol_svg_path__geometry__OHFUP4JJ = $mol_type_enforce<
|
|
1941
1944
|
ReturnType< $mol_icon['path'] >
|
|
1942
1945
|
,
|
|
1943
1946
|
ReturnType< $mol_svg_path['geometry'] >
|
|
@@ -1954,9 +1957,6 @@ declare namespace $ {
|
|
|
1954
1957
|
}
|
|
1955
1958
|
|
|
1956
1959
|
//# sourceMappingURL=icon.view.tree.d.ts.map
|
|
1957
|
-
declare namespace $ {
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
1960
|
declare namespace $ {
|
|
1961
1961
|
|
|
1962
1962
|
export class $mol_icon_clipboard extends $mol_icon {
|
|
@@ -1975,16 +1975,30 @@ declare namespace $ {
|
|
|
1975
1975
|
}
|
|
1976
1976
|
|
|
1977
1977
|
//# sourceMappingURL=outline.view.tree.d.ts.map
|
|
1978
|
+
declare namespace $ {
|
|
1979
|
+
function $mol_html_encode(text: string): string;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
declare namespace $ {
|
|
1983
|
+
export function $mol_wire_sync<Host extends object>(obj: Host): ObjectOrFunctionResultAwaited<Host>;
|
|
1984
|
+
type FunctionResultAwaited<Some> = Some extends (...args: infer Args) => infer Res ? (...args: Args) => Awaited<Res> : Some;
|
|
1985
|
+
type MethodsResultAwaited<Host extends Object> = {
|
|
1986
|
+
[K in keyof Host]: FunctionResultAwaited<Host[K]>;
|
|
1987
|
+
};
|
|
1988
|
+
type ObjectOrFunctionResultAwaited<Some> = (Some extends (...args: any) => unknown ? FunctionResultAwaited<Some> : {}) & (Some extends Object ? MethodsResultAwaited<Some> : Some);
|
|
1989
|
+
export {};
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1978
1992
|
declare namespace $ {
|
|
1979
1993
|
|
|
1980
|
-
type $
|
|
1994
|
+
type $mol_blob__IUHM2S8O = $mol_type_enforce<
|
|
1981
1995
|
[ readonly(BlobPart)[], ({
|
|
1982
1996
|
'type': string,
|
|
1983
1997
|
}) ]
|
|
1984
1998
|
,
|
|
1985
1999
|
ConstructorParameters< typeof $mol_blob >
|
|
1986
2000
|
>
|
|
1987
|
-
type $
|
|
2001
|
+
type $mol_blob__RM79DFQX = $mol_type_enforce<
|
|
1988
2002
|
[ readonly(BlobPart)[], ({
|
|
1989
2003
|
'type': string,
|
|
1990
2004
|
}) ]
|
|
@@ -2006,20 +2020,6 @@ declare namespace $ {
|
|
|
2006
2020
|
}
|
|
2007
2021
|
|
|
2008
2022
|
//# sourceMappingURL=copy.view.tree.d.ts.map
|
|
2009
|
-
declare namespace $ {
|
|
2010
|
-
function $mol_html_encode(text: string): string;
|
|
2011
|
-
}
|
|
2012
|
-
|
|
2013
|
-
declare namespace $ {
|
|
2014
|
-
export function $mol_wire_sync<Host extends object>(obj: Host): ObjectOrFunctionResultAwaited<Host>;
|
|
2015
|
-
type FunctionResultAwaited<Some> = Some extends (...args: infer Args) => infer Res ? (...args: Args) => Awaited<Res> : Some;
|
|
2016
|
-
type MethodsResultAwaited<Host extends Object> = {
|
|
2017
|
-
[K in keyof Host]: FunctionResultAwaited<Host[K]>;
|
|
2018
|
-
};
|
|
2019
|
-
type ObjectOrFunctionResultAwaited<Some> = (Some extends (...args: any) => unknown ? FunctionResultAwaited<Some> : {}) & (Some extends Object ? MethodsResultAwaited<Some> : Some);
|
|
2020
|
-
export {};
|
|
2021
|
-
}
|
|
2022
|
-
|
|
2023
2023
|
declare namespace $.$$ {
|
|
2024
2024
|
class $mol_button_copy extends $.$mol_button_copy {
|
|
2025
2025
|
data(): {
|
|
@@ -2185,52 +2185,52 @@ declare namespace $ {
|
|
|
2185
2185
|
|
|
2186
2186
|
declare namespace $ {
|
|
2187
2187
|
|
|
2188
|
-
type $
|
|
2188
|
+
type $mol_text_code_row__numb_showed__DUYZTB54 = $mol_type_enforce<
|
|
2189
2189
|
ReturnType< $mol_text_code['sidebar_showed'] >
|
|
2190
2190
|
,
|
|
2191
2191
|
ReturnType< $mol_text_code_row['numb_showed'] >
|
|
2192
2192
|
>
|
|
2193
|
-
type $
|
|
2193
|
+
type $mol_text_code_row__numb__NWSADTG5 = $mol_type_enforce<
|
|
2194
2194
|
ReturnType< $mol_text_code['row_numb'] >
|
|
2195
2195
|
,
|
|
2196
2196
|
ReturnType< $mol_text_code_row['numb'] >
|
|
2197
2197
|
>
|
|
2198
|
-
type $
|
|
2198
|
+
type $mol_text_code_row__text__SOQGKWQ8 = $mol_type_enforce<
|
|
2199
2199
|
ReturnType< $mol_text_code['row_text'] >
|
|
2200
2200
|
,
|
|
2201
2201
|
ReturnType< $mol_text_code_row['text'] >
|
|
2202
2202
|
>
|
|
2203
|
-
type $
|
|
2203
|
+
type $mol_text_code_row__syntax__03XJMFMK = $mol_type_enforce<
|
|
2204
2204
|
ReturnType< $mol_text_code['syntax'] >
|
|
2205
2205
|
,
|
|
2206
2206
|
ReturnType< $mol_text_code_row['syntax'] >
|
|
2207
2207
|
>
|
|
2208
|
-
type $
|
|
2208
|
+
type $mol_text_code_row__uri_resolve__7KAIEZ9O = $mol_type_enforce<
|
|
2209
2209
|
ReturnType< $mol_text_code['uri_resolve'] >
|
|
2210
2210
|
,
|
|
2211
2211
|
ReturnType< $mol_text_code_row['uri_resolve'] >
|
|
2212
2212
|
>
|
|
2213
|
-
type $
|
|
2213
|
+
type $mol_text_code_row__highlight__3TWOMBH0 = $mol_type_enforce<
|
|
2214
2214
|
ReturnType< $mol_text_code['highlight'] >
|
|
2215
2215
|
,
|
|
2216
2216
|
ReturnType< $mol_text_code_row['highlight'] >
|
|
2217
2217
|
>
|
|
2218
|
-
type $
|
|
2218
|
+
type $mol_list__render_visible_only__4YBG9HE5 = $mol_type_enforce<
|
|
2219
2219
|
ReturnType< $mol_text_code['render_visible_only'] >
|
|
2220
2220
|
,
|
|
2221
2221
|
ReturnType< $mol_list['render_visible_only'] >
|
|
2222
2222
|
>
|
|
2223
|
-
type $
|
|
2223
|
+
type $mol_list__rows__WFT0ZMJ8 = $mol_type_enforce<
|
|
2224
2224
|
ReturnType< $mol_text_code['rows'] >
|
|
2225
2225
|
,
|
|
2226
2226
|
ReturnType< $mol_list['rows'] >
|
|
2227
2227
|
>
|
|
2228
|
-
type $
|
|
2228
|
+
type $mol_button_copy__hint__FM3IRMUF = $mol_type_enforce<
|
|
2229
2229
|
string
|
|
2230
2230
|
,
|
|
2231
2231
|
ReturnType< $mol_button_copy['hint'] >
|
|
2232
2232
|
>
|
|
2233
|
-
type $
|
|
2233
|
+
type $mol_button_copy__text__ZJ6CP76Z = $mol_type_enforce<
|
|
2234
2234
|
ReturnType< $mol_text_code['text_export'] >
|
|
2235
2235
|
,
|
|
2236
2236
|
ReturnType< $mol_button_copy['text'] >
|
|
@@ -2297,9 +2297,12 @@ declare namespace $.$$ {
|
|
|
2297
2297
|
declare namespace $.$$ {
|
|
2298
2298
|
}
|
|
2299
2299
|
|
|
2300
|
+
declare namespace $ {
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2300
2303
|
declare namespace $ {
|
|
2301
2304
|
|
|
2302
|
-
type $
|
|
2305
|
+
type $mol_view__sub__5C1E1XLL = $mol_type_enforce<
|
|
2303
2306
|
readonly(any)[]
|
|
2304
2307
|
,
|
|
2305
2308
|
ReturnType< $mol_view['sub'] >
|
|
@@ -2323,9 +2326,6 @@ declare namespace $ {
|
|
|
2323
2326
|
}
|
|
2324
2327
|
|
|
2325
2328
|
//# sourceMappingURL=check.view.tree.d.ts.map
|
|
2326
|
-
declare namespace $ {
|
|
2327
|
-
}
|
|
2328
|
-
|
|
2329
2329
|
declare namespace $.$$ {
|
|
2330
2330
|
class $mol_check extends $.$mol_check {
|
|
2331
2331
|
click(next?: Event): void;
|
|
@@ -2374,27 +2374,73 @@ declare namespace $ {
|
|
|
2374
2374
|
|
|
2375
2375
|
declare namespace $ {
|
|
2376
2376
|
|
|
2377
|
-
type $
|
|
2377
|
+
type $mol_dump_value__value__J3F7MUH8 = $mol_type_enforce<
|
|
2378
|
+
ReturnType< $mol_dump_list['dump_value'] >
|
|
2379
|
+
,
|
|
2380
|
+
ReturnType< $mol_dump_value['value'] >
|
|
2381
|
+
>
|
|
2382
|
+
type $mol_dump_value__expanded__EJNDZK3W = $mol_type_enforce<
|
|
2383
|
+
ReturnType< $mol_dump_list['dump_expanded'] >
|
|
2384
|
+
,
|
|
2385
|
+
ReturnType< $mol_dump_value['expanded'] >
|
|
2386
|
+
>
|
|
2387
|
+
type $mol_dump_value__prototypes__6LQ31SQM = $mol_type_enforce<
|
|
2388
|
+
ReturnType< $mol_dump_list['prototypes'] >
|
|
2389
|
+
,
|
|
2390
|
+
ReturnType< $mol_dump_value['prototypes'] >
|
|
2391
|
+
>
|
|
2392
|
+
type $mol_dump_value__preview_show__AV5ZKZ95 = $mol_type_enforce<
|
|
2393
|
+
ReturnType< $mol_dump_list['preview_show'] >
|
|
2394
|
+
,
|
|
2395
|
+
ReturnType< $mol_dump_value['preview_show'] >
|
|
2396
|
+
>
|
|
2397
|
+
export class $mol_dump_list extends $mol_view {
|
|
2398
|
+
values( ): readonly(any)[]
|
|
2399
|
+
sub( ): readonly(any)[]
|
|
2400
|
+
dump_value( id: any): any
|
|
2401
|
+
dump_expanded( id: any, next?: boolean ): boolean
|
|
2402
|
+
prototypes( ): boolean
|
|
2403
|
+
preview_show( ): boolean
|
|
2404
|
+
Dump( id: any): $mol_dump_value
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
//# sourceMappingURL=list.view.tree.d.ts.map
|
|
2410
|
+
declare namespace $.$$ {
|
|
2411
|
+
class $mol_dump_list extends $.$mol_dump_list {
|
|
2412
|
+
sub(): $.$mol_dump_value[];
|
|
2413
|
+
dump_value(index: number): any;
|
|
2414
|
+
expand_all(event?: Event): void;
|
|
2415
|
+
}
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
declare namespace $ {
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2421
|
+
declare namespace $ {
|
|
2422
|
+
|
|
2423
|
+
type $mol_check_expand__checked__QGRUO5JC = $mol_type_enforce<
|
|
2378
2424
|
ReturnType< $mol_expander['expanded'] >
|
|
2379
2425
|
,
|
|
2380
2426
|
ReturnType< $mol_check_expand['checked'] >
|
|
2381
2427
|
>
|
|
2382
|
-
type $
|
|
2428
|
+
type $mol_check_expand__expandable__JXD6W4HO = $mol_type_enforce<
|
|
2383
2429
|
ReturnType< $mol_expander['expandable'] >
|
|
2384
2430
|
,
|
|
2385
2431
|
ReturnType< $mol_check_expand['expandable'] >
|
|
2386
2432
|
>
|
|
2387
|
-
type $
|
|
2433
|
+
type $mol_check_expand__label__620AHM88 = $mol_type_enforce<
|
|
2388
2434
|
ReturnType< $mol_expander['label'] >
|
|
2389
2435
|
,
|
|
2390
2436
|
ReturnType< $mol_check_expand['label'] >
|
|
2391
2437
|
>
|
|
2392
|
-
type $
|
|
2438
|
+
type $mol_view__sub__UT3QWNOL = $mol_type_enforce<
|
|
2393
2439
|
readonly(any)[]
|
|
2394
2440
|
,
|
|
2395
2441
|
ReturnType< $mol_view['sub'] >
|
|
2396
2442
|
>
|
|
2397
|
-
type $
|
|
2443
|
+
type $mol_list__rows__PX1YJ13C = $mol_type_enforce<
|
|
2398
2444
|
ReturnType< $mol_expander['content'] >
|
|
2399
2445
|
,
|
|
2400
2446
|
ReturnType< $mol_list['rows'] >
|
|
@@ -2425,134 +2471,92 @@ declare namespace $ {
|
|
|
2425
2471
|
}
|
|
2426
2472
|
|
|
2427
2473
|
declare namespace $ {
|
|
2428
|
-
|
|
2429
|
-
type $mol_dump_value__value__UM80B0RL = $mol_type_enforce<
|
|
2430
|
-
ReturnType< $mol_dump_list['dump_value'] >
|
|
2431
|
-
,
|
|
2432
|
-
ReturnType< $mol_dump_value['value'] >
|
|
2433
|
-
>
|
|
2434
|
-
type $mol_dump_value__expanded__9YUJ6WQ2 = $mol_type_enforce<
|
|
2435
|
-
ReturnType< $mol_dump_list['dump_expanded'] >
|
|
2436
|
-
,
|
|
2437
|
-
ReturnType< $mol_dump_value['expanded'] >
|
|
2438
|
-
>
|
|
2439
|
-
type $mol_dump_value__prototypes__XK7KKBE3 = $mol_type_enforce<
|
|
2440
|
-
ReturnType< $mol_dump_list['prototypes'] >
|
|
2441
|
-
,
|
|
2442
|
-
ReturnType< $mol_dump_value['prototypes'] >
|
|
2443
|
-
>
|
|
2444
|
-
type $mol_dump_value__preview_show__67VNR5PW = $mol_type_enforce<
|
|
2445
|
-
ReturnType< $mol_dump_list['preview_show'] >
|
|
2446
|
-
,
|
|
2447
|
-
ReturnType< $mol_dump_value['preview_show'] >
|
|
2448
|
-
>
|
|
2449
|
-
export class $mol_dump_list extends $mol_view {
|
|
2450
|
-
values( ): readonly(any)[]
|
|
2451
|
-
sub( ): readonly(any)[]
|
|
2452
|
-
dump_value( id: any): any
|
|
2453
|
-
dump_expanded( id: any, next?: boolean ): boolean
|
|
2454
|
-
prototypes( ): boolean
|
|
2455
|
-
preview_show( ): boolean
|
|
2456
|
-
Dump( id: any): $mol_dump_value
|
|
2457
|
-
}
|
|
2458
|
-
|
|
2459
|
-
}
|
|
2460
|
-
|
|
2461
|
-
//# sourceMappingURL=list.view.tree.d.ts.map
|
|
2462
|
-
declare namespace $.$$ {
|
|
2463
|
-
class $mol_dump_list extends $.$mol_dump_list {
|
|
2464
|
-
sub(): $.$mol_dump_value[];
|
|
2465
|
-
dump_value(index: number): any;
|
|
2466
|
-
expand_all(event?: Event): void;
|
|
2467
|
-
}
|
|
2468
|
-
}
|
|
2469
|
-
|
|
2470
|
-
declare namespace $ {
|
|
2474
|
+
function $mol_try<Result>(handler2: () => Result): Result | Error;
|
|
2471
2475
|
}
|
|
2472
2476
|
|
|
2473
2477
|
declare namespace $ {
|
|
2474
2478
|
|
|
2475
|
-
type $
|
|
2479
|
+
type $mol_text_code__text__QE8KQ8TJ = $mol_type_enforce<
|
|
2476
2480
|
ReturnType< $mol_dump_value['simple'] >
|
|
2477
2481
|
,
|
|
2478
2482
|
ReturnType< $mol_text_code['text'] >
|
|
2479
2483
|
>
|
|
2480
|
-
type $
|
|
2484
|
+
type $mol_text_code__text__47VW8TV5 = $mol_type_enforce<
|
|
2481
2485
|
ReturnType< $mol_dump_value['expand_title'] >
|
|
2482
2486
|
,
|
|
2483
2487
|
ReturnType< $mol_text_code['text'] >
|
|
2484
2488
|
>
|
|
2485
|
-
type $
|
|
2489
|
+
type $mol_check_expand__minimal_height__EWEDMO9N = $mol_type_enforce<
|
|
2486
2490
|
number
|
|
2487
2491
|
,
|
|
2488
2492
|
ReturnType< $mol_check_expand['minimal_height'] >
|
|
2489
2493
|
>
|
|
2490
|
-
type $
|
|
2494
|
+
type $mol_check_expand__minimal_width__WWS7YEM0 = $mol_type_enforce<
|
|
2491
2495
|
number
|
|
2492
2496
|
,
|
|
2493
2497
|
ReturnType< $mol_check_expand['minimal_width'] >
|
|
2494
2498
|
>
|
|
2495
|
-
type $
|
|
2499
|
+
type $mol_check_expand__expanded__W0GV9RM9 = $mol_type_enforce<
|
|
2496
2500
|
ReturnType< $mol_dump_value['expanded'] >
|
|
2497
2501
|
,
|
|
2498
2502
|
ReturnType< $mol_check_expand['expanded'] >
|
|
2499
2503
|
>
|
|
2500
|
-
type $
|
|
2504
|
+
type $mol_check_expand__expandable__TLBCKMXK = $mol_type_enforce<
|
|
2501
2505
|
ReturnType< $mol_dump_value['expandable'] >
|
|
2502
2506
|
,
|
|
2503
2507
|
ReturnType< $mol_check_expand['expandable'] >
|
|
2504
2508
|
>
|
|
2505
|
-
type $
|
|
2509
|
+
type $mol_check_expand__clicks__QNYUISNL = $mol_type_enforce<
|
|
2506
2510
|
ReturnType< $mol_dump_value['expand_all'] >
|
|
2507
2511
|
,
|
|
2508
2512
|
ReturnType< $mol_check_expand['clicks'] >
|
|
2509
2513
|
>
|
|
2510
|
-
type $
|
|
2514
|
+
type $mol_check_expand__label__TPMEN7S4 = $mol_type_enforce<
|
|
2511
2515
|
readonly(any)[]
|
|
2512
2516
|
,
|
|
2513
2517
|
ReturnType< $mol_check_expand['label'] >
|
|
2514
2518
|
>
|
|
2515
|
-
type $
|
|
2519
|
+
type $mol_view__dom_node__JEN7EO1I = $mol_type_enforce<
|
|
2516
2520
|
ReturnType< $mol_dump_value['preview_dom'] >
|
|
2517
2521
|
,
|
|
2518
2522
|
ReturnType< $mol_view['dom_node'] >
|
|
2519
2523
|
>
|
|
2520
|
-
type $
|
|
2524
|
+
type $mol_view__render__6627VSS7 = $mol_type_enforce<
|
|
2521
2525
|
ReturnType< $mol_dump_value['preview'] >
|
|
2522
2526
|
,
|
|
2523
2527
|
ReturnType< $mol_view['render'] >
|
|
2524
2528
|
>
|
|
2525
|
-
type $
|
|
2529
|
+
type $mol_view__sub__B1ELAAGD = $mol_type_enforce<
|
|
2526
2530
|
readonly(any)[]
|
|
2527
2531
|
,
|
|
2528
2532
|
ReturnType< $mol_view['sub'] >
|
|
2529
2533
|
>
|
|
2530
|
-
type $
|
|
2534
|
+
type $mol_dump_list__values__UAE6SSFN = $mol_type_enforce<
|
|
2531
2535
|
ReturnType< $mol_dump_value['row_values'] >
|
|
2532
2536
|
,
|
|
2533
2537
|
ReturnType< $mol_dump_list['values'] >
|
|
2534
2538
|
>
|
|
2535
|
-
type $
|
|
2539
|
+
type $mol_dump_list__prototypes__ZNL9QMQ7 = $mol_type_enforce<
|
|
2536
2540
|
ReturnType< $mol_dump_value['prototypes'] >
|
|
2537
2541
|
,
|
|
2538
2542
|
ReturnType< $mol_dump_list['prototypes'] >
|
|
2539
2543
|
>
|
|
2540
|
-
type $
|
|
2544
|
+
type $mol_dump_list__preview_show__267P5N7O = $mol_type_enforce<
|
|
2541
2545
|
ReturnType< $mol_dump_value['preview_show'] >
|
|
2542
2546
|
,
|
|
2543
2547
|
ReturnType< $mol_dump_list['preview_show'] >
|
|
2544
2548
|
>
|
|
2545
|
-
type $
|
|
2549
|
+
type $mol_expander__expanded__7B1B1DT5 = $mol_type_enforce<
|
|
2546
2550
|
ReturnType< $mol_dump_value['expanded'] >
|
|
2547
2551
|
,
|
|
2548
2552
|
ReturnType< $mol_expander['expanded'] >
|
|
2549
2553
|
>
|
|
2550
|
-
type $
|
|
2554
|
+
type $mol_expander__Trigger__C9Z64UAE = $mol_type_enforce<
|
|
2551
2555
|
ReturnType< $mol_dump_value['Expand_head'] >
|
|
2552
2556
|
,
|
|
2553
2557
|
ReturnType< $mol_expander['Trigger'] >
|
|
2554
2558
|
>
|
|
2555
|
-
type $
|
|
2559
|
+
type $mol_expander__content__GQ4N5VNR = $mol_type_enforce<
|
|
2556
2560
|
ReturnType< $mol_dump_value['expand_content'] >
|
|
2557
2561
|
,
|
|
2558
2562
|
ReturnType< $mol_expander['content'] >
|
|
@@ -2583,10 +2587,6 @@ declare namespace $ {
|
|
|
2583
2587
|
}
|
|
2584
2588
|
|
|
2585
2589
|
//# sourceMappingURL=value.view.tree.d.ts.map
|
|
2586
|
-
declare namespace $ {
|
|
2587
|
-
function $mol_try<Result>(handler2: () => Result): Result | Error;
|
|
2588
|
-
}
|
|
2589
|
-
|
|
2590
2590
|
declare namespace $.$$ {
|
|
2591
2591
|
class $mol_dump_value extends $.$mol_dump_value {
|
|
2592
2592
|
sub(): $.$mol_text_code[] | $.$mol_expander[];
|