@ukic/docs 3.3.0 → 3.4.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.
- package/README.md +2 -2
- package/docs.json +782 -119
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# @ukic/docs
|
|
2
|
-
|
|
1
|
+
# @ukic/docs
|
|
2
|
+
|
|
3
3
|
This docs package publishes the component API JSON data produced by Stencil.
|
package/docs.json
CHANGED
|
@@ -1407,10 +1407,10 @@
|
|
|
1407
1407
|
},
|
|
1408
1408
|
{
|
|
1409
1409
|
"name": "variant",
|
|
1410
|
-
"type": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
1410
|
+
"type": "\"ai\" | \"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
1411
1411
|
"complexType": {
|
|
1412
1412
|
"original": "IcStatusVariants",
|
|
1413
|
-
"resolved": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
1413
|
+
"resolved": "\"ai\" | \"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
1414
1414
|
"references": {
|
|
1415
1415
|
"IcStatusVariants": {
|
|
1416
1416
|
"location": "import",
|
|
@@ -1426,6 +1426,10 @@
|
|
|
1426
1426
|
"docsTags": [],
|
|
1427
1427
|
"default": "\"neutral\"",
|
|
1428
1428
|
"values": [
|
|
1429
|
+
{
|
|
1430
|
+
"value": "ai",
|
|
1431
|
+
"type": "string"
|
|
1432
|
+
},
|
|
1429
1433
|
{
|
|
1430
1434
|
"value": "error",
|
|
1431
1435
|
"type": "string"
|
|
@@ -2025,10 +2029,10 @@
|
|
|
2025
2029
|
},
|
|
2026
2030
|
{
|
|
2027
2031
|
"name": "variant",
|
|
2028
|
-
"type": "\"custom\" | \"error\" | \"info\" | \"light\" | \"neutral\" | \"success\" | \"warning\" | undefined",
|
|
2032
|
+
"type": "\"ai\" | \"custom\" | \"error\" | \"info\" | \"light\" | \"neutral\" | \"success\" | \"warning\" | undefined",
|
|
2029
2033
|
"complexType": {
|
|
2030
2034
|
"original": "IcBadgeVariants",
|
|
2031
|
-
"resolved": "\"custom\" | \"error\" | \"info\" | \"light\" | \"neutral\" | \"success\" | \"warning\" | undefined",
|
|
2035
|
+
"resolved": "\"ai\" | \"custom\" | \"error\" | \"info\" | \"light\" | \"neutral\" | \"success\" | \"warning\" | undefined",
|
|
2032
2036
|
"references": {
|
|
2033
2037
|
"IcBadgeVariants": {
|
|
2034
2038
|
"location": "import",
|
|
@@ -2044,6 +2048,10 @@
|
|
|
2044
2048
|
"docsTags": [],
|
|
2045
2049
|
"default": "\"neutral\"",
|
|
2046
2050
|
"values": [
|
|
2051
|
+
{
|
|
2052
|
+
"value": "ai",
|
|
2053
|
+
"type": "string"
|
|
2054
|
+
},
|
|
2047
2055
|
{
|
|
2048
2056
|
"value": "custom",
|
|
2049
2057
|
"type": "string"
|
|
@@ -3172,6 +3180,30 @@
|
|
|
3172
3180
|
"getter": false,
|
|
3173
3181
|
"setter": false
|
|
3174
3182
|
},
|
|
3183
|
+
{
|
|
3184
|
+
"name": "tooltipFixedPositioning",
|
|
3185
|
+
"type": "boolean",
|
|
3186
|
+
"complexType": {
|
|
3187
|
+
"original": "boolean",
|
|
3188
|
+
"resolved": "boolean",
|
|
3189
|
+
"references": {}
|
|
3190
|
+
},
|
|
3191
|
+
"mutable": false,
|
|
3192
|
+
"attr": "tooltip-fixed-positioning",
|
|
3193
|
+
"reflectToAttr": false,
|
|
3194
|
+
"docs": "Setting to `true` can help in situations where tooltip content is clipped by a parent element.",
|
|
3195
|
+
"docsTags": [],
|
|
3196
|
+
"default": "false",
|
|
3197
|
+
"values": [
|
|
3198
|
+
{
|
|
3199
|
+
"type": "boolean"
|
|
3200
|
+
}
|
|
3201
|
+
],
|
|
3202
|
+
"optional": false,
|
|
3203
|
+
"required": false,
|
|
3204
|
+
"getter": false,
|
|
3205
|
+
"setter": false
|
|
3206
|
+
},
|
|
3175
3207
|
{
|
|
3176
3208
|
"name": "tooltipPlacement",
|
|
3177
3209
|
"type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
@@ -3292,7 +3324,7 @@
|
|
|
3292
3324
|
}
|
|
3293
3325
|
}
|
|
3294
3326
|
},
|
|
3295
|
-
"mutable":
|
|
3327
|
+
"mutable": true,
|
|
3296
3328
|
"attr": "variant",
|
|
3297
3329
|
"reflectToAttr": false,
|
|
3298
3330
|
"docs": "The variant of the button to be displayed.",
|
|
@@ -5598,7 +5630,13 @@
|
|
|
5598
5630
|
"methods": [],
|
|
5599
5631
|
"events": [],
|
|
5600
5632
|
"listeners": [],
|
|
5601
|
-
"styles": [
|
|
5633
|
+
"styles": [
|
|
5634
|
+
{
|
|
5635
|
+
"name": "--data-row-label-width",
|
|
5636
|
+
"annotation": "prop",
|
|
5637
|
+
"docs": "Width of the label column in the data list."
|
|
5638
|
+
}
|
|
5639
|
+
],
|
|
5602
5640
|
"slots": [
|
|
5603
5641
|
{
|
|
5604
5642
|
"name": "heading",
|
|
@@ -8665,47 +8703,580 @@
|
|
|
8665
8703
|
}
|
|
8666
8704
|
},
|
|
8667
8705
|
{
|
|
8668
|
-
"filePath": "src/components/ic-input-validation/ic-input-validation.tsx",
|
|
8669
|
-
"encapsulation": "none",
|
|
8670
|
-
"tag": "ic-input-validation",
|
|
8671
|
-
"readme": "# ic-input-validation\n\n\n",
|
|
8706
|
+
"filePath": "src/components/ic-input-validation/ic-input-validation.tsx",
|
|
8707
|
+
"encapsulation": "none",
|
|
8708
|
+
"tag": "ic-input-validation",
|
|
8709
|
+
"readme": "# ic-input-validation\n\n\n",
|
|
8710
|
+
"docs": "",
|
|
8711
|
+
"docsTags": [
|
|
8712
|
+
{
|
|
8713
|
+
"name": "slot",
|
|
8714
|
+
"text": "validation-message-adornment - Content will be placed to the right of the validation message."
|
|
8715
|
+
}
|
|
8716
|
+
],
|
|
8717
|
+
"usage": {},
|
|
8718
|
+
"props": [
|
|
8719
|
+
{
|
|
8720
|
+
"name": "ariaLiveMode",
|
|
8721
|
+
"type": "\"assertive\" | \"off\" | \"polite\" | undefined",
|
|
8722
|
+
"complexType": {
|
|
8723
|
+
"original": "IcAriaLiveModeVariants",
|
|
8724
|
+
"resolved": "\"assertive\" | \"off\" | \"polite\" | undefined",
|
|
8725
|
+
"references": {
|
|
8726
|
+
"IcAriaLiveModeVariants": {
|
|
8727
|
+
"location": "import",
|
|
8728
|
+
"path": "./ic-input-validation.types",
|
|
8729
|
+
"id": "src/components/ic-input-validation/ic-input-validation.types.tsx::IcAriaLiveModeVariants"
|
|
8730
|
+
}
|
|
8731
|
+
}
|
|
8732
|
+
},
|
|
8733
|
+
"mutable": false,
|
|
8734
|
+
"attr": "aria-live-mode",
|
|
8735
|
+
"reflectToAttr": false,
|
|
8736
|
+
"docs": "The ARIA live mode to apply to the message.",
|
|
8737
|
+
"docsTags": [],
|
|
8738
|
+
"default": "\"polite\"",
|
|
8739
|
+
"values": [
|
|
8740
|
+
{
|
|
8741
|
+
"value": "assertive",
|
|
8742
|
+
"type": "string"
|
|
8743
|
+
},
|
|
8744
|
+
{
|
|
8745
|
+
"value": "off",
|
|
8746
|
+
"type": "string"
|
|
8747
|
+
},
|
|
8748
|
+
{
|
|
8749
|
+
"value": "polite",
|
|
8750
|
+
"type": "string"
|
|
8751
|
+
},
|
|
8752
|
+
{
|
|
8753
|
+
"type": "undefined"
|
|
8754
|
+
}
|
|
8755
|
+
],
|
|
8756
|
+
"optional": true,
|
|
8757
|
+
"required": false,
|
|
8758
|
+
"getter": false,
|
|
8759
|
+
"setter": false
|
|
8760
|
+
},
|
|
8761
|
+
{
|
|
8762
|
+
"name": "for",
|
|
8763
|
+
"type": "string | undefined",
|
|
8764
|
+
"complexType": {
|
|
8765
|
+
"original": "string",
|
|
8766
|
+
"resolved": "string | undefined",
|
|
8767
|
+
"references": {}
|
|
8768
|
+
},
|
|
8769
|
+
"mutable": false,
|
|
8770
|
+
"attr": "for",
|
|
8771
|
+
"reflectToAttr": false,
|
|
8772
|
+
"docs": "The ID of the form element the validation is bound to.",
|
|
8773
|
+
"docsTags": [],
|
|
8774
|
+
"values": [
|
|
8775
|
+
{
|
|
8776
|
+
"type": "string"
|
|
8777
|
+
},
|
|
8778
|
+
{
|
|
8779
|
+
"type": "undefined"
|
|
8780
|
+
}
|
|
8781
|
+
],
|
|
8782
|
+
"optional": true,
|
|
8783
|
+
"required": false,
|
|
8784
|
+
"getter": false,
|
|
8785
|
+
"setter": false
|
|
8786
|
+
},
|
|
8787
|
+
{
|
|
8788
|
+
"name": "fullWidth",
|
|
8789
|
+
"type": "boolean | undefined",
|
|
8790
|
+
"complexType": {
|
|
8791
|
+
"original": "boolean",
|
|
8792
|
+
"resolved": "boolean | undefined",
|
|
8793
|
+
"references": {}
|
|
8794
|
+
},
|
|
8795
|
+
"mutable": false,
|
|
8796
|
+
"attr": "full-width",
|
|
8797
|
+
"reflectToAttr": false,
|
|
8798
|
+
"docs": "If `true`, the input validation will fill the width of the container.",
|
|
8799
|
+
"docsTags": [],
|
|
8800
|
+
"default": "false",
|
|
8801
|
+
"values": [
|
|
8802
|
+
{
|
|
8803
|
+
"type": "boolean"
|
|
8804
|
+
},
|
|
8805
|
+
{
|
|
8806
|
+
"type": "undefined"
|
|
8807
|
+
}
|
|
8808
|
+
],
|
|
8809
|
+
"optional": true,
|
|
8810
|
+
"required": false,
|
|
8811
|
+
"getter": false,
|
|
8812
|
+
"setter": false
|
|
8813
|
+
},
|
|
8814
|
+
{
|
|
8815
|
+
"name": "message",
|
|
8816
|
+
"type": "string",
|
|
8817
|
+
"complexType": {
|
|
8818
|
+
"original": "string",
|
|
8819
|
+
"resolved": "string",
|
|
8820
|
+
"references": {}
|
|
8821
|
+
},
|
|
8822
|
+
"mutable": false,
|
|
8823
|
+
"attr": "message",
|
|
8824
|
+
"reflectToAttr": false,
|
|
8825
|
+
"docs": "The validation message to display.",
|
|
8826
|
+
"docsTags": [],
|
|
8827
|
+
"values": [
|
|
8828
|
+
{
|
|
8829
|
+
"type": "string"
|
|
8830
|
+
}
|
|
8831
|
+
],
|
|
8832
|
+
"optional": false,
|
|
8833
|
+
"required": true,
|
|
8834
|
+
"getter": false,
|
|
8835
|
+
"setter": false
|
|
8836
|
+
},
|
|
8837
|
+
{
|
|
8838
|
+
"name": "status",
|
|
8839
|
+
"type": "\"\" | \"error\" | \"success\" | \"warning\" | undefined",
|
|
8840
|
+
"complexType": {
|
|
8841
|
+
"original": "IcInformationStatusOrEmpty",
|
|
8842
|
+
"resolved": "\"\" | \"error\" | \"success\" | \"warning\" | undefined",
|
|
8843
|
+
"references": {
|
|
8844
|
+
"IcInformationStatusOrEmpty": {
|
|
8845
|
+
"location": "import",
|
|
8846
|
+
"path": "../../utils/types",
|
|
8847
|
+
"id": "src/utils/types.ts::IcInformationStatusOrEmpty"
|
|
8848
|
+
}
|
|
8849
|
+
}
|
|
8850
|
+
},
|
|
8851
|
+
"mutable": false,
|
|
8852
|
+
"attr": "status",
|
|
8853
|
+
"reflectToAttr": false,
|
|
8854
|
+
"docs": "The status of the validation - e.g. 'error' | 'warning' | 'success'.",
|
|
8855
|
+
"docsTags": [],
|
|
8856
|
+
"default": "\"\"",
|
|
8857
|
+
"values": [
|
|
8858
|
+
{
|
|
8859
|
+
"type": "\"\""
|
|
8860
|
+
},
|
|
8861
|
+
{
|
|
8862
|
+
"value": "error",
|
|
8863
|
+
"type": "string"
|
|
8864
|
+
},
|
|
8865
|
+
{
|
|
8866
|
+
"value": "success",
|
|
8867
|
+
"type": "string"
|
|
8868
|
+
},
|
|
8869
|
+
{
|
|
8870
|
+
"value": "warning",
|
|
8871
|
+
"type": "string"
|
|
8872
|
+
},
|
|
8873
|
+
{
|
|
8874
|
+
"type": "undefined"
|
|
8875
|
+
}
|
|
8876
|
+
],
|
|
8877
|
+
"optional": true,
|
|
8878
|
+
"required": false,
|
|
8879
|
+
"getter": false,
|
|
8880
|
+
"setter": false
|
|
8881
|
+
}
|
|
8882
|
+
],
|
|
8883
|
+
"methods": [],
|
|
8884
|
+
"events": [],
|
|
8885
|
+
"listeners": [],
|
|
8886
|
+
"styles": [],
|
|
8887
|
+
"slots": [
|
|
8888
|
+
{
|
|
8889
|
+
"name": "validation-message-adornment",
|
|
8890
|
+
"docs": "Content will be placed to the right of the validation message."
|
|
8891
|
+
}
|
|
8892
|
+
],
|
|
8893
|
+
"parts": [],
|
|
8894
|
+
"dependents": [
|
|
8895
|
+
"ic-checkbox-group",
|
|
8896
|
+
"ic-radio-group",
|
|
8897
|
+
"ic-select",
|
|
8898
|
+
"ic-text-field"
|
|
8899
|
+
],
|
|
8900
|
+
"dependencies": [
|
|
8901
|
+
"ic-typography"
|
|
8902
|
+
],
|
|
8903
|
+
"dependencyGraph": {
|
|
8904
|
+
"ic-input-validation": [
|
|
8905
|
+
"ic-typography"
|
|
8906
|
+
],
|
|
8907
|
+
"ic-checkbox-group": [
|
|
8908
|
+
"ic-input-validation"
|
|
8909
|
+
],
|
|
8910
|
+
"ic-radio-group": [
|
|
8911
|
+
"ic-input-validation"
|
|
8912
|
+
],
|
|
8913
|
+
"ic-select": [
|
|
8914
|
+
"ic-input-validation"
|
|
8915
|
+
],
|
|
8916
|
+
"ic-text-field": [
|
|
8917
|
+
"ic-input-validation"
|
|
8918
|
+
]
|
|
8919
|
+
}
|
|
8920
|
+
},
|
|
8921
|
+
{
|
|
8922
|
+
"filePath": "src/components/ic-layout-grid/ic-layout-grid.tsx",
|
|
8923
|
+
"encapsulation": "shadow",
|
|
8924
|
+
"tag": "ic-layout-grid",
|
|
8925
|
+
"readme": "# ic-layout-grid\n\n\n",
|
|
8926
|
+
"docs": "",
|
|
8927
|
+
"docsTags": [],
|
|
8928
|
+
"usage": {},
|
|
8929
|
+
"props": [
|
|
8930
|
+
{
|
|
8931
|
+
"name": "aligned",
|
|
8932
|
+
"type": "\"center\" | \"full-width\" | \"left\" | undefined",
|
|
8933
|
+
"complexType": {
|
|
8934
|
+
"original": "IcAlignment",
|
|
8935
|
+
"resolved": "\"center\" | \"full-width\" | \"left\" | undefined",
|
|
8936
|
+
"references": {
|
|
8937
|
+
"IcAlignment": {
|
|
8938
|
+
"location": "import",
|
|
8939
|
+
"path": "../../utils/types",
|
|
8940
|
+
"id": "src/utils/types.ts::IcAlignment"
|
|
8941
|
+
}
|
|
8942
|
+
}
|
|
8943
|
+
},
|
|
8944
|
+
"mutable": false,
|
|
8945
|
+
"attr": "aligned",
|
|
8946
|
+
"reflectToAttr": false,
|
|
8947
|
+
"docs": "The alignment of the grid.",
|
|
8948
|
+
"docsTags": [],
|
|
8949
|
+
"default": "\"left\"",
|
|
8950
|
+
"values": [
|
|
8951
|
+
{
|
|
8952
|
+
"value": "center",
|
|
8953
|
+
"type": "string"
|
|
8954
|
+
},
|
|
8955
|
+
{
|
|
8956
|
+
"value": "full-width",
|
|
8957
|
+
"type": "string"
|
|
8958
|
+
},
|
|
8959
|
+
{
|
|
8960
|
+
"value": "left",
|
|
8961
|
+
"type": "string"
|
|
8962
|
+
},
|
|
8963
|
+
{
|
|
8964
|
+
"type": "undefined"
|
|
8965
|
+
}
|
|
8966
|
+
],
|
|
8967
|
+
"optional": true,
|
|
8968
|
+
"required": false,
|
|
8969
|
+
"getter": false,
|
|
8970
|
+
"setter": false
|
|
8971
|
+
},
|
|
8972
|
+
{
|
|
8973
|
+
"name": "columns",
|
|
8974
|
+
"type": "number | undefined | { xs?: number | undefined; sm?: number | undefined; md?: number | undefined; lg?: number | undefined; xl?: number | undefined; }",
|
|
8975
|
+
"complexType": {
|
|
8976
|
+
"original": "IcGridBreakpoints",
|
|
8977
|
+
"resolved": "number | undefined | { xs?: number | undefined; sm?: number | undefined; md?: number | undefined; lg?: number | undefined; xl?: number | undefined; }",
|
|
8978
|
+
"references": {
|
|
8979
|
+
"IcGridBreakpoints": {
|
|
8980
|
+
"location": "import",
|
|
8981
|
+
"path": "./ic-layout-grid.types",
|
|
8982
|
+
"id": "src/components/ic-layout-grid/ic-layout-grid.types.ts::IcGridBreakpoints"
|
|
8983
|
+
}
|
|
8984
|
+
}
|
|
8985
|
+
},
|
|
8986
|
+
"mutable": false,
|
|
8987
|
+
"attr": "columns",
|
|
8988
|
+
"reflectToAttr": false,
|
|
8989
|
+
"docs": "The number of columns in the grid.\nThis can be a number or an object specifying different values for each breakpoint.",
|
|
8990
|
+
"docsTags": [],
|
|
8991
|
+
"values": [
|
|
8992
|
+
{
|
|
8993
|
+
"type": "number"
|
|
8994
|
+
},
|
|
8995
|
+
{
|
|
8996
|
+
"type": "undefined"
|
|
8997
|
+
},
|
|
8998
|
+
{
|
|
8999
|
+
"type": "{ xs?: number"
|
|
9000
|
+
},
|
|
9001
|
+
{
|
|
9002
|
+
"type": "undefined; sm?: number"
|
|
9003
|
+
},
|
|
9004
|
+
{
|
|
9005
|
+
"type": "undefined; md?: number"
|
|
9006
|
+
},
|
|
9007
|
+
{
|
|
9008
|
+
"type": "undefined; lg?: number"
|
|
9009
|
+
},
|
|
9010
|
+
{
|
|
9011
|
+
"type": "undefined; xl?: number"
|
|
9012
|
+
},
|
|
9013
|
+
{
|
|
9014
|
+
"type": "undefined; }"
|
|
9015
|
+
}
|
|
9016
|
+
],
|
|
9017
|
+
"optional": true,
|
|
9018
|
+
"required": false,
|
|
9019
|
+
"getter": false,
|
|
9020
|
+
"setter": false
|
|
9021
|
+
},
|
|
9022
|
+
{
|
|
9023
|
+
"name": "defaultColSpan",
|
|
9024
|
+
"type": "number | undefined | { xs?: number | undefined; sm?: number | undefined; md?: number | undefined; lg?: number | undefined; xl?: number | undefined; }",
|
|
9025
|
+
"complexType": {
|
|
9026
|
+
"original": "IcGridBreakpoints",
|
|
9027
|
+
"resolved": "number | undefined | { xs?: number | undefined; sm?: number | undefined; md?: number | undefined; lg?: number | undefined; xl?: number | undefined; }",
|
|
9028
|
+
"references": {
|
|
9029
|
+
"IcGridBreakpoints": {
|
|
9030
|
+
"location": "import",
|
|
9031
|
+
"path": "./ic-layout-grid.types",
|
|
9032
|
+
"id": "src/components/ic-layout-grid/ic-layout-grid.types.ts::IcGridBreakpoints"
|
|
9033
|
+
}
|
|
9034
|
+
}
|
|
9035
|
+
},
|
|
9036
|
+
"mutable": false,
|
|
9037
|
+
"attr": "default-col-span",
|
|
9038
|
+
"reflectToAttr": false,
|
|
9039
|
+
"docs": "The default column span for grid items.",
|
|
9040
|
+
"docsTags": [],
|
|
9041
|
+
"default": "1",
|
|
9042
|
+
"values": [
|
|
9043
|
+
{
|
|
9044
|
+
"type": "number"
|
|
9045
|
+
},
|
|
9046
|
+
{
|
|
9047
|
+
"type": "undefined"
|
|
9048
|
+
},
|
|
9049
|
+
{
|
|
9050
|
+
"type": "{ xs?: number"
|
|
9051
|
+
},
|
|
9052
|
+
{
|
|
9053
|
+
"type": "undefined; sm?: number"
|
|
9054
|
+
},
|
|
9055
|
+
{
|
|
9056
|
+
"type": "undefined; md?: number"
|
|
9057
|
+
},
|
|
9058
|
+
{
|
|
9059
|
+
"type": "undefined; lg?: number"
|
|
9060
|
+
},
|
|
9061
|
+
{
|
|
9062
|
+
"type": "undefined; xl?: number"
|
|
9063
|
+
},
|
|
9064
|
+
{
|
|
9065
|
+
"type": "undefined; }"
|
|
9066
|
+
}
|
|
9067
|
+
],
|
|
9068
|
+
"optional": true,
|
|
9069
|
+
"required": false,
|
|
9070
|
+
"getter": false,
|
|
9071
|
+
"setter": false
|
|
9072
|
+
},
|
|
9073
|
+
{
|
|
9074
|
+
"name": "defaultColWidth",
|
|
9075
|
+
"type": "string | undefined",
|
|
9076
|
+
"complexType": {
|
|
9077
|
+
"original": "string",
|
|
9078
|
+
"resolved": "string | undefined",
|
|
9079
|
+
"references": {}
|
|
9080
|
+
},
|
|
9081
|
+
"mutable": false,
|
|
9082
|
+
"attr": "default-col-width",
|
|
9083
|
+
"reflectToAttr": false,
|
|
9084
|
+
"docs": "The default column width for grid items.\nThis is used when the grid type is set to \"fixed\".",
|
|
9085
|
+
"docsTags": [],
|
|
9086
|
+
"default": "\"64px\"",
|
|
9087
|
+
"values": [
|
|
9088
|
+
{
|
|
9089
|
+
"type": "string"
|
|
9090
|
+
},
|
|
9091
|
+
{
|
|
9092
|
+
"type": "undefined"
|
|
9093
|
+
}
|
|
9094
|
+
],
|
|
9095
|
+
"optional": true,
|
|
9096
|
+
"required": false,
|
|
9097
|
+
"getter": false,
|
|
9098
|
+
"setter": false
|
|
9099
|
+
},
|
|
9100
|
+
{
|
|
9101
|
+
"name": "defaultRowSpan",
|
|
9102
|
+
"type": "number | undefined",
|
|
9103
|
+
"complexType": {
|
|
9104
|
+
"original": "number",
|
|
9105
|
+
"resolved": "number | undefined",
|
|
9106
|
+
"references": {}
|
|
9107
|
+
},
|
|
9108
|
+
"mutable": false,
|
|
9109
|
+
"attr": "default-row-span",
|
|
9110
|
+
"reflectToAttr": false,
|
|
9111
|
+
"docs": "The default row span for grid items.",
|
|
9112
|
+
"docsTags": [],
|
|
9113
|
+
"default": "1",
|
|
9114
|
+
"values": [
|
|
9115
|
+
{
|
|
9116
|
+
"type": "number"
|
|
9117
|
+
},
|
|
9118
|
+
{
|
|
9119
|
+
"type": "undefined"
|
|
9120
|
+
}
|
|
9121
|
+
],
|
|
9122
|
+
"optional": true,
|
|
9123
|
+
"required": false,
|
|
9124
|
+
"getter": false,
|
|
9125
|
+
"setter": false
|
|
9126
|
+
},
|
|
9127
|
+
{
|
|
9128
|
+
"name": "fullHeight",
|
|
9129
|
+
"type": "boolean | undefined",
|
|
9130
|
+
"complexType": {
|
|
9131
|
+
"original": "boolean",
|
|
9132
|
+
"resolved": "boolean | undefined",
|
|
9133
|
+
"references": {}
|
|
9134
|
+
},
|
|
9135
|
+
"mutable": false,
|
|
9136
|
+
"attr": "full-height",
|
|
9137
|
+
"reflectToAttr": false,
|
|
9138
|
+
"docs": "If `true`, the standard vertical padding from the grid will be removed.",
|
|
9139
|
+
"docsTags": [],
|
|
9140
|
+
"default": "false",
|
|
9141
|
+
"values": [
|
|
9142
|
+
{
|
|
9143
|
+
"type": "boolean"
|
|
9144
|
+
},
|
|
9145
|
+
{
|
|
9146
|
+
"type": "undefined"
|
|
9147
|
+
}
|
|
9148
|
+
],
|
|
9149
|
+
"optional": true,
|
|
9150
|
+
"required": false,
|
|
9151
|
+
"getter": false,
|
|
9152
|
+
"setter": false
|
|
9153
|
+
},
|
|
9154
|
+
{
|
|
9155
|
+
"name": "gridSpacing",
|
|
9156
|
+
"type": "number | undefined",
|
|
9157
|
+
"complexType": {
|
|
9158
|
+
"original": "number",
|
|
9159
|
+
"resolved": "number | undefined",
|
|
9160
|
+
"references": {}
|
|
9161
|
+
},
|
|
9162
|
+
"mutable": false,
|
|
9163
|
+
"attr": "grid-spacing",
|
|
9164
|
+
"reflectToAttr": false,
|
|
9165
|
+
"docs": "The space between grid items, in multiples of the base spacing unit (`var(--ic-space-xs)`).",
|
|
9166
|
+
"docsTags": [],
|
|
9167
|
+
"default": "2",
|
|
9168
|
+
"values": [
|
|
9169
|
+
{
|
|
9170
|
+
"type": "number"
|
|
9171
|
+
},
|
|
9172
|
+
{
|
|
9173
|
+
"type": "undefined"
|
|
9174
|
+
}
|
|
9175
|
+
],
|
|
9176
|
+
"optional": true,
|
|
9177
|
+
"required": false,
|
|
9178
|
+
"getter": false,
|
|
9179
|
+
"setter": false
|
|
9180
|
+
},
|
|
9181
|
+
{
|
|
9182
|
+
"name": "rows",
|
|
9183
|
+
"type": "number | undefined",
|
|
9184
|
+
"complexType": {
|
|
9185
|
+
"original": "number",
|
|
9186
|
+
"resolved": "number | undefined",
|
|
9187
|
+
"references": {}
|
|
9188
|
+
},
|
|
9189
|
+
"mutable": false,
|
|
9190
|
+
"attr": "rows",
|
|
9191
|
+
"reflectToAttr": false,
|
|
9192
|
+
"docs": "The number of rows in the grid.",
|
|
9193
|
+
"docsTags": [],
|
|
9194
|
+
"default": "1",
|
|
9195
|
+
"values": [
|
|
9196
|
+
{
|
|
9197
|
+
"type": "number"
|
|
9198
|
+
},
|
|
9199
|
+
{
|
|
9200
|
+
"type": "undefined"
|
|
9201
|
+
}
|
|
9202
|
+
],
|
|
9203
|
+
"optional": true,
|
|
9204
|
+
"required": false,
|
|
9205
|
+
"getter": false,
|
|
9206
|
+
"setter": false
|
|
9207
|
+
},
|
|
9208
|
+
{
|
|
9209
|
+
"name": "type",
|
|
9210
|
+
"type": "\"fixed\" | \"fluid\"",
|
|
9211
|
+
"complexType": {
|
|
9212
|
+
"original": "IcGridType",
|
|
9213
|
+
"resolved": "\"fixed\" | \"fluid\"",
|
|
9214
|
+
"references": {
|
|
9215
|
+
"IcGridType": {
|
|
9216
|
+
"location": "import",
|
|
9217
|
+
"path": "./ic-layout-grid.types",
|
|
9218
|
+
"id": "src/components/ic-layout-grid/ic-layout-grid.types.ts::IcGridType"
|
|
9219
|
+
}
|
|
9220
|
+
}
|
|
9221
|
+
},
|
|
9222
|
+
"mutable": false,
|
|
9223
|
+
"attr": "type",
|
|
9224
|
+
"reflectToAttr": false,
|
|
9225
|
+
"docs": "The layout type of the grid.",
|
|
9226
|
+
"docsTags": [],
|
|
9227
|
+
"default": "\"fixed\"",
|
|
9228
|
+
"values": [
|
|
9229
|
+
{
|
|
9230
|
+
"value": "fixed",
|
|
9231
|
+
"type": "string"
|
|
9232
|
+
},
|
|
9233
|
+
{
|
|
9234
|
+
"value": "fluid",
|
|
9235
|
+
"type": "string"
|
|
9236
|
+
}
|
|
9237
|
+
],
|
|
9238
|
+
"optional": false,
|
|
9239
|
+
"required": false,
|
|
9240
|
+
"getter": false,
|
|
9241
|
+
"setter": false
|
|
9242
|
+
}
|
|
9243
|
+
],
|
|
9244
|
+
"methods": [],
|
|
9245
|
+
"events": [],
|
|
9246
|
+
"listeners": [],
|
|
9247
|
+
"styles": [],
|
|
9248
|
+
"slots": [],
|
|
9249
|
+
"parts": [],
|
|
9250
|
+
"dependents": [],
|
|
9251
|
+
"dependencies": [],
|
|
9252
|
+
"dependencyGraph": {}
|
|
9253
|
+
},
|
|
9254
|
+
{
|
|
9255
|
+
"filePath": "src/components/ic-layout-grid-item/ic-layout-grid-item.tsx",
|
|
9256
|
+
"encapsulation": "shadow",
|
|
9257
|
+
"tag": "ic-layout-grid-item",
|
|
9258
|
+
"readme": "# ic-layout-grid-item\n\n\n",
|
|
8672
9259
|
"docs": "",
|
|
8673
|
-
"docsTags": [
|
|
8674
|
-
{
|
|
8675
|
-
"name": "slot",
|
|
8676
|
-
"text": "validation-message-adornment - Content will be placed to the right of the validation message."
|
|
8677
|
-
}
|
|
8678
|
-
],
|
|
9260
|
+
"docsTags": [],
|
|
8679
9261
|
"usage": {},
|
|
8680
9262
|
"props": [
|
|
8681
9263
|
{
|
|
8682
|
-
"name": "
|
|
8683
|
-
"type": "
|
|
9264
|
+
"name": "colSpan",
|
|
9265
|
+
"type": "number | undefined",
|
|
8684
9266
|
"complexType": {
|
|
8685
|
-
"original": "
|
|
8686
|
-
"resolved": "
|
|
8687
|
-
"references": {
|
|
8688
|
-
"IcAriaLiveModeVariants": {
|
|
8689
|
-
"location": "import",
|
|
8690
|
-
"path": "./ic-input-validation.types",
|
|
8691
|
-
"id": "src/components/ic-input-validation/ic-input-validation.types.tsx::IcAriaLiveModeVariants"
|
|
8692
|
-
}
|
|
8693
|
-
}
|
|
9267
|
+
"original": "number",
|
|
9268
|
+
"resolved": "number | undefined",
|
|
9269
|
+
"references": {}
|
|
8694
9270
|
},
|
|
8695
9271
|
"mutable": false,
|
|
8696
|
-
"attr": "
|
|
9272
|
+
"attr": "col-span",
|
|
8697
9273
|
"reflectToAttr": false,
|
|
8698
|
-
"docs": "The
|
|
9274
|
+
"docs": "The number of columns the grid item should span.",
|
|
8699
9275
|
"docsTags": [],
|
|
8700
|
-
"default": "
|
|
9276
|
+
"default": "1",
|
|
8701
9277
|
"values": [
|
|
8702
9278
|
{
|
|
8703
|
-
"
|
|
8704
|
-
"type": "string"
|
|
8705
|
-
},
|
|
8706
|
-
{
|
|
8707
|
-
"value": "polite",
|
|
8708
|
-
"type": "string"
|
|
9279
|
+
"type": "number"
|
|
8709
9280
|
},
|
|
8710
9281
|
{
|
|
8711
9282
|
"type": "undefined"
|
|
@@ -8717,21 +9288,22 @@
|
|
|
8717
9288
|
"setter": false
|
|
8718
9289
|
},
|
|
8719
9290
|
{
|
|
8720
|
-
"name": "
|
|
8721
|
-
"type": "
|
|
9291
|
+
"name": "colStart",
|
|
9292
|
+
"type": "number | undefined",
|
|
8722
9293
|
"complexType": {
|
|
8723
|
-
"original": "
|
|
8724
|
-
"resolved": "
|
|
9294
|
+
"original": "number",
|
|
9295
|
+
"resolved": "number | undefined",
|
|
8725
9296
|
"references": {}
|
|
8726
9297
|
},
|
|
8727
9298
|
"mutable": false,
|
|
8728
|
-
"attr": "
|
|
9299
|
+
"attr": "col-start",
|
|
8729
9300
|
"reflectToAttr": false,
|
|
8730
|
-
"docs": "The
|
|
9301
|
+
"docs": "The column the grid item should start at.",
|
|
8731
9302
|
"docsTags": [],
|
|
9303
|
+
"default": "1",
|
|
8732
9304
|
"values": [
|
|
8733
9305
|
{
|
|
8734
|
-
"type": "
|
|
9306
|
+
"type": "number"
|
|
8735
9307
|
},
|
|
8736
9308
|
{
|
|
8737
9309
|
"type": "undefined"
|
|
@@ -8743,7 +9315,7 @@
|
|
|
8743
9315
|
"setter": false
|
|
8744
9316
|
},
|
|
8745
9317
|
{
|
|
8746
|
-
"name": "
|
|
9318
|
+
"name": "hideInMobileMode",
|
|
8747
9319
|
"type": "boolean | undefined",
|
|
8748
9320
|
"complexType": {
|
|
8749
9321
|
"original": "boolean",
|
|
@@ -8751,9 +9323,9 @@
|
|
|
8751
9323
|
"references": {}
|
|
8752
9324
|
},
|
|
8753
9325
|
"mutable": false,
|
|
8754
|
-
"attr": "
|
|
9326
|
+
"attr": "hide-in-mobile-mode",
|
|
8755
9327
|
"reflectToAttr": false,
|
|
8756
|
-
"docs": "If `true`, the
|
|
9328
|
+
"docs": "If `true`, the grid item will be hidden on smaller screens.",
|
|
8757
9329
|
"docsTags": [],
|
|
8758
9330
|
"default": "false",
|
|
8759
9331
|
"values": [
|
|
@@ -8770,63 +9342,49 @@
|
|
|
8770
9342
|
"setter": false
|
|
8771
9343
|
},
|
|
8772
9344
|
{
|
|
8773
|
-
"name": "
|
|
8774
|
-
"type": "
|
|
9345
|
+
"name": "rowSpan",
|
|
9346
|
+
"type": "number | undefined",
|
|
8775
9347
|
"complexType": {
|
|
8776
|
-
"original": "
|
|
8777
|
-
"resolved": "
|
|
9348
|
+
"original": "number",
|
|
9349
|
+
"resolved": "number | undefined",
|
|
8778
9350
|
"references": {}
|
|
8779
9351
|
},
|
|
8780
9352
|
"mutable": false,
|
|
8781
|
-
"attr": "
|
|
9353
|
+
"attr": "row-span",
|
|
8782
9354
|
"reflectToAttr": false,
|
|
8783
|
-
"docs": "The
|
|
9355
|
+
"docs": "The number of rows the grid item should span.",
|
|
8784
9356
|
"docsTags": [],
|
|
9357
|
+
"default": "1",
|
|
8785
9358
|
"values": [
|
|
8786
9359
|
{
|
|
8787
|
-
"type": "
|
|
9360
|
+
"type": "number"
|
|
9361
|
+
},
|
|
9362
|
+
{
|
|
9363
|
+
"type": "undefined"
|
|
8788
9364
|
}
|
|
8789
9365
|
],
|
|
8790
|
-
"optional":
|
|
8791
|
-
"required":
|
|
9366
|
+
"optional": true,
|
|
9367
|
+
"required": false,
|
|
8792
9368
|
"getter": false,
|
|
8793
9369
|
"setter": false
|
|
8794
9370
|
},
|
|
8795
9371
|
{
|
|
8796
|
-
"name": "
|
|
8797
|
-
"type": "
|
|
9372
|
+
"name": "rowStart",
|
|
9373
|
+
"type": "number | undefined",
|
|
8798
9374
|
"complexType": {
|
|
8799
|
-
"original": "
|
|
8800
|
-
"resolved": "
|
|
8801
|
-
"references": {
|
|
8802
|
-
"IcInformationStatusOrEmpty": {
|
|
8803
|
-
"location": "import",
|
|
8804
|
-
"path": "../../utils/types",
|
|
8805
|
-
"id": "src/utils/types.ts::IcInformationStatusOrEmpty"
|
|
8806
|
-
}
|
|
8807
|
-
}
|
|
9375
|
+
"original": "number",
|
|
9376
|
+
"resolved": "number | undefined",
|
|
9377
|
+
"references": {}
|
|
8808
9378
|
},
|
|
8809
9379
|
"mutable": false,
|
|
8810
|
-
"attr": "
|
|
9380
|
+
"attr": "row-start",
|
|
8811
9381
|
"reflectToAttr": false,
|
|
8812
|
-
"docs": "The
|
|
9382
|
+
"docs": "The row the grid item should start at.",
|
|
8813
9383
|
"docsTags": [],
|
|
8814
|
-
"default": "
|
|
9384
|
+
"default": "1",
|
|
8815
9385
|
"values": [
|
|
8816
9386
|
{
|
|
8817
|
-
"type": "
|
|
8818
|
-
},
|
|
8819
|
-
{
|
|
8820
|
-
"value": "error",
|
|
8821
|
-
"type": "string"
|
|
8822
|
-
},
|
|
8823
|
-
{
|
|
8824
|
-
"value": "success",
|
|
8825
|
-
"type": "string"
|
|
8826
|
-
},
|
|
8827
|
-
{
|
|
8828
|
-
"value": "warning",
|
|
8829
|
-
"type": "string"
|
|
9387
|
+
"type": "number"
|
|
8830
9388
|
},
|
|
8831
9389
|
{
|
|
8832
9390
|
"type": "undefined"
|
|
@@ -8842,39 +9400,11 @@
|
|
|
8842
9400
|
"events": [],
|
|
8843
9401
|
"listeners": [],
|
|
8844
9402
|
"styles": [],
|
|
8845
|
-
"slots": [
|
|
8846
|
-
{
|
|
8847
|
-
"name": "validation-message-adornment",
|
|
8848
|
-
"docs": "Content will be placed to the right of the validation message."
|
|
8849
|
-
}
|
|
8850
|
-
],
|
|
9403
|
+
"slots": [],
|
|
8851
9404
|
"parts": [],
|
|
8852
|
-
"dependents": [
|
|
8853
|
-
|
|
8854
|
-
|
|
8855
|
-
"ic-select",
|
|
8856
|
-
"ic-text-field"
|
|
8857
|
-
],
|
|
8858
|
-
"dependencies": [
|
|
8859
|
-
"ic-typography"
|
|
8860
|
-
],
|
|
8861
|
-
"dependencyGraph": {
|
|
8862
|
-
"ic-input-validation": [
|
|
8863
|
-
"ic-typography"
|
|
8864
|
-
],
|
|
8865
|
-
"ic-checkbox-group": [
|
|
8866
|
-
"ic-input-validation"
|
|
8867
|
-
],
|
|
8868
|
-
"ic-radio-group": [
|
|
8869
|
-
"ic-input-validation"
|
|
8870
|
-
],
|
|
8871
|
-
"ic-select": [
|
|
8872
|
-
"ic-input-validation"
|
|
8873
|
-
],
|
|
8874
|
-
"ic-text-field": [
|
|
8875
|
-
"ic-input-validation"
|
|
8876
|
-
]
|
|
8877
|
-
}
|
|
9405
|
+
"dependents": [],
|
|
9406
|
+
"dependencies": [],
|
|
9407
|
+
"dependencyGraph": {}
|
|
8878
9408
|
},
|
|
8879
9409
|
{
|
|
8880
9410
|
"filePath": "src/components/ic-link/ic-link.tsx",
|
|
@@ -12808,6 +13338,30 @@
|
|
|
12808
13338
|
"getter": false,
|
|
12809
13339
|
"setter": false
|
|
12810
13340
|
},
|
|
13341
|
+
{
|
|
13342
|
+
"name": "fixedPositioning",
|
|
13343
|
+
"type": "boolean",
|
|
13344
|
+
"complexType": {
|
|
13345
|
+
"original": "boolean",
|
|
13346
|
+
"resolved": "boolean",
|
|
13347
|
+
"references": {}
|
|
13348
|
+
},
|
|
13349
|
+
"mutable": false,
|
|
13350
|
+
"attr": "fixed-positioning",
|
|
13351
|
+
"reflectToAttr": false,
|
|
13352
|
+
"docs": "Setting to `true` can help in situations where tooltip content is clipped by a parent element.",
|
|
13353
|
+
"docsTags": [],
|
|
13354
|
+
"default": "false",
|
|
13355
|
+
"values": [
|
|
13356
|
+
{
|
|
13357
|
+
"type": "boolean"
|
|
13358
|
+
}
|
|
13359
|
+
],
|
|
13360
|
+
"optional": false,
|
|
13361
|
+
"required": false,
|
|
13362
|
+
"getter": false,
|
|
13363
|
+
"setter": false
|
|
13364
|
+
},
|
|
12811
13365
|
{
|
|
12812
13366
|
"name": "open",
|
|
12813
13367
|
"type": "boolean | undefined",
|
|
@@ -18358,7 +18912,30 @@
|
|
|
18358
18912
|
"setter": false
|
|
18359
18913
|
}
|
|
18360
18914
|
],
|
|
18361
|
-
"methods": [
|
|
18915
|
+
"methods": [
|
|
18916
|
+
{
|
|
18917
|
+
"name": "setFocus",
|
|
18918
|
+
"returns": {
|
|
18919
|
+
"type": "Promise<void>",
|
|
18920
|
+
"docs": ""
|
|
18921
|
+
},
|
|
18922
|
+
"complexType": {
|
|
18923
|
+
"signature": "() => Promise<void>",
|
|
18924
|
+
"parameters": [],
|
|
18925
|
+
"references": {
|
|
18926
|
+
"Promise": {
|
|
18927
|
+
"location": "global",
|
|
18928
|
+
"id": "global::Promise"
|
|
18929
|
+
}
|
|
18930
|
+
},
|
|
18931
|
+
"return": "Promise<void>"
|
|
18932
|
+
},
|
|
18933
|
+
"signature": "setFocus() => Promise<void>",
|
|
18934
|
+
"parameters": [],
|
|
18935
|
+
"docs": "Sets focus on the tab context.",
|
|
18936
|
+
"docsTags": []
|
|
18937
|
+
}
|
|
18938
|
+
],
|
|
18362
18939
|
"events": [
|
|
18363
18940
|
{
|
|
18364
18941
|
"event": "icTabSelect",
|
|
@@ -19405,6 +19982,49 @@
|
|
|
19405
19982
|
"getter": false,
|
|
19406
19983
|
"setter": false
|
|
19407
19984
|
},
|
|
19985
|
+
{
|
|
19986
|
+
"name": "validationAriaLive",
|
|
19987
|
+
"type": "\"assertive\" | \"default\" | \"off\" | \"polite\"",
|
|
19988
|
+
"complexType": {
|
|
19989
|
+
"original": "IcValidationAriaLive",
|
|
19990
|
+
"resolved": "\"assertive\" | \"default\" | \"off\" | \"polite\"",
|
|
19991
|
+
"references": {
|
|
19992
|
+
"IcValidationAriaLive": {
|
|
19993
|
+
"location": "import",
|
|
19994
|
+
"path": "../../utils/types",
|
|
19995
|
+
"id": "src/utils/types.ts::IcValidationAriaLive"
|
|
19996
|
+
}
|
|
19997
|
+
}
|
|
19998
|
+
},
|
|
19999
|
+
"mutable": false,
|
|
20000
|
+
"attr": "validation-aria-live",
|
|
20001
|
+
"reflectToAttr": false,
|
|
20002
|
+
"docs": "The value of the `aria-live` attribute on the validation message. When set to \"default\", the `aria-live` value will be handled automatically, e.g. \"assertive\" for `validation-status=\"error\"`.",
|
|
20003
|
+
"docsTags": [],
|
|
20004
|
+
"default": "\"default\"",
|
|
20005
|
+
"values": [
|
|
20006
|
+
{
|
|
20007
|
+
"value": "assertive",
|
|
20008
|
+
"type": "string"
|
|
20009
|
+
},
|
|
20010
|
+
{
|
|
20011
|
+
"value": "default",
|
|
20012
|
+
"type": "string"
|
|
20013
|
+
},
|
|
20014
|
+
{
|
|
20015
|
+
"value": "off",
|
|
20016
|
+
"type": "string"
|
|
20017
|
+
},
|
|
20018
|
+
{
|
|
20019
|
+
"value": "polite",
|
|
20020
|
+
"type": "string"
|
|
20021
|
+
}
|
|
20022
|
+
],
|
|
20023
|
+
"optional": false,
|
|
20024
|
+
"required": false,
|
|
20025
|
+
"getter": false,
|
|
20026
|
+
"setter": false
|
|
20027
|
+
},
|
|
19408
20028
|
{
|
|
19409
20029
|
"name": "validationInline",
|
|
19410
20030
|
"type": "boolean",
|
|
@@ -20020,10 +20640,10 @@
|
|
|
20020
20640
|
},
|
|
20021
20641
|
{
|
|
20022
20642
|
"name": "variant",
|
|
20023
|
-
"type": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\" | undefined",
|
|
20643
|
+
"type": "\"ai\" | \"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\" | undefined",
|
|
20024
20644
|
"complexType": {
|
|
20025
20645
|
"original": "IcStatusVariants",
|
|
20026
|
-
"resolved": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\" | undefined",
|
|
20646
|
+
"resolved": "\"ai\" | \"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\" | undefined",
|
|
20027
20647
|
"references": {
|
|
20028
20648
|
"IcStatusVariants": {
|
|
20029
20649
|
"location": "import",
|
|
@@ -20038,6 +20658,10 @@
|
|
|
20038
20658
|
"docs": "The variant of the toast being rendered",
|
|
20039
20659
|
"docsTags": [],
|
|
20040
20660
|
"values": [
|
|
20661
|
+
{
|
|
20662
|
+
"value": "ai",
|
|
20663
|
+
"type": "string"
|
|
20664
|
+
},
|
|
20041
20665
|
{
|
|
20042
20666
|
"value": "error",
|
|
20043
20667
|
"type": "string"
|
|
@@ -21183,6 +21807,30 @@
|
|
|
21183
21807
|
"getter": false,
|
|
21184
21808
|
"setter": false
|
|
21185
21809
|
},
|
|
21810
|
+
{
|
|
21811
|
+
"name": "fixedPositioning",
|
|
21812
|
+
"type": "boolean",
|
|
21813
|
+
"complexType": {
|
|
21814
|
+
"original": "boolean",
|
|
21815
|
+
"resolved": "boolean",
|
|
21816
|
+
"references": {}
|
|
21817
|
+
},
|
|
21818
|
+
"mutable": false,
|
|
21819
|
+
"attr": "fixed-positioning",
|
|
21820
|
+
"reflectToAttr": false,
|
|
21821
|
+
"docs": "Setting to `true` can help in situations where tooltip content is clipped by a parent element.",
|
|
21822
|
+
"docsTags": [],
|
|
21823
|
+
"default": "false",
|
|
21824
|
+
"values": [
|
|
21825
|
+
{
|
|
21826
|
+
"type": "boolean"
|
|
21827
|
+
}
|
|
21828
|
+
],
|
|
21829
|
+
"optional": false,
|
|
21830
|
+
"required": false,
|
|
21831
|
+
"getter": false,
|
|
21832
|
+
"setter": false
|
|
21833
|
+
},
|
|
21186
21834
|
{
|
|
21187
21835
|
"name": "label",
|
|
21188
21836
|
"type": "string",
|
|
@@ -22392,7 +23040,7 @@
|
|
|
22392
23040
|
"path": "src/utils/types.ts"
|
|
22393
23041
|
},
|
|
22394
23042
|
"src/utils/types.ts::IcStatusVariants": {
|
|
22395
|
-
"declaration": "export type IcStatusVariants =\n | \"neutral\"\n | \"info\"\n | \"warning\"\n | \"error\"\n | \"success\";",
|
|
23043
|
+
"declaration": "export type IcStatusVariants =\n | \"neutral\"\n | \"info\"\n | \"warning\"\n | \"error\"\n | \"success\"\n | \"ai\";",
|
|
22396
23044
|
"docstring": "",
|
|
22397
23045
|
"path": "src/utils/types.ts"
|
|
22398
23046
|
},
|
|
@@ -22486,6 +23134,11 @@
|
|
|
22486
23134
|
"docstring": "",
|
|
22487
23135
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
22488
23136
|
},
|
|
23137
|
+
"src/utils/types.ts::IcValidationAriaLive": {
|
|
23138
|
+
"declaration": "export type IcValidationAriaLive = \"default\" | \"polite\" | \"assertive\" | \"off\";",
|
|
23139
|
+
"docstring": "",
|
|
23140
|
+
"path": "src/utils/types.ts"
|
|
23141
|
+
},
|
|
22489
23142
|
"src/utils/types.ts::IcAutocompleteTypes": {
|
|
22490
23143
|
"declaration": "export type IcAutocompleteTypes =\n | \"on\"\n | \"off\"\n | \"name\"\n | \"honorific-prefix\"\n | \"given-name\"\n | \"additional-name\"\n | \"family-name\"\n | \"honorific-suffix\"\n | \"nickname\"\n | \"email\"\n | \"username\"\n | \"new-password\"\n | \"current-password\"\n | \"one-time-code\"\n | \"organization-title\"\n | \"organization\"\n | \"street-address\"\n | \"address-line1\"\n | \"address-line2\"\n | \"address-line3\"\n | \"address-level4\"\n | \"address-level3\"\n | \"address-level2\"\n | \"address-level1\"\n | \"country\"\n | \"country-name\"\n | \"postal-code\"\n | \"cc-name\"\n | \"cc-given-name\"\n | \"cc-additional-name\"\n | \"cc-family-name\"\n | \"cc-family-name\"\n | \"cc-number\"\n | \"cc-exp\"\n | \"cc-exp-month\"\n | \"cc-exp-year\"\n | \"cc-csc\"\n | \"cc-type\"\n | \"transaction-currency\"\n | \"transaction-amount\"\n | \"language\"\n | \"bday\"\n | \"bday-day\"\n | \"bday-month\"\n | \"bday-year\"\n | \"sex\"\n | \"tel\"\n | \"tel-country-code\"\n | \"tel-national\"\n | \"tel-area-code\"\n | \"tel-local\"\n | \"tel-extension\"\n | \"impp\"\n | \"url\"\n | \"photo\";",
|
|
22491
23144
|
"docstring": "",
|
|
@@ -22597,10 +23250,20 @@
|
|
|
22597
23250
|
"path": "src/components/ic-hero/ic-hero.types.tsx"
|
|
22598
23251
|
},
|
|
22599
23252
|
"src/components/ic-input-validation/ic-input-validation.types.tsx::IcAriaLiveModeVariants": {
|
|
22600
|
-
"declaration": "export type IcAriaLiveModeVariants = \"polite\" | \"assertive\";",
|
|
23253
|
+
"declaration": "export type IcAriaLiveModeVariants = \"polite\" | \"assertive\" | \"off\";",
|
|
22601
23254
|
"docstring": "",
|
|
22602
23255
|
"path": "src/components/ic-input-validation/ic-input-validation.types.tsx"
|
|
22603
23256
|
},
|
|
23257
|
+
"src/components/ic-layout-grid/ic-layout-grid.types.ts::IcGridBreakpoints": {
|
|
23258
|
+
"declaration": "export type IcGridBreakpoints =\n | number\n | {\n xs?: number;\n sm?: number;\n md?: number;\n lg?: number;\n xl?: number;\n };",
|
|
23259
|
+
"docstring": "",
|
|
23260
|
+
"path": "src/components/ic-layout-grid/ic-layout-grid.types.ts"
|
|
23261
|
+
},
|
|
23262
|
+
"src/components/ic-layout-grid/ic-layout-grid.types.ts::IcGridType": {
|
|
23263
|
+
"declaration": "export type IcGridType = \"fluid\" | \"fixed\";",
|
|
23264
|
+
"docstring": "",
|
|
23265
|
+
"path": "src/components/ic-layout-grid/ic-layout-grid.types.ts"
|
|
23266
|
+
},
|
|
22604
23267
|
"src/components/ic-loading-indicator/ic-loading-indicator.types.tsx::IcLoadingSizes": {
|
|
22605
23268
|
"declaration": "export type IcLoadingSizes = \"medium\" | \"small\" | \"large\" | \"icon\";",
|
|
22606
23269
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.4.1",
|
|
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": "3614c603996bdfb39b4be9114ec272a4ee138c23"
|
|
23
23
|
}
|