vueless 0.0.393 → 0.0.395

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.
Files changed (60) hide show
  1. package/package.json +1 -1
  2. package/ui.button/UButton.vue +1 -1
  3. package/ui.button-link/ULink.vue +1 -1
  4. package/ui.button-toggle/UToggle.vue +1 -1
  5. package/ui.button-toggle-item/UToggleItem.vue +1 -1
  6. package/ui.container-card/UCard.vue +2 -2
  7. package/ui.container-col/UCol.vue +12 -3
  8. package/ui.container-col/config.js +12 -0
  9. package/ui.container-divider/UDivider.vue +12 -46
  10. package/ui.container-divider/config.js +19 -20
  11. package/ui.container-divider/storybook/stories.js +6 -32
  12. package/ui.container-divider/useAttrs.js +6 -1
  13. package/ui.container-group/UGroup.vue +2 -2
  14. package/ui.container-modal/UModal.vue +2 -8
  15. package/ui.container-modal-confirm/UModalConfirm.vue +1 -1
  16. package/ui.container-page/UPage.vue +1 -1
  17. package/ui.container-row/URow.vue +12 -3
  18. package/ui.container-row/config.js +12 -0
  19. package/ui.data-list/UDataList.vue +2 -2
  20. package/ui.data-table/UTable.vue +1 -1
  21. package/ui.dropdown-badge/UDropdownBadge.vue +1 -1
  22. package/ui.dropdown-button/UDropdownButton.vue +1 -1
  23. package/ui.dropdown-link/UDropdownLink.vue +1 -1
  24. package/ui.dropdown-list/UDropdownList.vue +1 -1
  25. package/ui.form-calendar/UCalendar.vue +1 -1
  26. package/ui.form-checkbox/UCheckbox.vue +1 -1
  27. package/ui.form-checkbox-group/UCheckboxGroup.vue +1 -1
  28. package/ui.form-checkbox-multi-state/UCheckboxMultiState.vue +1 -1
  29. package/ui.form-color-picker/UColorPicker.vue +1 -1
  30. package/ui.form-date-picker/UDatePicker.vue +1 -1
  31. package/ui.form-date-picker-range/UDatePickerRange.vue +1 -1
  32. package/ui.form-input/UInput.vue +1 -1
  33. package/ui.form-input-file/UInputFile.vue +1 -1
  34. package/ui.form-input-money/UInputMoney.vue +1 -1
  35. package/ui.form-input-number/UInputNumber.vue +1 -1
  36. package/ui.form-input-rating/UInputRating.vue +1 -1
  37. package/ui.form-input-search/UInputSearch.vue +1 -1
  38. package/ui.form-label/ULabel.vue +1 -1
  39. package/ui.form-radio/URadio.vue +1 -1
  40. package/ui.form-radio-group/URadioGroup.vue +1 -1
  41. package/ui.form-select/USelect.vue +1 -1
  42. package/ui.form-switch/USwitch.vue +1 -1
  43. package/ui.form-textarea/UTextarea.vue +1 -1
  44. package/ui.image-avatar/UAvatar.vue +1 -1
  45. package/ui.image-icon/UIcon.vue +1 -1
  46. package/ui.navigation-pagination/UPagination.vue +1 -1
  47. package/ui.navigation-progress/UProgress.vue +1 -1
  48. package/ui.navigation-tab/UTab.vue +1 -1
  49. package/ui.navigation-tabs/UTabs.vue +1 -1
  50. package/ui.other-dot/UDot.vue +1 -1
  51. package/ui.text-alert/UAlert.vue +1 -1
  52. package/ui.text-badge/UBadge.vue +1 -1
  53. package/ui.text-block/UText.vue +1 -1
  54. package/ui.text-empty/UEmpty.vue +1 -1
  55. package/ui.text-file/UFile.vue +1 -1
  56. package/ui.text-files/UFiles.vue +1 -1
  57. package/ui.text-header/UHeader.vue +1 -1
  58. package/ui.text-money/UMoney.vue +1 -1
  59. package/ui.text-notify/UNotify.vue +1 -1
  60. package/web-types.json +86 -104
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.393",
4
+ "version": "0.0.395",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -232,7 +232,7 @@
232
232
  },
