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
package/fesm5/fantasy-ngzorro.js
CHANGED
|
@@ -1633,10 +1633,13 @@ var HdFormLinesComponent = /** @class */ (function () {
|
|
|
1633
1633
|
* @return {?}
|
|
1634
1634
|
*/
|
|
1635
1635
|
function (changes) {
|
|
1636
|
+
console.log('changes', changes);
|
|
1636
1637
|
if (changes['formLinesData'] && JSON.stringify(changes['formLinesData'].currentValue) !== JSON.stringify(changes['formLinesData'].previousValue)) {
|
|
1637
1638
|
if (this.storeFormLinesData && this.storeFormLinesData.length === 0) {
|
|
1639
|
+
console.log('1');
|
|
1638
1640
|
this.storeFormLinesData = this.formLinesData;
|
|
1639
1641
|
}
|
|
1642
|
+
console.log('2');
|
|
1640
1643
|
this.init();
|
|
1641
1644
|
}
|
|
1642
1645
|
if (changes['totalOption'] && JSON.stringify(changes['totalOption'].currentValue) !== JSON.stringify(changes['totalOption'].previousValue)) {
|