lkt-item-crud 1.3.0 → 2.0.1

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/dist/build.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- declare function _e(o?: boolean): void;
2
- declare namespace xe {
3
- function install(o: any, g?: {}): void;
1
+ declare function Xe(k?: boolean): void;
2
+ declare namespace Ye {
3
+ function install(k: any, W?: {}): void;
4
4
  }
5
- declare function tt(o: any): void;
6
- declare function et(o: any): void;
7
- export { _e as debugLktItemCrud, xe as default, tt as setItemCrudDefaultDropIcon, et as setItemCrudDefaultSaveIcon };
5
+ declare function xe(k: any): void;
6
+ declare function Ze(k: any): void;
7
+ export { Xe as debugLktItemCrud, Ye as default, xe as setItemCrudDefaultDropIcon, Ze as setItemCrudDefaultSaveIcon };