@yetuzi/vue3-query-components 1.1.3 → 1.1.5
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.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +418 -432
- package/dist/index.js.map +1 -1
- package/package.json +6 -5
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.common-query-table[data-v-
|
|
1
|
+
.common-query-table[data-v-ee2bbffc]{--spacing: 15px;width:100%;height:100%;flex:1;display:flex;flex-direction:column;box-sizing:border-box;padding:var(--spacing) 12px;overflow:hidden}[class^=common-query-table-][data-v-ee2bbffc]{width:100%}[class^=common-query-table-]+[class^=common-query-table-][data-v-ee2bbffc]{margin-top:var(--spacing)}.common-query-table .common-query-table-table[data-v-ee2bbffc]{flex:1;overflow:hidden}.el-form[data-v-f99b2119]{margin-bottom:-18px!important}.el-form .el-form-item[data-v-f99b2119] .el-form-item__content{width:var(--v8a403a82);min-width:200px}.el-form .el-form-item[data-v-f99b2119] .el-select,.el-form .el-form-item[data-v-f99b2119] .el-input,.el-form .el-form-item[data-v-f99b2119] .el-date-editor{width:100%}.common-table[data-v-5da80890]{width:100%;height:100%;display:flex;flex-direction:column}
|
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
|
|