@ukic/docs 3.4.8 → 3.4.10
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 +53 -0
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -274,6 +274,10 @@
|
|
|
274
274
|
{
|
|
275
275
|
"name": "slot",
|
|
276
276
|
"text": "label - Content is placed as the accordion group title."
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "slot",
|
|
280
|
+
"text": "accessibleButtonLabel - Content is placed as the accessible label for the 'See all/Hide all' button for screen reader users. If this slot is not used, the `accessibleButtonLabel` prop will be used as the accessible label instead."
|
|
277
281
|
}
|
|
278
282
|
],
|
|
279
283
|
"usage": {},
|
|
@@ -505,6 +509,10 @@
|
|
|
505
509
|
],
|
|
506
510
|
"styles": [],
|
|
507
511
|
"slots": [
|
|
512
|
+
{
|
|
513
|
+
"name": "accessibleButtonLabel",
|
|
514
|
+
"docs": "Content is placed as the accessible label for the 'See all/Hide all' button for screen reader users. If this slot is not used, the `accessibleButtonLabel` prop will be used as the accessible label instead."
|
|
515
|
+
},
|
|
508
516
|
{
|
|
509
517
|
"name": "label",
|
|
510
518
|
"docs": "Content is placed as the accordion group title."
|
|
@@ -5155,6 +5163,30 @@
|
|
|
5155
5163
|
"getter": false,
|
|
5156
5164
|
"setter": false
|
|
5157
5165
|
},
|
|
5166
|
+
{
|
|
5167
|
+
"name": "fullWidth",
|
|
5168
|
+
"type": "boolean",
|
|
5169
|
+
"complexType": {
|
|
5170
|
+
"original": "boolean",
|
|
5171
|
+
"resolved": "boolean",
|
|
5172
|
+
"references": {}
|
|
5173
|
+
},
|
|
5174
|
+
"mutable": false,
|
|
5175
|
+
"attr": "full-width",
|
|
5176
|
+
"reflectToAttr": false,
|
|
5177
|
+
"docs": "Specify whether the chip fills the full width of the container.\nIf `true`, this overrides the --input-width CSS variable.",
|
|
5178
|
+
"docsTags": [],
|
|
5179
|
+
"default": "false",
|
|
5180
|
+
"values": [
|
|
5181
|
+
{
|
|
5182
|
+
"type": "boolean"
|
|
5183
|
+
}
|
|
5184
|
+
],
|
|
5185
|
+
"optional": false,
|
|
5186
|
+
"required": false,
|
|
5187
|
+
"getter": false,
|
|
5188
|
+
"setter": false
|
|
5189
|
+
},
|
|
5158
5190
|
{
|
|
5159
5191
|
"name": "label",
|
|
5160
5192
|
"type": "string",
|
|
@@ -8852,6 +8884,10 @@
|
|
|
8852
8884
|
{
|
|
8853
8885
|
"name": "slot",
|
|
8854
8886
|
"text": "validation-message-adornment - Content will be placed to the right of the validation message."
|
|
8887
|
+
},
|
|
8888
|
+
{
|
|
8889
|
+
"name": "slot",
|
|
8890
|
+
"text": "validation-message - Content will be placed as the validation message."
|
|
8855
8891
|
}
|
|
8856
8892
|
],
|
|
8857
8893
|
"usage": {},
|
|
@@ -9028,6 +9064,10 @@
|
|
|
9028
9064
|
"listeners": [],
|
|
9029
9065
|
"styles": [],
|
|
9030
9066
|
"slots": [
|
|
9067
|
+
{
|
|
9068
|
+
"name": "validation-message",
|
|
9069
|
+
"docs": "Content will be placed as the validation message."
|
|
9070
|
+
},
|
|
9031
9071
|
{
|
|
9032
9072
|
"name": "validation-message-adornment",
|
|
9033
9073
|
"docs": "Content will be placed to the right of the validation message."
|
|
@@ -13196,6 +13236,11 @@
|
|
|
13196
13236
|
}
|
|
13197
13237
|
],
|
|
13198
13238
|
"listeners": [
|
|
13239
|
+
{
|
|
13240
|
+
"event": "icPageChange",
|
|
13241
|
+
"capture": false,
|
|
13242
|
+
"passive": false
|
|
13243
|
+
},
|
|
13199
13244
|
{
|
|
13200
13245
|
"event": "paginationItemClick",
|
|
13201
13246
|
"capture": false,
|
|
@@ -19475,6 +19520,10 @@
|
|
|
19475
19520
|
"name": "slot",
|
|
19476
19521
|
"text": "helper-text - Content is set as the helper text for the text field."
|
|
19477
19522
|
},
|
|
19523
|
+
{
|
|
19524
|
+
"name": "slot",
|
|
19525
|
+
"text": "validation-text - Content is set as validation text for the text field."
|
|
19526
|
+
},
|
|
19478
19527
|
{
|
|
19479
19528
|
"name": "slot",
|
|
19480
19529
|
"text": "icon - Content will be placed to the left of the text input."
|
|
@@ -20670,6 +20719,10 @@
|
|
|
20670
20719
|
{
|
|
20671
20720
|
"name": "icon",
|
|
20672
20721
|
"docs": "Content will be placed to the left of the text input."
|
|
20722
|
+
},
|
|
20723
|
+
{
|
|
20724
|
+
"name": "validation-text",
|
|
20725
|
+
"docs": "Content is set as validation text for the text field."
|
|
20673
20726
|
}
|
|
20674
20727
|
],
|
|
20675
20728
|
"parts": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/docs",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.10",
|
|
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": "b6107a66306f8f311475bac5418929507fcef344"
|
|
23
23
|
}
|