@kosdev-code/kos-ui-sdk 0.1.0-dev.5681 → 0.1.0-dev.5686
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/core/core/declarative/declarative-actions-wiring.d.ts +5 -4
- package/core/core/declarative/declarative-actions-wiring.d.ts.map +1 -1
- package/core/core/declarative/declarative-model-factory.d.ts.map +1 -1
- package/core/core/declarative/declarative-model-types.d.ts +5 -1
- package/core/core/declarative/declarative-model-types.d.ts.map +1 -1
- package/core/core/declarative/index.d.ts +1 -1
- package/core/core/declarative/index.d.ts.map +1 -1
- package/core/core/declarative/types.d.ts +28 -12
- package/core/core/declarative/types.d.ts.map +1 -1
- package/index.cjs +34 -34
- package/index.cjs.map +1 -1
- package/index.js +2602 -2534
- package/index.js.map +1 -1
- package/kos-models.json +375 -0
- package/package.json +3 -2
package/kos-models.json
ADDED
|
@@ -0,0 +1,375 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-02-25T23:58:52.052Z",
|
|
3
|
+
"packageName": "@kosdev-code/kos-ui-sdk",
|
|
4
|
+
"models": {
|
|
5
|
+
"browser-router-model": {
|
|
6
|
+
"modelTypeId": "browser-router-model",
|
|
7
|
+
"className": "BrowserRouterModelImpl",
|
|
8
|
+
"singleton": true,
|
|
9
|
+
"container": false,
|
|
10
|
+
"sourcePath": "src/models/models/browser-router/browser-router-model.ts",
|
|
11
|
+
"dependencies": [],
|
|
12
|
+
"children": []
|
|
13
|
+
},
|
|
14
|
+
"log-stream-model": {
|
|
15
|
+
"modelTypeId": "log-stream-model",
|
|
16
|
+
"className": "LogStreamModelImpl",
|
|
17
|
+
"singleton": false,
|
|
18
|
+
"container": false,
|
|
19
|
+
"sourcePath": "src/models/models/log-stream/log-stream-model.ts",
|
|
20
|
+
"dependencies": [],
|
|
21
|
+
"children": [
|
|
22
|
+
{
|
|
23
|
+
"propertyName": "_blocks",
|
|
24
|
+
"modelType": "log-block-container-model"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"log-stream-container-model": {
|
|
29
|
+
"modelTypeId": "log-stream-container-model",
|
|
30
|
+
"className": "LogStreamContainerModelImpl",
|
|
31
|
+
"singleton": true,
|
|
32
|
+
"container": true,
|
|
33
|
+
"sourcePath": "src/models/models/log-stream/log-stream-container-model.ts",
|
|
34
|
+
"dependencies": [],
|
|
35
|
+
"children": [
|
|
36
|
+
{
|
|
37
|
+
"propertyName": "_models",
|
|
38
|
+
"modelType": "log-stream-model"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
"log-block-model": {
|
|
43
|
+
"modelTypeId": "log-block-model",
|
|
44
|
+
"className": "LogBlockModelImpl",
|
|
45
|
+
"singleton": false,
|
|
46
|
+
"container": false,
|
|
47
|
+
"sourcePath": "src/models/models/log-block/log-block-model.ts",
|
|
48
|
+
"dependencies": [],
|
|
49
|
+
"children": []
|
|
50
|
+
},
|
|
51
|
+
"log-block-container-model": {
|
|
52
|
+
"modelTypeId": "log-block-container-model",
|
|
53
|
+
"className": "LogBlockContainerModelImpl",
|
|
54
|
+
"singleton": true,
|
|
55
|
+
"container": true,
|
|
56
|
+
"sourcePath": "src/models/models/log-block/log-block-container-model.ts",
|
|
57
|
+
"dependencies": [],
|
|
58
|
+
"children": [
|
|
59
|
+
{
|
|
60
|
+
"propertyName": "_models",
|
|
61
|
+
"modelType": "log-block-model"
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"studio-properties-model": {
|
|
66
|
+
"modelTypeId": "studio-properties-model",
|
|
67
|
+
"className": "StudioPropertiesModelImpl",
|
|
68
|
+
"singleton": false,
|
|
69
|
+
"container": false,
|
|
70
|
+
"sourcePath": "src/models/models/studio-properties/studio-properties-model.ts",
|
|
71
|
+
"dependencies": [],
|
|
72
|
+
"children": []
|
|
73
|
+
},
|
|
74
|
+
"canvas-renderer-model": {
|
|
75
|
+
"modelTypeId": "canvas-renderer-model",
|
|
76
|
+
"className": "CanvasRendererModelImpl",
|
|
77
|
+
"singleton": false,
|
|
78
|
+
"container": false,
|
|
79
|
+
"sourcePath": "src/models/models/canvas-renderer/canvas-renderer-model.ts",
|
|
80
|
+
"dependencies": [],
|
|
81
|
+
"children": []
|
|
82
|
+
},
|
|
83
|
+
"kos-log-manager-model": {
|
|
84
|
+
"modelTypeId": "kos-log-manager-model",
|
|
85
|
+
"className": "KosLogManagerModelImpl",
|
|
86
|
+
"singleton": true,
|
|
87
|
+
"container": false,
|
|
88
|
+
"sourcePath": "src/models/models/kos-log-manager/kos-log-manager-model.ts",
|
|
89
|
+
"dependencies": [],
|
|
90
|
+
"children": []
|
|
91
|
+
},
|
|
92
|
+
"kos-expression-evaluator-model": {
|
|
93
|
+
"modelTypeId": "kos-expression-evaluator-model",
|
|
94
|
+
"className": "KosExpressionEvaluatorModelImpl",
|
|
95
|
+
"singleton": false,
|
|
96
|
+
"container": false,
|
|
97
|
+
"sourcePath": "src/models/models/kos-expression-evaluator/kos-expression-evaluator-model.ts",
|
|
98
|
+
"dependencies": [],
|
|
99
|
+
"children": []
|
|
100
|
+
},
|
|
101
|
+
"usb-update-container-model": {
|
|
102
|
+
"modelTypeId": "usb-update-container-model",
|
|
103
|
+
"className": "UsbUpdateContainerModelImpl",
|
|
104
|
+
"singleton": true,
|
|
105
|
+
"container": false,
|
|
106
|
+
"sourcePath": "src/models/models/usb-update/usb-update-container-model.ts",
|
|
107
|
+
"dependencies": [],
|
|
108
|
+
"children": [
|
|
109
|
+
{
|
|
110
|
+
"propertyName": "_models",
|
|
111
|
+
"modelType": "usb-update-model"
|
|
112
|
+
}
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
"usb-update-model": {
|
|
116
|
+
"modelTypeId": "usb-update-model",
|
|
117
|
+
"className": "UsbUpdateModelImpl",
|
|
118
|
+
"singleton": false,
|
|
119
|
+
"container": false,
|
|
120
|
+
"sourcePath": "src/models/models/usb-update/usb-update-model.ts",
|
|
121
|
+
"dependencies": [],
|
|
122
|
+
"children": []
|
|
123
|
+
},
|
|
124
|
+
"canvas-dispatcher-model": {
|
|
125
|
+
"modelTypeId": "canvas-dispatcher-model",
|
|
126
|
+
"className": "CanvasDispatcherModelImpl",
|
|
127
|
+
"singleton": true,
|
|
128
|
+
"container": false,
|
|
129
|
+
"sourcePath": "src/models/models/canvas-dispatcher/canvas-dispatcher-model.ts",
|
|
130
|
+
"dependencies": [],
|
|
131
|
+
"children": [
|
|
132
|
+
{
|
|
133
|
+
"propertyName": "_endpointRenderers",
|
|
134
|
+
"modelType": "canvas-renderer-model"
|
|
135
|
+
}
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
"state-bean-model": {
|
|
139
|
+
"modelTypeId": "state-bean-model",
|
|
140
|
+
"className": "StateBeanModelImpl",
|
|
141
|
+
"singleton": false,
|
|
142
|
+
"container": false,
|
|
143
|
+
"sourcePath": "src/models/models/state-bean/state-bean-model.ts",
|
|
144
|
+
"dependencies": [],
|
|
145
|
+
"children": []
|
|
146
|
+
},
|
|
147
|
+
"region-info-model": {
|
|
148
|
+
"modelTypeId": "region-info-model",
|
|
149
|
+
"className": "RegionInfoModelImpl",
|
|
150
|
+
"singleton": false,
|
|
151
|
+
"container": false,
|
|
152
|
+
"sourcePath": "src/models/models/region-info/region-info-model.ts",
|
|
153
|
+
"dependencies": [],
|
|
154
|
+
"children": []
|
|
155
|
+
},
|
|
156
|
+
"ota-model": {
|
|
157
|
+
"modelTypeId": "ota-model",
|
|
158
|
+
"className": "OtaModelImpl",
|
|
159
|
+
"singleton": true,
|
|
160
|
+
"container": false,
|
|
161
|
+
"sourcePath": "src/models/models/ota/ota-model.ts",
|
|
162
|
+
"dependencies": [],
|
|
163
|
+
"children": []
|
|
164
|
+
},
|
|
165
|
+
"software-info-model": {
|
|
166
|
+
"modelTypeId": "software-info-model",
|
|
167
|
+
"className": "SoftwareInfoModelImpl",
|
|
168
|
+
"singleton": false,
|
|
169
|
+
"container": false,
|
|
170
|
+
"sourcePath": "src/models/models/software-info/software-info-model.ts",
|
|
171
|
+
"dependencies": [],
|
|
172
|
+
"children": []
|
|
173
|
+
},
|
|
174
|
+
"device-maintenance-model": {
|
|
175
|
+
"modelTypeId": "device-maintenance-model",
|
|
176
|
+
"singleton": false,
|
|
177
|
+
"container": false,
|
|
178
|
+
"dependencies": [],
|
|
179
|
+
"children": []
|
|
180
|
+
},
|
|
181
|
+
"brewing-system-model": {
|
|
182
|
+
"modelTypeId": "brewing-system-model",
|
|
183
|
+
"singleton": false,
|
|
184
|
+
"container": false,
|
|
185
|
+
"dependencies": [],
|
|
186
|
+
"children": []
|
|
187
|
+
},
|
|
188
|
+
"device-operations-model": {
|
|
189
|
+
"modelTypeId": "device-operations-model",
|
|
190
|
+
"singleton": false,
|
|
191
|
+
"container": false,
|
|
192
|
+
"dependencies": [],
|
|
193
|
+
"children": []
|
|
194
|
+
},
|
|
195
|
+
"device-model": {
|
|
196
|
+
"modelTypeId": "device-model",
|
|
197
|
+
"className": "DeviceModelImpl",
|
|
198
|
+
"singleton": true,
|
|
199
|
+
"container": false,
|
|
200
|
+
"sourcePath": "src/models/models/device/device-model.ts",
|
|
201
|
+
"dependencies": [],
|
|
202
|
+
"children": []
|
|
203
|
+
},
|
|
204
|
+
"state-prop-model": {
|
|
205
|
+
"modelTypeId": "state-prop-model",
|
|
206
|
+
"className": "StatePropModelImpl",
|
|
207
|
+
"singleton": false,
|
|
208
|
+
"container": false,
|
|
209
|
+
"sourcePath": "src/models/models/state-prop/state-prop-model.ts",
|
|
210
|
+
"dependencies": [
|
|
211
|
+
{
|
|
212
|
+
"modelType": "state-bean-model",
|
|
213
|
+
"propertyName": "stateBean"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"children": []
|
|
217
|
+
},
|
|
218
|
+
"kos-time-model": {
|
|
219
|
+
"modelTypeId": "kos-time-model",
|
|
220
|
+
"className": "KosTimeModelImpl",
|
|
221
|
+
"singleton": true,
|
|
222
|
+
"container": false,
|
|
223
|
+
"sourcePath": "src/models/models/kos-time/kos-time-model.ts",
|
|
224
|
+
"dependencies": [],
|
|
225
|
+
"children": []
|
|
226
|
+
},
|
|
227
|
+
"key-value-model": {
|
|
228
|
+
"modelTypeId": "key-value-model",
|
|
229
|
+
"className": "KeyValueModelImpl",
|
|
230
|
+
"singleton": false,
|
|
231
|
+
"container": false,
|
|
232
|
+
"sourcePath": "src/models/models/key-value/key-value-model.ts",
|
|
233
|
+
"dependencies": [],
|
|
234
|
+
"children": []
|
|
235
|
+
},
|
|
236
|
+
"config-bean-prop-model": {
|
|
237
|
+
"modelTypeId": "config-bean-prop-model",
|
|
238
|
+
"className": "KosConfigPropertyImpl",
|
|
239
|
+
"singleton": false,
|
|
240
|
+
"container": false,
|
|
241
|
+
"sourcePath": "src/models/models/config-bean-prop/config-bean-prop-model.ts",
|
|
242
|
+
"dependencies": [
|
|
243
|
+
{
|
|
244
|
+
"modelType": "region-info-model",
|
|
245
|
+
"propertyName": "regionInfo"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"children": []
|
|
249
|
+
},
|
|
250
|
+
"translation-model": {
|
|
251
|
+
"modelTypeId": "translation-model",
|
|
252
|
+
"className": "TranslationModelImpl",
|
|
253
|
+
"singleton": false,
|
|
254
|
+
"container": false,
|
|
255
|
+
"sourcePath": "src/models/models/translation/translation-model.ts",
|
|
256
|
+
"dependencies": [],
|
|
257
|
+
"children": []
|
|
258
|
+
},
|
|
259
|
+
"translation-container-model": {
|
|
260
|
+
"modelTypeId": "translation-container-model",
|
|
261
|
+
"className": "TranslationContainerModelImpl",
|
|
262
|
+
"singleton": true,
|
|
263
|
+
"container": false,
|
|
264
|
+
"sourcePath": "src/models/models/translation/translation-container-model.ts",
|
|
265
|
+
"dependencies": [],
|
|
266
|
+
"children": [
|
|
267
|
+
{
|
|
268
|
+
"propertyName": "_models",
|
|
269
|
+
"modelType": "translation-model"
|
|
270
|
+
}
|
|
271
|
+
]
|
|
272
|
+
},
|
|
273
|
+
"storage-device-model": {
|
|
274
|
+
"modelTypeId": "storage-device-model",
|
|
275
|
+
"className": "StorageDeviceModelImpl",
|
|
276
|
+
"singleton": false,
|
|
277
|
+
"container": false,
|
|
278
|
+
"sourcePath": "src/models/models/storage-device/storage-device-model.ts",
|
|
279
|
+
"dependencies": [],
|
|
280
|
+
"children": []
|
|
281
|
+
},
|
|
282
|
+
"storage-device-container-model": {
|
|
283
|
+
"modelTypeId": "storage-device-container-model",
|
|
284
|
+
"className": "StorageDeviceContainerModelImpl",
|
|
285
|
+
"singleton": true,
|
|
286
|
+
"container": false,
|
|
287
|
+
"sourcePath": "src/models/models/storage-device/storage-device-container-model.ts",
|
|
288
|
+
"dependencies": [],
|
|
289
|
+
"children": [
|
|
290
|
+
{
|
|
291
|
+
"propertyName": "_models",
|
|
292
|
+
"modelType": "storage-device-model"
|
|
293
|
+
}
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
"trouble-model": {
|
|
297
|
+
"modelTypeId": "trouble-model",
|
|
298
|
+
"className": "TroubleModelImpl",
|
|
299
|
+
"singleton": false,
|
|
300
|
+
"container": false,
|
|
301
|
+
"sourcePath": "src/models/models/trouble/trouble-model.ts",
|
|
302
|
+
"dependencies": [],
|
|
303
|
+
"children": []
|
|
304
|
+
},
|
|
305
|
+
"network-interface-container-model": {
|
|
306
|
+
"modelTypeId": "network-interface-container-model",
|
|
307
|
+
"className": "NetworkInterfaceContainerModelImpl",
|
|
308
|
+
"singleton": true,
|
|
309
|
+
"container": false,
|
|
310
|
+
"sourcePath": "src/models/models/network-interface/network-interface-container-model.ts",
|
|
311
|
+
"dependencies": [],
|
|
312
|
+
"children": [
|
|
313
|
+
{
|
|
314
|
+
"propertyName": "_models",
|
|
315
|
+
"modelType": "network-interface-model"
|
|
316
|
+
}
|
|
317
|
+
]
|
|
318
|
+
},
|
|
319
|
+
"network-interface-model": {
|
|
320
|
+
"modelTypeId": "network-interface-model",
|
|
321
|
+
"className": "NetworkInterfaceModelImpl",
|
|
322
|
+
"singleton": false,
|
|
323
|
+
"container": false,
|
|
324
|
+
"sourcePath": "src/models/models/network-interface/network-interface-model.ts",
|
|
325
|
+
"dependencies": [],
|
|
326
|
+
"children": []
|
|
327
|
+
},
|
|
328
|
+
"future-model": {
|
|
329
|
+
"modelTypeId": "future-model",
|
|
330
|
+
"className": "FutureModel",
|
|
331
|
+
"singleton": false,
|
|
332
|
+
"container": false,
|
|
333
|
+
"sourcePath": "src/models/models/future/future-model.ts",
|
|
334
|
+
"dependencies": [],
|
|
335
|
+
"children": []
|
|
336
|
+
},
|
|
337
|
+
"future-container-model": {
|
|
338
|
+
"modelTypeId": "future-container-model",
|
|
339
|
+
"className": "FutureContainerModel",
|
|
340
|
+
"singleton": false,
|
|
341
|
+
"container": false,
|
|
342
|
+
"sourcePath": "src/models/models/future-container/future-container-model.ts",
|
|
343
|
+
"dependencies": [],
|
|
344
|
+
"children": [
|
|
345
|
+
{
|
|
346
|
+
"propertyName": "_futures",
|
|
347
|
+
"modelType": "future-model"
|
|
348
|
+
}
|
|
349
|
+
]
|
|
350
|
+
},
|
|
351
|
+
"trouble-container-model": {
|
|
352
|
+
"modelTypeId": "trouble-container-model",
|
|
353
|
+
"className": "TroubleContainerModelImpl",
|
|
354
|
+
"singleton": true,
|
|
355
|
+
"container": false,
|
|
356
|
+
"sourcePath": "src/models/models/trouble-container/trouble-container-model.ts",
|
|
357
|
+
"dependencies": [],
|
|
358
|
+
"children": [
|
|
359
|
+
{
|
|
360
|
+
"propertyName": "container",
|
|
361
|
+
"modelType": "trouble-model"
|
|
362
|
+
}
|
|
363
|
+
]
|
|
364
|
+
},
|
|
365
|
+
"config-bean-model": {
|
|
366
|
+
"modelTypeId": "config-bean-model",
|
|
367
|
+
"className": "ConfigBeanModelImpl",
|
|
368
|
+
"singleton": false,
|
|
369
|
+
"container": false,
|
|
370
|
+
"sourcePath": "src/models/models/config-bean/config-bean-model.ts",
|
|
371
|
+
"dependencies": [],
|
|
372
|
+
"children": []
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kosdev-code/kos-ui-sdk",
|
|
3
|
-
"version": "0.1.0-dev.
|
|
3
|
+
"version": "0.1.0-dev.5686",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.cjs",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"react-dom": "^18.2.0",
|
|
28
28
|
"react-router-dom": "^6.11.2"
|
|
29
29
|
},
|
|
30
|
+
"kosModels": "./kos-models.json",
|
|
30
31
|
"dependencies": {
|
|
31
32
|
"mobx": "^6.9.0",
|
|
32
33
|
"mobx-react-lite": "^3.4.3",
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
},
|
|
37
38
|
"kos": {
|
|
38
39
|
"build": {
|
|
39
|
-
"gitHash": "
|
|
40
|
+
"gitHash": "864882907cf898a1707e40942dcc2f1a82b1a83d"
|
|
40
41
|
}
|
|
41
42
|
}
|
|
42
43
|
}
|