@skedulo/breeze-ui 1.5.1 → 1.7.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.
@@ -9039,6 +9039,19 @@
9039
9039
  "module": "src/components/form-elements/input-base.ts"
9040
9040
  }
9041
9041
  },
9042
+ {
9043
+ "name": "controlled",
9044
+ "type": {
9045
+ "text": "boolean"
9046
+ },
9047
+ "default": "false",
9048
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
9049
+ "fieldName": "controlled",
9050
+ "inheritedFrom": {
9051
+ "name": "InputSelectBase",
9052
+ "module": "src/components/form-elements/input-select-base.ts"
9053
+ }
9054
+ },
9042
9055
  {
9043
9056
  "name": "can-search",
9044
9057
  "type": {
@@ -9416,6 +9429,15 @@
9416
9429
  "module": "src/components/form-elements/input-select-base.ts"
9417
9430
  }
9418
9431
  },
9432
+ {
9433
+ "kind": "method",
9434
+ "name": "renderSelectedItems",
9435
+ "privacy": "protected",
9436
+ "inheritedFrom": {
9437
+ "name": "InputMultiselect",
9438
+ "module": "src/components/form-elements/input-multiselect.ts"
9439
+ }
9440
+ },
9419
9441
  {
9420
9442
  "kind": "method",
9421
9443
  "name": "removeLastValue",
@@ -9444,7 +9466,6 @@
9444
9466
  {
9445
9467
  "kind": "method",
9446
9468
  "name": "search",
9447
- "privacy": "protected",
9448
9469
  "description": "Marks anything that's text value doesn't match the search query as hidden",
9449
9470
  "inheritedFrom": {
9450
9471
  "name": "InputMultiselect",
@@ -9470,6 +9491,20 @@
9470
9491
  "module": "src/components/form-elements/input-multiselect.ts"
9471
9492
  }
9472
9493
  },
9494
+ {
9495
+ "kind": "field",
9496
+ "name": "controlled",
9497
+ "type": {
9498
+ "text": "boolean"
9499
+ },
9500
+ "default": "false",
9501
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
9502
+ "attribute": "controlled",
9503
+ "inheritedFrom": {
9504
+ "name": "InputSelectBase",
9505
+ "module": "src/components/form-elements/input-select-base.ts"
9506
+ }
9507
+ },
9473
9508
  {
9474
9509
  "kind": "field",
9475
9510
  "name": "canSearch",
@@ -11768,6 +11803,19 @@
11768
11803
  "module": "src/components/form-elements/input-base.ts"
11769
11804
  }
11770
11805
  },
