@operato/input 1.19.13 → 1.20.16

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/src/locale/locale-picker.d.ts +1 -1
  3. package/dist/src/ox-buttons-radio.d.ts +1 -1
  4. package/dist/src/ox-checkbox.d.ts +4 -4
  5. package/dist/src/ox-input-3axis.d.ts +1 -1
  6. package/dist/src/ox-input-3dish.d.ts +1 -1
  7. package/dist/src/ox-input-angle.d.ts +1 -1
  8. package/dist/src/ox-input-barcode.d.ts +1 -1
  9. package/dist/src/ox-input-color-gradient.d.ts +1 -1
  10. package/dist/src/ox-input-color-stops.d.ts +1 -1
  11. package/dist/src/ox-input-color.d.ts +1 -1
  12. package/dist/src/ox-input-container.d.ts +1 -1
  13. package/dist/src/ox-input-crontab.d.ts +1 -1
  14. package/dist/src/ox-input-data.d.ts +1 -1
  15. package/dist/src/ox-input-duration.d.ts +1 -1
  16. package/dist/src/ox-input-file.d.ts +1 -1
  17. package/dist/src/ox-input-hashtags.d.ts +1 -1
  18. package/dist/src/ox-input-i18n-label.d.ts +1 -1
  19. package/dist/src/ox-input-image.d.ts +1 -1
  20. package/dist/src/ox-input-key-values.d.ts +1 -1
  21. package/dist/src/ox-input-mass-fraction.d.ts +1 -1
  22. package/dist/src/ox-input-multiple-colors.d.ts +1 -1
  23. package/dist/src/ox-input-options.d.ts +1 -1
  24. package/dist/src/ox-input-partition-keys.d.ts +1 -1
  25. package/dist/src/ox-input-privilege.d.ts +1 -1
  26. package/dist/src/ox-input-quantifier.d.ts +1 -1
  27. package/dist/src/ox-input-scene-component-id.d.ts +1 -1
  28. package/dist/src/ox-input-search.d.ts +1 -1
  29. package/dist/src/ox-input-select-buttons.d.ts +1 -1
  30. package/dist/src/ox-input-stack.d.ts +1 -1
  31. package/dist/src/ox-input-textarea.d.ts +1 -1
  32. package/dist/src/ox-input-unit-number.d.ts +1 -1
  33. package/dist/src/ox-input-value-map.d.ts +2 -2
  34. package/dist/src/ox-input-value-ranges.d.ts +2 -2
  35. package/dist/src/ox-input-work-shift.d.ts +1 -1
  36. package/dist/src/ox-select.d.ts +1 -1
  37. package/dist/tsconfig.tsbuildinfo +1 -1
  38. package/package.json +10 -10
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": "1.19.13",
5
+ "version": "1.20.16",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "license": "MIT",
@@ -193,26 +193,26 @@
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.11.2",
196
+ "@lit/localize": "^0.12.2",
197
197
  "@material/mwc-icon": "^0.27.0",
198
- "@operato/color-picker": "^1.17.9",
199
- "@operato/i18n": "^1.19.10",
200
- "@operato/popup": "^1.19.13",
201
- "@operato/styles": "^1.19.10",
202
- "@operato/utils": "^1.19.10",
198
+ "@operato/color-picker": "^1.20.16",
199
+ "@operato/i18n": "^1.20.16",
200
+ "@operato/popup": "^1.20.16",
201
+ "@operato/styles": "^1.20.16",
202
+ "@operato/utils": "^1.20.16",
203
203
  "@polymer/paper-dropdown-menu": "^3.2.0",
204
204
  "@polymer/paper-item": "^3.0.1",
205
205
  "@thebespokepixel/es-tinycolor": "^3.1.0",
206
206
  "@types/codemirror": "^5.60.5",
207
207
  "@zxing/library": "^0.20.0",
208
208
  "codemirror": "^6.0.1",
209
- "lit": "^2.5.0",
209
+ "lit": "^3.0.0",
210
210
  "lodash-es": "^4.17.21"
211
211
  },
212
212
  "devDependencies": {
213
213
  "@custom-elements-manifest/analyzer": "^0.8.1",
214
214
  "@hatiolab/prettier-config": "^1.0.0",
215
- "@lit/localize-tools": "^0.6.3",
215
+ "@lit/localize-tools": "^0.8.0",
216
216
  "@open-wc/eslint-config": "^10.0.0",
217
217
  "@open-wc/testing": "^3.1.6",
218
218
  "@typescript-eslint/eslint-plugin": "^5.59.1",
@@ -243,5 +243,5 @@
243
243
  "prettier --write"
244
244
  ]
245
245
  },
246
- "gitHead": "20b4eee2566c09eee30456483155e8d3ac7445d5"
246
+ "gitHead": "2398030758e126d7b8589db8f096aae13e755a6c"
247
247
  }