mol_dump_lib 0.0.337 → 0.0.338
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 +52 -52
- package/node.deps.json +1 -1
- package/node.js +2 -2
- package/node.js.map +1 -1
- package/node.mjs +2 -2
- package/node.test.js +2 -2
- package/node.test.js.map +1 -1
- package/node.view.tree +2 -2
- package/package.json +1 -1
- package/web.d.ts +52 -52
- package/web.deps.json +1 -1
- package/web.js +2 -2
- package/web.js.map +1 -1
- package/web.mjs +2 -2
- package/web.view.tree +2 -2
package/node.view.tree
CHANGED
|
@@ -126,9 +126,9 @@ $mol_icon $mol_svg_root
|
|
|
126
126
|
<= Path $mol_svg_path
|
|
127
127
|
geometry <= path \
|
|
128
128
|
|
|
129
|
-
$mol_icon_clipboard $mol_icon path \M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,
|
|
129
|
+
$mol_icon_clipboard $mol_icon path \M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3
|
|
130
130
|
|
|
131
|
-
$mol_icon_clipboard_outline $mol_icon path \M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,
|
|
131
|
+
$mol_icon_clipboard_outline $mol_icon path \M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M7,7H17V5H19V19H5V5H7V7Z
|
|
132
132
|
|
|
133
133
|
$mol_button_copy $mol_button_minor
|
|
134
134
|
blobs /$mol_blob
|
package/package.json
CHANGED
package/web.d.ts
CHANGED
|
@@ -1306,12 +1306,12 @@ declare namespace $ {
|
|
|
1306
1306
|
|
|
1307
1307
|
declare namespace $ {
|
|
1308
1308
|
|
|
1309
|
-
type $
|
|
1309
|
+
type $mol_paragraph__sub__YH87KKBL = $mol_type_enforce<
|
|
1310
1310
|
readonly(any)[]
|
|
1311
1311
|
,
|
|
1312
1312
|
ReturnType< $mol_paragraph['sub'] >
|
|
1313
1313
|
>
|
|
1314
|
-
type $
|
|
1314
|
+
type $mol_paragraph__sub__SECK0P5H = $mol_type_enforce<
|
|
1315
1315
|
readonly(any)[]
|
|
1316
1316
|
,
|
|
1317
1317
|
ReturnType< $mol_paragraph['sub'] >
|
|
@@ -1475,37 +1475,37 @@ declare namespace $ {
|
|
|
1475
1475
|
|
|
1476
1476
|
declare namespace $ {
|
|
1477
1477
|
|
|
1478
|
-
type $
|
|
1478
|
+
type $mol_view__sub__TXAWVFO6 = $mol_type_enforce<
|
|
1479
1479
|
readonly(any)[]
|
|
1480
1480
|
,
|
|
1481
1481
|
ReturnType< $mol_view['sub'] >
|
|
1482
1482
|
>
|
|
1483
|
-
type $
|
|
1483
|
+
type $mol_text_code_token__type__T2V0UAIH = $mol_type_enforce<
|
|
1484
1484
|
ReturnType< $mol_text_code_row['token_type'] >
|
|
1485
1485
|
,
|
|
1486
1486
|
ReturnType< $mol_text_code_token['type'] >
|
|
1487
1487
|
>
|
|
1488
|
-
type $
|
|
1488
|
+
type $mol_text_code_token__haystack__BO38WXLQ = $mol_type_enforce<
|
|
1489
1489
|
ReturnType< $mol_text_code_row['token_text'] >
|
|
1490
1490
|
,
|
|
1491
1491
|
ReturnType< $mol_text_code_token['haystack'] >
|
|
1492
1492
|
>
|
|
1493
|
-
type $
|
|
1493
|
+
type $mol_text_code_token__needle__NU5T8O7V = $mol_type_enforce<
|
|
1494
1494
|
ReturnType< $mol_text_code_row['highlight'] >
|
|
1495
1495
|
,
|
|
1496
1496
|
ReturnType< $mol_text_code_token['needle'] >
|
|
1497
1497
|
>
|
|
1498
|
-
type $
|
|
1498
|
+
type $mol_text_code_token_link__haystack__09QWUDWF = $mol_type_enforce<
|
|
1499
1499
|
ReturnType< $mol_text_code_row['token_text'] >
|
|
1500
1500
|
,
|
|
1501
1501
|
ReturnType< $mol_text_code_token_link['haystack'] >
|
|
1502
1502
|
>
|
|
1503
|
-
type $
|
|
1503
|
+
type $mol_text_code_token_link__needle__ZS5NLPLM = $mol_type_enforce<
|
|
1504
1504
|
ReturnType< $mol_text_code_row['highlight'] >
|
|
1505
1505
|
,
|
|
1506
1506
|
ReturnType< $mol_text_code_token_link['needle'] >
|
|
1507
1507
|
>
|
|
1508
|
-
type $
|
|
1508
|
+
type $mol_text_code_token_link__uri__4PHXXNGL = $mol_type_enforce<
|
|
1509
1509
|
ReturnType< $mol_text_code_row['token_uri'] >
|
|
1510
1510
|
,
|
|
1511
1511
|
ReturnType< $mol_text_code_token_link['uri'] >
|
|
@@ -1611,14 +1611,14 @@ declare namespace $ {
|
|
|
1611
1611
|
|
|
1612
1612
|
declare namespace $ {
|
|
1613
1613
|
|
|
1614
|
-
type $
|
|
1614
|
+
type $mol_view__style__AISCKRC4 = $mol_type_enforce<
|
|
1615
1615
|
({
|
|
1616
1616
|
'paddingTop': ReturnType< $mol_list['gap_before'] >,
|
|
1617
1617
|
})
|
|
1618
1618
|
,
|
|
1619
1619
|
ReturnType< $mol_view['style'] >
|
|
1620
1620
|
>
|
|
1621
|
-
type $
|
|
1621
|
+
type $mol_view__style__U1W4WFJG = $mol_type_enforce<
|
|
1622
1622
|
({
|
|
1623
1623
|
'paddingTop': ReturnType< $mol_list['gap_after'] >,
|
|
1624
1624
|
})
|
|
@@ -1791,7 +1791,7 @@ declare namespace $ {
|
|
|
1791
1791
|
|
|
1792
1792
|
declare namespace $ {
|
|
1793
1793
|
|
|
1794
|
-
type $
|
|
1794
|
+
type $mol_speck__value__FEBWTXLB = $mol_type_enforce<
|
|
1795
1795
|
ReturnType< $mol_button['error'] >
|
|
1796
1796
|
,
|
|
1797
1797
|
ReturnType< $mol_speck['value'] >
|
|
@@ -1950,7 +1950,7 @@ declare namespace $ {
|
|
|
1950
1950
|
|
|
1951
1951
|
declare namespace $ {
|
|
1952
1952
|
|
|
1953
|
-
type $
|
|
1953
|
+
type $mol_svg_path__geometry__L8DZIGCT = $mol_type_enforce<
|
|
1954
1954
|
ReturnType< $mol_icon['path'] >
|
|
1955
1955
|
,
|
|
1956
1956
|
ReturnType< $mol_svg_path['geometry'] >
|
|
@@ -2001,14 +2001,14 @@ declare namespace $ {
|
|
|
2001
2001
|
|
|
2002
2002
|
declare namespace $ {
|
|
2003
2003
|
|
|
2004
|
-
type $
|
|
2004
|
+
type $mol_blob__QMVS1WDP = $mol_type_enforce<
|
|
2005
2005
|
[ readonly(BlobPart)[], ({
|
|
2006
2006
|
'type': string,
|
|
2007
2007
|
}) ]
|
|
2008
2008
|
,
|
|
2009
2009
|
ConstructorParameters< typeof $mol_blob >
|
|
2010
2010
|
>
|
|
2011
|
-
type $
|
|
2011
|
+
type $mol_blob__2AJ6QGJB = $mol_type_enforce<
|
|
2012
2012
|
[ readonly(BlobPart)[], ({
|
|
2013
2013
|
'type': string,
|
|
2014
2014
|
}) ]
|
|
@@ -2199,52 +2199,52 @@ declare namespace $ {
|
|
|
2199
2199
|
|
|
2200
2200
|
declare namespace $ {
|
|
2201
2201
|
|
|
2202
|
-
type $
|
|
2202
|
+
type $mol_text_code_row__numb_showed__0VMVKB9Z = $mol_type_enforce<
|
|
2203
2203
|
ReturnType< $mol_text_code['sidebar_showed'] >
|
|
2204
2204
|
,
|
|
2205
2205
|
ReturnType< $mol_text_code_row['numb_showed'] >
|
|
2206
2206
|
>
|
|
2207
|
-
type $
|
|
2207
|
+
type $mol_text_code_row__numb__YNFD42M6 = $mol_type_enforce<
|
|
2208
2208
|
ReturnType< $mol_text_code['row_numb'] >
|
|
2209
2209
|
,
|
|
2210
2210
|
ReturnType< $mol_text_code_row['numb'] >
|
|
2211
2211
|
>
|
|
2212
|
-
type $
|
|
2212
|
+
type $mol_text_code_row__text__C09OZM81 = $mol_type_enforce<
|
|
2213
2213
|
ReturnType< $mol_text_code['row_text'] >
|
|
2214
2214
|
,
|
|
2215
2215
|
ReturnType< $mol_text_code_row['text'] >
|
|
2216
2216
|
>
|
|
2217
|
-
type $
|
|
2217
|
+
type $mol_text_code_row__syntax__I9JHZ31D = $mol_type_enforce<
|
|
2218
2218
|
ReturnType< $mol_text_code['syntax'] >
|
|
2219
2219
|
,
|
|
2220
2220
|
ReturnType< $mol_text_code_row['syntax'] >
|
|
2221
2221
|
>
|
|
2222
|
-
type $
|
|
2222
|
+
type $mol_text_code_row__uri_resolve__W64JWJNH = $mol_type_enforce<
|
|
2223
2223
|
ReturnType< $mol_text_code['uri_resolve'] >
|
|
2224
2224
|
,
|
|
2225
2225
|
ReturnType< $mol_text_code_row['uri_resolve'] >
|
|
2226
2226
|
>
|
|
2227
|
-
type $
|
|
2227
|
+
type $mol_text_code_row__highlight__ZBZ57GZ3 = $mol_type_enforce<
|
|
2228
2228
|
ReturnType< $mol_text_code['highlight'] >
|
|
2229
2229
|
,
|
|
2230
2230
|
ReturnType< $mol_text_code_row['highlight'] >
|
|
2231
2231
|
>
|
|
2232
|
-
type $
|
|
2232
|
+
type $mol_list__render_visible_only__MWGPW2QI = $mol_type_enforce<
|
|
2233
2233
|
ReturnType< $mol_text_code['render_visible_only'] >
|
|
2234
2234
|
,
|
|
2235
2235
|
ReturnType< $mol_list['render_visible_only'] >
|
|
2236
2236
|
>
|
|
2237
|
-
type $
|
|
2237
|
+
type $mol_list__rows__PHL61S4E = $mol_type_enforce<
|
|
2238
2238
|
ReturnType< $mol_text_code['rows'] >
|
|
2239
2239
|
,
|
|
2240
2240
|
ReturnType< $mol_list['rows'] >
|
|
2241
2241
|
>
|
|
2242
|
-
type $
|
|
2242
|
+
type $mol_button_copy__hint__DO3J7FPJ = $mol_type_enforce<
|
|
2243
2243
|
string
|
|
2244
2244
|
,
|
|
2245
2245
|
ReturnType< $mol_button_copy['hint'] >
|
|
2246
2246
|
>
|
|
2247
|
-
type $
|
|
2247
|
+
type $mol_button_copy__text__1NI1CKH2 = $mol_type_enforce<
|
|
2248
2248
|
ReturnType< $mol_text_code['text_export'] >
|
|
2249
2249
|
,
|
|
2250
2250
|
ReturnType< $mol_button_copy['text'] >
|
|
@@ -2316,7 +2316,7 @@ declare namespace $ {
|
|
|
2316
2316
|
|
|
2317
2317
|
declare namespace $ {
|
|
2318
2318
|
|
|
2319
|
-
type $
|
|
2319
|
+
type $mol_view__sub__RLI4A573 = $mol_type_enforce<
|
|
2320
2320
|
readonly(any)[]
|
|
2321
2321
|
,
|
|
2322
2322
|
ReturnType< $mol_view['sub'] >
|
|
@@ -2388,22 +2388,22 @@ declare namespace $ {
|
|
|
2388
2388
|
|
|
2389
2389
|
declare namespace $ {
|
|
2390
2390
|
|
|
2391
|
-
type $
|
|
2391
|
+
type $mol_dump_value__value__SRZDNDAG = $mol_type_enforce<
|
|
2392
2392
|
ReturnType< $mol_dump_list['dump_value'] >
|
|
2393
2393
|
,
|
|
2394
2394
|
ReturnType< $mol_dump_value['value'] >
|
|
2395
2395
|
>
|
|
2396
|
-
type $
|
|
2396
|
+
type $mol_dump_value__expanded__TRQ150KD = $mol_type_enforce<
|
|
2397
2397
|
ReturnType< $mol_dump_list['dump_expanded'] >
|
|
2398
2398
|
,
|
|
2399
2399
|
ReturnType< $mol_dump_value['expanded'] >
|
|
2400
2400
|
>
|
|
2401
|
-
type $
|
|
2401
|
+
type $mol_dump_value__prototypes__FB1VDMX2 = $mol_type_enforce<
|
|
2402
2402
|
ReturnType< $mol_dump_list['prototypes'] >
|
|
2403
2403
|
,
|
|
2404
2404
|
ReturnType< $mol_dump_value['prototypes'] >
|
|
2405
2405
|
>
|
|
2406
|
-
type $
|
|
2406
|
+
type $mol_dump_value__preview_show__6BFBY7DH = $mol_type_enforce<
|
|
2407
2407
|
ReturnType< $mol_dump_list['preview_show'] >
|
|
2408
2408
|
,
|
|
2409
2409
|
ReturnType< $mol_dump_value['preview_show'] >
|
|
@@ -2434,27 +2434,27 @@ declare namespace $ {
|
|
|
2434
2434
|
|
|
2435
2435
|
declare namespace $ {
|
|
2436
2436
|
|
|
2437
|
-
type $
|
|
2437
|
+
type $mol_check_expand__checked__PSJWOOGO = $mol_type_enforce<
|
|
2438
2438
|
ReturnType< $mol_expander['expanded'] >
|
|
2439
2439
|
,
|
|
2440
2440
|
ReturnType< $mol_check_expand['checked'] >
|
|
2441
2441
|
>
|
|
2442
|
-
type $
|
|
2442
|
+
type $mol_check_expand__expandable__IKR8KCJC = $mol_type_enforce<
|
|
2443
2443
|
ReturnType< $mol_expander['expandable'] >
|
|
2444
2444
|
,
|
|
2445
2445
|
ReturnType< $mol_check_expand['expandable'] >
|
|
2446
2446
|
>
|
|
2447
|
-
type $
|
|
2447
|
+
type $mol_check_expand__label__9403CA1X = $mol_type_enforce<
|
|
2448
2448
|
ReturnType< $mol_expander['label'] >
|
|
2449
2449
|
,
|
|
2450
2450
|
ReturnType< $mol_check_expand['label'] >
|
|
2451
2451
|
>
|
|
2452
|
-
type $
|
|
2452
|
+
type $mol_view__sub__399TSBRJ = $mol_type_enforce<
|
|
2453
2453
|
readonly(any)[]
|
|
2454
2454
|
,
|
|
2455
2455
|
ReturnType< $mol_view['sub'] >
|
|
2456
2456
|
>
|
|
2457
|
-
type $
|
|
2457
|
+
type $mol_list__rows__JW5CZHT9 = $mol_type_enforce<
|
|
2458
2458
|
ReturnType< $mol_expander['content'] >
|
|
2459
2459
|
,
|
|
2460
2460
|
ReturnType< $mol_list['rows'] >
|
|
@@ -2490,87 +2490,87 @@ declare namespace $ {
|
|
|
2490
2490
|
|
|
2491
2491
|
declare namespace $ {
|
|
2492
2492
|
|
|
2493
|
-
type $
|
|
2493
|
+
type $mol_text_code__text__4S3XA76X = $mol_type_enforce<
|
|
2494
2494
|
ReturnType< $mol_dump_value['simple'] >
|
|
2495
2495
|
,
|
|
2496
2496
|
ReturnType< $mol_text_code['text'] >
|
|
2497
2497
|
>
|
|
2498
|
-
type $
|
|
2498
|
+
type $mol_text_code__text__WIJFK05M = $mol_type_enforce<
|
|
2499
2499
|
ReturnType< $mol_dump_value['expand_title'] >
|
|
2500
2500
|
,
|
|
2501
2501
|
ReturnType< $mol_text_code['text'] >
|
|
2502
2502
|
>
|
|
2503
|
-
type $
|
|
2503
|
+
type $mol_check_expand__minimal_height__044BZ6YW = $mol_type_enforce<
|
|
2504
2504
|
number
|
|
2505
2505
|
,
|
|
2506
2506
|
ReturnType< $mol_check_expand['minimal_height'] >
|
|
2507
2507
|
>
|
|
2508
|
-
type $
|
|
2508
|
+
type $mol_check_expand__minimal_width__RRAOQ6WV = $mol_type_enforce<
|
|
2509
2509
|
number
|
|
2510
2510
|
,
|
|
2511
2511
|
ReturnType< $mol_check_expand['minimal_width'] >
|
|
2512
2512
|
>
|
|
2513
|
-
type $
|
|
2513
|
+
type $mol_check_expand__expanded__ECSVR343 = $mol_type_enforce<
|
|
2514
2514
|
ReturnType< $mol_dump_value['expanded'] >
|
|
2515
2515
|
,
|
|
2516
2516
|
ReturnType< $mol_check_expand['expanded'] >
|
|
2517
2517
|
>
|
|
2518
|
-
type $
|
|
2518
|
+
type $mol_check_expand__expandable__OTL2SM5G = $mol_type_enforce<
|
|
2519
2519
|
ReturnType< $mol_dump_value['expandable'] >
|
|
2520
2520
|
,
|
|
2521
2521
|
ReturnType< $mol_check_expand['expandable'] >
|
|
2522
2522
|
>
|
|
2523
|
-
type $
|
|
2523
|
+
type $mol_check_expand__clicks__N10DA27O = $mol_type_enforce<
|
|
2524
2524
|
ReturnType< $mol_dump_value['expand_all'] >
|
|
2525
2525
|
,
|
|
2526
2526
|
ReturnType< $mol_check_expand['clicks'] >
|
|
2527
2527
|
>
|
|
2528
|
-
type $
|
|
2528
|
+
type $mol_check_expand__label__W0NN24R4 = $mol_type_enforce<
|
|
2529
2529
|
readonly(any)[]
|
|
2530
2530
|
,
|
|
2531
2531
|
ReturnType< $mol_check_expand['label'] >
|
|
2532
2532
|
>
|
|
2533
|
-
type $
|
|
2533
|
+
type $mol_view__dom_node__O60NBB4R = $mol_type_enforce<
|
|
2534
2534
|
ReturnType< $mol_dump_value['preview_dom'] >
|
|
2535
2535
|
,
|
|
2536
2536
|
ReturnType< $mol_view['dom_node'] >
|
|
2537
2537
|
>
|
|
2538
|
-
type $
|
|
2538
|
+
type $mol_view__render__21UO08QC = $mol_type_enforce<
|
|
2539
2539
|
ReturnType< $mol_dump_value['preview'] >
|
|
2540
2540
|
,
|
|
2541
2541
|
ReturnType< $mol_view['render'] >
|
|
2542
2542
|
>
|
|
2543
|
-
type $
|
|
2543
|
+
type $mol_view__sub__1U5X8UZ9 = $mol_type_enforce<
|
|
2544
2544
|
readonly(any)[]
|
|
2545
2545
|
,
|
|
2546
2546
|
ReturnType< $mol_view['sub'] >
|
|
2547
2547
|
>
|
|
2548
|
-
type $
|
|
2548
|
+
type $mol_dump_list__values__ESYX52HF = $mol_type_enforce<
|
|
2549
2549
|
ReturnType< $mol_dump_value['row_values'] >
|
|
2550
2550
|
,
|
|
2551
2551
|
ReturnType< $mol_dump_list['values'] >
|
|
2552
2552
|
>
|
|
2553
|
-
type $
|
|
2553
|
+
type $mol_dump_list__prototypes__R3I9UTDE = $mol_type_enforce<
|
|
2554
2554
|
ReturnType< $mol_dump_value['prototypes'] >
|
|
2555
2555
|
,
|
|
2556
2556
|
ReturnType< $mol_dump_list['prototypes'] >
|
|
2557
2557
|
>
|
|
2558
|
-
type $
|
|
2558
|
+
type $mol_dump_list__preview_show__0BE1ZF5A = $mol_type_enforce<
|
|
2559
2559
|
ReturnType< $mol_dump_value['preview_show'] >
|
|
2560
2560
|
,
|
|
2561
2561
|
ReturnType< $mol_dump_list['preview_show'] >
|
|
2562
2562
|
>
|
|
2563
|
-
type $
|
|
2563
|
+
type $mol_expander__expanded__YAR0IARO = $mol_type_enforce<
|
|
2564
2564
|
ReturnType< $mol_dump_value['expanded'] >
|
|
2565
2565
|
,
|
|
2566
2566
|
ReturnType< $mol_expander['expanded'] >
|
|
2567
2567
|
>
|
|
2568
|
-
type $
|
|
2568
|
+
type $mol_expander__Trigger__ZHR1JAJU = $mol_type_enforce<
|
|
2569
2569
|
ReturnType< $mol_dump_value['Expand_head'] >
|
|
2570
2570
|
,
|
|
2571
2571
|
ReturnType< $mol_expander['Trigger'] >
|
|
2572
2572
|
>
|
|
2573
|
-
type $
|
|
2573
|
+
type $mol_expander__content__DQSFJ8K2 = $mol_type_enforce<
|
|
2574
2574
|
ReturnType< $mol_dump_value['expand_content'] >
|
|
2575
2575
|
,
|
|
2576
2576
|
ReturnType< $mol_expander['content'] >
|