@cadriciel/ui 0.7.0 → 0.8.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.
|
@@ -21579,19 +21579,19 @@ const CATALOGUE = {
|
|
|
21579
21579
|
{
|
|
21580
21580
|
"name": "severity",
|
|
21581
21581
|
"required": false,
|
|
21582
|
-
"type": "
|
|
21582
|
+
"type": "'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info' | 'ghost'",
|
|
21583
21583
|
"default": "primary"
|
|
21584
21584
|
},
|
|
21585
21585
|
{
|
|
21586
21586
|
"name": "variant",
|
|
21587
21587
|
"required": false,
|
|
21588
|
-
"type": "
|
|
21588
|
+
"type": "'solid' | 'outline' | 'text'",
|
|
21589
21589
|
"default": "solid"
|
|
21590
21590
|
},
|
|
21591
21591
|
{
|
|
21592
21592
|
"name": "size",
|
|
21593
21593
|
"required": false,
|
|
21594
|
-
"type": "
|
|
21594
|
+
"type": "'sm' | 'md' | 'lg'",
|
|
21595
21595
|
"default": "md"
|
|
21596
21596
|
},
|
|
21597
21597
|
{
|
|
@@ -21646,7 +21646,7 @@ const CATALOGUE = {
|
|
|
21646
21646
|
{
|
|
21647
21647
|
"name": "type",
|
|
21648
21648
|
"required": false,
|
|
21649
|
-
"type": "
|
|
21649
|
+
"type": "'bar' | 'line' | 'pie' | 'doughnut' | 'radar' | 'polarArea' | 'scatter' | 'bubble'",
|
|
21650
21650
|
"default": "bar"
|
|
21651
21651
|
},
|
|
21652
21652
|
{
|
|
@@ -21788,7 +21788,7 @@ const CATALOGUE = {
|
|
|
21788
21788
|
{
|
|
21789
21789
|
"name": "align",
|
|
21790
21790
|
"required": false,
|
|
21791
|
-
"type": "
|
|
21791
|
+
"type": "'left' | 'right' | 'center'",
|
|
21792
21792
|
"default": "left"
|
|
21793
21793
|
},
|
|
21794
21794
|
{
|
|
@@ -21822,7 +21822,7 @@ const CATALOGUE = {
|
|
|
21822
21822
|
{
|
|
21823
21823
|
"name": "filterType",
|
|
21824
21824
|
"required": false,
|
|
21825
|
-
"type": "
|
|
21825
|
+
"type": "'text' | 'number' | 'select' | 'date' | 'boolean'",
|
|
21826
21826
|
"default": "text"
|
|
21827
21827
|
},
|
|
21828
21828
|
{
|
|
@@ -21845,7 +21845,7 @@ const CATALOGUE = {
|
|
|
21845
21845
|
{
|
|
21846
21846
|
"name": "dataType",
|
|
21847
21847
|
"required": false,
|
|
21848
|
-
"type": "
|
|
21848
|
+
"type": "'text' | 'number' | 'date' | 'boolean'",
|
|
21849
21849
|
"default": "text"
|
|
21850
21850
|
},
|
|
21851
21851
|
{
|
|
@@ -21898,7 +21898,7 @@ const CATALOGUE = {
|
|
|
21898
21898
|
{
|
|
21899
21899
|
"name": "editor",
|
|
21900
21900
|
"required": false,
|
|
21901
|
-
"type": "
|
|
21901
|
+
"type": "'text' | 'number' | 'select' | 'checkbox' | 'date' | 'textarea'",
|
|
21902
21902
|
"default": "text"
|
|
21903
21903
|
},
|
|
21904
21904
|
{
|
|
@@ -21962,7 +21962,7 @@ const CATALOGUE = {
|
|
|
21962
21962
|
{
|
|
21963
21963
|
"name": "layout",
|
|
21964
21964
|
"twoWay": true,
|
|
21965
|
-
"type": "
|
|
21965
|
+
"type": "'list' | 'grid'",
|
|
21966
21966
|
"default": "list"
|
|
21967
21967
|
},
|
|
21968
21968
|
{
|
|
@@ -22060,7 +22060,7 @@ const CATALOGUE = {
|
|
|
22060
22060
|
},
|
|
22061
22061
|
{
|
|
22062
22062
|
"name": "layoutChange",
|
|
22063
|
-
"type": "
|
|
22063
|
+
"type": "'list' | 'grid'"
|
|
22064
22064
|
},
|
|
22065
22065
|
{
|
|
22066
22066
|
"name": "sortChange",
|
|
@@ -22250,7 +22250,7 @@ const CATALOGUE = {
|
|
|
22250
22250
|
{
|
|
22251
22251
|
"name": "activeTab",
|
|
22252
22252
|
"twoWay": true,
|
|
22253
|
-
"type": "
|
|
22253
|
+
"type": "'columns' | 'filters' | 'groups' | 'values'",
|
|
22254
22254
|
"default": "columns"
|
|
22255
22255
|
},
|
|
22256
22256
|
{
|
|
@@ -22517,7 +22517,7 @@ const CATALOGUE = {
|
|
|
22517
22517
|
{
|
|
22518
22518
|
"name": "selectionMode",
|
|
22519
22519
|
"required": false,
|
|
22520
|
-
"type": "
|
|
22520
|
+
"type": "'single' | 'multiple' | null"
|
|
22521
22521
|
},
|
|
22522
22522
|
{
|
|
22523
22523
|
"name": "selection",
|
|
@@ -22550,7 +22550,7 @@ const CATALOGUE = {
|
|
|
22550
22550
|
{
|
|
22551
22551
|
"name": "selectionPropagation",
|
|
22552
22552
|
"required": false,
|
|
22553
|
-
"type": "
|
|
22553
|
+
"type": "'both' | 'down' | 'up' | 'none'",
|
|
22554
22554
|
"default": "both"
|
|
22555
22555
|
},
|
|
22556
22556
|
{
|
|
@@ -22794,7 +22794,7 @@ const CATALOGUE = {
|
|
|
22794
22794
|
{
|
|
22795
22795
|
"name": "responsive",
|
|
22796
22796
|
"required": false,
|
|
22797
|
-
"type": "
|
|
22797
|
+
"type": "'scroll' | 'priority' | 'stack'",
|
|
22798
22798
|
"default": "scroll"
|
|
22799
22799
|
},
|
|
22800
22800
|
{
|
|
@@ -22862,7 +22862,7 @@ const CATALOGUE = {
|
|
|
22862
22862
|
{
|
|
22863
22863
|
"name": "editMode",
|
|
22864
22864
|
"required": false,
|
|
22865
|
-
"type": "
|
|
22865
|
+
"type": "'cell' | 'row' | 'row-inline' | null"
|
|
22866
22866
|
},
|
|
22867
22867
|
{
|
|
22868
22868
|
"name": "editOnClick",
|
|
@@ -23296,7 +23296,7 @@ const CATALOGUE = {
|
|
|
23296
23296
|
{
|
|
23297
23297
|
"name": "selectionPropagation",
|
|
23298
23298
|
"required": false,
|
|
23299
|
-
"type": "
|
|
23299
|
+
"type": "'both' | 'down' | 'up' | 'none'",
|
|
23300
23300
|
"default": "both"
|
|
23301
23301
|
},
|
|
23302
23302
|
{
|
|
@@ -23420,13 +23420,13 @@ const CATALOGUE = {
|
|
|
23420
23420
|
{
|
|
23421
23421
|
"name": "mode",
|
|
23422
23422
|
"required": false,
|
|
23423
|
-
"type": "
|
|
23423
|
+
"type": "'date' | 'datetime' | 'time' | 'month' | 'year'",
|
|
23424
23424
|
"default": "date"
|
|
23425
23425
|
},
|
|
23426
23426
|
{
|
|
23427
23427
|
"name": "selectionMode",
|
|
23428
23428
|
"required": false,
|
|
23429
|
-
"type": "
|
|
23429
|
+
"type": "'single' | 'range' | 'multiple'",
|
|
23430
23430
|
"default": "single"
|
|
23431
23431
|
},
|
|
23432
23432
|
{
|
|
@@ -23712,7 +23712,7 @@ const CATALOGUE = {
|
|
|
23712
23712
|
{
|
|
23713
23713
|
"name": "severity",
|
|
23714
23714
|
"required": false,
|
|
23715
|
-
"type": "
|
|
23715
|
+
"type": "'primary' | 'success' | 'warning' | 'danger' | 'info' | 'neutral'",
|
|
23716
23716
|
"default": "danger"
|
|
23717
23717
|
},
|
|
23718
23718
|
{
|
|
@@ -23750,7 +23750,7 @@ const CATALOGUE = {
|
|
|
23750
23750
|
{
|
|
23751
23751
|
"name": "cadBadgeSeverity",
|
|
23752
23752
|
"required": false,
|
|
23753
|
-
"type": "
|
|
23753
|
+
"type": "'primary' | 'success' | 'warning' | 'danger' | 'info' | 'neutral'",
|
|
23754
23754
|
"default": "danger"
|
|
23755
23755
|
},
|
|
23756
23756
|
{
|
|
@@ -24409,7 +24409,7 @@ const CATALOGUE = {
|
|
|
24409
24409
|
{
|
|
24410
24410
|
"name": "severity",
|
|
24411
24411
|
"required": false,
|
|
24412
|
-
"type": "
|
|
24412
|
+
"type": "'primary' | 'success' | 'warning' | 'danger' | 'info'",
|
|
24413
24413
|
"default": "primary"
|
|
24414
24414
|
},
|
|
24415
24415
|
{
|
|
@@ -24595,7 +24595,7 @@ const CATALOGUE = {
|
|
|
24595
24595
|
{
|
|
24596
24596
|
"name": "severity",
|
|
24597
24597
|
"required": false,
|
|
24598
|
-
"type": "
|
|
24598
|
+
"type": "'primary' | 'success' | 'warning' | 'danger' | 'info' | 'neutral'",
|
|
24599
24599
|
"default": "primary"
|
|
24600
24600
|
},
|
|
24601
24601
|
{
|
|
@@ -24669,7 +24669,7 @@ const CATALOGUE = {
|
|
|
24669
24669
|
{
|
|
24670
24670
|
"name": "align",
|
|
24671
24671
|
"required": false,
|
|
24672
|
-
"type": "
|
|
24672
|
+
"type": "'left' | 'right' | 'alternate' | 'top' | 'bottom'",
|
|
24673
24673
|
"default": "left"
|
|
24674
24674
|
},
|
|
24675
24675
|
{
|
|
@@ -24770,7 +24770,7 @@ const CATALOGUE = {
|
|
|
24770
24770
|
{
|
|
24771
24771
|
"name": "position",
|
|
24772
24772
|
"required": false,
|
|
24773
|
-
"type": "
|
|
24773
|
+
"type": "'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' | 'top-center' | 'bottom-center'",
|
|
24774
24774
|
"default": "top-right"
|
|
24775
24775
|
},
|
|
24776
24776
|
{
|
|
@@ -24846,7 +24846,7 @@ const CATALOGUE = {
|
|
|
24846
24846
|
{
|
|
24847
24847
|
"name": "format",
|
|
24848
24848
|
"required": false,
|
|
24849
|
-
"type": "
|
|
24849
|
+
"type": "'hex' | 'rgb' | 'hsl'",
|
|
24850
24850
|
"default": "hex"
|
|
24851
24851
|
},
|
|
24852
24852
|
{
|
|
@@ -25514,7 +25514,7 @@ const CATALOGUE = {
|
|
|
25514
25514
|
{
|
|
25515
25515
|
"name": "severity",
|
|
25516
25516
|
"required": false,
|
|
25517
|
-
"type": "
|
|
25517
|
+
"type": "'primary' | 'success' | 'warning' | 'danger' | 'info'",
|
|
25518
25518
|
"default": "primary"
|
|
25519
25519
|
},
|
|
25520
25520
|
{
|
|
@@ -25932,13 +25932,13 @@ const CATALOGUE = {
|
|
|
25932
25932
|
{
|
|
25933
25933
|
"name": "align",
|
|
25934
25934
|
"required": false,
|
|
25935
|
-
"type": "
|
|
25935
|
+
"type": "'stretch' | 'start' | 'center' | 'end' | 'baseline'",
|
|
25936
25936
|
"default": "stretch"
|
|
25937
25937
|
},
|
|
25938
25938
|
{
|
|
25939
25939
|
"name": "justify",
|
|
25940
25940
|
"required": false,
|
|
25941
|
-
"type": "
|
|
25941
|
+
"type": "'start' | 'center' | 'end' | 'between' | 'around' | 'evenly'",
|
|
25942
25942
|
"default": "start"
|
|
25943
25943
|
},
|
|
25944
25944
|
{
|
|
@@ -25965,13 +25965,13 @@ const CATALOGUE = {
|
|
|
25965
25965
|
{
|
|
25966
25966
|
"name": "align",
|
|
25967
25967
|
"required": false,
|
|
25968
|
-
"type": "
|
|
25968
|
+
"type": "'stretch' | 'start' | 'center' | 'end' | 'baseline'",
|
|
25969
25969
|
"default": "center"
|
|
25970
25970
|
},
|
|
25971
25971
|
{
|
|
25972
25972
|
"name": "justify",
|
|
25973
25973
|
"required": false,
|
|
25974
|
-
"type": "
|
|
25974
|
+
"type": "'start' | 'center' | 'end' | 'between' | 'around' | 'evenly'",
|
|
25975
25975
|
"default": "start"
|
|
25976
25976
|
},
|
|
25977
25977
|
{
|
|
@@ -26022,7 +26022,7 @@ const CATALOGUE = {
|
|
|
26022
26022
|
{
|
|
26023
26023
|
"name": "align",
|
|
26024
26024
|
"required": false,
|
|
26025
|
-
"type": "
|
|
26025
|
+
"type": "'stretch' | 'start' | 'center' | 'end' | 'baseline'",
|
|
26026
26026
|
"default": "stretch"
|
|
26027
26027
|
},
|
|
26028
26028
|
{
|
|
@@ -26070,7 +26070,7 @@ const CATALOGUE = {
|
|
|
26070
26070
|
{
|
|
26071
26071
|
"name": "align",
|
|
26072
26072
|
"required": false,
|
|
26073
|
-
"type": "
|
|
26073
|
+
"type": "'stretch' | 'start' | 'center' | 'end' | 'baseline'",
|
|
26074
26074
|
"default": "stretch"
|
|
26075
26075
|
},
|
|
26076
26076
|
{
|
|
@@ -26123,7 +26123,7 @@ const CATALOGUE = {
|
|
|
26123
26123
|
{
|
|
26124
26124
|
"name": "align",
|
|
26125
26125
|
"required": false,
|
|
26126
|
-
"type": "
|
|
26126
|
+
"type": "'stretch' | 'start' | 'center' | 'end' | 'baseline'",
|
|
26127
26127
|
"default": "stretch"
|
|
26128
26128
|
},
|
|
26129
26129
|
{
|
|
@@ -27203,7 +27203,7 @@ const CATALOGUE = {
|
|
|
27203
27203
|
{
|
|
27204
27204
|
"name": "mode",
|
|
27205
27205
|
"required": false,
|
|
27206
|
-
"type": "
|
|
27206
|
+
"type": "'none' | 'drawer' | 'toolbar' | 'rail' | 'custom'",
|
|
27207
27207
|
"default": "drawer"
|
|
27208
27208
|
},
|
|
27209
27209
|
{
|
|
@@ -27241,7 +27241,7 @@ const CATALOGUE = {
|
|
|
27241
27241
|
{
|
|
27242
27242
|
"name": "type",
|
|
27243
27243
|
"required": false,
|
|
27244
|
-
"type": "
|
|
27244
|
+
"type": "'geojson' | 'wms' | 'wmts' | 'raster' | 'vector'",
|
|
27245
27245
|
"default": "geojson"
|
|
27246
27246
|
},
|
|
27247
27247
|
{
|
|
@@ -27539,7 +27539,7 @@ const CATALOGUE = {
|
|
|
27539
27539
|
{
|
|
27540
27540
|
"name": "position",
|
|
27541
27541
|
"required": false,
|
|
27542
|
-
"type": "
|
|
27542
|
+
"type": "'left' | 'right'",
|
|
27543
27543
|
"default": "left"
|
|
27544
27544
|
},
|
|
27545
27545
|
{
|
|
@@ -27619,7 +27619,7 @@ const CATALOGUE = {
|
|
|
27619
27619
|
{
|
|
27620
27620
|
"name": "side",
|
|
27621
27621
|
"required": false,
|
|
27622
|
-
"type": "
|
|
27622
|
+
"type": "'left' | 'right'",
|
|
27623
27623
|
"default": "left"
|
|
27624
27624
|
},
|
|
27625
27625
|
{
|
|
@@ -27715,7 +27715,7 @@ const CATALOGUE = {
|
|
|
27715
27715
|
{
|
|
27716
27716
|
"name": "chrome",
|
|
27717
27717
|
"required": false,
|
|
27718
|
-
"type": "
|
|
27718
|
+
"type": "'none' | 'drawer' | 'toolbar' | 'rail' | 'custom'",
|
|
27719
27719
|
"default": "none"
|
|
27720
27720
|
},
|
|
27721
27721
|
{
|
|
@@ -27805,13 +27805,13 @@ const CATALOGUE = {
|
|
|
27805
27805
|
{
|
|
27806
27806
|
"name": "controlPosition",
|
|
27807
27807
|
"required": false,
|
|
27808
|
-
"type": "
|
|
27808
|
+
"type": "'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'",
|
|
27809
27809
|
"default": "top-left"
|
|
27810
27810
|
},
|
|
27811
27811
|
{
|
|
27812
27812
|
"name": "scalePosition",
|
|
27813
27813
|
"required": false,
|
|
27814
|
-
"type": "
|
|
27814
|
+
"type": "'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'",
|
|
27815
27815
|
"default": "bottom-left"
|
|
27816
27816
|
},
|
|
27817
27817
|
{
|
|
@@ -28033,7 +28033,7 @@ const CATALOGUE = {
|
|
|
28033
28033
|
{
|
|
28034
28034
|
"name": "breakpoint",
|
|
28035
28035
|
"required": false,
|
|
28036
|
-
"type": "
|
|
28036
|
+
"type": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'",
|
|
28037
28037
|
"default": "md"
|
|
28038
28038
|
},
|
|
28039
28039
|
{
|
|
@@ -28282,13 +28282,13 @@ const CATALOGUE = {
|
|
|
28282
28282
|
{
|
|
28283
28283
|
"name": "mode",
|
|
28284
28284
|
"required": false,
|
|
28285
|
-
"type": "
|
|
28285
|
+
"type": "'auto' | 'permanent' | 'temporary' | 'rail'",
|
|
28286
28286
|
"default": "auto"
|
|
28287
28287
|
},
|
|
28288
28288
|
{
|
|
28289
28289
|
"name": "breakpoint",
|
|
28290
28290
|
"required": false,
|
|
28291
|
-
"type": "
|
|
28291
|
+
"type": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'",
|
|
28292
28292
|
"default": "md"
|
|
28293
28293
|
},
|
|
28294
28294
|
{
|
|
@@ -28478,19 +28478,19 @@ const CATALOGUE = {
|
|
|
28478
28478
|
{
|
|
28479
28479
|
"name": "severity",
|
|
28480
28480
|
"required": false,
|
|
28481
|
-
"type": "
|
|
28481
|
+
"type": "'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info' | 'ghost'",
|
|
28482
28482
|
"default": "primary"
|
|
28483
28483
|
},
|
|
28484
28484
|
{
|
|
28485
28485
|
"name": "variant",
|
|
28486
28486
|
"required": false,
|
|
28487
|
-
"type": "
|
|
28487
|
+
"type": "'solid' | 'outline' | 'text'",
|
|
28488
28488
|
"default": "solid"
|
|
28489
28489
|
},
|
|
28490
28490
|
{
|
|
28491
28491
|
"name": "size",
|
|
28492
28492
|
"required": false,
|
|
28493
|
-
"type": "
|
|
28493
|
+
"type": "'sm' | 'md' | 'lg'",
|
|
28494
28494
|
"default": "md"
|
|
28495
28495
|
},
|
|
28496
28496
|
{
|
|
@@ -28962,13 +28962,13 @@ const CATALOGUE = {
|
|
|
28962
28962
|
{
|
|
28963
28963
|
"name": "size",
|
|
28964
28964
|
"required": false,
|
|
28965
|
-
"type": "
|
|
28965
|
+
"type": "'sm' | 'md' | 'lg' | 'xl' | 'full'",
|
|
28966
28966
|
"default": "md"
|
|
28967
28967
|
},
|
|
28968
28968
|
{
|
|
28969
28969
|
"name": "position",
|
|
28970
28970
|
"required": false,
|
|
28971
|
-
"type": "
|
|
28971
|
+
"type": "'center' | 'top'",
|
|
28972
28972
|
"default": "center"
|
|
28973
28973
|
},
|
|
28974
28974
|
{
|
|
@@ -29096,7 +29096,7 @@ const CATALOGUE = {
|
|
|
29096
29096
|
{
|
|
29097
29097
|
"name": "position",
|
|
29098
29098
|
"required": false,
|
|
29099
|
-
"type": "
|
|
29099
|
+
"type": "'left' | 'right' | 'top' | 'bottom'",
|
|
29100
29100
|
"default": "right"
|
|
29101
29101
|
},
|
|
29102
29102
|
{
|
|
@@ -29142,7 +29142,7 @@ const CATALOGUE = {
|
|
|
29142
29142
|
{
|
|
29143
29143
|
"name": "placement",
|
|
29144
29144
|
"required": false,
|
|
29145
|
-
"type": "
|
|
29145
|
+
"type": "'top' | 'bottom' | 'left' | 'right'",
|
|
29146
29146
|
"default": "bottom"
|
|
29147
29147
|
},
|
|
29148
29148
|
{
|
|
@@ -29279,7 +29279,7 @@ const CATALOGUE = {
|
|
|
29279
29279
|
{
|
|
29280
29280
|
"name": "tooltipPosition",
|
|
29281
29281
|
"required": false,
|
|
29282
|
-
"type": "
|
|
29282
|
+
"type": "'top' | 'bottom' | 'left' | 'right'",
|
|
29283
29283
|
"default": "top"
|
|
29284
29284
|
},
|
|
29285
29285
|
{
|
|
@@ -29345,7 +29345,7 @@ const CATALOGUE = {
|
|
|
29345
29345
|
{
|
|
29346
29346
|
"name": "view",
|
|
29347
29347
|
"twoWay": true,
|
|
29348
|
-
"type": "
|
|
29348
|
+
"type": "'month' | 'week' | 'day' | 'agenda' | 'year' | 'auto'",
|
|
29349
29349
|
"default": "auto"
|
|
29350
29350
|
},
|
|
29351
29351
|
{
|
|
@@ -29493,13 +29493,13 @@ const CATALOGUE = {
|
|
|
29493
29493
|
{
|
|
29494
29494
|
"name": "mode",
|
|
29495
29495
|
"required": false,
|
|
29496
|
-
"type": "
|
|
29496
|
+
"type": "'board' | 'list' | 'auto'",
|
|
29497
29497
|
"default": "auto"
|
|
29498
29498
|
},
|
|
29499
29499
|
{
|
|
29500
29500
|
"name": "groupBy",
|
|
29501
29501
|
"required": false,
|
|
29502
|
-
"type": "
|
|
29502
|
+
"type": "'bucket' | 'resource'",
|
|
29503
29503
|
"default": "bucket"
|
|
29504
29504
|
},
|
|
29505
29505
|
{
|
|
@@ -30896,13 +30896,13 @@ const CATALOGUE = {
|
|
|
30896
30896
|
{
|
|
30897
30897
|
"name": "severity",
|
|
30898
30898
|
"required": false,
|
|
30899
|
-
"type": "
|
|
30899
|
+
"type": "'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info' | 'ghost'",
|
|
30900
30900
|
"default": "primary"
|
|
30901
30901
|
},
|
|
30902
30902
|
{
|
|
30903
30903
|
"name": "size",
|
|
30904
30904
|
"required": false,
|
|
30905
|
-
"type": "
|
|
30905
|
+
"type": "'sm' | 'md' | 'lg'",
|
|
30906
30906
|
"default": "md"
|
|
30907
30907
|
},
|
|
30908
30908
|
{
|
|
@@ -31199,19 +31199,42 @@ function construire() {
|
|
|
31199
31199
|
}
|
|
31200
31200
|
return sortie.sort((a, b) => a.groupe.localeCompare(b.groupe) || a.cle.localeCompare(b.cle));
|
|
31201
31201
|
}
|
|
31202
|
-
|
|
31203
|
-
|
|
31204
|
-
|
|
31202
|
+
let _palette = null;
|
|
31203
|
+
let _parCle = null;
|
|
31204
|
+
/**
|
|
31205
|
+
* Tous les composants posables — calculés à la PREMIÈRE DEMANDE, jamais au chargement.
|
|
31206
|
+
*
|
|
31207
|
+
* ⚠️ CE N'EST PAS UNE OPTIMISATION, C'EST UN CORRECTIF. Construire au chargement du
|
|
31208
|
+
* module obligeait `REGISTRE` — qui vit dans un AUTRE module — à être déjà initialisé.
|
|
31209
|
+
* Quand l'ordre d'évaluation s'inverse, et le rechargement à chaud d'Angular le fait,
|
|
31210
|
+
* la palette naissait VIDE et le restait jusqu'à un vrai rechargement de la page.
|
|
31211
|
+
*
|
|
31212
|
+
* Symptôme observé deux fois par SZU le 23/08 : boîte à outils vide, glisser-déposer
|
|
31213
|
+
* erratique, puis « je rafraîchis et là ça marche ». Le diagnostic a coûté cher parce
|
|
31214
|
+
* que rien ne lève : la palette vide ressemble à un bug d'affichage, et le glisser
|
|
31215
|
+
* ratait pour une raison qui n'avait rien à voir avec lui.
|
|
31216
|
+
*
|
|
31217
|
+
* Différé, l'ordre des modules cesse d'exister comme problème : au premier appel, tout
|
|
31218
|
+
* est chargé, quelle que soit la façon dont on y est arrivé.
|
|
31219
|
+
*/
|
|
31220
|
+
function atelierPalette() {
|
|
31221
|
+
if (!_palette) {
|
|
31222
|
+
_palette = construire();
|
|
31223
|
+
_parCle = new Map(_palette.map((c) => [c.cle, c]));
|
|
31224
|
+
}
|
|
31225
|
+
return _palette;
|
|
31226
|
+
}
|
|
31205
31227
|
/** Le composant derrière une clé de `layout.json`, ou `null` s'il n'existe plus. */
|
|
31206
31228
|
function atelierComposant(cle) {
|
|
31207
|
-
|
|
31229
|
+
atelierPalette();
|
|
31230
|
+
return _parCle.get(cle) ?? null;
|
|
31208
31231
|
}
|
|
31209
31232
|
/** Recherche par nom, clé ou sélecteur. Sans terme, rend tout. */
|
|
31210
31233
|
function atelierChercher(terme) {
|
|
31211
31234
|
const q = terme.trim().toLowerCase();
|
|
31212
31235
|
if (!q)
|
|
31213
|
-
return [...
|
|
31214
|
-
return
|
|
31236
|
+
return [...atelierPalette()];
|
|
31237
|
+
return atelierPalette().filter((c) => c.cle.includes(q) ||
|
|
31215
31238
|
c.selecteur.toLowerCase().includes(q) ||
|
|
31216
31239
|
c.symbole.toLowerCase().includes(q) ||
|
|
31217
31240
|
(c.role ?? '').toLowerCase().includes(q));
|
|
@@ -31391,5 +31414,5 @@ function atelierCode(layout, titre = 'Maquette') {
|
|
|
31391
31414
|
* Generated bundle index. Do not edit.
|
|
31392
31415
|
*/
|
|
31393
31416
|
|
|
31394
|
-
export { ATELIER_BORNES, ATELIER_COLONNES,
|
|
31417
|
+
export { ATELIER_BORNES, ATELIER_COLONNES, ATELIER_STYLES_PLAN, BanGeocoder, CAD_BREAKPOINTS, CAD_CHART_PALETTE, CAD_COLOR_PRESETS, CAD_DEFAULT_BASEMAPS, CAD_DEFAULT_PRIORITY_BREAKPOINTS, CAD_DIALOG_DATA, CAD_FILTER_OPERATORS, CAD_GEOCODER, CAD_ICONS, CAD_ICONS_CEREMA, CAD_ICONS_CORE, CAD_ICONS_DATA, CAD_ICONS_FILES, CAD_ICONS_GEO, CAD_ICONS_SUBSET, CAD_ICONS_TOKEN, CAD_ICONS_UI, CAD_ICON_ALIASES, CAD_ICON_CATEGORIES, CAD_MAPLIBRE_CSS_URL, CAD_MAP_CHILD, CAD_MAP_DEFAULTS, CAD_MAP_GLOBAL_STYLES, CAD_MAP_GLYPHS, CAD_MAP_PALETTE, CAD_MASK_PRESETS, CAD_MOBILE_BREAKPOINT, CAD_RECURRENCE_INTERNE, CAD_SELECT_POSITIONS, CAD_SELECT_TRIGGER_STYLES, CAD_SHEET_DATA, CAD_SHELL, CAD_TOUCH_DENSITY, CadAccordionComponent, CadAccordionPanelComponent, CadAppShellComponent, CadAvatarComponent, CadAvatarGroupComponent, CadBadgeComponent, CadBadgeDirective, CadBlockDirective, CadBlockOverlayComponent, CadBlockUiComponent, CadBottomNavComponent, CadBreadcrumbComponent, CadBreadcrumbItemDirective, CadBreakpointService, CadButtonComponent, CadButtonGroupComponent, CadCalendarComponent, CadCaptionDirective, CadCardComponent, CadCardDirective, CadCardHeaderDirective, CadCarouselComponent, CadCarouselItemDirective, CadCascadeSelectComponent, CadCellTemplateDirective, CadCenterComponent, CadChartComponent, CadCheckboxComponent, CadChipComponent, CadClusterComponent, CadColDirective, CadColorpickerComponent, CadColumnComponent, CadComboComponent, CadConfirmContentComponent, CadConfirmDialogComponent, CadConfirmService, CadContainerComponent, CadDataviewComponent, CadDataviewGridDirective, CadDataviewListDirective, CadDatepickerComponent, CadDialogComponent, CadDialogContainerComponent, CadDialogFooterDirective, CadDialogHeaderDirective, CadDialogRef, CadDialogService, CadDividerComponent, CadDrawerComponent, CadEditFocusDirective, CadEditorTemplateDirective, CadEmptyDirective, CadFieldComponent, CadFieldsetComponent, CadFieldsetLegendDirective, CadFilterChipComponent, CadFilterTemplateDirective, CadGeocodingService, CadGridComponent, CadGroupFooterDirective, CadGroupHeaderDirective, CadHeaderTemplateDirective, CadIconComponent, CadIconRegistry, CadIfDirective, CadImageComponent, CadInplaceComponent, CadInplaceContentDirective, CadInplaceDisplayDirective, CadInputDirective, CadJsonEditorComponent, CadKeyFilterDirective, CadListEmptyDirective, CadListFooterDirective, CadListHeaderDirective, CadListItemDirective, CadListboxComponent, CadMapBasemapRegistry, CadMapBasemapsComponent, CadMapCardComponent, CadMapChromeComponent, CadMapComponent, CadMapDrawEngine, CadMapLayerComponent, CadMapLayerGroupComponent, CadMapLayerToggleComponent, CadMapLegendComponent, CadMapMenuComponent, CadMapPanelComponent, CadMapPanels, CadMapRailComponent, CadMapRailItemComponent, CadMapSearchComponent, CadMapSectionComponent, CadMaskDirective, CadMenuComponent, CadMenubarComponent, CadMessageComponent, CadMeterComponent, CadMeterLabelDirective, CadMultiselectComponent, CadNavDrawerComponent, CadNavDrawerFooterDirective, CadNavDrawerHeaderDirective, CadNumberComponent, CadOptionListComponent, CadOrderlistComponent, CadOrgNodeDirective, CadOrgchartComponent, CadOverlayBase, CadPaginatorComponent, CadPanelComponent, CadPanelContentDirective, CadPanelHeaderDirective, CadPanelHeadingDirective, CadPasswordComponent, CadPicklistComponent, CadPopoverComponent, CadProgressComponent, CadRadioComponent, CadRadioGroupComponent, CadRatingComponent, CadRowActionsDirective, CadRowCountDirective, CadRowExpansionDirective, CadScrollTopComponent, CadSegmentedComponent, CadSelectBase, CadSelectComponent, CadSelectEmptyDirective, CadSelectFooterDirective, CadSelectHeaderDirective, CadSelectItemDirective, CadSelectSelectedDirective, CadSheetContainerComponent, CadSheetRef, CadSheetService, CadSidebarComponent, CadSidebarPanelDirective, CadSkeletonComponent, CadSliderComponent, CadSpacerComponent, CadSpeedDialComponent, CadSpinnerComponent, CadSplitButtonComponent, CadSplitComponent, CadSplitterComponent, CadSplitterPanelComponent, CadStackComponent, CadStepComponent, CadStepperComponent, CadSwitchComponent, CadTabComponent, CadTabContentDirective, CadTabLabelDirective, CadTableBase, CadTableComponent, CadTableEdit, CadTableEditUi, CadTableFooterDirective, CadTablePanelComponent, CadTableResponsive, CadTableSelection, CadTableSticky, CadTableVirtual, CadTabsComponent, CadTagComponent, CadTaskCardDirective, CadTaskRowDirective, CadTaskboardComponent, CadTimeAxis, CadTimelineComponent, CadTimelineContentDirective, CadTimelineMarkerDirective, CadTimelineOppositeDirective, CadToastComponent, CadToastItemDirective, CadToastService, CadToggleButtonComponent, CadTooltipComponent, CadTooltipDirective, CadTreeAdapter, CadTreeComponent, CadTreeNodeDirective, CadTreeselectComponent, CadUploadComponent, CadUploadContentDirective, CadUploadEmptyDirective, CadUploadItemDirective, CadValueAccessor, CadWorkCalendar, MAPLIBRE_MIN_CSS, REGISTRE, addDays, addMonths, addYears, atelierAjouter, atelierBalise, atelierChercher, atelierCleDeSymbole, atelierCode, atelierComposant, atelierControle, atelierDefinirProp, atelierDeplacer, atelierGabarit, atelierGroupes, atelierImports, atelierLayoutVide, atelierManques, atelierNomDeClasse, atelierNormaliser, atelierNouvelId, atelierPalette, atelierPoser, atelierPremierePlaceLibre, atelierRecompacter, atelierRedimensionner, atelierReinitialiserIds, atelierRetirer, atelierSelecteurDeClasse, cadAggregate, cadApplyColumnOrder, cadApplyMask, cadArea, cadAutosizeWidth, cadBasemapThumbnail, cadBoundsOf, cadCategories, cadCentroid, cadColorExpr, cadCompare, cadCompareRank, cadCurrentOperator, cadDebutSemaine, cadDefaultMatchMode, cadDistance, cadDownloadCsv, cadDurationToMinutes, cadEstBandeau, cadExpandOccurrences, cadFilterData, cadFilterKindOf, cadFilterOperators, cadFilterRows, cadFindLinkCycle, cadFmtArea, cadFmtLength, cadFormatCell, cadFormatColor, cadFormatDuration, cadFormatSize, cadFrenchHolidays, cadGap, cadGeoJSONStats, cadGeometryKinds, cadHeaderMenuItems, cadHighlightJson, cadHslToRgb, cadHsvToRgb, cadId, cadIsGroupKey, cadIsRank, cadJsonErrorPos, cadLegendFromStyle, cadLength, cadMapEstVivante, cadMapLayerOf, cadMapLayersOf, cadMatch, cadMinuit, cadMonthGrid, cadMoveColumn, cadMoveItems, cadNormalize, cadNormalizeOptions, cadNormalizePlan, cadNumberExpr, cadNumeroJour, cadPackDay, cadPadBounds, cadParseColor, cadParseDuration, cadParseRRule, cadParseResponsive, cadPlanHeader, cadPlanTicks, cadProjeterClavier, cadProjeterCreation, cadProjeterEdition, cadProjeterMois, cadPropsTable, cadRankBetween, cadRankFirst, cadRankLast, cadRankSequence, cadResolve, cadResolveResponsive, cadResponsive, cadRgbToHsl, cadRgbToHsv, cadRingArea, cadRowKey, cadRowPredicate, cadSameValue, cadScaleNext, cadScaleStart, cadSortData, cadStartResize, cadStyleToExpressions, cadUnmask, cadUnscheduled, cadValidateGeoJSON, cadValueForOperator, cadWeekBands, cadWriteField, classeDe, compareDay, daysInMonth, endOfMonth, ensureMaplibreCss, formatDate, isBetweenDay, isSameDay, isSameMonth, isValidDate, isoOf, isoWeek, loadChartJs, loadMaplibre, monthNames, pad2, parseIso, parseWithFormat, provideCadIcons, startOfDay, startOfMonth, toDate, weekdayNames };
|
|
31395
31418
|
//# sourceMappingURL=cadriciel-ui.mjs.map
|