@umbraco-ui/uui 1.14.0-rc.4 → 1.14.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/custom-elements.json +32 -2
- package/dist/uui.min.js +69 -69
- package/dist/uui.min.js.map +1 -1
- package/package.json +85 -85
- package/vscode-html-custom-data.json +16 -3
package/custom-elements.json
CHANGED
|
@@ -3130,7 +3130,7 @@
|
|
|
3130
3130
|
"default": "\"false\""
|
|
3131
3131
|
},
|
|
3132
3132
|
{
|
|
3133
|
-
"name": "
|
|
3133
|
+
"name": "close-label",
|
|
3134
3134
|
"description": "Specifies the button label for the close button in mobile mode",
|
|
3135
3135
|
"type": "string",
|
|
3136
3136
|
"default": "\"\\\"Close\\\"\""
|
|
@@ -3141,12 +3141,24 @@
|
|
|
3141
3141
|
"type": "boolean",
|
|
3142
3142
|
"default": "\"false\""
|
|
3143
3143
|
},
|
|
3144
|
+
{
|
|
3145
|
+
"name": "hide-expand-symbol",
|
|
3146
|
+
"description": "Removes the expand symbol.",
|
|
3147
|
+
"type": "boolean",
|
|
3148
|
+
"default": "\"false\""
|
|
3149
|
+
},
|
|
3144
3150
|
{
|
|
3145
3151
|
"name": "readonly",
|
|
3146
3152
|
"description": "Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.",
|
|
3147
3153
|
"type": "boolean",
|
|
3148
3154
|
"default": "\"false\""
|
|
3149
3155
|
},
|
|
3156
|
+
{
|
|
3157
|
+
"name": "placeholder",
|
|
3158
|
+
"description": "Defines the input placeholder.",
|
|
3159
|
+
"type": "string",
|
|
3160
|
+
"default": "\"''\""
|
|
3161
|
+
},
|
|
3150
3162
|
{
|
|
3151
3163
|
"name": "name",
|
|
3152
3164
|
"description": "This is a name property of the component.",
|
|
@@ -3207,7 +3219,7 @@
|
|
|
3207
3219
|
},
|
|
3208
3220
|
{
|
|
3209
3221
|
"name": "closeLabel",
|
|
3210
|
-
"attribute": "
|
|
3222
|
+
"attribute": "close-label",
|
|
3211
3223
|
"description": "Specifies the button label for the close button in mobile mode",
|
|
3212
3224
|
"type": "string",
|
|
3213
3225
|
"default": "\"\\\"Close\\\"\""
|
|
@@ -3219,6 +3231,13 @@
|
|
|
3219
3231
|
"type": "boolean",
|
|
3220
3232
|
"default": "\"false\""
|
|
3221
3233
|
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "hideExpandSymbol",
|
|
3236
|
+
"attribute": "hide-expand-symbol",
|
|
3237
|
+
"description": "Removes the expand symbol.",
|
|
3238
|
+
"type": "boolean",
|
|
3239
|
+
"default": "\"false\""
|
|
3240
|
+
},
|
|
3222
3241
|
{
|
|
3223
3242
|
"name": "readonly",
|
|
3224
3243
|
"attribute": "readonly",
|
|
@@ -3226,6 +3245,13 @@
|
|
|
3226
3245
|
"type": "boolean",
|
|
3227
3246
|
"default": "\"false\""
|
|
3228
3247
|
},
|
|
3248
|
+
{
|
|
3249
|
+
"name": "placeholder",
|
|
3250
|
+
"attribute": "placeholder",
|
|
3251
|
+
"description": "Defines the input placeholder.",
|
|
3252
|
+
"type": "string",
|
|
3253
|
+
"default": "\"''\""
|
|
3254
|
+
},
|
|
3229
3255
|
{
|
|
3230
3256
|
"name": "styles",
|
|
3231
3257
|
"type": "CSSResult[]",
|
|
@@ -5874,6 +5900,10 @@
|
|
|
5874
5900
|
}
|
|
5875
5901
|
]
|
|
5876
5902
|
},
|
|
5903
|
+
{
|
|
5904
|
+
"name": "uui-popover-container",
|
|
5905
|
+
"path": "./../uui-popover-container/lib/uui-popover-container-shadowdomtester.element.ts"
|
|
5906
|
+
},
|
|
5877
5907
|
{
|
|
5878
5908
|
"name": "uui-popover-container",
|
|
5879
5909
|
"path": "./../uui-popover-container/lib/uui-popover-container.element.ts",
|