@almadar/patterns 2.47.0 → 2.49.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-06-17T08:23:54.917Z",
3
+ "exportedAt": "2026-06-18T09:49:37.603Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-06-17T08:23:54.917Z",
3
+ "exportedAt": "2026-06-18T09:49:37.603Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -247,7 +247,7 @@
247
247
  }
248
248
  ],
249
249
  "requires": [],
250
- "entityAware": true,
250
+ "entityAware": false,
251
251
  "configDriven": true
252
252
  },
253
253
  "filter-group": {
@@ -853,7 +853,7 @@
853
853
  }
854
854
  ],
855
855
  "requires": [],
856
- "entityAware": true
856
+ "entityAware": false
857
857
  },
858
858
  "media-gallery": {
859
859
  "emits": [
package/dist/index.d.ts CHANGED
@@ -1095,10 +1095,6 @@ export declare const registry: {
1095
1095
  };
1096
1096
  propertyRequired: string[];
1097
1097
  };
1098
- entity: {
1099
- types: string[];
1100
- description: string;
1101
- };
1102
1098
  tabs: {
1103
1099
  types: string[];
1104
1100
  description: string;
@@ -4300,6 +4296,10 @@ export declare const registry: {
4300
4296
  description: string;
4301
4297
  kind: string;
4302
4298
  };
4299
+ loading: {
4300
+ types: string[];
4301
+ description: string;
4302
+ };
4303
4303
  };
4304
4304
  };
4305
4305
  "progress-bar": {
@@ -4388,6 +4388,10 @@ export declare const registry: {
4388
4388
  enumValues: string[];
4389
4389
  default: string;
4390
4390
  };
4391
+ overlay: {
4392
+ types: string[];
4393
+ description: string;
4394
+ };
4391
4395
  };
4392
4396
  };
