@ukic/docs 3.4.7 → 3.4.9
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 +144 -7
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1244,6 +1244,33 @@
|
|
|
1244
1244
|
"getter": false,
|
|
1245
1245
|
"setter": false
|
|
1246
1246
|
},
|
|
1247
|
+
{
|
|
1248
|
+
"name": "dismissLabel",
|
|
1249
|
+
"type": "string | undefined",
|
|
1250
|
+
"complexType": {
|
|
1251
|
+
"original": "string | undefined",
|
|
1252
|
+
"resolved": "string | undefined",
|
|
1253
|
+
"references": {}
|
|
1254
|
+
},
|
|
1255
|
+
"mutable": false,
|
|
1256
|
+
"attr": "dismiss-label",
|
|
1257
|
+
"reflectToAttr": false,
|
|
1258
|
+
"docs": "The text in the dismiss button tooltip. Makes the user aware of the action resulting from clicking the 'Dismiss' button.",
|
|
1259
|
+
"docsTags": [],
|
|
1260
|
+
"default": "\"Dismiss\"",
|
|
1261
|
+
"values": [
|
|
1262
|
+
{
|
|
1263
|
+
"type": "string"
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"type": "undefined"
|
|
1267
|
+
}
|
|
1268
|
+
],
|
|
1269
|
+
"optional": true,
|
|
1270
|
+
"required": false,
|
|
1271
|
+
"getter": false,
|
|
1272
|
+
"setter": false
|
|
1273
|
+
},
|
|
1247
1274
|
{
|
|
1248
1275
|
"name": "dismissible",
|
|
1249
1276
|
"type": "boolean",
|
|
@@ -5128,6 +5155,30 @@
|
|
|
5128
5155
|
"getter": false,
|
|
5129
5156
|
"setter": false
|
|
5130
5157
|
},
|
|
5158
|
+
{
|
|
5159
|
+
"name": "fullWidth",
|
|
5160
|
+
"type": "boolean",
|
|
5161
|
+
"complexType": {
|
|
5162
|
+
"original": "boolean",
|
|
5163
|
+
"resolved": "boolean",
|
|
5164
|
+
"references": {}
|
|
5165
|
+
},
|
|
5166
|
+
"mutable": false,
|
|
5167
|
+
"attr": "full-width",
|
|
5168
|
+
"reflectToAttr": false,
|
|
5169
|
+
"docs": "Specify whether the chip fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
|
|
5170
|
+
"docsTags": [],
|
|
5171
|
+
"default": "false",
|
|
5172
|
+
"values": [
|
|
5173
|
+
{
|
|
5174
|
+
"type": "boolean"
|
|
5175
|
+
}
|
|
5176
|
+
],
|
|
5177
|
+
"optional": false,
|
|
5178
|
+
"required": false,
|
|
5179
|
+
"getter": false,
|
|
5180
|
+
"setter": false
|
|
5181
|
+
},
|
|
5131
5182
|
{
|
|
5132
5183
|
"name": "label",
|
|
5133
5184
|
"type": "string",
|
|
@@ -8825,6 +8876,10 @@
|
|
|
8825
8876
|
{
|
|
8826
8877
|
"name": "slot",
|
|
8827
8878
|
"text": "validation-message-adornment - Content will be placed to the right of the validation message."
|
|
8879
|
+
},
|
|
8880
|
+
{
|
|
8881
|
+
"name": "slot",
|
|
8882
|
+
"text": "validation-message - Content will be placed as the validation message."
|
|
8828
8883
|
}
|
|
8829
8884
|
],
|
|
8830
8885
|
"usage": {},
|
|
@@ -8926,10 +8981,10 @@
|
|
|
8926
8981
|
},
|
|
8927
8982
|
{
|
|
8928
8983
|
"name": "message",
|
|
8929
|
-
"type": "string",
|
|
8984
|
+
"type": "string | undefined",
|
|
8930
8985
|
"complexType": {
|
|
8931
8986
|
"original": "string",
|
|
8932
|
-
"resolved": "string",
|
|
8987
|
+
"resolved": "string | undefined",
|
|
8933
8988
|
"references": {}
|
|
8934
8989
|
},
|
|
8935
8990
|
"mutable": false,
|
|
@@ -8940,10 +8995,13 @@
|
|
|
8940
8995
|
"values": [
|
|
8941
8996
|
{
|
|
8942
8997
|
"type": "string"
|
|
8998
|
+
},
|
|
8999
|
+
{
|
|
9000
|
+
"type": "undefined"
|
|
8943
9001
|
}
|
|
8944
9002
|
],
|
|
8945
|
-
"optional":
|
|
8946
|
-
"required":
|
|
9003
|
+
"optional": true,
|
|
9004
|
+
"required": false,
|
|
8947
9005
|
"getter": false,
|
|
8948
9006
|
"setter": false
|
|
8949
9007
|
},
|
|
@@ -8998,6 +9056,10 @@
|
|
|
8998
9056
|
"listeners": [],
|
|
8999
9057
|
"styles": [],
|
|
9000
9058
|
"slots": [
|
|
9059
|
+
{
|
|
9060
|
+
"name": "validation-message",
|
|
9061
|
+
"docs": "Content will be placed as the validation message."
|
|
9062
|
+
},
|
|
9001
9063
|
{
|
|
9002
9064
|
"name": "validation-message-adornment",
|
|
9003
9065
|
"docs": "Content will be placed to the right of the validation message."
|
|
@@ -10166,7 +10228,7 @@
|
|
|
10166
10228
|
"mutable": false,
|
|
10167
10229
|
"attr": "type",
|
|
10168
10230
|
"reflectToAttr": true,
|
|
10169
|
-
"docs": "The type of indicator, either linear or circular.",
|
|
10231
|
+
"docs": "The type of indicator, either linear or circular. When size is set to 'icon' the type will be set to circular.",
|
|
10170
10232
|
"docsTags": [],
|
|
10171
10233
|
"default": "\"circular\"",
|
|
10172
10234
|
"values": [
|
|
@@ -13166,6 +13228,11 @@
|
|
|
13166
13228
|
}
|
|
13167
13229
|
],
|
|
13168
13230
|
"listeners": [
|
|
13231
|
+
{
|
|
13232
|
+
"event": "icPageChange",
|
|
13233
|
+
"capture": false,
|
|
13234
|
+
"passive": false
|
|
13235
|
+
},
|
|
13169
13236
|
{
|
|
13170
13237
|
"event": "paginationItemClick",
|
|
13171
13238
|
"capture": false,
|
|
@@ -17521,6 +17588,32 @@
|
|
|
17521
17588
|
"docsTags": [],
|
|
17522
17589
|
"usage": {},
|
|
17523
17590
|
"props": [
|
|
17591
|
+
{
|
|
17592
|
+
"name": "height",
|
|
17593
|
+
"type": "string | undefined",
|
|
17594
|
+
"complexType": {
|
|
17595
|
+
"original": "string",
|
|
17596
|
+
"resolved": "string | undefined",
|
|
17597
|
+
"references": {}
|
|
17598
|
+
},
|
|
17599
|
+
"mutable": false,
|
|
17600
|
+
"attr": "height",
|
|
17601
|
+
"reflectToAttr": false,
|
|
17602
|
+
"docs": "Height of the skeleton. Accepts any valid CSS length (e.g. \"24px\", \"2rem\", \"100%\").",
|
|
17603
|
+
"docsTags": [],
|
|
17604
|
+
"values": [
|
|
17605
|
+
{
|
|
17606
|
+
"type": "string"
|
|
17607
|
+
},
|
|
17608
|
+
{
|
|
17609
|
+
"type": "undefined"
|
|
17610
|
+
}
|
|
17611
|
+
],
|
|
17612
|
+
"optional": true,
|
|
17613
|
+
"required": false,
|
|
17614
|
+
"getter": false,
|
|
17615
|
+
"setter": false
|
|
17616
|
+
},
|
|
17524
17617
|
{
|
|
17525
17618
|
"name": "theme",
|
|
17526
17619
|
"type": "\"dark\" | \"inherit\" | \"light\" | undefined",
|
|
@@ -17604,6 +17697,32 @@
|
|
|
17604
17697
|
"required": false,
|
|
17605
17698
|
"getter": false,
|
|
17606
17699
|
"setter": false
|
|
17700
|
+
},
|
|
17701
|
+
{
|
|
17702
|
+
"name": "width",
|
|
17703
|
+
"type": "string | undefined",
|
|
17704
|
+
"complexType": {
|
|
17705
|
+
"original": "string",
|
|
17706
|
+
"resolved": "string | undefined",
|
|
17707
|
+
"references": {}
|
|
17708
|
+
},
|
|
17709
|
+
"mutable": false,
|
|
17710
|
+
"attr": "width",
|
|
17711
|
+
"reflectToAttr": false,
|
|
17712
|
+
"docs": "Width of the skeleton. Accepts any valid CSS length (e.g. \"24px\", \"2rem\", \"100%\").",
|
|
17713
|
+
"docsTags": [],
|
|
17714
|
+
"values": [
|
|
17715
|
+
{
|
|
17716
|
+
"type": "string"
|
|
17717
|
+
},
|
|
17718
|
+
{
|
|
17719
|
+
"type": "undefined"
|
|
17720
|
+
}
|
|
17721
|
+
],
|
|
17722
|
+
"optional": true,
|
|
17723
|
+
"required": false,
|
|
17724
|
+
"getter": false,
|
|
17725
|
+
"setter": false
|
|
17607
17726
|
}
|
|
17608
17727
|
],
|
|
17609
17728
|
"methods": [],
|
|
@@ -18124,7 +18243,12 @@
|
|
|
18124
18243
|
"tag": "ic-step",
|
|
18125
18244
|
"readme": "# ic-step\n\n\n",
|
|
18126
18245
|
"docs": "",
|
|
18127
|
-
"docsTags": [
|
|
18246
|
+
"docsTags": [
|
|
18247
|
+
{
|
|
18248
|
+
"name": "slot",
|
|
18249
|
+
"text": "heading - Content will be rendered in place of the heading prop."
|
|
18250
|
+
}
|
|
18251
|
+
],
|
|
18128
18252
|
"usage": {},
|
|
18129
18253
|
"props": [
|
|
18130
18254
|
{
|
|
@@ -18296,7 +18420,12 @@
|
|
|
18296
18420
|
"events": [],
|
|
18297
18421
|
"listeners": [],
|
|
18298
18422
|
"styles": [],
|
|
18299
|
-
"slots": [
|
|
18423
|
+
"slots": [
|
|
18424
|
+
{
|
|
18425
|
+
"name": "heading",
|
|
18426
|
+
"docs": "Content will be rendered in place of the heading prop."
|
|
18427
|
+
}
|
|
18428
|
+
],
|
|
18300
18429
|
"parts": [],
|
|
18301
18430
|
"dependents": [],
|
|
18302
18431
|
"dependencies": [
|
|
@@ -19383,6 +19512,10 @@
|
|
|
19383
19512
|
"name": "slot",
|
|
19384
19513
|
"text": "helper-text - Content is set as the helper text for the text field."
|
|
19385
19514
|
},
|
|
19515
|
+
{
|
|
19516
|
+
"name": "slot",
|
|
19517
|
+
"text": "validation-text - Content is set as validation text for the text field."
|
|
19518
|
+
},
|
|
19386
19519
|
{
|
|
19387
19520
|
"name": "slot",
|
|
19388
19521
|
"text": "icon - Content will be placed to the left of the text input."
|
|
@@ -20578,6 +20711,10 @@
|
|
|
20578
20711
|
{
|
|
20579
20712
|
"name": "icon",
|
|
20580
20713
|
"docs": "Content will be placed to the left of the text input."
|
|
20714
|
+
},
|
|
20715
|
+
{
|
|
20716
|
+
"name": "validation-text",
|
|
20717
|
+
"docs": "Content is set as validation text for the text field."
|
|
20581
20718
|
}
|
|
20582
20719
|
],
|
|
20583
20720
|
"parts": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/docs",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.9",
|
|
4
4
|
"description": "API documentation for @ukic components",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/mi6/ic-ui-kit",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"docs.d.ts"
|
|
20
20
|
],
|
|
21
21
|
"packageManager": "^npm@10.9.2",
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "9fa741ec116ad9c938c159034f362f324dcabb91"
|
|
23
23
|
}
|