@base-framework/base 2.6.1 → 2.6.3

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 (248) hide show
  1. package/README.md +1 -0
  2. package/dist/base.js +1 -0
  3. package/package.json +30 -26
  4. package/.jshintrc +0 -3
  5. package/base.js +0 -41
  6. package/base.min.js +0 -1
  7. package/core.js +0 -1
  8. package/data-tracker.js +0 -351
  9. package/es5/base.js +0 -2968
  10. package/es5/modules/ajax.js +0 -663
  11. package/es5/modules/animation.js +0 -188
  12. package/es5/modules/animations.js +0 -1080
  13. package/es5/modules/atom.js +0 -65
  14. package/es5/modules/component.js +0 -1310
  15. package/es5/modules/data-binder.js +0 -1131
  16. package/es5/modules/data.js +0 -1808
  17. package/es5/modules/date.js +0 -525
  18. package/es5/modules/form-validator.js +0 -324
  19. package/es5/modules/history.js +0 -126
  20. package/es5/modules/html-builder.js +0 -461
  21. package/es5/modules/layout.js +0 -1679
  22. package/es5/modules/mouse.js +0 -124
  23. package/es5/modules/nav-link.js +0 -123
  24. package/es5/modules/olderversions/animations-ease.js +0 -1095
  25. package/es5/modules/olderversions/animations-update.js +0 -1048
  26. package/es5/modules/olderversions/base-animations.js +0 -636
  27. package/es5/modules/olderversions/base-component-class.js +0 -100
  28. package/es5/modules/olderversions/base-data-binder-1.js +0 -407
  29. package/es5/modules/olderversions/base-data-binder-class.js +0 -358
  30. package/es5/modules/olderversions/base-layout-parser-class.js +0 -172
  31. package/es5/modules/olderversions/base-mode-1.js +0 -777
  32. package/es5/modules/olderversions/base-model-class.js +0 -585
  33. package/es5/modules/olderversions/data-binder/element-binding/base-data-binder-class.js +0 -358
  34. package/es5/modules/olderversions/data-binder/element-binding/base-model-class.js +0 -585
  35. package/es5/modules/olderversions/data-binder/model-binding/base-data-binder-class.js +0 -353
  36. package/es5/modules/olderversions/data-binder/model-binding/base-model-class.js +0 -604
  37. package/es5/modules/olderversions/data-binder-update-watcher.js +0 -640
  38. package/es5/modules/olderversions/data-tracker.js +0 -187
  39. package/es5/modules/olderversions/event-update.js +0 -666
  40. package/es5/modules/olderversions/nav-link.js +0 -119
  41. package/es5/modules/olderversions/router-with-templates-1.js +0 -785
  42. package/es5/modules/olderversions/router-with-templates.js +0 -701
  43. package/es5/modules/prototypes/ajax.js +0 -657
  44. package/es5/modules/prototypes/atom.js +0 -65
  45. package/es5/modules/prototypes/component.js +0 -972
  46. package/es5/modules/prototypes/data-binder.js +0 -1089
  47. package/es5/modules/prototypes/data.js +0 -1290
  48. package/es5/modules/prototypes/html-builder.js +0 -414
  49. package/es5/modules/prototypes/layout.js +0 -879
  50. package/es5/modules/router.js +0 -1680
  51. package/es5/modules/state.js +0 -274
  52. package/es6/.jshintrc +0 -3
  53. package/es6/base.js +0 -41
  54. package/es6/core.js +0 -1
  55. package/es6/data-tracker.js +0 -351
  56. package/es6/events.js +0 -602
  57. package/es6/legacy/es5/base.js +0 -2968
  58. package/es6/legacy/es5/modules/ajax.js +0 -663
  59. package/es6/legacy/es5/modules/animation.js +0 -188
  60. package/es6/legacy/es5/modules/animations.js +0 -1080
  61. package/es6/legacy/es5/modules/atom.js +0 -65
  62. package/es6/legacy/es5/modules/component.js +0 -1310
  63. package/es6/legacy/es5/modules/data-binder.js +0 -1131
  64. package/es6/legacy/es5/modules/data.js +0 -1808
  65. package/es6/legacy/es5/modules/date.js +0 -525
  66. package/es6/legacy/es5/modules/form-validator.js +0 -324
  67. package/es6/legacy/es5/modules/history.js +0 -126
  68. package/es6/legacy/es5/modules/html-builder.js +0 -461
  69. package/es6/legacy/es5/modules/layout.js +0 -1679
  70. package/es6/legacy/es5/modules/mouse.js +0 -124
  71. package/es6/legacy/es5/modules/nav-link.js +0 -123
  72. package/es6/legacy/es5/modules/olderversions/animations-ease.js +0 -1095
  73. package/es6/legacy/es5/modules/olderversions/animations-update.js +0 -1048
  74. package/es6/legacy/es5/modules/olderversions/base-animations.js +0 -636
  75. package/es6/legacy/es5/modules/olderversions/base-component-class.js +0 -100
  76. package/es6/legacy/es5/modules/olderversions/base-data-binder-1.js +0 -407
  77. package/es6/legacy/es5/modules/olderversions/base-data-binder-class.js +0 -358
  78. package/es6/legacy/es5/modules/olderversions/base-layout-parser-class.js +0 -172
  79. package/es6/legacy/es5/modules/olderversions/base-mode-1.js +0 -777
  80. package/es6/legacy/es5/modules/olderversions/base-model-class.js +0 -585
  81. package/es6/legacy/es5/modules/olderversions/data-binder/element-binding/base-data-binder-class.js +0 -358
  82. package/es6/legacy/es5/modules/olderversions/data-binder/element-binding/base-model-class.js +0 -585
  83. package/es6/legacy/es5/modules/olderversions/data-binder/model-binding/base-data-binder-class.js +0 -353
  84. package/es6/legacy/es5/modules/olderversions/data-binder/model-binding/base-model-class.js +0 -604
  85. package/es6/legacy/es5/modules/olderversions/data-binder-update-watcher.js +0 -640
  86. package/es6/legacy/es5/modules/olderversions/data-tracker.js +0 -187
  87. package/es6/legacy/es5/modules/olderversions/event-update.js +0 -666
  88. package/es6/legacy/es5/modules/olderversions/nav-link.js +0 -119
  89. package/es6/legacy/es5/modules/olderversions/router-with-templates-1.js +0 -785
  90. package/es6/legacy/es5/modules/olderversions/router-with-templates.js +0 -701
  91. package/es6/legacy/es5/modules/prototypes/ajax.js +0 -657
  92. package/es6/legacy/es5/modules/prototypes/atom.js +0 -65
  93. package/es6/legacy/es5/modules/prototypes/component.js +0 -972
  94. package/es6/legacy/es5/modules/prototypes/data-binder.js +0 -1089
  95. package/es6/legacy/es5/modules/prototypes/data.js +0 -1290
  96. package/es6/legacy/es5/modules/prototypes/html-builder.js +0 -414
  97. package/es6/legacy/es5/modules/prototypes/layout.js +0 -879
  98. package/es6/legacy/es5/modules/router.js +0 -1680
  99. package/es6/legacy/es5/modules/state.js +0 -274
  100. package/es6/main.js +0 -1331
  101. package/es6/modules/ajax/ajax.js +0 -514
  102. package/es6/modules/animation/animation.js +0 -236
  103. package/es6/modules/animations/animation-controller.js +0 -231
  104. package/es6/modules/animations/animation.js +0 -64
  105. package/es6/modules/animations/attr-movement.js +0 -66
  106. package/es6/modules/animations/css-movement.js +0 -170
  107. package/es6/modules/animations/movement.js +0 -131
  108. package/es6/modules/animations/value.js +0 -187
  109. package/es6/modules/atom/atom.js +0 -54
  110. package/es6/modules/component/component.js +0 -230
  111. package/es6/modules/component/event-helper.js +0 -119
  112. package/es6/modules/component/jot.js +0 -144
  113. package/es6/modules/component/state-helper.js +0 -262
  114. package/es6/modules/component/unit.js +0 -551
  115. package/es6/modules/data/attrs.js +0 -40
  116. package/es6/modules/data/basic-data.js +0 -500
  117. package/es6/modules/data/data-utils.js +0 -29
  118. package/es6/modules/data/data.js +0 -3
  119. package/es6/modules/data/deep-data.js +0 -541
  120. package/es6/modules/data/model-service.js +0 -528
  121. package/es6/modules/data/model.js +0 -133
  122. package/es6/modules/data/simple-data.js +0 -33
  123. package/es6/modules/data-binder/connection-tracker.js +0 -113
  124. package/es6/modules/data-binder/connection.js +0 -16
  125. package/es6/modules/data-binder/data-binder.js +0 -352
  126. package/es6/modules/data-binder/data-pub-sub.js +0 -141
  127. package/es6/modules/data-binder/data-source.js +0 -56
  128. package/es6/modules/data-binder/element-source.js +0 -219
  129. package/es6/modules/data-binder/one-way-connection.js +0 -46
  130. package/es6/modules/data-binder/one-way-source.js +0 -43
  131. package/es6/modules/data-binder/source.js +0 -36
  132. package/es6/modules/data-binder/two-way-connection.js +0 -75
  133. package/es6/modules/data-binder/two-way-source.js +0 -41
  134. package/es6/modules/date/date.js +0 -544
  135. package/es6/modules/history/history.js +0 -89
  136. package/es6/modules/html-builder/html-builder.js +0 -434
  137. package/es6/modules/import/import.js +0 -390
  138. package/es6/modules/layout/layout-builder.js +0 -1269
  139. package/es6/modules/layout/layout-parser.js +0 -134
  140. package/es6/modules/layout/watcher-helper.js +0 -282
  141. package/es6/modules/mouse/mouse.js +0 -114
  142. package/es6/modules/router/component-helper.js +0 -163
  143. package/es6/modules/router/history-controller.js +0 -216
  144. package/es6/modules/router/nav-link.js +0 -124
  145. package/es6/modules/router/route.js +0 -401
  146. package/es6/modules/router/router.js +0 -789
  147. package/es6/modules/router/utils.js +0 -31
  148. package/es6/modules/state/state-target.js +0 -91
  149. package/es6/modules/state/state.js +0 -171
  150. package/es6/package-lock.json +0 -13
  151. package/es6/package.json +0 -28
  152. package/es6/shared/objects.js +0 -99
  153. package/events.js +0 -602
  154. package/legacy/es5/base.js +0 -2968
  155. package/legacy/es5/modules/ajax.js +0 -663
  156. package/legacy/es5/modules/animation.js +0 -188
  157. package/legacy/es5/modules/animations.js +0 -1080
  158. package/legacy/es5/modules/atom.js +0 -65
  159. package/legacy/es5/modules/component.js +0 -1310
  160. package/legacy/es5/modules/data-binder.js +0 -1131
  161. package/legacy/es5/modules/data.js +0 -1808
  162. package/legacy/es5/modules/date.js +0 -525
  163. package/legacy/es5/modules/form-validator.js +0 -324
  164. package/legacy/es5/modules/history.js +0 -126
  165. package/legacy/es5/modules/html-builder.js +0 -461
  166. package/legacy/es5/modules/layout.js +0 -1679
  167. package/legacy/es5/modules/mouse.js +0 -124
  168. package/legacy/es5/modules/nav-link.js +0 -123
  169. package/legacy/es5/modules/olderversions/animations-ease.js +0 -1095
  170. package/legacy/es5/modules/olderversions/animations-update.js +0 -1048
  171. package/legacy/es5/modules/olderversions/base-animations.js +0 -636
  172. package/legacy/es5/modules/olderversions/base-component-class.js +0 -100
  173. package/legacy/es5/modules/olderversions/base-data-binder-1.js +0 -407
  174. package/legacy/es5/modules/olderversions/base-data-binder-class.js +0 -358
  175. package/legacy/es5/modules/olderversions/base-layout-parser-class.js +0 -172
  176. package/legacy/es5/modules/olderversions/base-mode-1.js +0 -777
  177. package/legacy/es5/modules/olderversions/base-model-class.js +0 -585
  178. package/legacy/es5/modules/olderversions/data-binder/element-binding/base-data-binder-class.js +0 -358
  179. package/legacy/es5/modules/olderversions/data-binder/element-binding/base-model-class.js +0 -585
  180. package/legacy/es5/modules/olderversions/data-binder/model-binding/base-data-binder-class.js +0 -353
  181. package/legacy/es5/modules/olderversions/data-binder/model-binding/base-model-class.js +0 -604
  182. package/legacy/es5/modules/olderversions/data-binder-update-watcher.js +0 -640
  183. package/legacy/es5/modules/olderversions/data-tracker.js +0 -187
  184. package/legacy/es5/modules/olderversions/event-update.js +0 -666
  185. package/legacy/es5/modules/olderversions/nav-link.js +0 -119
  186. package/legacy/es5/modules/olderversions/router-with-templates-1.js +0 -785
  187. package/legacy/es5/modules/olderversions/router-with-templates.js +0 -701
  188. package/legacy/es5/modules/prototypes/ajax.js +0 -657
  189. package/legacy/es5/modules/prototypes/atom.js +0 -65
  190. package/legacy/es5/modules/prototypes/component.js +0 -972
  191. package/legacy/es5/modules/prototypes/data-binder.js +0 -1089
  192. package/legacy/es5/modules/prototypes/data.js +0 -1290
  193. package/legacy/es5/modules/prototypes/html-builder.js +0 -414
  194. package/legacy/es5/modules/prototypes/layout.js +0 -879
  195. package/legacy/es5/modules/router.js +0 -1680
  196. package/legacy/es5/modules/state.js +0 -274
  197. package/main.js +0 -1331
  198. package/modules/ajax/ajax.js +0 -514
  199. package/modules/animation/animation.js +0 -236
  200. package/modules/animations/animation-controller.js +0 -231
  201. package/modules/animations/animation.js +0 -64
  202. package/modules/animations/attr-movement.js +0 -66
  203. package/modules/animations/css-movement.js +0 -170
  204. package/modules/animations/movement.js +0 -131
  205. package/modules/animations/value.js +0 -187
  206. package/modules/atom/atom.js +0 -54
  207. package/modules/component/component.js +0 -230
  208. package/modules/component/event-helper.js +0 -119
  209. package/modules/component/jot.js +0 -144
  210. package/modules/component/state-helper.js +0 -262
  211. package/modules/component/unit.js +0 -551
  212. package/modules/data/attrs.js +0 -40
  213. package/modules/data/basic-data.js +0 -500
  214. package/modules/data/data-utils.js +0 -29
  215. package/modules/data/data.js +0 -3
  216. package/modules/data/deep-data.js +0 -541
  217. package/modules/data/model-service.js +0 -528
  218. package/modules/data/model.js +0 -133
  219. package/modules/data/simple-data.js +0 -33
  220. package/modules/data-binder/connection-tracker.js +0 -113
  221. package/modules/data-binder/connection.js +0 -16
  222. package/modules/data-binder/data-binder.js +0 -352
  223. package/modules/data-binder/data-pub-sub.js +0 -141
  224. package/modules/data-binder/data-source.js +0 -56
  225. package/modules/data-binder/element-source.js +0 -219
  226. package/modules/data-binder/one-way-connection.js +0 -46
  227. package/modules/data-binder/one-way-source.js +0 -43
  228. package/modules/data-binder/source.js +0 -36
  229. package/modules/data-binder/two-way-connection.js +0 -75
  230. package/modules/data-binder/two-way-source.js +0 -41
  231. package/modules/date/date.js +0 -544
  232. package/modules/history/history.js +0 -89
  233. package/modules/html-builder/html-builder.js +0 -434
  234. package/modules/import/import.js +0 -390
  235. package/modules/layout/layout-builder.js +0 -1269
  236. package/modules/layout/layout-parser.js +0 -134
  237. package/modules/layout/watcher-helper.js +0 -282
  238. package/modules/mouse/mouse.js +0 -114
  239. package/modules/router/component-helper.js +0 -163
  240. package/modules/router/history-controller.js +0 -216
  241. package/modules/router/nav-link.js +0 -124
  242. package/modules/router/route.js +0 -401
  243. package/modules/router/router.js +0 -789
  244. package/modules/router/utils.js +0 -31
  245. package/modules/state/state-target.js +0 -91
  246. package/modules/state/state.js +0 -171
  247. package/shared/objects.js +0 -99
  248. package/update +0 -16
