@almadar/std 16.146.0 → 16.147.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/infra/atoms/std-migration-job.lolo +269 -0
- package/behaviors/lolo/infra/atoms/std-mod-queue.lolo +1 -1
- package/behaviors/lolo/ml/atoms/std-data-collector.lolo +56 -0
- package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +90 -0
- package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +108 -0
- package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +106 -0
- package/behaviors/lolo/ui/core/atoms/std-billable-hour.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-esign-flow.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-esign-request.lolo +4 -4
- package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +2 -2
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-gallery.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +2 -2
- package/behaviors/lolo/ui/core/atoms/std-import.lolo +132 -0
- package/behaviors/lolo/ui/core/atoms/std-recurrence.lolo +5 -5
- package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-signature-capture.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +0 -2
- package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +0 -2
- package/behaviors/lolo/ui/core/molecules/ui-import-preview-tree.lolo +96 -0
- package/behaviors/lolo/ui/core/molecules/ui-import-progress.lolo +49 -0
- package/behaviors/lolo/ui/core/molecules/ui-import-source-picker.lolo +67 -0
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +0 -2
- package/behaviors/registry/factory-signatures.json +11531 -2142
- package/behaviors/registry/infra/atoms/std-migration-job.orb +1310 -0
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +5 -5
- package/behaviors/registry/ml/atoms/std-data-collector.orb +324 -0
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +480 -0
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +570 -0
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +624 -0
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -2
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +17 -21
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +7 -13
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +2 -4
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +3 -4
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +11 -20
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +4 -4
- package/behaviors/registry/ui/core/atoms/std-import.orb +701 -0
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +5 -10
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +2 -2
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
- package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +354 -0
- package/behaviors/registry/ui/core/molecules/ui-import-progress.orb +195 -0
- package/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +279 -0
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
- package/dist/behaviors/behaviors-embeddings.json +477 -405
- package/dist/behaviors/behaviors-registry.json +7518 -3936
- package/dist/behaviors/exports-reader.js +3093 -2581
- package/dist/behaviors/functions/index.d.ts +922 -14
- package/dist/behaviors/functions/index.js +3056 -2582
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +3094 -2582
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +3093 -2581
- package/dist/behaviors/registry/factory-signatures.json +11531 -2142
- package/dist/behaviors/registry/infra/atoms/std-migration-job.orb +1310 -0
- package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +5 -5
- package/dist/behaviors/registry/ml/atoms/std-data-collector.orb +324 -0
- package/dist/behaviors/registry/ml/atoms/std-graph-builder.orb +480 -0
- package/dist/behaviors/registry/ml/atoms/std-tokenizer.orb +570 -0
- package/dist/behaviors/registry/ml/atoms/std-weight-validator.orb +624 -0
- package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/std-esign-flow.orb +17 -21
- package/dist/behaviors/registry/ui/core/atoms/std-esign-request.orb +7 -13
- package/dist/behaviors/registry/ui/core/atoms/std-event-log.orb +2 -4
- package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +3 -4
- package/dist/behaviors/registry/ui/core/atoms/std-gallery.orb +11 -20
- package/dist/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +4 -4
- package/dist/behaviors/registry/ui/core/atoms/std-import.orb +701 -0
- package/dist/behaviors/registry/ui/core/atoms/std-recurrence.orb +5 -10
- package/dist/behaviors/registry/ui/core/atoms/std-saved-search.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +354 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-import-progress.orb +195 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +279 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
- package/dist/behaviors-embeddings.json +477 -405
- package/dist/behaviors-registry.json +7518 -3936
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3094 -2582
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +11531 -2142
- package/package.json +2 -2
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"name": "recipientEmail",
|
|
216
216
|
"required": true,
|
|
217
217
|
"synonyms": "email, address, contact",
|
|
218
|
-
"type": "
|
|
218
|
+
"type": "email"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"default": "",
|
|
@@ -239,18 +239,16 @@
|
|
|
239
239
|
]
|
|
240
240
|
},
|
|
241
241
|
{
|
|
242
|
-
"default": "",
|
|
243
242
|
"description": "Timestamp indicating when the request was sent.",
|
|
244
243
|
"name": "sentAt",
|
|
245
244
|
"synonyms": "sent date, submission time, dispatched",
|
|
246
|
-
"type": "
|
|
245
|
+
"type": "datetime"
|
|
247
246
|
},
|
|
248
247
|
{
|
|
249
|
-
"default": "",
|
|
250
248
|
"description": "The date and time the signature was applied.",
|
|
251
249
|
"name": "signedAt",
|
|
252
250
|
"synonyms": "signed date, completion date, signature time",
|
|
253
|
-
"type": "
|
|
251
|
+
"type": "datetime"
|
|
254
252
|
},
|
|
255
253
|
{
|
|
256
254
|
"default": "",
|
|
@@ -337,7 +335,7 @@
|
|
|
337
335
|
{
|
|
338
336
|
"name": "recipientEmail",
|
|
339
337
|
"required": true,
|
|
340
|
-
"type": "
|
|
338
|
+
"type": "email"
|
|
341
339
|
},
|
|
342
340
|
{
|
|
343
341
|
"name": "requesterName",
|
|
@@ -349,11 +347,11 @@
|
|
|
349
347
|
},
|
|
350
348
|
{
|
|
351
349
|
"name": "sentAt",
|
|
352
|
-
"type": "
|
|
350
|
+
"type": "datetime"
|
|
353
351
|
},
|
|
354
352
|
{
|
|
355
353
|
"name": "signedAt",
|
|
356
|
-
"type": "
|
|
354
|
+
"type": "datetime"
|
|
357
355
|
},
|
|
358
356
|
{
|
|
359
357
|
"name": "pendingId",
|
|
@@ -401,7 +399,7 @@
|
|
|
401
399
|
{
|
|
402
400
|
"name": "recipientEmail",
|
|
403
401
|
"required": true,
|
|
404
|
-
"type": "
|
|
402
|
+
"type": "email"
|
|
405
403
|
},
|
|
406
404
|
{
|
|
407
405
|
"name": "requesterName",
|
|
@@ -413,11 +411,11 @@
|
|
|
413
411
|
},
|
|
414
412
|
{
|
|
415
413
|
"name": "sentAt",
|
|
416
|
-
"type": "
|
|
414
|
+
"type": "datetime"
|
|
417
415
|
},
|
|
418
416
|
{
|
|
419
417
|
"name": "signedAt",
|
|
420
|
-
"type": "
|
|
418
|
+
"type": "datetime"
|
|
421
419
|
},
|
|
422
420
|
{
|
|
423
421
|
"name": "pendingId",
|
|
@@ -589,7 +587,7 @@
|
|
|
589
587
|
{
|
|
590
588
|
"name": "recipientEmail",
|
|
591
589
|
"required": true,
|
|
592
|
-
"type": "
|
|
590
|
+
"type": "email"
|
|
593
591
|
},
|
|
594
592
|
{
|
|
595
593
|
"name": "requesterName",
|
|
@@ -601,11 +599,11 @@
|
|
|
601
599
|
},
|
|
602
600
|
{
|
|
603
601
|
"name": "sentAt",
|
|
604
|
-
"type": "
|
|
602
|
+
"type": "datetime"
|
|
605
603
|
},
|
|
606
604
|
{
|
|
607
605
|
"name": "signedAt",
|
|
608
|
-
"type": "
|
|
606
|
+
"type": "datetime"
|
|
609
607
|
},
|
|
610
608
|
{
|
|
611
609
|
"name": "pendingId",
|
|
@@ -654,7 +652,7 @@
|
|
|
654
652
|
{
|
|
655
653
|
"name": "recipientEmail",
|
|
656
654
|
"required": true,
|
|
657
|
-
"type": "
|
|
655
|
+
"type": "email"
|
|
658
656
|
},
|
|
659
657
|
{
|
|
660
658
|
"name": "requesterName",
|
|
@@ -666,11 +664,11 @@
|
|
|
666
664
|
},
|
|
667
665
|
{
|
|
668
666
|
"name": "sentAt",
|
|
669
|
-
"type": "
|
|
667
|
+
"type": "datetime"
|
|
670
668
|
},
|
|
671
669
|
{
|
|
672
670
|
"name": "signedAt",
|
|
673
|
-
"type": "
|
|
671
|
+
"type": "datetime"
|
|
674
672
|
},
|
|
675
673
|
{
|
|
676
674
|
"name": "pendingId",
|
|
@@ -972,8 +970,7 @@
|
|
|
972
970
|
}
|
|
973
971
|
],
|
|
974
972
|
"name": "SignatureSessionCreate",
|
|
975
|
-
"ref": "Modal.traits.ModalRecordModal"
|
|
976
|
-
"refId": "trt_01KXG04GVS1W2103BQKJT7KZRZ"
|
|
973
|
+
"ref": "Modal.traits.ModalRecordModal"
|
|
977
974
|
},
|
|
978
975
|
{
|
|
979
976
|
"config": {
|
|
@@ -1012,8 +1009,7 @@
|
|
|
1012
1009
|
}
|
|
1013
1010
|
],
|
|
1014
1011
|
"name": "SignatureSessionDelete",
|
|
1015
|
-
"ref": "Confirmation.traits.ConfirmActionConfirmation"
|
|
1016
|
-
"refId": "trt_01KXG04FYBTTTS73WNZ70BHYG3"
|
|
1012
|
+
"ref": "Confirmation.traits.ConfirmActionConfirmation"
|
|
1017
1013
|
},
|
|
1018
1014
|
{
|
|
1019
1015
|
"category": "lifecycle",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"name": "recipientEmail",
|
|
144
144
|
"required": true,
|
|
145
145
|
"synonyms": "email, address, contact",
|
|
146
|
-
"type": "
|
|
146
|
+
"type": "email"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"default": "draft",
|
|
@@ -161,25 +161,22 @@
|
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
|
-
"default": "",
|
|
165
164
|
"description": "Timestamp indicating when the request was sent.",
|
|
166
165
|
"name": "sentAt",
|
|
167
166
|
"synonyms": "sent date, send time, dispatched at",
|
|
168
|
-
"type": "
|
|
167
|
+
"type": "datetime"
|
|
169
168
|
},
|
|
170
169
|
{
|
|
171
|
-
"default": "",
|
|
172
170
|
"description": "Timestamp indicating when the request was signed.",
|
|
173
171
|
"name": "signedAt",
|
|
174
172
|
"synonyms": "signed date, signature date, completion date",
|
|
175
|
-
"type": "
|
|
173
|
+
"type": "datetime"
|
|
176
174
|
},
|
|
177
175
|
{
|
|
178
|
-
"default": "",
|
|
179
176
|
"description": "The date and time when the request is no longer valid.",
|
|
180
177
|
"name": "expiresAt",
|
|
181
178
|
"synonyms": "expiration, expiry, due date",
|
|
182
|
-
"type": "
|
|
179
|
+
"type": "datetime"
|
|
183
180
|
},
|
|
184
181
|
{
|
|
185
182
|
"default": "",
|
|
@@ -224,8 +221,7 @@
|
|
|
224
221
|
"linkedEntity": "ESignRequest",
|
|
225
222
|
"linkedEntityId": "ent_01KXG04G5B7M3Z329MRPPNYF8T",
|
|
226
223
|
"name": "TitleHeading",
|
|
227
|
-
"ref": "Typography.traits.TypographyRender"
|
|
228
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
224
|
+
"ref": "Typography.traits.TypographyRender"
|
|
229
225
|
},
|
|
230
226
|
{
|
|
231
227
|
"config": {
|
|
@@ -268,8 +264,7 @@
|
|
|
268
264
|
"linkedEntity": "ESignRequest",
|
|
269
265
|
"linkedEntityId": "ent_01KXG04G5B7M3Z329MRPPNYF8T",
|
|
270
266
|
"name": "RequestDataGrid",
|
|
271
|
-
"ref": "DataGrid.traits.DataGridRender"
|
|
272
|
-
"refId": "trt_01KXG04N8B3PF7M8CWQWG5WQ60"
|
|
267
|
+
"ref": "DataGrid.traits.DataGridRender"
|
|
273
268
|
},
|
|
274
269
|
{
|
|
275
270
|
"config": {
|
|
@@ -290,8 +285,7 @@
|
|
|
290
285
|
"linkedEntity": "ESignRequest",
|
|
291
286
|
"linkedEntityId": "ent_01KXG04G5B7M3Z329MRPPNYF8T",
|
|
292
287
|
"name": "ErrorAlert",
|
|
293
|
-
"ref": "Alert.traits.AlertRender"
|
|
294
|
-
"refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
|
|
288
|
+
"ref": "Alert.traits.AlertRender"
|
|
295
289
|
},
|
|
296
290
|
{
|
|
297
291
|
"category": "interaction",
|
|
@@ -156,11 +156,10 @@
|
|
|
156
156
|
]
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
|
-
"default": "",
|
|
160
159
|
"description": "The timestamp associated with the event.",
|
|
161
160
|
"name": "date",
|
|
162
161
|
"synonyms": "timestamp, time, occurred",
|
|
163
|
-
"type": "
|
|
162
|
+
"type": "date"
|
|
164
163
|
},
|
|
165
164
|
{
|
|
166
165
|
"default": [],
|
|
@@ -319,11 +318,10 @@
|
|
|
319
318
|
"type": "string"
|
|
320
319
|
},
|
|
321
320
|
{
|
|
322
|
-
"default": "",
|
|
323
321
|
"description": "The date and time when the event was manually added.",
|
|
324
322
|
"name": "backfillDate",
|
|
325
323
|
"synonyms": "timestamp, entered date, manual date",
|
|
326
|
-
"type": "
|
|
324
|
+
"type": "date"
|
|
327
325
|
},
|
|
328
326
|
{
|
|
329
327
|
"default": "",
|
|
@@ -170,11 +170,10 @@
|
|
|
170
170
|
"type": "string"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
|
-
"default": "",
|
|
174
173
|
"description": "Timestamp indicating when the file was uploaded.",
|
|
175
174
|
"name": "uploadedAt",
|
|
176
175
|
"synonyms": "upload date, date uploaded, upload time",
|
|
177
|
-
"type": "
|
|
176
|
+
"type": "datetime"
|
|
178
177
|
},
|
|
179
178
|
{
|
|
180
179
|
"default": false,
|
|
@@ -550,7 +549,7 @@
|
|
|
550
549
|
},
|
|
551
550
|
{
|
|
552
551
|
"name": "uploadedAt",
|
|
553
|
-
"type": "
|
|
552
|
+
"type": "datetime"
|
|
554
553
|
},
|
|
555
554
|
{
|
|
556
555
|
"name": "isArchived",
|
|
@@ -647,7 +646,7 @@
|
|
|
647
646
|
},
|
|
648
647
|
{
|
|
649
648
|
"name": "uploadedAt",
|
|
650
|
-
"type": "
|
|
649
|
+
"type": "datetime"
|
|
651
650
|
},
|
|
652
651
|
{
|
|
653
652
|
"name": "isArchived",
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"description": "The URL pointing to the image resource.",
|
|
199
199
|
"name": "imageUrl",
|
|
200
200
|
"synonyms": "image, src, path",
|
|
201
|
-
"type": "
|
|
201
|
+
"type": "image"
|
|
202
202
|
}
|
|
203
203
|
],
|
|
204
204
|
"id": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
@@ -263,8 +263,7 @@
|
|
|
263
263
|
"linkedEntity": "GalleryItem",
|
|
264
264
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
265
265
|
"name": "LoadingSpinner",
|
|
266
|
-
"ref": "Spinner.traits.SpinnerRender"
|
|
267
|
-
"refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
|
|
266
|
+
"ref": "Spinner.traits.SpinnerRender"
|
|
268
267
|
},
|
|
269
268
|
{
|
|
270
269
|
"config": {
|
|
@@ -285,8 +284,7 @@
|
|
|
285
284
|
"linkedEntity": "GalleryItem",
|
|
286
285
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
287
286
|
"name": "LoadingCaption",
|
|
288
|
-
"ref": "Typography.traits.TypographyRender"
|
|
289
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
287
|
+
"ref": "Typography.traits.TypographyRender"
|
|
290
288
|
},
|
|
291
289
|
{
|
|
292
290
|
"config": {
|
|
@@ -299,24 +297,21 @@
|
|
|
299
297
|
"linkedEntity": "GalleryItem",
|
|
300
298
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
301
299
|
"name": "GalleryIcon",
|
|
302
|
-
"ref": "Icon.traits.IconRender"
|
|
303
|
-
"refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
|
|
300
|
+
"ref": "Icon.traits.IconRender"
|
|
304
301
|
},
|
|
305
302
|
{
|
|
306
303
|
"id": "trt_01KXZ44YBTCWSAFWWCR0675M99",
|
|
307
304
|
"linkedEntity": "GalleryItem",
|
|
308
305
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
309
306
|
"name": "TitleDivider",
|
|
310
|
-
"ref": "Divider.traits.DividerRender"
|
|
311
|
-
"refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
|
|
307
|
+
"ref": "Divider.traits.DividerRender"
|
|
312
308
|
},
|
|
313
309
|
{
|
|
314
310
|
"id": "trt_01KXZ44YBT6MQ6Y0WSJKNZ0M9B",
|
|
315
311
|
"linkedEntity": "GalleryItem",
|
|
316
312
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
317
313
|
"name": "MediaGalleryGrid",
|
|
318
|
-
"ref": "MediaGallery.traits.MediaGalleryRender"
|
|
319
|
-
"refId": "trt_01KXG04STSKR7RB9HG6V6H19XZ"
|
|
314
|
+
"ref": "MediaGallery.traits.MediaGalleryRender"
|
|
320
315
|
},
|
|
321
316
|
{
|
|
322
317
|
"config": {
|
|
@@ -333,8 +328,7 @@
|
|
|
333
328
|
"linkedEntity": "GalleryItem",
|
|
334
329
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
335
330
|
"name": "ErrorAlert",
|
|
336
|
-
"ref": "Alert.traits.AlertRender"
|
|
337
|
-
"refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
|
|
331
|
+
"ref": "Alert.traits.AlertRender"
|
|
338
332
|
},
|
|
339
333
|
{
|
|
340
334
|
"config": {
|
|
@@ -347,8 +341,7 @@
|
|
|
347
341
|
"linkedEntity": "GalleryItem",
|
|
348
342
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
349
343
|
"name": "ReloadSpinner",
|
|
350
|
-
"ref": "Spinner.traits.SpinnerRender"
|
|
351
|
-
"refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
|
|
344
|
+
"ref": "Spinner.traits.SpinnerRender"
|
|
352
345
|
},
|
|
353
346
|
{
|
|
354
347
|
"config": {
|
|
@@ -369,8 +362,7 @@
|
|
|
369
362
|
"linkedEntity": "GalleryItem",
|
|
370
363
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
371
364
|
"name": "ReloadCaption",
|
|
372
|
-
"ref": "Typography.traits.TypographyRender"
|
|
373
|
-
"refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
|
|
365
|
+
"ref": "Typography.traits.TypographyRender"
|
|
374
366
|
},
|
|
375
367
|
{
|
|
376
368
|
"config": {
|
|
@@ -383,8 +375,7 @@
|
|
|
383
375
|
"linkedEntity": "GalleryItem",
|
|
384
376
|
"linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
|
|
385
377
|
"name": "RetrySpinner",
|
|
386
|
-
"ref": "Spinner.traits.SpinnerRender"
|
|
387
|
-
"refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
|
|
378
|
+
"ref": "Spinner.traits.SpinnerRender"
|
|
388
379
|
},
|
|
389
380
|
{
|
|
390
381
|
"category": "interaction",
|
|
@@ -451,7 +442,7 @@
|
|
|
451
442
|
},
|
|
452
443
|
{
|
|
453
444
|
"name": "imageUrl",
|
|
454
|
-
"type": "
|
|
445
|
+
"type": "image"
|
|
455
446
|
}
|
|
456
447
|
],
|
|
457
448
|
"type": "object"
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"name": "url",
|
|
135
135
|
"required": true,
|
|
136
136
|
"synonyms": "link, path, address",
|
|
137
|
-
"type": "
|
|
137
|
+
"type": "url"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
"description": "The filename or identifier for the uploaded image.",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"description": "Timestamp indicating when the image was uploaded.",
|
|
183
183
|
"name": "uploadedAt",
|
|
184
184
|
"synonyms": "date, timestamp, upload time",
|
|
185
|
-
"type": "
|
|
185
|
+
"type": "datetime"
|
|
186
186
|
}
|
|
187
187
|
],
|
|
188
188
|
"id": "ent_01KXG04GPPJWV436QPG1ZXJFDJ",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
{
|
|
299
299
|
"name": "url",
|
|
300
300
|
"required": true,
|
|
301
|
-
"type": "
|
|
301
|
+
"type": "url"
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
304
|
"name": "name",
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
332
|
"name": "uploadedAt",
|
|
333
|
-
"type": "
|
|
333
|
+
"type": "datetime"
|
|
334
334
|
}
|
|
335
335
|
],
|
|
336
336
|
"type": "object"
|