@operato/property-editor 1.0.0-beta.9 → 1.0.6
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 +400 -0
- package/demo/index.html +19 -5
- package/dist/src/ox-properties-dynamic-view.js +14 -10
- package/dist/src/ox-properties-dynamic-view.js.map +1 -1
- package/dist/src/ox-property-editor-angle.d.ts +2 -1
- package/dist/src/ox-property-editor-angle.js +4 -6
- package/dist/src/ox-property-editor-angle.js.map +1 -1
- package/dist/src/ox-property-editor-checkbox.d.ts +2 -1
- package/dist/src/ox-property-editor-checkbox.js +4 -4
- package/dist/src/ox-property-editor-checkbox.js.map +1 -1
- package/dist/src/ox-property-editor-color.d.ts +2 -1
- package/dist/src/ox-property-editor-color.js +4 -9
- package/dist/src/ox-property-editor-color.js.map +1 -1
- package/dist/src/ox-property-editor-crontab.d.ts +2 -1
- package/dist/src/ox-property-editor-crontab.js +3 -2
- package/dist/src/ox-property-editor-crontab.js.map +1 -1
- package/dist/src/ox-property-editor-data.d.ts +2 -1
- package/dist/src/ox-property-editor-data.js +5 -4
- package/dist/src/ox-property-editor-data.js.map +1 -1
- package/dist/src/ox-property-editor-date.d.ts +2 -1
- package/dist/src/ox-property-editor-date.js +4 -4
- package/dist/src/ox-property-editor-date.js.map +1 -1
- package/dist/src/ox-property-editor-duration.d.ts +6 -0
- package/dist/src/ox-property-editor-duration.js +16 -0
- package/dist/src/ox-property-editor-duration.js.map +1 -0
- package/dist/src/ox-property-editor-file.d.ts +2 -1
- package/dist/src/ox-property-editor-file.js +8 -5
- package/dist/src/ox-property-editor-file.js.map +1 -1
- package/dist/src/ox-property-editor-gradient-colorstops.d.ts +2 -1
- package/dist/src/ox-property-editor-gradient-colorstops.js +8 -7
- package/dist/src/ox-property-editor-gradient-colorstops.js.map +1 -1
- package/dist/src/ox-property-editor-image.d.ts +2 -1
- package/dist/src/ox-property-editor-image.js +5 -4
- package/dist/src/ox-property-editor-image.js.map +1 -1
- package/dist/src/ox-property-editor-key-values.d.ts +6 -0
- package/dist/src/ox-property-editor-key-values.js +24 -0
- package/dist/src/ox-property-editor-key-values.js.map +1 -0
- package/dist/src/ox-property-editor-legend.d.ts +2 -1
- package/dist/src/ox-property-editor-legend.js +4 -4
- package/dist/src/ox-property-editor-legend.js.map +1 -1
- package/dist/src/ox-property-editor-multiple-colors.d.ts +2 -1
- package/dist/src/ox-property-editor-multiple-colors.js +4 -4
- package/dist/src/ox-property-editor-multiple-colors.js.map +1 -1
- package/dist/src/ox-property-editor-number.d.ts +2 -1
- package/dist/src/ox-property-editor-number.js +6 -6
- package/dist/src/ox-property-editor-number.js.map +1 -1
- package/dist/src/ox-property-editor-options.d.ts +2 -1
- package/dist/src/ox-property-editor-options.js +5 -4
- package/dist/src/ox-property-editor-options.js.map +1 -1
- package/dist/src/ox-property-editor-partition-keys.d.ts +6 -0
- package/dist/src/ox-property-editor-partition-keys.js +18 -0
- package/dist/src/ox-property-editor-partition-keys.js.map +1 -0
- package/dist/src/ox-property-editor-password.d.ts +2 -1
- package/dist/src/ox-property-editor-password.js +4 -4
- package/dist/src/ox-property-editor-password.js.map +1 -1
- package/dist/src/ox-property-editor-range.d.ts +2 -1
- package/dist/src/ox-property-editor-range.js +13 -5
- package/dist/src/ox-property-editor-range.js.map +1 -1
- package/dist/src/ox-property-editor-scene-component-id.d.ts +2 -1
- package/dist/src/ox-property-editor-scene-component-id.js +4 -8
- package/dist/src/ox-property-editor-scene-component-id.js.map +1 -1
- package/dist/src/ox-property-editor-select.d.ts +4 -1
- package/dist/src/ox-property-editor-select.js +11 -5
- package/dist/src/ox-property-editor-select.js.map +1 -1
- package/dist/src/ox-property-editor-solid-colorstops.d.ts +2 -1
- package/dist/src/ox-property-editor-solid-colorstops.js +8 -7
- package/dist/src/ox-property-editor-solid-colorstops.js.map +1 -1
- package/dist/src/ox-property-editor-string.d.ts +2 -1
- package/dist/src/ox-property-editor-string.js +4 -4
- package/dist/src/ox-property-editor-string.js.map +1 -1
- package/dist/src/ox-property-editor-table.d.ts +2 -1
- package/dist/src/ox-property-editor-table.js +5 -4
- package/dist/src/ox-property-editor-table.js.map +1 -1
- package/dist/src/ox-property-editor-textarea.d.ts +2 -1
- package/dist/src/ox-property-editor-textarea.js +9 -8
- package/dist/src/ox-property-editor-textarea.js.map +1 -1
- package/dist/src/ox-property-editor-value-map.d.ts +2 -1
- package/dist/src/ox-property-editor-value-map.js +11 -5
- package/dist/src/ox-property-editor-value-map.js.map +1 -1
- package/dist/src/ox-property-editor-value-ranges.d.ts +2 -1
- package/dist/src/ox-property-editor-value-ranges.js +9 -3
- package/dist/src/ox-property-editor-value-ranges.js.map +1 -1
- package/dist/src/ox-property-editor-work-shift.d.ts +3 -2
- package/dist/src/ox-property-editor-work-shift.js +8 -7
- package/dist/src/ox-property-editor-work-shift.js.map +1 -1
- package/dist/src/ox-property-editor.d.ts +8 -6
- package/dist/src/ox-property-editor.js +60 -7
- package/dist/src/ox-property-editor.js.map +1 -1
- package/dist/src/types.d.ts +5 -0
- package/dist/src/types.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +105 -11
- package/src/ox-properties-dynamic-view.ts +15 -10
- package/src/ox-property-editor-angle.ts +6 -6
- package/src/ox-property-editor-checkbox.ts +6 -4
- package/src/ox-property-editor-color.ts +6 -9
- package/src/ox-property-editor-crontab.ts +5 -2
- package/src/ox-property-editor-data.ts +8 -4
- package/src/ox-property-editor-date.ts +6 -4
- package/src/ox-property-editor-duration.ts +16 -0
- package/src/ox-property-editor-file.ts +11 -5
- package/src/ox-property-editor-gradient-colorstops.ts +11 -7
- package/src/ox-property-editor-image.ts +9 -4
- package/src/ox-property-editor-key-values.ts +24 -0
- package/src/ox-property-editor-legend.ts +6 -4
- package/src/ox-property-editor-multiple-colors.ts +6 -4
- package/src/ox-property-editor-number.ts +8 -6
- package/src/ox-property-editor-options.ts +8 -4
- package/src/ox-property-editor-partition-keys.ts +18 -0
- package/src/ox-property-editor-password.ts +6 -4
- package/src/ox-property-editor-range.ts +15 -5
- package/src/ox-property-editor-scene-component-id.ts +6 -8
- package/src/ox-property-editor-select.ts +12 -6
- package/src/ox-property-editor-solid-colorstops.ts +11 -7
- package/src/ox-property-editor-string.ts +6 -4
- package/src/ox-property-editor-table.ts +8 -4
- package/src/ox-property-editor-textarea.ts +12 -8
- package/src/ox-property-editor-value-map.ts +13 -5
- package/src/ox-property-editor-value-ranges.ts +10 -3
- package/src/ox-property-editor-work-shift.ts +6 -4
- package/src/ox-property-editor.ts +59 -10
- package/src/types.ts +6 -0
- package/yarn-error.log +0 -18150
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.