@yibozhang/pro-table 0.0.2 → 0.0.3
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 +4 -4
- 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 +2 -1
- package/esm2015/yibozhang-pro-table.js +4 -5
- 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 +1 -0
- package/public-api.d.ts.map +1 -1
- package/yibozhang-pro-table.d.ts +3 -4
- package/yibozhang-pro-table.d.ts.map +1 -1
- package/yibozhang-pro-table.metadata.json +1 -1
|
@@ -3090,6 +3090,7 @@
|
|
|
3090
3090
|
exports.PRO_TABLE_COLUMN_REMOTE = PRO_TABLE_COLUMN_REMOTE;
|
|
3091
3091
|
exports.PRO_TABLE_DEFAULT_COLUMN = PRO_TABLE_DEFAULT_COLUMN;
|
|
3092
3092
|
exports.PRO_TABLE_DEFAULT_PROPS = PRO_TABLE_DEFAULT_PROPS;
|
|
3093
|
+
exports.PlateInputModule = PlateInputModule;
|
|
3093
3094
|
exports.ProTableComponent = ProTableComponent;
|
|
3094
3095
|
exports.ProTableModule = ProTableModule;
|
|
3095
3096
|
exports.ɵ0 = ɵ0;
|
|
@@ -3099,10 +3100,9 @@
|
|
|
3099
3100
|
exports.ɵb = PageContainerComponent;
|
|
3100
3101
|
exports.ɵc = TableSearchBarModule;
|
|
3101
3102
|
exports.ɵd = TableSearchBarComponent;
|
|
3102
|
-
exports.ɵe =
|
|
3103
|
-
exports.ɵf =
|
|
3104
|
-
exports.ɵg =
|
|
3105
|
-
exports.ɵh = DynamicSearchFieldComponent;
|
|
3103
|
+
exports.ɵe = PlateInputComponent;
|
|
3104
|
+
exports.ɵf = ColmunsSettingComponent;
|
|
3105
|
+
exports.ɵg = DynamicSearchFieldComponent;
|
|
3106
3106
|
|
|
3107
3107
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3108
3108
|
|