mol_dump_lib 0.0.262 → 0.0.264

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_dump_lib",
3
- "version": "0.0.262",
3
+ "version": "0.0.264",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -1296,24 +1296,24 @@ declare namespace $ {
1296
1296
 
1297
1297
  declare namespace $ {
1298
1298
 
1299
- type $mol_paragraph__sub__HTA3077N = $mol_type_enforce<
1299
+ type $mol_paragraph__sub__NU9LZ2HH = $mol_type_enforce<
1300
1300
  readonly(any)[]
1301
1301
  ,
1302
1302
  ReturnType< $mol_paragraph['sub'] >
1303
1303
  >
1304
- type $mol_paragraph__sub__5WJBIRF2 = $mol_type_enforce<
1304
+ type $mol_paragraph__sub__C9XDX3AZ = $mol_type_enforce<
1305
1305
  readonly(any)[]
1306
1306
  ,
1307
1307
  ReturnType< $mol_paragraph['sub'] >
1308
1308
  >
1309
1309
  export class $mol_dimmer extends $mol_paragraph {
1310
+ parts( ): readonly($mol_view_content)[]
1311
+ string( id: any): string
1310
1312
  haystack( ): string
1311
1313
  needle( ): string
1312
1314
  sub( ): ReturnType< $mol_dimmer['parts'] >
1313
1315
  Low( id: any): $mol_paragraph
1314
1316
  High( id: any): $mol_paragraph
1315
- parts( ): readonly($mol_view_content)[]
1316
- string( id: any): string
1317
1317
  }
1318
1318
 
1319
1319
  }
@@ -1378,20 +1378,20 @@ declare namespace $ {
1378
1378
  declare namespace $ {
1379
1379
 
1380
1380
  export class $mol_text_code_token extends $mol_dimmer {
1381
+ type( ): string
1381
1382
  attr( ): ({
1382
1383
  'mol_text_code_token_type': ReturnType< $mol_text_code_token['type'] >,
1383
1384
  }) & ReturnType< $mol_dimmer['attr'] >
1384
- type( ): string
1385
1385
  }
1386
1386
 
1387
1387
  export class $mol_text_code_token_link extends $mol_text_code_token {
1388
+ uri( ): string
1388
1389
  dom_name( ): string
1389
1390
  type( ): string
1390
1391
  attr( ): ({
1391
1392
  'href': ReturnType< $mol_text_code_token_link['uri'] >,
1392
1393
  'target': string,
1393
1394
  }) & ReturnType< $mol_text_code_token['attr'] >
1394
- uri( ): string
1395
1395
  }
1396
1396
 
1397
1397
  }
@@ -1465,42 +1465,47 @@ declare namespace $ {
1465
1465
 
1466
1466
  declare namespace $ {
1467
1467
 
1468
- type $mol_view__sub__85MLD89S = $mol_type_enforce<
1468
+ type $mol_view__sub__AWOCQ7IY = $mol_type_enforce<
1469
1469
  readonly(any)[]
1470
1470
  ,
1471
1471
  ReturnType< $mol_view['sub'] >
1472
1472
  >
1473
- type $mol_text_code_token__type__YAC2XNLD = $mol_type_enforce<
1473
+ type $mol_text_code_token__type__MI99YD7B = $mol_type_enforce<
1474
1474
  ReturnType< $mol_text_code_row['token_type'] >
1475
1475
  ,
1476
1476
  ReturnType< $mol_text_code_token['type'] >
1477
1477
  >
1478
- type $mol_text_code_token__haystack__MMAWDDHG = $mol_type_enforce<
1478
+ type $mol_text_code_token__haystack__LVRG6QD2 = $mol_type_enforce<
1479
1479
  ReturnType< $mol_text_code_row['token_text'] >
1480
1480
  ,
1481
1481
  ReturnType< $mol_text_code_token['haystack'] >
1482
1482
  >
1483
- type $mol_text_code_token__needle__F0WNWKLB = $mol_type_enforce<
1483
+ type $mol_text_code_token__needle__6KGI1YJQ = $mol_type_enforce<
1484
1484
  ReturnType< $mol_text_code_row['highlight'] >
1485
1485
  ,
1486
1486
  ReturnType< $mol_text_code_token['needle'] >
1487
1487
  >
1488
- type $mol_text_code_token_link__haystack__Y8VUDXYM = $mol_type_enforce<
1488
+ type $mol_text_code_token_link__haystack__MVXB693G = $mol_type_enforce<
1489
1489
  ReturnType< $mol_text_code_row['token_text'] >
1490
1490
  ,
1491
1491
  ReturnType< $mol_text_code_token_link['haystack'] >
1492
1492
  >
1493
- type $mol_text_code_token_link__needle__AWHNA3B6 = $mol_type_enforce<
1493
+ type $mol_text_code_token_link__needle__Z2NHY34D = $mol_type_enforce<
1494
1494
  ReturnType< $mol_text_code_row['highlight'] >
1495
1495
  ,
1496
1496
  ReturnType< $mol_text_code_token_link['needle'] >
1497
1497
  >
1498
- type $mol_text_code_token_link__uri__38PZCIC9 = $mol_type_enforce<
1498
+ type $mol_text_code_token_link__uri__AFOHR8BK = $mol_type_enforce<
1499
1499
  ReturnType< $mol_text_code_row['token_uri'] >
1500
1500
  ,
1501
1501
  ReturnType< $mol_text_code_token_link['uri'] >
1502
1502
  >
1503
1503
  export class $mol_text_code_row extends $mol_paragraph {
1504
+ numb( ): number
1505
+ token_type( id: any): string
1506
+ token_text( id: any): string
1507
+ highlight( ): string
1508
+ token_uri( id: any): string
1504
1509
  text( ): string
1505
1510
  minimal_height( ): number
1506
1511
  numb_showed( ): boolean
@@ -1510,11 +1515,6 @@ declare namespace $ {
1510
1515
  Token( id: any): $mol_text_code_token
1511
1516
  Token_link( id: any): $mol_text_code_token_link
1512
1517
  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
1518
  }
1519
1519
 
1520
1520
  }
@@ -1601,14 +1601,14 @@ declare namespace $ {
1601
1601
 
1602
1602
  declare namespace $ {
1603
1603
 
1604
- type $mol_view__style__2FFL9AK1 = $mol_type_enforce<
1604
+ type $mol_view__style__GKZMY1UD = $mol_type_enforce<
1605
1605
  ({
1606
1606
  'paddingTop': ReturnType< $mol_list['gap_before'] >,
1607
1607
  })
1608
1608
  ,
1609
1609
  ReturnType< $mol_view['style'] >
1610
1610
  >
1611
- type $mol_view__style__C5JX9R21 = $mol_type_enforce<
1611
+ type $mol_view__style__7F0TQD18 = $mol_type_enforce<
1612
1612
  ({
1613
1613
  'paddingTop': ReturnType< $mol_list['gap_after'] >,
1614
1614
  })
@@ -1616,6 +1616,9 @@ declare namespace $ {
1616
1616
  ReturnType< $mol_view['style'] >
1617
1617
  >
1618
1618
  export class $mol_list extends $mol_view {
1619
+ rows( ): readonly($mol_view)[]
1620
+ gap_before( ): number
1621
+ gap_after( ): number
1619
1622
  render_visible_only( ): boolean
1620
1623
  render_over( ): number
1621
1624
  sub( ): ReturnType< $mol_list['rows'] >
@@ -1623,9 +1626,6 @@ declare namespace $ {
1623
1626
  Gap_before( ): $mol_view
1624
1627
  Gap_after( ): $mol_view
1625
1628
  view_window( ): readonly(any)[]
1626
- rows( ): readonly($mol_view)[]
1627
- gap_before( ): number
1628
- gap_after( ): number
1629
1629
  }
1630
1630
 
1631
1631
  }
@@ -1660,6 +1660,8 @@ declare namespace $ {
1660
1660
  declare namespace $ {
1661
1661
 
1662
1662
  export class $mol_speck extends $mol_view {
1663
+ theme( ): string
1664
+ value( ): any
1663
1665
  attr( ): ({
1664
1666
  'mol_theme': ReturnType< $mol_speck['theme'] >,
1665
1667
  }) & ReturnType< $mol_view['attr'] >
@@ -1667,8 +1669,6 @@ declare namespace $ {
1667
1669
  'minHeight': string,
1668
1670
  }) & ReturnType< $mol_view['style'] >
1669
1671
  sub( ): readonly(any)[]
1670
- theme( ): string
1671
- value( ): any
1672
1672
  }
1673
1673
 
1674
1674
  }
@@ -1781,12 +1781,20 @@ declare namespace $ {
1781
1781
 
1782
1782
  declare namespace $ {
1783
1783
 
1784
- type $mol_speck__value__TD59RBMA = $mol_type_enforce<
1784
+ type $mol_speck__value__8SCVIMWO = $mol_type_enforce<
1785
1785
  ReturnType< $mol_button['error'] >
1786
1786
  ,
1787
1787
  ReturnType< $mol_speck['value'] >
1788
1788
  >
1789
1789
  export class $mol_button extends $mol_view {
1790
+ event_activate( next?: any ): any
1791
+ clicks( next?: any ): any
1792
+ event_key_press( next?: any ): any
1793
+ disabled( ): boolean
1794
+ tab_index( ): number
1795
+ hint( ): string
1796
+ hint_safe( ): ReturnType< $mol_button['hint'] >
1797
+ error( ): string
1790
1798
  enabled( ): boolean
1791
1799
  click( next?: any ): any
1792
1800
  event_click( next?: any ): any
@@ -1803,14 +1811,6 @@ declare namespace $ {
1803
1811
  }) & ReturnType< $mol_view['attr'] >
1804
1812
  sub( ): readonly($mol_view_content)[]
1805
1813
  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
1814
  }
1815
1815
 
1816
1816
  }
@@ -1910,13 +1910,13 @@ declare namespace $ {
1910
1910
  declare namespace $ {
1911
1911
 
1912
1912
  export class $mol_svg_root extends $mol_svg {
1913
+ view_box( ): string
1914
+ aspect( ): string
1913
1915
  dom_name( ): string
1914
1916
  attr( ): ({
1915
1917
  'viewBox': ReturnType< $mol_svg_root['view_box'] >,
1916
1918
  'preserveAspectRatio': ReturnType< $mol_svg_root['aspect'] >,
1917
1919
  }) & ReturnType< $mol_svg['attr'] >
1918
- view_box( ): string
1919
- aspect( ): string
1920
1920
  }
1921
1921
 
1922
1922
  }
@@ -1925,11 +1925,11 @@ declare namespace $ {
1925
1925
  declare namespace $ {
1926
1926
 
1927
1927
  export class $mol_svg_path extends $mol_svg {
1928
+ geometry( ): string
1928
1929
  dom_name( ): string
1929
1930
  attr( ): ({
1930
1931
  'd': ReturnType< $mol_svg_path['geometry'] >,
1931
1932
  }) & ReturnType< $mol_svg['attr'] >
1932
- geometry( ): string
1933
1933
  }
1934
1934
 
1935
1935
  }
@@ -1940,18 +1940,18 @@ declare namespace $ {
1940
1940
 
1941
1941
  declare namespace $ {
1942
1942
 
1943
- type $mol_svg_path__geometry__37C4Y5YI = $mol_type_enforce<
1943
+ type $mol_svg_path__geometry__IY195ISG = $mol_type_enforce<
1944
1944
  ReturnType< $mol_icon['path'] >
1945
1945
  ,
1946
1946
  ReturnType< $mol_svg_path['geometry'] >
1947
1947
  >
1948
1948
  export class $mol_icon extends $mol_svg_root {
1949
+ path( ): string
1950
+ Path( ): $mol_svg_path
1949
1951
  view_box( ): string
1950
1952
  minimal_width( ): number
1951
1953
  minimal_height( ): number
1952
1954
  sub( ): readonly(any)[]
1953
- path( ): string
1954
- Path( ): $mol_svg_path
1955
1955
  }
1956
1956
 
1957
1957
  }
@@ -1991,14 +1991,14 @@ declare namespace $ {
1991
1991
 
1992
1992
  declare namespace $ {
1993
1993
 
1994
- type $mol_blob__MT8G013T = $mol_type_enforce<
1994
+ type $mol_blob__Y90IVEA7 = $mol_type_enforce<
1995
1995
  [ readonly(BlobPart)[], ({
1996
1996
  'type': string,
1997
1997
  }) ]
1998
1998
  ,
1999
1999
  ConstructorParameters< typeof $mol_blob >
2000
2000
  >
2001
- type $mol_blob__26SJKJCL = $mol_type_enforce<
2001
+ type $mol_blob__QI8ZY7Z3 = $mol_type_enforce<
2002
2002
  [ readonly(BlobPart)[], ({
2003
2003
  'type': string,
2004
2004
  }) ]
@@ -2006,15 +2006,15 @@ declare namespace $ {
2006
2006
  ConstructorParameters< typeof $mol_blob >
2007
2007
  >
2008
2008
  export class $mol_button_copy extends $mol_button_minor {
2009
- blobs( ): readonly($mol_blob)[]
2010
- data( ): Record<string, any>
2011
- sub( ): readonly(any)[]
2012
2009
  text( ): ReturnType< $mol_button_copy['title'] >
2013
2010
  text_blob( next?: $mol_blob ): $mol_blob
2014
2011
  html( ): string
2015
2012
  html_blob( next?: $mol_blob ): $mol_blob
2016
2013
  Icon( ): $mol_icon_clipboard_outline
2017
2014
  title( ): string
2015
+ blobs( ): readonly($mol_blob)[]
2016
+ data( ): Record<string, any>
2017
+ sub( ): readonly(any)[]
2018
2018
  }
2019
2019
 
2020
2020
  }
@@ -2185,65 +2185,57 @@ declare namespace $ {
2185
2185
 
2186
2186
  declare namespace $ {
2187
2187
 
2188
- type $mol_text_code_row__numb_showed__BBGIQ3RK = $mol_type_enforce<
2188
+ type $mol_text_code_row__numb_showed__TOV7SGXW = $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 $mol_text_code_row__numb__JHQSHNSC = $mol_type_enforce<
2193
+ type $mol_text_code_row__numb__72HE1OAL = $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 $mol_text_code_row__text__J8W8OTHM = $mol_type_enforce<
2198
+ type $mol_text_code_row__text__6ZHKKJ92 = $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 $mol_text_code_row__syntax__WCEGM844 = $mol_type_enforce<
2203
+ type $mol_text_code_row__syntax__N0VG42RV = $mol_type_enforce<
2204
2204
  ReturnType< $mol_text_code['syntax'] >
2205
2205
  ,
2206
2206
  ReturnType< $mol_text_code_row['syntax'] >
2207
2207
  >
2208
- type $mol_text_code_row__uri_resolve__UNAJ21YE = $mol_type_enforce<
2208
+ type $mol_text_code_row__uri_resolve__KNZ0AB39 = $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 $mol_text_code_row__highlight__PJCOJUR4 = $mol_type_enforce<
2213
+ type $mol_text_code_row__highlight__QPO27HG6 = $mol_type_enforce<
2214
2214
  ReturnType< $mol_text_code['highlight'] >
2215
2215
  ,
2216
2216
  ReturnType< $mol_text_code_row['highlight'] >
2217
2217
  >
2218
- type $mol_list__render_visible_only__6NTT7RY8 = $mol_type_enforce<
2218
+ type $mol_list__render_visible_only__UTJWNLZ7 = $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 $mol_list__rows__A4VJPQDI = $mol_type_enforce<
2223
+ type $mol_list__rows__BX0ZREHE = $mol_type_enforce<
2224
2224
  ReturnType< $mol_text_code['rows'] >
2225
2225
  ,
2226
2226
  ReturnType< $mol_list['rows'] >
2227
2227
  >
2228
- type $mol_button_copy__hint__H1CVSB3O = $mol_type_enforce<
2228
+ type $mol_button_copy__hint__YO8VHPJN = $mol_type_enforce<
2229
2229
  string
2230
2230
  ,
2231
2231
  ReturnType< $mol_button_copy['hint'] >
2232
2232
  >
2233
- type $mol_button_copy__text__KMLOLZGT = $mol_type_enforce<
2233
+ type $mol_button_copy__text__20J8CYOS = $mol_type_enforce<
2234
2234
  ReturnType< $mol_text_code['text_export'] >
2235
2235
  ,
2236
2236
  ReturnType< $mol_button_copy['text'] >
2237
2237
  >
2238
2238
  export class $mol_text_code extends $mol_stack {
2239
- attr( ): ({
2240
- 'mol_text_code_sidebar_showed': ReturnType< $mol_text_code['sidebar_showed'] >,
2241
- }) & ReturnType< $mol_stack['attr'] >
2242
- text( ): string
2243
- text_lines( ): readonly(string)[]
2244
- find_pos( id: any): any
2245
- uri_base( ): string
2246
- sub( ): readonly(any)[]
2247
2239
  sidebar_showed( ): boolean
2248
2240
  render_visible_only( ): boolean
2249
2241
  row_numb( id: any): number
@@ -2256,6 +2248,14 @@ declare namespace $ {
2256
2248
  Rows( ): $mol_list
2257
2249
  text_export( ): string
2258
2250
  Copy( ): $mol_button_copy
2251
+ attr( ): ({
2252
+ 'mol_text_code_sidebar_showed': ReturnType< $mol_text_code['sidebar_showed'] >,
2253
+ }) & ReturnType< $mol_stack['attr'] >
2254
+ text( ): string
2255
+ text_lines( ): readonly(string)[]
2256
+ find_pos( id: any): any
2257
+ uri_base( ): string
2258
+ sub( ): readonly(any)[]
2259
2259
  }
2260
2260
 
2261
2261
  }
@@ -2302,18 +2302,12 @@ declare namespace $ {
2302
2302
 
2303
2303
  declare namespace $ {
2304
2304
 
2305
- type $mol_view__sub__TG9MFVRD = $mol_type_enforce<
2305
+ type $mol_view__sub__4S4PQ9LM = $mol_type_enforce<
2306
2306
  readonly(any)[]
2307
2307
  ,
2308
2308
  ReturnType< $mol_view['sub'] >
2309
2309
  >
2310
2310
  export class $mol_check extends $mol_button_minor {
2311
- attr( ): ({
2312
- 'mol_check_checked': ReturnType< $mol_check['checked'] >,
2313
- 'aria-checked': ReturnType< $mol_check['aria_checked'] >,
2314
- 'role': ReturnType< $mol_check['aria_role'] >,
2315
- }) & ReturnType< $mol_button_minor['attr'] >
2316
- sub( ): readonly($mol_view_content)[]
2317
2311
  checked( next?: boolean ): boolean
2318
2312
  aria_checked( ): string
2319
2313
  aria_role( ): string
@@ -2321,6 +2315,12 @@ declare namespace $ {
2321
2315
  title( ): string
2322
2316
  Title( ): $mol_view
2323
2317
  label( ): readonly(any)[]
2318
+ attr( ): ({
2319
+ 'mol_check_checked': ReturnType< $mol_check['checked'] >,
2320
+ 'aria-checked': ReturnType< $mol_check['aria_checked'] >,
2321
+ 'role': ReturnType< $mol_check['aria_role'] >,
2322
+ }) & ReturnType< $mol_button_minor['attr'] >
2323
+ sub( ): readonly($mol_view_content)[]
2324
2324
  }
2325
2325
 
2326
2326
  }
@@ -2347,6 +2347,9 @@ declare namespace $ {
2347
2347
  declare namespace $ {
2348
2348
 
2349
2349
  export class $mol_check_expand extends $mol_check {
2350
+ level_style( ): string
2351
+ expanded( next?: boolean ): boolean
2352
+ expandable( ): boolean
2350
2353
  Icon( ): $mol_icon_chevron
2351
2354
  level( ): number
2352
2355
  style( ): ({
@@ -2354,9 +2357,6 @@ declare namespace $ {
2354
2357
  }) & ReturnType< $mol_check['style'] >
2355
2358
  checked( next?: ReturnType< $mol_check_expand['expanded'] > ): ReturnType< $mol_check_expand['expanded'] >
2356
2359
  enabled( ): ReturnType< $mol_check_expand['expandable'] >
2357
- level_style( ): string
2358
- expanded( next?: boolean ): boolean
2359
- expandable( ): boolean
2360
2360
  }
2361
2361
 
2362
2362
  }
@@ -2374,34 +2374,34 @@ declare namespace $ {
2374
2374
 
2375
2375
  declare namespace $ {
2376
2376
 
2377
- type $mol_dump_value__value__X1C2BJ40 = $mol_type_enforce<
2377
+ type $mol_dump_value__value__LVHRJU1O = $mol_type_enforce<
2378
2378
  ReturnType< $mol_dump_list['dump_value'] >
2379
2379
  ,
2380
2380
  ReturnType< $mol_dump_value['value'] >
2381
2381
  >
2382
- type $mol_dump_value__expanded__Y1RXIBJ6 = $mol_type_enforce<
2382
+ type $mol_dump_value__expanded__2IMJ79VP = $mol_type_enforce<
2383
2383
  ReturnType< $mol_dump_list['dump_expanded'] >
2384
2384
  ,
2385
2385
  ReturnType< $mol_dump_value['expanded'] >
2386
2386
  >
2387
- type $mol_dump_value__prototypes__08LUSUAT = $mol_type_enforce<
2387
+ type $mol_dump_value__prototypes__NR02093L = $mol_type_enforce<
2388
2388
  ReturnType< $mol_dump_list['prototypes'] >
2389
2389
  ,
2390
2390
  ReturnType< $mol_dump_value['prototypes'] >
2391
2391
  >
2392
- type $mol_dump_value__preview_show__Z6DDP5Y3 = $mol_type_enforce<
2392
+ type $mol_dump_value__preview_show__QXDJDAZ6 = $mol_type_enforce<
2393
2393
  ReturnType< $mol_dump_list['preview_show'] >
2394
2394
  ,
2395
2395
  ReturnType< $mol_dump_value['preview_show'] >
2396
2396
  >
2397
2397
  export class $mol_dump_list extends $mol_view {
2398
- values( ): readonly(any)[]
2399
- sub( ): readonly(any)[]
2400
2398
  dump_value( id: any): any
2401
2399
  dump_expanded( id: any, next?: boolean ): boolean
2402
2400
  prototypes( ): boolean
2403
2401
  preview_show( ): boolean
2404
2402
  Dump( id: any): $mol_dump_value
2403
+ values( ): readonly(any)[]
2404
+ sub( ): readonly(any)[]
2405
2405
  }
2406
2406
 
2407
2407
  }
@@ -2420,33 +2420,32 @@ declare namespace $ {
2420
2420
 
2421
2421
  declare namespace $ {
2422
2422
 
2423
- type $mol_check_expand__checked__C66NFX9C = $mol_type_enforce<
2423
+ type $mol_check_expand__checked__HRW68EQR = $mol_type_enforce<
2424
2424
  ReturnType< $mol_expander['expanded'] >
2425
2425
  ,
2426
2426
  ReturnType< $mol_check_expand['checked'] >
2427
2427
  >
2428
- type $mol_check_expand__expandable__4LZSCIYC = $mol_type_enforce<
2428
+ type $mol_check_expand__expandable__20UU9BD2 = $mol_type_enforce<
2429
2429
  ReturnType< $mol_expander['expandable'] >
2430
2430
  ,
2431
2431
  ReturnType< $mol_check_expand['expandable'] >
2432
2432
  >
2433
- type $mol_check_expand__label__80ZA9T3W = $mol_type_enforce<
2433
+ type $mol_check_expand__label__5VNXGSJZ = $mol_type_enforce<
2434
2434
  ReturnType< $mol_expander['label'] >
2435
2435
  ,
2436
2436
  ReturnType< $mol_check_expand['label'] >
2437
2437
  >
2438
- type $mol_view__sub__H61PW93Y = $mol_type_enforce<
2438
+ type $mol_view__sub__321FOR2I = $mol_type_enforce<
2439
2439
  readonly(any)[]
2440
2440
  ,
2441
2441
  ReturnType< $mol_view['sub'] >
2442
2442
  >
2443
- type $mol_list__rows__GBNY905B = $mol_type_enforce<
2443
+ type $mol_list__rows__BBQIVVPX = $mol_type_enforce<
2444
2444
  ReturnType< $mol_expander['content'] >
2445
2445
  ,
2446
2446
  ReturnType< $mol_list['rows'] >
2447
2447
  >
2448
2448
  export class $mol_expander extends $mol_list {
2449
- rows( ): readonly(any)[]
2450
2449
  expanded( next?: boolean ): boolean
2451
2450
  expandable( ): boolean
2452
2451
  label( ): readonly(any)[]
@@ -2455,6 +2454,7 @@ declare namespace $ {
2455
2454
  Label( ): $mol_view
2456
2455
  content( ): readonly(any)[]
2457
2456
  Content( ): $mol_list
2457
+ rows( ): readonly(any)[]
2458
2458
  }
2459
2459
 
2460
2460
  }
@@ -2476,95 +2476,92 @@ declare namespace $ {
2476
2476
 
2477
2477
  declare namespace $ {
2478
2478
 
2479
- type $mol_text_code__text__GYQVRF3M = $mol_type_enforce<
2479
+ type $mol_text_code__text__QB8YBEY5 = $mol_type_enforce<
2480
2480
  ReturnType< $mol_dump_value['simple'] >
2481
2481
  ,
2482
2482
  ReturnType< $mol_text_code['text'] >
2483
2483
  >
2484
- type $mol_text_code__text__EM3FZ1XW = $mol_type_enforce<
2484
+ type $mol_text_code__text__K2XTX6E4 = $mol_type_enforce<
2485
2485
  ReturnType< $mol_dump_value['expand_title'] >
2486
2486
  ,
2487
2487
  ReturnType< $mol_text_code['text'] >
2488
2488
  >
2489
- type $mol_check_expand__minimal_height__IPDM7SSJ = $mol_type_enforce<
2489
+ type $mol_check_expand__minimal_height__C7TBRM2S = $mol_type_enforce<
2490
2490
  number
2491
2491
  ,
2492
2492
  ReturnType< $mol_check_expand['minimal_height'] >
2493
2493
  >
2494
- type $mol_check_expand__minimal_width__W4WX3L7C = $mol_type_enforce<
2494
+ type $mol_check_expand__minimal_width__19AHD738 = $mol_type_enforce<
2495
2495
  number
2496
2496
  ,
2497
2497
  ReturnType< $mol_check_expand['minimal_width'] >
2498
2498
  >
2499
- type $mol_check_expand__expanded__C4DOPNTN = $mol_type_enforce<
2499
+ type $mol_check_expand__expanded__B8DOWP2G = $mol_type_enforce<
2500
2500
  ReturnType< $mol_dump_value['expanded'] >
2501
2501
  ,
2502
2502
  ReturnType< $mol_check_expand['expanded'] >
2503
2503
  >
2504
- type $mol_check_expand__expandable__TWN91KJ3 = $mol_type_enforce<
2504
+ type $mol_check_expand__expandable__IBQ5W8IP = $mol_type_enforce<
2505
2505
  ReturnType< $mol_dump_value['expandable'] >
2506
2506
  ,
2507
2507
  ReturnType< $mol_check_expand['expandable'] >
2508
2508
  >
2509
- type $mol_check_expand__clicks__LIAY1JJ9 = $mol_type_enforce<
2509
+ type $mol_check_expand__clicks__B35HCRXH = $mol_type_enforce<
2510
2510
  ReturnType< $mol_dump_value['expand_all'] >
2511
2511
  ,
2512
2512
  ReturnType< $mol_check_expand['clicks'] >
2513
2513
  >
2514
- type $mol_check_expand__label__M1ES43OZ = $mol_type_enforce<
2514
+ type $mol_check_expand__label__IEMK8P2R = $mol_type_enforce<
2515
2515
  readonly(any)[]
2516
2516
  ,
2517
2517
  ReturnType< $mol_check_expand['label'] >
2518
2518
  >
2519
- type $mol_view__dom_node__TOXVGWNL = $mol_type_enforce<
2519
+ type $mol_view__dom_node__OXBCQ8TY = $mol_type_enforce<
2520
2520
  ReturnType< $mol_dump_value['preview_dom'] >
2521
2521
  ,
2522
2522
  ReturnType< $mol_view['dom_node'] >
2523
2523
  >
2524
- type $mol_view__render__2J97NX69 = $mol_type_enforce<
2524
+ type $mol_view__render__DF7STE4E = $mol_type_enforce<
2525
2525
  ReturnType< $mol_dump_value['preview'] >
2526
2526
  ,
2527
2527
  ReturnType< $mol_view['render'] >
2528
2528
  >
2529
- type $mol_view__sub__G3DNU2W8 = $mol_type_enforce<
2529
+ type $mol_view__sub__6E5EKI2Q = $mol_type_enforce<
2530
2530
  readonly(any)[]
2531
2531
  ,
2532
2532
  ReturnType< $mol_view['sub'] >
2533
2533
  >
2534
- type $mol_dump_list__values__7DFVO2DM = $mol_type_enforce<
2534
+ type $mol_dump_list__values__6PMYVRLC = $mol_type_enforce<
2535
2535
  ReturnType< $mol_dump_value['row_values'] >
2536
2536
  ,
2537
2537
  ReturnType< $mol_dump_list['values'] >
2538
2538
  >
2539
- type $mol_dump_list__prototypes__K7G4AE0T = $mol_type_enforce<
2539
+ type $mol_dump_list__prototypes__2B7LNA2D = $mol_type_enforce<
2540
2540
  ReturnType< $mol_dump_value['prototypes'] >
2541
2541
  ,
2542
2542
  ReturnType< $mol_dump_list['prototypes'] >
2543
2543
  >
2544
- type $mol_dump_list__preview_show__8TUGPINA = $mol_type_enforce<
2544
+ type $mol_dump_list__preview_show__RGOEZ5EL = $mol_type_enforce<
2545
2545
  ReturnType< $mol_dump_value['preview_show'] >
2546
2546
  ,
2547
2547
  ReturnType< $mol_dump_list['preview_show'] >
2548
2548
  >
2549
- type $mol_expander__expanded__ODHK2JNA = $mol_type_enforce<
2549
+ type $mol_expander__expanded__C0QQ9907 = $mol_type_enforce<
2550
2550
  ReturnType< $mol_dump_value['expanded'] >
2551
2551
  ,
2552
2552
  ReturnType< $mol_expander['expanded'] >
2553
2553
  >
2554
- type $mol_expander__Trigger__JIN5OYOU = $mol_type_enforce<
2554
+ type $mol_expander__Trigger__I23Q3BFY = $mol_type_enforce<
2555
2555
  ReturnType< $mol_dump_value['Expand_head'] >
2556
2556
  ,
2557
2557
  ReturnType< $mol_expander['Trigger'] >
2558
2558
  >
2559
- type $mol_expander__content__HM09F0QL = $mol_type_enforce<
2559
+ type $mol_expander__content__OQXQEJL5 = $mol_type_enforce<
2560
2560
  ReturnType< $mol_dump_value['expand_content'] >
2561
2561
  ,
2562
2562
  ReturnType< $mol_expander['content'] >
2563
2563
  >
2564
2564
  export class $mol_dump_value extends $mol_view {
2565
- value( next?: any ): any
2566
- preview_show( next?: boolean ): boolean
2567
- sub( ): readonly(any)[]
2568
2565
  simple( ): string
2569
2566
  Simple( ): $mol_text_code
2570
2567
  expanded( next?: boolean ): boolean
@@ -2582,6 +2579,9 @@ declare namespace $ {
2582
2579
  Row( id: any): $mol_dump_list
2583
2580
  expand_content( ): readonly(any)[]
2584
2581
  Expand( ): $mol_expander
2582
+ value( next?: any ): any
2583
+ preview_show( next?: boolean ): boolean
2584
+ sub( ): readonly(any)[]
2585
2585
  }
2586
2586
 
2587
2587
  }