@vixoniccom/modules 2.11.0 → 2.12.0-dev.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 (59) hide show
  1. package/.vscode/settings.json +2 -2
  2. package/CHANGELOG.md +282 -264
  3. package/dist/index.d.ts +6 -6
  4. package/dist/index.js +32 -31
  5. package/dist/lib/base.d.ts +28 -36
  6. package/dist/lib/base.js +63 -58
  7. package/dist/lib/containers/dynamic-matrix.d.ts +48 -48
  8. package/dist/lib/containers/dynamic-matrix.js +85 -76
  9. package/dist/lib/containers/group.d.ts +21 -21
  10. package/dist/lib/containers/group.js +56 -47
  11. package/dist/lib/containers/index.d.ts +6 -6
  12. package/dist/lib/containers/index.js +14 -13
  13. package/dist/lib/containers/list.d.ts +66 -66
  14. package/dist/lib/containers/list.js +114 -105
  15. package/dist/lib/errors.d.ts +22 -22
  16. package/dist/lib/errors.js +24 -23
  17. package/dist/lib/index.d.ts +29 -29
  18. package/dist/lib/index.js +136 -128
  19. package/dist/lib/inputs/autocomplete.d.ts +31 -31
  20. package/dist/lib/inputs/autocomplete.js +55 -49
  21. package/dist/lib/inputs/color-picker.d.ts +23 -23
  22. package/dist/lib/inputs/color-picker.js +48 -42
  23. package/dist/lib/inputs/date-input.d.ts +35 -35
  24. package/dist/lib/inputs/date-input.js +87 -78
  25. package/dist/lib/inputs/index.d.ts +24 -24
  26. package/dist/lib/inputs/index.js +52 -49
  27. package/dist/lib/inputs/number-input.d.ts +29 -29
  28. package/dist/lib/inputs/number-input.js +62 -53
  29. package/dist/lib/inputs/select-asset-kna.d.ts +34 -34
  30. package/dist/lib/inputs/select-asset-kna.js +56 -50
  31. package/dist/lib/inputs/select-input.d.ts +18 -18
  32. package/dist/lib/inputs/select-input.js +35 -29
  33. package/dist/lib/inputs/service-input.d.ts +27 -27
  34. package/dist/lib/inputs/service-input.js +47 -41
  35. package/dist/lib/inputs/slider.d.ts +33 -33
  36. package/dist/lib/inputs/slider.js +57 -51
  37. package/dist/lib/inputs/switch.d.ts +21 -21
  38. package/dist/lib/inputs/switch.js +45 -39
  39. package/dist/lib/inputs/text-area.d.ts +20 -20
  40. package/dist/lib/inputs/text-area.js +46 -37
  41. package/dist/lib/inputs/text-format.d.ts +28 -28
  42. package/dist/lib/inputs/text-format.js +43 -37
  43. package/dist/lib/inputs/text-input.d.ts +34 -34
  44. package/dist/lib/inputs/text-input.js +73 -64
  45. package/dist/lib/ui/index.d.ts +4 -4
  46. package/dist/lib/ui/index.js +6 -5
  47. package/dist/lib/ui/label.d.ts +18 -18
  48. package/dist/lib/ui/label.js +36 -30
  49. package/dist/lib/utils/index.d.ts +2 -1
  50. package/dist/lib/utils/index.js +28 -22
  51. package/dist/lib/utils/typeDefs.d.ts +7 -7
  52. package/dist/lib/utils/typeDefs.js +19 -18
  53. package/dist/lib/utils/validation.d.ts +7 -7
  54. package/dist/lib/utils/validation.js +27 -26
  55. package/dist/lib/values.d.ts +21 -21
  56. package/dist/lib/values.js +92 -86
  57. package/dist/lib/visibility.d.ts +2 -2
  58. package/dist/lib/visibility.js +21 -20
  59. package/package.json +23 -22
