@spectrum-web-components/number-field 0.31.1-react.2 → 0.31.1-react.21
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 +22 -7
- package/package.json +9 -9
package/custom-elements.json
CHANGED
|
@@ -6,7 +6,16 @@
|
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "sp-number-field.ts",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "custom-element-definition",
|
|
12
|
+
"name": "sp-number-field",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "NumberField",
|
|
15
|
+
"module": "/src/NumberField.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"kind": "javascript-module",
|
|
@@ -194,7 +203,8 @@
|
|
|
194
203
|
"type": {
|
|
195
204
|
"text": "string"
|
|
196
205
|
},
|
|
197
|
-
"privacy": "private"
|
|
206
|
+
"privacy": "private",
|
|
207
|
+
"readonly": true
|
|
198
208
|
},
|
|
199
209
|
{
|
|
200
210
|
"kind": "field",
|
|
@@ -226,7 +236,8 @@
|
|
|
226
236
|
"type": {
|
|
227
237
|
"text": "string"
|
|
228
238
|
},
|
|
229
|
-
"privacy": "public"
|
|
239
|
+
"privacy": "public",
|
|
240
|
+
"readonly": true
|
|
230
241
|
},
|
|
231
242
|
{
|
|
232
243
|
"kind": "method",
|
|
@@ -252,7 +263,8 @@
|
|
|
252
263
|
"type": {
|
|
253
264
|
"text": "number"
|
|
254
265
|
},
|
|
255
|
-
"privacy": "private"
|
|
266
|
+
"privacy": "private",
|
|
267
|
+
"readonly": true
|
|
256
268
|
},
|
|
257
269
|
{
|
|
258
270
|
"kind": "field",
|
|
@@ -604,7 +616,8 @@
|
|
|
604
616
|
"type": {
|
|
605
617
|
"text": "string"
|
|
606
618
|
},
|
|
607
|
-
"privacy": "protected"
|
|
619
|
+
"privacy": "protected",
|
|
620
|
+
"readonly": true
|
|
608
621
|
},
|
|
609
622
|
{
|
|
610
623
|
"kind": "method",
|
|
@@ -622,7 +635,8 @@
|
|
|
622
635
|
"type": {
|
|
623
636
|
"text": "NumberFormatter"
|
|
624
637
|
},
|
|
625
|
-
"privacy": "protected"
|
|
638
|
+
"privacy": "protected",
|
|
639
|
+
"readonly": true
|
|
626
640
|
},
|
|
627
641
|
{
|
|
628
642
|
"kind": "field",
|
|
@@ -646,7 +660,8 @@
|
|
|
646
660
|
"type": {
|
|
647
661
|
"text": "NumberParser"
|
|
648
662
|
},
|
|
649
|
-
"privacy": "protected"
|
|
663
|
+
"privacy": "protected",
|
|
664
|
+
"readonly": true
|
|
650
665
|
},
|
|
651
666
|
{
|
|
652
667
|
"kind": "field",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/number-field",
|
|
3
|
-
"version": "0.31.1-react.
|
|
3
|
+
"version": "0.31.1-react.21+44f0b1df9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
],
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@internationalized/number": "^3.1.0",
|
|
61
|
-
"@spectrum-web-components/action-button": "^0.31.1-react.
|
|
62
|
-
"@spectrum-web-components/base": "^0.31.1-react.
|
|
63
|
-
"@spectrum-web-components/icon": "^0.31.1-react.
|
|
64
|
-
"@spectrum-web-components/icons-ui": "^0.31.1-react.
|
|
65
|
-
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.
|
|
66
|
-
"@spectrum-web-components/shared": "^0.31.1-react.
|
|
67
|
-
"@spectrum-web-components/textfield": "^0.31.1-react.
|
|
61
|
+
"@spectrum-web-components/action-button": "^0.31.1-react.21+44f0b1df9",
|
|
62
|
+
"@spectrum-web-components/base": "^0.31.1-react.21+44f0b1df9",
|
|
63
|
+
"@spectrum-web-components/icon": "^0.31.1-react.21+44f0b1df9",
|
|
64
|
+
"@spectrum-web-components/icons-ui": "^0.31.1-react.21+44f0b1df9",
|
|
65
|
+
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.21+44f0b1df9",
|
|
66
|
+
"@spectrum-web-components/shared": "^0.31.1-react.21+44f0b1df9",
|
|
67
|
+
"@spectrum-web-components/textfield": "^0.31.1-react.21+44f0b1df9"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@formatjs/intl-numberformat": "^8.3.5",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"./sp-*.js",
|
|
77
77
|
"./**/*.dev.js"
|
|
78
78
|
],
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
|
|
80
80
|
}
|