fantasy-ngzorro 1.2.18 → 1.2.19
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/bundles/fantasy-ngzorro.umd.js +3 -0
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/hd-form-lines/hd-form-lines.component.js +4 -1
- package/esm5/hd-form-lines/hd-form-lines.component.js +4 -1
- package/fesm2015/fantasy-ngzorro.js +3 -0
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +3 -0
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -1838,10 +1838,13 @@
|
|
|
1838
1838
|
* @return {?}
|
|
1839
1839
|
*/
|
|
1840
1840
|
function (changes) {
|
|
1841
|
+
console.log('changes', changes);
|
|
1841
1842
|
if (changes['formLinesData'] && JSON.stringify(changes['formLinesData'].currentValue) !== JSON.stringify(changes['formLinesData'].previousValue)) {
|
|
1842
1843
|
if (this.storeFormLinesData && this.storeFormLinesData.length === 0) {
|
|
1844
|
+
console.log('1');
|
|
1843
1845
|
this.storeFormLinesData = this.formLinesData;
|
|
1844
1846
|
}
|
|
1847
|
+
console.log('2');
|
|
1845
1848
|
this.init();
|
|
1846
1849
|
}
|
|
1847
1850
|
if (changes['totalOption'] && JSON.stringify(changes['totalOption'].currentValue) !== JSON.stringify(changes['totalOption'].previousValue)) {
|