@umbraco-ui/uui-input-lock 1.10.0 → 1.12.0
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 +13 -13
- package/lib/index.js +1 -1
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -117,12 +117,6 @@
|
|
|
117
117
|
"type": "string",
|
|
118
118
|
"default": "\"''\""
|
|
119
119
|
},
|
|
120
|
-
{
|
|
121
|
-
"name": "pristine",
|
|
122
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
123
|
-
"type": "boolean",
|
|
124
|
-
"default": "\"true\""
|
|
125
|
-
},
|
|
126
120
|
{
|
|
127
121
|
"name": "required",
|
|
128
122
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -147,6 +141,12 @@
|
|
|
147
141
|
"type": "string",
|
|
148
142
|
"default": "\"This field is invalid\""
|
|
149
143
|
},
|
|
144
|
+
{
|
|
145
|
+
"name": "pristine",
|
|
146
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
147
|
+
"type": "boolean",
|
|
148
|
+
"default": "\"true\""
|
|
149
|
+
},
|
|
150
150
|
{
|
|
151
151
|
"name": "label",
|
|
152
152
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -296,13 +296,6 @@
|
|
|
296
296
|
"type": "string",
|
|
297
297
|
"default": "\"''\""
|
|
298
298
|
},
|
|
299
|
-
{
|
|
300
|
-
"name": "pristine",
|
|
301
|
-
"attribute": "pristine",
|
|
302
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
303
|
-
"type": "boolean",
|
|
304
|
-
"default": "\"true\""
|
|
305
|
-
},
|
|
306
299
|
{
|
|
307
300
|
"name": "required",
|
|
308
301
|
"attribute": "required",
|
|
@@ -339,6 +332,13 @@
|
|
|
339
332
|
"name": "validationMessage",
|
|
340
333
|
"type": "string"
|
|
341
334
|
},
|
|
335
|
+
{
|
|
336
|
+
"name": "pristine",
|
|
337
|
+
"attribute": "pristine",
|
|
338
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
339
|
+
"type": "boolean",
|
|
340
|
+
"default": "\"true\""
|
|
341
|
+
},
|
|
342
342
|
{
|
|
343
343
|
"name": "label",
|
|
344
344
|
"attribute": "label",
|
package/lib/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
|
|
2
2
|
import { demandCustomElement } from '@umbraco-ui/uui-base/lib/utils';
|
|
3
|
-
import {
|
|
3
|
+
import { html, css } from 'lit';
|
|
4
4
|
import { UUIInputElement } from '@umbraco-ui/uui-input/lib';
|
|
5
5
|
import { iconLock, iconUnlock } from '@umbraco-ui/uui-icon-registry-essential/lib/svgs';
|
|
6
6
|
import { property } from 'lit/decorators.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-input-lock",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.
|
|
34
|
-
"@umbraco-ui/uui-button": "1.
|
|
35
|
-
"@umbraco-ui/uui-icon": "1.
|
|
36
|
-
"@umbraco-ui/uui-input": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.12.0",
|
|
34
|
+
"@umbraco-ui/uui-button": "1.12.0",
|
|
35
|
+
"@umbraco-ui/uui-icon": "1.12.0",
|
|
36
|
+
"@umbraco-ui/uui-input": "1.12.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
46
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-input-lock",
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "0ac5219b2765bf6c90fe4943a6620b46a7fced4e"
|
|
48
48
|
}
|