tnx-shared 5.3.299 → 5.3.300
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
|
@@ -1950,7 +1950,7 @@
|
|
|
1950
1950
|
return _this;
|
|
1951
1951
|
}
|
|
1952
1952
|
return UserPickerControlSchema;
|
|
1953
|
-
}(
|
|
1953
|
+
}(FormControlBaseWithService));
|
|
1954
1954
|
var CoCauToChucPickerControlSchema = /** @class */ (function (_super) {
|
|
1955
1955
|
__extends(CoCauToChucPickerControlSchema, _super);
|
|
1956
1956
|
function CoCauToChucPickerControlSchema(init) {
|