@skedulo/breeze-ui 1.6.0 → 1.7.1

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",
@@ -9469,6 +9491,20 @@
9469
9491
  "module": "src/components/form-elements/input-multiselect.ts"
9470
9492
  }
9471
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
+ },
9472
9508
  {
9473
9509
  "kind": "field",
9474
9510
  "name": "canSearch",
@@ -11767,6 +11803,19 @@
11767
11803
  "module": "src/components/form-elements/input-base.ts"
11768
11804
  }
11769
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
+ },
11770
11819
  {
11771
11820
  "name": "can-search",
11772
11821
  "type": {
@@ -12144,6 +12193,20 @@
12144
12193
  "module": "src/components/form-elements/input-base.ts"
12145
12194
  }
12146
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
+ },
12147
12210
  {
12148
12211
  "kind": "field",
12149
12212
  "name": "canSearch",
@@ -13786,6 +13849,19 @@
13786
13849
  "module": "src/components/form-elements/input-base.ts"
13787
13850
  }
13788
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
+ },
13789
13865
  {
13790
13866
  "name": "loading",
13791
13867
  "type": {
@@ -14275,6 +14351,20 @@
14275
14351
  "module": "src/components/form-elements/input-base.ts"
14276
14352
  }
14277
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
+ },
14278
14368
  {
14279
14369
  "kind": "field",
14280
14370
  "name": "loading",
@@ -22413,6 +22503,10 @@
22413
22503
  {
22414
22504
  "description": "Text for error slot",
22415
22505
  "name": "error"
22506
+ },
22507
+ {
22508
+ "description": "Lozenge elements for selected items slot, used in controlled mode",
22509
+ "name": "selected-items"
22416
22510
  }
22417
22511
  ],
22418
22512
  "members": [
@@ -22582,6 +22676,11 @@
22582
22676
  "module": "src/components/form-elements/input-select-base.ts"
22583
22677
  }
22584
22678
  },
22679
+ {
22680
+ "kind": "method",
22681
+ "name": "renderSelectedItems",
22682
+ "privacy": "protected"
22683
+ },
22585
22684
  {
22586
22685
  "kind": "method",
22587
22686
  "name": "removeLastValue"
@@ -22615,6 +22714,20 @@
22615
22714
  "privacy": "private",
22616
22715
  "description": "Synchronises the lozenges with a slice of selected items based on the set\ntruncation value."
22617
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
+ },
22618
22731
  {
22619
22732
  "kind": "field",
22620
22733
  "name": "canSearch",
@@ -23161,6 +23274,19 @@
23161
23274
  "module": "src/components/form-elements/input-base.ts"
23162
23275
  }
23163
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
+ },
23164
23290
  {
23165
23291
  "name": "can-search",
23166
23292
  "type": {
@@ -24579,6 +24705,16 @@
24579
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",
24580
24706
  "name": "InputSelectBase",
24581
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
+ },
24582
24718
  {
24583
24719
  "kind": "field",
24584
24720
  "name": "canSearch",
@@ -25126,6 +25262,15 @@
25126
25262
  }
25127
25263
  ],
25128
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
+ },
25129
25274
  {
25130
25275
  "name": "can-search",
25131
25276
  "type": {
@@ -25539,6 +25684,20 @@
25539
25684
  "module": "src/components/form-elements/input-base.ts"
25540
25685
  }
25541
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
+ },
25542
25701
  {
25543
25702
  "kind": "field",
25544
25703
  "name": "canSearch",
@@ -26074,6 +26233,19 @@
26074
26233
  },
26075
26234
  "default": "''"
26076
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
+ },
26077
26249
  {
26078
26250
  "name": "can-search",
26079
26251
  "type": {
@@ -28206,6 +28378,20 @@
28206
28378
  "module": "src/components/form-elements/input-base.ts"
28207
28379
  }
28208
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
+ },
28209
28395
  {
28210
28396
  "kind": "field",
28211
28397
  "name": "loading",
@@ -28735,6 +28921,19 @@
28735
28921
  },
28736
28922
  "default": "''"
28737
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
+ },
28738
28937
  {
28739
28938
  "name": "loading",
28740
28939
  "type": {