@bscjc/webui 1.1.1 → 1.1.3

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.
@@ -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, {
63
68
  selectRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
64
69
  ariaLabel: StringConstructor;
@@ -915,6 +920,10 @@ export declare const JcSelectQuery: SFCWithInstall<{
915
920
  type: BooleanConstructor;
916
921
  default: boolean;
917
922
  };
923
+ isNeedOnlySelect: {
924
+ type: BooleanConstructor;
925
+ default: boolean;
926
+ };
918
927
  }>> & Readonly<{}>, {
919
928
  [x: string]: string | Function | string[];
920
929
  }, {}, {}, {}, {
@@ -930,6 +939,7 @@ export declare const JcSelectQuery: SFCWithInstall<{
930
939
  footerBtnName: string;
931
940
  maxScrollHeight: string;
932
941
  isNeedFooter: boolean;
942
+ isNeedOnlySelect: boolean;
933
943
  }>;
934
944
  __isFragment?: never;
935
945
  __isTeleport?: never;
@@ -977,6 +987,10 @@ export declare const JcSelectQuery: SFCWithInstall<{
977
987
  type: BooleanConstructor;
978
988
  default: boolean;
979
989
  };
990
+ isNeedOnlySelect: {
991
+ type: BooleanConstructor;
992
+ default: boolean;
993
+ };
980
994
  }>> & Readonly<{}>, {
981
995
  [x: string]: string | Function | string[];
982
996
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
@@ -992,6 +1006,7 @@ export declare const JcSelectQuery: SFCWithInstall<{
992
1006
  footerBtnName: string;
993
1007
  maxScrollHeight: string;
994
1008
  isNeedFooter: boolean;
1009
+ isNeedOnlySelect: boolean;
995
1010
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
996
1011
  $slots: {
997
1012
  default?(_: {
@@ -860,6 +860,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
860
860
  type: BooleanConstructor;
861
861
  default: boolean;
862
862
  };
863
+ isNeedOnlySelect: {
864
+ type: BooleanConstructor;
865
+ default: boolean;
866
+ };
863
867
  }>, {
864
868
  [x: string]: string | Function | string[];
865
869
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -902,6 +906,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
902
906
  type: BooleanConstructor;
903
907
  default: boolean;
904
908
  };
909
+ isNeedOnlySelect: {
910
+ type: BooleanConstructor;
911
+ default: boolean;
912
+ };
905
913
  }>> & Readonly<{}>, {
906
914
  size: "small" | "default" | "large";
907
915
  field: string;
@@ -912,6 +920,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
912
920
  footerBtnName: string;
913
921
  maxScrollHeight: string;
914
922
  isNeedFooter: boolean;
923
+ isNeedOnlySelect: boolean;
915
924
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
916
925
  selectRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
917
926
  ariaLabel: StringConstructor;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bscjc/webui",
3
3
  "private": false,
4
- "version": "1.1.1",
4
+ "version": "1.1.3",
5
5
  "type": "module",
6
6
  "main": "./dist/lib/index.cjs",
7
7
  "module": "./dist/es/index.mjs",
@@ -52,5 +52,5 @@
52
52
  "cssnano": "^7.0.7",
53
53
  "unplugin-element-plus": "^0.10.0"
54
54
  },
55
- "gitHead": "6b073b51abde462b1862310b1ed2f34807cb9884"
55
+ "gitHead": "bd8db75bd645b476ce4372de732181e5e4462b39"
56
56
  }