@almadar/std 6.1.7 → 6.3.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.
Files changed (30) hide show
  1. package/behaviors/registry/atoms/std-browse.orb +15 -0
  2. package/behaviors/registry/atoms/std-display.orb +181 -0
  3. package/behaviors/registry/atoms/std-gallery.orb +12 -0
  4. package/behaviors/registry/atoms/std-input.orb +270 -0
  5. package/dist/behaviors/exports-reader.js +276 -138
  6. package/dist/behaviors/exports-reader.js.map +1 -1
  7. package/dist/behaviors/functions/index.d.ts +415 -1
  8. package/dist/behaviors/functions/index.js +276 -138
  9. package/dist/behaviors/functions/index.js.map +1 -1
  10. package/dist/behaviors/index.js +276 -138
  11. package/dist/behaviors/index.js.map +1 -1
  12. package/dist/behaviors/query.js +276 -138
  13. package/dist/behaviors/query.js.map +1 -1
  14. package/dist/behaviors/registry/atoms/std-browse.orb +15 -0
  15. package/dist/behaviors/registry/atoms/std-display.orb +181 -0
  16. package/dist/behaviors/registry/atoms/std-gallery.orb +12 -0
  17. package/dist/behaviors/registry/atoms/std-input.orb +270 -0
  18. package/dist/index.js +276 -138
  19. package/dist/index.js.map +1 -1
  20. package/package.json +1 -1
  21. package/behaviors/registry/atoms/std-classifier.orb.unconvertible.txt +0 -7
  22. package/behaviors/registry/atoms/std-graph-classifier.orb.unconvertible.txt +0 -7
  23. package/behaviors/registry/atoms/std-rl-agent.orb.unconvertible.txt +0 -7
  24. package/behaviors/registry/atoms/std-text-classifier.orb.unconvertible.txt +0 -7
  25. package/behaviors/registry/atoms/std-trainer.orb.unconvertible.txt +0 -7
  26. package/dist/behaviors/registry/atoms/std-classifier.orb.unconvertible.txt +0 -7
  27. package/dist/behaviors/registry/atoms/std-graph-classifier.orb.unconvertible.txt +0 -7
  28. package/dist/behaviors/registry/atoms/std-rl-agent.orb.unconvertible.txt +0 -7
  29. package/dist/behaviors/registry/atoms/std-text-classifier.orb.unconvertible.txt +0 -7
  30. package/dist/behaviors/registry/atoms/std-trainer.orb.unconvertible.txt +0 -7
@@ -176,6 +176,21 @@
176
176
  {
177
177
  "type": "divider"
178
178
  },
179
+ {
180
+ "type": "pull-to-refresh",
181
+ "event": "REFRESH"
182
+ },
183
+ {
184
+ "type": "swipeable-row",
185
+ "leadingAction": {
186
+ "label": "Edit",
187
+ "event": "EDIT"
188
+ },
189
+ "trailingAction": {
190
+ "label": "Delete",
191
+ "event": "DELETE"
192
+ }
193
+ },
179
194
  {
180
195
  "type": "data-grid",
181
196
  "entity": "BrowseItem",
@@ -141,6 +141,27 @@
141
141
  {
142
142
  "type": "divider"
143
143
  },
144
+ {
145
+ "type": "stats-grid",
146
+ "columns": 3,
147
+ "children": [
148
+ {
149
+ "type": "stat-display",
150
+ "label": "Total",
151
+ "value": ["array/len", "@entity"]
152
+ },
153
+ {
154
+ "type": "stat-display",
155
+ "label": "Latest",
156
+ "value": ["object/get", ["array/first", "@entity"], "name"]
157
+ },
158
+ {
159
+ "type": "stat-display",
160
+ "label": "Status",
161
+ "value": "Healthy"
162
+ }
163
+ ]
164
+ },
144
165
  {
145
166
  "type": "box",
146
167
  "padding": "md",
@@ -378,6 +399,25 @@
378
399
  ],
379
400
  "width": 400,
380
401
  "height": 200
402
+ },
403
+ {
404
+ "type": "accordion",
405
+ "items": [
406
+ {
407
+ "label": "Details",
408
+ "content": {
409
+ "type": "typography",
410
+ "content": "Grouped display details"
411
+ }
412
+ },
413
+ {
414
+ "label": "Activity",
415
+ "content": {
416
+ "type": "typography",
417
+ "content": "Recent activity"
418
+ }
419
+ }
420
+ ]
381
421
  }
382
422
  ]
383
423
  }
