@operato/input 2.0.0-alpha.48 → 2.0.0-alpha.51
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 +18 -0
- package/dist/src/locale/locale-picker.d.ts +1 -1
- package/dist/src/ox-buttons-radio.d.ts +1 -1
- package/dist/src/ox-checkbox.d.ts +4 -4
- package/dist/src/ox-input-3axis.d.ts +1 -1
- package/dist/src/ox-input-3dish.d.ts +1 -1
- package/dist/src/ox-input-angle.d.ts +1 -1
- package/dist/src/ox-input-barcode.d.ts +1 -1
- package/dist/src/ox-input-color-gradient.d.ts +1 -1
- package/dist/src/ox-input-color-stops.d.ts +1 -1
- package/dist/src/ox-input-color.d.ts +1 -1
- package/dist/src/ox-input-container.d.ts +1 -1
- package/dist/src/ox-input-crontab.d.ts +1 -1
- package/dist/src/ox-input-data.d.ts +1 -1
- package/dist/src/ox-input-duration.d.ts +1 -1
- package/dist/src/ox-input-file.d.ts +1 -1
- package/dist/src/ox-input-hashtags.d.ts +1 -1
- package/dist/src/ox-input-i18n-label.d.ts +1 -1
- package/dist/src/ox-input-image.d.ts +1 -1
- package/dist/src/ox-input-key-values.d.ts +1 -1
- package/dist/src/ox-input-mass-fraction.d.ts +1 -1
- package/dist/src/ox-input-multiple-colors.d.ts +1 -1
- package/dist/src/ox-input-options.d.ts +1 -1
- package/dist/src/ox-input-partition-keys.d.ts +1 -1
- package/dist/src/ox-input-privilege.d.ts +1 -1
- package/dist/src/ox-input-quantifier.d.ts +1 -1
- package/dist/src/ox-input-scene-component-id.d.ts +1 -1
- package/dist/src/ox-input-search.d.ts +1 -1
- package/dist/src/ox-input-select-buttons.d.ts +1 -1
- package/dist/src/ox-input-stack.d.ts +1 -1
- package/dist/src/ox-input-textarea.d.ts +1 -1
- package/dist/src/ox-input-unit-number.d.ts +1 -1
- package/dist/src/ox-input-value-map.d.ts +2 -2
- package/dist/src/ox-input-value-ranges.d.ts +2 -2
- package/dist/src/ox-input-work-shift.d.ts +1 -1
- package/dist/src/ox-select.d.ts +1 -1
- package/dist/stories/ox-input-i18n-label.stories.js +1 -1
- package/dist/stories/ox-input-i18n-label.stories.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -8
- package/stories/ox-input-i18n-label.stories.ts +1 -1
- package/yarn-error.log +0 -17084
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": "2.0.0-alpha.
|
5
|
+
"version": "2.0.0-alpha.51",
|
6
6
|
"main": "dist/src/index.js",
|
7
7
|
"module": "dist/src/index.js",
|
8
8
|
"license": "MIT",
|
@@ -193,12 +193,12 @@
|
|
193
193
|
"@codemirror/state": "^6.3.3",
|
194
194
|
"@codemirror/theme-one-dark": "^6.1.2",
|
195
195
|
"@codemirror/view": "^6.22.1",
|
196
|
-
"@lit/localize": "^0.
|
196
|
+
"@lit/localize": "^0.12.1",
|
197
197
|
"@material/mwc-icon": "^0.27.0",
|
198
198
|
"@operato/color-picker": "^2.0.0-alpha.0",
|
199
|
-
"@operato/i18n": "^2.0.0-alpha.
|
200
|
-
"@operato/popup": "^2.0.0-alpha.
|
201
|
-
"@operato/styles": "^2.0.0-alpha.
|
199
|
+
"@operato/i18n": "^2.0.0-alpha.51",
|
200
|
+
"@operato/popup": "^2.0.0-alpha.51",
|
201
|
+
"@operato/styles": "^2.0.0-alpha.51",
|
202
202
|
"@operato/utils": "^2.0.0-alpha.35",
|
203
203
|
"@polymer/paper-dropdown-menu": "^3.2.0",
|
204
204
|
"@polymer/paper-item": "^3.0.1",
|
@@ -206,13 +206,13 @@
|
|
206
206
|
"@types/codemirror": "^5.60.5",
|
207
207
|
"@undecaf/zbar-wasm": "^0.10.1",
|
208
208
|
"codemirror": "^6.0.1",
|
209
|
-
"lit": "^
|
209
|
+
"lit": "^3.1.2",
|
210
210
|
"lodash-es": "^4.17.21"
|
211
211
|
},
|
212
212
|
"devDependencies": {
|
213
213
|
"@custom-elements-manifest/analyzer": "^0.9.2",
|
214
214
|
"@hatiolab/prettier-config": "^1.0.0",
|
215
|
-
"@lit/localize-tools": "^0.
|
215
|
+
"@lit/localize-tools": "^0.7.2",
|
216
216
|
"@open-wc/eslint-config": "^12.0.3",
|
217
217
|
"@open-wc/testing": "^3.1.6",
|
218
218
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
@@ -243,5 +243,5 @@
|
|
243
243
|
"prettier --write"
|
244
244
|
]
|
245
245
|
},
|
246
|
-
"gitHead": "
|
246
|
+
"gitHead": "22f2d7d9f6e6b6062a1b8d9178d6a17ae3f37755"
|
247
247
|
}
|
@@ -24,7 +24,7 @@ interface ArgTypes {
|
|
24
24
|
disabled?: boolean
|
25
25
|
}
|
26
26
|
|
27
|
-
const Template: Story<ArgTypes> = ({ name = 'values', value
|
27
|
+
const Template: Story<ArgTypes> = ({ name = 'values', value, disabled }: ArgTypes) => html`
|
28
28
|
<link href="/themes/app-theme.css" rel="stylesheet" />
|
29
29
|
<link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
|
30
30
|
<style>
|