233
233
  {
234
234
  "name": "config",
235
- "description": "Component ui config object.",
235
+ "description": "Component config object.",
236
236
  "value": {
237
237
  "kind": "expression",
238
238
  "type": "object"
@@ -391,7 +391,7 @@
391
391
  },
392
392
  {
393
393
  "name": "config",
394
- "description": "Component ui config object.",
394
+ "description": "Component config object.",
395
395
  "value": {
396
396
  "kind": "expression",
397
397
  "type": "object"
@@ -536,7 +536,7 @@
536
536
  },
537
537
  {
538
538
  "name": "config",
539
- "description": "Component ui config object.",
539
+ "description": "Component config object.",
540
540
  "value": {
541
541
  "kind": "expression",
542
542
  "type": "object"
@@ -798,7 +798,7 @@
798
798
  },
799
799
  {
800
800
  "name": "config",
801
- "description": "Component ui config object.",
801
+ "description": "Component config object.",
802
802
  "value": {
803
803
  "kind": "expression",
804
804
  "type": "object"
@@ -975,7 +975,7 @@
975
975
  },
976
976
  {
977
977
  "name": "config",
978
- "description": "Component ui config object.",
978
+ "description": "Component config object.",
979
979
  "value": {
980
980
  "kind": "expression",
981
981
  "type": "object"
@@ -1367,7 +1367,7 @@
1367
1367
  },
1368
1368
  {
1369
1369
  "name": "config",
1370
- "description": "Component ui config object.",
1370
+ "description": "Component config object.",
1371
1371
  "value": {
1372
1372
  "kind": "expression",
1373
1373
  "type": "object"
@@ -1551,7 +1551,7 @@
1551
1551
  },
1552
1552
  {
1553
1553
  "name": "config",
1554
- "description": "Component ui config object.",
1554
+ "description": "Component config object.",
1555
1555
  "value": {
1556
1556
  "kind": "expression",
1557
1557
  "type": "object"
@@ -1691,7 +1691,7 @@
1691
1691
  },
1692
1692
  {
1693
1693
  "name": "config",
1694
- "description": "Component ui config object.",
1694
+ "description": "Component config object.",
1695
1695
  "value": {
1696
1696
  "kind": "expression",
1697
1697
  "type": "object"
@@ -1801,7 +1801,7 @@
1801
1801
  },
1802
1802
  {
1803
1803
  "name": "config",
1804
- "description": "Component ui config object.",
1804
+ "description": "Component config object.",
1805
1805
  "value": {
1806
1806
  "kind": "expression",
1807
1807
  "type": "object"
@@ -1852,16 +1852,25 @@
1852
1852
  },
1853
1853
  {
1854
1854
  "name": "align",
1855
- "description": "Nested items align (flex align-items).",
1855
+ "description": "Items horizontal align (align-items).",
1856
1856
  "value": {
1857
1857
  "kind": "expression",
1858
1858
  "type": "'start' | 'end' | 'center' | 'stretch' | 'baseline'"
1859
1859
  },
1860
1860
  "default": "start"
1861
1861
  },
1862
+ {
1863
+ "name": "content",
1864
+ "description": "Items horizontal align for multi-row flex containers (align-content).",
1865
+ "value": {
1866
+ "kind": "expression",
1867
+ "type": "'start' | 'end' | 'center' | 'around' | 'evenly' | 'between' | 'normal' | 'stretch' | 'baseline'"
1868
+ },
1869
+ "default": "start"
1870
+ },
1862
1871
  {
1863
1872
  "name": "justify",
1864
- "description": "Nested items horizontally align (flex justify-content).",
1873
+ "description": "Items vertical align (justify-content).",
1865
1874
  "value": {
1866
1875
  "kind": "expression",
1867
1876
  "type": "'start' | 'end' | 'center' | 'around' | 'evenly' | 'between'"
@@ -1888,7 +1897,7 @@
1888
1897
  },
1889
1898
  {
1890
1899
  "name": "config",
1891
- "description": "Component ui config object.",
1900
+ "description": "Component config object.",
1892
1901
  "value": {
1893
1902
  "kind": "expression",
1894
1903
  "type": "object"
@@ -2003,7 +2012,7 @@
2003
2012
  },
2004
2013
  {
2005
2014
  "name": "config",
2006
- "description": "Component ui config object.",
2015
+ "description": "Component config object.",
2007
2016
  "value": {
2008
2017
  "kind": "expression",
2009
2018
  "type": "object"
@@ -2144,7 +2153,7 @@
2144
2153
  },
2145
2154
  {
2146
2155
  "name": "config",
2147
- "description": "Component ui config object.",
2156
+ "description": "Component config object.",
2148
2157
  "value": {
2149
2158
  "kind": "expression",
2150
2159
  "type": "object"
@@ -2466,7 +2475,7 @@
2466
2475
  },
2467
2476
  {
2468
2477
  "name": "config",
2469
- "description": "Component ui config object.",
2478
+ "description": "Component config object.",
2470
2479
  "value": {
2471
2480
  "kind": "expression",
2472
2481
  "type": "object"
@@ -2688,7 +2697,7 @@
2688
2697
  },
2689
2698
  {
2690
2699
  "name": "config",
2691
- "description": "Component ui config object.",
2700
+ "description": "Component config object.",
2692
2701
  "value": {
2693
2702
  "kind": "expression",
2694
2703
  "type": "object"
@@ -2907,6 +2916,15 @@
2907
2916
  },
2908
2917
  "default": "default"
2909
2918
  },
2919
+ {
2920
+ "name": "padding",
2921
+ "description": "Set padding around the Divider.",
2922
+ "value": {
2923
+ "kind": "expression",
2924
+ "type": "'none' | 'before' | 'after' | 'all'"
2925
+ },
2926
+ "default": "all"
2927
+ },
2910
2928
  {
2911
2929
  "name": "dashed",
2912
2930
  "description": "Set line dashed.",
@@ -2927,7 +2945,7 @@
2927
2945
  },
2928
2946
  {
2929
2947
  "name": "vertical",
2930
- "description": "Set divider orientation to vertical.",
2948
+ "description": "Set divider vertically orientated.",
2931
2949
  "value": {
2932
2950
  "kind": "expression",
2933
2951
  "type": "boolean"
@@ -2943,54 +2961,9 @@
2943
2961
  },
2944
2962
  "default": "false"
2945
2963
  },
2946
- {
2947
- "name": "noPadding",
2948
- "description": "Remove all paddings.",
2949
- "value": {
2950
- "kind": "expression",
2951
- "type": "boolean"
2952
- },
2953
- "default": "false"
2954
- },
2955
- {
2956
- "name": "noTopPadding",
2957
- "description": "Remove top padding.",
2958
- "value": {
2959
- "kind": "expression",
2960
- "type": "boolean"
2961
- },
2962
- "default": "false"
2963
- },
2964
- {
2965
- "name": "noBottomPadding",
2966
- "description": "Remove bottom padding.",
2967
- "value": {
2968
- "kind": "expression",
2969
- "type": "boolean"
2970
- },
2971
- "default": "false"
2972
- },
2973
- {
2974
- "name": "noLeftPadding",
2975
- "description": "Remove left padding.",
2976
- "value": {
2977
- "kind": "expression",
2978
- "type": "boolean"
2979
- },
2980
- "default": "false"
2981
- },
2982
- {
2983
- "name": "noRightPadding",
2984
- "description": "Remove right padding.",
2985
- "value": {
2986
- "kind": "expression",
2987
- "type": "boolean"
2988
- },
2989
- "default": "false"
2990
- },
2991
2964
  {
2992
2965
  "name": "config",
2993
- "description": "Component ui config object.",
2966
+ "description": "Component config object.",
2994
2967
  "value": {
2995
2968
  "kind": "expression",
2996
2969
  "type": "object"
@@ -3036,7 +3009,7 @@
3036
3009
  },
3037
3010
  {
3038
3011
  "name": "config",
3039
- "description": "Component ui config object.",
3012
+ "description": "Component config object.",
3040
3013
  "value": {
3041
3014
  "kind": "expression",
3042
3015
  "type": "object"
@@ -3163,7 +3136,7 @@
3163
3136
  },
3164
3137
  {
3165
3138
  "name": "config",
3166
- "description": "Component ui config object.",
3139
+ "description": "Component config object.",
3167
3140
  "value": {
3168
3141
  "kind": "expression",
3169
3142
  "type": "object"
@@ -3370,7 +3343,7 @@
3370
3343
  },
3371
3344
  {
3372
3345
  "name": "config",
3373
- "description": "Component ui config object.",
3346
+ "description": "Component config object.",
3374
3347
  "value": {
3375
3348
  "kind": "expression",
3376
3349
  "type": "object"
@@ -3564,7 +3537,7 @@
3564
3537
  },
3565
3538
  {
3566
3539
  "name": "config",
3567
- "description": "Component ui config object.",
3540
+ "description": "Component config object.",
3568
3541
  "value": {
3569
3542
  "kind": "expression",
3570
3543
  "type": "object"
@@ -3710,7 +3683,7 @@
3710
3683
  },
3711
3684
  {
3712
3685
  "name": "config",
3713
- "description": "Component ui config object.",
3686
+ "description": "Component config object.",
3714
3687
  "value": {
3715
3688
  "kind": "expression",
3716
3689
  "type": "object"
@@ -3817,7 +3790,7 @@
3817
3790
  },
3818
3791
  {
3819
3792
  "name": "config",
3820
- "description": "Component ui config object.",
3793
+ "description": "Component config object.",
3821
3794
  "value": {
3822
3795
  "kind": "expression",
3823
3796
  "type": "object"
@@ -3904,7 +3877,7 @@
3904
3877
  },
3905
3878
  {
3906
3879
  "name": "config",
3907
- "description": "Component ui config object.",
3880
+ "description": "Component config object.",
3908
3881
  "value": {
3909
3882
  "kind": "expression",
3910
3883
  "type": "object"
@@ -4006,7 +3979,7 @@
4006
3979
  },
4007
3980
  {
4008
3981
  "name": "config",
4009
- "description": "Component ui config object.",
3982
+ "description": "Component config object.",
4010
3983
  "value": {
4011
3984
  "kind": "expression",
4012
3985
  "type": "object"
@@ -4098,7 +4071,7 @@
4098
4071
  },
4099
4072
  {
4100
4073
  "name": "config",
4101
- "description": "Component ui config object.",
4074
+ "description": "Component config object.",
4102
4075
  "value": {
4103
4076
  "kind": "expression",
4104
4077
  "type": "object"
@@ -4202,7 +4175,7 @@
4202
4175
  },
4203
4176
  {
4204
4177
  "name": "config",
4205
- "description": "Component ui config object.",
4178
+ "description": "Component config object.",
4206
4179
  "value": {
4207
4180
  "kind": "expression",
4208
4181
  "type": "object"
@@ -4307,7 +4280,7 @@
4307
4280
  },
4308
4281
  {
4309
4282
  "name": "config",
4310
- "description": "Component ui config object.",
4283
+ "description": "Component config object.",
4311
4284
  "value": {
4312
4285
  "kind": "expression",
4313
4286
  "type": "object"
@@ -4503,7 +4476,7 @@
4503
4476
  },
4504
4477
  {
4505
4478
  "name": "config",
4506
- "description": "Component ui config object.",
4479
+ "description": "Component config object.",
4507
4480
  "value": {
4508
4481
  "kind": "expression",
4509
4482
  "type": "object"
@@ -4721,7 +4694,7 @@
4721
4694
  },
4722
4695
  {
4723
4696
  "name": "config",
4724
- "description": "Sets component ui config object.",
4697
+ "description": "Component config object.",
4725
4698
  "value": {
4726
4699
  "kind": "expression",
4727
4700
  "type": "object"
@@ -4960,7 +4933,7 @@
4960
4933
  },
4961
4934
  {
4962
4935
  "name": "config",
4963
- "description": "Component ui config object.",
4936
+ "description": "Component config object.",
4964
4937
  "value": {
4965
4938
  "kind": "expression",
4966
4939
  "type": "object"
@@ -5074,7 +5047,7 @@
5074
5047
  },
5075
5048
  {
5076
5049
  "name": "config",
5077
- "description": "Component ui config object.",
5050
+ "description": "Component config object.",
5078
5051
  "value": {
5079
5052
  "kind": "expression",
5080
5053
  "type": "object"
@@ -5206,7 +5179,7 @@
5206
5179
  },
5207
5180
  {
5208
5181
  "name": "config",
5209
- "description": "Component ui config object.",
5182
+ "description": "Component config object.",
5210
5183
  "value": {
5211
5184
  "kind": "expression",
5212
5185
  "type": "object"
@@ -5414,7 +5387,7 @@
5414
5387
  },
5415
5388
  {
5416
5389
  "name": "config",
5417
- "description": "Component ui config object.",
5390
+ "description": "Component config object.",
5418
5391
  "value": {
5419
5392
  "kind": "expression",
5420
5393
  "type": "object"
@@ -5574,7 +5547,7 @@
5574
5547
  },
5575
5548
  {
5576
5549
  "name": "config",
5577
- "description": "Sets component ui config object.",
5550
+ "description": "Component config object.",
5578
5551
  "value": {
5579
5552
  "kind": "expression",
5580
5553
  "type": "object"
@@ -5788,7 +5761,7 @@
5788
5761
  },
5789
5762
  {
5790
5763
  "name": "config",
5791
- "description": "Component ui config object.",
5764
+ "description": "Component config object.",
5792
5765
  "value": {
5793
5766
  "kind": "expression",
5794
5767
  "type": "object"
@@ -6058,7 +6031,7 @@
6058
6031
  },
6059
6032
  {
6060
6033
  "name": "config",
6061
- "description": "Set component ui config object.",
6034
+ "description": "Component config object.",
6062
6035
  "value": {
6063
6036
  "kind": "expression",
6064
6037
  "type": "object"
@@ -6217,7 +6190,7 @@
6217
6190
  },
6218
6191
  {
6219
6192
  "name": "config",
6220
- "description": "Component ui config object.",
6193
+ "description": "Component config object.",
6221
6194
  "value": {
6222
6195
  "kind": "expression",
6223
6196
  "type": "object"
@@ -6398,7 +6371,7 @@
6398
6371
  },
6399
6372
  {
6400
6373
  "name": "config",
6401
- "description": "Component ui config object.",
6374
+ "description": "Component config object.",
6402
6375
  "value": {
6403
6376
  "kind": "expression",
6404
6377
  "type": "object"
@@ -6463,7 +6436,7 @@
6463
6436
  },
6464
6437
  {
6465
6438
  "name": "config",
6466
- "description": "Sets component ui config object.",
6439
+ "description": "Component config object.",
6467
6440
  "value": {
6468
6441
  "kind": "expression",
6469
6442
  "type": "object"
@@ -6563,7 +6536,7 @@
6563
6536
  },
6564
6537
  {
6565
6538
  "name": "config",
6566
- "description": "Sets component ui config object.",
6539
+ "description": "Component config object.",
6567
6540
  "value": {
6568
6541
  "kind": "expression",
6569
6542
  "type": "object"
@@ -6763,7 +6736,7 @@
6763
6736
  },
6764
6737
  {
6765
6738
  "name": "config",
6766
- "description": "Component ui config object.",
6739
+ "description": "Component config object.",
6767
6740
  "value": {
6768
6741
  "kind": "expression",
6769
6742
  "type": "object"
@@ -6894,7 +6867,7 @@
6894
6867
  },
6895
6868
  {
6896
6869
  "name": "config",
6897
- "description": "Component ui config object.",
6870
+ "description": "Component config object.",
6898
6871
  "value": {
6899
6872
  "kind": "expression",
6900
6873
  "type": "object"
@@ -7074,7 +7047,7 @@
7074
7047
  },
7075
7048
  {
7076
7049
  "name": "config",
7077
- "description": "Component ui config object.",
7050
+ "description": "Component config object.",
7078
7051
  "value": {
7079
7052
  "kind": "expression",
7080
7053
  "type": "object"
@@ -7202,7 +7175,7 @@
7202
7175
  },
7203
7176
  {
7204
7177
  "name": "config",
7205
- "description": "Component ui config object.",
7178
+ "description": "Component config object.",
7206
7179
  "value": {
7207
7180
  "kind": "expression",
7208
7181
  "type": "object"
@@ -7258,16 +7231,25 @@
7258
7231
  },
7259
7232
  {
7260
7233
  "name": "align",
7261
- "description": "Nested items vertical align (flex align-items).",
7234
+ "description": "Items vertical align (align-items).",
7262
7235
  "value": {
7263
7236
  "kind": "expression",
7264
7237
  "type": "'start' | 'end' | 'center' | 'stretch' | 'baseline'"
7265
7238
  },
7266
7239
  "default": "start"
7267
7240
  },
7241
+ {
7242
+ "name": "content",
7243
+ "description": "Items vertical align for multi-row flex containers (align-content).",
7244
+ "value": {
7245
+ "kind": "expression",
7246
+ "type": "'start' | 'end' | 'center' | 'around' | 'evenly' | 'between' | 'normal' | 'stretch' | 'baseline'"
7247
+ },
7248
+ "default": "start"
7249
+ },
7268
7250
  {
7269
7251
  "name": "justify",
7270
- "description": "Nested items horizontally align (flex justify-content).",
7252
+ "description": "Items horizontally align (justify-content).",
7271
7253
  "value": {
7272
7254
  "kind": "expression",
7273
7255
  "type": "'start' | 'end' | 'center' | 'around' | 'evenly' | 'between'"
@@ -7303,7 +7285,7 @@
7303
7285
  },
7304
7286
  {
7305
7287
  "name": "config",
7306
- "description": "Component ui config object.",
7288
+ "description": "Component config object.",
7307
7289
  "value": {
7308
7290
  "kind": "expression",
7309
7291
  "type": "object"
@@ -7544,7 +7526,7 @@
7544
7526
  },
7545
7527
  {
7546
7528
  "name": "config",
7547
- "description": "Component ui config object.",
7529
+ "description": "Component config object.",
7548
7530
  "value": {
7549
7531
  "kind": "expression",
7550
7532
  "type": "object"
@@ -7909,7 +7891,7 @@
7909
7891
  },
7910
7892
  {
7911
7893
  "name": "config",
7912
- "description": "Sets component ui config object.",
7894
+ "description": "Component config object.",
7913
7895
  "value": {
7914
7896
  "kind": "expression",
7915
7897
  "type": "object"
@@ -7978,7 +7960,7 @@
7978
7960
  },
7979
7961
  {
7980
7962
  "name": "config",
7981
- "description": "Component ui config object.",
7963
+ "description": "Component config object.",
7982
7964
  "value": {
7983
7965
  "kind": "expression",
7984
7966
  "type": "object"
@@ -8084,7 +8066,7 @@
8084
8066
  },
8085
8067
  {
8086
8068
  "name": "config",
8087
- "description": "Component ui config object.",
8069
+ "description": "Component config object.",
8088
8070
  "value": {
8089
8071
  "kind": "expression",
8090
8072
  "type": "object"
@@ -8365,7 +8347,7 @@
8365
8347
  },
8366
8348
  {
8367
8349
  "name": "config",
8368
- "description": "Component ui config object.",
8350
+ "description": "Component config object.",
8369
8351
  "value": {
8370
8352
  "kind": "expression",
8371
8353
  "type": "object"
@@ -8449,7 +8431,7 @@
8449
8431
  },
8450
8432
  {
8451
8433
  "name": "config",
8452
- "description": "Component ui config object.",
8434
+ "description": "Component config object.",
8453
8435
  "value": {
8454
8436
  "kind": "expression",
8455
8437
  "type": "object"
@@ -8609,7 +8591,7 @@
8609
8591
  },
8610
8592
  {
8611
8593
  "name": "config",
8612
- "description": "Sets component ui config object.",
8594
+ "description": "Component config object.",
8613
8595
  "value": {
8614
8596
  "kind": "expression",
8615
8597
  "type": "object"
@@ -8807,7 +8789,7 @@
8807
8789
  },
8808
8790
  {
8809
8791
  "name": "config",
8810
- "description": "Component ui config object.",
8792
+ "description": "Component config object.",
8811
8793
  "value": {
8812
8794
  "kind": "expression",
8813
8795
  "type": "object"
@@ -8900,7 +8882,7 @@
8900
8882
  },
8901
8883
  {
8902
8884
  "name": "config",
8903
- "description": "Component ui config object.",
8885
+ "description": "Component config object.",
8904
8886
  "value": {
8905
8887
  "kind": "expression",
8906
8888
  "type": "object"