@vuetify/nightly 3.6.7-master.2024-05-28 → 3.6.8-master.2024-05-30
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/CHANGELOG.md +2 -10
- package/dist/json/attributes.json +44 -12
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +118 -118
- package/dist/json/tags.json +8 -0
- package/dist/json/web-types.json +117 -45
- package/dist/vuetify-labs.css +1826 -1823
- package/dist/vuetify-labs.d.ts +528 -1392
- package/dist/vuetify-labs.esm.js +145 -43
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +145 -43
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +849 -846
- package/dist/vuetify.d.ts +423 -1127
- package/dist/vuetify.esm.js +41 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +41 -12
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +16 -16
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +102 -336
- package/lib/components/VCombobox/index.d.mts +102 -336
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VList/VList.mjs +3 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +52 -66
- package/lib/components/VSelect/index.d.mts +102 -336
- package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +1 -1
- package/lib/components/VStepper/VStepper.mjs +18 -4
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +3 -0
- package/lib/components/VStepper/VStepperItem.sass +3 -0
- package/lib/components/VStepper/index.d.mts +43 -9
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/index.d.mts +379 -1083
- package/lib/composables/filter.mjs +1 -1
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VStepperVertical/index.d.mts +43 -9
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +30 -25
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +81 -10
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +110 -300
- package/lib/labs/components.d.mts +3402 -3558
- package/package.json +1 -1
package/dist/json/web-types.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
3
3
|
"framework": "vue",
|
4
4
|
"name": "vuetify",
|
5
|
-
"version": "3.6.
|
5
|
+
"version": "3.6.8-master.2024-05-30",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -11519,7 +11519,7 @@
|
|
11519
11519
|
},
|
11520
11520
|
{
|
11521
11521
|
"name": "headerProps",
|
11522
|
-
"description": "Pass props to the default header. See [`v-data-table-
|
11522
|
+
"description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information.",
|
11523
11523
|
"doc-url": "https://vuetifyjs.com/api/VDataTable#props",
|
11524
11524
|
"value": {
|
11525
11525
|
"kind": "expression",
|
@@ -25917,29 +25917,29 @@
|
|
25917
25917
|
],
|
25918
25918
|
"events": [
|
25919
25919
|
{
|
25920
|
-
"name": "
|
25920
|
+
"name": "click:open",
|
25921
25921
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
|
25922
25922
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25923
25923
|
"arguments": [
|
25924
25924
|
{
|
25925
25925
|
"name": "argument",
|
25926
|
-
"type": "[unknown]\n"
|
25926
|
+
"type": "[{ id: unknown; value: boolean; path: unknown[] }]\n"
|
25927
25927
|
}
|
25928
25928
|
]
|
25929
25929
|
},
|
25930
25930
|
{
|
25931
|
-
"name": "
|
25931
|
+
"name": "click:select",
|
25932
25932
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
|
25933
25933
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25934
25934
|
"arguments": [
|
25935
25935
|
{
|
25936
25936
|
"name": "argument",
|
25937
|
-
"type": "[unknown]\n"
|
25937
|
+
"type": "[{ id: unknown; value: boolean; path: unknown[] }]\n"
|
25938
25938
|
}
|
25939
25939
|
]
|
25940
25940
|
},
|
25941
25941
|
{
|
25942
|
-
"name": "update:
|
25942
|
+
"name": "update:selected",
|
25943
25943
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
|
25944
25944
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25945
25945
|
"arguments": [
|
@@ -25950,29 +25950,29 @@
|
|
25950
25950
|
]
|
25951
25951
|
},
|
25952
25952
|
{
|
25953
|
-
"name": "
|
25953
|
+
"name": "update:opened",
|
25954
25954
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
|
25955
25955
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25956
25956
|
"arguments": [
|
25957
25957
|
{
|
25958
25958
|
"name": "argument",
|
25959
|
-
"type": "[
|
25959
|
+
"type": "[unknown]\n"
|
25960
25960
|
}
|
25961
25961
|
]
|
25962
25962
|
},
|
25963
25963
|
{
|
25964
|
-
"name": "
|
25964
|
+
"name": "update:activated",
|
25965
25965
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
|
25966
25966
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25967
25967
|
"arguments": [
|
25968
25968
|
{
|
25969
25969
|
"name": "argument",
|
25970
|
-
"type": "[
|
25970
|
+
"type": "[unknown]\n"
|
25971
25971
|
}
|
25972
25972
|
]
|
25973
25973
|
},
|
25974
25974
|
{
|
25975
|
-
"name": "click:
|
25975
|
+
"name": "click:activate",
|
25976
25976
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
|
25977
25977
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25978
25978
|
"arguments": [
|
@@ -38685,6 +38685,24 @@
|
|
38685
38685
|
"type": "string"
|
38686
38686
|
}
|
38687
38687
|
},
|
38688
|
+
{
|
38689
|
+
"name": "completeIcon",
|
38690
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
|
38691
|
+
"doc-url": "https://vuetifyjs.com/api/VStepper#props",
|
38692
|
+
"value": {
|
38693
|
+
"kind": "expression",
|
38694
|
+
"type": "string"
|
38695
|
+
}
|
38696
|
+
},
|
38697
|
+
{
|
38698
|
+
"name": "editIcon",
|
38699
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
|
38700
|
+
"doc-url": "https://vuetifyjs.com/api/VStepper#props",
|
38701
|
+
"value": {
|
38702
|
+
"kind": "expression",
|
38703
|
+
"type": "string"
|
38704
|
+
}
|
38705
|
+
},
|
38688
38706
|
{
|
38689
38707
|
"name": "editable",
|
38690
38708
|
"description": "Marks step as editable.",
|
@@ -38695,6 +38713,15 @@
|
|
38695
38713
|
"type": "boolean"
|
38696
38714
|
}
|
38697
38715
|
},
|
38716
|
+
{
|
38717
|
+
"name": "errorIcon",
|
38718
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
|
38719
|
+
"doc-url": "https://vuetifyjs.com/api/VStepper#props",
|
38720
|
+
"value": {
|
38721
|
+
"kind": "expression",
|
38722
|
+
"type": "string"
|
38723
|
+
}
|
38724
|
+
},
|
38698
38725
|
{
|
38699
38726
|
"name": "hideActions",
|
38700
38727
|
"description": "Hide actions bar (prev and next buttons).",
|
@@ -38736,8 +38763,8 @@
|
|
38736
38763
|
}
|
38737
38764
|
},
|
38738
38765
|
{
|
38739
|
-
"name": "
|
38740
|
-
"description": "
|
38766
|
+
"name": "nonLinear",
|
38767
|
+
"description": "Allow user to jump to any step.",
|
38741
38768
|
"doc-url": "https://vuetifyjs.com/api/VStepper#props",
|
38742
38769
|
"default": "false",
|
38743
38770
|
"value": {
|
@@ -38746,8 +38773,8 @@
|
|
38746
38773
|
}
|
38747
38774
|
},
|
38748
38775
|
{
|
38749
|
-
"name": "
|
38750
|
-
"description": "
|
38776
|
+
"name": "mobile",
|
38777
|
+
"description": "Forces the stepper into a mobile state, removing labels from stepper items.",
|
38751
38778
|
"doc-url": "https://vuetifyjs.com/api/VStepper#props",
|
38752
38779
|
"default": "false",
|
38753
38780
|
"value": {
|
@@ -38755,6 +38782,15 @@
|
|
38755
38782
|
"type": "boolean"
|
38756
38783
|
}
|
38757
38784
|
},
|
38785
|
+
{
|
38786
|
+
"name": "mobileBreakpoint",
|
38787
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
|
38788
|
+
"doc-url": "https://vuetifyjs.com/api/VStepper#props",
|
38789
|
+
"value": {
|
38790
|
+
"kind": "expression",
|
38791
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
|
38792
|
+
}
|
38793
|
+
},
|
38758
38794
|
{
|
38759
38795
|
"name": "modelValue",
|
38760
38796
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
@@ -39702,6 +39738,24 @@
|
|
39702
39738
|
"type": "string"
|
39703
39739
|
}
|
39704
39740
|
},
|
39741
|
+
{
|
39742
|
+
"name": "completeIcon",
|
39743
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
|
39744
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39745
|
+
"value": {
|
39746
|
+
"kind": "expression",
|
39747
|
+
"type": "string"
|
39748
|
+
}
|
39749
|
+
},
|
39750
|
+
{
|
39751
|
+
"name": "editIcon",
|
39752
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
|
39753
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39754
|
+
"value": {
|
39755
|
+
"kind": "expression",
|
39756
|
+
"type": "string"
|
39757
|
+
}
|
39758
|
+
},
|
39705
39759
|
{
|
39706
39760
|
"name": "editable",
|
39707
39761
|
"description": "Marks step as editable.",
|
@@ -39712,6 +39766,15 @@
|
|
39712
39766
|
"type": "boolean"
|
39713
39767
|
}
|
39714
39768
|
},
|
39769
|
+
{
|
39770
|
+
"name": "errorIcon",
|
39771
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
|
39772
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39773
|
+
"value": {
|
39774
|
+
"kind": "expression",
|
39775
|
+
"type": "string"
|
39776
|
+
}
|
39777
|
+
},
|
39715
39778
|
{
|
39716
39779
|
"name": "hideActions",
|
39717
39780
|
"description": "Hide actions bar (prev and next buttons).",
|
@@ -39762,8 +39825,8 @@
|
|
39762
39825
|
}
|
39763
39826
|
},
|
39764
39827
|
{
|
39765
|
-
"name": "
|
39766
|
-
"description": "
|
39828
|
+
"name": "nonLinear",
|
39829
|
+
"description": "Allow user to jump to any step.",
|
39767
39830
|
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39768
39831
|
"default": "false",
|
39769
39832
|
"value": {
|
@@ -39772,8 +39835,8 @@
|
|
39772
39835
|
}
|
39773
39836
|
},
|
39774
39837
|
{
|
39775
|
-
"name": "
|
39776
|
-
"description": "
|
39838
|
+
"name": "mobile",
|
39839
|
+
"description": "Forces the stepper into a mobile state, removing labels from stepper items.",
|
39777
39840
|
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39778
39841
|
"default": "false",
|
39779
39842
|
"value": {
|
@@ -39781,6 +39844,15 @@
|
|
39781
39844
|
"type": "boolean"
|
39782
39845
|
}
|
39783
39846
|
},
|
39847
|
+
{
|
39848
|
+
"name": "mobileBreakpoint",
|
39849
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
|
39850
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39851
|
+
"value": {
|
39852
|
+
"kind": "expression",
|
39853
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
|
39854
|
+
}
|
39855
|
+
},
|
39784
39856
|
{
|
39785
39857
|
"name": "modelValue",
|
39786
39858
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
@@ -42525,7 +42597,7 @@
|
|
42525
42597
|
},
|
42526
42598
|
{
|
42527
42599
|
"name": "items",
|
42528
|
-
"description": "The items to display in the component. This can be an array of strings or objects with a property `
|
42600
|
+
"description": "The items to display in the component. This can be an array of strings or objects with a property `text`.",
|
42529
42601
|
"doc-url": "https://vuetifyjs.com/api/VTabs#props",
|
42530
42602
|
"default": "[]",
|
42531
42603
|
"value": {
|
@@ -46792,6 +46864,16 @@
|
|
46792
46864
|
"type": "unknown[]"
|
46793
46865
|
}
|
46794
46866
|
},
|
46867
|
+
{
|
46868
|
+
"name": "selectStrategy",
|
46869
|
+
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.",
|
46870
|
+
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
46871
|
+
"default": "'classic'",
|
46872
|
+
"value": {
|
46873
|
+
"kind": "expression",
|
46874
|
+
"type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)"
|
46875
|
+
}
|
46876
|
+
},
|
46795
46877
|
{
|
46796
46878
|
"name": "baseColor",
|
46797
46879
|
"description": "Sets the color of component when not focused.",
|
@@ -46934,16 +47016,6 @@
|
|
46934
47016
|
"type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)"
|
46935
47017
|
}
|
46936
47018
|
},
|
46937
|
-
{
|
46938
|
-
"name": "selectStrategy",
|
46939
|
-
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.",
|
46940
|
-
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
46941
|
-
"default": "'independent'",
|
46942
|
-
"value": {
|
46943
|
-
"kind": "expression",
|
46944
|
-
"type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)"
|
46945
|
-
}
|
46946
|
-
},
|
46947
47019
|
{
|
46948
47020
|
"name": "openStrategy",
|
46949
47021
|
"description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected.",
|
@@ -47166,30 +47238,30 @@
|
|
47166
47238
|
],
|
47167
47239
|
"events": [
|
47168
47240
|
{
|
47169
|
-
"name": "
|
47170
|
-
"description": "Emits the
|
47241
|
+
"name": "click:open",
|
47242
|
+
"description": "Emits the item when it is clicked to open.",
|
47171
47243
|
"doc-url": "https://vuetifyjs.com/api/v-treeview#events",
|
47172
47244
|
"arguments": [
|
47173
47245
|
{
|
47174
47246
|
"name": "argument",
|
47175
|
-
"type": "[unknown]\n"
|
47247
|
+
"type": "[{ id: unknown; value: boolean; path: unknown[] }]\n"
|
47176
47248
|
}
|
47177
47249
|
]
|
47178
47250
|
},
|
47179
47251
|
{
|
47180
|
-
"name": "
|
47181
|
-
"description": "Emits the
|
47252
|
+
"name": "click:select",
|
47253
|
+
"description": "Emits the item when it is clicked to select.",
|
47182
47254
|
"doc-url": "https://vuetifyjs.com/api/v-treeview#events",
|
47183
47255
|
"arguments": [
|
47184
47256
|
{
|
47185
47257
|
"name": "argument",
|
47186
|
-
"type": "[unknown]\n"
|
47258
|
+
"type": "[{ id: unknown; value: boolean; path: unknown[] }]\n"
|
47187
47259
|
}
|
47188
47260
|
]
|
47189
47261
|
},
|
47190
47262
|
{
|
47191
|
-
"name": "update:
|
47192
|
-
"description": "Emits the array of
|
47263
|
+
"name": "update:opened",
|
47264
|
+
"description": "Emits the array of open items when this value changes.",
|
47193
47265
|
"doc-url": "https://vuetifyjs.com/api/v-treeview#events",
|
47194
47266
|
"arguments": [
|
47195
47267
|
{
|
@@ -47199,24 +47271,24 @@
|
|
47199
47271
|
]
|
47200
47272
|
},
|
47201
47273
|
{
|
47202
|
-
"name": "
|
47203
|
-
"description": "Emits the
|
47274
|
+
"name": "update:activated",
|
47275
|
+
"description": "Emits the array of active items when this value changes.",
|
47204
47276
|
"doc-url": "https://vuetifyjs.com/api/v-treeview#events",
|
47205
47277
|
"arguments": [
|
47206
47278
|
{
|
47207
47279
|
"name": "argument",
|
47208
|
-
"type": "[
|
47280
|
+
"type": "[unknown]\n"
|
47209
47281
|
}
|
47210
47282
|
]
|
47211
47283
|
},
|
47212
47284
|
{
|
47213
|
-
"name": "
|
47214
|
-
"description": "Emits the
|
47285
|
+
"name": "update:selected",
|
47286
|
+
"description": "Emits the array of selected items when this value changes.",
|
47215
47287
|
"doc-url": "https://vuetifyjs.com/api/v-treeview#events",
|
47216
47288
|
"arguments": [
|
47217
47289
|
{
|
47218
47290
|
"name": "argument",
|
47219
|
-
"type": "[
|
47291
|
+
"type": "[unknown]\n"
|
47220
47292
|
}
|
47221
47293
|
]
|
47222
47294
|
}
|