@operato/grist-editor 8.0.0-alpha.9 → 8.0.0-beta.1

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 (39) hide show
  1. package/CHANGELOG.md +187 -0
  2. package/dist/src/ox-grist-renderer-hashtags.js +0 -1
  3. package/dist/src/ox-grist-renderer-hashtags.js.map +1 -1
  4. package/dist/tsconfig.tsbuildinfo +1 -1
  5. package/package.json +17 -17
  6. package/.storybook/main.js +0 -3
  7. package/.storybook/preview.js +0 -52
  8. package/.storybook/server.mjs +0 -8
  9. package/src/index.ts +0 -40
  10. package/src/ox-grist-editor-crontab.ts +0 -63
  11. package/src/ox-grist-editor-duration.ts +0 -63
  12. package/src/ox-grist-editor-hashtags.ts +0 -68
  13. package/src/ox-grist-editor-i18n-label.ts +0 -101
  14. package/src/ox-grist-editor-parameters.ts +0 -100
  15. package/src/ox-grist-editor-partition-keys.ts +0 -88
  16. package/src/ox-grist-editor-quantifier.ts +0 -13
  17. package/src/ox-grist-editor-signature.ts +0 -13
  18. package/src/ox-grist-editor-value-map.ts +0 -97
  19. package/src/ox-grist-editor-value-ranges.ts +0 -96
  20. package/src/ox-grist-renderer-crontab.ts +0 -18
  21. package/src/ox-grist-renderer-duration.ts +0 -31
  22. package/src/ox-grist-renderer-hashtags.ts +0 -14
  23. package/src/ox-grist-renderer-i18n-label.ts +0 -12
  24. package/src/ox-grist-renderer-partition-keys.ts +0 -29
  25. package/src/ox-grist-renderer-quantifier.ts +0 -9
  26. package/src/ox-grist-renderer-signature.ts +0 -9
  27. package/src/ox-parameters-builder.ts +0 -134
  28. package/src/ox-popup-crontab-input.ts +0 -75
  29. package/src/ox-popup-duration-input.ts +0 -65
  30. package/src/ox-popup-hashtags-input.ts +0 -66
  31. package/src/ox-popup-i18n-label-input.ts +0 -98
  32. package/src/ox-popup-parameters-builder.ts +0 -112
  33. package/src/ox-popup-partition-keys-input.ts +0 -97
  34. package/src/ox-popup-value-map-input.ts +0 -105
  35. package/src/ox-popup-value-ranges-input.ts +0 -104
  36. package/stories/ox-grist-editor-crontab.stories.ts +0 -451
  37. package/tsconfig.json +0 -24
  38. package/web-dev-server.config.mjs +0 -28
  39. package/web-test-runner.config.mjs +0 -29