4393
4397
  input: {
@@ -4425,6 +4429,14 @@ export declare const registry: {
4425
4429
  description: string;
4426
4430
  enumValues: string[];
4427
4431
  };
4432
+ label: {
4433
+ types: string[];
4434
+ description: string;
4435
+ };
4436
+ helperText: {
4437
+ types: string[];
4438
+ description: string;
4439
+ };
4428
4440
  error: {
4429
4441
  types: string[];
4430
4442
  description: string;
@@ -4528,7 +4540,6 @@ export declare const registry: {
4528
4540
  options: {
4529
4541
  types: string[];
4530
4542
  description: string;
4531
- required: boolean;
4532
4543
  items: {
4533
4544
  types: string[];
4534
4545
  properties: {
@@ -4542,6 +4553,34 @@ export declare const registry: {
4542
4553
  required: string[];
4543
4554
  };
4544
4555
  };
4556
+ groups: {
4557
+ types: string[];
4558
+ description: string;
4559
+ items: {
4560
+ types: string[];
4561
+ properties: {
4562
+ label: {
4563
+ types: string[];
4564
+ };
4565
+ options: {
4566
+ types: string[];
4567
+ items: {
4568
+ types: string[];
4569
+ properties: {
4570
+ value: {
4571
+ types: string[];
4572
+ };
4573
+ label: {
4574
+ types: string[];
4575
+ };
4576
+ };
4577
+ required: string[];
4578
+ };
4579
+ };
4580
+ };
4581
+ required: string[];
4582
+ };
4583
+ };
4545
4584
  placeholder: {
4546
4585
  types: string[];
4547
4586
  description: string;
@@ -4549,6 +4588,9 @@ export declare const registry: {
4549
4588
  value: {
4550
4589
  types: string[];
4551
4590
  description: string;
4591
+ items: {
4592
+ types: string[];
4593
+ };
4552
4594
  };
4553
4595
  action: {
4554
4596
  types: string[];
@@ -4559,10 +4601,31 @@ export declare const registry: {
4559
4601
  types: string[];
4560
4602
  description: string;
4561
4603
  };
4604
+ multiple: {
4605
+ types: string[];
4606
+ description: string;
4607
+ };
4608
+ searchable: {
4609
+ types: string[];
4610
+ description: string;
4611
+ };
4612
+ clearable: {
4613
+ types: string[];
4614
+ description: string;
4615
+ };
4562
4616
  onChange: {
4563
4617
  types: string[];
4564
4618
  description: string;
4565
4619
  };
4620
+ onValueChange: {
4621
+ types: string[];
4622
+ description: string;
4623
+ kind: string;
4624
+ callbackArgs: {
4625
+ name: string;
4626
+ type: string;
4627
+ }[];
4628
+ };
4566
4629
  };
4567
4630
  };
4568
4631
  checkbox: {
@@ -4936,6 +4999,14 @@ export declare const registry: {
4936
4999
  types: string[];
4937
5000
  description: string;
4938
5001
  };
5002
+ header: {
5003
+ types: string[];
5004
+ description: string;
5005
+ };
5006
+ footer: {
5007
+ types: string[];
5008
+ description: string;
5009
+ };
4939
5010
  };
4940
5011
  };
4941
5012
  accordion: {
@@ -6509,10 +6580,6 @@ export declare const registry: {
6509
6580
  };
6510
6581
  propertyRequired: string[];
6511
6582
  };
6512
- entity: {
6513
- types: string[];
6514
- description: string;
6515
- };
6516
6583
  };
6517
6584
  };
6518
6585
  "modal-slot": {
@@ -6655,10 +6722,6 @@ export declare const registry: {
6655
6722
  };
6656
6723
  propertyRequired: string[];
6657
6724
  };
6658
- entity: {
6659
- types: string[];
6660
- description: string;
6661
- };
6662
6725
  };
6663
6726
  };
6664
6727
  "orbital-visualization": {
@@ -8395,10 +8458,6 @@ export declare const registry: {
8395
8458
  required: string[];
8396
8459
  };
8397
8460
  };
8398
- entity: {
8399
- types: string[];
8400
- description: string;
8401
- };
8402
8461
  isLoading: {
8403
8462
  types: string[];
8404
8463
  description: string;
@@ -8694,6 +8753,9 @@ export declare const registry: {
8694
8753
  elevation: {
8695
8754
  types: string[];
8696
8755
  };
8756
+ modelUrl: {
8757
+ types: string[];
8758
+ };
8697
8759
  };
8698
8760
  required: string[];
8699
8761
  };
@@ -8902,6 +8964,9 @@ export declare const registry: {
8902
8964
  elevation: {
8903
8965
  types: string[];
8904
8966
  };
8967
+ modelUrl: {
8968
+ types: string[];
8969
+ };
8905
8970
  };
8906
8971
  required: string[];
8907
8972
  };
@@ -9124,6 +9189,9 @@ export declare const registry: {
9124
9189
  elevation: {
9125
9190
  types: string[];
9126
9191
  };
9192
+ modelUrl: {
9193
+ types: string[];
9194
+ };
9127
9195
  };
9128
9196
  required: string[];
9129
9197
  };
@@ -18886,6 +18954,9 @@ export declare const registry: {
18886
18954
  elevation: {
18887
18955
  types: string[];
18888
18956
  };
18957
+ modelUrl: {
18958
+ types: string[];
18959
+ };
18889
18960
  };
18890
18961
  required: string[];
18891
18962
  };
@@ -20253,6 +20324,9 @@ export declare const registry: {
20253
20324
  elevation: {
20254
20325
  types: string[];
20255
20326
  };
20327
+ modelUrl: {
20328
+ types: string[];
20329
+ };
20256
20330
  };
20257
20331
  required: string[];
20258
20332
  };
@@ -21217,6 +21291,9 @@ export declare const registry: {
21217
21291
  elevation: {
21218
21292
  types: string[];
21219
21293
  };
21294
+ modelUrl: {
21295
+ types: string[];
21296
+ };
21220
21297
  };
21221
21298
  required: string[];
21222
21299
  };
@@ -22637,6 +22714,7 @@ export declare const registry: {
22637
22714
  tooltipFrameUrl: {
22638
22715
  types: string[];
22639
22716
  description: string;
22717
+ default: string;
22640
22718
  };
22641
22719
  className: {
22642
22720
  types: string[];
@@ -23045,6 +23123,9 @@ export declare const registry: {
23045
23123
  elevation: {
23046
23124
  types: string[];
23047
23125
  };
23126
+ modelUrl: {
23127
+ types: string[];
23128
+ };
23048
23129
  };
23049
23130
  required: string[];
23050
23131
  };
@@ -23272,6 +23353,9 @@ export declare const registry: {
23272
23353
  elevation: {
23273
23354
  types: string[];
23274
23355
  };
23356
+ modelUrl: {
23357
+ types: string[];
23358
+ };
23275
23359
  };
23276
23360
  required: string[];
23277
23361
  };
