@operato/app 1.0.0-alpha.4 → 1.0.0-alpha.42

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 (127) hide show
  1. package/@types/global/index.d.ts +2 -0
  2. package/CHANGELOG.md +252 -9
  3. package/demo/data-grist-test.html +456 -0
  4. package/dist/src/{grist → grist-editor}/index.d.ts +0 -0
  5. package/dist/src/grist-editor/index.js +26 -0
  6. package/dist/src/grist-editor/index.js.map +1 -0
  7. package/dist/src/grist-editor/ox-grist-editor-code.d.ts +7 -0
  8. package/dist/src/grist-editor/ox-grist-editor-code.js +56 -0
  9. package/dist/src/grist-editor/ox-grist-editor-code.js.map +1 -0
  10. package/dist/src/grist-editor/ox-grist-editor-crontab.d.ts +8 -0
  11. package/dist/src/grist-editor/ox-grist-editor-crontab.js +50 -0
  12. package/dist/src/grist-editor/ox-grist-editor-crontab.js.map +1 -0
  13. package/dist/src/grist-editor/ox-grist-editor-json.d.ts +7 -0
  14. package/dist/src/grist-editor/ox-grist-editor-json.js +54 -0
  15. package/dist/src/grist-editor/ox-grist-editor-json.js.map +1 -0
  16. package/dist/src/grist-editor/ox-grist-editor-parameters.d.ts +12 -0
  17. package/dist/src/grist-editor/ox-grist-editor-parameters.js +84 -0
  18. package/dist/src/grist-editor/ox-grist-editor-parameters.js.map +1 -0
  19. package/dist/src/grist-editor/ox-grist-editor-partition-keys.d.ts +11 -0
  20. package/dist/src/grist-editor/ox-grist-editor-partition-keys.js +74 -0
  21. package/dist/src/grist-editor/ox-grist-editor-partition-keys.js.map +1 -0
  22. package/dist/src/{grist/code-editor.d.ts → grist-editor/ox-grist-editor-resource-code.d.ts} +2 -2
  23. package/dist/src/{grist/code-editor.js → grist-editor/ox-grist-editor-resource-code.js} +10 -5
  24. package/dist/src/grist-editor/ox-grist-editor-resource-code.js.map +1 -0
  25. package/dist/src/grist-editor/ox-grist-editor-resource-id.d.ts +10 -0
  26. package/dist/src/{grist/id-input.js → grist-editor/ox-grist-editor-resource-id.js} +18 -67
  27. package/dist/src/grist-editor/ox-grist-editor-resource-id.js.map +1 -0
  28. package/dist/src/grist-editor/ox-grist-editor-resource-object.d.ts +11 -0
  29. package/dist/src/{grist/object-editor.js → grist-editor/ox-grist-editor-resource-object.js} +14 -64
  30. package/dist/src/grist-editor/ox-grist-editor-resource-object.js.map +1 -0
  31. package/dist/src/grist-editor/ox-grist-editor-value-map.d.ts +11 -0
  32. package/dist/src/grist-editor/ox-grist-editor-value-map.js +74 -0
  33. package/dist/src/grist-editor/ox-grist-editor-value-map.js.map +1 -0
  34. package/dist/src/grist-editor/ox-grist-renderer-resource-id.d.ts +2 -0
  35. package/dist/src/grist-editor/ox-grist-renderer-resource-id.js +9 -0
  36. package/dist/src/grist-editor/ox-grist-renderer-resource-id.js.map +1 -0
  37. package/dist/src/grist-editor/ox-grist-renderer-resource-object.d.ts +2 -0
  38. package/dist/src/grist-editor/ox-grist-renderer-resource-object.js +22 -0
  39. package/dist/src/grist-editor/ox-grist-renderer-resource-object.js.map +1 -0
  40. package/dist/src/grist-editor/ox-parameters-builder.d.ts +4 -0
  41. package/dist/src/grist-editor/ox-parameters-builder.js +118 -0
  42. package/dist/src/grist-editor/ox-parameters-builder.js.map +1 -0
  43. package/dist/src/grist-editor/ox-popup-code-input.d.ts +12 -0
  44. package/dist/src/grist-editor/ox-popup-code-input.js +71 -0
  45. package/dist/src/grist-editor/ox-popup-code-input.js.map +1 -0
  46. package/dist/src/grist-editor/ox-popup-crontab-input.d.ts +11 -0
  47. package/dist/src/grist-editor/ox-popup-crontab-input.js +74 -0
  48. package/dist/src/grist-editor/ox-popup-crontab-input.js.map +1 -0
  49. package/dist/src/grist-editor/ox-popup-parameters-builder.d.ts +13 -0
  50. package/dist/src/grist-editor/ox-popup-parameters-builder.js +111 -0
  51. package/dist/src/grist-editor/ox-popup-parameters-builder.js.map +1 -0
  52. package/dist/src/grist-editor/ox-popup-partition-keys-input.d.ts +12 -0
  53. package/dist/src/grist-editor/ox-popup-partition-keys-input.js +98 -0
  54. package/dist/src/grist-editor/ox-popup-partition-keys-input.js.map +1 -0
  55. package/dist/src/grist-editor/ox-popup-value-map-input.d.ts +12 -0
  56. package/dist/src/grist-editor/ox-popup-value-map-input.js +104 -0
  57. package/dist/src/grist-editor/ox-popup-value-map-input.js.map +1 -0
  58. package/dist/src/{grist/id-selector.d.ts → grist-editor/ox-selector-resource-id.d.ts} +1 -1
  59. package/dist/src/{grist/id-selector.js → grist-editor/ox-selector-resource-id.js} +15 -15
  60. package/dist/src/grist-editor/ox-selector-resource-id.js.map +1 -0
  61. package/dist/src/{grist/object-selector.d.ts → grist-editor/ox-selector-resource-object.d.ts} +1 -1
  62. package/dist/src/{grist/object-selector.js → grist-editor/ox-selector-resource-object.js} +21 -21
  63. package/dist/src/grist-editor/ox-selector-resource-object.js.map +1 -0
  64. package/dist/src/index.d.ts +3 -1
  65. package/dist/src/index.js +3 -1
  66. package/dist/src/index.js.map +1 -1
  67. package/dist/src/input/index.d.ts +3 -0
  68. package/dist/src/input/index.js +4 -0
  69. package/dist/src/input/index.js.map +1 -0
  70. package/dist/src/input/ox-input-background-pattern.d.ts +31 -0
  71. package/dist/src/input/ox-input-background-pattern.js +150 -0
  72. package/dist/src/input/ox-input-background-pattern.js.map +1 -0
  73. package/dist/src/input/ox-input-fill-style.d.ts +41 -0
  74. package/dist/src/input/ox-input-fill-style.js +325 -0
  75. package/dist/src/input/ox-input-fill-style.js.map +1 -0
  76. package/dist/src/input/ox-input-graphql.d.ts +36 -0
  77. package/dist/src/input/ox-input-graphql.js +161 -0
  78. package/dist/src/input/ox-input-graphql.js.map +1 -0
  79. package/dist/src/property-editor/index.d.ts +24 -0
  80. package/dist/src/property-editor/index.js +58 -0
  81. package/dist/src/property-editor/index.js.map +1 -0
  82. package/dist/src/property-editor/ox-property-editor-graphql.d.ts +5 -0
  83. package/dist/src/property-editor/ox-property-editor-graphql.js +15 -0
  84. package/dist/src/property-editor/ox-property-editor-graphql.js.map +1 -0
  85. package/dist/tsconfig.tsbuildinfo +1 -1
  86. package/package.json +42 -16
  87. package/src/grist-editor/index.ts +28 -0
  88. package/src/grist-editor/ox-grist-editor-code.ts +64 -0
  89. package/src/grist-editor/ox-grist-editor-crontab.ts +62 -0
  90. package/src/grist-editor/ox-grist-editor-json.ts +62 -0
  91. package/src/grist-editor/ox-grist-editor-parameters.ts +99 -0
  92. package/src/grist-editor/ox-grist-editor-partition-keys.ts +86 -0
  93. package/src/{grist/code-editor.ts → grist-editor/ox-grist-editor-resource-code.ts} +4 -5
  94. package/src/grist-editor/ox-grist-editor-resource-id.ts +83 -0
  95. package/src/{grist/object-editor.ts → grist-editor/ox-grist-editor-resource-object.ts} +11 -48
  96. package/src/grist-editor/ox-grist-editor-value-map.ts +86 -0
  97. package/src/{grist/id-renderer.ts → grist-editor/ox-grist-renderer-resource-id.ts} +4 -3
  98. package/src/grist-editor/ox-grist-renderer-resource-object.ts +26 -0
  99. package/src/grist-editor/ox-parameters-builder.ts +128 -0
  100. package/src/grist-editor/ox-popup-code-input.ts +65 -0
  101. package/src/grist-editor/ox-popup-crontab-input.ts +74 -0
  102. package/src/grist-editor/ox-popup-parameters-builder.ts +106 -0
  103. package/src/grist-editor/ox-popup-partition-keys-input.ts +95 -0
  104. package/src/grist-editor/ox-popup-value-map-input.ts +101 -0
  105. package/src/{grist/id-selector.ts → grist-editor/ox-selector-resource-id.ts} +2 -2
  106. package/src/{grist/object-selector.ts → grist-editor/ox-selector-resource-object.ts} +3 -3
  107. package/src/index.ts +3 -1
  108. package/src/input/index.ts +3 -0
  109. package/src/input/ox-input-background-pattern.ts +166 -0
  110. package/src/input/ox-input-fill-style.ts +359 -0
  111. package/src/input/ox-input-graphql.ts +169 -0
  112. package/src/property-editor/index.ts +59 -0
  113. package/src/property-editor/ox-property-editor-graphql.ts +12 -0
  114. package/dist/src/grist/code-editor.js.map +0 -1
  115. package/dist/src/grist/id-input.d.ts +0 -19
  116. package/dist/src/grist/id-input.js.map +0 -1
  117. package/dist/src/grist/id-renderer.d.ts +0 -2
  118. package/dist/src/grist/id-renderer.js +0 -9
  119. package/dist/src/grist/id-renderer.js.map +0 -1
  120. package/dist/src/grist/id-selector.js.map +0 -1
  121. package/dist/src/grist/index.js +0 -9
  122. package/dist/src/grist/index.js.map +0 -1
  123. package/dist/src/grist/object-editor.d.ts +0 -18
  124. package/dist/src/grist/object-editor.js.map +0 -1
  125. package/dist/src/grist/object-selector.js.map +0 -1
  126. package/src/grist/id-input.ts +0 -135
  127. package/src/grist/index.ts +0 -11
