mol_dump_lib 0.0.403 → 0.0.404
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 +54 -54
- package/node.deps.json +1 -1
- package/node.js +6 -3
- package/node.js.map +1 -1
- package/node.mjs +6 -3
- package/node.test.js +6 -3
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +54 -54
- package/web.deps.json +1 -1
- package/web.js +6 -3
- package/web.js.map +1 -1
- package/web.mjs +6 -3
package/package.json
CHANGED
package/web.d.ts
CHANGED
|
@@ -839,7 +839,7 @@ declare namespace $ {
|
|
|
839
839
|
root?: $mol_wire_sub | null;
|
|
840
840
|
connectedCallback(): void;
|
|
841
841
|
disconnectedCallback(): void;
|
|
842
|
-
attributeChangedCallback(name:
|
|
842
|
+
attributeChangedCallback(name: string, prev: string, next: string): void;
|
|
843
843
|
toString(): string;
|
|
844
844
|
accessKey: string;
|
|
845
845
|
readonly accessKeyLabel: string;
|
|
@@ -1170,7 +1170,7 @@ declare namespace $ {
|
|
|
1170
1170
|
focus(options?: FocusOptions): void;
|
|
1171
1171
|
};
|
|
1172
1172
|
tag: string;
|
|
1173
|
-
observedAttributes: Set<
|
|
1173
|
+
observedAttributes: Set<string>;
|
|
1174
1174
|
} | undefined;
|
|
1175
1175
|
}
|
|
1176
1176
|
|
|
@@ -1318,12 +1318,12 @@ declare namespace $ {
|
|
|
1318
1318
|
|
|
1319
1319
|
declare namespace $ {
|
|
1320
1320
|
|
|
1321
|
-
type $
|
|
1321
|
+
type $mol_paragraph__sub__S2ZASVMM = $mol_type_enforce<
|
|
1322
1322
|
readonly(any)[]
|
|
1323
1323
|
,
|
|
1324
1324
|
ReturnType< $mol_paragraph['sub'] >
|
|
1325
1325
|
>
|
|
1326
|
-
type $
|
|
1326
|
+
type $mol_paragraph__sub__5PL215EK = $mol_type_enforce<
|
|
1327
1327
|
readonly(any)[]
|
|
1328
1328
|
,
|
|
1329
1329
|
ReturnType< $mol_paragraph['sub'] >
|
|
@@ -1487,37 +1487,37 @@ declare namespace $ {
|
|
|
1487
1487
|
|
|
1488
1488
|
declare namespace $ {
|
|
1489
1489
|
|
|
1490
|
-
type $
|
|
1490
|
+
type $mol_view__sub__IQ2942FE = $mol_type_enforce<
|
|
1491
1491
|
readonly(any)[]
|
|
1492
1492
|
,
|
|
1493
1493
|
ReturnType< $mol_view['sub'] >
|
|
1494
1494
|
>
|
|
1495
|
-
type $
|
|
1495
|
+
type $mol_text_code_token__type__XITUQWYX = $mol_type_enforce<
|
|
1496
1496
|
ReturnType< $mol_text_code_row['token_type'] >
|
|
1497
1497
|
,
|
|
1498
1498
|
ReturnType< $mol_text_code_token['type'] >
|
|
1499
1499
|
>
|
|
1500
|
-
type $
|
|
1500
|
+
type $mol_text_code_token__haystack__84KPBVGE = $mol_type_enforce<
|
|
1501
1501
|
ReturnType< $mol_text_code_row['token_text'] >
|
|
1502
1502
|
,
|
|
1503
1503
|
ReturnType< $mol_text_code_token['haystack'] >
|
|
1504
1504
|
>
|
|
1505
|
-
type $
|
|
1505
|
+
type $mol_text_code_token__needle__AEKYNT0T = $mol_type_enforce<
|
|
1506
1506
|
ReturnType< $mol_text_code_row['highlight'] >
|
|
1507
1507
|
,
|
|
1508
1508
|
ReturnType< $mol_text_code_token['needle'] >
|
|
1509
1509
|
>
|
|
1510
|
-
type $
|
|
1510
|
+
type $mol_text_code_token_link__haystack__EMUT5043 = $mol_type_enforce<
|
|
1511
1511
|
ReturnType< $mol_text_code_row['token_text'] >
|
|
1512
1512
|
,
|
|
1513
1513
|
ReturnType< $mol_text_code_token_link['haystack'] >
|
|
1514
1514
|
>
|
|
1515
|
-
type $
|
|
1515
|
+
type $mol_text_code_token_link__needle__NNBWISA1 = $mol_type_enforce<
|
|
1516
1516
|
ReturnType< $mol_text_code_row['highlight'] >
|
|
1517
1517
|
,
|
|
1518
1518
|
ReturnType< $mol_text_code_token_link['needle'] >
|
|
1519
1519
|
>
|
|
1520
|
-
type $
|
|
1520
|
+
type $mol_text_code_token_link__uri__G1YAQYRJ = $mol_type_enforce<
|
|
1521
1521
|
ReturnType< $mol_text_code_row['token_uri'] >
|
|
1522
1522
|
,
|
|
1523
1523
|
ReturnType< $mol_text_code_token_link['uri'] >
|
|
@@ -1623,14 +1623,14 @@ declare namespace $ {
|
|
|
1623
1623
|
|
|
1624
1624
|
declare namespace $ {
|
|
1625
1625
|
|
|
1626
|
-
type $
|
|
1626
|
+
type $mol_view__style__C1WS7E34 = $mol_type_enforce<
|
|
1627
1627
|
({
|
|
1628
1628
|
'paddingTop': ReturnType< $mol_list['gap_before'] >,
|
|
1629
1629
|
})
|
|
1630
1630
|
,
|
|
1631
1631
|
ReturnType< $mol_view['style'] >
|
|
1632
1632
|
>
|
|
1633
|
-
type $
|
|
1633
|
+
type $mol_view__style__8J9PE95Z = $mol_type_enforce<
|
|
1634
1634
|
({
|
|
1635
1635
|
'paddingTop': ReturnType< $mol_list['gap_after'] >,
|
|
1636
1636
|
})
|
|
@@ -1803,7 +1803,7 @@ declare namespace $ {
|
|
|
1803
1803
|
|
|
1804
1804
|
declare namespace $ {
|
|
1805
1805
|
|
|
1806
|
-
type $
|
|
1806
|
+
type $mol_speck__value__86E9J98O = $mol_type_enforce<
|
|
1807
1807
|
ReturnType< $mol_button['error'] >
|
|
1808
1808
|
,
|
|
1809
1809
|
ReturnType< $mol_speck['value'] >
|
|
@@ -1952,7 +1952,7 @@ declare namespace $ {
|
|
|
1952
1952
|
|
|
1953
1953
|
declare namespace $ {
|
|
1954
1954
|
|
|
1955
|
-
type $
|
|
1955
|
+
type $mol_svg_path__geometry__68JVTIUM = $mol_type_enforce<
|
|
1956
1956
|
ReturnType< $mol_icon['path'] >
|
|
1957
1957
|
,
|
|
1958
1958
|
ReturnType< $mol_svg_path['geometry'] >
|
|
@@ -2003,14 +2003,14 @@ declare namespace $ {
|
|
|
2003
2003
|
|
|
2004
2004
|
declare namespace $ {
|
|
2005
2005
|
|
|
2006
|
-
type $
|
|
2006
|
+
type $mol_blob__S6YNBPXV = $mol_type_enforce<
|
|
2007
2007
|
[ readonly(BlobPart)[], ({
|
|
2008
2008
|
'type': string,
|
|
2009
2009
|
}) ]
|
|
2010
2010
|
,
|
|
2011
2011
|
ConstructorParameters< typeof $mol_blob >
|
|
2012
2012
|
>
|
|
2013
|
-
type $
|
|
2013
|
+
type $mol_blob__ZFFSCU7N = $mol_type_enforce<
|
|
2014
2014
|
[ readonly(BlobPart)[], ({
|
|
2015
2015
|
'type': string,
|
|
2016
2016
|
}) ]
|
|
@@ -2201,52 +2201,52 @@ declare namespace $ {
|
|
|
2201
2201
|
|
|
2202
2202
|
declare namespace $ {
|
|
2203
2203
|
|
|
2204
|
-
type $
|
|
2204
|
+
type $mol_text_code_row__numb_showed__3D0886NA = $mol_type_enforce<
|
|
2205
2205
|
ReturnType< $mol_text_code['sidebar_showed'] >
|
|
2206
2206
|
,
|
|
2207
2207
|
ReturnType< $mol_text_code_row['numb_showed'] >
|
|
2208
2208
|
>
|
|
2209
|
-
type $
|
|
2209
|
+
type $mol_text_code_row__numb__8JD79YOW = $mol_type_enforce<
|
|
2210
2210
|
ReturnType< $mol_text_code['row_numb'] >
|
|
2211
2211
|
,
|
|
2212
2212
|
ReturnType< $mol_text_code_row['numb'] >
|
|
2213
2213
|
>
|
|
2214
|
-
type $
|
|
2214
|
+
type $mol_text_code_row__text__PDY4O2ML = $mol_type_enforce<
|
|
2215
2215
|
ReturnType< $mol_text_code['row_text'] >
|
|
2216
2216
|
,
|
|
2217
2217
|
ReturnType< $mol_text_code_row['text'] >
|
|
2218
2218
|
>
|
|
2219
|
-
type $
|
|
2219
|
+
type $mol_text_code_row__syntax__16ZTQWPT = $mol_type_enforce<
|
|
2220
2220
|
ReturnType< $mol_text_code['syntax'] >
|
|
2221
2221
|
,
|
|
2222
2222
|
ReturnType< $mol_text_code_row['syntax'] >
|
|
2223
2223
|
>
|
|
2224
|
-
type $
|
|
2224
|
+
type $mol_text_code_row__uri_resolve__HYDYZVFI = $mol_type_enforce<
|
|
2225
2225
|
ReturnType< $mol_text_code['uri_resolve'] >
|
|
2226
2226
|
,
|
|
2227
2227
|
ReturnType< $mol_text_code_row['uri_resolve'] >
|
|
2228
2228
|
>
|
|
2229
|
-
type $
|
|
2229
|
+
type $mol_text_code_row__highlight__8V4OJDPV = $mol_type_enforce<
|
|
2230
2230
|
ReturnType< $mol_text_code['highlight'] >
|
|
2231
2231
|
,
|
|
2232
2232
|
ReturnType< $mol_text_code_row['highlight'] >
|
|
2233
2233
|
>
|
|
2234
|
-
type $
|
|
2234
|
+
type $mol_list__render_visible_only__CPZJ9UP7 = $mol_type_enforce<
|
|
2235
2235
|
ReturnType< $mol_text_code['render_visible_only'] >
|
|
2236
2236
|
,
|
|
2237
2237
|
ReturnType< $mol_list['render_visible_only'] >
|
|
2238
2238
|
>
|
|
2239
|
-
type $
|
|
2239
|
+
type $mol_list__rows__OYWTQBRJ = $mol_type_enforce<
|
|
2240
2240
|
ReturnType< $mol_text_code['rows'] >
|
|
2241
2241
|
,
|
|
2242
2242
|
ReturnType< $mol_list['rows'] >
|
|
2243
2243
|
>
|
|
2244
|
-
type $
|
|
2244
|
+
type $mol_button_copy__hint__K869GY7Z = $mol_type_enforce<
|
|
2245
2245
|
string
|
|
2246
2246
|
,
|
|
2247
2247
|
ReturnType< $mol_button_copy['hint'] >
|
|
2248
2248
|
>
|
|
2249
|
-
type $
|
|
2249
|
+
type $mol_button_copy__text__4GRA0DDN = $mol_type_enforce<
|
|
2250
2250
|
ReturnType< $mol_text_code['text_export'] >
|
|
2251
2251
|
,
|
|
2252
2252
|
ReturnType< $mol_button_copy['text'] >
|
|
@@ -2318,7 +2318,7 @@ declare namespace $ {
|
|
|
2318
2318
|
|
|
2319
2319
|
declare namespace $ {
|
|
2320
2320
|
|
|
2321
|
-
type $
|
|
2321
|
+
type $mol_view__sub__8UUHP6DF = $mol_type_enforce<
|
|
2322
2322
|
readonly(any)[]
|
|
2323
2323
|
,
|
|
2324
2324
|
ReturnType< $mol_view['sub'] >
|
|
@@ -2390,22 +2390,22 @@ declare namespace $ {
|
|
|
2390
2390
|
|
|
2391
2391
|
declare namespace $ {
|
|
2392
2392
|
|
|
2393
|
-
type $
|
|
2393
|
+
type $mol_dump_value__value__RIGGQQV1 = $mol_type_enforce<
|
|
2394
2394
|
ReturnType< $mol_dump_list['dump_value'] >
|
|
2395
2395
|
,
|
|
2396
2396
|
ReturnType< $mol_dump_value['value'] >
|
|
2397
2397
|
>
|
|
2398
|
-
type $
|
|
2398
|
+
type $mol_dump_value__expanded__NC338VLS = $mol_type_enforce<
|
|
2399
2399
|
ReturnType< $mol_dump_list['dump_expanded'] >
|
|
2400
2400
|
,
|
|
2401
2401
|
ReturnType< $mol_dump_value['expanded'] >
|
|
2402
2402
|
>
|
|
2403
|
-
type $
|
|
2403
|
+
type $mol_dump_value__prototypes__7LAJCF8D = $mol_type_enforce<
|
|
2404
2404
|
ReturnType< $mol_dump_list['prototypes'] >
|
|
2405
2405
|
,
|
|
2406
2406
|
ReturnType< $mol_dump_value['prototypes'] >
|
|
2407
2407
|
>
|
|
2408
|
-
type $
|
|
2408
|
+
type $mol_dump_value__preview_show__I0BCVGA5 = $mol_type_enforce<
|
|
2409
2409
|
ReturnType< $mol_dump_list['preview_show'] >
|
|
2410
2410
|
,
|
|
2411
2411
|
ReturnType< $mol_dump_value['preview_show'] >
|
|
@@ -2436,27 +2436,27 @@ declare namespace $ {
|
|
|
2436
2436
|
|
|
2437
2437
|
declare namespace $ {
|
|
2438
2438
|
|
|
2439
|
-
type $
|
|
2439
|
+
type $mol_check_expand__checked__6UIX22GL = $mol_type_enforce<
|
|
2440
2440
|
ReturnType< $mol_expander['expanded'] >
|
|
2441
2441
|
,
|
|
2442
2442
|
ReturnType< $mol_check_expand['checked'] >
|
|
2443
2443
|
>
|
|
2444
|
-
type $
|
|
2444
|
+
type $mol_check_expand__expandable__RFWKXT5W = $mol_type_enforce<
|
|
2445
2445
|
ReturnType< $mol_expander['expandable'] >
|
|
2446
2446
|
,
|
|
2447
2447
|
ReturnType< $mol_check_expand['expandable'] >
|
|
2448
2448
|
>
|
|
2449
|
-
type $
|
|
2449
|
+
type $mol_check_expand__label__UTDLFV1K = $mol_type_enforce<
|
|
2450
2450
|
ReturnType< $mol_expander['label'] >
|
|
2451
2451
|
,
|
|
2452
2452
|
ReturnType< $mol_check_expand['label'] >
|
|
2453
2453
|
>
|
|
2454
|
-
type $
|
|
2454
|
+
type $mol_view__sub__NPSAXW91 = $mol_type_enforce<
|
|
2455
2455
|
readonly(any)[]
|
|
2456
2456
|
,
|
|
2457
2457
|
ReturnType< $mol_view['sub'] >
|
|
2458
2458
|
>
|
|
2459
|
-
type $
|
|
2459
|
+
type $mol_list__rows__2V8T7389 = $mol_type_enforce<
|
|
2460
2460
|
ReturnType< $mol_expander['content'] >
|
|
2461
2461
|
,
|
|
2462
2462
|
ReturnType< $mol_list['rows'] >
|
|
@@ -2492,87 +2492,87 @@ declare namespace $ {
|
|
|
2492
2492
|
|
|
2493
2493
|
declare namespace $ {
|
|
2494
2494
|
|
|
2495
|
-
type $
|
|
2495
|
+
type $mol_text_code__text__ANMX1OHZ = $mol_type_enforce<
|
|
2496
2496
|
ReturnType< $mol_dump_value['simple'] >
|
|
2497
2497
|
,
|
|
2498
2498
|
ReturnType< $mol_text_code['text'] >
|
|
2499
2499
|
>
|
|
2500
|
-
type $
|
|
2500
|
+
type $mol_text_code__text__030CDWFJ = $mol_type_enforce<
|
|
2501
2501
|
ReturnType< $mol_dump_value['expand_title'] >
|
|
2502
2502
|
,
|
|
2503
2503
|
ReturnType< $mol_text_code['text'] >
|
|
2504
2504
|
>
|
|
2505
|
-
type $
|
|
2505
|
+
type $mol_check_expand__minimal_height__LKKNWK8O = $mol_type_enforce<
|
|
2506
2506
|
number
|
|
2507
2507
|
,
|
|
2508
2508
|
ReturnType< $mol_check_expand['minimal_height'] >
|
|
2509
2509
|
>
|
|
2510
|
-
type $
|
|
2510
|
+
type $mol_check_expand__minimal_width__6VVVH18Z = $mol_type_enforce<
|
|
2511
2511
|
number
|
|
2512
2512
|
,
|
|
2513
2513
|
ReturnType< $mol_check_expand['minimal_width'] >
|
|
2514
2514
|
>
|
|
2515
|
-
type $
|
|
2515
|
+
type $mol_check_expand__expanded__68X0H03H = $mol_type_enforce<
|
|
2516
2516
|
ReturnType< $mol_dump_value['expanded'] >
|
|
2517
2517
|
,
|
|
2518
2518
|
ReturnType< $mol_check_expand['expanded'] >
|
|
2519
2519
|
>
|
|
2520
|
-
type $
|
|
2520
|
+
type $mol_check_expand__expandable__TCDXPKWT = $mol_type_enforce<
|
|
2521
2521
|
ReturnType< $mol_dump_value['expandable'] >
|
|
2522
2522
|
,
|
|
2523
2523
|
ReturnType< $mol_check_expand['expandable'] >
|
|
2524
2524
|
>
|
|
2525
|
-
type $
|
|
2525
|
+
type $mol_check_expand__clicks__54ZBYM9K = $mol_type_enforce<
|
|
2526
2526
|
ReturnType< $mol_dump_value['expand_all'] >
|
|
2527
2527
|
,
|
|
2528
2528
|
ReturnType< $mol_check_expand['clicks'] >
|
|
2529
2529
|
>
|
|
2530
|
-
type $
|
|
2530
|
+
type $mol_check_expand__label__A1SO6RYH = $mol_type_enforce<
|
|
2531
2531
|
readonly(any)[]
|
|
2532
2532
|
,
|
|
2533
2533
|
ReturnType< $mol_check_expand['label'] >
|
|
2534
2534
|
>
|
|
2535
|
-
type $
|
|
2535
|
+
type $mol_view__dom_node__BQXRUWQ1 = $mol_type_enforce<
|
|
2536
2536
|
ReturnType< $mol_dump_value['preview_dom'] >
|
|
2537
2537
|
,
|
|
2538
2538
|
ReturnType< $mol_view['dom_node'] >
|
|
2539
2539
|
>
|
|
2540
|
-
type $
|
|
2540
|
+
type $mol_view__render__P3HJS7BK = $mol_type_enforce<
|
|
2541
2541
|
ReturnType< $mol_dump_value['preview'] >
|
|
2542
2542
|
,
|
|
2543
2543
|
ReturnType< $mol_view['render'] >
|
|
2544
2544
|
>
|
|
2545
|
-
type $
|
|
2545
|
+
type $mol_view__sub__8DTO5LO1 = $mol_type_enforce<
|
|
2546
2546
|
readonly(any)[]
|
|
2547
2547
|
,
|
|
2548
2548
|
ReturnType< $mol_view['sub'] >
|
|
2549
2549
|
>
|
|
2550
|
-
type $
|
|
2550
|
+
type $mol_dump_list__values__3OLFQFCY = $mol_type_enforce<
|
|
2551
2551
|
ReturnType< $mol_dump_value['row_values'] >
|
|
2552
2552
|
,
|
|
2553
2553
|
ReturnType< $mol_dump_list['values'] >
|
|
2554
2554
|
>
|
|
2555
|
-
type $
|
|
2555
|
+
type $mol_dump_list__prototypes__RJDJWEHS = $mol_type_enforce<
|
|
2556
2556
|
ReturnType< $mol_dump_value['prototypes'] >
|
|
2557
2557
|
,
|
|
2558
2558
|
ReturnType< $mol_dump_list['prototypes'] >
|
|
2559
2559
|
>
|
|
2560
|
-
type $
|
|
2560
|
+
type $mol_dump_list__preview_show__Z0DM5MRM = $mol_type_enforce<
|
|
2561
2561
|
ReturnType< $mol_dump_value['preview_show'] >
|
|
2562
2562
|
,
|
|
2563
2563
|
ReturnType< $mol_dump_list['preview_show'] >
|
|
2564
2564
|
>
|
|
2565
|
-
type $
|
|
2565
|
+
type $mol_expander__expanded__G3VLA474 = $mol_type_enforce<
|
|
2566
2566
|
ReturnType< $mol_dump_value['expanded'] >
|
|
2567
2567
|
,
|
|
2568
2568
|
ReturnType< $mol_expander['expanded'] >
|
|
2569
2569
|
>
|
|
2570
|
-
type $
|
|
2570
|
+
type $mol_expander__Trigger__FXGHU3ZZ = $mol_type_enforce<
|
|
2571
2571
|
ReturnType< $mol_dump_value['Expand_head'] >
|
|
2572
2572
|
,
|
|
2573
2573
|
ReturnType< $mol_expander['Trigger'] >
|
|
2574
2574
|
>
|
|
2575
|
-
type $
|
|
2575
|
+
type $mol_expander__content__UDJTN8WV = $mol_type_enforce<
|
|
2576
2576
|
ReturnType< $mol_dump_value['expand_content'] >
|
|
2577
2577
|
,
|
|
2578
2578
|
ReturnType< $mol_expander['content'] >
|