@yetuzi/vue3-query-components 1.1.33 → 1.1.34

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 CHANGED
@@ -1 +1 @@
1
- .common-query-table[data-v-979c14f4]{--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-979c14f4]{width:100%}[class^=common-query-table-]+[class^=common-query-table-][data-v-979c14f4]{margin-top:var(--spacing)}.common-query-table .common-query-table-table[data-v-979c14f4]{flex:1;overflow:hidden}.el-form[data-v-18fb7833]{margin-bottom:-18px!important}.el-form .el-form-item[data-v-18fb7833] .el-form-item__content{width:var(--v774e79be)}.el-form .el-form-item[data-v-18fb7833] .el-select,.el-form .el-form-item[data-v-18fb7833] .el-input,.el-form .el-form-item[data-v-18fb7833] .el-date-editor{width:100%}.common-table[data-v-c0af1b72]{width:100%;height:100%;display:flex;flex-direction:column}
1
+ .common-query-table[data-v-a726f75e]{--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-a726f75e]{width:100%}[class^=common-query-table-]+[class^=common-query-table-][data-v-a726f75e]{margin-top:var(--spacing)}.common-query-table .common-query-table-table[data-v-a726f75e]{flex:1;overflow:hidden}.el-form[data-v-678fa61e]{margin-bottom:-18px!important}.el-form .el-form-item[data-v-678fa61e] .el-form-item__content{width:var(--v02a1aeac)}.el-form .el-form-item[data-v-678fa61e] .el-select,.el-form .el-form-item[data-v-678fa61e] .el-input,.el-form .el-form-item[data-v-678fa61e] .el-date-editor{width:100%}.common-table[data-v-4b62e533]{width:100%;height:100%;display:flex;flex-direction:column}
package/dist/index.d.ts CHANGED
@@ -341,7 +341,7 @@ export declare const CommonForm: <T extends AnyObject>(__VLS_props: NonNullable<
341
341
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onReset" | "onSubmit" | "onUpdate:loading"> & ({
342
342
  loading?: boolean;
343
343
  } & CommonFormProps<T>) & Partial<{}>> & PublicProps;
344
- expose(exposed: ShallowUnwrapRef<CommonFormExpose<T>>): void;
344
+ expose(exposed: ShallowUnwrapRef<CommonFormExpose<AnyObject>>): void;
345
345
  attrs: any;
346
346
  slots: Partial<Record<NonNullable<(string & {}) | keyof T>, (_: {
347
347
  props: Partial<CommonSelectProps> | Partial<CommonInputProps> | Partial<CommonDatePickerProps> | Partial<CommonRadioProps> | Partial<CommonCheckboxProps> | Partial<CommonSwitchProps> | Partial<any> | undefined;