tnx-shared 5.3.327 → 5.3.328
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 +1 -1
- 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/classes/form-schema.d.ts +1 -1
- package/classes/form-schema.d.ts.map +1 -1
- package/esm2015/classes/form-schema.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
package/fesm2015/tnx-shared.js
CHANGED
|
@@ -900,6 +900,7 @@ class FormSchemaBase extends SchemaBase {
|
|
|
900
900
|
this.order = 0;
|
|
901
901
|
this.showTooltip = true;
|
|
902
902
|
this.showTooltipOnly = false;
|
|
903
|
+
this.autoSearch = true; // Dùng cho commonsearch;
|
|
903
904
|
for (const key in init) {
|
|
904
905
|
this[key] = init[key];
|
|
905
906
|
}
|
|
@@ -976,7 +977,6 @@ class FormControlBase extends FormSchemaBase {
|
|
|
976
977
|
this.hasOperatorCanBo = false;
|
|
977
978
|
this.addToGridInfo = false;
|
|
978
979
|
this.isLazyLoad = false;
|
|
979
|
-
this.autoSearch = true; // Dùng cho commonsearch;
|
|
980
980
|
for (const key in init) {
|
|
981
981
|
this[key] = init[key];
|
|
982
982
|
}
|