@a2simcode/ui 0.0.252 → 0.0.254

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.
@@ -27,13 +27,13 @@ export declare const JInputLayer: {
27
27
  clearable: boolean;
28
28
  readonly: boolean;
29
29
  columns: any[];
30
+ searchList: any[];
30
31
  isTree: boolean;
31
32
  defaultExpandAll: boolean;
32
33
  isPage: boolean;
33
34
  onlyButton: boolean;
34
35
  isMultiSelect: boolean;
35
36
  pidKey: string;
36
- searchInputList: any[];
37
37
  isSaveSelectData: boolean;
38
38
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
39
39
  layerRef: unknown;
@@ -67,13 +67,13 @@ export declare const JInputLayer: {
67
67
  clearable: boolean;
68
68
  readonly: boolean;
69
69
  columns: any[];
70
+ searchList: any[];
70
71
  isTree: boolean;
71
72
  defaultExpandAll: boolean;
72
73
  isPage: boolean;
73
74
  onlyButton: boolean;
74
75
  isMultiSelect: boolean;
75
76
  pidKey: string;
76
- searchInputList: any[];
77
77
  isSaveSelectData: boolean;
78
78
  }>;
79
79
  __isFragment?: never;
@@ -107,13 +107,13 @@ export declare const JInputLayer: {
107
107
  clearable: boolean;
108
108
  readonly: boolean;
109
109
  columns: any[];
110
+ searchList: any[];
110
111
  isTree: boolean;
111
112
  defaultExpandAll: boolean;
112
113
  isPage: boolean;
113
114
  onlyButton: boolean;
114
115
  isMultiSelect: boolean;
115
116
  pidKey: string;
116
- searchInputList: any[];
117
117
  isSaveSelectData: boolean;
118
118
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
119
119
  install: (app: import('vue').App) => void;
@@ -53,17 +53,24 @@ export interface InputLayerProps {
53
53
  /** 数据加载方式 */
54
54
  mode?: string;
55
55
  /** 查询框 */
56
- searchInputList?: any[];
56
+ searchList?: any[];
57
57
  /** 只显示按钮 */
58
58
  onlyButton?: boolean;
59
59
  /** 按钮文本 */
60
60
  buttonLabel?: string;
61
61
  /** 按钮类型 */
62
- buttonType?: 'default' | 'primary' | 'dashed' | 'text' | 'link';
62
+ buttonType?: 'default' | 'primary' | 'dashed' | 'text' | 'link' | 'outline';
63
63
  /** 设置按钮形状 */
64
64
  buttonShape?: 'default' | 'circle' | 'round';
65
- /** 设置危险按钮 */
66
- buttonDanger?: boolean;
65
+ /** 设置按钮状态 */
66
+ buttonStatus?: 'normal' | 'success' | 'warning' | 'danger';
67
+ /** 设置按钮是否块级 */
68
+ buttonBlock?: boolean;
69
+ notButtonLabel?: boolean;
70
+ /** 按钮加载中 */
71
+ buttonLoading?: boolean | {
72
+ delay?: number;
73
+ };
67
74
  /** 特定场合下使用 */
68
75
  isSaveSelectData?: boolean;
69
76
  /** 按钮组 */
@@ -97,13 +104,13 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {
97
104
  clearable: boolean;
98
105
  readonly: boolean;
99
106
  columns: any[];
107
+ searchList: any[];
100
108
  isTree: boolean;
101
109
  defaultExpandAll: boolean;
102
110
  isPage: boolean;
103
111
  onlyButton: boolean;
104
112
  isMultiSelect: boolean;
105
113
  pidKey: string;
106
- searchInputList: any[];
107
114
  isSaveSelectData: boolean;
108
115
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
109
116
  layerRef: unknown;
@@ -199,6 +199,7 @@ declare const JTablePanel: {
199
199
  buttons: import('..').ButtonCompType[];
200
200
  modelValue: Record<string, any>[];
201
201
  columns: import('..').SchemaConfig[];
202
+ searchList: Record<string, any>[];
202
203
  columnFilter: string[];
203
204
  isTree: boolean;
204
205
  defaultExpandAll: boolean;
@@ -230,7 +231,6 @@ declare const JTablePanel: {
230
231
  isSubShowNumber: boolean;
231
232
  subActions: import('..').ButtonCompType[];
232
233
  loadChildren: (record: Record<string, any>) => Promise<any[]>;
233
- searchList: Record<string, any>[];
234
234
  viewMode: "table" | "card";
235
235
  batchButtons: import('..').ButtonCompType[];
236
236
  noPadding: boolean;
@@ -330,8 +330,8 @@ declare const JTablePanel: {
330
330
  "update:isPin": (value: boolean) => void;
331
331
  }, import('vue').PublicProps, {
332
332
  columns: import('..').SchemaConfig[];
333
- searchFieldList: Record<string, any>[];
334
333
  searchList: Record<string, any>[];
334
+ searchFieldList: Record<string, any>[];
335
335
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
336
336
  formRef: unknown;
337
337
  }, HTMLDivElement, import('vue').ComponentProvideOptions, {
@@ -370,8 +370,8 @@ declare const JTablePanel: {
370
370
  getFixedSearchData: () => any;
371
371
  }, {}, {}, {}, {
372
372
  columns: import('..').SchemaConfig[];
373
- searchFieldList: Record<string, any>[];
374
373
  searchList: Record<string, any>[];
374
+ searchFieldList: Record<string, any>[];
375
375
  }> | null;
376
376
  orderPanelRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
377
377
  columns: {
@@ -654,6 +654,7 @@ declare const JTablePanel: {
654
654
  buttons: import('..').ButtonCompType[];
655
655
  modelValue: Record<string, any>[];
656
656
  columns: import('..').SchemaConfig[];
657
+ searchList: Record<string, any>[];
657
658
  columnFilter: string[];
658
659
  isTree: boolean;
659
660
  defaultExpandAll: boolean;
@@ -685,7 +686,6 @@ declare const JTablePanel: {
685
686
  isSubShowNumber: boolean;
686
687
  subActions: import('..').ButtonCompType[];
687
688
  loadChildren: (record: Record<string, any>) => Promise<any[]>;
688
- searchList: Record<string, any>[];
689
689
  viewMode: "table" | "card";
690
690
  batchButtons: import('..').ButtonCompType[];
691
691
  noPadding: boolean;
@@ -906,6 +906,7 @@ declare const JTablePanel: {
906
906
  buttons: import('..').ButtonCompType[];
907
907
  modelValue: Record<string, any>[];
908
908
  columns: import('..').SchemaConfig[];
909
+ searchList: Record<string, any>[];
909
910
  columnFilter: string[];
910
911
  isTree: boolean;
911
912
  defaultExpandAll: boolean;
@@ -937,7 +938,6 @@ declare const JTablePanel: {
937
938
  isSubShowNumber: boolean;
938
939
  subActions: import('..').ButtonCompType[];
939
940
  loadChildren: (record: Record<string, any>) => Promise<any[]>;
940
- searchList: Record<string, any>[];
941
941
  viewMode: "table" | "card";
942
942
  batchButtons: import('..').ButtonCompType[];
943
943
  noPadding: boolean;
@@ -53,8 +53,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
53
53
  "onUpdate:isPin"?: ((value: boolean) => any) | undefined;
54
54
  }>, {
55
55
  columns: SchemaConfig[];
56
- searchFieldList: Record<string, any>[];
57
56
  searchList: Record<string, any>[];
57
+ searchFieldList: Record<string, any>[];
58
58
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
59
59
  formRef: unknown;
60
60
  }, HTMLDivElement>;
@@ -668,6 +668,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
668
668
  buttons: ButtonCompType[];
669
669
  modelValue: Record<string, any>[];
670
670
  columns: SchemaConfig[];
671
+ searchList: Record<string, any>[];
671
672
  columnFilter: string[];
672
673
  isTree: boolean;
673
674
  defaultExpandAll: boolean;
@@ -699,7 +700,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
699
700
  isSubShowNumber: boolean;
700
701
  subActions: ButtonCompType[];
701
702
  loadChildren: (record: Record<string, any>) => Promise<any[]>;
702
- searchList: Record<string, any>[];
703
703
  viewMode: "table" | "card";
704
704
  batchButtons: ButtonCompType[];
705
705
  noPadding: boolean;
@@ -799,8 +799,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
799
799
  "update:isPin": (value: boolean) => void;
800
800
  }, import('vue').PublicProps, {
801
801
  columns: SchemaConfig[];
802
- searchFieldList: Record<string, any>[];
803
802
  searchList: Record<string, any>[];
803
+ searchFieldList: Record<string, any>[];
804
804
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
805
805
  formRef: unknown;
806
806
  }, HTMLDivElement, import('vue').ComponentProvideOptions, {
@@ -839,8 +839,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
839
839
  getFixedSearchData: () => any;
840
840
  }, {}, {}, {}, {
841
841
  columns: SchemaConfig[];
842
- searchFieldList: Record<string, any>[];
843
842
  searchList: Record<string, any>[];
843
+ searchFieldList: Record<string, any>[];
844
844
  }> | null;
845
845
  orderPanelRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
846
846
  columns: {