@@ -453,6 +493,27 @@
453
493
  {
454
494
  "type": "divider"
455
495
  },
496
+ {
497
+ "type": "stats-grid",
498
+ "columns": 3,
499
+ "children": [
500
+ {
501
+ "type": "stat-display",
502
+ "label": "Total",
503
+ "value": ["array/len", "@entity"]
504
+ },
505
+ {
506
+ "type": "stat-display",
507
+ "label": "Latest",
508
+ "value": ["object/get", ["array/first", "@entity"], "name"]
509
+ },
510
+ {
511
+ "type": "stat-display",
512
+ "label": "Status",
513
+ "value": "Healthy"
514
+ }
515
+ ]
516
+ },
456
517
  {
457
518
  "type": "box",
458
519
  "padding": "md",
@@ -690,6 +751,25 @@
690
751
  ],
691
752
  "width": 400,
692
753
  "height": 200
754
+ },
755
+ {
756
+ "type": "accordion",
757
+ "items": [
758
+ {
759
+ "label": "Details",
760
+ "content": {
761
+ "type": "typography",
762
+ "content": "Grouped display details"
763
+ }
764
+ },
765
+ {
766
+ "label": "Activity",
767
+ "content": {
768
+ "type": "typography",
769
+ "content": "Recent activity"
770
+ }
771
+ }
772
+ ]
693
773
  }
694
774
  ]
695
775
  }
@@ -765,6 +845,27 @@
765
845
  {
766
846
  "type": "divider"
767
847
  },
848
+ {
849
+ "type": "stats-grid",
850
+ "columns": 3,
851
+ "children": [
852
+ {
853
+ "type": "stat-display",
854
+ "label": "Total",
855
+ "value": ["array/len", "@entity"]
856
+ },
857
+ {
858
+ "type": "stat-display",
859
+ "label": "Latest",
860
+ "value": ["object/get", ["array/first", "@entity"], "name"]
861
+ },
862
+ {
863
+ "type": "stat-display",
864
+ "label": "Status",
865
+ "value": "Healthy"
866
+ }
867
+ ]
868
+ },
768
869
  {
769
870
  "type": "box",
770
871
  "padding": "md",
@@ -1002,6 +1103,25 @@
1002
1103
  ],
1003
1104
  "width": 400,
1004
1105
  "height": 200
1106
+ },
1107
+ {
1108
+ "type": "accordion",
1109
+ "items": [
1110
+ {
1111
+ "label": "Details",
1112
+ "content": {
1113
+ "type": "typography",
1114
+ "content": "Grouped display details"
1115
+ }
1116
+ },
1117
+ {
1118
+ "label": "Activity",
1119
+ "content": {
1120
+ "type": "typography",
1121
+ "content": "Recent activity"
1122
+ }
1123
+ }
1124
+ ]
1005
1125
  }
1006
1126
  ]
1007
1127
  }
@@ -1077,6 +1197,27 @@
1077
1197
  {
1078
1198
  "type": "divider"
1079
1199
  },
1200
+ {
1201
+ "type": "stats-grid",
1202
+ "columns": 3,
1203
+ "children": [
1204
+ {
1205
+ "type": "stat-display",
1206
+ "label": "Total",
1207
+ "value": ["array/len", "@entity"]
1208
+ },
1209
+ {
1210
+ "type": "stat-display",
1211
+ "label": "Latest",
1212
+ "value": ["object/get", ["array/first", "@entity"], "name"]
1213
+ },
1214
+ {
1215
+ "type": "stat-display",
1216
+ "label": "Status",
1217
+ "value": "Healthy"
1218
+ }
1219
+ ]
1220
+ },
1080
1221
  {
1081
1222
  "type": "box",
1082
1223
  "padding": "md",
@@ -1314,6 +1455,25 @@
1314
1455
  ],
1315
1456
  "width": 400,
1316
1457
  "height": 200
1458
+ },
1459
+ {
1460
+ "type": "accordion",
1461
+ "items": [
1462
+ {
1463
+ "label": "Details",
1464
+ "content": {
1465
+ "type": "typography",
1466
+ "content": "Grouped display details"
1467
+ }
1468
+ },
1469
+ {
1470
+ "label": "Activity",
1471
+ "content": {
1472
+ "type": "typography",
1473
+ "content": "Recent activity"
1474
+ }
1475
+ }
1476
+ ]
1317
1477
  }
1318
1478
  ]
1319
1479
  }
@@ -1389,6 +1549,27 @@
1389
1549
  {
1390
1550
  "type": "divider"
1391
1551
  },
