@almadar/std 16.141.0 → 16.142.0
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/behaviors/lolo/ui/avl/molecules/ui-module-card.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +22 -1
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +10 -0
- package/behaviors/lolo/ui/core/atoms/std-filter.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +0 -244
- package/behaviors/lolo/ui/core/atoms/ui-aside.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +3 -3
- package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-drawer.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-filter-group.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-flip-card.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-quiz-block.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-repeatable-form-section.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-signature-pad.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-sortable-list.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +2 -12
- package/behaviors/lolo/ui/marketing/atoms/ui-marketing-stat-card.lolo +1 -1
- package/behaviors/lolo/ui/marketing/molecules/ui-case-study-card.lolo +1 -1
- package/behaviors/lolo/ui/marketing/molecules/ui-feature-card.lolo +1 -1
- package/behaviors/lolo/ui/marketing/molecules/ui-pricing-card.lolo +1 -1
- package/behaviors/registry/factory-signatures.json +286 -3335
- package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
- package/behaviors/registry/ui/core/atoms/std-browse.orb +24 -4
- package/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +0 -912
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -2
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +54 -32
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +1 -1
- package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +1 -1
- package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +1 -1
- package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +1 -1
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +1 -1
- package/dist/behaviors/behaviors-embeddings.json +324 -324
- package/dist/behaviors/behaviors-registry.json +35 -26
- package/dist/behaviors/exports-reader.js +25 -518
- package/dist/behaviors/functions/index.d.ts +80 -119
- package/dist/behaviors/functions/index.js +23 -486
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +26 -519
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +25 -518
- package/dist/behaviors/registry/factory-signatures.json +286 -3335
- package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +1 -1
- package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +24 -4
- package/dist/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
- package/dist/behaviors/registry/ui/core/atoms/std-wizard.orb +0 -912
- package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +1 -1
- package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +54 -32
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +2 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +1 -1
- package/dist/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
- package/dist/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +1 -1
- package/dist/behaviors-embeddings.json +324 -324
- package/dist/behaviors-registry.json +35 -26
- package/dist/index.d.ts +1 -1
- package/dist/index.js +26 -519
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +286 -3335
- package/package.json +4 -3
|
@@ -114,254 +114,6 @@
|
|
|
114
114
|
"kind": "trait",
|
|
115
115
|
"owner": "workspace",
|
|
116
116
|
"renames": []
|
|
117
|
-
},
|
|
118
|
-
"trt_01KXZ44YH412CVXF5ANTRN0M1M": {
|
|
119
|
-
"bakedName": "Button_Restart",
|
|
120
|
-
"curName": "Button_Restart",
|
|
121
|
-
"id": "trt_01KXZ44YH412CVXF5ANTRN0M1M",
|
|
122
|
-
"kind": "trait",
|
|
123
|
-
"owner": "workspace",
|
|
124
|
-
"renames": []
|
|
125
|
-
},
|
|
126
|
-
"trt_01KXZ44YH41AQNWG9HPQ15FQF5": {
|
|
127
|
-
"bakedName": "Icon_ChevronLeft",
|
|
128
|
-
"curName": "Icon_ChevronLeft",
|
|
129
|
-
"id": "trt_01KXZ44YH41AQNWG9HPQ15FQF5",
|
|
130
|
-
"kind": "trait",
|
|
131
|
-
"owner": "workspace",
|
|
132
|
-
"renames": []
|
|
133
|
-
},
|
|
134
|
-
"trt_01KXZ44YH41RZRMAC5CYWN81CX": {
|
|
135
|
-
"bakedName": "ErrorState_SaveFailed",
|
|
136
|
-
"curName": "ErrorState_SaveFailed",
|
|
137
|
-
"id": "trt_01KXZ44YH41RZRMAC5CYWN81CX",
|
|
138
|
-
"kind": "trait",
|
|
139
|
-
"owner": "workspace",
|
|
140
|
-
"renames": []
|
|
141
|
-
},
|
|
142
|
-
"trt_01KXZ44YH42QYZFEBCJY5JJ61M": {
|
|
143
|
-
"bakedName": "Typography_Cancelled",
|
|
144
|
-
"curName": "Typography_Cancelled",
|
|
145
|
-
"id": "trt_01KXZ44YH42QYZFEBCJY5JJ61M",
|
|
146
|
-
"kind": "trait",
|
|
147
|
-
"owner": "workspace",
|
|
148
|
-
"renames": []
|
|
149
|
-
},
|
|
150
|
-
"trt_01KXZ44YH42ZV2TD817WJ9A3F1": {
|
|
151
|
-
"bakedName": "Typography_CancelledMessage",
|
|
152
|
-
"curName": "Typography_CancelledMessage",
|
|
153
|
-
"id": "trt_01KXZ44YH42ZV2TD817WJ9A3F1",
|
|
154
|
-
"kind": "trait",
|
|
155
|
-
"owner": "workspace",
|
|
156
|
-
"renames": []
|
|
157
|
-
},
|
|
158
|
-
"trt_01KXZ44YH44Z1Z0HGRN4PD84EA": {
|
|
159
|
-
"bakedName": "Button_CancelWizard",
|
|
160
|
-
"curName": "Button_CancelWizard",
|
|
161
|
-
"id": "trt_01KXZ44YH44Z1Z0HGRN4PD84EA",
|
|
162
|
-
"kind": "trait",
|
|
163
|
-
"owner": "workspace",
|
|
164
|
-
"renames": []
|
|
165
|
-
},
|
|
166
|
-
"trt_01KXZ44YH4676BMR22B61T02R0": {
|
|
167
|
-
"bakedName": "Icon_RotateCcw",
|
|
168
|
-
"curName": "Icon_RotateCcw",
|
|
169
|
-
"id": "trt_01KXZ44YH4676BMR22B61T02R0",
|
|
170
|
-
"kind": "trait",
|
|
171
|
-
"owner": "workspace",
|
|
172
|
-
"renames": []
|
|
173
|
-
},
|
|
174
|
-
"trt_01KXZ44YH4718K090EBQ65F7JP": {
|
|
175
|
-
"bakedName": "WizardProgress_Main",
|
|
176
|
-
"curName": "WizardProgress_Main",
|
|
177
|
-
"id": "trt_01KXZ44YH4718K090EBQ65F7JP",
|
|
178
|
-
"kind": "trait",
|
|
179
|
-
"owner": "workspace",
|
|
180
|
-
"renames": []
|
|
181
|
-
},
|
|
182
|
-
"trt_01KXZ44YH482Y9VGC5HAVAQBVQ": {
|
|
183
|
-
"bakedName": "WizardProgress_TotalSteps",
|
|
184
|
-
"curName": "WizardProgress_TotalSteps",
|
|
185
|
-
"id": "trt_01KXZ44YH482Y9VGC5HAVAQBVQ",
|
|
186
|
-
"kind": "trait",
|
|
187
|
-
"owner": "workspace",
|
|
188
|
-
"renames": []
|
|
189
|
-
},
|
|
190
|
-
"trt_01KXZ44YH48WNX4W5Y1ZR2BKSC": {
|
|
191
|
-
"bakedName": "Typography_CurrentStepLabel",
|
|
192
|
-
"curName": "Typography_CurrentStepLabel",
|
|
193
|
-
"id": "trt_01KXZ44YH48WNX4W5Y1ZR2BKSC",
|
|
194
|
-
"kind": "trait",
|
|
195
|
-
"owner": "workspace",
|
|
196
|
-
"renames": []
|
|
197
|
-
},
|
|
198
|
-
"trt_01KXZ44YH4ARRFZ0F9EBMG6E54": {
|
|
199
|
-
"bakedName": "Typography_SignUp",
|
|
200
|
-
"curName": "Typography_SignUp",
|
|
201
|
-
"id": "trt_01KXZ44YH4ARRFZ0F9EBMG6E54",
|
|
202
|
-
"kind": "trait",
|
|
203
|
-
"owner": "workspace",
|
|
204
|
-
"renames": []
|
|
205
|
-
},
|
|
206
|
-
"trt_01KXZ44YH4B2CGRK0HMQVCW2EV": {
|
|
207
|
-
"bakedName": "LoadingState_Retrying",
|
|
208
|
-
"curName": "LoadingState_Retrying",
|
|
209
|
-
"id": "trt_01KXZ44YH4B2CGRK0HMQVCW2EV",
|
|
210
|
-
"kind": "trait",
|
|
211
|
-
"owner": "workspace",
|
|
212
|
-
"renames": []
|
|
213
|
-
},
|
|
214
|
-
"trt_01KXZ44YH4CK7577T9SAW27682": {
|
|
215
|
-
"bakedName": "LoadingState_Refreshing",
|
|
216
|
-
"curName": "LoadingState_Refreshing",
|
|
217
|
-
"id": "trt_01KXZ44YH4CK7577T9SAW27682",
|
|
218
|
-
"kind": "trait",
|
|
219
|
-
"owner": "workspace",
|
|
220
|
-
"renames": []
|
|
221
|
-
},
|
|
222
|
-
"trt_01KXZ44YH4CT321FXEF2Q243VG": {
|
|
223
|
-
"bakedName": "ErrorState_LoadFailed",
|
|
224
|
-
"curName": "ErrorState_LoadFailed",
|
|
225
|
-
"id": "trt_01KXZ44YH4CT321FXEF2Q243VG",
|
|
226
|
-
"kind": "trait",
|
|
227
|
-
"owner": "workspace",
|
|
228
|
-
"renames": []
|
|
229
|
-
},
|
|
230
|
-
"trt_01KXZ44YH4G6YK1K3T10X91KE3": {
|
|
231
|
-
"bakedName": "LoadingState_Loading",
|
|
232
|
-
"curName": "LoadingState_Loading",
|
|
233
|
-
"id": "trt_01KXZ44YH4G6YK1K3T10X91KE3",
|
|
234
|
-
"kind": "trait",
|
|
235
|
-
"owner": "workspace",
|
|
236
|
-
"renames": []
|
|
237
|
-
},
|
|
238
|
-
"trt_01KXZ44YH4H3MTT4XJETXET4YZ": {
|
|
239
|
-
"bakedName": "Button_Advance",
|
|
240
|
-
"curName": "Button_Advance",
|
|
241
|
-
"id": "trt_01KXZ44YH4H3MTT4XJETXET4YZ",
|
|
242
|
-
"kind": "trait",
|
|
243
|
-
"owner": "workspace",
|
|
244
|
-
"renames": []
|
|
245
|
-
},
|
|
246
|
-
"trt_01KXZ44YH4K3ZB29PBBXKGGYHS": {
|
|
247
|
-
"bakedName": "Icon_ChevronRight",
|
|
248
|
-
"curName": "Icon_ChevronRight",
|
|
249
|
-
"id": "trt_01KXZ44YH4K3ZB29PBBXKGGYHS",
|
|
250
|
-
"kind": "trait",
|
|
251
|
-
"owner": "workspace",
|
|
252
|
-
"renames": []
|
|
253
|
-
},
|
|
254
|
-
"trt_01KXZ44YH4KHED5H7DHD8C5E1V": {
|
|
255
|
-
"bakedName": "LoadingState_Restarting",
|
|
256
|
-
"curName": "LoadingState_Restarting",
|
|
257
|
-
"id": "trt_01KXZ44YH4KHED5H7DHD8C5E1V",
|
|
258
|
-
"kind": "trait",
|
|
259
|
-
"owner": "workspace",
|
|
260
|
-
"renames": []
|
|
261
|
-
},
|
|
262
|
-
"trt_01KXZ44YH4MJFZT6SME3Q6Q6W5": {
|
|
263
|
-
"bakedName": "WizardNavigation_Main",
|
|
264
|
-
"curName": "WizardNavigation_Main",
|
|
265
|
-
"id": "trt_01KXZ44YH4MJFZT6SME3Q6Q6W5",
|
|
266
|
-
"kind": "trait",
|
|
267
|
-
"owner": "workspace",
|
|
268
|
-
"renames": []
|
|
269
|
-
},
|
|
270
|
-
"trt_01KXZ44YH4NYNMCD9CT5ARYZ3B": {
|
|
271
|
-
"bakedName": "Icon_X",
|
|
272
|
-
"curName": "Icon_X",
|
|
273
|
-
"id": "trt_01KXZ44YH4NYNMCD9CT5ARYZ3B",
|
|
274
|
-
"kind": "trait",
|
|
275
|
-
"owner": "workspace",
|
|
276
|
-
"renames": []
|
|
277
|
-
},
|
|
278
|
-
"trt_01KXZ44YH4P113C371G17HHMCQ": {
|
|
279
|
-
"bakedName": "Typography_Complete",
|
|
280
|
-
"curName": "Typography_Complete",
|
|
281
|
-
"id": "trt_01KXZ44YH4P113C371G17HHMCQ",
|
|
282
|
-
"kind": "trait",
|
|
283
|
-
"owner": "workspace",
|
|
284
|
-
"renames": []
|
|
285
|
-
},
|
|
286
|
-
"trt_01KXZ44YH4P86VJSDAVH8VJGD7": {
|
|
287
|
-
"bakedName": "Icon_ListChecks",
|
|
288
|
-
"curName": "Icon_ListChecks",
|
|
289
|
-
"id": "trt_01KXZ44YH4P86VJSDAVH8VJGD7",
|
|
290
|
-
"kind": "trait",
|
|
291
|
-
"owner": "workspace",
|
|
292
|
-
"renames": []
|
|
293
|
-
},
|
|
294
|
-
"trt_01KXZ44YH4S1NKHTM7CHH0CMT6": {
|
|
295
|
-
"bakedName": "Icon_CheckCircle",
|
|
296
|
-
"curName": "Icon_CheckCircle",
|
|
297
|
-
"id": "trt_01KXZ44YH4S1NKHTM7CHH0CMT6",
|
|
298
|
-
"kind": "trait",
|
|
299
|
-
"owner": "workspace",
|
|
300
|
-
"renames": []
|
|
301
|
-
},
|
|
302
|
-
"trt_01KXZ44YH4SCNWN6FM43NEZN5N": {
|
|
303
|
-
"bakedName": "Typography_Title",
|
|
304
|
-
"curName": "Typography_Title",
|
|
305
|
-
"id": "trt_01KXZ44YH4SCNWN6FM43NEZN5N",
|
|
306
|
-
"kind": "trait",
|
|
307
|
-
"owner": "workspace",
|
|
308
|
-
"renames": []
|
|
309
|
-
},
|
|
310
|
-
"trt_01KXZ44YH4SPDE7XZMAD473TZS": {
|
|
311
|
-
"bakedName": "FormSection_Main",
|
|
312
|
-
"curName": "FormSection_Main",
|
|
313
|
-
"id": "trt_01KXZ44YH4SPDE7XZMAD473TZS",
|
|
314
|
-
"kind": "trait",
|
|
315
|
-
"owner": "workspace",
|
|
316
|
-
"renames": []
|
|
317
|
-
},
|
|
318
|
-
"trt_01KXZ44YH4SRP5FP3A8352W9J9": {
|
|
319
|
-
"bakedName": "Button_RestartGhost",
|
|
320
|
-
"curName": "Button_RestartGhost",
|
|
321
|
-
"id": "trt_01KXZ44YH4SRP5FP3A8352W9J9",
|
|
322
|
-
"kind": "trait",
|
|
323
|
-
"owner": "workspace",
|
|
324
|
-
"renames": []
|
|
325
|
-
},
|
|
326
|
-
"trt_01KXZ44YH4TDAC429J7JPYVMAR": {
|
|
327
|
-
"bakedName": "Button_Back",
|
|
328
|
-
"curName": "Button_Back",
|
|
329
|
-
"id": "trt_01KXZ44YH4TDAC429J7JPYVMAR",
|
|
330
|
-
"kind": "trait",
|
|
331
|
-
"owner": "workspace",
|
|
332
|
-
"renames": []
|
|
333
|
-
},
|
|
334
|
-
"trt_01KXZ44YH4Y0EJCN9H2YWJ5XMQ": {
|
|
335
|
-
"bakedName": "Icon_XCircle",
|
|
336
|
-
"curName": "Icon_XCircle",
|
|
337
|
-
"id": "trt_01KXZ44YH4Y0EJCN9H2YWJ5XMQ",
|
|
338
|
-
"kind": "trait",
|
|
339
|
-
"owner": "workspace",
|
|
340
|
-
"renames": []
|
|
341
|
-
},
|
|
342
|
-
"trt_01KXZ44YH4Z70ZXHK10ZGV9J16": {
|
|
343
|
-
"bakedName": "Typography_CompleteMessage",
|
|
344
|
-
"curName": "Typography_CompleteMessage",
|
|
345
|
-
"id": "trt_01KXZ44YH4Z70ZXHK10ZGV9J16",
|
|
346
|
-
"kind": "trait",
|
|
347
|
-
"owner": "workspace",
|
|
348
|
-
"renames": []
|
|
349
|
-
},
|
|
350
|
-
"trt_01KXZ44YH4ZJEKPKX2J5H0Y076": {
|
|
351
|
-
"bakedName": "Typography_CurrentStepDescription",
|
|
352
|
-
"curName": "Typography_CurrentStepDescription",
|
|
353
|
-
"id": "trt_01KXZ44YH4ZJEKPKX2J5H0Y076",
|
|
354
|
-
"kind": "trait",
|
|
355
|
-
"owner": "workspace",
|
|
356
|
-
"renames": []
|
|
357
|
-
},
|
|
358
|
-
"trt_01KXZ44YH4ZW7VX6940P6XCX5C": {
|
|
359
|
-
"bakedName": "Icon_CurrentStep",
|
|
360
|
-
"curName": "Icon_CurrentStep",
|
|
361
|
-
"id": "trt_01KXZ44YH4ZW7VX6940P6XCX5C",
|
|
362
|
-
"kind": "trait",
|
|
363
|
-
"owner": "workspace",
|
|
364
|
-
"renames": []
|
|
365
117
|
}
|
|
366
118
|
},
|
|
367
119
|
"schemaVersion": 1
|
|
@@ -567,632 +319,6 @@
|
|
|
567
319
|
}
|
|
568
320
|
],
|
|
569
321
|
"traits": [
|
|
570
|
-
{
|
|
571
|
-
"config": {
|
|
572
|
-
"name": {
|
|
573
|
-
"default": "list-checks",
|
|
574
|
-
"type": "unknown"
|
|
575
|
-
}
|
|
576
|
-
},
|
|
577
|
-
"id": "trt_01KXZ44YH4P86VJSDAVH8VJGD7",
|
|
578
|
-
"linkedEntity": "WizardView",
|
|
579
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
580
|
-
"name": "Icon_ListChecks",
|
|
581
|
-
"ref": "Icon.traits.IconRender",
|
|
582
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"config": {
|
|
586
|
-
"name": {
|
|
587
|
-
"default": "check-circle",
|
|
588
|
-
"type": "unknown"
|
|
589
|
-
}
|
|
590
|
-
},
|
|
591
|
-
"id": "trt_01KXZ44YH4S1NKHTM7CHH0CMT6",
|
|
592
|
-
"linkedEntity": "WizardView",
|
|
593
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
594
|
-
"name": "Icon_CheckCircle",
|
|
595
|
-
"ref": "Icon.traits.IconRender",
|
|
596
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"config": {
|
|
600
|
-
"name": {
|
|
601
|
-
"default": "x-circle",
|
|
602
|
-
"type": "unknown"
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
"id": "trt_01KXZ44YH4Y0EJCN9H2YWJ5XMQ",
|
|
606
|
-
"linkedEntity": "WizardView",
|
|
607
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
608
|
-
"name": "Icon_XCircle",
|
|
609
|
-
"ref": "Icon.traits.IconRender",
|
|
610
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
"config": {
|
|
614
|
-
"name": {
|
|
615
|
-
"default": "@entity.currentStepIcon",
|
|
616
|
-
"type": "unknown"
|
|
617
|
-
},
|
|
618
|
-
"size": {
|
|
619
|
-
"default": "lg",
|
|
620
|
-
"type": "unknown"
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
"id": "trt_01KXZ44YH4ZW7VX6940P6XCX5C",
|
|
624
|
-
"linkedEntity": "WizardView",
|
|
625
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
626
|
-
"name": "Icon_CurrentStep",
|
|
627
|
-
"ref": "Icon.traits.IconRender",
|
|
628
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"config": {
|
|
632
|
-
"name": {
|
|
633
|
-
"default": "chevron-left",
|
|
634
|
-
"type": "unknown"
|
|
635
|
-
}
|
|
636
|
-
},
|
|
637
|
-
"id": "trt_01KXZ44YH41AQNWG9HPQ15FQF5",
|
|
638
|
-
"linkedEntity": "WizardView",
|
|
639
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
640
|
-
"name": "Icon_ChevronLeft",
|
|
641
|
-
"ref": "Icon.traits.IconRender",
|
|
642
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"config": {
|
|
646
|
-
"name": {
|
|
647
|
-
"default": "x",
|
|
648
|
-
"type": "unknown"
|
|
649
|
-
}
|
|
650
|
-
},
|
|
651
|
-
"id": "trt_01KXZ44YH4NYNMCD9CT5ARYZ3B",
|
|
652
|
-
"linkedEntity": "WizardView",
|
|
653
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
654
|
-
"name": "Icon_X",
|
|
655
|
-
"ref": "Icon.traits.IconRender",
|
|
656
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"config": {
|
|
660
|
-
"name": {
|
|
661
|
-
"default": "chevron-right",
|
|
662
|
-
"type": "unknown"
|
|
663
|
-
}
|
|
664
|
-
},
|
|
665
|
-
"id": "trt_01KXZ44YH4K3ZB29PBBXKGGYHS",
|
|
666
|
-
"linkedEntity": "WizardView",
|
|
667
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
668
|
-
"name": "Icon_ChevronRight",
|
|
669
|
-
"ref": "Icon.traits.IconRender",
|
|
670
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"config": {
|
|
674
|
-
"name": {
|
|
675
|
-
"default": "rotate-ccw",
|
|
676
|
-
"type": "unknown"
|
|
677
|
-
}
|
|
678
|
-
},
|
|
679
|
-
"id": "trt_01KXZ44YH4676BMR22B61T02R0",
|
|
680
|
-
"linkedEntity": "WizardView",
|
|
681
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
682
|
-
"name": "Icon_RotateCcw",
|
|
683
|
-
"ref": "Icon.traits.IconRender",
|
|
684
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"config": {
|
|
688
|
-
"content": {
|
|
689
|
-
"default": "@config.title",
|
|
690
|
-
"type": "unknown"
|
|
691
|
-
},
|
|
692
|
-
"variant": {
|
|
693
|
-
"default": "h3",
|
|
694
|
-
"type": "unknown"
|
|
695
|
-
}
|
|
696
|
-
},
|
|
697
|
-
"id": "trt_01KXZ44YH4SCNWN6FM43NEZN5N",
|
|
698
|
-
"linkedEntity": "WizardView",
|
|
699
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
700
|
-
"name": "Typography_Title",
|
|
701
|
-
"ref": "Typography.traits.TypographyRender",
|
|
702
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"config": {
|
|
706
|
-
"content": {
|
|
707
|
-
"default": "@entity.currentStepLabel",
|
|
708
|
-
"type": "unknown"
|
|
709
|
-
},
|
|
710
|
-
"variant": {
|
|
711
|
-
"default": "h2",
|
|
712
|
-
"type": "unknown"
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
|
-
"id": "trt_01KXZ44YH48WNX4W5Y1ZR2BKSC",
|
|
716
|
-
"linkedEntity": "WizardView",
|
|
717
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
718
|
-
"name": "Typography_CurrentStepLabel",
|
|
719
|
-
"ref": "Typography.traits.TypographyRender",
|
|
720
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"config": {
|
|
724
|
-
"color": {
|
|
725
|
-
"default": "muted",
|
|
726
|
-
"type": "unknown"
|
|
727
|
-
},
|
|
728
|
-
"content": {
|
|
729
|
-
"default": "@entity.currentStepDescription",
|
|
730
|
-
"type": "unknown"
|
|
731
|
-
},
|
|
732
|
-
"variant": {
|
|
733
|
-
"default": "body",
|
|
734
|
-
"type": "unknown"
|
|
735
|
-
}
|
|
736
|
-
},
|
|
737
|
-
"id": "trt_01KXZ44YH4ZJEKPKX2J5H0Y076",
|
|
738
|
-
"linkedEntity": "WizardView",
|
|
739
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
740
|
-
"name": "Typography_CurrentStepDescription",
|
|
741
|
-
"ref": "Typography.traits.TypographyRender",
|
|
742
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"config": {
|
|
746
|
-
"align": {
|
|
747
|
-
"default": "center",
|
|
748
|
-
"type": "unknown"
|
|
749
|
-
},
|
|
750
|
-
"content": {
|
|
751
|
-
"default": "Complete",
|
|
752
|
-
"type": "unknown"
|
|
753
|
-
},
|
|
754
|
-
"variant": {
|
|
755
|
-
"default": "h2",
|
|
756
|
-
"type": "unknown"
|
|
757
|
-
}
|
|
758
|
-
},
|
|
759
|
-
"id": "trt_01KXZ44YH4P113C371G17HHMCQ",
|
|
760
|
-
"linkedEntity": "WizardView",
|
|
761
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
762
|
-
"name": "Typography_Complete",
|
|
763
|
-
"ref": "Typography.traits.TypographyRender",
|
|
764
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"config": {
|
|
768
|
-
"align": {
|
|
769
|
-
"default": "center",
|
|
770
|
-
"type": "unknown"
|
|
771
|
-
},
|
|
772
|
-
"color": {
|
|
773
|
-
"default": "muted",
|
|
774
|
-
"type": "unknown"
|
|
775
|
-
},
|
|
776
|
-
"content": {
|
|
777
|
-
"default": "@entity.completionMessage",
|
|
778
|
-
"type": "unknown"
|
|
779
|
-
},
|
|
780
|
-
"variant": {
|
|
781
|
-
"default": "body",
|
|
782
|
-
"type": "unknown"
|
|
783
|
-
}
|
|
784
|
-
},
|
|
785
|
-
"id": "trt_01KXZ44YH4Z70ZXHK10ZGV9J16",
|
|
786
|
-
"linkedEntity": "WizardView",
|
|
787
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
788
|
-
"name": "Typography_CompleteMessage",
|
|
789
|
-
"ref": "Typography.traits.TypographyRender",
|
|
790
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"config": {
|
|
794
|
-
"align": {
|
|
795
|
-
"default": "center",
|
|
796
|
-
"type": "unknown"
|
|
797
|
-
},
|
|
798
|
-
"content": {
|
|
799
|
-
"default": "Cancelled",
|
|
800
|
-
"type": "unknown"
|
|
801
|
-
},
|
|
802
|
-
"variant": {
|
|
803
|
-
"default": "h2",
|
|
804
|
-
"type": "unknown"
|
|
805
|
-
}
|
|
806
|
-
},
|
|
807
|
-
"id": "trt_01KXZ44YH42QYZFEBCJY5JJ61M",
|
|
808
|
-
"linkedEntity": "WizardView",
|
|
809
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
810
|
-
"name": "Typography_Cancelled",
|
|
811
|
-
"ref": "Typography.traits.TypographyRender",
|
|
812
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"config": {
|
|
816
|
-
"align": {
|
|
817
|
-
"default": "center",
|
|
818
|
-
"type": "unknown"
|
|
819
|
-
},
|
|
820
|
-
"color": {
|
|
821
|
-
"default": "muted",
|
|
822
|
-
"type": "unknown"
|
|
823
|
-
},
|
|
824
|
-
"content": {
|
|
825
|
-
"default": "The wizard was cancelled. No data was submitted.",
|
|
826
|
-
"type": "unknown"
|
|
827
|
-
},
|
|
828
|
-
"variant": {
|
|
829
|
-
"default": "body",
|
|
830
|
-
"type": "unknown"
|
|
831
|
-
}
|
|
832
|
-
},
|
|
833
|
-
"id": "trt_01KXZ44YH42ZV2TD817WJ9A3F1",
|
|
834
|
-
"linkedEntity": "WizardView",
|
|
835
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
836
|
-
"name": "Typography_CancelledMessage",
|
|
837
|
-
"ref": "Typography.traits.TypographyRender",
|
|
838
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"config": {
|
|
842
|
-
"content": {
|
|
843
|
-
"default": "Sign-up",
|
|
844
|
-
"type": "unknown"
|
|
845
|
-
},
|
|
846
|
-
"variant": {
|
|
847
|
-
"default": "h3",
|
|
848
|
-
"type": "unknown"
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
"id": "trt_01KXZ44YH4ARRFZ0F9EBMG6E54",
|
|
852
|
-
"linkedEntity": "WizardView",
|
|
853
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
854
|
-
"name": "Typography_SignUp",
|
|
855
|
-
"ref": "Typography.traits.TypographyRender",
|
|
856
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"config": {
|
|
860
|
-
"action": {
|
|
861
|
-
"default": "RETREAT",
|
|
862
|
-
"type": "unknown"
|
|
863
|
-
},
|
|
864
|
-
"disabled": {
|
|
865
|
-
"default": "@entity.isFirstStep",
|
|
866
|
-
"type": "unknown"
|
|
867
|
-
},
|
|
868
|
-
"icon": {
|
|
869
|
-
"default": "chevron-left",
|
|
870
|
-
"type": "unknown"
|
|
871
|
-
},
|
|
872
|
-
"label": {
|
|
873
|
-
"default": "Back",
|
|
874
|
-
"type": "unknown"
|
|
875
|
-
},
|
|
876
|
-
"variant": {
|
|
877
|
-
"default": "ghost",
|
|
878
|
-
"type": "unknown"
|
|
879
|
-
}
|
|
880
|
-
},
|
|
881
|
-
"id": "trt_01KXZ44YH4TDAC429J7JPYVMAR",
|
|
882
|
-
"linkedEntity": "WizardView",
|
|
883
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
884
|
-
"name": "Button_Back",
|
|
885
|
-
"ref": "Button.traits.ButtonRender",
|
|
886
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"config": {
|
|
890
|
-
"action": {
|
|
891
|
-
"default": "CANCEL",
|
|
892
|
-
"type": "unknown"
|
|
893
|
-
},
|
|
894
|
-
"icon": {
|
|
895
|
-
"default": "x",
|
|
896
|
-
"type": "unknown"
|
|
897
|
-
},
|
|
898
|
-
"label": {
|
|
899
|
-
"default": "Cancel wizard",
|
|
900
|
-
"type": "unknown"
|
|
901
|
-
},
|
|
902
|
-
"variant": {
|
|
903
|
-
"default": "ghost",
|
|
904
|
-
"type": "unknown"
|
|
905
|
-
}
|
|
906
|
-
},
|
|
907
|
-
"id": "trt_01KXZ44YH44Z1Z0HGRN4PD84EA",
|
|
908
|
-
"linkedEntity": "WizardView",
|
|
909
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
910
|
-
"name": "Button_CancelWizard",
|
|
911
|
-
"ref": "Button.traits.ButtonRender",
|
|
912
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"config": {
|
|
916
|
-
"action": {
|
|
917
|
-
"default": "ADVANCE",
|
|
918
|
-
"type": "unknown"
|
|
919
|
-
},
|
|
920
|
-
"icon": {
|
|
921
|
-
"default": "@entity.primaryActionIcon",
|
|
922
|
-
"type": "unknown"
|
|
923
|
-
},
|
|
924
|
-
"label": {
|
|
925
|
-
"default": "@entity.primaryActionLabel",
|
|
926
|
-
"type": "unknown"
|
|
927
|
-
},
|
|
928
|
-
"variant": {
|
|
929
|
-
"default": "primary",
|
|
930
|
-
"type": "unknown"
|
|
931
|
-
}
|
|
932
|
-
},
|
|
933
|
-
"id": "trt_01KXZ44YH4H3MTT4XJETXET4YZ",
|
|
934
|
-
"linkedEntity": "WizardView",
|
|
935
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
936
|
-
"name": "Button_Advance",
|
|
937
|
-
"ref": "Button.traits.ButtonRender",
|
|
938
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"config": {
|
|
942
|
-
"action": {
|
|
943
|
-
"default": "RESTART",
|
|
944
|
-
"type": "unknown"
|
|
945
|
-
},
|
|
946
|
-
"icon": {
|
|
947
|
-
"default": "rotate-ccw",
|
|
948
|
-
"type": "unknown"
|
|
949
|
-
},
|
|
950
|
-
"label": {
|
|
951
|
-
"default": "Start a new wizard",
|
|
952
|
-
"type": "unknown"
|
|
953
|
-
},
|
|
954
|
-
"variant": {
|
|
955
|
-
"default": "secondary",
|
|
956
|
-
"type": "unknown"
|
|
957
|
-
}
|
|
958
|
-
},
|
|
959
|
-
"id": "trt_01KXZ44YH412CVXF5ANTRN0M1M",
|
|
960
|
-
"linkedEntity": "WizardView",
|
|
961
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
962
|
-
"name": "Button_Restart",
|
|
963
|
-
"ref": "Button.traits.ButtonRender",
|
|
964
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"config": {
|
|
968
|
-
"action": {
|
|
969
|
-
"default": "RESTART",
|
|
970
|
-
"type": "unknown"
|
|
971
|
-
},
|
|
972
|
-
"icon": {
|
|
973
|
-
"default": "rotate-ccw",
|
|
974
|
-
"type": "unknown"
|
|
975
|
-
},
|
|
976
|
-
"label": {
|
|
977
|
-
"default": "Start a new wizard",
|
|
978
|
-
"type": "unknown"
|
|
979
|
-
},
|
|
980
|
-
"variant": {
|
|
981
|
-
"default": "ghost",
|
|
982
|
-
"type": "unknown"
|
|
983
|
-
}
|
|
984
|
-
},
|
|
985
|
-
"id": "trt_01KXZ44YH4SRP5FP3A8352W9J9",
|
|
986
|
-
"linkedEntity": "WizardView",
|
|
987
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
988
|
-
"name": "Button_RestartGhost",
|
|
989
|
-
"ref": "Button.traits.ButtonRender",
|
|
990
|
-
"refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"config": {
|
|
994
|
-
"allowNavigation": {
|
|
995
|
-
"default": false,
|
|
996
|
-
"type": "unknown"
|
|
997
|
-
},
|
|
998
|
-
"currentStep": {
|
|
999
|
-
"default": "@entity.currentStepIndex",
|
|
1000
|
-
"type": "unknown"
|
|
1001
|
-
},
|
|
1002
|
-
"steps": {
|
|
1003
|
-
"default": "@entity.wizardSteps",
|
|
1004
|
-
"type": "unknown"
|
|
1005
|
-
}
|
|
1006
|
-
},
|
|
1007
|
-
"id": "trt_01KXZ44YH4718K090EBQ65F7JP",
|
|
1008
|
-
"linkedEntity": "WizardView",
|
|
1009
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
1010
|
-
"name": "WizardProgress_Main",
|
|
1011
|
-
"ref": "WizardProgress.traits.WizardProgressRender",
|
|
1012
|
-
"refId": "trt_01KXG04S8JKP29AMGM1A7TG7NS"
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"config": {
|
|
1016
|
-
"allowNavigation": {
|
|
1017
|
-
"default": false,
|
|
1018
|
-
"type": "unknown"
|
|
1019
|
-
},
|
|
1020
|
-
"currentStep": {
|
|
1021
|
-
"default": "@entity.totalSteps",
|
|
1022
|
-
"type": "unknown"
|
|
1023
|
-
},
|
|
1024
|
-
"steps": {
|
|
1025
|
-
"default": "@entity.wizardSteps",
|
|
1026
|
-
"type": "unknown"
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
"id": "trt_01KXZ44YH482Y9VGC5HAVAQBVQ",
|
|
1030
|
-
"linkedEntity": "WizardView",
|
|
1031
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
1032
|
-
"name": "WizardProgress_TotalSteps",
|
|
1033
|
-
"ref": "WizardProgress.traits.WizardProgressRender",
|
|
1034
|
-
"refId": "trt_01KXG04S8JKP29AMGM1A7TG7NS"
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"config": {
|
|
1038
|
-
"cancelEvent": {
|
|
1039
|
-
"default": "CANCEL",
|
|
1040
|
-
"type": "unknown"
|
|
1041
|
-
},
|
|
1042
|
-
"fields": {
|
|
1043
|
-
"default": "@entity.currentFields",
|
|
1044
|
-
"type": "unknown"
|
|
1045
|
-
},
|
|
1046
|
-
"mode": {
|
|
1047
|
-
"default": "edit",
|
|
1048
|
-
"type": "unknown"
|
|
1049
|
-
},
|
|
1050
|
-
"showCancel": {
|
|
1051
|
-
"default": false,
|
|
1052
|
-
"type": "unknown"
|
|
1053
|
-
},
|
|
1054
|
-
"showSubmit": {
|
|
1055
|
-
"default": false,
|
|
1056
|
-
"type": "unknown"
|
|
1057
|
-
},
|
|
1058
|
-
"submitEvent": {
|
|
1059
|
-
"default": "ADVANCE",
|
|
1060
|
-
"type": "unknown"
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
"id": "trt_01KXZ44YH4SPDE7XZMAD473TZS",
|
|
1064
|
-
"linkedEntity": "WizardView",
|
|
1065
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
1066
|
-
"name": "FormSection_Main",
|
|
1067
|
-
"ref": "FormSection.traits.FormSectionRender",
|
|
1068
|
-
"refId": "trt_01KXG04SKZ5X99D2RX3XSNEEHC"
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"config": {
|
|
1072
|
-
"currentStep": {
|
|
1073
|
-
"default": 0.0,
|
|
1074
|
-
"type": "unknown"
|
|
1075
|
-
},
|
|
1076
|
-
"onNext": {
|
|
1077
|
-
"default": "NEXT",
|
|
1078
|
-
"type": "unknown"
|
|
1079
|
-
},
|
|
1080
|
-
"showBack": {
|
|
1081
|
-
"default": false,
|
|
1082
|
-
"type": "unknown"
|
|
1083
|
-
},
|
|
1084
|
-
"showComplete": {
|
|
1085
|
-
"default": false,
|
|
1086
|
-
"type": "unknown"
|
|
1087
|
-
},
|
|
1088
|
-
"showNext": {
|
|
1089
|
-
"default": true,
|
|
1090
|
-
"type": "unknown"
|
|
1091
|
-
},
|
|
1092
|
-
"totalSteps": {
|
|
1093
|
-
"default": 3.0,
|
|
1094
|
-
"type": "unknown"
|
|
1095
|
-
}
|
|
1096
|
-
},
|
|
1097
|
-
"id": "trt_01KXZ44YH4MJFZT6SME3Q6Q6W5",
|
|
1098
|
-
"linkedEntity": "WizardView",
|
|
1099
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
1100
|
-
"name": "WizardNavigation_Main",
|
|
1101
|
-
"ref": "WizardNavigation.traits.WizardNavigationRender",
|
|
1102
|
-
"refId": "trt_01KXG04S6QXTACDQANS61V3SWV"
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
"config": {
|
|
1106
|
-
"title": {
|
|
1107
|
-
"default": "Loading wizard…",
|
|
1108
|
-
"type": "unknown"
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
"id": "trt_01KXZ44YH4G6YK1K3T10X91KE3",
|
|
1112
|
-
"linkedEntity": "WizardView",
|
|
1113
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
1114
|
-
"name": "LoadingState_Loading",
|
|
1115
|
-
"ref": "LoadingState.traits.LoadingStateRender",
|
|
1116
|
-
"refId": "trt_01KXG04PSD56BKBNC9AA1ZXYRQ"
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"config": {
|
|
1120
|
-
"title": {
|
|
1121
|
-
"default": "Refreshing…",
|
|
1122
|
-
"type": "unknown"
|
|
1123
|
-
}
|
|
1124
|
-
},
|
|
1125
|
-
"id": "trt_01KXZ44YH4CK7577T9SAW27682",
|
|
1126
|
-
"linkedEntity": "WizardView",
|
|
1127
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
1128
|
-
"name": "LoadingState_Refreshing",
|
|
1129
|
-
"ref": "LoadingState.traits.LoadingStateRender",
|
|
1130
|
-
"refId": "trt_01KXG04PSD56BKBNC9AA1ZXYRQ"
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"config": {
|
|
1134
|
-
"title": {
|
|
1135
|
-
"default": "Restarting…",
|
|
1136
|
-
"type": "unknown"
|
|
1137
|
-
}
|
|
1138
|
-
},
|
|
1139
|
-
"id": "trt_01KXZ44YH4KHED5H7DHD8C5E1V",
|
|
1140
|
-
"linkedEntity": "WizardView",
|
|
1141
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
1142
|
-
"name": "LoadingState_Restarting",
|
|
1143
|
-
"ref": "LoadingState.traits.LoadingStateRender",
|
|
1144
|
-
"refId": "trt_01KXG04PSD56BKBNC9AA1ZXYRQ"
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"config": {
|
|
1148
|
-
"title": {
|
|
1149
|
-
"default": "Retrying…",
|
|
1150
|
-
"type": "unknown"
|
|
1151
|
-
}
|
|
1152
|
-
},
|
|
1153
|
-
"id": "trt_01KXZ44YH4B2CGRK0HMQVCW2EV",
|
|
1154
|
-
"linkedEntity": "WizardView",
|
|
1155
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
1156
|
-
"name": "LoadingState_Retrying",
|
|
1157
|
-
"ref": "LoadingState.traits.LoadingStateRender",
|
|
1158
|
-
"refId": "trt_01KXG04PSD56BKBNC9AA1ZXYRQ"
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"config": {
|
|
1162
|
-
"message": {
|
|
1163
|
-
"default": "@entity.errorMessage",
|
|
1164
|
-
"type": "unknown"
|
|
1165
|
-
},
|
|
1166
|
-
"title": {
|
|
1167
|
-
"default": "Failed to load",
|
|
1168
|
-
"type": "unknown"
|
|
1169
|
-
}
|
|
1170
|
-
},
|
|
1171
|
-
"id": "trt_01KXZ44YH4CT321FXEF2Q243VG",
|
|
1172
|
-
"linkedEntity": "WizardView",
|
|
1173
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
1174
|
-
"name": "ErrorState_LoadFailed",
|
|
1175
|
-
"ref": "ErrorState.traits.ErrorStateRender",
|
|
1176
|
-
"refId": "trt_01KXG04NSX5T0FXC06YEAJH401"
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
"config": {
|
|
1180
|
-
"message": {
|
|
1181
|
-
"default": "@entity.errorMessage",
|
|
1182
|
-
"type": "unknown"
|
|
1183
|
-
},
|
|
1184
|
-
"title": {
|
|
1185
|
-
"default": "Save failed",
|
|
1186
|
-
"type": "unknown"
|
|
1187
|
-
}
|
|
1188
|
-
},
|
|
1189
|
-
"id": "trt_01KXZ44YH41RZRMAC5CYWN81CX",
|
|
1190
|
-
"linkedEntity": "WizardView",
|
|
1191
|
-
"linkedEntityId": "ent_01KXG04HYZE4TW7GK8ZNEWXP2H",
|
|
1192
|
-
"name": "ErrorState_SaveFailed",
|
|
1193
|
-
"ref": "ErrorState.traits.ErrorStateRender",
|
|
1194
|
-
"refId": "trt_01KXG04NSX5T0FXC06YEAJH401"
|
|
1195
|
-
},
|
|
1196
322
|
{
|
|
1197
323
|
"category": "interaction",
|
|
1198
324
|
"config": {
|
|
@@ -2653,44 +1779,6 @@
|
|
|
2653
1779
|
]
|
|
2654
1780
|
}
|
|
2655
1781
|
}
|
|
2656
|
-
],
|
|
2657
|
-
"uses": [
|
|
2658
|
-
{
|
|
2659
|
-
"as": "Icon",
|
|
2660
|
-
"from": "std/behaviors/ui-icon"
|
|
2661
|
-
},
|
|
2662
|
-
{
|
|
2663
|
-
"as": "Typography",
|
|
2664
|
-
"from": "std/behaviors/ui-typography"
|
|
2665
|
-
},
|
|
2666
|
-
{
|
|
2667
|
-
"as": "Button",
|
|
2668
|
-
"from": "std/behaviors/ui-button"
|
|
2669
|
-
},
|
|
2670
|
-
{
|
|
2671
|
-
"as": "Card",
|
|
2672
|
-
"from": "std/behaviors/ui-card"
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
"as": "LoadingState",
|
|
2676
|
-
"from": "std/behaviors/ui-loading-state"
|
|
2677
|
-
},
|
|
2678
|
-
{
|
|
2679
|
-
"as": "ErrorState",
|
|
2680
|
-
"from": "std/behaviors/ui-error-state"
|
|
2681
|
-
},
|
|
2682
|
-
{
|
|
2683
|
-
"as": "WizardProgress",
|
|
2684
|
-
"from": "std/behaviors/ui-wizard-progress"
|
|
2685
|
-
},
|
|
2686
|
-
{
|
|
2687
|
-
"as": "FormSection",
|
|
2688
|
-
"from": "std/behaviors/ui-form-section"
|
|
2689
|
-
},
|
|
2690
|
-
{
|
|
2691
|
-
"as": "WizardNavigation",
|
|
2692
|
-
"from": "std/behaviors/ui-wizard-navigation"
|
|
2693
|
-
}
|
|
2694
1782
|
]
|
|
2695
1783
|
}
|
|
2696
1784
|
],
|