lkt-item-crud 2.0.10 → 2.0.11

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 tt(B?: boolean): void;
2
- declare namespace at {
3
- function install(B: any, J?: {}): void;
1
+ declare function at(C?: boolean): void;
2
+ declare namespace ot {
3
+ function install(C: any, x?: {}): void;
4
4
  }
5
- declare function ut(B: any): void;
6
- declare function ot(B: any): void;
7
- export { tt as debugLktItemCrud, at as default, ut as setItemCrudDefaultDropIcon, ot as setItemCrudDefaultSaveIcon };
5
+ declare function nt(C: any): void;
6
+ declare function ut(C: any): void;
7
+ export { at as debugLktItemCrud, ot as default, nt as setItemCrudDefaultDropIcon, ut as setItemCrudDefaultSaveIcon };