@pie-element/number-line 5.14.0 → 5.14.2-beta.1443
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 +338 -0
- package/configure/CHANGELOG.md +325 -0
- package/configure/lib/arrows.js +2 -2
- package/configure/lib/arrows.js.map +1 -1
- package/configure/lib/card-bar.js +10 -3
- package/configure/lib/card-bar.js.map +1 -1
- package/configure/lib/defaults.js +6 -1
- package/configure/lib/defaults.js.map +1 -1
- package/configure/lib/domain.js +2 -2
- package/configure/lib/domain.js.map +1 -1
- package/configure/lib/index.js +24 -5
- package/configure/lib/index.js.map +1 -1
- package/configure/lib/main.js +150 -87
- package/configure/lib/main.js.map +1 -1
- package/configure/lib/number-text-field.js +3 -3
- package/configure/lib/number-text-field.js.map +1 -1
- package/configure/lib/point-config.js +6 -3
- package/configure/lib/point-config.js.map +1 -1
- package/configure/lib/size.js +2 -2
- package/configure/lib/size.js.map +1 -1
- package/configure/lib/ticks.js +2 -2
- package/configure/lib/ticks.js.map +1 -1
- package/configure/lib/utils.js +14 -0
- package/configure/lib/utils.js.map +1 -0
- package/configure/package.json +4 -4
- package/controller/CHANGELOG.md +43 -0
- package/controller/lib/defaults.js.map +1 -1
- package/controller/lib/index.js +61 -14
- package/controller/lib/index.js.map +1 -1
- package/controller/package.json +3 -3
- package/docs/config-schema.json +16 -0
- package/docs/config-schema.json.md +12 -0
- package/docs/demo/config.js +2 -2
- package/docs/demo/generate.js +20 -20
- package/docs/demo/index.html +1 -1
- package/docs/pie-schema.json +7 -1
- package/docs/pie-schema.json.md +4 -0
- package/lib/data-converter.js +1 -1
- package/lib/data-converter.js.map +1 -1
- package/lib/draggable/index.js.map +1 -1
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib/number-line/colors.js +1 -1
- package/lib/number-line/feedback.js.map +1 -1
- package/lib/number-line/graph/arrow.js.map +1 -1
- package/lib/number-line/graph/elements/base.js.map +1 -1
- package/lib/number-line/graph/elements/builder.js.map +1 -1
- package/lib/number-line/graph/elements/line.js +2 -2
- package/lib/number-line/graph/elements/line.js.map +1 -1
- package/lib/number-line/graph/elements/point.js +10 -2
- package/lib/number-line/graph/elements/point.js.map +1 -1
- package/lib/number-line/graph/elements/ray.js +5 -2
- package/lib/number-line/graph/elements/ray.js.map +1 -1
- package/lib/number-line/graph/index.js.map +1 -1
- package/lib/number-line/graph/line.js.map +1 -1
- package/lib/number-line/graph/stacks.js +1 -1
- package/lib/number-line/graph/stacks.js.map +1 -1
- package/lib/number-line/graph/tick-utils.js +4 -4
- package/lib/number-line/graph/tick-utils.js.map +1 -1
- package/lib/number-line/graph/ticks.js +2 -2
- package/lib/number-line/graph/ticks.js.map +1 -1
- package/lib/number-line/index.js.map +1 -1
- package/lib/number-line/point-chooser/button.js.map +1 -1
- package/lib/number-line/point-chooser/index.js.map +1 -1
- package/lib/number-line/point-chooser/styles.js +1 -1
- package/lib/number-line/point-chooser/styles.js.map +1 -1
- package/lib/number-line/transitions/fade.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,344 @@
|
|
|
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
|
+
# [6.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.5.0...@pie-element/number-line@6.6.0) (2023-01-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [6.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.4.1...@pie-element/number-line@6.5.0) (2023-01-05)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
|
|
23
|
+
* update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
|
|
24
|
+
* update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
|
|
25
|
+
* **number-line:** added ConfigLayout wrapper for authoring side ([6b3c2ad](https://github.com/pie-framework/pie-elements/commit/6b3c2adc18d6f40f14927602299213081f52a6e0))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [6.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.4.0...@pie-element/number-line@6.4.1) (2022-12-21)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [6.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.3.2...@pie-element/number-line@6.4.0) (2022-12-20)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* **pie-models:** update schemas for extended-text-entry in order to include the updated spellchek property ([bf4b656](https://github.com/pie-framework/pie-elements/commit/bf4b656241887acf8e2aa1264e747c0c338ed727))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
## [6.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.3.1...@pie-element/number-line@6.3.2) (2022-12-07)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Bug Fixes
|
|
62
|
+
|
|
63
|
+
* update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
|
|
64
|
+
* update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
|
|
65
|
+
* updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
|
|
66
|
+
* updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
|
|
67
|
+
* updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
|
|
68
|
+
* updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## [6.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.3.0...@pie-element/number-line@6.3.1) (2022-11-15)
|
|
75
|
+
|
|
76
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
# [6.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.2.1...@pie-element/number-line@6.3.0) (2022-11-01)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Features
|
|
86
|
+
|
|
87
|
+
* add a different property in the config, forceEnabled, to force a value ([300c664](https://github.com/pie-framework/pie-elements/commit/300c664618f46177137deef3bced2d096cdb8126))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
## [6.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.2.0...@pie-element/number-line@6.2.1) (2022-10-31)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Bug Fixes
|
|
97
|
+
|
|
98
|
+
* **number-line:** fix tests in point ([9964d5a](https://github.com/pie-framework/pie-elements/commit/9964d5aece5f02434fb9b171c9eb254c0e27fb16))
|
|
99
|
+
* **number-line:** increase draggable zone for number-line point, for better user experience on ipad ([12cfabd](https://github.com/pie-framework/pie-elements/commit/12cfabdd6d6d9f988a218241e22314f44844db92))
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
# [6.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.10...@pie-element/number-line@6.2.0) (2022-10-17)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### Features
|
|
109
|
+
|
|
110
|
+
* enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
|
|
111
|
+
* update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
|
|
112
|
+
* **docs:** update docs ([23cab69](https://github.com/pie-framework/pie-elements/commit/23cab69700cfee41395941f99599253cba8a28a3))
|
|
113
|
+
* **number-line:** add pie-api config PD-23 ([3c15653](https://github.com/pie-framework/pie-elements/commit/3c15653d208fcf7336388b84bb457293f0a03c35))
|
|
114
|
+
* **number-line:** add uploadSoundSupport property PD-23-updated ([97a4f02](https://github.com/pie-framework/pie-elements/commit/97a4f02541b6f769e9329830233ef88437f0218b))
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
## [6.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.9...@pie-element/number-line@6.1.10) (2022-09-29)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## [6.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.8...@pie-element/number-line@6.1.9) (2022-09-14)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## [6.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.7...@pie-element/number-line@6.1.8) (2022-09-13)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Bug Fixes
|
|
140
|
+
|
|
141
|
+
* **number-line:** adjust domain min and max values PD-1648 ([9d43265](https://github.com/pie-framework/pie-elements/commit/9d43265fe691b03eb30399fbf4227220a25b946b))
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
## [6.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.6...@pie-element/number-line@6.1.7) (2022-08-31)
|
|
148
|
+
|
|
149
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
## [6.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.5...@pie-element/number-line@6.1.6) (2022-08-16)
|
|
156
|
+
|
|
157
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
## [6.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.4...@pie-element/number-line@6.1.5) (2022-08-08)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## [6.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.3...@pie-element/number-line@6.1.4) (2022-08-02)
|
|
172
|
+
|
|
173
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
## [6.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.2...@pie-element/number-line@6.1.3) (2022-07-22)
|
|
180
|
+
|
|
181
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
## [6.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.1...@pie-element/number-line@6.1.2) (2022-07-20)
|
|
188
|
+
|
|
189
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
## [6.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.1.0...@pie-element/number-line@6.1.1) (2022-07-19)
|
|
196
|
+
|
|
197
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
# [6.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@6.0.0...@pie-element/number-line@6.1.0) (2022-06-28)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### Features
|
|
207
|
+
|
|
208
|
+
* **number-line:** created validate method in controller PD-1747 ([b1341ef](https://github.com/pie-framework/pie-elements/commit/b1341ef167b43ed6af17bf64d605a66d725b7e2c))
|
|
209
|
+
* **number-line:** ux/ui for validation PD-1748 ([ccfa5fe](https://github.com/pie-framework/pie-elements/commit/ccfa5fe9b39c4471a9769a943c117e35db4bfcc2))
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
# [6.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.14...@pie-element/number-line@6.0.0) (2022-06-28)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### chore
|
|
219
|
+
|
|
220
|
+
* Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### BREAKING CHANGES
|
|
224
|
+
|
|
225
|
+
* Image percent buttons were removed from toolbar.
|
|
226
|
+
New properties maxImageWidth and maxImageHeight were added.
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
## [5.14.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.13...@pie-element/number-line@5.14.14) (2022-06-13)
|
|
233
|
+
|
|
234
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
## [5.14.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.12...@pie-element/number-line@5.14.13) (2022-05-30)
|
|
241
|
+
|
|
242
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
## [5.14.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.11...@pie-element/number-line@5.14.12) (2022-05-30)
|
|
249
|
+
|
|
250
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
## [5.14.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.10...@pie-element/number-line@5.14.11) (2022-05-16)
|
|
257
|
+
|
|
258
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
## [5.14.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.9...@pie-element/number-line@5.14.10) (2022-05-09)
|
|
265
|
+
|
|
266
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
## [5.14.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.8...@pie-element/number-line@5.14.9) (2022-05-03)
|
|
273
|
+
|
|
274
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
## [5.14.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.7...@pie-element/number-line@5.14.8) (2022-04-12)
|
|
281
|
+
|
|
282
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
## [5.14.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.6...@pie-element/number-line@5.14.7) (2022-03-28)
|
|
289
|
+
|
|
290
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
## [5.14.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.5...@pie-element/number-line@5.14.6) (2022-03-22)
|
|
297
|
+
|
|
298
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
## [5.14.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.4...@pie-element/number-line@5.14.5) (2022-03-08)
|
|
305
|
+
|
|
306
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
## [5.14.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.3...@pie-element/number-line@5.14.4) (2022-03-08)
|
|
313
|
+
|
|
314
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
## [5.14.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.2...@pie-element/number-line@5.14.3) (2022-02-21)
|
|
321
|
+
|
|
322
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
## [5.14.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.1...@pie-element/number-line@5.14.2) (2022-02-04)
|
|
329
|
+
|
|
330
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
## [5.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.14.0...@pie-element/number-line@5.14.1) (2022-01-24)
|
|
337
|
+
|
|
338
|
+
**Note:** Version bump only for package @pie-element/number-line
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
6
344
|
# [5.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line@5.13.9...@pie-element/number-line@5.14.0) (2022-01-11)
|
|
7
345
|
|
|
8
346
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,331 @@
|
|
|
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
|
+
# [5.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.3.0...@pie-element/number-line-configure@5.4.0) (2023-01-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [5.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.2.5...@pie-element/number-line-configure@5.3.0) (2023-01-05)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
|
|
23
|
+
* update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
|
|
24
|
+
* update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
|
|
25
|
+
* **number-line:** added ConfigLayout wrapper for authoring side ([6b3c2ad](https://github.com/pie-framework/pie-elements/commit/6b3c2adc18d6f40f14927602299213081f52a6e0))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [5.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.2.4...@pie-element/number-line-configure@5.2.5) (2022-12-21)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## [5.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.2.3...@pie-element/number-line-configure@5.2.4) (2022-12-20)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## [5.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.2.2...@pie-element/number-line-configure@5.2.3) (2022-12-07)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
|
|
59
|
+
* update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
|
|
60
|
+
* updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
|
|
61
|
+
* updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
|
|
62
|
+
* updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
|
|
63
|
+
* updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## [5.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.2.1...@pie-element/number-line-configure@5.2.2) (2022-11-15)
|
|
70
|
+
|
|
71
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## [5.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.2.0...@pie-element/number-line-configure@5.2.1) (2022-10-31)
|
|
78
|
+
|
|
79
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
# [5.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.10...@pie-element/number-line-configure@5.2.0) (2022-10-17)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
### Features
|
|
89
|
+
|
|
90
|
+
* enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
|
|
91
|
+
* update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
|
|
92
|
+
* **number-line:** add pie-api config PD-23 ([3c15653](https://github.com/pie-framework/pie-elements/commit/3c15653d208fcf7336388b84bb457293f0a03c35))
|
|
93
|
+
* **number-line:** add uploadSoundSupport property PD-23-updated ([97a4f02](https://github.com/pie-framework/pie-elements/commit/97a4f02541b6f769e9329830233ef88437f0218b))
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## [5.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.9...@pie-element/number-line-configure@5.1.10) (2022-09-29)
|
|
100
|
+
|
|
101
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## [5.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.8...@pie-element/number-line-configure@5.1.9) (2022-09-14)
|
|
108
|
+
|
|
109
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
## [5.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.7...@pie-element/number-line-configure@5.1.8) (2022-09-13)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Bug Fixes
|
|
119
|
+
|
|
120
|
+
* **number-line:** adjust domain min and max values PD-1648 ([9d43265](https://github.com/pie-framework/pie-elements/commit/9d43265fe691b03eb30399fbf4227220a25b946b))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## [5.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.6...@pie-element/number-line-configure@5.1.7) (2022-08-31)
|
|
127
|
+
|
|
128
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
## [5.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.5...@pie-element/number-line-configure@5.1.6) (2022-08-16)
|
|
135
|
+
|
|
136
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
## [5.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.4...@pie-element/number-line-configure@5.1.5) (2022-08-08)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
## [5.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.3...@pie-element/number-line-configure@5.1.4) (2022-08-02)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## [5.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.2...@pie-element/number-line-configure@5.1.3) (2022-07-22)
|
|
159
|
+
|
|
160
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
## [5.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.1...@pie-element/number-line-configure@5.1.2) (2022-07-20)
|
|
167
|
+
|
|
168
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
## [5.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.1.0...@pie-element/number-line-configure@5.1.1) (2022-07-19)
|
|
175
|
+
|
|
176
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
# [5.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@5.0.0...@pie-element/number-line-configure@5.1.0) (2022-06-28)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
### Features
|
|
186
|
+
|
|
187
|
+
* **number-line:** ux/ui for validation PD-1748 ([ccfa5fe](https://github.com/pie-framework/pie-elements/commit/ccfa5fe9b39c4471a9769a943c117e35db4bfcc2))
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
# [5.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.13...@pie-element/number-line-configure@5.0.0) (2022-06-28)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### chore
|
|
197
|
+
|
|
198
|
+
* Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### BREAKING CHANGES
|
|
202
|
+
|
|
203
|
+
* Image percent buttons were removed from toolbar.
|
|
204
|
+
New properties maxImageWidth and maxImageHeight were added.
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
## [4.9.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.12...@pie-element/number-line-configure@4.9.13) (2022-06-13)
|
|
211
|
+
|
|
212
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
## [4.9.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.11...@pie-element/number-line-configure@4.9.12) (2022-05-30)
|
|
219
|
+
|
|
220
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
## [4.9.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.10...@pie-element/number-line-configure@4.9.11) (2022-05-30)
|
|
227
|
+
|
|
228
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
## [4.9.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.9...@pie-element/number-line-configure@4.9.10) (2022-05-16)
|
|
235
|
+
|
|
236
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
## [4.9.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.8...@pie-element/number-line-configure@4.9.9) (2022-05-09)
|
|
243
|
+
|
|
244
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
## [4.9.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.7...@pie-element/number-line-configure@4.9.8) (2022-05-03)
|
|
251
|
+
|
|
252
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
## [4.9.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.6...@pie-element/number-line-configure@4.9.7) (2022-04-12)
|
|
259
|
+
|
|
260
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
## [4.9.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.5...@pie-element/number-line-configure@4.9.6) (2022-03-28)
|
|
267
|
+
|
|
268
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
## [4.9.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.4...@pie-element/number-line-configure@4.9.5) (2022-03-22)
|
|
275
|
+
|
|
276
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
## [4.9.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.3...@pie-element/number-line-configure@4.9.4) (2022-03-08)
|
|
283
|
+
|
|
284
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
## [4.9.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.2...@pie-element/number-line-configure@4.9.3) (2022-03-08)
|
|
291
|
+
|
|
292
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
## [4.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.1...@pie-element/number-line-configure@4.9.2) (2022-02-21)
|
|
299
|
+
|
|
300
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
## [4.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.9.0...@pie-element/number-line-configure@4.9.1) (2022-02-04)
|
|
307
|
+
|
|
308
|
+
**Note:** Version bump only for package @pie-element/number-line-configure
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
# [4.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.8.14...@pie-element/number-line-configure@4.9.0) (2022-01-24)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Bug Fixes
|
|
318
|
+
|
|
319
|
+
* **number-line:** Fixed 'You have not entered a response' issue in pits ([0618d5e](https://github.com/pie-framework/pie-elements/commit/0618d5eeadbf38aca04b0f4c7e3529c2b479ec6b))
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
### Features
|
|
323
|
+
|
|
324
|
+
* **number-line:** Added support for fractions PD-472 ([4f5f525](https://github.com/pie-framework/pie-elements/commit/4f5f525f1878fe70d32cfae0b79925fcc685031c))
|
|
325
|
+
* **number-line:** Refactoring ([1fb0bb8](https://github.com/pie-framework/pie-elements/commit/1fb0bb8b302efcabd06abd9c66272e9b4353dd02))
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
6
331
|
## [4.8.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/number-line-configure@4.8.13...@pie-element/number-line-configure@4.8.14) (2022-01-11)
|
|
7
332
|
|
|
8
333
|
**Note:** Version bump only for package @pie-element/number-line-configure
|
package/configure/lib/arrows.js
CHANGED
|
@@ -31,9 +31,9 @@ var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
31
31
|
|
|
32
32
|
var _configUi = require("@pie-lib/config-ui");
|
|
33
33
|
|
|
34
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
34
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
35
35
|
|
|
36
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
36
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
37
37
|
|
|
38
38
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2["default"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2["default"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2["default"])(this, result); }; }
|
|
39
39
|
|