@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.
Files changed (123) hide show
  1. package/CHANGELOG.md +400 -0
  2. package/demo/index.html +19 -5
  3. package/dist/src/ox-properties-dynamic-view.js +14 -10
  4. package/dist/src/ox-properties-dynamic-view.js.map +1 -1
  5. package/dist/src/ox-property-editor-angle.d.ts +2 -1
  6. package/dist/src/ox-property-editor-angle.js +4 -6
  7. package/dist/src/ox-property-editor-angle.js.map +1 -1
  8. package/dist/src/ox-property-editor-checkbox.d.ts +2 -1
  9. package/dist/src/ox-property-editor-checkbox.js +4 -4
  10. package/dist/src/ox-property-editor-checkbox.js.map +1 -1
  11. package/dist/src/ox-property-editor-color.d.ts +2 -1
  12. package/dist/src/ox-property-editor-color.js +4 -9
  13. package/dist/src/ox-property-editor-color.js.map +1 -1
  14. package/dist/src/ox-property-editor-crontab.d.ts +2 -1
  15. package/dist/src/ox-property-editor-crontab.js +3 -2
  16. package/dist/src/ox-property-editor-crontab.js.map +1 -1
  17. package/dist/src/ox-property-editor-data.d.ts +2 -1
  18. package/dist/src/ox-property-editor-data.js +5 -4
  19. package/dist/src/ox-property-editor-data.js.map +1 -1
  20. package/dist/src/ox-property-editor-date.d.ts +2 -1
  21. package/dist/src/ox-property-editor-date.js +4 -4
  22. package/dist/src/ox-property-editor-date.js.map +1 -1
  23. package/dist/src/ox-property-editor-duration.d.ts +6 -0
  24. package/dist/src/ox-property-editor-duration.js +16 -0
  25. package/dist/src/ox-property-editor-duration.js.map +1 -0
  26. package/dist/src/ox-property-editor-file.d.ts +2 -1
  27. package/dist/src/ox-property-editor-file.js +8 -5
  28. package/dist/src/ox-property-editor-file.js.map +1 -1
  29. package/dist/src/ox-property-editor-gradient-colorstops.d.ts +2 -1
  30. package/dist/src/ox-property-editor-gradient-colorstops.js +8 -7
  31. package/dist/src/ox-property-editor-gradient-colorstops.js.map +1 -1
  32. package/dist/src/ox-property-editor-image.d.ts +2 -1
  33. package/dist/src/ox-property-editor-image.js +5 -4
  34. package/dist/src/ox-property-editor-image.js.map +1 -1
  35. package/dist/src/ox-property-editor-key-values.d.ts +6 -0
  36. package/dist/src/ox-property-editor-key-values.js +24 -0
  37. package/dist/src/ox-property-editor-key-values.js.map +1 -0
  38. package/dist/src/ox-property-editor-legend.d.ts +2 -1
  39. package/dist/src/ox-property-editor-legend.js +4 -4
  40. package/dist/src/ox-property-editor-legend.js.map +1 -1
  41. package/dist/src/ox-property-editor-multiple-colors.d.ts +2 -1
  42. package/dist/src/ox-property-editor-multiple-colors.js +4 -4
  43. package/dist/src/ox-property-editor-multiple-colors.js.map +1 -1
  44. package/dist/src/ox-property-editor-number.d.ts +2 -1
  45. package/dist/src/ox-property-editor-number.js +6 -6
  46. package/dist/src/ox-property-editor-number.js.map +1 -1
  47. package/dist/src/ox-property-editor-options.d.ts +2 -1
  48. package/dist/src/ox-property-editor-options.js +5 -4
  49. package/dist/src/ox-property-editor-options.js.map +1 -1
  50. package/dist/src/ox-property-editor-partition-keys.d.ts +6 -0
  51. package/dist/src/ox-property-editor-partition-keys.js +18 -0
  52. package/dist/src/ox-property-editor-partition-keys.js.map +1 -0
  53. package/dist/src/ox-property-editor-password.d.ts +2 -1
  54. package/dist/src/ox-property-editor-password.js +4 -4
  55. package/dist/src/ox-property-editor-password.js.map +1 -1
  56. package/dist/src/ox-property-editor-range.d.ts +2 -1
  57. package/dist/src/ox-property-editor-range.js +13 -5
  58. package/dist/src/ox-property-editor-range.js.map +1 -1
  59. package/dist/src/ox-property-editor-scene-component-id.d.ts +2 -1
  60. package/dist/src/ox-property-editor-scene-component-id.js +4 -8
  61. package/dist/src/ox-property-editor-scene-component-id.js.map +1 -1
  62. package/dist/src/ox-property-editor-select.d.ts +4 -1
  63. package/dist/src/ox-property-editor-select.js +11 -5
  64. package/dist/src/ox-property-editor-select.js.map +1 -1
  65. package/dist/src/ox-property-editor-solid-colorstops.d.ts +2 -1
  66. package/dist/src/ox-property-editor-solid-colorstops.js +8 -7
  67. package/dist/src/ox-property-editor-solid-colorstops.js.map +1 -1
  68. package/dist/src/ox-property-editor-string.d.ts +2 -1
  69. package/dist/src/ox-property-editor-string.js +4 -4
  70. package/dist/src/ox-property-editor-string.js.map +1 -1
  71. package/dist/src/ox-property-editor-table.d.ts +2 -1
  72. package/dist/src/ox-property-editor-table.js +5 -4
  73. package/dist/src/ox-property-editor-table.js.map +1 -1
  74. package/dist/src/ox-property-editor-textarea.d.ts +2 -1
  75. package/dist/src/ox-property-editor-textarea.js +9 -8
  76. package/dist/src/ox-property-editor-textarea.js.map +1 -1
  77. package/dist/src/ox-property-editor-value-map.d.ts +2 -1
  78. package/dist/src/ox-property-editor-value-map.js +11 -5
  79. package/dist/src/ox-property-editor-value-map.js.map +1 -1
  80. package/dist/src/ox-property-editor-value-ranges.d.ts +2 -1
  81. package/dist/src/ox-property-editor-value-ranges.js +9 -3
  82. package/dist/src/ox-property-editor-value-ranges.js.map +1 -1
  83. package/dist/src/ox-property-editor-work-shift.d.ts +3 -2
  84. package/dist/src/ox-property-editor-work-shift.js +8 -7
  85. package/dist/src/ox-property-editor-work-shift.js.map +1 -1
  86. package/dist/src/ox-property-editor.d.ts +8 -6
  87. package/dist/src/ox-property-editor.js +60 -7
  88. package/dist/src/ox-property-editor.js.map +1 -1
  89. package/dist/src/types.d.ts +5 -0
  90. package/dist/src/types.js.map +1 -1
  91. package/dist/tsconfig.tsbuildinfo +1 -1
  92. package/package.json +105 -11
  93. package/src/ox-properties-dynamic-view.ts +15 -10
  94. package/src/ox-property-editor-angle.ts +6 -6
  95. package/src/ox-property-editor-checkbox.ts +6 -4
  96. package/src/ox-property-editor-color.ts +6 -9
  97. package/src/ox-property-editor-crontab.ts +5 -2
  98. package/src/ox-property-editor-data.ts +8 -4
  99. package/src/ox-property-editor-date.ts +6 -4
  100. package/src/ox-property-editor-duration.ts +16 -0
  101. package/src/ox-property-editor-file.ts +11 -5
  102. package/src/ox-property-editor-gradient-colorstops.ts +11 -7
  103. package/src/ox-property-editor-image.ts +9 -4
  104. package/src/ox-property-editor-key-values.ts +24 -0
  105. package/src/ox-property-editor-legend.ts +6 -4
  106. package/src/ox-property-editor-multiple-colors.ts +6 -4
  107. package/src/ox-property-editor-number.ts +8 -6
  108. package/src/ox-property-editor-options.ts +8 -4
  109. package/src/ox-property-editor-partition-keys.ts +18 -0
  110. package/src/ox-property-editor-password.ts +6 -4
  111. package/src/ox-property-editor-range.ts +15 -5
  112. package/src/ox-property-editor-scene-component-id.ts +6 -8
  113. package/src/ox-property-editor-select.ts +12 -6
  114. package/src/ox-property-editor-solid-colorstops.ts +11 -7
  115. package/src/ox-property-editor-string.ts +6 -4
  116. package/src/ox-property-editor-table.ts +8 -4
  117. package/src/ox-property-editor-textarea.ts +12 -8
  118. package/src/ox-property-editor-value-map.ts +13 -5
  119. package/src/ox-property-editor-value-ranges.ts +10 -3
  120. package/src/ox-property-editor-work-shift.ts +6 -4
  121. package/src/ox-property-editor.ts +59 -10
  122. package/src/types.ts +6 -0
  123. 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.