@@ -26939,6 +27023,9 @@ export declare const registry: {
26939
27023
  elevation: {
26940
27024
  types: string[];
26941
27025
  };
27026
+ modelUrl: {
27027
+ types: string[];
27028
+ };
26942
27029
  };
26943
27030
  required: string[];
26944
27031
  };
@@ -27207,6 +27294,9 @@ export declare const registry: {
27207
27294
  elevation: {
27208
27295
  types: string[];
27209
27296
  };
27297
+ modelUrl: {
27298
+ types: string[];
27299
+ };
27210
27300
  };
27211
27301
  required: string[];
27212
27302
  };
@@ -27426,6 +27516,9 @@ export declare const registry: {
27426
27516
  elevation: {
27427
27517
  types: string[];
27428
27518
  };
27519
+ modelUrl: {
27520
+ types: string[];
27521
+ };
27429
27522
  };
27430
27523
  required: string[];
27431
27524
  };
@@ -27448,18 +27541,22 @@ export declare const registry: {
27448
27541
  assetLoader: {
27449
27542
  types: string[];
27450
27543
  description: string;
27544
+ nonAuthorable: boolean;
27451
27545
  };
27452
27546
  tileRenderer: {
27453
27547
  types: string[];
27454
27548
  description: string;
27549
+ nonAuthorable: boolean;
27455
27550
  };
27456
27551
  unitRenderer: {
27457
27552
  types: string[];
27458
27553
  description: string;
27554
+ nonAuthorable: boolean;
27459
27555
  };
27460
27556
  featureRenderer: {
27461
27557
  types: string[];
27462
27558
  description: string;
27559
+ nonAuthorable: boolean;
27463
27560
  };
27464
27561
  preloadAssets: {
27465
27562
  types: string[];
@@ -29012,10 +29109,6 @@ export declare const PATTERN_REGISTRY: {
29012
29109
  };
29013
29110
  propertyRequired: string[];
29014
29111
  };
29015
- entity: {
29016
- types: string[];
29017
- description: string;
29018
- };
29019
29112
  tabs: {
29020
29113
  types: string[];
29021
29114
  description: string;
@@ -32217,6 +32310,10 @@ export declare const PATTERN_REGISTRY: {
32217
32310
  description: string;
32218
32311
  kind: string;
32219
32312
  };
32313
+ loading: {
32314
+ types: string[];
32315
+ description: string;
32316
+ };
32220
32317
  };
32221
32318
  };
32222
32319
  "progress-bar": {
@@ -32305,6 +32402,10 @@ export declare const PATTERN_REGISTRY: {
32305
32402
  enumValues: string[];
32306
32403
  default: string;
32307
32404
  };
32405
+ overlay: {
32406
+ types: string[];
32407
+ description: string;
32408
+ };
32308
32409
  };
32309
32410
  };
