@ukic/docs 3.2.2 → 3.2.3
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.
- package/docs.json +154 -82
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -3901,7 +3901,12 @@
|
|
|
3901
3901
|
"tag": "ic-checkbox-group",
|
|
3902
3902
|
"readme": "# ic-checkbox-group\r\n\r\n\r\n\r",
|
|
3903
3903
|
"docs": "",
|
|
3904
|
-
"docsTags": [
|
|
3904
|
+
"docsTags": [
|
|
3905
|
+
{
|
|
3906
|
+
"name": "slot",
|
|
3907
|
+
"text": "helper-text - Content is set as the helper text for the checkbox group."
|
|
3908
|
+
}
|
|
3909
|
+
],
|
|
3905
3910
|
"usage": {},
|
|
3906
3911
|
"props": [
|
|
3907
3912
|
{
|
|
@@ -4227,7 +4232,12 @@
|
|
|
4227
4232
|
}
|
|
4228
4233
|
],
|
|
4229
4234
|
"styles": [],
|
|
4230
|
-
"slots": [
|
|
4235
|
+
"slots": [
|
|
4236
|
+
{
|
|
4237
|
+
"name": "helper-text",
|
|
4238
|
+
"docs": "Content is set as the helper text for the checkbox group."
|
|
4239
|
+
}
|
|
4240
|
+
],
|
|
4231
4241
|
"parts": [],
|
|
4232
4242
|
"dependents": [],
|
|
4233
4243
|
"dependencies": [
|
|
@@ -8553,10 +8563,10 @@
|
|
|
8553
8563
|
"props": [
|
|
8554
8564
|
{
|
|
8555
8565
|
"name": "description",
|
|
8556
|
-
"type": "string
|
|
8566
|
+
"type": "string",
|
|
8557
8567
|
"complexType": {
|
|
8558
8568
|
"original": "string",
|
|
8559
|
-
"resolved": "string
|
|
8569
|
+
"resolved": "string",
|
|
8560
8570
|
"references": {}
|
|
8561
8571
|
},
|
|
8562
8572
|
"mutable": false,
|
|
@@ -8568,22 +8578,19 @@
|
|
|
8568
8578
|
"values": [
|
|
8569
8579
|
{
|
|
8570
8580
|
"type": "string"
|
|
8571
|
-
},
|
|
8572
|
-
{
|
|
8573
|
-
"type": "undefined"
|
|
8574
8581
|
}
|
|
8575
8582
|
],
|
|
8576
|
-
"optional":
|
|
8583
|
+
"optional": false,
|
|
8577
8584
|
"required": false,
|
|
8578
8585
|
"getter": false,
|
|
8579
8586
|
"setter": false
|
|
8580
8587
|
},
|
|
8581
8588
|
{
|
|
8582
8589
|
"name": "fullWidth",
|
|
8583
|
-
"type": "boolean
|
|
8590
|
+
"type": "boolean",
|
|
8584
8591
|
"complexType": {
|
|
8585
8592
|
"original": "boolean",
|
|
8586
|
-
"resolved": "boolean
|
|
8593
|
+
"resolved": "boolean",
|
|
8587
8594
|
"references": {}
|
|
8588
8595
|
},
|
|
8589
8596
|
"mutable": false,
|
|
@@ -8595,12 +8602,9 @@
|
|
|
8595
8602
|
"values": [
|
|
8596
8603
|
{
|
|
8597
8604
|
"type": "boolean"
|
|
8598
|
-
},
|
|
8599
|
-
{
|
|
8600
|
-
"type": "undefined"
|
|
8601
8605
|
}
|
|
8602
8606
|
],
|
|
8603
|
-
"optional":
|
|
8607
|
+
"optional": false,
|
|
8604
8608
|
"required": false,
|
|
8605
8609
|
"getter": false,
|
|
8606
8610
|
"setter": false
|
|
@@ -8616,7 +8620,7 @@
|
|
|
8616
8620
|
"mutable": false,
|
|
8617
8621
|
"attr": "label",
|
|
8618
8622
|
"reflectToAttr": false,
|
|
8619
|
-
"docs": "The label to be displayed beneath the loading indicator.\nDisplay a changing label by supplying an array of messages.",
|
|
8623
|
+
"docs": "The label to be displayed beneath the loading indicator.\r\nDisplay a changing label by supplying an array of messages.",
|
|
8620
8624
|
"docsTags": [],
|
|
8621
8625
|
"values": [
|
|
8622
8626
|
{
|
|
@@ -8636,10 +8640,10 @@
|
|
|
8636
8640
|
},
|
|
8637
8641
|
{
|
|
8638
8642
|
"name": "labelDuration",
|
|
8639
|
-
"type": "number
|
|
8643
|
+
"type": "number",
|
|
8640
8644
|
"complexType": {
|
|
8641
8645
|
"original": "number",
|
|
8642
|
-
"resolved": "number
|
|
8646
|
+
"resolved": "number",
|
|
8643
8647
|
"references": {}
|
|
8644
8648
|
},
|
|
8645
8649
|
"mutable": false,
|
|
@@ -8651,76 +8655,67 @@
|
|
|
8651
8655
|
"values": [
|
|
8652
8656
|
{
|
|
8653
8657
|
"type": "number"
|
|
8654
|
-
},
|
|
8655
|
-
{
|
|
8656
|
-
"type": "undefined"
|
|
8657
8658
|
}
|
|
8658
8659
|
],
|
|
8659
|
-
"optional":
|
|
8660
|
+
"optional": false,
|
|
8660
8661
|
"required": false,
|
|
8661
8662
|
"getter": false,
|
|
8662
8663
|
"setter": false
|
|
8663
8664
|
},
|
|
8664
8665
|
{
|
|
8665
8666
|
"name": "max",
|
|
8666
|
-
"type": "number
|
|
8667
|
+
"type": "number",
|
|
8667
8668
|
"complexType": {
|
|
8668
8669
|
"original": "number",
|
|
8669
|
-
"resolved": "number
|
|
8670
|
+
"resolved": "number",
|
|
8670
8671
|
"references": {}
|
|
8671
8672
|
},
|
|
8672
8673
|
"mutable": false,
|
|
8673
8674
|
"attr": "max",
|
|
8674
8675
|
"reflectToAttr": false,
|
|
8675
|
-
"docs": "The maximum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
|
|
8676
|
+
"docs": "The maximum value that the progress value can take.\r\nUsed to calculate the proportional width of the progress bar.",
|
|
8676
8677
|
"docsTags": [],
|
|
8677
8678
|
"default": "100",
|
|
8678
8679
|
"values": [
|
|
8679
8680
|
{
|
|
8680
8681
|
"type": "number"
|
|
8681
|
-
},
|
|
8682
|
-
{
|
|
8683
|
-
"type": "undefined"
|
|
8684
8682
|
}
|
|
8685
8683
|
],
|
|
8686
|
-
"optional":
|
|
8684
|
+
"optional": false,
|
|
8687
8685
|
"required": false,
|
|
8688
8686
|
"getter": false,
|
|
8689
8687
|
"setter": false
|
|
8690
8688
|
},
|
|
8691
8689
|
{
|
|
8692
8690
|
"name": "min",
|
|
8693
|
-
"type": "number
|
|
8691
|
+
"type": "number",
|
|
8694
8692
|
"complexType": {
|
|
8695
8693
|
"original": "number",
|
|
8696
|
-
"resolved": "number
|
|
8694
|
+
"resolved": "number",
|
|
8697
8695
|
"references": {}
|
|
8698
8696
|
},
|
|
8699
8697
|
"mutable": false,
|
|
8700
8698
|
"attr": "min",
|
|
8701
8699
|
"reflectToAttr": false,
|
|
8702
|
-
"docs": "The minimum value that the progress value can take.\nUsed to calculate the proportional width of the progress bar.",
|
|
8700
|
+
"docs": "The minimum value that the progress value can take.\r\nUsed to calculate the proportional width of the progress bar.",
|
|
8703
8701
|
"docsTags": [],
|
|
8704
8702
|
"default": "0",
|
|
8705
8703
|
"values": [
|
|
8706
8704
|
{
|
|
8707
8705
|
"type": "number"
|
|
8708
|
-
},
|
|
8709
|
-
{
|
|
8710
|
-
"type": "undefined"
|
|
8711
8706
|
}
|
|
8712
8707
|
],
|
|
8713
|
-
"optional":
|
|
8708
|
+
"optional": false,
|
|
8714
8709
|
"required": false,
|
|
8715
8710
|
"getter": false,
|
|
8716
8711
|
"setter": false
|
|
8717
8712
|
},
|
|
8718
8713
|
{
|
|
8719
8714
|
"name": "monochrome",
|
|
8720
|
-
"type": "boolean
|
|
8715
|
+
"type": "boolean",
|
|
8721
8716
|
"complexType": {
|
|
8722
8717
|
"original": "boolean",
|
|
8723
|
-
"resolved": "boolean
|
|
8718
|
+
"resolved": "boolean",
|
|
8724
8719
|
"references": {}
|
|
8725
8720
|
},
|
|
8726
8721
|
"mutable": false,
|
|
@@ -8732,12 +8727,9 @@
|
|
|
8732
8727
|
"values": [
|
|
8733
8728
|
{
|
|
8734
8729
|
"type": "boolean"
|
|
8735
|
-
},
|
|
8736
|
-
{
|
|
8737
|
-
"type": "undefined"
|
|
8738
8730
|
}
|
|
8739
8731
|
],
|
|
8740
|
-
"optional":
|
|
8732
|
+
"optional": false,
|
|
8741
8733
|
"required": false,
|
|
8742
8734
|
"getter": false,
|
|
8743
8735
|
"setter": false
|
|
@@ -8753,7 +8745,7 @@
|
|
|
8753
8745
|
"mutable": false,
|
|
8754
8746
|
"attr": "progress",
|
|
8755
8747
|
"reflectToAttr": false,
|
|
8756
|
-
"docs": "The current amount of progress made.\nIf not provided, component acts as an indeterminate loading indicator.",
|
|
8748
|
+
"docs": "The current amount of progress made.\r\nIf not provided, component acts as an indeterminate loading indicator.",
|
|
8757
8749
|
"docsTags": [],
|
|
8758
8750
|
"values": [
|
|
8759
8751
|
{
|
|
@@ -8770,10 +8762,10 @@
|
|
|
8770
8762
|
},
|
|
8771
8763
|
{
|
|
8772
8764
|
"name": "size",
|
|
8773
|
-
"type": "\"icon\" | \"large\" | \"medium\" | \"small\"
|
|
8765
|
+
"type": "\"icon\" | \"large\" | \"medium\" | \"small\"",
|
|
8774
8766
|
"complexType": {
|
|
8775
8767
|
"original": "IcLoadingSizes",
|
|
8776
|
-
"resolved": "\"icon\" | \"large\" | \"medium\" | \"small\"
|
|
8768
|
+
"resolved": "\"icon\" | \"large\" | \"medium\" | \"small\"",
|
|
8777
8769
|
"references": {
|
|
8778
8770
|
"IcLoadingSizes": {
|
|
8779
8771
|
"location": "import",
|
|
@@ -8804,22 +8796,19 @@
|
|
|
8804
8796
|
{
|
|
8805
8797
|
"value": "small",
|
|
8806
8798
|
"type": "string"
|
|
8807
|
-
},
|
|
8808
|
-
{
|
|
8809
|
-
"type": "undefined"
|
|
8810
8799
|
}
|
|
8811
8800
|
],
|
|
8812
|
-
"optional":
|
|
8801
|
+
"optional": false,
|
|
8813
8802
|
"required": false,
|
|
8814
8803
|
"getter": false,
|
|
8815
8804
|
"setter": false
|
|
8816
8805
|
},
|
|
8817
8806
|
{
|
|
8818
8807
|
"name": "theme",
|
|
8819
|
-
"type": "\"dark\" | \"inherit\" | \"light\"
|
|
8808
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
8820
8809
|
"complexType": {
|
|
8821
8810
|
"original": "IcThemeMode",
|
|
8822
|
-
"resolved": "\"dark\" | \"inherit\" | \"light\"
|
|
8811
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
8823
8812
|
"references": {
|
|
8824
8813
|
"IcThemeMode": {
|
|
8825
8814
|
"location": "import",
|
|
@@ -8846,22 +8835,19 @@
|
|
|
8846
8835
|
{
|
|
8847
8836
|
"value": "light",
|
|
8848
8837
|
"type": "string"
|
|
8849
|
-
},
|
|
8850
|
-
{
|
|
8851
|
-
"type": "undefined"
|
|
8852
8838
|
}
|
|
8853
8839
|
],
|
|
8854
|
-
"optional":
|
|
8840
|
+
"optional": false,
|
|
8855
8841
|
"required": false,
|
|
8856
8842
|
"getter": false,
|
|
8857
8843
|
"setter": false
|
|
8858
8844
|
},
|
|
8859
8845
|
{
|
|
8860
8846
|
"name": "type",
|
|
8861
|
-
"type": "\"circular\" | \"linear\"
|
|
8847
|
+
"type": "\"circular\" | \"linear\"",
|
|
8862
8848
|
"complexType": {
|
|
8863
8849
|
"original": "IcLoadingTypes",
|
|
8864
|
-
"resolved": "\"circular\" | \"linear\"
|
|
8850
|
+
"resolved": "\"circular\" | \"linear\"",
|
|
8865
8851
|
"references": {
|
|
8866
8852
|
"IcLoadingTypes": {
|
|
8867
8853
|
"location": "import",
|
|
@@ -8884,12 +8870,9 @@
|
|
|
8884
8870
|
{
|
|
8885
8871
|
"value": "linear",
|
|
8886
8872
|
"type": "string"
|
|
8887
|
-
},
|
|
8888
|
-
{
|
|
8889
|
-
"type": "undefined"
|
|
8890
8873
|
}
|
|
8891
8874
|
],
|
|
8892
|
-
"optional":
|
|
8875
|
+
"optional": false,
|
|
8893
8876
|
"required": false,
|
|
8894
8877
|
"getter": false,
|
|
8895
8878
|
"setter": false
|
|
@@ -8902,7 +8885,7 @@
|
|
|
8902
8885
|
{
|
|
8903
8886
|
"name": "--circular-diameter",
|
|
8904
8887
|
"annotation": "prop",
|
|
8905
|
-
"docs": "Diameter of the circular-indicator"
|
|
8888
|
+
"docs": "Diameter of the circular-indicator in px, rem or %"
|
|
8906
8889
|
}
|
|
8907
8890
|
],
|
|
8908
8891
|
"slots": [],
|
|
@@ -9953,10 +9936,10 @@
|
|
|
9953
9936
|
"props": [
|
|
9954
9937
|
{
|
|
9955
9938
|
"name": "download",
|
|
9956
|
-
"type": "boolean | string
|
|
9939
|
+
"type": "boolean | string",
|
|
9957
9940
|
"complexType": {
|
|
9958
9941
|
"original": "string | boolean",
|
|
9959
|
-
"resolved": "boolean | string
|
|
9942
|
+
"resolved": "boolean | string",
|
|
9960
9943
|
"references": {}
|
|
9961
9944
|
},
|
|
9962
9945
|
"mutable": false,
|
|
@@ -9971,12 +9954,9 @@
|
|
|
9971
9954
|
},
|
|
9972
9955
|
{
|
|
9973
9956
|
"type": "string"
|
|
9974
|
-
},
|
|
9975
|
-
{
|
|
9976
|
-
"type": "undefined"
|
|
9977
9957
|
}
|
|
9978
9958
|
],
|
|
9979
|
-
"optional":
|
|
9959
|
+
"optional": false,
|
|
9980
9960
|
"required": false,
|
|
9981
9961
|
"getter": false,
|
|
9982
9962
|
"setter": false
|
|
@@ -10173,10 +10153,10 @@
|
|
|
10173
10153
|
},
|
|
10174
10154
|
{
|
|
10175
10155
|
"name": "theme",
|
|
10176
|
-
"type": "\"dark\" | \"inherit\" | \"light\"
|
|
10156
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
10177
10157
|
"complexType": {
|
|
10178
10158
|
"original": "IcThemeMode",
|
|
10179
|
-
"resolved": "\"dark\" | \"inherit\" | \"light\"
|
|
10159
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
10180
10160
|
"references": {
|
|
10181
10161
|
"IcThemeMode": {
|
|
10182
10162
|
"location": "import",
|
|
@@ -10185,7 +10165,7 @@
|
|
|
10185
10165
|
}
|
|
10186
10166
|
}
|
|
10187
10167
|
},
|
|
10188
|
-
"mutable":
|
|
10168
|
+
"mutable": true,
|
|
10189
10169
|
"attr": "theme",
|
|
10190
10170
|
"reflectToAttr": false,
|
|
10191
10171
|
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
@@ -10203,12 +10183,9 @@
|
|
|
10203
10183
|
{
|
|
10204
10184
|
"value": "light",
|
|
10205
10185
|
"type": "string"
|
|
10206
|
-
},
|
|
10207
|
-
{
|
|
10208
|
-
"type": "undefined"
|
|
10209
10186
|
}
|
|
10210
10187
|
],
|
|
10211
|
-
"optional":
|
|
10188
|
+
"optional": false,
|
|
10212
10189
|
"required": false,
|
|
10213
10190
|
"getter": false,
|
|
10214
10191
|
"setter": false
|
|
@@ -10325,6 +10302,33 @@
|
|
|
10325
10302
|
"getter": false,
|
|
10326
10303
|
"setter": false
|
|
10327
10304
|
},
|
|
10305
|
+
{
|
|
10306
|
+
"name": "expanded",
|
|
10307
|
+
"type": "boolean | undefined",
|
|
10308
|
+
"complexType": {
|
|
10309
|
+
"original": "boolean",
|
|
10310
|
+
"resolved": "boolean | undefined",
|
|
10311
|
+
"references": {}
|
|
10312
|
+
},
|
|
10313
|
+
"mutable": true,
|
|
10314
|
+
"attr": "expanded",
|
|
10315
|
+
"reflectToAttr": false,
|
|
10316
|
+
"docs": "If `true`, the expandable group will be expanded by default when in an ic-side-navigation component. To enable this prop, `expandable` must also be set to `true`.",
|
|
10317
|
+
"docsTags": [],
|
|
10318
|
+
"default": "true",
|
|
10319
|
+
"values": [
|
|
10320
|
+
{
|
|
10321
|
+
"type": "boolean"
|
|
10322
|
+
},
|
|
10323
|
+
{
|
|
10324
|
+
"type": "undefined"
|
|
10325
|
+
}
|
|
10326
|
+
],
|
|
10327
|
+
"optional": true,
|
|
10328
|
+
"required": false,
|
|
10329
|
+
"getter": false,
|
|
10330
|
+
"setter": false
|
|
10331
|
+
},
|
|
10328
10332
|
{
|
|
10329
10333
|
"name": "label",
|
|
10330
10334
|
"type": "string",
|
|
@@ -12330,7 +12334,12 @@
|
|
|
12330
12334
|
"tag": "ic-radio-group",
|
|
12331
12335
|
"readme": "# ic-radio-group\r\n\r\n\r\n\r",
|
|
12332
12336
|
"docs": "",
|
|
12333
|
-
"docsTags": [
|
|
12337
|
+
"docsTags": [
|
|
12338
|
+
{
|
|
12339
|
+
"name": "slot",
|
|
12340
|
+
"text": "helper-text - Content is set as the helper text for the radio group."
|
|
12341
|
+
}
|
|
12342
|
+
],
|
|
12334
12343
|
"usage": {},
|
|
12335
12344
|
"props": [
|
|
12336
12345
|
{
|
|
@@ -12713,7 +12722,12 @@
|
|
|
12713
12722
|
}
|
|
12714
12723
|
],
|
|
12715
12724
|
"styles": [],
|
|
12716
|
-
"slots": [
|
|
12725
|
+
"slots": [
|
|
12726
|
+
{
|
|
12727
|
+
"name": "helper-text",
|
|
12728
|
+
"docs": "Content is set as the helper text for the radio group."
|
|
12729
|
+
}
|
|
12730
|
+
],
|
|
12717
12731
|
"parts": [],
|
|
12718
12732
|
"dependents": [],
|
|
12719
12733
|
"dependencies": [
|
|
@@ -13132,7 +13146,12 @@
|
|
|
13132
13146
|
"tag": "ic-search-bar",
|
|
13133
13147
|
"readme": "# ic-search-bar\r\n\r\n\r\n\r",
|
|
13134
13148
|
"docs": "",
|
|
13135
|
-
"docsTags": [
|
|
13149
|
+
"docsTags": [
|
|
13150
|
+
{
|
|
13151
|
+
"name": "slot",
|
|
13152
|
+
"text": "helper-text - Content is set as the helper text for the search bar."
|
|
13153
|
+
}
|
|
13154
|
+
],
|
|
13136
13155
|
"usage": {},
|
|
13137
13156
|
"props": [
|
|
13138
13157
|
{
|
|
@@ -13185,10 +13204,10 @@
|
|
|
13185
13204
|
},
|
|
13186
13205
|
{
|
|
13187
13206
|
"name": "autocomplete",
|
|
13188
|
-
"type": "\"
|
|
13207
|
+
"type": "\"name\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\"",
|
|
13189
13208
|
"complexType": {
|
|
13190
13209
|
"original": "IcAutocompleteTypes",
|
|
13191
|
-
"resolved": "\"
|
|
13210
|
+
"resolved": "\"name\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\"",
|
|
13192
13211
|
"references": {
|
|
13193
13212
|
"IcAutocompleteTypes": {
|
|
13194
13213
|
"location": "import",
|
|
@@ -13205,7 +13224,7 @@
|
|
|
13205
13224
|
"default": "\"off\"",
|
|
13206
13225
|
"values": [
|
|
13207
13226
|
{
|
|
13208
|
-
"value": "
|
|
13227
|
+
"value": "name",
|
|
13209
13228
|
"type": "string"
|
|
13210
13229
|
},
|
|
13211
13230
|
{
|
|
@@ -13213,7 +13232,7 @@
|
|
|
13213
13232
|
"type": "string"
|
|
13214
13233
|
},
|
|
13215
13234
|
{
|
|
13216
|
-
"value": "
|
|
13235
|
+
"value": "on",
|
|
13217
13236
|
"type": "string"
|
|
13218
13237
|
},
|
|
13219
13238
|
{
|
|
@@ -13897,6 +13916,30 @@
|
|
|
13897
13916
|
"getter": false,
|
|
13898
13917
|
"setter": false
|
|
13899
13918
|
},
|
|
13919
|
+
{
|
|
13920
|
+
"name": "preventFormSubmitOnSearch",
|
|
13921
|
+
"type": "boolean",
|
|
13922
|
+
"complexType": {
|
|
13923
|
+
"original": "boolean",
|
|
13924
|
+
"resolved": "boolean",
|
|
13925
|
+
"references": {}
|
|
13926
|
+
},
|
|
13927
|
+
"mutable": false,
|
|
13928
|
+
"attr": "prevent-form-submit-on-search",
|
|
13929
|
+
"reflectToAttr": false,
|
|
13930
|
+
"docs": "If `true` the parent form will not submit when the icSubmitSearch event fires.",
|
|
13931
|
+
"docsTags": [],
|
|
13932
|
+
"default": "false",
|
|
13933
|
+
"values": [
|
|
13934
|
+
{
|
|
13935
|
+
"type": "boolean"
|
|
13936
|
+
}
|
|
13937
|
+
],
|
|
13938
|
+
"optional": false,
|
|
13939
|
+
"required": false,
|
|
13940
|
+
"getter": false,
|
|
13941
|
+
"setter": false
|
|
13942
|
+
},
|
|
13900
13943
|
{
|
|
13901
13944
|
"name": "readonly",
|
|
13902
13945
|
"type": "boolean",
|
|
@@ -14391,7 +14434,12 @@
|
|
|
14391
14434
|
"docs": "z-index of search bar menu"
|
|
14392
14435
|
}
|
|
14393
14436
|
],
|
|
14394
|
-
"slots": [
|
|
14437
|
+
"slots": [
|
|
14438
|
+
{
|
|
14439
|
+
"name": "helper-text",
|
|
14440
|
+
"docs": "Content is set as the helper text for the search bar."
|
|
14441
|
+
}
|
|
14442
|
+
],
|
|
14395
14443
|
"parts": [],
|
|
14396
14444
|
"dependents": [],
|
|
14397
14445
|
"dependencies": [
|
|
@@ -14548,6 +14596,10 @@
|
|
|
14548
14596
|
"readme": "# ic-select\r\n\r\n\r\n\r",
|
|
14549
14597
|
"docs": "",
|
|
14550
14598
|
"docsTags": [
|
|
14599
|
+
{
|
|
14600
|
+
"name": "slot",
|
|
14601
|
+
"text": "helper-text - Content is set as the helper text for the select."
|
|
14602
|
+
},
|
|
14551
14603
|
{
|
|
14552
14604
|
"name": "slot",
|
|
14553
14605
|
"text": "icon - Content will be placed to the left of the select text input."
|
|
@@ -15564,6 +15616,10 @@
|
|
|
15564
15616
|
}
|
|
15565
15617
|
],
|
|
15566
15618
|
"slots": [
|
|
15619
|
+
{
|
|
15620
|
+
"name": "helper-text",
|
|
15621
|
+
"docs": "Content is set as the helper text for the select."
|
|
15622
|
+
},
|
|
15567
15623
|
{
|
|
15568
15624
|
"name": "icon",
|
|
15569
15625
|
"docs": "Content will be placed to the left of the select text input."
|
|
@@ -16991,6 +17047,10 @@
|
|
|
16991
17047
|
"readme": "# ic-switch\r\n\r\n\r\n\r",
|
|
16992
17048
|
"docs": "",
|
|
16993
17049
|
"docsTags": [
|
|
17050
|
+
{
|
|
17051
|
+
"name": "slot",
|
|
17052
|
+
"text": "helper-text - Content is set as the helper text for the switch."
|
|
17053
|
+
},
|
|
16994
17054
|
{
|
|
16995
17055
|
"name": "slot",
|
|
16996
17056
|
"text": "right-adornment - Content is placed to the right of switch."
|
|
@@ -17344,6 +17404,10 @@
|
|
|
17344
17404
|
"listeners": [],
|
|
17345
17405
|
"styles": [],
|
|
17346
17406
|
"slots": [
|
|
17407
|
+
{
|
|
17408
|
+
"name": "helper-text",
|
|
17409
|
+
"docs": "Content is set as the helper text for the switch."
|
|
17410
|
+
},
|
|
17347
17411
|
{
|
|
17348
17412
|
"name": "right-adornment",
|
|
17349
17413
|
"docs": "Content is placed to the right of switch."
|
|
@@ -17795,6 +17859,10 @@
|
|
|
17795
17859
|
"readme": "# ic-textfield\r\n\r\n\r\n\r",
|
|
17796
17860
|
"docs": "",
|
|
17797
17861
|
"docsTags": [
|
|
17862
|
+
{
|
|
17863
|
+
"name": "slot",
|
|
17864
|
+
"text": "helper-text - Content is set as the helper text for the text field."
|
|
17865
|
+
},
|
|
17798
17866
|
{
|
|
17799
17867
|
"name": "slot",
|
|
17800
17868
|
"text": "icon - Content will be placed to the left of the text input."
|
|
@@ -18939,6 +19007,10 @@
|
|
|
18939
19007
|
}
|
|
18940
19008
|
],
|
|
18941
19009
|
"slots": [
|
|
19010
|
+
{
|
|
19011
|
+
"name": "helper-text",
|
|
19012
|
+
"docs": "Content is set as the helper text for the text field."
|
|
19013
|
+
},
|
|
18942
19014
|
{
|
|
18943
19015
|
"name": "icon",
|
|
18944
19016
|
"docs": "Content will be placed to the left of the text input."
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.3",
|
|
5
5
|
"description": "API documentation for @ukic components",
|
|
6
6
|
"main": "docs.json",
|
|
7
7
|
"types": "docs.d.ts",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"packageManager": "^npm@10.9.2",
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "b2e5e8e0ebf877277c71d9b8c72edde315c70fe5"
|
|
23
23
|
}
|