@bscjc/webui 1.1.0 → 1.1.2

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.
@@ -109,7 +109,7 @@ export declare const JcCascader: SFCWithInstall<import("vue").DefineComponent<im
109
109
  width: string;
110
110
  footerBtnName: string;
111
111
  isNeedFooter: boolean;
112
- isNeedHeader: boolean;
113
112
  isNeedOnlySelect: boolean;
113
+ isNeedHeader: boolean;
114
114
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
115
115
  export default JcCascader;
@@ -96,7 +96,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
96
96
  width: string;
97
97
  footerBtnName: string;
98
98
  isNeedFooter: boolean;
99
- isNeedHeader: boolean;
100
99
  isNeedOnlySelect: boolean;
100
+ isNeedHeader: boolean;
101
101
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
102
102
  export default _default;
@@ -44,6 +44,10 @@ export declare const JcSelectQuery: SFCWithInstall<{
44
44
  type: BooleanConstructor;
45
45
  default: boolean;
46
46
  };
47
+ isNeedOnlySelect: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
47
51
  }>> & Readonly<{}>, {
48
52
  [x: string]: string | Function | string[];
49
53
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
@@ -59,6 +63,7 @@ export declare const JcSelectQuery: SFCWithInstall<{
59
63
  footerBtnName: string;
60
64
  maxScrollHeight: string;
61
65
  isNeedFooter: boolean;
66
+ isNeedOnlySelect: boolean;
62
67
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
63
68
  P: {};
64
69
  B: {};
@@ -109,6 +114,10 @@ export declare const JcSelectQuery: SFCWithInstall<{
109
114
  type: BooleanConstructor;
110
115
  default: boolean;
111
116
  };
117
+ isNeedOnlySelect: {
118
+ type: BooleanConstructor;
119
+ default: boolean;
120
+ };
112
121
  }>> & Readonly<{}>, {
113
122
  [x: string]: string | Function | string[];
114
123
  }, {}, {}, {}, {
@@ -124,6 +133,7 @@ export declare const JcSelectQuery: SFCWithInstall<{
124
133
  footerBtnName: string;
125
134
  maxScrollHeight: string;
126
135
  isNeedFooter: boolean;
136
+ isNeedOnlySelect: boolean;
127
137
  }>;
128
138
  __isFragment?: never;
129
139
  __isTeleport?: never;
@@ -171,6 +181,10 @@ export declare const JcSelectQuery: SFCWithInstall<{
171
181
  type: BooleanConstructor;
172
182
  default: boolean;
173
183
  };
184
+ isNeedOnlySelect: {
185
+ type: BooleanConstructor;
186
+ default: boolean;
187
+ };
174
188
  }>> & Readonly<{}>, {
175
189
  [x: string]: string | Function | string[];
176
190
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
@@ -186,6 +200,7 @@ export declare const JcSelectQuery: SFCWithInstall<{
186
200
  footerBtnName: string;
187
201
  maxScrollHeight: string;
188
202
  isNeedFooter: boolean;
203
+ isNeedOnlySelect: boolean;
189
204
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
190
205
  $slots: {
191
206
  default?: (props: {
@@ -50,6 +50,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
50
50
  type: BooleanConstructor;
51
51
  default: boolean;
52
52
  };
53
+ isNeedOnlySelect: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
53
57
  }>, {
54
58
  [x: string]: string | Function | string[];
55
59
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -92,6 +96,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
92
96
  type: BooleanConstructor;
93
97
  default: boolean;
94
98
  };
99
+ isNeedOnlySelect: {
100
+ type: BooleanConstructor;
101
+ default: boolean;
102
+ };
95
103
  }>> & Readonly<{}>, {
96
104
  size: "small" | "default" | "large";
97
105
  field: string;
@@ -102,6 +110,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
102
110
  footerBtnName: string;
103
111
  maxScrollHeight: string;
104
112
  isNeedFooter: boolean;
113
+ isNeedOnlySelect: boolean;
105
114
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
106
115
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
107
116
  export default _default;