@skedulo/breeze-ui 1.10.1 → 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.
@@ -436,6 +436,16 @@
436
436
  "attribute": "theme",
437
437
  "reflects": true
438
438
  },
439
+ {
440
+ "kind": "field",
441
+ "name": "hyperlink",
442
+ "type": {
443
+ "text": "string | undefined"
444
+ },
445
+ "description": "Makes the avatar clickable and navigates to the provided hyperlink",
446
+ "attribute": "hyperlink",
447
+ "reflects": true
448
+ },
439
449
  {
440
450
  "kind": "method",
441
451
  "name": "handleSlotChange",
@@ -521,6 +531,14 @@
521
531
  "default": "'solid'",
522
532
  "description": "Sets the theme",
523
533
  "fieldName": "theme"
534
+ },
535
+ {
536
+ "name": "hyperlink",
537
+ "type": {
538
+ "text": "string | undefined"
539
+ },
540
+ "description": "Makes the avatar clickable and navigates to the provided hyperlink",
541
+ "fieldName": "hyperlink"
524
542
  }
525
543
  ],
526
544
  "superclass": {
@@ -2864,6 +2882,18 @@
2864
2882
  "name": "Avatar",
2865
2883
  "module": "src/components/avatar.ts"
2866
2884
  }
2885
+ },
2886
+ {
2887
+ "name": "hyperlink",
2888
+ "type": {
2889
+ "text": "string | undefined"
2890
+ },
2891
+ "description": "Makes the avatar clickable and navigates to the provided hyperlink",
2892
+ "fieldName": "hyperlink",
2893
+ "inheritedFrom": {
2894
+ "name": "Avatar",
2895
+ "module": "src/components/avatar.ts"
2896
+ }
2867
2897
  }
2868
2898
  ],
2869
2899
  "members": [
@@ -2984,6 +3014,20 @@
2984
3014
  "module": "src/components/avatar.ts"
2985
3015
  }
2986
3016
  },
3017
+ {
3018
+ "kind": "field",
3019
+ "name": "hyperlink",
3020
+ "type": {
3021
+ "text": "string | undefined"
3022
+ },
3023
+ "description": "Makes the avatar clickable and navigates to the provided hyperlink",
3024
+ "attribute": "hyperlink",
3025
+ "reflects": true,
3026
+ "inheritedFrom": {
3027
+ "name": "Avatar",
3028
+ "module": "src/components/avatar.ts"
3029
+ }
3030
+ },
2987
3031
  {
2988
3032
  "kind": "method",
2989
3033
  "name": "handleSlotChange",
@@ -8111,6 +8155,19 @@
8111
8155
  "module": "src/components/form-elements/input-base.ts"
8112
8156
  }
8113
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
+ },
8114
8171
  {
8115
8172
  "name": "value",
8116
8173
  "type": {
@@ -8221,6 +8278,21 @@
8221
8278
  "module": "src/components/form-elements/input-base.ts"
8222
8279
  }
8223
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
+ },
8224
8296
  {
8225
8297
  "kind": "field",
8226
8298
  "name": "value",
@@ -10031,6 +10103,18 @@
10031
10103
  "module": "src/components/form-elements/input-base.ts"
10032
10104
  }
10033
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
+ },
10034
10118
  {
10035
10119
  "name": "has-no-stepper",
10036
10120
  "type": {
@@ -10262,6 +10346,20 @@
10262
10346
  "module": "src/components/form-elements/input-base.ts"
10263
10347
  }
10264
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
+ },
10265
10363
  {
10266
10364
  "kind": "field",
10267
10365
  "name": "hasNoStepper",
@@ -21531,6 +21629,17 @@
21531
21629
  "module": "src/components/form-elements/input-base.ts"
21532
21630
  }
21533
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
+ },
21534
21643
  {
21535
21644
  "kind": "field",
21536
21645
  "name": "value",
@@ -21715,6 +21824,15 @@
21715
21824
  "module": "src/components/form-elements/input-base.ts"
21716
21825
  }
21717
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
+ },
21718
21836
  {
21719
21837
  "name": "value",
21720
21838
  "type": {
@@ -23587,6 +23705,16 @@
23587
23705
  "module": "src/components/form-elements/input-base.ts"
23588
23706
  }
23589
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
+ },
23590
23718
  {
23591
23719
  "kind": "field",
23592
23720
  "name": "hasNoStepper",
@@ -23976,6 +24104,14 @@
23976
24104
  "module": "src/components/form-elements/input-base.ts"
23977
24105
  }
23978
24106
  },
24107
+ {
24108
+ "name": "units",
24109
+ "type": {
24110
+ "text": "string | undefined"
24111
+ },
24112
+ "description": "Sets the units type",
24113
+ "fieldName": "units"
24114
+ },
23979
24115
  {
23980
24116
  "name": "has-no-stepper",
23981
24117
  "type": {