fantasy-ngzorro 1.0.48 → 1.0.49
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
|
@@ -1999,6 +1999,9 @@
|
|
|
1999
1999
|
*/
|
|
2000
2000
|
function (changes) {
|
|
2001
2001
|
if (changes['formLinesData'] && JSON.stringify(changes['formLinesData'].currentValue) !== JSON.stringify(changes['formLinesData'].previousValue)) {
|
|
2002
|
+
if (this.storeFormLinesData.length === 0) {
|
|
2003
|
+
this.storeFormLinesData = this.formLinesData;
|
|
2004
|
+
}
|
|
2002
2005
|
this.init();
|
|
2003
2006
|
}
|
|
2004
2007
|
if (changes['totalOption'] && JSON.stringify(changes['totalOption'].currentValue) !== JSON.stringify(changes['totalOption'].previousValue)) {
|