package/CHANGELOG.md CHANGED
@@ -3,6 +3,193 @@
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
+ ## [8.0.0-beta.1](https://github.com/hatiolab/operato/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2025-01-08)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * missing .npmignore ([be05985](https://github.com/hatiolab/operato/commit/be05985abfae4af53501f718dd52932099f7fbcb))
12
+
13
+
14
+
15
+ ## [8.0.0-beta.0](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.56...v8.0.0-beta.0) (2025-01-07)
16
+
17
+ **Note:** Version bump only for package @operato/grist-editor
18
+
19
+
20
+
21
+
22
+
23
+ ## [8.0.0-alpha.54](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.53...v8.0.0-alpha.54) (2024-12-09)
24
+
25
+ **Note:** Version bump only for package @operato/grist-editor
26
+
27
+
28
+
29
+
30
+
31
+ ## [8.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.51...v8.0.0-alpha.52) (2024-12-03)
32
+
33
+ **Note:** Version bump only for package @operato/grist-editor
34
+
35
+
36
+
37
+
38
+
39
+ ## [8.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.50...v8.0.0-alpha.51) (2024-11-29)
40
+
41
+ **Note:** Version bump only for package @operato/grist-editor
42
+
43
+
44
+
45
+
46
+
47
+ ## [8.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.49...v8.0.0-alpha.50) (2024-11-16)
48
+
49
+ **Note:** Version bump only for package @operato/grist-editor
50
+
51
+
52
+
53
+
54
+
55
+ ## [8.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.48...v8.0.0-alpha.49) (2024-11-13)
56
+
57
+ **Note:** Version bump only for package @operato/grist-editor
58
+
59
+
60
+
61
+
62
+
63
+ ## [8.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.47...v8.0.0-alpha.48) (2024-11-13)
64
+
65
+ **Note:** Version bump only for package @operato/grist-editor
66
+
67
+
68
+
69
+
70
+
71
+ ## [8.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.45...v8.0.0-alpha.46) (2024-10-23)
72
+
73
+ **Note:** Version bump only for package @operato/grist-editor
74
+
75
+
76
+
77
+
78
+
79
+ ## [8.0.0-alpha.45](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.44...v8.0.0-alpha.45) (2024-10-23)
80
+
81
+ **Note:** Version bump only for package @operato/grist-editor
82
+
83
+
84
+
85
+
86
+
87
+ ## [8.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.43...v8.0.0-alpha.44) (2024-10-23)
88
+
89
+
90
+ ### :bug: Bug Fix
91
+
92
+ * remove useless error messages ([496621d](https://github.com/hatiolab/operato/commit/496621dddcf114a35f5d4a543a564bfa8dc0bbbc))
93
+
94
+
95
+
96
+ ## [8.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.40...v8.0.0-alpha.41) (2024-10-21)
97
+
98
+ **Note:** Version bump only for package @operato/grist-editor
99
+
100
+
101
+
102
+
103
+
104
+ ## [8.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.36...v8.0.0-alpha.37) (2024-10-20)
105
+
106
+
107
+ ### :bug: Bug Fix
108
+
109
+ * update dev-dependencies version ([d6fe342](https://github.com/hatiolab/operato/commit/d6fe342de738c6bad3528550a862b5a1d2573161))
110
+
111
+
112
+
113
+ ## [8.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.33...v8.0.0-alpha.34) (2024-10-15)
114
+
115
+ **Note:** Version bump only for package @operato/grist-editor
116
+
117
+
118
+
119
+
120
+
121
+ ## [8.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2024-10-14)
122
+
123
+ **Note:** Version bump only for package @operato/grist-editor
124
+
125
+
126
+
127
+
128
+
129
+ ## [8.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-10-11)
130
+
131
+ **Note:** Version bump only for package @operato/grist-editor
132
+
133
+
134
+
135
+
136
+
137
+ ## [8.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.28...v8.0.0-alpha.29) (2024-10-10)
138
+
139
+ **Note:** Version bump only for package @operato/grist-editor
140
+
141
+
142
+
143
+
144
+
145
+ ## [8.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.26...v8.0.0-alpha.27) (2024-10-06)
146
+
147
+ **Note:** Version bump only for package @operato/grist-editor
148
+
149
+
150
+
151
+
152
+
153
+ ## [8.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.25...v8.0.0-alpha.26) (2024-10-06)
154
+
155
+ **Note:** Version bump only for package @operato/grist-editor
156
+
157
+
158
+
159
+
160
+
161
+ ## [8.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.20...v8.0.0-alpha.21) (2024-10-05)
162
+
163
+ **Note:** Version bump only for package @operato/grist-editor
164
+
165
+
166
+
167
+
168
+
169
+ ## [8.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.19...v8.0.0-alpha.20) (2024-10-04)
170
+
171
+ **Note:** Version bump only for package @operato/grist-editor
172
+
173
+
174
+
175
+
176
+
177
+ ## [8.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.18...v8.0.0-alpha.19) (2024-10-04)
178
+
179
+ **Note:** Version bump only for package @operato/grist-editor
180
+
181
+
182
+
183
+
184
+
185
+ ## [8.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.9...v8.0.0-alpha.10) (2024-09-18)
186
+
187
+ **Note:** Version bump only for package @operato/grist-editor
188
+
189
+
190
+
191
+
192
+
6
193
  ## [8.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.8...v8.0.0-alpha.9) (2024-09-15)
7
194
 
8
195
  **Note:** Version bump only for package @operato/grist-editor
@@ -1,7 +1,6 @@
1
1
  import { html } from 'lit';
2
2
  export const OxGristRendererHashtags = (value, column, record, rowIndex, field) => {
3
3
  if (!(value instanceof Array)) {
4
- console.error('value is not a instance of string array');
5
4
  return html `<span>&nbsp;</span>`;
6
5
  }
7
6
  return html `<span>
@@ -1 +1 @@
1
- {"version":3,"file":"ox-grist-renderer-hashtags.js","sourceRoot":"","sources":["../../src/ox-grist-renderer-hashtags.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,KAAK,CAAA;AAI1B,MAAM,CAAC,MAAM,uBAAuB,GAAkB,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE;IAC/F,IAAI,CAAC,CAAC,KAAK,YAAY,KAAK,CAAC,EAAE,CAAC;QAC9B,OAAO,CAAC,KAAK,CAAC,yCAAyC,CAAC,CAAA;QACxD,OAAO,IAAI,CAAA,qBAAqB,CAAA;IAClC,CAAC;IAED,OAAO,IAAI,CAAA;MACP,KAAK,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAE,KAAkB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,YAAY;UAC/F,CAAA;AACV,CAAC,CAAA","sourcesContent":["import { html } from 'lit'\n\nimport { FieldRenderer } from '@operato/data-grist'\n\nexport const OxGristRendererHashtags: FieldRenderer = (value, column, record, rowIndex, field) => {\n if (!(value instanceof Array)) {\n console.error('value is not a instance of string array')\n return html`<span>&nbsp;</span>`\n }\n\n return html`<span>\n ${value && value.length > 0 ? (value as string[]).map(x => `#${x}`).join(' ') : '\\u00A0' /* &nbsp; */}\n </span>`\n}\n"]}
1
+ {"version":3,"file":"ox-grist-renderer-hashtags.js","sourceRoot":"","sources":["../../src/ox-grist-renderer-hashtags.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,KAAK,CAAA;AAI1B,MAAM,CAAC,MAAM,uBAAuB,GAAkB,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE;IAC/F,IAAI,CAAC,CAAC,KAAK,YAAY,KAAK,CAAC,EAAE,CAAC;QAC9B,OAAO,IAAI,CAAA,qBAAqB,CAAA;IAClC,CAAC;IAED,OAAO,IAAI,CAAA;MACP,KAAK,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAE,KAAkB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,YAAY;UAC/F,CAAA;AACV,CAAC,CAAA","sourcesContent":["import { html } from 'lit'\n\nimport { FieldRenderer } from '@operato/data-grist'\n\nexport const OxGristRendererHashtags: FieldRenderer = (value, column, record, rowIndex, field) => {\n if (!(value instanceof Array)) {\n return html`<span>&nbsp;</span>`\n }\n\n return html`<span>\n ${value && value.length > 0 ? (value as string[]).map(x => `#${x}`).join(' ') : '\\u00A0' /* &nbsp; */}\n </span>`\n}\n"]}