@esfaenza/es-table 11.2.40 → 11.2.41
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/esfaenza-es-table.umd.js +140 -140
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esfaenza-es-table.d.ts +5 -6
- package/esfaenza-es-table.metadata.json +1 -1
- package/esm2015/esfaenza-es-table.js +6 -7
- package/esm2015/public-api.js +2 -1
- package/fesm2015/esfaenza-es-table.js +131 -131
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
package/esfaenza-es-table.d.ts
CHANGED
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { EsTableLoc as
|
|
6
|
-
export { EsTd as
|
|
7
|
-
export { EsTh as
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export { UtilitiesHandler as ɵe } from './lib/core/handlers/UtilitiesHandler';
|
|
5
|
+
export { EsTableLoc as ɵe } from './lib/components/es-table/es_table.component.loc';
|
|
6
|
+
export { EsTd as ɵh } from './lib/components/es-td/es_td.component';
|
|
7
|
+
export { EsTh as ɵg } from './lib/components/es-th/es_th.component';
|
|
8
|
+
export { TablePagerLoc as ɵa } from './lib/components/pager/table_pager.component.loc';
|
|
9
|
+
export { UtilitiesHandler as ɵf } from './lib/core/handlers/UtilitiesHandler';
|
|
11
10
|
export { EST_DEBUG as ɵc, EST_DEFAULTS as ɵd, EST_LOCALE as ɵb } from './lib/tokens';
|