@yetuzi/vue3-query-components 1.1.2 → 1.1.4
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/index.d.ts +3 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +5 -4
package/dist/index.d.ts
CHANGED
|
@@ -116,6 +116,9 @@ export declare const CommonRadio: DefineComponent<CommonRadioProps>
|
|
|
116
116
|
export declare const CommonSwitch: DefineComponent<CommonSwitchProps>
|
|
117
117
|
export declare const CommonConfigProvider: DefineComponent<any>
|
|
118
118
|
|
|
119
|
+
// 版本号
|
|
120
|
+
export declare const version: string
|
|
121
|
+
|
|
119
122
|
// 配置对象
|
|
120
123
|
export declare const config: Config
|
|
121
124
|
|
package/dist/index.js
CHANGED
|
@@ -3207,7 +3207,7 @@ function Lc(e) {
|
|
|
3207
3207
|
return n;
|
|
3208
3208
|
});
|
|
3209
3209
|
}
|
|
3210
|
-
const Hc = ze({
|
|
3210
|
+
const $f = "1.1.4", Hc = ze({
|
|
3211
3211
|
component: {
|
|
3212
3212
|
placeholder: "-",
|
|
3213
3213
|
pagination: {
|
|
@@ -3252,6 +3252,7 @@ export {
|
|
|
3252
3252
|
Ic as getFirstValidValue,
|
|
3253
3253
|
Lc as useGetComponentsChildrenSlots,
|
|
3254
3254
|
zc as useResettableReactive,
|
|
3255
|
-
xf as useResettableRef
|
|
3255
|
+
xf as useResettableRef,
|
|
3256
|
+
$f as version
|
|
3256
3257
|
};
|
|
3257
3258
|
//# sourceMappingURL=index.js.map
|