@umbraco-ui/uui 1.0.0-alpha.0 → 1.0.0-rc.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.
@@ -430,6 +430,18 @@
430
430
  "type": "undefined |'waiting' | 'success' | 'failed'",
431
431
  "default": "\"undefined\""
432
432
  },
433
+ {
434
+ "name": "href",
435
+ "description": "Set an href, this will turns the button into a anchor tag.",
436
+ "type": "string",
437
+ "default": "\"undefined\""
438
+ },
439
+ {
440
+ "name": "target",
441
+ "description": "Set an anchor tag target, only used when using href.",
442
+ "type": "string",
443
+ "default": "\"undefined\""
444
+ },
433
445
  {
434
446
  "name": "name",
435
447
  "description": "This is a name property of the component.",
@@ -526,6 +538,20 @@
526
538
  "type": "undefined |'waiting' | 'success' | 'failed'",
527
539
  "default": "\"undefined\""
528
540
  },
541
+ {
542
+ "name": "href",
543
+ "attribute": "href",
544
+ "description": "Set an href, this will turns the button into a anchor tag.",
545
+ "type": "string",
546
+ "default": "\"undefined\""
547
+ },
548
+ {
549
+ "name": "target",
550
+ "attribute": "target",
551
+ "description": "Set an anchor tag target, only used when using href.",
552
+ "type": "string",
553
+ "default": "\"undefined\""
554
+ },
529
555
  {
530
556
  "name": "formAssociated",
531
557
  "description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/",
@@ -5710,6 +5736,18 @@
5710
5736
  "type": "boolean",
5711
5737
  "default": "\"false\""
5712
5738
  },
5739
+ {
5740
+ "name": "href",
5741
+ "description": "Set an href, this will turns the inner button into a anchor tag.",
5742
+ "type": "string",
5743
+ "default": "\"undefined\""
5744
+ },
5745
+ {
5746
+ "name": "target",
5747
+ "description": "Set an anchor tag target, only used when using href.",
5748
+ "type": "string",
5749
+ "default": "\"undefined\""
5750
+ },
5713
5751
  {
5714
5752
  "name": "active",
5715
5753
  "description": "Set this boolean to true for then the related composition is sorted.",
@@ -5735,6 +5773,20 @@
5735
5773
  "type": "boolean",
5736
5774
  "default": "\"false\""
5737
5775
  },
5776
+ {
5777
+ "name": "href",
5778
+ "attribute": "href",
5779
+ "description": "Set an href, this will turns the inner button into a anchor tag.",
5780
+ "type": "string",
5781
+ "default": "\"undefined\""
5782
+ },
5783
+ {
5784
+ "name": "target",
5785
+ "attribute": "target",
5786
+ "description": "Set an anchor tag target, only used when using href.",
5787
+ "type": "string",
5788
+ "default": "\"undefined\""
5789
+ },
5738
5790
  {
5739
5791
  "name": "active",
5740
5792
  "attribute": "active",
@@ -5750,6 +5802,18 @@
5750
5802
  }
5751
5803
  ],
5752
5804
  "slots": [
5805
+ {
5806
+ "name": "default",
5807
+ "description": "for label"
5808
+ },
5809
+ {
5810
+ "name": "icon",
5811
+ "description": "for icon"
5812
+ },
5813
+ {
5814
+ "name": "extra",
5815
+ "description": "for extra"
5816
+ },
5753
5817
  {
5754
5818
  "name": "",
5755
5819
  "description": "Override the default label"
@@ -5789,6 +5853,18 @@
5789
5853
  "type": "boolean",
5790
5854
  "default": "\"false\""
5791
5855
  },
5856
+ {
5857
+ "name": "href",
5858
+ "description": "Set an href, this will turns the inner button into a anchor tag.",
5859
+ "type": "string",
5860
+ "default": "\"undefined\""
5861
+ },
5862
+ {
5863
+ "name": "target",
5864
+ "description": "Set an anchor tag target, only used when using href.",
5865
+ "type": "string",
5866
+ "default": "\"undefined\""
5867
+ },
5792
5868
  {
5793
5869
  "name": "active",
5794
5870
  "description": "Set this boolean to true for then the related composition is sorted.",
@@ -5814,6 +5890,20 @@
5814
5890
  "type": "boolean",
5815
5891
  "default": "\"false\""
5816
5892
  },
5893
+ {
5894
+ "name": "href",
5895
+ "attribute": "href",
5896
+ "description": "Set an href, this will turns the inner button into a anchor tag.",
5897
+ "type": "string",
5898
+ "default": "\"undefined\""
5899
+ },
5900
+ {
5901
+ "name": "target",
5902
+ "attribute": "target",
5903
+ "description": "Set an anchor tag target, only used when using href.",
5904
+ "type": "string",
5905
+ "default": "\"undefined\""
5906
+ },
5817
5907
  {
5818
5908
  "name": "active",
5819
5909
  "attribute": "active",
@@ -5829,6 +5919,18 @@
5829
5919
  }
5830
5920
  ],
5831
5921
  "slots": [
5922
+ {
5923
+ "name": "default",
5924
+ "description": "for label"
5925
+ },
5926
+ {
5927
+ "name": "icon",
5928
+ "description": "for icon"
5929
+ },
5930
+ {
5931
+ "name": "extra",
5932
+ "description": "for extra"
5933
+ },
5832
5934
  {
5833
5935
  "name": "",
5834
5936
  "description": "Override the default label"