lkt-item-crud 2.0.27 → 2.0.29
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 +6 -6
- package/dist/build.js +429 -427
- package/dist/lib-components/LktItemCrud.vue.d.ts +16 -15
- package/package.json +1 -1
- package/src/lib-components/LktItemCrud.vue +165 -155
package/dist/build.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare function
|
|
2
|
-
declare namespace
|
|
3
|
-
function install(
|
|
1
|
+
declare function Lt($?: boolean): void;
|
|
2
|
+
declare namespace $t {
|
|
3
|
+
function install($: any, ge?: {}): void;
|
|
4
4
|
}
|
|
5
|
-
declare function
|
|
6
|
-
declare function Nt(
|
|
7
|
-
export {
|
|
5
|
+
declare function jt($: any): void;
|
|
6
|
+
declare function Nt($: any): void;
|
|
7
|
+
export { Lt as debugLktItemCrud, $t as default, jt as setItemCrudDefaultDropIcon, Nt as setItemCrudDefaultSaveIcon };
|