@sumaris-net/ngx-components 1.20.30 → 1.20.31
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/sumaris-net.ngx-components.umd.js +3 -5
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/doc/changelog.md +2 -2
- package/esm2015/src/app/shared/material/datetime/material.datetime.js +4 -5
- package/fesm2015/sumaris-net.ngx-components.js +3 -4
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -6171,11 +6171,9 @@
|
|
|
6171
6171
|
return this._tabindex;
|
|
6172
6172
|
},
|
|
6173
6173
|
set: function (value) {
|
|
6174
|
-
|
|
6175
|
-
if (this.
|
|
6176
|
-
this.
|
|
6177
|
-
setTimeout(function () { return _this.updateTabIndex(); });
|
|
6178
|
-
}
|
|
6174
|
+
this._tabindex = value;
|
|
6175
|
+
if (!this._writing)
|
|
6176
|
+
this.updateTabIndex();
|
|
6179
6177
|
},
|
|
6180
6178
|
enumerable: false,
|
|
6181
6179
|
configurable: true
|