32310
32411
  input: {
@@ -32342,6 +32443,14 @@ export declare const PATTERN_REGISTRY: {
32342
32443
  description: string;
32343
32444
  enumValues: string[];
32344
32445
  };
32446
+ label: {
32447
+ types: string[];
32448
+ description: string;
32449
+ };
32450
+ helperText: {
32451
+ types: string[];
32452
+ description: string;
32453
+ };
32345
32454
  error: {
32346
32455
  types: string[];
32347
32456
  description: string;
@@ -32445,7 +32554,6 @@ export declare const PATTERN_REGISTRY: {
32445
32554
  options: {
32446
32555
  types: string[];
32447
32556
  description: string;
32448
- required: boolean;
32449
32557
  items: {
32450
32558
  types: string[];
32451
32559
  properties: {
@@ -32459,6 +32567,34 @@ export declare const PATTERN_REGISTRY: {
32459
32567
  required: string[];
32460
32568
  };
32461
32569
  };
32570
+ groups: {
32571
+ types: string[];
32572
+ description: string;
32573
+ items: {
32574
+ types: string[];
32575
+ properties: {
32576
+ label: {
32577
+ types: string[];
32578
+ };
32579
+ options: {
32580
+ types: string[];
32581
+ items: {
32582
+ types: string[];
32583
+ properties: {
32584
+ value: {
32585
+ types: string[];
32586
+ };
32587
+ label: {
32588
+ types: string[];
32589
+ };
32590
+ };
32591
+ required: string[];
32592
+ };
32593
+ };
32594
+ };
32595
+ required: string[];
32596
+ };
32597
+ };
32462
32598
  placeholder: {
32463
32599
  types: string[];
32464
32600
  description: string;
@@ -32466,6 +32602,9 @@ export declare const PATTERN_REGISTRY: {
32466
32602
  value: {
32467
32603
  types: string[];
32468
32604
  description: string;
32605
+ items: {
32606
+ types: string[];
32607
+ };
32469
32608
  };
32470
32609
  action: {
32471
32610
  types: string[];
@@ -32476,10 +32615,31 @@ export declare const PATTERN_REGISTRY: {
32476
32615
  types: string[];
32477
32616
  description: string;
32478
32617
  };
32618
+ multiple: {
32619
+ types: string[];
32620
+ description: string;
32621
+ };
32622
+ searchable: {
32623
+ types: string[];
32624
+ description: string;
32625
+ };
32626
+ clearable: {
32627
+ types: string[];
32628
+ description: string;
32629
+ };
32479
32630
  onChange: {
32480
32631
  types: string[];
32481
32632
  description: string;
32482
32633
  };
32634
+ onValueChange: {
32635
+ types: string[];
32636
+ description: string;
32637
+ kind: string;
32638
+ callbackArgs: {
32639
+ name: string;
32640
+ type: string;
32641
+ }[];
32642
+ };
32483
32643
  };
32484
32644
  };
32485
32645
  checkbox: {
@@ -32853,6 +33013,14 @@ export declare const PATTERN_REGISTRY: {
32853
33013
  types: string[];
32854
33014
  description: string;
32855
33015
  };
33016
+ header: {
33017
+ types: string[];
33018
+ description: string;
33019
+ };
33020
+ footer: {
33021
+ types: string[];
33022
+ description: string;
33023
+ };
32856
33024
  };
32857
33025
  };
32858
33026
  accordion: {
@@ -34426,10 +34594,6 @@ export declare const PATTERN_REGISTRY: {
34426
34594
  };
34427
34595
  propertyRequired: string[];
34428
34596
  };
34429
- entity: {
34430
- types: string[];
34431
- description: string;
34432
- };
34433
34597
  };
34434
34598
  };
34435
34599
  "modal-slot": {
@@ -34572,10 +34736,6 @@ export declare const PATTERN_REGISTRY: {
34572
34736
  };
34573
34737
  propertyRequired: string[];
34574
34738
  };
34575
- entity: {
34576
- types: string[];
34577
- description: string;
34578
- };
34579
34739
  };
34580
34740
  };
34581
34741
  "orbital-visualization": {
@@ -36312,10 +36472,6 @@ export declare const PATTERN_REGISTRY: {
36312
36472
  required: string[];
36313
36473
  };
36314
36474
  };
36315
- entity: {
36316
- types: string[];
36317
- description: string;
36318
- };
36319
36475
  isLoading: {
36320
36476
  types: string[];
36321
36477
  description: string;
@@ -36611,6 +36767,9 @@ export declare const PATTERN_REGISTRY: {
36611
36767
  elevation: {
36612
36768
  types: string[];
36613
36769
  };
36770
+ modelUrl: {
36771
+ types: string[];
36772
+ };
36614
36773
  };
36615
36774
  required: string[];
36616
36775
  };
@@ -36819,6 +36978,9 @@ export declare const PATTERN_REGISTRY: {
36819
36978
  elevation: {
36820
36979
  types: string[];
36821
36980
  };
36981
+ modelUrl: {
36982
+ types: string[];
36983
+ };
36822
36984
  };
36823
36985
  required: string[];
36824
36986
  };
