bfg-common 1.0.13 → 1.0.15
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/components/atoms/alert/Notification.vue +167 -167
- package/components/atoms/autocomplete/Autocomplete.vue +236 -236
- package/components/atoms/combobox/Combobox.vue +131 -131
- package/components/atoms/datepicker/Datepicker.vue +612 -612
- package/components/atoms/dropdown/tree/Tree.vue +134 -134
- package/components/atoms/list/SelectList.vue +62 -62
- package/components/atoms/modal/bySteps/BySteps.vue +234 -234
- package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +174 -174
- package/components/atoms/nav/NavBar.vue +116 -116
- package/components/atoms/nav/VerticalNavBar.vue +89 -89
- package/components/atoms/notificationBar/NotificationBar.vue +175 -175
- package/components/atoms/perPage/PerPage.vue +52 -52
- package/components/atoms/popup/SimplePopup.vue +90 -90
- package/components/atoms/step/VerticalStep.vue +104 -104
- package/components/atoms/switch/Switch.vue +107 -107
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +204 -204
- package/components/atoms/table/dataGrid/DataGridPage.vue +189 -189
- package/components/atoms/table/dataGrid/DataGridPagination.vue +83 -83
- package/components/atoms/table/dataGrid/config/itemsPerPage.ts +20 -20
- package/components/atoms/tabs/Tabs.vue +189 -189
- package/components/atoms/tooltip/Signpost.vue +224 -224
- package/components/common/accordion/Accordion.vue +176 -176
- package/components/common/accordion/Recursion.vue +195 -195
- package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +62 -62
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +62 -62
- package/components/common/browse/Browse.vue +182 -182
- package/components/common/browse/blocks/Title.vue +66 -66
- package/components/common/diagramMain/Header.vue +160 -160
- package/components/common/diagramMain/adapter/AdapterItem.vue +227 -227
- package/components/common/diagramMain/adapter/AdapterItems.vue +57 -57
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +236 -236
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +178 -178
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +392 -392
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +339 -339
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +202 -202
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +226 -226
- package/components/common/diagramMain/modals/viewSettings/Info.vue +94 -94
- package/components/common/diagramMain/network/Contents.vue +238 -238
- package/components/common/feedback/Buttons.vue +232 -232
- package/components/common/feedback/Message.vue +468 -468
- package/components/common/feedback/VisitPortal.vue +54 -54
- package/components/common/modals/Rename.vue +165 -165
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +388 -388
- package/components/common/monitor/models/interfaces.ts +1 -0
- package/components/common/perPage/PerPage.vue +51 -51
- package/components/common/recursionTree/RecursionTree.vue +201 -201
- package/components/common/vm/actions/add/Add.vue +687 -687
- package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
- package/components/common/vm/actions/add/config/capabilities.ts +670 -670
- package/components/common/vm/actions/add/customizeHardware/CustomizeHardware.vue +1 -1
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/VirtualHardware.vue +1 -1
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +55 -55
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/cpu/Sa.vue +102 -102
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +447 -447
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +147 -147
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +86 -86
- package/components/common/vm/actions/add/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +114 -114
- package/components/common/vm/actions/add/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +50 -50
- package/components/common/vm/actions/add/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +52 -52
- package/components/common/vm/actions/add/select/compatibility/Compatibility.vue +151 -151
- package/components/common/vm/actions/add/select/computeResource/ComputeResource.vue +170 -170
- package/components/common/vm/actions/add/select/computeResource/TreeView.vue +126 -126
- package/components/common/vm/actions/add/select/name/Name.vue +173 -173
- package/components/common/vm/actions/add/select/os/os.vue +221 -221
- package/components/common/vm/actions/add/utils.ts +118 -118
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +141 -141
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +373 -373
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +123 -123
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +54 -54
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +131 -131
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +230 -230
- package/models/store/storage/interfaces.ts +32 -32
- package/package.json +1 -1
- package/plugins/recursion.ts +230 -230
- package/public/spice-console/application/codec.js +257 -257
- package/public/spice-console/lib/rasterEngine.js +907 -907
- package/public/spice-console-minify/lib/decoder/dixie.min.js +4 -4
- package/public/spice-console-minify/lib/jgestures.min.js +24 -24
- package/public/spice-console-minify/lib/jquery-2.0.3.min.js +24 -24
- package/public/spice-console-minify/lib/jquery-mousewheel.min.js +11 -11
- package/public/spice-console-minify/lib/jquery-visibility.min.js +1 -1
- package/public/spice-console-minify/lib/lodash.4.0.0.min.js +5 -5
package/plugins/recursion.ts
CHANGED
|
@@ -1,230 +1,230 @@
|
|
|
1
|
-
export default defineNuxtPlugin(() => {
|
|
2
|
-
const recursion = function () {
|
|
3
|
-
const self: any = {}
|
|
4
|
-
|
|
5
|
-
self.find = function (
|
|
6
|
-
arr: any[],
|
|
7
|
-
value: any,
|
|
8
|
-
valueProp: string,
|
|
9
|
-
itemsProp: string
|
|
10
|
-
) {
|
|
11
|
-
let result = null
|
|
12
|
-
if (!arr) {
|
|
13
|
-
return result
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
for (let i = 0; i < arr.length; i++) {
|
|
17
|
-
const item = arr[i]
|
|
18
|
-
if (item[valueProp] === value) {
|
|
19
|
-
result = item
|
|
20
|
-
break
|
|
21
|
-
}
|
|
22
|
-
if (item[itemsProp].length) {
|
|
23
|
-
result = self.find(item.nodes, value, valueProp, itemsProp)
|
|
24
|
-
if (result) {
|
|
25
|
-
break
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
return result
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
self.findAndShow = function (
|
|
33
|
-
arr: any[],
|
|
34
|
-
values: any[],
|
|
35
|
-
valueProps: string[],
|
|
36
|
-
itemsProp: string
|
|
37
|
-
): boolean {
|
|
38
|
-
if (!arr) return false
|
|
39
|
-
let res = false
|
|
40
|
-
|
|
41
|
-
for (let i = 0; i < arr.length; i++) {
|
|
42
|
-
const item: any = arr[i]
|
|
43
|
-
|
|
44
|
-
const isFind = values.every(
|
|
45
|
-
(value, index) => value === item[valueProps[index]]
|
|
46
|
-
)
|
|
47
|
-
if (isFind) {
|
|
48
|
-
item.nodesShow = !item.nodesShow
|
|
49
|
-
res = true
|
|
50
|
-
break
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
if (item[itemsProp]?.length) {
|
|
54
|
-
self.findAndShow(item.nodes, values, valueProps, itemsProp)
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
return res
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
self.findAndRemove = function (
|
|
61
|
-
arr: any[],
|
|
62
|
-
values: any[],
|
|
63
|
-
valueProps: string[],
|
|
64
|
-
itemsProp: string
|
|
65
|
-
): boolean {
|
|
66
|
-
if (!arr) return false
|
|
67
|
-
let res = false
|
|
68
|
-
|
|
69
|
-
for (let i = 0; i < arr.length; i++) {
|
|
70
|
-
const item: any = arr[i]
|
|
71
|
-
|
|
72
|
-
const isFind = values.every(
|
|
73
|
-
(value, index) => value === item[valueProps[index]]
|
|
74
|
-
)
|
|
75
|
-
if (isFind) {
|
|
76
|
-
arr.splice(i, 1)
|
|
77
|
-
res = true
|
|
78
|
-
break
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
if (item[itemsProp]?.length) {
|
|
82
|
-
self.findAndRemove(item[itemsProp], values, valueProps, itemsProp)
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
return res
|
|
86
|
-
}
|
|
87
|
-
self.findAndMove = function (
|
|
88
|
-
arr: any[],
|
|
89
|
-
values: any[],
|
|
90
|
-
valueProps: string[],
|
|
91
|
-
itemsProp: string,
|
|
92
|
-
moveArr: any,
|
|
93
|
-
findIndex: string
|
|
94
|
-
) {
|
|
95
|
-
let result = null
|
|
96
|
-
if (!arr) return result
|
|
97
|
-
|
|
98
|
-
for (let i = 0; i < arr.length; i++) {
|
|
99
|
-
const item: any = arr[i]
|
|
100
|
-
|
|
101
|
-
const isFind = values.every(
|
|
102
|
-
(value, index) => value === item[valueProps[index]]
|
|
103
|
-
)
|
|
104
|
-
|
|
105
|
-
if (isFind) {
|
|
106
|
-
// Remove from the original position
|
|
107
|
-
const moveItem = arr.splice(i, 1)[0]
|
|
108
|
-
const index = moveArr[itemsProp].findLastIndex(
|
|
109
|
-
(x) => x.type === findIndex
|
|
110
|
-
)
|
|
111
|
-
moveArr[itemsProp].splice(index + 1, 0, moveItem)
|
|
112
|
-
|
|
113
|
-
result = moveItem
|
|
114
|
-
break
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
if (item[itemsProp]?.length) {
|
|
118
|
-
result = self.findAndMove(
|
|
119
|
-
item[itemsProp],
|
|
120
|
-
values,
|
|
121
|
-
valueProps,
|
|
122
|
-
itemsProp,
|
|
123
|
-
moveArr,
|
|
124
|
-
findIndex
|
|
125
|
-
)
|
|
126
|
-
if (result) break
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
return result
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
self.findAndActivate = function (
|
|
133
|
-
arr: any[],
|
|
134
|
-
values: any[],
|
|
135
|
-
valueProps: string[],
|
|
136
|
-
itemsProp: string
|
|
137
|
-
): boolean {
|
|
138
|
-
if (!arr) return false
|
|
139
|
-
let res = false
|
|
140
|
-
|
|
141
|
-
for (let i = 0; i < arr.length; i++) {
|
|
142
|
-
const item = arr[i]
|
|
143
|
-
const isActive = values.every(
|
|
144
|
-
(value, index) => value === item[valueProps[index]]
|
|
145
|
-
)
|
|
146
|
-
item.isActive = isActive
|
|
147
|
-
if (isActive) {
|
|
148
|
-
res = true
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
if (item[itemsProp]?.length) {
|
|
152
|
-
const isFindInChild = self.findAndActivate(
|
|
153
|
-
item.nodes,
|
|
154
|
-
values,
|
|
155
|
-
valueProps,
|
|
156
|
-
itemsProp
|
|
157
|
-
)
|
|
158
|
-
if (!res) res = isFindInChild
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
return res
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
// TODO изменить nodes и сделать динамичной
|
|
165
|
-
self.filtrationTreeByExpectedTypeRecursion = (
|
|
166
|
-
node: any,
|
|
167
|
-
expectedType: string | string[]
|
|
168
|
-
): any[] | null | any => {
|
|
169
|
-
if (!node.nodes.length) return { ...node }
|
|
170
|
-
|
|
171
|
-
const result = []
|
|
172
|
-
|
|
173
|
-
for (let i = 0; i < node.nodes.length; i++) {
|
|
174
|
-
const item = { ...node.nodes[i] }
|
|
175
|
-
|
|
176
|
-
// Проверка, является ли тип ожидаемым типом или массивом ожидаемых типов
|
|
177
|
-
if (
|
|
178
|
-
(typeof expectedType === 'string' && item.type === expectedType) ||
|
|
179
|
-
(Array.isArray(expectedType) && expectedType.includes(item.type))
|
|
180
|
-
) {
|
|
181
|
-
result.push(
|
|
182
|
-
self.filtrationTreeByExpectedTypeRecursion(item, expectedType)
|
|
183
|
-
)
|
|
184
|
-
} else {
|
|
185
|
-
item.nodes = []
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
node.nodes = result
|
|
189
|
-
return { ...node }
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
self.createAbsolutePathRecursion = (
|
|
193
|
-
node: any,
|
|
194
|
-
valueProp: string,
|
|
195
|
-
parentProp: string
|
|
196
|
-
): string => {
|
|
197
|
-
if (!node) return ''
|
|
198
|
-
|
|
199
|
-
const parentPath = self.createAbsolutePathRecursion(
|
|
200
|
-
node[parentProp],
|
|
201
|
-
valueProp,
|
|
202
|
-
parentProp
|
|
203
|
-
)
|
|
204
|
-
return (parentPath ? `${parentPath}/` : '') + node[valueProp]
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
self.findParentByValue = (
|
|
208
|
-
node: any,
|
|
209
|
-
value: any,
|
|
210
|
-
valueProp: string,
|
|
211
|
-
parentProp: string
|
|
212
|
-
): any | null => {
|
|
213
|
-
if (!node) return null
|
|
214
|
-
|
|
215
|
-
if (node[valueProp] === value) return node
|
|
216
|
-
const parent = node[parentProp]
|
|
217
|
-
if (parent) return self.findParentByValue(parent, value, valueProp, parentProp)
|
|
218
|
-
|
|
219
|
-
return null
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
return self
|
|
223
|
-
}.call({})
|
|
224
|
-
|
|
225
|
-
return {
|
|
226
|
-
provide: {
|
|
227
|
-
recursion,
|
|
228
|
-
},
|
|
229
|
-
}
|
|
230
|
-
})
|
|
1
|
+
export default defineNuxtPlugin(() => {
|
|
2
|
+
const recursion = function () {
|
|
3
|
+
const self: any = {}
|
|
4
|
+
|
|
5
|
+
self.find = function (
|
|
6
|
+
arr: any[],
|
|
7
|
+
value: any,
|
|
8
|
+
valueProp: string,
|
|
9
|
+
itemsProp: string
|
|
10
|
+
) {
|
|
11
|
+
let result = null
|
|
12
|
+
if (!arr) {
|
|
13
|
+
return result
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
for (let i = 0; i < arr.length; i++) {
|
|
17
|
+
const item = arr[i]
|
|
18
|
+
if (item[valueProp] === value) {
|
|
19
|
+
result = item
|
|
20
|
+
break
|
|
21
|
+
}
|
|
22
|
+
if (item[itemsProp].length) {
|
|
23
|
+
result = self.find(item.nodes, value, valueProp, itemsProp)
|
|
24
|
+
if (result) {
|
|
25
|
+
break
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
return result
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
self.findAndShow = function (
|
|
33
|
+
arr: any[],
|
|
34
|
+
values: any[],
|
|
35
|
+
valueProps: string[],
|
|
36
|
+
itemsProp: string
|
|
37
|
+
): boolean {
|
|
38
|
+
if (!arr) return false
|
|
39
|
+
let res = false
|
|
40
|
+
|
|
41
|
+
for (let i = 0; i < arr.length; i++) {
|
|
42
|
+
const item: any = arr[i]
|
|
43
|
+
|
|
44
|
+
const isFind = values.every(
|
|
45
|
+
(value, index) => value === item[valueProps[index]]
|
|
46
|
+
)
|
|
47
|
+
if (isFind) {
|
|
48
|
+
item.nodesShow = !item.nodesShow
|
|
49
|
+
res = true
|
|
50
|
+
break
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
if (item[itemsProp]?.length) {
|
|
54
|
+
self.findAndShow(item.nodes, values, valueProps, itemsProp)
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
return res
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
self.findAndRemove = function (
|
|
61
|
+
arr: any[],
|
|
62
|
+
values: any[],
|
|
63
|
+
valueProps: string[],
|
|
64
|
+
itemsProp: string
|
|
65
|
+
): boolean {
|
|
66
|
+
if (!arr) return false
|
|
67
|
+
let res = false
|
|
68
|
+
|
|
69
|
+
for (let i = 0; i < arr.length; i++) {
|
|
70
|
+
const item: any = arr[i]
|
|
71
|
+
|
|
72
|
+
const isFind = values.every(
|
|
73
|
+
(value, index) => value === item[valueProps[index]]
|
|
74
|
+
)
|
|
75
|
+
if (isFind) {
|
|
76
|
+
arr.splice(i, 1)
|
|
77
|
+
res = true
|
|
78
|
+
break
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
if (item[itemsProp]?.length) {
|
|
82
|
+
self.findAndRemove(item[itemsProp], values, valueProps, itemsProp)
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
return res
|
|
86
|
+
}
|
|
87
|
+
self.findAndMove = function (
|
|
88
|
+
arr: any[],
|
|
89
|
+
values: any[],
|
|
90
|
+
valueProps: string[],
|
|
91
|
+
itemsProp: string,
|
|
92
|
+
moveArr: any,
|
|
93
|
+
findIndex: string
|
|
94
|
+
) {
|
|
95
|
+
let result = null
|
|
96
|
+
if (!arr) return result
|
|
97
|
+
|
|
98
|
+
for (let i = 0; i < arr.length; i++) {
|
|
99
|
+
const item: any = arr[i]
|
|
100
|
+
|
|
101
|
+
const isFind = values.every(
|
|
102
|
+
(value, index) => value === item[valueProps[index]]
|
|
103
|
+
)
|
|
104
|
+
|
|
105
|
+
if (isFind) {
|
|
106
|
+
// Remove from the original position
|
|
107
|
+
const moveItem = arr.splice(i, 1)[0]
|
|
108
|
+
const index = moveArr[itemsProp].findLastIndex(
|
|
109
|
+
(x) => x.type === findIndex
|
|
110
|
+
)
|
|
111
|
+
moveArr[itemsProp].splice(index + 1, 0, moveItem)
|
|
112
|
+
|
|
113
|
+
result = moveItem
|
|
114
|
+
break
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
if (item[itemsProp]?.length) {
|
|
118
|
+
result = self.findAndMove(
|
|
119
|
+
item[itemsProp],
|
|
120
|
+
values,
|
|
121
|
+
valueProps,
|
|
122
|
+
itemsProp,
|
|
123
|
+
moveArr,
|
|
124
|
+
findIndex
|
|
125
|
+
)
|
|
126
|
+
if (result) break
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
return result
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
self.findAndActivate = function (
|
|
133
|
+
arr: any[],
|
|
134
|
+
values: any[],
|
|
135
|
+
valueProps: string[],
|
|
136
|
+
itemsProp: string
|
|
137
|
+
): boolean {
|
|
138
|
+
if (!arr) return false
|
|
139
|
+
let res = false
|
|
140
|
+
|
|
141
|
+
for (let i = 0; i < arr.length; i++) {
|
|
142
|
+
const item = arr[i]
|
|
143
|
+
const isActive = values.every(
|
|
144
|
+
(value, index) => value === item[valueProps[index]]
|
|
145
|
+
)
|
|
146
|
+
item.isActive = isActive
|
|
147
|
+
if (isActive) {
|
|
148
|
+
res = true
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
if (item[itemsProp]?.length) {
|
|
152
|
+
const isFindInChild = self.findAndActivate(
|
|
153
|
+
item.nodes,
|
|
154
|
+
values,
|
|
155
|
+
valueProps,
|
|
156
|
+
itemsProp
|
|
157
|
+
)
|
|
158
|
+
if (!res) res = isFindInChild
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
return res
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// TODO изменить nodes и сделать динамичной
|
|
165
|
+
self.filtrationTreeByExpectedTypeRecursion = (
|
|
166
|
+
node: any,
|
|
167
|
+
expectedType: string | string[]
|
|
168
|
+
): any[] | null | any => {
|
|
169
|
+
if (!node.nodes.length) return { ...node }
|
|
170
|
+
|
|
171
|
+
const result = []
|
|
172
|
+
|
|
173
|
+
for (let i = 0; i < node.nodes.length; i++) {
|
|
174
|
+
const item = { ...node.nodes[i] }
|
|
175
|
+
|
|
176
|
+
// Проверка, является ли тип ожидаемым типом или массивом ожидаемых типов
|
|
177
|
+
if (
|
|
178
|
+
(typeof expectedType === 'string' && item.type === expectedType) ||
|
|
179
|
+
(Array.isArray(expectedType) && expectedType.includes(item.type))
|
|
180
|
+
) {
|
|
181
|
+
result.push(
|
|
182
|
+
self.filtrationTreeByExpectedTypeRecursion(item, expectedType)
|
|
183
|
+
)
|
|
184
|
+
} else {
|
|
185
|
+
item.nodes = []
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
node.nodes = result
|
|
189
|
+
return { ...node }
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
self.createAbsolutePathRecursion = (
|
|
193
|
+
node: any,
|
|
194
|
+
valueProp: string,
|
|
195
|
+
parentProp: string
|
|
196
|
+
): string => {
|
|
197
|
+
if (!node) return ''
|
|
198
|
+
|
|
199
|
+
const parentPath = self.createAbsolutePathRecursion(
|
|
200
|
+
node[parentProp],
|
|
201
|
+
valueProp,
|
|
202
|
+
parentProp
|
|
203
|
+
)
|
|
204
|
+
return (parentPath ? `${parentPath}/` : '') + node[valueProp]
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
self.findParentByValue = (
|
|
208
|
+
node: any,
|
|
209
|
+
value: any,
|
|
210
|
+
valueProp: string,
|
|
211
|
+
parentProp: string
|
|
212
|
+
): any | null => {
|
|
213
|
+
if (!node) return null
|
|
214
|
+
|
|
215
|
+
if (node[valueProp] === value) return node
|
|
216
|
+
const parent = node[parentProp]
|
|
217
|
+
if (parent) return self.findParentByValue(parent, value, valueProp, parentProp)
|
|
218
|
+
|
|
219
|
+
return null
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
return self
|
|
223
|
+
}.call({})
|
|
224
|
+
|
|
225
|
+
return {
|
|
226
|
+
provide: {
|
|
227
|
+
recursion,
|
|
228
|
+
},
|
|
229
|
+
}
|
|
230
|
+
})
|