@ukic/docs 3.4.8 → 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 +45 -0
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -5155,6 +5155,30 @@
|
|
|
5155
5155
|
"getter": false,
|
|
5156
5156
|
"setter": false
|
|
5157
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
|
+
},
|
|
5158
5182
|
{
|
|
5159
5183
|
"name": "label",
|
|
5160
5184
|
"type": "string",
|
|
@@ -8852,6 +8876,10 @@
|
|
|
8852
8876
|
{
|
|
8853
8877
|
"name": "slot",
|
|
8854
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."
|
|
8855
8883
|
}
|
|
8856
8884
|
],
|
|
8857
8885
|
"usage": {},
|
|
@@ -9028,6 +9056,10 @@
|
|
|
9028
9056
|
"listeners": [],
|
|
9029
9057
|
"styles": [],
|
|
9030
9058
|
"slots": [
|
|
9059
|
+
{
|
|
9060
|
+
"name": "validation-message",
|
|
9061
|
+
"docs": "Content will be placed as the validation message."
|
|
9062
|
+
},
|
|
9031
9063
|
{
|
|
9032
9064
|
"name": "validation-message-adornment",
|
|
9033
9065
|
"docs": "Content will be placed to the right of the validation message."
|
|
@@ -13196,6 +13228,11 @@
|
|
|
13196
13228
|
}
|
|
13197
13229
|
],
|
|
13198
13230
|
"listeners": [
|
|
13231
|
+
{
|
|
13232
|
+
"event": "icPageChange",
|
|
13233
|
+
"capture": false,
|
|
13234
|
+
"passive": false
|
|
13235
|
+
},
|
|
13199
13236
|
{
|
|
13200
13237
|
"event": "paginationItemClick",
|
|
13201
13238
|
"capture": false,
|
|
@@ -19475,6 +19512,10 @@
|
|
|
19475
19512
|
"name": "slot",
|
|
19476
19513
|
"text": "helper-text - Content is set as the helper text for the text field."
|
|
19477
19514
|
},
|
|
19515
|
+
{
|
|
19516
|
+
"name": "slot",
|
|
19517
|
+
"text": "validation-text - Content is set as validation text for the text field."
|
|
19518
|
+
},
|
|
19478
19519
|
{
|
|
19479
19520
|
"name": "slot",
|
|
19480
19521
|
"text": "icon - Content will be placed to the left of the text input."
|
|
@@ -20670,6 +20711,10 @@
|
|
|
20670
20711
|
{
|
|
20671
20712
|
"name": "icon",
|
|
20672
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."
|
|
20673
20718
|
}
|
|
20674
20719
|
],
|
|
20675
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
|
}
|