1552
+ {
1553
+ "type": "stats-grid",
1554
+ "columns": 3,
1555
+ "children": [
1556
+ {
1557
+ "type": "stat-display",
1558
+ "label": "Total",
1559
+ "value": ["array/len", "@entity"]
1560
+ },
1561
+ {
1562
+ "type": "stat-display",
1563
+ "label": "Latest",
1564
+ "value": ["object/get", ["array/first", "@entity"], "name"]
1565
+ },
1566
+ {
1567
+ "type": "stat-display",
1568
+ "label": "Status",
1569
+ "value": "Healthy"
1570
+ }
1571
+ ]
1572
+ },
1392
1573
  {
1393
1574
  "type": "box",
1394
1575
  "padding": "md",
@@ -206,6 +206,12 @@
206
206
  {
207
207
  "type": "divider"
208
208
  },
209
+ {
210
+ "type": "carousel",
211
+ "entity": "GalleryItem",
212
+ "imageField": "imageUrl",
213
+ "event": "SELECT"
214
+ },
209
215
  {
210
216
  "type": "data-grid",
211
217
  "entity": "GalleryItem",
@@ -329,6 +335,12 @@
329
335
  {
330
336
  "type": "divider"
331
337
  },
338
+ {
339
+ "type": "carousel",
340
+ "entity": "GalleryItem",
341
+ "imageField": "imageUrl",
342
+ "event": "SELECT"
343
+ },
332
344
  {
333
345
  "type": "data-grid",
334
346
  "entity": "GalleryItem",
@@ -141,6 +141,51 @@
141
141
  }
142
142
  ]
143
143
  },
144
+ {
145
+ "type": "form-field",
146
+ "label": "Toggle",
147
+ "children": [
148
+ {
149
+ "type": "switch",
150
+ "event": "TOGGLE"
151
+ }
152
+ ]
153
+ },
154
+ {
155
+ "type": "form-field",
156
+ "label": "Choice",
157
+ "children": [
158
+ {
159
+ "type": "radio",
160
+ "name": "choice",
161
+ "event": "CHANGE"
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "type": "form-field",
167
+ "label": "Range",
168
+ "children": [
169
+ {
170
+ "type": "range-slider",
171
+ "min": 0,
172
+ "max": 100,
173
+ "event": "CHANGE"
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "type": "form-field",
179
+ "label": "Quantity",
180
+ "children": [
181
+ {
182
+ "type": "number-stepper",
183
+ "min": 0,
184
+ "step": 1,
185
+ "event": "CHANGE"
186
+ }
187
+ ]
188
+ },
144
189
  {
145
190
  "type": "typography",
146
191
  "variant": "caption",
@@ -210,6 +255,51 @@
210
255
  }
211
256
  ]
212
257
  },
258
+ {
259
+ "type": "form-field",
260
+ "label": "Toggle",
261
+ "children": [
262
+ {
263
+ "type": "switch",
264
+ "event": "TOGGLE"
265
+ }
266
+ ]
267
+ },
268
+ {
269
+ "type": "form-field",
270
+ "label": "Choice",
271
+ "children": [
272
+ {
273
+ "type": "radio",
274
+ "name": "choice",
275
+ "event": "CHANGE"
276
+ }
277
+ ]
278
+ },
279
+ {
280
+ "type": "form-field",
281
+ "label": "Range",
282
+ "children": [
283
+ {
284
+ "type": "range-slider",
285
+ "min": 0,
286
+ "max": 100,
287
+ "event": "CHANGE"
288
+ }
289
+ ]
290
+ },
291
+ {
292
+ "type": "form-field",
293
+ "label": "Quantity",
294
+ "children": [
295
+ {
296
+ "type": "number-stepper",
297
+ "min": 0,
298
+ "step": 1,
299
+ "event": "CHANGE"
300
+ }
301
+ ]
302
+ },
213
303
  {
214
304
  "type": "typography",
215
305
  "variant": "caption",
@@ -279,6 +369,51 @@
279
369
  }
280
370
  ]
281
371
  },
