@skedulo/breeze-ui 1.11.0 → 1.12.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.
@@ -8155,6 +8155,19 @@
8155
8155
  "module": "src/components/form-elements/input-base.ts"
8156
8156
  }
8157
8157
  },
8158
+ {
8159
+ "name": "left-label",
8160
+ "type": {
8161
+ "text": "boolean"
8162
+ },
8163
+ "default": "false",
8164
+ "description": "Puts the label to the left of the checkbox",
8165
+ "fieldName": "leftLabel",
8166
+ "inheritedFrom": {
8167
+ "name": "InputCheckbox",
8168
+ "module": "src/components/form-elements/input-checkbox.ts"
8169
+ }
8170
+ },
8158
8171
  {
8159
8172
  "name": "value",
8160
8173
  "type": {
@@ -8265,6 +8278,21 @@
8265
8278
  "module": "src/components/form-elements/input-base.ts"
8266
8279
  }
8267
8280
  },
8281
+ {
8282
+ "kind": "field",
8283
+ "name": "leftLabel",
8284
+ "type": {
8285
+ "text": "boolean"
8286
+ },
8287
+ "default": "false",
8288
+ "description": "Puts the label to the left of the checkbox",
8289
+ "attribute": "left-label",
8290
+ "reflects": true,
8291
+ "inheritedFrom": {
8292
+ "name": "InputCheckbox",
8293
+ "module": "src/components/form-elements/input-checkbox.ts"
8294
+ }
8295
+ },
8268
8296
  {
8269
8297
  "kind": "field",
8270
8298
  "name": "value",
@@ -10075,6 +10103,18 @@
10075
10103
  "module": "src/components/form-elements/input-base.ts"
10076
10104
  }
10077
10105
  },
10106
+ {
10107
+ "name": "units",
10108
+ "type": {
10109
+ "text": "string | undefined"
10110
+ },
10111
+ "description": "Sets the units type",
10112
+ "fieldName": "units",
10113
+ "inheritedFrom": {
10114
+ "name": "InputNumber",
10115
+ "module": "src/components/form-elements/input-number.ts"
10116
+ }
10117
+ },
10078
10118
  {
10079
10119
  "name": "has-no-stepper",
10080
10120
  "type": {
@@ -10306,6 +10346,20 @@
10306
10346
  "module": "src/components/form-elements/input-base.ts"
10307
10347
  }
10308
10348
  },
10349
+ {
10350
+ "kind": "field",
10351
+ "name": "units",
10352
+ "type": {
10353
+ "text": "string | undefined"
10354
+ },
10355
+ "description": "Sets the units type",
10356
+ "attribute": "units",
10357
+ "reflects": true,
10358
+ "inheritedFrom": {
10359
+ "name": "InputNumber",
10360
+ "module": "src/components/form-elements/input-number.ts"
10361
+ }
10362
+ },
10309
10363
  {
10310
10364
  "kind": "field",
10311
10365
  "name": "hasNoStepper",
@@ -21575,6 +21629,17 @@
21575
21629
  "module": "src/components/form-elements/input-base.ts"
21576
21630
  }
21577
21631
  },
21632
+ {
21633
+ "kind": "field",
21634
+ "name": "leftLabel",
21635
+ "type": {
21636
+ "text": "boolean"
21637
+ },
21638
+ "default": "false",
21639
+ "description": "Puts the label to the left of the checkbox",
21640
+ "attribute": "left-label",
21641
+ "reflects": true
21642
+ },
21578
21643
  {
21579
21644
  "kind": "field",
21580
21645
  "name": "value",
@@ -21759,6 +21824,15 @@
21759
21824
  "module": "src/components/form-elements/input-base.ts"
21760
21825
  }
21761
21826
  },
21827
+ {
21828
+ "name": "left-label",
21829
+ "type": {
21830
+ "text": "boolean"
21831
+ },
21832
+ "default": "false",
21833
+ "description": "Puts the label to the left of the checkbox",
21834
+ "fieldName": "leftLabel"
21835
+ },
21762
21836
  {
21763
21837
  "name": "value",
21764
21838
  "type": {
@@ -23631,6 +23705,16 @@
23631
23705
  "module": "src/components/form-elements/input-base.ts"
23632
23706
  }
23633
23707
  },
23708
+ {
23709
+ "kind": "field",
23710
+ "name": "units",
23711
+ "type": {
23712
+ "text": "string | undefined"
23713
+ },
23714
+ "description": "Sets the units type",
23715
+ "attribute": "units",
23716
+ "reflects": true
23717
+ },
23634
23718
  {
23635
23719
  "kind": "field",
23636
23720
  "name": "hasNoStepper",
@@ -24020,6 +24104,14 @@
24020
24104
  "module": "src/components/form-elements/input-base.ts"
24021
24105
  }
24022
24106
  },
24107
+ {
24108
+ "name": "units",
24109
+ "type": {
24110
+ "text": "string | undefined"
24111
+ },
24112
+ "description": "Sets the units type",
24113
+ "fieldName": "units"
24114
+ },
24023
24115
  {
24024
24116
  "name": "has-no-stepper",
24025
24117
  "type": {