@yibozhang/pro-table 0.0.7 → 0.0.8
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/yibozhang-pro-table.umd.js +7 -7
- package/bundles/yibozhang-pro-table.umd.js.map +1 -1
- package/bundles/yibozhang-pro-table.umd.min.js +1 -1
- package/esm2015/public-api.js +3 -1
- package/esm2015/yibozhang-pro-table.js +6 -8
- package/fesm2015/yibozhang-pro-table.js +1 -1
- package/fesm2015/yibozhang-pro-table.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/public-api.d.ts.map +1 -1
- package/yibozhang-pro-table.d.ts +5 -7
- package/yibozhang-pro-table.d.ts.map +1 -1
- package/yibozhang-pro-table.metadata.json +1 -1
|
@@ -3466,19 +3466,19 @@
|
|
|
3466
3466
|
exports.PRO_TABLE_COLUMN_REMOTE = PRO_TABLE_COLUMN_REMOTE;
|
|
3467
3467
|
exports.PRO_TABLE_DEFAULT_COLUMN = PRO_TABLE_DEFAULT_COLUMN;
|
|
3468
3468
|
exports.PRO_TABLE_DEFAULT_PROPS = PRO_TABLE_DEFAULT_PROPS;
|
|
3469
|
+
exports.PageContainerModule = PageContainerModule;
|
|
3469
3470
|
exports.PlateInputModule = PlateInputModule;
|
|
3470
3471
|
exports.ProTableComponent = ProTableComponent;
|
|
3471
3472
|
exports.ProTableModule = ProTableModule;
|
|
3473
|
+
exports.TableSearchBarModule = TableSearchBarModule;
|
|
3472
3474
|
exports["ɵ0"] = ɵ0;
|
|
3473
3475
|
exports["ɵ1"] = ɵ1;
|
|
3474
3476
|
exports["ɵ2"] = ɵ2;
|
|
3475
|
-
exports["ɵa"] =
|
|
3476
|
-
exports["ɵb"] =
|
|
3477
|
-
exports["ɵc"] =
|
|
3478
|
-
exports["ɵd"] =
|
|
3479
|
-
exports["ɵe"] =
|
|
3480
|
-
exports["ɵf"] = ColmunsSettingComponent;
|
|
3481
|
-
exports["ɵg"] = DynamicSearchFieldComponent;
|
|
3477
|
+
exports["ɵa"] = PageContainerComponent;
|
|
3478
|
+
exports["ɵb"] = TableSearchBarComponent;
|
|
3479
|
+
exports["ɵc"] = PlateInputComponent;
|
|
3480
|
+
exports["ɵd"] = ColmunsSettingComponent;
|
|
3481
|
+
exports["ɵe"] = DynamicSearchFieldComponent;
|
|
3482
3482
|
|
|
3483
3483
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3484
3484
|
|