@operato/input 9.0.0-beta.11 → 9.0.0-beta.14
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/CHANGELOG.md +9 -0
- package/dist/src/index.d.ts +0 -3
- package/dist/src/index.js +0 -3
- package/dist/src/index.js.map +1 -1
- package/dist/src/ox-input-background-pattern.d.ts +35 -0
- package/dist/src/ox-input-background-pattern.js +111 -0
- package/dist/src/ox-input-background-pattern.js.map +1 -0
- package/dist/src/ox-input-color-gradient.d.ts +8 -9
- package/dist/src/ox-input-color-gradient.js +84 -221
- package/dist/src/ox-input-color-gradient.js.map +1 -1
- package/dist/src/ox-input-color-stops.d.ts +2 -1
- package/dist/src/ox-input-color-stops.js +93 -125
- package/dist/src/ox-input-color-stops.js.map +1 -1
- package/dist/src/ox-input-color.js +4 -4
- package/dist/src/ox-input-color.js.map +1 -1
- package/dist/src/ox-input-fill-style.d.ts +47 -0
- package/dist/src/ox-input-fill-style.js +327 -0
- package/dist/src/ox-input-fill-style.js.map +1 -0
- package/dist/src/ox-input-table.d.ts +21 -0
- package/dist/src/ox-input-table.js +58 -147
- package/dist/src/ox-input-table.js.map +1 -1
- package/dist/src/ox-select.d.ts +3 -0
- package/dist/src/ox-select.js +19 -9
- package/dist/src/ox-select.js.map +1 -1
- package/dist/stories/ox-select-images.stories.d.ts +32 -0
- package/dist/stories/ox-select-images.stories.js +120 -0
- package/dist/stories/ox-select-images.stories.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +29 -20
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/input",
|
3
3
|
"description": "Webcomponents for input following open-wc recommendations",
|
4
4
|
"author": "heartyoh@hatiolab.com",
|
5
|
-
"version": "9.0.0-beta.
|
5
|
+
"version": "9.0.0-beta.14",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/src/index.js",
|
8
8
|
"module": "dist/src/index.js",
|
@@ -31,8 +31,6 @@
|
|
31
31
|
"./ox-input-code.js": "./dist/src/ox-input-code.js",
|
32
32
|
"./ox-input-color.js": "./dist/src/ox-input-color.js",
|
33
33
|
"./ox-input-multiple-colors.js": "./dist/src/ox-input-multiple-colors.js",
|
34
|
-
"./ox-input-color-stops.js": "./dist/src/ox-input-color-stops.js",
|
35
|
-
"./ox-input-color-gradient.js": "./dist/src/ox-input-color-gradient.js",
|
36
34
|
"./ox-input-crontab.js": "./dist/src/ox-input-crontab.js",
|
37
35
|
"./ox-input-data.js": "./dist/src/ox-input-data.js",
|
38
36
|
"./ox-input-duration.js": "./dist/src/ox-input-duration.js",
|
@@ -52,7 +50,6 @@
|
|
52
50
|
"./ox-input-value-ranges.js": "./dist/src/ox-input-value-ranges.js",
|
53
51
|
"./ox-input-i18n-label.js": "./dist/src/ox-input-i18n-label.js",
|
54
52
|
"./ox-input-partition-keys.js": "./dist/src/ox-input-partition-keys.js",
|
55
|
-
"./ox-input-table.js": "./dist/src/ox-input-table.js",
|
56
53
|
"./ox-input-scene-component-id.js": "./dist/src/ox-input-scene-component-id.js",
|
57
54
|
"./ox-input-work-shift.js": "./dist/src/ox-input-work-shift.js",
|
58
55
|
"./ox-input-hashtags.js": "./dist/src/ox-input-hashtags.js",
|
@@ -61,7 +58,12 @@
|
|
61
58
|
"./ox-input-direction.js": "./dist/src/ox-input-direction.js",
|
62
59
|
"./ox-input-signature.js": "./dist/src/ox-input-signature.js",
|
63
60
|
"./ox-select-floor.js": "./dist/src/ox-select-floor.js",
|
64
|
-
"./ox-input-table-column-config.js": "./dist/src/ox-input-table-column-config.js"
|
61
|
+
"./ox-input-table-column-config.js": "./dist/src/ox-input-table-column-config.js",
|
62
|
+
"./ox-input-background-pattern.js": "./dist/src/ox-input-background-pattern.js",
|
63
|
+
"./ox-input-color-gradient.js": "./dist/src/ox-input-color-gradient.js",
|
64
|
+
"./ox-input-color-stops.js": "./dist/src/ox-input-color-stops.js",
|
65
|
+
"./ox-input-fill-style.js": "./dist/src/ox-input-fill-style.js",
|
66
|
+
"./ox-input-table.js": "./dist/src/ox-input-table.js"
|
65
67
|
},
|
66
68
|
"typesVersions": {
|
67
69
|
"*": {
|
@@ -98,12 +100,6 @@
|
|
98
100
|
"./ox-input-multiple-colors.js": [
|
99
101
|
"./dist/src/ox-input-multiple-colors.d.ts"
|
100
102
|
],
|
101
|
-
"./ox-input-color-stops.js": [
|
102
|
-
"./dist/src/ox-input-color-stops.d.ts"
|
103
|
-
],
|
104
|
-
"./ox-input-color-gradient.js": [
|
105
|
-
"./dist/src/ox-input-color-gradient.d.ts"
|
106
|
-
],
|
107
103
|
"./ox-input-crontab.js": [
|
108
104
|
"./dist/src/ox-input-crontab.d.ts"
|
109
105
|
],
|
@@ -161,9 +157,6 @@
|
|
161
157
|
"./ox-input-partition-keys.js": [
|
162
158
|
"./dist/src/ox-input-partition-keys.d.ts"
|
163
159
|
],
|
164
|
-
"./ox-input-table.js": [
|
165
|
-
"./dist/src/ox-input-table.d.ts"
|
166
|
-
],
|
167
160
|
"./ox-input-scene-component-id.js": [
|
168
161
|
"./dist/src/ox-input-scene-component-id.d.ts"
|
169
162
|
],
|
@@ -190,6 +183,21 @@
|
|
190
183
|
],
|
191
184
|
"./ox-input-table-column-config.js": [
|
192
185
|
"./dist/src/ox-input-table-column-config.d.ts"
|
186
|
+
],
|
187
|
+
"./ox-input-background-pattern.js": [
|
188
|
+
"./dist/src/ox-input-background-pattern.d.ts"
|
189
|
+
],
|
190
|
+
"./ox-input-color-gradient.js": [
|
191
|
+
"./dist/src/ox-input-color-gradient.d.ts"
|
192
|
+
],
|
193
|
+
"./ox-input-color-stops.js": [
|
194
|
+
"./dist/src/ox-input-color-stops.d.ts"
|
195
|
+
],
|
196
|
+
"./ox-input-fill-style.js": [
|
197
|
+
"./dist/src/ox-input-fill-style.d.ts"
|
198
|
+
],
|
199
|
+
"./ox-input-table.js": [
|
200
|
+
"./dist/src/ox-input-table.d.ts"
|
193
201
|
]
|
194
202
|
}
|
195
203
|
},
|
@@ -220,10 +228,10 @@
|
|
220
228
|
"@lit/localize": "^0.12.1",
|
221
229
|
"@material/web": "^2.0.0",
|
222
230
|
"@operato/color-picker": "^9.0.0-beta.7",
|
223
|
-
"@operato/i18n": "^9.0.0-beta.
|
224
|
-
"@operato/popup": "^9.0.0-beta.
|
225
|
-
"@operato/styles": "^9.0.0-beta.
|
226
|
-
"@operato/utils": "^9.0.0-beta.
|
231
|
+
"@operato/i18n": "^9.0.0-beta.14",
|
232
|
+
"@operato/popup": "^9.0.0-beta.14",
|
233
|
+
"@operato/styles": "^9.0.0-beta.14",
|
234
|
+
"@operato/utils": "^9.0.0-beta.14",
|
227
235
|
"@polymer/paper-dropdown-menu": "^3.2.0",
|
228
236
|
"@polymer/paper-item": "^3.0.1",
|
229
237
|
"@thebespokepixel/es-tinycolor": "^3.1.0",
|
@@ -231,7 +239,8 @@
|
|
231
239
|
"@undecaf/zbar-wasm": "^0.11.0",
|
232
240
|
"codemirror": "^6.0.1",
|
233
241
|
"lit": "^3.1.2",
|
234
|
-
"lodash-es": "^4.17.21"
|
242
|
+
"lodash-es": "^4.17.21",
|
243
|
+
"tinycolor2": "^1.6.0"
|
235
244
|
},
|
236
245
|
"devDependencies": {
|
237
246
|
"@custom-elements-manifest/analyzer": "^0.10.0",
|
@@ -267,5 +276,5 @@
|
|
267
276
|
"prettier --write"
|
268
277
|
]
|
269
278
|
},
|
270
|
-
"gitHead": "
|
279
|
+
"gitHead": "cf201f3ddd1bf2482959e4bc1b149871c33f28e2"
|
271
280
|
}
|