@das-fed/ui 6.4.0-dev.30 → 6.4.0-dev.32

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.
@@ -3,6 +3,7 @@ export declare const useStore: () => {
3
3
  formData: import("vue").Ref<never[], never[]>;
4
4
  formRule: import("vue").Ref<Partial<Record<string, import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>>>, Partial<Record<string, import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>>>>;
5
5
  showData: import("vue").Ref<{}, {}>;
6
+ disabledData: import("vue").Ref<{}, {}>;
6
7
  flowKey: import("vue").Ref<string, string>;
7
8
  setData: (key: string, val: any) => void;
8
9
  setDetailData: (val: any) => void;
@@ -1 +1 @@
1
- .form-image[data-v-e6f9c5ec]{background:#fff;margin:10px 0 30px}.table-search-process-top[data-v-c2fe15eb]{display:flex;justify-content:space-between;align-items:center;margin:0 14px 6px}.table-search-process-top .left-box[data-v-c2fe15eb]{display:flex;align-items:center}.form-image[data-v-6169bf17]{background:#fff;margin:10px 0 30px}.accordion-layout{width:100%}.accordion-layout .grid-layout{padding:0}.custom-page[data-v-7653ee4c]{display:flex;flex-direction:column;background-color:#e2e7ef}.custom-page .btn-box[data-v-7653ee4c]{background-color:#fff;height:48px;line-height:48px;padding-left:18px}.custom-page .content-box[data-v-7653ee4c]{flex:1;margin:0 10px;min-height:0}
1
+ .form-image[data-v-412cdcbe]{background:#fff;margin:10px 0 30px}.table-search-process-top[data-v-c5cf5895]{display:flex;justify-content:space-between;align-items:center;margin:0 14px 6px}.table-search-process-top .left-box[data-v-c5cf5895]{display:flex;align-items:center}.form-image[data-v-da7984c5]{background:#fff;margin:10px 0 30px}.accordion-layout{width:100%}.accordion-layout .grid-layout{padding:0}.custom-page[data-v-1e68b6db]{display:flex;flex-direction:column;background-color:#e2e7ef}.custom-page .btn-box[data-v-1e68b6db]{background-color:#fff;height:48px;line-height:48px;padding-left:18px}.custom-page .content-box[data-v-1e68b6db]{flex:1;min-height:0}
@@ -11,6 +11,10 @@ export type Props = {
11
11
  data?: any
12
12
 
13
13
  showData?: any
14
+
15
+ customStyle?: any
16
+
17
+ disabledData?: any
14
18
  }
15
19
 
16
20
  export type Emits = {
@@ -4,4 +4,5 @@ export declare const useSearchOptions: (prop: Props, emits: Emits) => {
4
4
  buttonSetting: import("vue").Ref<any, any>;
5
5
  settingData: import("vue").Ref<never[], never[]>;
6
6
  searchList: (formDataValues: any) => void;
7
+ showFilterPanel: any;
7
8
  };