@@ -1,3 +1,3 @@
1
- {
2
- "typescript.tsdk": "node_modules\\typescript\\lib"
1
+ {
2
+ "typescript.tsdk": "node_modules\\typescript\\lib"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,264 +1,282 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- <a name="2.11.0"></a>
6
- # [2.11.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.10.0...v2.11.0) (2019-01-21)
7
-
8
-
9
- ### Features
10
-
11
- * add extension attribute to select-asset ([a8592e5](https://bitbucket.org/vixonicmodules/modules/commits/a8592e5))
12
-
13
-
14
-
15
- <a name="2.10.0"></a>
16
- # [2.10.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.9.0...v2.10.0) (2019-01-08)
17
-
18
-
19
- ### Features
20
-
21
- * added WeatherService to service input ([96dad52](https://bitbucket.org/vixonicmodules/modules/commits/96dad52))
22
-
23
-
24
-
25
- <a name="2.9.0"></a>
26
- # [2.9.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.8.0...v2.9.0) (2019-01-03)
27
-
28
-
29
- ### Features
30
-
31
- * auto mode for color picker ([bcf53d6](https://bitbucket.org/vixonicmodules/modules/commits/bcf53d6))
32
-
33
-
34
-
35
- <a name="2.8.0"></a>
36
- # [2.8.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.7.1...v2.8.0) (2019-01-03)
37
-
38
-
39
- ### Features
40
-
41
- * color picker output definition. ([69641c9](https://bitbucket.org/vixonicmodules/modules/commits/69641c9))
42
-
43
-
44
-
45
- <a name="2.7.1"></a>
46
- ## [2.7.1](https://bitbucket.org/vixonicmodules/modules/compare/v2.7.0...v2.7.1) (2018-11-06)
47
-
48
-
49
- ### Bug Fixes
50
-
51
- * Errors isArray returning isMap ([54467f7](https://bitbucket.org/vixonicmodules/modules/commits/54467f7))
52
-
53
-
54
-
55
- <a name="2.7.0"></a>
56
- # [2.7.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.6.0...v2.7.0) (2018-11-06)
57
-
58
-
59
- ### Features
60
-
61
- * range in lists ([f3d28b4](https://bitbucket.org/vixonicmodules/modules/commits/f3d28b4))
62
-
63
-
64
-
65
- <a name="2.6.0"></a>
66
- # [2.6.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.5.0...v2.6.0) (2018-10-19)
67
-
68
-
69
- ### Features
70
-
71
- * select asset kna now accepts multiple ([3ee9ae7](https://bitbucket.org/vixonicmodules/modules/commits/3ee9ae7))
72
-
73
-
74
-
75
- <a name="2.5.0"></a>
76
- # [2.5.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.4.0...v2.5.0) (2018-10-19)
77
-
78
-
79
- ### Features
80
-
81
- * added facebook service. ([5724f50](https://bitbucket.org/vixonicmodules/modules/commits/5724f50))
82
-
83
-
84
-
85
- <a name="2.4.0"></a>
86
- # [2.4.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.3.1...v2.4.0) (2018-10-19)
87
-
88
-
89
- ### Features
90
-
91
- * dynamic matrix container ([1ff8fb5](https://bitbucket.org/vixonicmodules/modules/commits/1ff8fb5))
92
- * dynamic matrix input. ([1a84c44](https://bitbucket.org/vixonicmodules/modules/commits/1a84c44))
93
-
94
-
95
-
96
- <a name="2.3.1"></a>
97
- ## [2.3.1](https://bitbucket.org/vixonicmodules/modules/compare/v2.3.0...v2.3.1) (2018-09-28)
98
-
99
-
100
- ### Bug Fixes
101
-
102
- * **validation:** not visible containers should not validate. ([37be5a2](https://bitbucket.org/vixonicmodules/modules/commits/37be5a2))
103
-
104
-
105
-
106
- <a name="2.3.0"></a>
107
- # [2.3.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.0.2...v2.3.0) (2018-09-27)
108
-
109
-
110
- ### Bug Fixes
111
-
112
- * merge issues ([b846326](https://bitbucket.org/vixonicmodules/modules/commits/b846326))
113
-
114
-
115
-
116
- <a name="2.2.0"></a>
117
- # [2.2.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.1.0...v2.2.0) (2018-09-18)
118
-
119
-
120
- ### Bug Fixes
121
-
122
- * added show to IBaseElement ([afbefbb](https://bitbucket.org/vixonicmodules/modules/commits/afbefbb))
123
-
124
-
125
- ### Features
126
-
127
- * added durationFormula and getDuration to configuration ([13ab357](https://bitbucket.org/vixonicmodules/modules/commits/13ab357))
128
-
129
-
130
-
131
- <a name="2.1.0"></a>
132
- # [2.1.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.0.1...v2.1.0) (2018-09-17)
133
-
134
-
135
- ### Features
136
-
137
- * **list-container:** added showItemId attribute ([20ce544](https://bitbucket.org/vixonicmodules/modules/commits/20ce544))
138
-
139
-
140
-
141
- <a name="2.2.0"></a>
142
- # [2.2.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.1.0...v2.2.0) (2018-09-18)
143
-
144
-
145
- ### Bug Fixes
146
-
147
- * added show to IBaseElement ([afbefbb](https://bitbucket.org/vixonicmodules/modules/commits/afbefbb))
148
-
149
-
150
- ### Features
151
-
152
- * added durationFormula and getDuration to configuration ([13ab357](https://bitbucket.org/vixonicmodules/modules/commits/13ab357))
153
-
154
-
155
-
156
- <a name="2.1.0"></a>
157
- # [2.1.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.0.1...v2.1.0) (2018-09-17)
158
-
159
-
160
- ### Features
161
-
162
- * **list-container:** added showItemId attribute ([20ce544](https://bitbucket.org/vixonicmodules/modules/commits/20ce544))
163
-
164
-
165
-
166
- <a name="2.0.2"></a>
167
- ## [2.0.2](https://bitbucket.org/vixonicmodules/modules/compare/v2.0.1...v2.0.2) (2018-09-17)
168
-
169
-
170
-
171
- <a name="2.0.1"></a>
172
- ## [2.0.1](https://bitbucket.org/vixonicmodules/modules/compare/v2.0.0...v2.0.1) (2018-09-14)
173
-
174
-
175
- ### Bug Fixes
176
-
177
- * change typescript target from es2015 to es5 ([b4284c4](https://bitbucket.org/vixonicmodules/modules/commits/b4284c4))
178
-
179
-
180
-
181
- <a name="2.0.0"></a>
182
- # [2.0.0](https://bitbucket.org/vixonicmodules/modules/compare/v1.4.1...v2.0.0) (2018-09-13)
183
-
184
-
185
- ### Features
186
-
187
- * **ts:** change typescript version ([86ec66e](https://bitbucket.org/vixonicmodules/modules/commits/86ec66e))
188
-
189
-
190
- ### BREAKING CHANGES
191
-
192
- * **ts:** typescript version 2.4.2
193
-
194
-
195
-
196
- <a name="1.4.1"></a>
197
- ## [1.4.1](https://bitbucket.org/vixonicmodules/modules/compare/v1.4.0...v1.4.1) (2018-09-13)
198
-
199
-
200
- ### Bug Fixes
201
-
202
- * date input value validation ([6ebba74](https://bitbucket.org/vixonicmodules/modules/commits/6ebba74))
203
-
204
-
205
-
206
- <a name="1.4.0"></a>
207
- # [1.4.0](https://bitbucket.org/vixonicmodules/modules/compare/v1.3.0...v1.4.0) (2018-09-12)
208
-
209
-
210
- ### Features
211
-
212
- * **validation-scheme:** new validation scheme. BREAKING CHANGE: Not compatible with previous versions. ([ad0835d](https://bitbucket.org/vixonicmodules/modules/commits/ad0835d))
213
-
214
-
215
-
216
- <a name="1.3.0"></a>
217
- # [1.3.0](https://bitbucket.org/vixonicmodules/modules/compare/v1.2.0...v1.3.0) (2018-09-10)
218
-
219
-
220
- ### Features
221
-
222
- * list attr sortDisabled changed to sortable. ([f471dc9](https://bitbucket.org/vixonicmodules/modules/commits/f471dc9))
223
-
224
-
225
-
226
- <a name="1.2.0"></a>
227
- # [1.2.0](https://bitbucket.org/vixonicmodules/modules/compare/v1.1.1...v1.2.0) (2018-09-05)
228
-
229
-
230
- ### Features
231
-
232
- * add LinkedInCompanyMediaService to ServiceInput ([6042e54](https://bitbucket.org/vixonicmodules/modules/commits/6042e54))
233
- * add sortDisabled attribute to lists ([cca2f4e](https://bitbucket.org/vixonicmodules/modules/commits/cca2f4e))
234
- * added standard-version ([e0b1611](https://bitbucket.org/vixonicmodules/modules/commits/e0b1611))
235
-
236
-
237
-
238
- <a name="1.1.1"></a>
239
- ## 1.1.1 (2018-09-05)
240
-
241
-
242
- ### Bug Fixes
243
-
244
- * allow empty "" values in autocomplete and select-input. ([762eafa](https://bitbucket.org/vixonicmodules/modules/commits/762eafa))
245
- * autocomplete multiple typeDef ([7f1924a](https://bitbucket.org/vixonicmodules/modules/commits/7f1924a))
246
- * group show fixed ([381c1b5](https://bitbucket.org/vixonicmodules/modules/commits/381c1b5))
247
- * Number input validation when no range is available ([45ebaa7](https://bitbucket.org/vixonicmodules/modules/commits/45ebaa7))
248
- * select input value type array ([d3cb3ef](https://bitbucket.org/vixonicmodules/modules/commits/d3cb3ef))
249
- * TextFormat value font should include id ([29f8583](https://bitbucket.org/vixonicmodules/modules/commits/29f8583))
250
- * update text-format typeDef to match the value. ([19cb679](https://bitbucket.org/vixonicmodules/modules/commits/19cb679))
251
- * VixonicData type definition. ([7309a48](https://bitbucket.org/vixonicmodules/modules/commits/7309a48))
252
-
253
-
254
- ### Features
255
-
256
- * __isAsset in select-asset & text-format. Warn on duplicate ids when parsing toJSON. ([ccce2aa](https://bitbucket.org/vixonicmodules/modules/commits/ccce2aa))
257
- * added show to label ([a30fa78](https://bitbucket.org/vixonicmodules/modules/commits/a30fa78))
258
- * Added some utils, started validation ([cdc9f01](https://bitbucket.org/vixonicmodules/modules/commits/cdc9f01))
259
- * adds service-input ([3ccafae](https://bitbucket.org/vixonicmodules/modules/commits/3ccafae))
260
- * Date input validation fixes. ([9d29e42](https://bitbucket.org/vixonicmodules/modules/commits/9d29e42))
261
- * list value and typedef for List ([99247a1](https://bitbucket.org/vixonicmodules/modules/commits/99247a1))
262
- * service input now has InstagramMedia option. ([b5090fe](https://bitbucket.org/vixonicmodules/modules/commits/b5090fe))
263
- * shared IDs now posible ([d2d1dd7](https://bitbucket.org/vixonicmodules/modules/commits/d2d1dd7))
264
- * validation logic implemented ([2cf1fb7](https://bitbucket.org/vixonicmodules/modules/commits/2cf1fb7))
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
+
5
+ ## [2.12.0-dev.1](https://gitlab.com/mandomedio/vixonic/modules/compare/v2.12.0-dev.0...v2.12.0-dev.1) (2021-08-19)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **release:** Typescript was upgrated to v4 and also several fixes were apply with the new dependencies ([e706e00](https://gitlab.com/mandomedio/vixonic/modules/commit/e706e007b9a31b4ef44aeafdb7002e5007e61627))
11
+
12
+ <a name="2.12.0-dev.0"></a>
13
+ # 2.12.0-dev.0 (2021-08-18)
14
+
15
+
16
+ ### Features
17
+
18
+ * **release:** Node JS was upgrated to v10 ([51af8e1](https://gitlab.com/mandomedio/vixonic/modules/commit/51af8e1))
19
+ * **release:** Node JS was upgrated to v12 and Typescript to v2.8 ([aee58cf](https://gitlab.com/mandomedio/vixonic/modules/commit/aee58cf))
20
+
21
+
22
+
23
+ <a name="2.11.0"></a>
24
+ # [2.11.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.10.0...v2.11.0) (2019-01-21)
25
+
26
+
27
+ ### Features
28
+
29
+ * add extension attribute to select-asset ([a8592e5](https://bitbucket.org/vixonicmodules/modules/commits/a8592e5))
30
+
31
+
32
+
33
+ <a name="2.10.0"></a>
34
+ # [2.10.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.9.0...v2.10.0) (2019-01-08)
35
+
36
+
37
+ ### Features
38
+
39
+ * added WeatherService to service input ([96dad52](https://bitbucket.org/vixonicmodules/modules/commits/96dad52))
40
+
41
+
42
+
43
+ <a name="2.9.0"></a>
44
+ # [2.9.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.8.0...v2.9.0) (2019-01-03)
45
+
46
+
47
+ ### Features
48
+
49
+ * auto mode for color picker ([bcf53d6](https://bitbucket.org/vixonicmodules/modules/commits/bcf53d6))
50
+
51
+
52
+
53
+ <a name="2.8.0"></a>
54
+ # [2.8.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.7.1...v2.8.0) (2019-01-03)
55
+
56
+
57
+ ### Features
58
+
59
+ * color picker output definition. ([69641c9](https://bitbucket.org/vixonicmodules/modules/commits/69641c9))
60
+
61
+
62
+
63
+ <a name="2.7.1"></a>
64
+ ## [2.7.1](https://bitbucket.org/vixonicmodules/modules/compare/v2.7.0...v2.7.1) (2018-11-06)
65
+
66
+
67
+ ### Bug Fixes
68
+
69
+ * Errors isArray returning isMap ([54467f7](https://bitbucket.org/vixonicmodules/modules/commits/54467f7))
70
+
71
+
72
+
73
+ <a name="2.7.0"></a>
74
+ # [2.7.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.6.0...v2.7.0) (2018-11-06)
75
+
76
+
77
+ ### Features
78
+
79
+ * range in lists ([f3d28b4](https://bitbucket.org/vixonicmodules/modules/commits/f3d28b4))
80
+
81
+
82
+
83
+ <a name="2.6.0"></a>
84
+ # [2.6.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.5.0...v2.6.0) (2018-10-19)
85
+
86
+
87
+ ### Features
88
+
89
+ * select asset kna now accepts multiple ([3ee9ae7](https://bitbucket.org/vixonicmodules/modules/commits/3ee9ae7))
90
+
91
+
92
+
93
+ <a name="2.5.0"></a>
94
+ # [2.5.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.4.0...v2.5.0) (2018-10-19)
95
+
96
+
97
+ ### Features
98
+
99
+ * added facebook service. ([5724f50](https://bitbucket.org/vixonicmodules/modules/commits/5724f50))
100
+
101
+
102
+
103
+ <a name="2.4.0"></a>
104
+ # [2.4.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.3.1...v2.4.0) (2018-10-19)
105
+
106
+
107
+ ### Features
108
+
109
+ * dynamic matrix container ([1ff8fb5](https://bitbucket.org/vixonicmodules/modules/commits/1ff8fb5))
110
+ * dynamic matrix input. ([1a84c44](https://bitbucket.org/vixonicmodules/modules/commits/1a84c44))
111
+
112
+
113
+
114
+ <a name="2.3.1"></a>
115
+ ## [2.3.1](https://bitbucket.org/vixonicmodules/modules/compare/v2.3.0...v2.3.1) (2018-09-28)
116
+
117
+
118
+ ### Bug Fixes
119
+
120
+ * **validation:** not visible containers should not validate. ([37be5a2](https://bitbucket.org/vixonicmodules/modules/commits/37be5a2))
121
+
122
+
123
+
124
+ <a name="2.3.0"></a>
125
+ # [2.3.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.0.2...v2.3.0) (2018-09-27)
126
+
127
+
128
+ ### Bug Fixes
129
+
130
+ * merge issues ([b846326](https://bitbucket.org/vixonicmodules/modules/commits/b846326))
131
+
132
+
133
+
134
+ <a name="2.2.0"></a>
135
+ # [2.2.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.1.0...v2.2.0) (2018-09-18)
136
+
137
+
138
+ ### Bug Fixes
139
+
140
+ * added show to IBaseElement ([afbefbb](https://bitbucket.org/vixonicmodules/modules/commits/afbefbb))
141
+
142
+
143
+ ### Features
144
+
145
+ * added durationFormula and getDuration to configuration ([13ab357](https://bitbucket.org/vixonicmodules/modules/commits/13ab357))
146
+
147
+
148
+
149
+ <a name="2.1.0"></a>
150
+ # [2.1.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.0.1...v2.1.0) (2018-09-17)
151
+
152
+
153
+ ### Features
154
+
155
+ * **list-container:** added showItemId attribute ([20ce544](https://bitbucket.org/vixonicmodules/modules/commits/20ce544))
156
+
157
+
158
+
159
+ <a name="2.2.0"></a>
160
+ # [2.2.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.1.0...v2.2.0) (2018-09-18)
161
+
162
+
163
+ ### Bug Fixes
164
+
165
+ * added show to IBaseElement ([afbefbb](https://bitbucket.org/vixonicmodules/modules/commits/afbefbb))
166
+
167
+
168
+ ### Features
169
+
170
+ * added durationFormula and getDuration to configuration ([13ab357](https://bitbucket.org/vixonicmodules/modules/commits/13ab357))
171
+
172
+
173
+
174
+ <a name="2.1.0"></a>
175
+ # [2.1.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.0.1...v2.1.0) (2018-09-17)
176
+
177
+
178
+ ### Features
179
+
180
+ * **list-container:** added showItemId attribute ([20ce544](https://bitbucket.org/vixonicmodules/modules/commits/20ce544))
181
+
182
+
183
+
184
+ <a name="2.0.2"></a>
185
+ ## [2.0.2](https://bitbucket.org/vixonicmodules/modules/compare/v2.0.1...v2.0.2) (2018-09-17)
186
+
187
+
188
+
189
+ <a name="2.0.1"></a>
190
+ ## [2.0.1](https://bitbucket.org/vixonicmodules/modules/compare/v2.0.0...v2.0.1) (2018-09-14)
191
+
192
+
193
+ ### Bug Fixes
194
+
195
+ * change typescript target from es2015 to es5 ([b4284c4](https://bitbucket.org/vixonicmodules/modules/commits/b4284c4))
196
+
197
+
198
+
199
+ <a name="2.0.0"></a>
200
+ # [2.0.0](https://bitbucket.org/vixonicmodules/modules/compare/v1.4.1...v2.0.0) (2018-09-13)
201
+
202
+
203
+ ### Features
204
+
205
+ * **ts:** change typescript version ([86ec66e](https://bitbucket.org/vixonicmodules/modules/commits/86ec66e))
206
+
207
+
208
+ ### BREAKING CHANGES
209
+
210
+ * **ts:** typescript version 2.4.2
211
+
212
+
213
+
214
+ <a name="1.4.1"></a>
215
+ ## [1.4.1](https://bitbucket.org/vixonicmodules/modules/compare/v1.4.0...v1.4.1) (2018-09-13)
216
+
217
+
218
+ ### Bug Fixes
219
+
220
+ * date input value validation ([6ebba74](https://bitbucket.org/vixonicmodules/modules/commits/6ebba74))
221
+
222
+
223
+
224
+ <a name="1.4.0"></a>
225
+ # [1.4.0](https://bitbucket.org/vixonicmodules/modules/compare/v1.3.0...v1.4.0) (2018-09-12)
226
+
227
+
228
+ ### Features
229
+
230
+ * **validation-scheme:** new validation scheme. BREAKING CHANGE: Not compatible with previous versions. ([ad0835d](https://bitbucket.org/vixonicmodules/modules/commits/ad0835d))
231
+
232
+
233
+
234
+ <a name="1.3.0"></a>
235
+ # [1.3.0](https://bitbucket.org/vixonicmodules/modules/compare/v1.2.0...v1.3.0) (2018-09-10)
236
+
237
+
238
+ ### Features
239
+
240
+ * list attr sortDisabled changed to sortable. ([f471dc9](https://bitbucket.org/vixonicmodules/modules/commits/f471dc9))
241
+
242
+
243
+
244
+ <a name="1.2.0"></a>
245
+ # [1.2.0](https://bitbucket.org/vixonicmodules/modules/compare/v1.1.1...v1.2.0) (2018-09-05)
246
+
247
+
248
+ ### Features
249
+
250
+ * add LinkedInCompanyMediaService to ServiceInput ([6042e54](https://bitbucket.org/vixonicmodules/modules/commits/6042e54))
251
+ * add sortDisabled attribute to lists ([cca2f4e](https://bitbucket.org/vixonicmodules/modules/commits/cca2f4e))
252
+ * added standard-version ([e0b1611](https://bitbucket.org/vixonicmodules/modules/commits/e0b1611))
253
+
254
+
255
+
256
+ <a name="1.1.1"></a>
257
+ ## 1.1.1 (2018-09-05)
258
+
259
+
260
+ ### Bug Fixes
261
+
262
+ * allow empty "" values in autocomplete and select-input. ([762eafa](https://bitbucket.org/vixonicmodules/modules/commits/762eafa))
263
+ * autocomplete multiple typeDef ([7f1924a](https://bitbucket.org/vixonicmodules/modules/commits/7f1924a))
264
+ * group show fixed ([381c1b5](https://bitbucket.org/vixonicmodules/modules/commits/381c1b5))
265
+ * Number input validation when no range is available ([45ebaa7](https://bitbucket.org/vixonicmodules/modules/commits/45ebaa7))
266
+ * select input value type array ([d3cb3ef](https://bitbucket.org/vixonicmodules/modules/commits/d3cb3ef))
267
+ * TextFormat value font should include id ([29f8583](https://bitbucket.org/vixonicmodules/modules/commits/29f8583))
268
+ * update text-format typeDef to match the value. ([19cb679](https://bitbucket.org/vixonicmodules/modules/commits/19cb679))
269
+ * VixonicData type definition. ([7309a48](https://bitbucket.org/vixonicmodules/modules/commits/7309a48))
270
+
271
+
272
+ ### Features
273
+
274
+ * __isAsset in select-asset & text-format. Warn on duplicate ids when parsing toJSON. ([ccce2aa](https://bitbucket.org/vixonicmodules/modules/commits/ccce2aa))
275
+ * added show to label ([a30fa78](https://bitbucket.org/vixonicmodules/modules/commits/a30fa78))
276
+ * Added some utils, started validation ([cdc9f01](https://bitbucket.org/vixonicmodules/modules/commits/cdc9f01))
277
+ * adds service-input ([3ccafae](https://bitbucket.org/vixonicmodules/modules/commits/3ccafae))
278
+ * Date input validation fixes. ([9d29e42](https://bitbucket.org/vixonicmodules/modules/commits/9d29e42))
279
+ * list value and typedef for List ([99247a1](https://bitbucket.org/vixonicmodules/modules/commits/99247a1))
280
+ * service input now has InstagramMedia option. ([b5090fe](https://bitbucket.org/vixonicmodules/modules/commits/b5090fe))
281
+ * shared IDs now posible ([d2d1dd7](https://bitbucket.org/vixonicmodules/modules/commits/d2d1dd7))
282
+ * validation logic implemented ([2cf1fb7](https://bitbucket.org/vixonicmodules/modules/commits/2cf1fb7))
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- export { Configuration } from './lib';
2
- export { Errors, ErrorsMap } from './lib/errors';
3
- export { Autocomplete, ColorPicker, DateInput, NumberInput, SelectAssetKna, SelectInput, Switch, Slider, TextArea, TextFormat, TextInput, ServiceInput, isInput, InputValue, InputComponent, isInputInstance } from './lib/inputs';
4
- export { Label } from './lib/ui';
5
- export { Group, List, DynamicMatrix } from './lib/containers';
6
- export { RangeValue, DateRangeValue, NumberRangeValue } from './lib/values';
1
+ export { Configuration } from './lib';
2
+ export { Errors, ErrorsMap } from './lib/errors';
3
+ export { Autocomplete, ColorPicker, DateInput, NumberInput, SelectAssetKna, SelectInput, Switch, Slider, TextArea, TextFormat, TextInput, ServiceInput, isInput, InputValue, InputComponent, isInputInstance } from './lib/inputs';
4
+ export { Label } from './lib/ui';
5
+ export { Group, List, DynamicMatrix } from './lib/containers';
6
+ export { RangeValue, DateRangeValue, NumberRangeValue } from './lib/values';
package/dist/index.js CHANGED
@@ -1,31 +1,32 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- var lib_1 = require("./lib");
4
- exports.Configuration = lib_1.Configuration;
5
- var errors_1 = require("./lib/errors");
6
- exports.Errors = errors_1.Errors;
7
- var inputs_1 = require("./lib/inputs");
8
- exports.Autocomplete = inputs_1.Autocomplete;
9
- exports.ColorPicker = inputs_1.ColorPicker;
10
- exports.DateInput = inputs_1.DateInput;
11
- exports.NumberInput = inputs_1.NumberInput;
12
- exports.SelectAssetKna = inputs_1.SelectAssetKna;
13
- exports.SelectInput = inputs_1.SelectInput;
14
- exports.Switch = inputs_1.Switch;
15
- exports.Slider = inputs_1.Slider;
16
- exports.TextArea = inputs_1.TextArea;
17
- exports.TextFormat = inputs_1.TextFormat;
18
- exports.TextInput = inputs_1.TextInput;
19
- exports.ServiceInput = inputs_1.ServiceInput;
20
- exports.isInput = inputs_1.isInput;
21
- exports.isInputInstance = inputs_1.isInputInstance;
22
- var ui_1 = require("./lib/ui");
23
- exports.Label = ui_1.Label;
24
- var containers_1 = require("./lib/containers");
25
- exports.Group = containers_1.Group;
26
- exports.List = containers_1.List;
27
- exports.DynamicMatrix = containers_1.DynamicMatrix;
28
- var values_1 = require("./lib/values");
29
- exports.RangeValue = values_1.RangeValue;
30
- exports.DateRangeValue = values_1.DateRangeValue;
31
- exports.NumberRangeValue = values_1.NumberRangeValue;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NumberRangeValue = exports.DateRangeValue = exports.RangeValue = exports.DynamicMatrix = exports.List = exports.Group = exports.Label = exports.isInputInstance = exports.isInput = exports.ServiceInput = exports.TextInput = exports.TextFormat = exports.TextArea = exports.Slider = exports.Switch = exports.SelectInput = exports.SelectAssetKna = exports.NumberInput = exports.DateInput = exports.ColorPicker = exports.Autocomplete = exports.Errors = exports.Configuration = void 0;
4
+ var lib_1 = require("./lib");
5
+ Object.defineProperty(exports, "Configuration", { enumerable: true, get: function () { return lib_1.Configuration; } });
6
+ var errors_1 = require("./lib/errors");
7
+ Object.defineProperty(exports, "Errors", { enumerable: true, get: function () { return errors_1.Errors; } });
8
+ var inputs_1 = require("./lib/inputs");
9
+ Object.defineProperty(exports, "Autocomplete", { enumerable: true, get: function () { return inputs_1.Autocomplete; } });
10
+ Object.defineProperty(exports, "ColorPicker", { enumerable: true, get: function () { return inputs_1.ColorPicker; } });
11
+ Object.defineProperty(exports, "DateInput", { enumerable: true, get: function () { return inputs_1.DateInput; } });
12
+ Object.defineProperty(exports, "NumberInput", { enumerable: true, get: function () { return inputs_1.NumberInput; } });
13
+ Object.defineProperty(exports, "SelectAssetKna", { enumerable: true, get: function () { return inputs_1.SelectAssetKna; } });
14
+ Object.defineProperty(exports, "SelectInput", { enumerable: true, get: function () { return inputs_1.SelectInput; } });
15
+ Object.defineProperty(exports, "Switch", { enumerable: true, get: function () { return inputs_1.Switch; } });
16
+ Object.defineProperty(exports, "Slider", { enumerable: true, get: function () { return inputs_1.Slider; } });
17
+ Object.defineProperty(exports, "TextArea", { enumerable: true, get: function () { return inputs_1.TextArea; } });
18
+ Object.defineProperty(exports, "TextFormat", { enumerable: true, get: function () { return inputs_1.TextFormat; } });
19
+ Object.defineProperty(exports, "TextInput", { enumerable: true, get: function () { return inputs_1.TextInput; } });
20
+ Object.defineProperty(exports, "ServiceInput", { enumerable: true, get: function () { return inputs_1.ServiceInput; } });
21
+ Object.defineProperty(exports, "isInput", { enumerable: true, get: function () { return inputs_1.isInput; } });
22
+ Object.defineProperty(exports, "isInputInstance", { enumerable: true, get: function () { return inputs_1.isInputInstance; } });
23
+ var ui_1 = require("./lib/ui");
24
+ Object.defineProperty(exports, "Label", { enumerable: true, get: function () { return ui_1.Label; } });
25
+ var containers_1 = require("./lib/containers");
26
+ Object.defineProperty(exports, "Group", { enumerable: true, get: function () { return containers_1.Group; } });
27
+ Object.defineProperty(exports, "List", { enumerable: true, get: function () { return containers_1.List; } });
28
+ Object.defineProperty(exports, "DynamicMatrix", { enumerable: true, get: function () { return containers_1.DynamicMatrix; } });
29
+ var values_1 = require("./lib/values");
30
+ Object.defineProperty(exports, "RangeValue", { enumerable: true, get: function () { return values_1.RangeValue; } });
31
+ Object.defineProperty(exports, "DateRangeValue", { enumerable: true, get: function () { return values_1.DateRangeValue; } });
32
+ Object.defineProperty(exports, "NumberRangeValue", { enumerable: true, get: function () { return values_1.NumberRangeValue; } });