fantasy-ngzorro 1.3.9 → 1.3.11
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 +7 -1
- 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 +8 -2
- package/esm5/hd-form-lines/hd-form-lines.component.js +8 -2
- package/fesm2015/fantasy-ngzorro.js +7 -1
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +7 -1
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -1708,7 +1708,7 @@
|
|
|
1708
1708
|
function (value) {
|
|
1709
1709
|
var _this = this;
|
|
1710
1710
|
this.activeSelectedComponentOpen = value;
|
|
1711
|
-
if (value === true) {
|
|
1711
|
+
if (value === true && document.querySelectorAll('.hd-option-header').length === 0) {
|
|
1712
1712
|
setTimeout((/**
|
|
1713
1713
|
* @return {?}
|
|
1714
1714
|
*/
|
|
@@ -2386,6 +2386,12 @@
|
|
|
2386
2386
|
else {
|
|
2387
2387
|
this.triggerEvent(fn, event, line);
|
|
2388
2388
|
}
|
|
2389
|
+
setTimeout((/**
|
|
2390
|
+
* @return {?}
|
|
2391
|
+
*/
|
|
2392
|
+
function () {
|
|
2393
|
+
_this.setActiveSelectedComponentOpen(true);
|
|
2394
|
+
}), 0);
|
|
2389
2395
|
};
|
|
2390
2396
|
/**
|
|
2391
2397
|
*
|