@@ -0,0 +1,2 @@
1
+ declare module '*.png'
2
+ declare module '*.css'
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
6
+ ## [1.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2022-03-29)
7
7
 
8
8
  **Note:** Version bump only for package @operato/app
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
14
+ ## [1.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2022-03-27)
15
15
 
16
16
  **Note:** Version bump only for package @operato/app
17
17
 
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
19
 
20
20
 
21
21
 
22
- ## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
22
+ ## [1.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2022-03-26)
23
23
 
24
24
  **Note:** Version bump only for package @operato/app
25
25
 
@@ -27,16 +27,119 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
27
 
28
28
 
29
29
 
30
- ## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
30
+ ## [1.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2022-03-25)
31
+
32
+ **Note:** Version bump only for package @operato/app
33
+
34
+
35
+
36
+
37
+
38
+ ## [1.0.0-alpha.38](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2022-03-25)
39
+
40
+ **Note:** Version bump only for package @operato/app
41
+
42
+
43
+
44
+
45
+
46
+ ## [1.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-03-25)
47
+
48
+ **Note:** Version bump only for package @operato/app
49
+
50
+
51
+
52
+
53
+
54
+ ## [1.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-03-21)
55
+
56
+ **Note:** Version bump only for package @operato/app
57
+
58
+
59
+
60
+
61
+
62
+ ## [1.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-03-21)
63
+
64
+
65
+ ### :bug: Bug Fix
66
+
67
+ * prevent text overflow of grist-renderers ([73e7538](https://github.com/hatiolab/operato/commit/73e7538f9a0c8941689fefd3d4212529a75c413d))
68
+
69
+
70
+
71
+ ## [1.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-03-20)
72
+
73
+ **Note:** Version bump only for package @operato/app
74
+
75
+
76
+
77
+
78
+
79
+ ## [1.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-03-19)
80
+
81
+ **Note:** Version bump only for package @operato/app
82
+
83
+
84
+
85
+
86
+
87
+ ## [1.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-03-19)
88
+
89
+
90
+ ### :bug: Bug Fix
91
+
92
+ * typo ([2f2e3fc](https://github.com/hatiolab/operato/commit/2f2e3fcce771dcbfe2f1d09cbd25638094a6dc99))
93
+
94
+
95
+
96
+ ## [1.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-03-19)
97
+
98
+
99
+ ### :bug: Bug Fix
100
+
101
+ * ox-grist-renderer support class type renderer (refer ox-grist-renderer-progress) ([ad7c8e1](https://github.com/hatiolab/operato/commit/ad7c8e1b453d19af9daa13ae4eb7c2059d85dfbb))
102
+ * partition-keys related ui components ([c21b4d2](https://github.com/hatiolab/operato/commit/c21b4d292ca4a6d6b4bf774a570dbabd349528fc))
103
+
104
+
105
+
106
+ ## [1.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2022-03-18)
107
+
108
+ **Note:** Version bump only for package @operato/app
109
+
110
+
111
+
112
+
113
+
114
+ ## [1.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-03-17)
115
+
116
+
117
+ ### :bug: Bug Fix
118
+
119
+ * datalist in ox-input-partition-keys ([a25e3a6](https://github.com/hatiolab/operato/commit/a25e3a66cf5f7a25bca057be90ef336b29e915a7))
120
+ * typo ([1f8f2da](https://github.com/hatiolab/operato/commit/1f8f2da3b4780df9f747065a457f6cafb5d9e9cf))
121
+
122
+
123
+
124
+ ## [1.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.28) (2022-03-17)
31
125
 
32
126
 
33
127
  ### :rocket: New Features
34
128
 
35
- * 1.0-alpha ([42f87cf](https://github.com/hatiolab/operato/commit/42f87cf6a3cef0381db91ecb1179e63c64c01370))
129
+ * add ox-grist-editor for partition-keys ([7672a27](https://github.com/hatiolab/operato/commit/7672a2729f78475602733a83779f6a7a96e128fd))
36
130
 
37
131
 
38
132
 
39
- ### [0.4.3](https://github.com/hatiolab/operato/compare/v0.4.2...v0.4.3) (2022-03-06)
133
+ ## [1.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2022-03-17)
134
+
135
+
136
+ ### :rocket: New Features
137
+
138
+ * add ox-grist-editor for partition-keys ([7672a27](https://github.com/hatiolab/operato/commit/7672a2729f78475602733a83779f6a7a96e128fd))
139
+
140
+
141
+
142
+ ## [1.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-03-17)
40
143
 
41
144
  **Note:** Version bump only for package @operato/app
42
145
 
@@ -44,14 +147,154 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
44
147
 
45
148
 
46
149
 
47
- ### [0.4.2](https://github.com/hatiolab/operato/compare/v0.4.1...v0.4.2) (2022-03-06)
150
+ ## [1.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-03-17)
151
+
152
+
153
+ ### :bug: Bug Fix
154
+
155
+ * typo ([907aceb](https://github.com/hatiolab/operato/commit/907acebaf882613991bce064efea435c2d148543))
156
+
157
+
48
158
 
159
+ ## [1.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-03-17)
160
+
161
+
162
+ ### :bug: Bug Fix
163
+
164
+ * refactoring grist-editor, property-editor and input ([bdc3197](https://github.com/hatiolab/operato/commit/bdc31977d148c80a3ac0bea4b33160bac277df1e))
165
+ * refactoring grist-editor, property-editor and input ([ea7431a](https://github.com/hatiolab/operato/commit/ea7431a5e2dfd96ef392c1905e9622df7c2ef88c))
166
+
167
+
168
+
169
+ ## [1.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-03-17)
170
+
171
+ **Note:** Version bump only for package @operato/app
172
+
173
+ ## [1.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-03-17)
174
+
175
+ **Note:** Version bump only for package @operato/app
176
+
177
+ ## [1.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-03-16)
178
+
179
+ ### :rocket: New Features
180
+
181
+ - @operato/ccp module added ([f08ba5a](https://github.com/hatiolab/operato/commit/f08ba5a464c04b7fb132c6f18de975997087846a))
182
+
183
+ ## [1.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-03-15)
184
+
185
+ **Note:** Version bump only for package @operato/app
186
+
187
+ ## [1.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-03-14)
188
+
189
+ ### :bug: Bug Fix
190
+
191
+ - image-selector in ox-input-background-pattern ([b88c6e1](https://github.com/hatiolab/operato/commit/b88c6e141d5d636bff4b29fbae3c790d80b641bc))
192
+
193
+ ## [1.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-03-14)
194
+
195
+ ### :bug: Bug Fix
196
+
197
+ - missing font module import ([a5348cf](https://github.com/hatiolab/operato/commit/a5348cf0d567927f18bf31bba09994f3fbf742f6))
198
+
199
+ ## [1.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-03-13)
200
+
201
+ ### :bug: Bug Fix
202
+
203
+ - some missings in font module ([6c1ba6d](https://github.com/hatiolab/operato/commit/6c1ba6d89b8ff75b03c6b4ce813f5d3d09c7437b))
204
+
205
+ ## [1.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-03-13)
206
+
207
+ ### :bug: Bug Fix
208
+
209
+ - downgrad graphql related libraries ([d26b80f](https://github.com/hatiolab/operato/commit/d26b80fc31b10bfd3bf31b6473151af52f857c66))
210
+
211
+ ## [1.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-03-13)
49
212
 
50
213
  ### :rocket: New Features
51
214
 
52
- * add @operato/app module to support productivity for web application ([217d1f2](https://github.com/hatiolab/operato/commit/217d1f2d99ff75dcd8da1293814653f4758c04b8))
215
+ - migrate input, property-editor from things-factory ([dbd5e73](https://github.com/hatiolab/operato/commit/dbd5e73eac328e72c4bb7abd113a819532bc894d))
216
+
217
+ ## [1.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-03-13)
218
+
219
+ **Note:** Version bump only for package @operato/app
220
+
221
+ ## [1.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-03-13)
222
+
223
+ **Note:** Version bump only for package @operato/app
224
+
225
+ ## [1.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-03-13)
226
+
227
+ ### :rocket: New Features
228
+
229
+ - migrate input, property-editor from things-factory ([4800d85](https://github.com/hatiolab/operato/commit/4800d859473bf623325233a7f2af851e5d093dcb))
230
+
231
+ ## [1.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-03-12)
232
+
233
+ ### :bug: Bug Fix
234
+
235
+ - ox-grist-editor-resource-code for grist ([cb80692](https://github.com/hatiolab/operato/commit/cb80692039e41d7b94b98ac1845822563e179e24))
236
+ - ox-property-editor-attachment-selector ([a1a2d20](https://github.com/hatiolab/operato/commit/a1a2d20640746c891248fdb729097614676c9cff))
237
+
238
+ ## [1.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-03-12)
239
+
240
+ **Note:** Version bump only for package @operato/app
241
+
242
+ ## [1.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-03-12)
243
+
244
+ ### :rocket: New Features
245
+
246
+ - settled concept for input, property-editor, grist-editor, so on ([0c9e1d0](https://github.com/hatiolab/operato/commit/0c9e1d054c7aef5d965868242cf471667af7a3c3))
247
+
248
+ ## [1.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-03-11)
249
+
250
+ **Note:** Version bump only for package @operato/app
251
+
252
+ ## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
253
+
254
+ **Note:** Version bump only for package @operato/app
255
+
256
+ ## [1.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-03-11)
257
+
258
+ **Note:** Version bump only for package @operato/app
259
+
260
+ ## [1.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-03-11)
261
+
262
+ ### :rocket: New Features
263
+
264
+ - start migration grist editors from things-factory ([8b31c7f](https://github.com/hatiolab/operato/commit/8b31c7f00ae9b32e68f6860c559a768c3d456704))
265
+
266
+ ### :bug: Bug Fix
267
+
268
+ - migrate parameter-editor from things-factory ([019a30d](https://github.com/hatiolab/operato/commit/019a30df6fd4c8a273d4194d13f5784ed6f8d956))
269
+
270
+ ## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
271
+
272
+ **Note:** Version bump only for package @operato/app
273
+
274
+ ## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
275
+
276
+ **Note:** Version bump only for package @operato/app
277
+
278
+ ## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
279
+
280
+ **Note:** Version bump only for package @operato/app
281
+
282
+ ## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
283
+
284
+ ### :rocket: New Features
285
+
286
+ - 1.0-alpha ([42f87cf](https://github.com/hatiolab/operato/commit/42f87cf6a3cef0381db91ecb1179e63c64c01370))
287
+
288
+ ### [0.4.3](https://github.com/hatiolab/operato/compare/v0.4.2...v0.4.3) (2022-03-06)
289
+
290
+ **Note:** Version bump only for package @operato/app
291
+
292
+ ### [0.4.2](https://github.com/hatiolab/operato/compare/v0.4.1...v0.4.2) (2022-03-06)
293
+
294
+ ### :rocket: New Features
53
295
 
296
+ - add @operato/app module to support productivity for web application ([217d1f2](https://github.com/hatiolab/operato/commit/217d1f2d99ff75dcd8da1293814653f4758c04b8))
54
297
 
55
298
  ### :mega: Other
56
299
 
57
- * delete unused ([0c23746](https://github.com/hatiolab/operato/commit/0c237461b67a8b9cc69304ea963cb230e7c143e4))
300
+ - delete unused ([0c23746](https://github.com/hatiolab/operato/commit/0c237461b67a8b9cc69304ea963cb230e7c143e4))