@@ -37041,6 +37203,9 @@ export declare const PATTERN_REGISTRY: {
37041
37203
  elevation: {
37042
37204
  types: string[];
37043
37205
  };
37206
+ modelUrl: {
37207
+ types: string[];
37208
+ };
37044
37209
  };
37045
37210
  required: string[];
37046
37211
  };
@@ -46803,6 +46968,9 @@ export declare const PATTERN_REGISTRY: {
46803
46968
  elevation: {
46804
46969
  types: string[];
46805
46970
  };
46971
+ modelUrl: {
46972
+ types: string[];
46973
+ };
46806
46974
  };
46807
46975
  required: string[];
46808
46976
  };
@@ -48170,6 +48338,9 @@ export declare const PATTERN_REGISTRY: {
48170
48338
  elevation: {
48171
48339
  types: string[];
48172
48340
  };
48341
+ modelUrl: {
48342
+ types: string[];
48343
+ };
48173
48344
  };
48174
48345
  required: string[];
48175
48346
  };
@@ -49134,6 +49305,9 @@ export declare const PATTERN_REGISTRY: {
49134
49305
  elevation: {
49135
49306
  types: string[];
49136
49307
  };
49308
+ modelUrl: {
49309
+ types: string[];
49310
+ };
49137
49311
  };
49138
49312
  required: string[];
49139
49313
  };
@@ -50554,6 +50728,7 @@ export declare const PATTERN_REGISTRY: {
50554
50728
  tooltipFrameUrl: {
50555
50729
  types: string[];
50556
50730
  description: string;
50731
+ default: string;
50557
50732
  };
50558
50733
  className: {
50559
50734
  types: string[];
@@ -50962,6 +51137,9 @@ export declare const PATTERN_REGISTRY: {
50962
51137
  elevation: {
50963
51138
  types: string[];
50964
51139
  };
51140
+ modelUrl: {
51141
+ types: string[];
51142
+ };
50965
51143
  };
50966
51144
  required: string[];
50967
51145
  };
@@ -51189,6 +51367,9 @@ export declare const PATTERN_REGISTRY: {
51189
51367
  elevation: {
51190
51368
  types: string[];
51191
51369
  };
51370
+ modelUrl: {
51371
+ types: string[];
51372
+ };
51192
51373
  };
51193
51374
  required: string[];
51194
51375
  };
@@ -54856,6 +55037,9 @@ export declare const PATTERN_REGISTRY: {
54856
55037
  elevation: {
54857
55038
  types: string[];
54858
55039
  };
55040
+ modelUrl: {
55041
+ types: string[];
55042
+ };
54859
55043
  };
54860
55044
  required: string[];
54861
55045
  };
@@ -55124,6 +55308,9 @@ export declare const PATTERN_REGISTRY: {
55124
55308
  elevation: {
55125
55309
  types: string[];
55126
55310
  };
55311
+ modelUrl: {
55312
+ types: string[];
55313
+ };
55127
55314
  };
55128
55315
  required: string[];
55129
55316
  };
@@ -55343,6 +55530,9 @@ export declare const PATTERN_REGISTRY: {
55343
55530
  elevation: {
55344
55531
  types: string[];
55345
55532
  };
55533
+ modelUrl: {
55534
+ types: string[];
55535
+ };
55346
55536
  };
55347
55537
  required: string[];
55348
55538
  };
@@ -55365,18 +55555,22 @@ export declare const PATTERN_REGISTRY: {
55365
55555
  assetLoader: {
55366
55556
  types: string[];
55367
55557
  description: string;
55558
+ nonAuthorable: boolean;
55368
55559
  };
55369
55560
  tileRenderer: {
55370
55561
  types: string[];
55371
55562
  description: string;
55563
+ nonAuthorable: boolean;
55372
55564
  };
55373
55565
  unitRenderer: {
55374
55566
  types: string[];
55375
55567
  description: string;
55568
+ nonAuthorable: boolean;
55376
55569
  };
55377
55570
  featureRenderer: {
55378
55571
  types: string[];
55379
55572
  description: string;
55573
+ nonAuthorable: boolean;
55380
55574
  };
55381
55575
  preloadAssets: {
55382
55576
  types: string[];