11806
+ {
11807
+ "name": "controlled",
11808
+ "type": {
11809
+ "text": "boolean"
11810
+ },
11811
+ "default": "false",
11812
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
11813
+ "fieldName": "controlled",
11814
+ "inheritedFrom": {
11815
+ "name": "InputSelectBase",
11816
+ "module": "src/components/form-elements/input-select-base.ts"
11817
+ }
11818
+ },
11771
11819
  {
11772
11820
  "name": "can-search",
11773
11821
  "type": {
@@ -12078,7 +12126,6 @@
12078
12126
  {
12079
12127
  "kind": "method",
12080
12128
  "name": "search",
12081
- "privacy": "protected",
12082
12129
  "description": "Marks any item that doesn't match the search query as hidden",
12083
12130
  "inheritedFrom": {
12084
12131
  "name": "InputSelect",
@@ -12146,6 +12193,20 @@
12146
12193
  "module": "src/components/form-elements/input-base.ts"
12147
12194
  }
12148
12195
  },
12196
+ {
12197
+ "kind": "field",
12198
+ "name": "controlled",
12199
+ "type": {
12200
+ "text": "boolean"
12201
+ },
12202
+ "default": "false",
12203
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
12204
+ "attribute": "controlled",
12205
+ "inheritedFrom": {
12206
+ "name": "InputSelectBase",
12207
+ "module": "src/components/form-elements/input-select-base.ts"
12208
+ }
12209
+ },
12149
12210
  {
12150
12211
  "kind": "field",
12151
12212
  "name": "canSearch",
@@ -13788,6 +13849,19 @@
13788
13849
  "module": "src/components/form-elements/input-base.ts"
13789
13850
  }
13790
13851
  },
13852
+ {
13853
+ "name": "controlled",
13854
+ "type": {
13855
+ "text": "boolean"
13856
+ },
13857
+ "default": "false",
13858
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
13859
+ "fieldName": "controlled",
13860
+ "inheritedFrom": {
13861
+ "name": "InputSelectBase",
13862
+ "module": "src/components/form-elements/input-select-base.ts"
13863
+ }
13864
+ },
13791
13865
  {
13792
13866
  "name": "loading",
13793
13867
  "type": {
@@ -14210,7 +14284,6 @@
14210
14284
  {
14211
14285
  "kind": "method",
14212
14286
  "name": "search",
14213
- "privacy": "protected",
14214
14287
  "description": "Marks any item that doesn't match the search query as hidden",
14215
14288
  "inheritedFrom": {
14216
14289
  "name": "InputSelect",
@@ -14278,6 +14351,20 @@
14278
14351
  "module": "src/components/form-elements/input-base.ts"
14279
14352
  }
14280
14353
  },
14354
+ {
14355
+ "kind": "field",
14356
+ "name": "controlled",
14357
+ "type": {
14358
+ "text": "boolean"
14359
+ },
14360
+ "default": "false",
14361
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
14362
+ "attribute": "controlled",
14363
+ "inheritedFrom": {
14364
+ "name": "InputSelectBase",
14365
+ "module": "src/components/form-elements/input-select-base.ts"
14366
+ }
14367
+ },
14281
14368
  {
14282
14369
  "kind": "field",
14283
14370
  "name": "loading",
@@ -22416,6 +22503,10 @@
22416
22503
  {
22417
22504
  "description": "Text for error slot",
22418
22505
  "name": "error"
22506
+ },
22507
+ {
22508
+ "description": "Lozenge elements for selected items slot, used in controlled mode",
22509
+ "name": "selected-items"
22419
22510
  }
22420
22511
  ],
22421
22512
  "members": [
@@ -22585,6 +22676,11 @@
22585
22676
  "module": "src/components/form-elements/input-select-base.ts"
22586
22677
  }
22587
22678
  },
22679
+ {
22680
+ "kind": "method",
22681
+ "name": "renderSelectedItems",
22682
+ "privacy": "protected"
22683
+ },
22588
22684
  {
22589
22685
  "kind": "method",
22590
22686
  "name": "removeLastValue"
@@ -22601,7 +22697,6 @@
22601
22697
  {
22602
22698
  "kind": "method",
22603
22699
  "name": "search",
22604
- "privacy": "protected",
22605
22700
  "description": "Marks anything that's text value doesn't match the search query as hidden"
22606
22701
  },
22607
22702
  {
@@ -22619,6 +22714,20 @@
22619
22714
  "privacy": "private",
22620
22715
  "description": "Synchronises the lozenges with a slice of selected items based on the set\ntruncation value."
22621
22716
  },
22717
+ {
22718
+ "kind": "field",
22719
+ "name": "controlled",
22720
+ "type": {
22721
+ "text": "boolean"
22722
+ },
22723
+ "default": "false",
22724
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
22725
+ "attribute": "controlled",
22726
+ "inheritedFrom": {
22727
+ "name": "InputSelectBase",
22728
+ "module": "src/components/form-elements/input-select-base.ts"
22729
+ }
22730
+ },
22622
22731
  {
22623
22732
  "kind": "field",
22624
22733
  "name": "canSearch",
@@ -23165,6 +23274,19 @@
23165
23274
  "module": "src/components/form-elements/input-base.ts"
23166
23275
  }
23167
23276
  },
23277
+ {
23278
+ "name": "controlled",
23279
+ "type": {
23280
+ "text": "boolean"
23281
+ },
23282
+ "default": "false",
23283
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
23284
+ "fieldName": "controlled",
23285
+ "inheritedFrom": {
23286
+ "name": "InputSelectBase",
23287
+ "module": "src/components/form-elements/input-select-base.ts"
23288
+ }
23289
+ },
23168
23290
  {
23169
23291
  "name": "can-search",
23170
23292
  "type": {
@@ -24583,6 +24705,16 @@
24583
24705
  "description": "InputSelectBase is meant as a base class for field types where you can select from a list of items\nwithin a dropdown. This class will automatically handle opening/closing the dropdown, will add some default keybindings,\nand will dispatch changes upwards.\n\nComponents implementing this class will need to (at a minimum) implement the following\n- `renderReferenceElement`: Rendering the \"reference element\" - the reference element is the dropdown trigger element\n- `renderDropdownContent`: Rendering the content to go within the dropdown when it is open (usually this will be a\n collection of `<brz-menu-item>`'s",
24584
24706
  "name": "InputSelectBase",
24585
24707
  "members": [
24708
+ {
24709
+ "kind": "field",
24710
+ "name": "controlled",
24711
+ "type": {
24712
+ "text": "boolean"
24713
+ },
24714
+ "default": "false",
24715
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
24716
+ "attribute": "controlled"
24717
+ },
24586
24718
  {
24587
24719
  "kind": "field",
24588
24720
  "name": "canSearch",
@@ -25130,6 +25262,15 @@
25130
25262
  }
25131
25263
  ],
25132
25264
  "attributes": [
25265
+ {
25266
+ "name": "controlled",
25267
+ "type": {
25268
+ "text": "boolean"
25269
+ },
25270
+ "default": "false",
25271
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
25272
+ "fieldName": "controlled"
25273
+ },
25133
25274
  {
25134
25275
  "name": "can-search",
25135
25276
  "type": {
@@ -25488,7 +25629,6 @@
25488
25629
  {
25489
25630
  "kind": "method",
25490
25631
  "name": "search",
25491
- "privacy": "protected",
25492
25632
  "description": "Marks any item that doesn't match the search query as hidden"
25493
25633
  },
25494
25634
  {
@@ -25544,6 +25684,20 @@
25544
25684
  "module": "src/components/form-elements/input-base.ts"
25545
25685
  }
25546
25686
  },
25687
+ {
25688
+ "kind": "field",
25689
+ "name": "controlled",
25690
+ "type": {
25691
+ "text": "boolean"
25692
+ },
25693
+ "default": "false",
25694
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
25695
+ "attribute": "controlled",
25696
+ "inheritedFrom": {
25697
+ "name": "InputSelectBase",
25698
+ "module": "src/components/form-elements/input-select-base.ts"
25699
+ }
25700
+ },
25547
25701
  {
25548
25702
  "kind": "field",
25549
25703
  "name": "canSearch",
@@ -26079,6 +26233,19 @@
26079
26233
  },
26080
26234
  "default": "''"
26081
26235
  },
26236
+ {
26237
+ "name": "controlled",
26238
+ "type": {
26239
+ "text": "boolean"
26240
+ },
26241
+ "default": "false",
26242
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
26243
+ "fieldName": "controlled",
26244
+ "inheritedFrom": {
26245
+ "name": "InputSelectBase",
26246
+ "module": "src/components/form-elements/input-select-base.ts"
26247
+ }
26248
+ },
26082
26249
  {
26083
26250
  "name": "can-search",
26084
26251
  "type": {
@@ -28144,7 +28311,6 @@
28144
28311
  {
28145
28312
  "kind": "method",
28146
28313
  "name": "search",
28147
- "privacy": "protected",
28148
28314
  "description": "Marks any item that doesn't match the search query as hidden",
28149
28315
  "inheritedFrom": {
28150
28316
  "name": "InputSelect",
@@ -28212,6 +28378,20 @@
28212
28378
  "module": "src/components/form-elements/input-base.ts"
28213
28379
  }
28214
28380
  },
28381
+ {
28382
+ "kind": "field",
28383
+ "name": "controlled",
28384
+ "type": {
28385
+ "text": "boolean"
28386
+ },
28387
+ "default": "false",
28388
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
28389
+ "attribute": "controlled",
28390
+ "inheritedFrom": {
28391
+ "name": "InputSelectBase",
28392
+ "module": "src/components/form-elements/input-select-base.ts"
28393
+ }
28394
+ },
28215
28395
  {
28216
28396
  "kind": "field",
28217
28397
  "name": "loading",
@@ -28741,6 +28921,19 @@
28741
28921
  },
28742
28922
  "default": "''"
28743
28923
  },
28924
+ {
28925
+ "name": "controlled",
28926
+ "type": {
28927
+ "text": "boolean"
28928
+ },
28929
+ "default": "false",
28930
+ "description": "A controlled field defers the state management to an external controller.\nThis is useful for when you want to pass partial data to the component.",
28931
+ "fieldName": "controlled",
28932
+ "inheritedFrom": {
28933
+ "name": "InputSelectBase",
28934
+ "module": "src/components/form-elements/input-select-base.ts"
28935
+ }
28936
+ },
28744
28937
  {
28745
28938
  "name": "loading",
28746
28939
  "type": {