@@ -1,541 +0,0 @@
1
- import {BasicData} from './basic-data.js';
2
- import {cloneObject} from './attrs.js';
3
- import {DataUtils as utils} from './data-utils.js';
4
- import {dataBinder} from '../data-binder/data-binder.js';
5
-
6
- /**
7
- * Data
8
- *
9
- * This will create a new data object that can be used to
10
- * bind elements to values.
11
- * @class
12
- * @augments BasicData
13
- */
14
- export class Data extends BasicData
15
- {
16
- /**
17
- * This will setup the stage and attributes object.
18
- */
19
- setup()
20
- {
21
- this.attributes = {};
22
- this.stage = {};
23
- }
24
-
25
- /**
26
- * This will update an attribute value.
27
- *
28
- * @protected
29
- * @param {object} obj
30
- * @param {string} attr
31
- * @param {*} val
32
- */
33
- _updateAttr(obj, attr, val)
34
- {
35
- /* this will check if we need to update
36
- deep nested data */
37
- if(utils.hasDeepData(attr))
38
- {
39
- let prop,
40
- props = utils.getSegments(attr),
41
- length = props.length,
42
- end = length - 1;
43
-
44
- for (var i = 0; i < length; i++)
45
- {
46
- prop = props[i];
47
-
48
- /* this will add the value to the last prop */
49
- if(i === end)
50
- {
51
- obj[prop] = val;
52
- break;
53
- }
54
-
55
- if (obj[prop] === undefined)
56
- {
57
- /* this will check to setup a new object
58
- or an array if the prop is a number */
59
- obj[prop] = isNaN(prop)? {} : [];
60
- }
61
- obj = obj[prop];
62
- }
63
- }
64
- else
65
- {
66
- obj[attr] = val;
67
- }
68
- }
69
-
70
- /**
71
- * This will set the attribute value.
72
- *
73
- * @protected
74
- * @param {string} attr
75
- * @param {*} val
76
- * @param {object} committer
77
- * @param {boolean} stopMerge
78
- */
79
- _setAttr(attr, val, committer, stopMerge)
80
- {
81
- if(typeof val !== 'object' && val === this.get(attr))
82
- {
83
- return;
84
- }
85
-
86
- /* this will check to update the model based on who
87
- updated it. if the data binder updated the data only
88
- the stage data is updated */
89
- if(!committer && stopMerge !== true)
90
- {
91
- /* this will update the attribute data because
92
- it was updated outside the data binder */
93
- this._updateAttr(this.attributes, attr, val);
94
- }
95
- else
96
- {
97
- if(this.dirty === false)
98
- {
99
- this.dirty = true;
100
- }
101
- }
102
-
103
- this._updateAttr(this.stage, attr, val);
104
-
105
- /* this will publish the data to the data binder
106
- to update any ui elements that are subscribed */
107
- committer = committer || this;
108
- this._publish(attr, val, committer);
109
- }
110
-
111
- /**
112
- * This will link a data attr object to another data object.
113
- *
114
- * @param {object} data
115
- * @param {string} attr
116
- */
117
- linkAttr(data, attr)
118
- {
119
- let value = data.get(attr);
120
- if(value)
121
- {
122
- for(var prop in value)
123
- {
124
- if(value.hasOwnProperty(prop))
125
- {
126
- this.link(data, attr + '.' + prop, prop);
127
- }
128
- }
129
- }
130
- }
131
-
132
- /**
133
- * This will create a new data source by scoping the parent
134
- * data attr and linking the two sources.
135
- *
136
- * @param {string} attr
137
- * @param {object} [constructor]
138
- * @returns {object}
139
- */
140
- scope(attr, constructor)
141
- {
142
- let value = this.get(attr);
143
- if(!value)
144
- {
145
- return false;
146
- }
147
-
148
- constructor = constructor || this.constructor;
149
- let data = new constructor(value);
150
-
151
- /* this will link the new data to the parent attr */
152
- data.linkAttr(this, attr);
153
- return data;
154
- }
155
-
156
- /**
157
- * This will splice a value from an array and set
158
- * the result.
159
- *
160
- * @param {string} attr
161
- * @param {int} index
162
- * @return {object} this
163
- */
164
- splice(attr, index)
165
- {
166
- this.delete(attr + '[' + index + ']');
167
- this.refresh(attr);
168
-
169
- return this;
170
- }
171
-
172
- /**
173
- * This will add a value to an array and set the result.
174
- *
175
- * @param {string} attr
176
- * @param {mixed} value
177
- * @return {object} this
178
- */
179
- push(attr, value)
180
- {
181
- let currentValue = this.get(attr);
182
- if(Array.isArray(currentValue) === false)
183
- {
184
- currentValue = [];
185
- }
186
-
187
- currentValue.push(value);
188
- this.set(attr, currentValue);
189
- return this;
190
- }
191
-
192
- /**
193
- * This will add a value to an array and set the result.
194
- *
195
- * @param {string} attr
196
- * @param {mixed} value
197
- * @return {object} this
198
- */
199
- unshift(attr, value)
200
- {
201
- let currentValue = this.get(attr);
202
- if(Array.isArray(currentValue) === false)
203
- {
204
- currentValue = [];
205
- }
206
-
207
- currentValue.unshift(value);
208
- this.set(attr, currentValue);
209
- return this;
210
- }
211
-
212
- /**
213
- * This will add a value to an array and set the result.
214
- *
215
- * @param {string} attr
216
- * @return {mixed} this
217
- */
218
- shift(attr)
219
- {
220
- let currentValue = this.get(attr);
221
- if(Array.isArray(currentValue) === false)
222
- {
223
- return null;
224
- }
225
-
226
- let value = currentValue.shift();
227
- this.set(attr, currentValue);
228
- return value;
229
- }
230
-
231
- /**
232
- * This will pop the last value from an array and set the result.
233
- *
234
- * @param {string} attr
235
- * @return {mixed}
236
- */
237
- pop(attr)
238
- {
239
- let currentValue = this.get(attr);
240
- if(Array.isArray(currentValue) === false)
241
- {
242
- return null;
243
- }
244
-
245
- let value = currentValue.pop();
246
- this.set(attr, currentValue);
247
- return value;
248
- }
249
-
250
- /**
251
- * This will refresh the value.
252
- *
253
- * @param {string} attr
254
- * @return {object} this
255
- */
256
- refresh(attr)
257
- {
258
- this.set(attr, this.get(attr));
259
-
260
- return this;
261
- }
262
-
263
- /**
264
- * This will publish an update to the data binder.
265
- *
266
- * @protected
267
- * @param {string} attr
268
- * @param {*} val
269
- * @param {*} committer
270
- */
271
- _publish(attr, val, committer)
272
- {
273
- this.publish(attr, val, committer);
274
- }
275
-
276
- /**
277
- * This will publish deep and simple data to the data binder.
278
- *
279
- * @protected
280
- * @param {string} attr
281
- * @param {*} val
282
- * @param {object} committer
283
- */
284
- publishDeep(attr, val, committer)
285
- {
286
- if(utils.hasDeepData(attr))
287
- {
288
- let prop,
289
- props = utils.getSegments(attr),
290
- length = props.length,
291
- end = length - 1;
292
-
293
- /* the path is a string equivalent of the javascript dot notation path
294
- of the object being published. */
295
- let path = '',
296
- obj = this.stage;
297
- for (var i = 0; i < length; i++)
298
- {
299
- prop = props[i];
300
-
301
- /* we need to setup the object to go to the next level
302
- of the data object before calling the next property. */
303
- obj = obj[prop];
304
-
305
- if (i > 0)
306
- {
307
- /* this will add the property to the path based on if its an
308
- object property or an array. */
309
- if(isNaN(prop))
310
- {
311
- path += '.' + prop;
312
- }
313
- }
314
- else
315
- {
316
- path = prop;
317
- }
318
-
319
- var publish;
320
- if(i === end)
321
- {
322
- /* if the loop is on the last pass it only needs to publish
323
- the val. */
324
- publish = val;
325
- }
326
- else
327
- {
328
- /* we only want to publish the modified branches. we need to
329
- get the next property in the props array and create a publish
330
- object or array with the next property value. */
331
- var nextProp = props[i + 1];
332
- if(isNaN(nextProp) === false)
333
- {
334
- path += '[' + nextProp + ']';
335
- continue;
336
- }
337
-
338
- var nextAttr = {};
339
- nextAttr[nextProp] = obj[nextProp];
340
- publish = nextAttr;
341
- }
342
-
343
- this.publish(path, publish, committer);
344
- }
345
- }
346
- else
347
- {
348
- this.publish(attr, val, committer);
349
- }
350
- }
351
-
352
- /**
353
- * This will publish an update to the data binder.
354
- *
355
- * @protected
356
- * @param {string} pathString
357
- * @param {*} obj
358
- * @param {*} committer
359
- */
360
- publish(pathString, obj, committer)
361
- {
362
- pathString = pathString || "";
363
- this._publishAttr(pathString, obj, committer);
364
-
365
- if(obj && typeof obj === 'object')
366
- {
367
- let subPath, value;
368
- if(Array.isArray(obj))
369
- {
370
- let length = obj.length;
371
- for(var i = 0; i < length; i++)
372
- {
373
- value = obj[i];
374
- subPath = pathString + '[' + i + ']';
375
- this._checkPublish(subPath, value, committer);
376
- }
377
- }
378
- else
379
- {
380
- for(var prop in obj)
381
- {
382
- if(obj.hasOwnProperty(prop))
383
- {
384
- value = obj[prop];
385
- subPath = pathString + '.' + prop;
386
- this._checkPublish(subPath, value, committer);
387
- }
388
- }
389
- }
390
- }
391
- }
392
-
393
- _checkPublish(subPath, val, committer)
394
- {
395
- if(!val || typeof val !== 'object')
396
- {
397
- this._publishAttr(subPath, val, committer);
398
- }
399
- else
400
- {
401
- this.publish(subPath, val, committer);
402
- }
403
- }
404
-
405
- /**
406
- * This will publish an update on an attribute.
407
- *
408
- * @protected
409
- * @param {string} subPath
410
- * @param {*} val
411
- * @param {object} committer
412
- */
413
- _publishAttr(subPath, val, committer)
414
- {
415
- /* save path and value */
416
- dataBinder.publish(this._dataId + subPath, val, committer);
417
-
418
- let message = subPath + ':change';
419
- this.eventSub.publish(message, val, committer);
420
- }
421
-
422
- /**
423
- * This will merge the attribute with the stage.
424
- * @protected
425
- */
426
- mergeStage()
427
- {
428
- /* this will clone the stage object to the
429
- attribute object */
430
- this.attributes = cloneObject(this.stage);
431
- this.dirty = false;
432
- }
433
-
434
- /**
435
- * This will get the model data.
436
- */
437
- getModelData()
438
- {
439
- this.mergeStage();
440
- return this.attributes;
441
- }
442
-
443
- /**
444
- * This will revert the stage back to the previous attributes.
445
- */
446
- revert()
447
- {
448
- /* this will reset the stage to the previous
449
- attributes */
450
- this.set(this.attributes);
451
- this.dirty = false;
452
- }
453
-
454
- /**
455
- * This will delete an attribute.
456
- *
457
- * @param {object} obj
458
- * @param {string} attr
459
- * @return {*}
460
- */
461
- _deleteAttr(obj, attr)
462
- {
463
- if(utils.hasDeepData(attr))
464
- {
465
- let props = utils.getSegments(attr),
466
- length = props.length,
467
- end = length - 1;
468
-
469
- for (var i = 0; i < length; i++)
470
- {
471
- var prop = props[i];
472
- var propValue = obj[prop];
473
- if (propValue !== undefined)
474
- {
475
- if(i === end)
476
- {
477
- if(Array.isArray(obj))
478
- {
479
- obj.splice(prop, 1);
480
- break;
481
- }
482
-
483
- delete obj[prop];
484
- break;
485
- }
486
- obj = propValue;
487
- }
488
- else
489
- {
490
- break;
491
- }
492
- }
493
- }
494
- else
495
- {
496
- delete obj[attr];
497
- }
498
- }
499
-
500
- /**
501
- * This will get the value of an attribute.
502
- *
503
- * @param {object} obj
504
- * @param {string} attr
505
- * @return {*}
506
- */
507
- _getAttr(obj, attr)
508
- {
509
- if(utils.hasDeepData(attr))
510
- {
511
- let props = utils.getSegments(attr),
512
- length = props.length,
513
- end = length - 1;
514
-
515
- for (var i = 0; i < length; i++)
516
- {
517
- var prop = props[i];
518
- var propValue = obj[prop];
519
- if (propValue !== undefined)
520
- {
521
- obj = propValue;
522
-
523
- if(i === end)
524
- {
525
- return obj;
526
- }
527
- }
528
- else
529
- {
530
- break;
531
- }
532
- }
533
-
534
- return undefined;
535
- }
536
- else
537
- {
538
- return obj[attr];
539
- }
540
- }
541
- }