duck-vue-components 0.2.0 → 0.2.2
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/constants.cjs +1 -1
- package/dist/constants.d.cts +1 -1
- package/dist/{controls-B7qU1vjR.cjs → controls-DORSbC6g.cjs} +180 -107
- package/dist/{controls-BXlqLD72.js → controls-Dqd6AD6_.js} +114 -64
- package/dist/controls.cjs +7 -1
- package/dist/controls.d.cts +2 -2
- package/dist/controls.d.ts +2 -2
- package/dist/controls.js +2 -2
- package/dist/hooks.cjs +2 -2
- package/dist/{index-DZ1BE9W4.d.cts → index-CHT-pkrY.d.cts} +117 -99
- package/dist/index-CmiTP4nh.d.cts +804 -0
- package/dist/index-CpIVvKpt.d.ts +804 -0
- package/dist/{index-wNtoh5Kh.d.ts → index-DiJRuXzE.d.ts} +113 -97
- package/dist/index.cjs +4 -12
- package/dist/index.d.cts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +2 -3
- package/dist/{locale-DTHxb_wp.cjs → locale-BTmar3YP.cjs} +44 -2
- package/dist/locale.cjs +1 -1
- package/dist/pages.cjs +1638 -0
- package/dist/pages.d.cts +36 -0
- package/dist/pages.d.ts +36 -0
- package/dist/pages.js +1627 -0
- package/dist/stores.cjs +6 -6
- package/dist/stores.d.cts +1 -803
- package/dist/stores.d.ts +1 -803
- package/dist/style.css +12 -0
- package/dist/{utils-D8ZjYN3B.cjs → utils-D_H_FuDE.cjs} +5 -6
- package/dist/utils.cjs +2 -2
- package/dist/utils.d.cts +1 -1
- package/package.json +6 -5
- package/dist/chunk-CZWwpsFl.cjs +0 -43
- package/dist/config.cjs +0 -10
- package/dist/config.d.cts +0 -2
- package/dist/config.d.ts +0 -2
- package/dist/config.js +0 -5
- /package/dist/{constants-CnfPtVsT.cjs → constants-Djb2MLAv.cjs} +0 -0
- /package/dist/{index-BCxPeUAH.d.cts → index-1Pf2-Oor.d.cts} +0 -0
- /package/dist/{index-DmYlGe4I.d.cts → index-DbRrwdMu.d.cts} +0 -0
package/dist/pages.d.cts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { H as __exportAll, s as OptionT$2 } from "./index-CHT-pkrY.cjs";
|
|
2
|
+
import { nn as SFCWithInstall } from "./index-DbRrwdMu.cjs";
|
|
3
|
+
import * as _$vue from "vue";
|
|
4
|
+
|
|
5
|
+
//#region src/packages/pages/localSetting/localSetting.vue.d.ts
|
|
6
|
+
interface OptionT$1 {
|
|
7
|
+
getFromRemoteURL?: string;
|
|
8
|
+
saveToRemoteURL?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const __VLS_export$1: _$vue.DefineComponent<OptionT$1, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<OptionT$1> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default$1: typeof __VLS_export$1;
|
|
12
|
+
declare namespace localSetting_d_exports {
|
|
13
|
+
export { Template$1 as Template, struct$1 as struct };
|
|
14
|
+
}
|
|
15
|
+
/** 与数据库表字段一致,或者虚拟表一致即可 */
|
|
16
|
+
declare const struct$1: OptionT$2;
|
|
17
|
+
declare const Template$1: SFCWithInstall<typeof _default$1>;
|
|
18
|
+
//#endregion
|
|
19
|
+
//#region src/packages/pages/appConfig/appConfig.vue.d.ts
|
|
20
|
+
interface OptionT {
|
|
21
|
+
getFromRemoteURL?: string;
|
|
22
|
+
saveToRemoteURL?: string;
|
|
23
|
+
}
|
|
24
|
+
declare const __VLS_export: _$vue.DefineComponent<OptionT, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<OptionT> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
declare const _default: typeof __VLS_export;
|
|
26
|
+
declare namespace appConfig_d_exports {
|
|
27
|
+
export { Template, struct };
|
|
28
|
+
}
|
|
29
|
+
/** 表ID的值,在运行时需要进行赋值,添加时为0,修改时为行ID,或者调用其他页面的时候,需要带上此值 */
|
|
30
|
+
/**
|
|
31
|
+
* 对应表中用到的所有的字段,仅该接口中所用到的表字段,与实际表有所区别,用到的各个接口中的数据结构
|
|
32
|
+
*/
|
|
33
|
+
declare const struct: OptionT$2;
|
|
34
|
+
declare const Template: SFCWithInstall<typeof _default>;
|
|
35
|
+
//#endregion
|
|
36
|
+
export { appConfig_d_exports as RwAppConfig, localSetting_d_exports as RwLocalSetting };
|
package/dist/pages.d.ts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { s as OptionT$2 } from "./index-DiJRuXzE.js";
|
|
2
|
+
import { nn as SFCWithInstall } from "./index-B-JdU485.js";
|
|
3
|
+
import * as _$vue from "vue";
|
|
4
|
+
|
|
5
|
+
//#region src/packages/pages/localSetting/localSetting.vue.d.ts
|
|
6
|
+
interface OptionT$1 {
|
|
7
|
+
getFromRemoteURL?: string;
|
|
8
|
+
saveToRemoteURL?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const __VLS_export$1: _$vue.DefineComponent<OptionT$1, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<OptionT$1> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default$1: typeof __VLS_export$1;
|
|
12
|
+
declare namespace localSetting_d_exports {
|
|
13
|
+
export { Template$1 as Template, struct$1 as struct };
|
|
14
|
+
}
|
|
15
|
+
/** 与数据库表字段一致,或者虚拟表一致即可 */
|
|
16
|
+
declare const struct$1: OptionT$2;
|
|
17
|
+
declare const Template$1: SFCWithInstall<typeof _default$1>;
|
|
18
|
+
//#endregion
|
|
19
|
+
//#region src/packages/pages/appConfig/appConfig.vue.d.ts
|
|
20
|
+
interface OptionT {
|
|
21
|
+
getFromRemoteURL?: string;
|
|
22
|
+
saveToRemoteURL?: string;
|
|
23
|
+
}
|
|
24
|
+
declare const __VLS_export: _$vue.DefineComponent<OptionT, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<OptionT> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
declare const _default: typeof __VLS_export;
|
|
26
|
+
declare namespace appConfig_d_exports {
|
|
27
|
+
export { Template, struct };
|
|
28
|
+
}
|
|
29
|
+
/** 表ID的值,在运行时需要进行赋值,添加时为0,修改时为行ID,或者调用其他页面的时候,需要带上此值 */
|
|
30
|
+
/**
|
|
31
|
+
* 对应表中用到的所有的字段,仅该接口中所用到的表字段,与实际表有所区别,用到的各个接口中的数据结构
|
|
32
|
+
*/
|
|
33
|
+
declare const struct: OptionT$2;
|
|
34
|
+
declare const Template: SFCWithInstall<typeof _default>;
|
|
35
|
+
//#endregion
|
|
36
|
+
export { appConfig_d_exports as RwAppConfig, localSetting_d_exports as RwLocalSetting };
|