372
+ {
373
+ "type": "form-field",
374
+ "label": "Toggle",
375
+ "children": [
376
+ {
377
+ "type": "switch",
378
+ "event": "TOGGLE"
379
+ }
380
+ ]
381
+ },
382
+ {
383
+ "type": "form-field",
384
+ "label": "Choice",
385
+ "children": [
386
+ {
387
+ "type": "radio",
388
+ "name": "choice",
389
+ "event": "CHANGE"
390
+ }
391
+ ]
392
+ },
393
+ {
394
+ "type": "form-field",
395
+ "label": "Range",
396
+ "children": [
397
+ {
398
+ "type": "range-slider",
399
+ "min": 0,
400
+ "max": 100,
401
+ "event": "CHANGE"
402
+ }
403
+ ]
404
+ },
405
+ {
406
+ "type": "form-field",
407
+ "label": "Quantity",
408
+ "children": [
409
+ {
410
+ "type": "number-stepper",
411
+ "min": 0,
412
+ "step": 1,
413
+ "event": "CHANGE"
414
+ }
415
+ ]
416
+ },
282
417
  {
283
418
  "type": "typography",
284
419
  "variant": "caption",
@@ -348,6 +483,51 @@
348
483
  }
349
484
  ]
350
485
  },
486
+ {
487
+ "type": "form-field",
488
+ "label": "Toggle",
489
+ "children": [
490
+ {
491
+ "type": "switch",
492
+ "event": "TOGGLE"
493
+ }
494
+ ]
495
+ },
496
+ {
497
+ "type": "form-field",
498
+ "label": "Choice",
499
+ "children": [
500
+ {
501
+ "type": "radio",
502
+ "name": "choice",
503
+ "event": "CHANGE"
504
+ }
505
+ ]
506
+ },
507
+ {
508
+ "type": "form-field",
509
+ "label": "Range",
510
+ "children": [
511
+ {
512
+ "type": "range-slider",
513
+ "min": 0,
514
+ "max": 100,
515
+ "event": "CHANGE"
516
+ }
517
+ ]
518
+ },
519
+ {
520
+ "type": "form-field",
521
+ "label": "Quantity",
522
+ "children": [
523
+ {
524
+ "type": "number-stepper",
525
+ "min": 0,
526
+ "step": 1,
527
+ "event": "CHANGE"
528
+ }
529
+ ]
530
+ },
351
531
  {
352
532
  "type": "typography",
353
533
  "variant": "caption",
@@ -478,6 +658,51 @@
478
658
  }
479
659
  ]
480
660
  },
661
+ {
662
+ "type": "form-field",
663
+ "label": "Toggle",
664
+ "children": [
665
+ {
666
+ "type": "switch",
667
+ "event": "TOGGLE"
668
+ }
669
+ ]
670
+ },
671
+ {
672
+ "type": "form-field",
673
+ "label": "Choice",
674
+ "children": [
675
+ {
676
+ "type": "radio",
677
+ "name": "choice",
678
+ "event": "CHANGE"
679
+ }
680
+ ]
681
+ },
682
+ {
683
+ "type": "form-field",
684
+ "label": "Range",
685
+ "children": [
686
+ {
687
+ "type": "range-slider",
688
+ "min": 0,
689
+ "max": 100,
690
+ "event": "CHANGE"
691
+ }
692
+ ]
693
+ },
694
+ {
695
+ "type": "form-field",
696
+ "label": "Quantity",
697
+ "children": [
698
+ {
699
+ "type": "number-stepper",
700
+ "min": 0,
701
+ "step": 1,
702
+ "event": "CHANGE"
703
+ }
704
+ ]
705
+ },
481
706
  {
482
707
  "type": "typography",
483
708
  "variant": "caption",
@@ -542,6 +767,51 @@
542
767
  }
543
768
  ]
544
769
  },
770
+ {
771
+ "type": "form-field",
772
+ "label": "Toggle",
773
+ "children": [
774
+ {
775
+ "type": "switch",
776
+ "event": "TOGGLE"
777
+ }
778
+ ]
779
+ },
780
+ {
781
+ "type": "form-field",
782
+ "label": "Choice",
783
+ "children": [
784
+ {
785
+ "type": "radio",
786
+ "name": "choice",
787
+ "event": "CHANGE"
788
+ }
789
+ ]
790
+ },
791
+ {
792
+ "type": "form-field",
793
+ "label": "Range",
794
+ "children": [
795
+ {
796
+ "type": "range-slider",
797
+ "min": 0,
798
+ "max": 100,
799
+ "event": "CHANGE"
800
+ }
801
+ ]
802
+ },
803
+ {
804
+ "type": "form-field",
805
+ "label": "Quantity",
806
+ "children": [
807
+ {
808
+ "type": "number-stepper",
809
+ "min": 0,
810
+ "step": 1,
811
+ "event": "CHANGE"
812
+ }
813
+ ]
814
+ },
545
815
  {
546
816
  "type": "typography",
547
817
  "variant": "caption",