tnx-shared 5.1.501 → 5.1.503
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/tnx-shared.umd.js +2 -2
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/components/common-search-form/common-search-form.component.js +2 -2
- package/esm2015/components/crud/crud-form/crud-form.component.js +2 -2
- package/fesm2015/tnx-shared.js +2 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -16046,7 +16046,7 @@
|
|
|
16046
16046
|
for (var divs_1 = __values(divs), divs_1_1 = divs_1.next(); !divs_1_1.done; divs_1_1 = divs_1.next()) {
|
|
16047
16047
|
var div = divs_1_1.value;
|
|
16048
16048
|
this.firstDivHolder = div;
|
|
16049
|
-
var firstControl = this.firstDivHolder.querySelector('input:not([type=file]):not([type=hidden])');
|
|
16049
|
+
var firstControl = this.firstDivHolder.querySelector('input:not([type=file]):not([type=hidden]):not(.input-calendar)');
|
|
16050
16050
|
if (firstControl) {
|
|
16051
16051
|
firstControl.focus();
|
|
16052
16052
|
this.scrollToView(firstControl);
|
|
@@ -49389,7 +49389,7 @@
|
|
|
49389
49389
|
column.showLabel = false;
|
|
49390
49390
|
column.mdWidth = _this.mdWidth;
|
|
49391
49391
|
column['placeholder'] = column.label;
|
|
49392
|
-
if (!(column instanceof TextControlSchema)) {
|
|
49392
|
+
if (!(column instanceof TextControlSchema) || column instanceof NumberRangeControlSchema) {
|
|
49393
49393
|
column.onChanged = function (evt) { return _this.handleSearch(null, evt.control.field); };
|
|
49394
49394
|
}
|
|
49395
49395
|
});
|