@ditari/bsui 1.1.3 → 1.1.4

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.
Files changed (123) hide show
  1. package/dist/cjs/components/layout/Breadcrumb.vue.cjs.js +1 -1
  2. package/dist/cjs/components/layout/FuckMain.vue.cjs.js +1 -1
  3. package/dist/cjs/components/layout/List.vue.cjs.js +1 -1
  4. package/dist/cjs/components/layout/Main.vue.cjs.js +1 -1
  5. package/dist/cjs/components/layout/NavTabs.vue.cjs.js +1 -1
  6. package/dist/cjs/components/layout/Show.vue.cjs.js +1 -1
  7. package/dist/cjs/components/select/Select.vue.cjs.js +1 -1
  8. package/dist/esm/components/layout/Breadcrumb.vue.esm.js +24 -24
  9. package/dist/esm/components/layout/FuckMain.vue.esm.js +48 -48
  10. package/dist/esm/components/layout/List.vue.esm.js +40 -38
  11. package/dist/esm/components/layout/Main.vue.esm.js +43 -43
  12. package/dist/esm/components/layout/NavTabs.vue.esm.js +17 -17
  13. package/dist/esm/components/layout/Show.vue.esm.js +20 -20
  14. package/dist/esm/components/select/Select.vue.esm.js +31 -31
  15. package/package.json +1 -1
  16. package/src/components/layout/List.vue +8 -3
  17. package/{dist/cjs → src/dist}/components/components.d.ts +11 -11
  18. package/{dist/esm → src/dist}/components/date/RangePicker.d.ts +30 -30
  19. package/{dist/esm → src/dist}/components/date/index.d.ts +53 -53
  20. package/{dist/esm → src/dist}/components/desensitize/Desensitize.d.ts +39 -39
  21. package/{dist/cjs → src/dist}/components/desensitize/index.d.ts +39 -39
  22. package/{dist/cjs → src/dist}/components/dic/DicReplace.d.ts +23 -23
  23. package/{dist/esm → src/dist}/components/dic/index.d.ts +23 -23
  24. package/src/dist/components/dic/replace.worker.d.ts +4 -0
  25. package/{dist/cjs → src/dist}/components/form/DQueryForm.d.ts +47 -47
  26. package/{dist/esm → src/dist}/components/form/index.d.ts +89 -89
  27. package/{dist/esm → src/dist}/components/grid/Grid.d.ts +32 -32
  28. package/{dist/cjs → src/dist}/components/grid/GridItem.d.ts +2 -2
  29. package/{dist/cjs → src/dist}/components/grid/index.d.ts +32 -32
  30. package/{dist/esm → src/dist}/components/index.d.ts +15 -15
  31. package/{dist/cjs → src/dist}/components/json-scheme-render/JsonSchemeRender.d.ts +23 -23
  32. package/{dist/cjs → src/dist}/components/json-scheme-render/index.d.ts +47 -47
  33. package/src/dist/components/layout/Breadcrumb.vue.d.ts +2 -0
  34. package/src/dist/components/layout/FuckMain.vue.d.ts +23 -0
  35. package/src/dist/components/layout/List.vue.d.ts +18 -0
  36. package/src/dist/components/layout/Main.vue.d.ts +29 -0
  37. package/src/dist/components/layout/NavTabs.vue.d.ts +2 -0
  38. package/src/dist/components/layout/Show.vue.d.ts +35 -0
  39. package/src/dist/components/layout/index.d.ts +328 -0
  40. package/{dist/esm → src/dist}/components/menu/Menu.d.ts +2 -2
  41. package/{dist/cjs → src/dist}/components/modal/Modal.d.ts +43 -43
  42. package/{dist/esm → src/dist}/components/modal/index.d.ts +43 -43
  43. package/src/dist/components/select/Select.vue.d.ts +62 -0
  44. package/src/dist/components/select/dic.worker.d.ts +4 -0
  45. package/src/dist/components/select/index.d.ts +62 -0
  46. package/{dist/esm → src/dist}/components/table/Table.d.ts +80 -80
  47. package/{dist/cjs → src/dist}/components/table/index.d.ts +75 -75
  48. package/{dist/cjs → src/dist}/components/table/interface/table.d.ts +36 -36
  49. package/{dist/cjs → src/dist}/components/theme/index.d.ts +1 -1
  50. package/{dist/cjs → src/dist}/directive/trim.d.ts +5 -5
  51. package/{dist/cjs → src/dist}/hooks/http/index.d.ts +28 -28
  52. package/{dist/cjs → src/dist}/hooks/index.d.ts +2 -2
  53. package/{dist/esm → src/dist}/hooks/route/index.d.ts +8 -8
  54. package/{dist/cjs → src/dist}/store/index.d.ts +7 -7
  55. package/{dist/esm → src/dist}/store/modules/Breadcrumb.d.ts +11 -11
  56. package/{dist/cjs → src/dist}/store/modules/DataDictionary.d.ts +33 -33
  57. package/{dist/esm → src/dist}/store/modules/KeepAlive.d.ts +22 -22
  58. package/{dist/cjs → src/dist}/store/modules/Menu.d.ts +18 -18
  59. package/{dist/cjs → src/dist}/store/modules/NavTab.d.ts +65 -65
  60. package/{dist/cjs → src/dist}/store/modules/Settings.d.ts +44 -44
  61. package/{dist/esm → src/dist}/store/modules/User.d.ts +22 -22
  62. package/{dist/cjs → src/dist}/store/types.d.ts +7 -7
  63. package/{dist/cjs → src/dist}/utils/get.d.ts +1 -1
  64. package/{dist/cjs → src/dist}/utils/html.d.ts +1 -1
  65. package/{dist/cjs → src/dist}/utils/index.d.ts +3 -3
  66. package/{dist/cjs → src/dist}/utils/install.d.ts +4 -4
  67. package/dist/cjs/components/date/RangePicker.d.ts +0 -30
  68. package/dist/cjs/components/date/index.d.ts +0 -53
  69. package/dist/cjs/components/desensitize/Desensitize.d.ts +0 -39
  70. package/dist/cjs/components/dic/index.d.ts +0 -23
  71. package/dist/cjs/components/form/index.d.ts +0 -89
  72. package/dist/cjs/components/grid/Grid.d.ts +0 -32
  73. package/dist/cjs/components/index.d.ts +0 -15
  74. package/dist/cjs/components/layout/Breadcrumb.vue.d.ts +0 -2
  75. package/dist/cjs/components/layout/FuckMain.vue.d.ts +0 -17
  76. package/dist/cjs/components/layout/List.vue.d.ts +0 -4
  77. package/dist/cjs/components/layout/Main.vue.d.ts +0 -25
  78. package/dist/cjs/components/layout/NavTabs.vue.d.ts +0 -2
  79. package/dist/cjs/components/layout/Show.vue.d.ts +0 -30
  80. package/dist/cjs/components/layout/index.d.ts +0 -70
  81. package/dist/cjs/components/menu/Menu.d.ts +0 -2
  82. package/dist/cjs/components/modal/index.d.ts +0 -43
  83. package/dist/cjs/components/select/Select.vue.d.ts +0 -65
  84. package/dist/cjs/components/select/index.d.ts +0 -64
  85. package/dist/cjs/components/table/Table.d.ts +0 -80
  86. package/dist/cjs/hooks/route/index.d.ts +0 -8
  87. package/dist/cjs/store/modules/Breadcrumb.d.ts +0 -11
  88. package/dist/cjs/store/modules/KeepAlive.d.ts +0 -22
  89. package/dist/cjs/store/modules/User.d.ts +0 -22
  90. package/dist/esm/components/components.d.ts +0 -11
  91. package/dist/esm/components/desensitize/index.d.ts +0 -39
  92. package/dist/esm/components/dic/DicReplace.d.ts +0 -23
  93. package/dist/esm/components/form/DQueryForm.d.ts +0 -47
  94. package/dist/esm/components/grid/GridItem.d.ts +0 -2
  95. package/dist/esm/components/grid/index.d.ts +0 -32
  96. package/dist/esm/components/json-scheme-render/JsonSchemeRender.d.ts +0 -23
  97. package/dist/esm/components/json-scheme-render/index.d.ts +0 -47
  98. package/dist/esm/components/layout/Breadcrumb.vue.d.ts +0 -2
  99. package/dist/esm/components/layout/FuckMain.vue.d.ts +0 -17
  100. package/dist/esm/components/layout/List.vue.d.ts +0 -4
  101. package/dist/esm/components/layout/Main.vue.d.ts +0 -25
  102. package/dist/esm/components/layout/NavTabs.vue.d.ts +0 -2
  103. package/dist/esm/components/layout/Show.vue.d.ts +0 -30
  104. package/dist/esm/components/layout/index.d.ts +0 -70
  105. package/dist/esm/components/modal/Modal.d.ts +0 -43
  106. package/dist/esm/components/select/Select.vue.d.ts +0 -65
  107. package/dist/esm/components/select/index.d.ts +0 -64
  108. package/dist/esm/components/table/index.d.ts +0 -75
  109. package/dist/esm/components/table/interface/table.d.ts +0 -36
  110. package/dist/esm/components/theme/index.d.ts +0 -1
  111. package/dist/esm/directive/trim.d.ts +0 -5
  112. package/dist/esm/hooks/http/index.d.ts +0 -28
  113. package/dist/esm/hooks/index.d.ts +0 -2
  114. package/dist/esm/store/index.d.ts +0 -7
  115. package/dist/esm/store/modules/DataDictionary.d.ts +0 -33
  116. package/dist/esm/store/modules/Menu.d.ts +0 -18
  117. package/dist/esm/store/modules/NavTab.d.ts +0 -65
  118. package/dist/esm/store/modules/Settings.d.ts +0 -44
  119. package/dist/esm/store/types.d.ts +0 -7
  120. package/dist/esm/utils/get.d.ts +0 -1
  121. package/dist/esm/utils/html.d.ts +0 -1
  122. package/dist/esm/utils/index.d.ts +0 -3
  123. package/dist/esm/utils/install.d.ts +0 -4
@@ -1,18 +1,18 @@
1
- declare const _default: import("pinia").StoreDefinition<string, {
2
- list: never[];
3
- openMenusKeys: any;
4
- selectedMenuKeys: any;
5
- }, {
6
- getMenu: (state: {
7
- list: never[];
8
- openMenusKeys: any;
9
- selectedMenuKeys: any;
10
- } & import("pinia").PiniaCustomStateProperties<{
11
- list: never[];
12
- openMenusKeys: any;
13
- selectedMenuKeys: any;
14
- }>) => never[];
15
- }, {
16
- save(data: any): void;
17
- }>;
18
- export default _default;
1
+ declare const _default: import("pinia").StoreDefinition<string, {
2
+ list: never[];
3
+ openMenusKeys: any;
4
+ selectedMenuKeys: any;
5
+ }, {
6
+ getMenu: (state: {
7
+ list: never[];
8
+ openMenusKeys: any;
9
+ selectedMenuKeys: any;
10
+ } & import("pinia").PiniaCustomStateProperties<{
11
+ list: never[];
12
+ openMenusKeys: any;
13
+ selectedMenuKeys: any;
14
+ }>) => never[];
15
+ }, {
16
+ save(data: any): void;
17
+ }>;
18
+ export default _default;
@@ -1,65 +1,65 @@
1
- import { LocationQuery, RouteLocationNormalized, RouteMeta, RouteParams } from "vue-router";
2
- export interface INavTab {
3
- path: string;
4
- fullPath: string;
5
- query: LocationQuery;
6
- params: RouteParams;
7
- meta: RouteMeta | any;
8
- name: string;
9
- }
10
- declare const _default: import("pinia").StoreDefinition<string, {
11
- list: INavTab[];
12
- activeKey: string;
13
- }, {
14
- getList: (state: {
15
- list: {
16
- path: string;
17
- fullPath: string;
18
- query: LocationQuery;
19
- params: RouteParams;
20
- meta: any;
21
- name: string;
22
- }[];
23
- activeKey: string;
24
- } & import("pinia").PiniaCustomStateProperties<{
25
- list: INavTab[];
26
- activeKey: string;
27
- }>) => INavTab[];
28
- getActiveKey: (state: {
29
- list: {
30
- path: string;
31
- fullPath: string;
32
- query: LocationQuery;
33
- params: RouteParams;
34
- meta: any;
35
- name: string;
36
- }[];
37
- activeKey: string;
38
- } & import("pinia").PiniaCustomStateProperties<{
39
- list: INavTab[];
40
- activeKey: string;
41
- }>) => string;
42
- }, {
43
- /**
44
- * 设置激活的标签
45
- * @param key
46
- */
47
- setActiveKey(key: string): void;
48
- /**
49
- * 保存标签信息
50
- * @param route
51
- */
52
- save(route: RouteLocationNormalized): void;
53
- /**
54
- * 删除标签
55
- * @param key url路径
56
- */
57
- deleteTabs(key: string): void;
58
- /**
59
- * 设置标题
60
- * @param title 标题
61
- * @param path url
62
- */
63
- setNavTitle(title: string, path: string): void;
64
- }>;
65
- export default _default;
1
+ import { LocationQuery, RouteLocationNormalized, RouteMeta, RouteParams } from "vue-router";
2
+ export interface INavTab {
3
+ path: string;
4
+ fullPath: string;
5
+ query: LocationQuery;
6
+ params: RouteParams;
7
+ meta: RouteMeta | any;
8
+ name: string;
9
+ }
10
+ declare const _default: import("pinia").StoreDefinition<string, {
11
+ list: INavTab[];
12
+ activeKey: string;
13
+ }, {
14
+ getList: (state: {
15
+ list: {
16
+ path: string;
17
+ fullPath: string;
18
+ query: LocationQuery;
19
+ params: RouteParams;
20
+ meta: any;
21
+ name: string;
22
+ }[];
23
+ activeKey: string;
24
+ } & import("pinia").PiniaCustomStateProperties<{
25
+ list: INavTab[];
26
+ activeKey: string;
27
+ }>) => INavTab[];
28
+ getActiveKey: (state: {
29
+ list: {
30
+ path: string;
31
+ fullPath: string;
32
+ query: LocationQuery;
33
+ params: RouteParams;
34
+ meta: any;
35
+ name: string;
36
+ }[];
37
+ activeKey: string;
38
+ } & import("pinia").PiniaCustomStateProperties<{
39
+ list: INavTab[];
40
+ activeKey: string;
41
+ }>) => string;
42
+ }, {
43
+ /**
44
+ * 设置激活的标签
45
+ * @param key
46
+ */
47
+ setActiveKey(key: string): void;
48
+ /**
49
+ * 保存标签信息
50
+ * @param route
51
+ */
52
+ save(route: RouteLocationNormalized): void;
53
+ /**
54
+ * 删除标签
55
+ * @param key url路径
56
+ */
57
+ deleteTabs(key: string): void;
58
+ /**
59
+ * 设置标题
60
+ * @param title 标题
61
+ * @param path url
62
+ */
63
+ setNavTitle(title: string, path: string): void;
64
+ }>;
65
+ export default _default;
@@ -1,44 +1,44 @@
1
- export interface State {
2
- refresh: boolean;
3
- collapsed: boolean;
4
- mediaRuleMap: any;
5
- gridConfig: any;
6
- gridValue: any;
7
- }
8
- declare const _default: import("pinia").StoreDefinition<string, State, {
9
- getRefresh: (state: {
10
- refresh: boolean;
11
- collapsed: boolean;
12
- mediaRuleMap: any;
13
- gridConfig: any;
14
- gridValue: any;
15
- } & import("pinia").PiniaCustomStateProperties<State>) => boolean;
16
- getCollapsed: (state: {
17
- refresh: boolean;
18
- collapsed: boolean;
19
- mediaRuleMap: any;
20
- gridConfig: any;
21
- gridValue: any;
22
- } & import("pinia").PiniaCustomStateProperties<State>) => boolean;
23
- getGrid: (state: {
24
- refresh: boolean;
25
- collapsed: boolean;
26
- mediaRuleMap: any;
27
- gridConfig: any;
28
- gridValue: any;
29
- } & import("pinia").PiniaCustomStateProperties<State>) => any;
30
- }, {
31
- /**
32
- * 切换刷新
33
- */
34
- switchRefreshStatus(): void;
35
- /**
36
- * 切换菜单收缩状态
37
- */
38
- switchCollapsed(): void;
39
- /**
40
- * 网格匹配
41
- */
42
- gridMatching(): void;
43
- }>;
44
- export default _default;
1
+ export interface State {
2
+ refresh: boolean;
3
+ collapsed: boolean;
4
+ mediaRuleMap: any;
5
+ gridConfig: any;
6
+ gridValue: any;
7
+ }
8
+ declare const _default: import("pinia").StoreDefinition<string, State, {
9
+ getRefresh: (state: {
10
+ refresh: boolean;
11
+ collapsed: boolean;
12
+ mediaRuleMap: any;
13
+ gridConfig: any;
14
+ gridValue: any;
15
+ } & import("pinia").PiniaCustomStateProperties<State>) => boolean;
16
+ getCollapsed: (state: {
17
+ refresh: boolean;
18
+ collapsed: boolean;
19
+ mediaRuleMap: any;
20
+ gridConfig: any;
21
+ gridValue: any;
22
+ } & import("pinia").PiniaCustomStateProperties<State>) => boolean;
23
+ getGrid: (state: {
24
+ refresh: boolean;
25
+ collapsed: boolean;
26
+ mediaRuleMap: any;
27
+ gridConfig: any;
28
+ gridValue: any;
29
+ } & import("pinia").PiniaCustomStateProperties<State>) => any;
30
+ }, {
31
+ /**
32
+ * 切换刷新
33
+ */
34
+ switchRefreshStatus(): void;
35
+ /**
36
+ * 切换菜单收缩状态
37
+ */
38
+ switchCollapsed(): void;
39
+ /**
40
+ * 网格匹配
41
+ */
42
+ gridMatching(): void;
43
+ }>;
44
+ export default _default;
@@ -1,22 +1,22 @@
1
- export interface State {
2
- token: string | undefined;
3
- userInfo: any;
4
- }
5
- declare const _default: import("pinia").StoreDefinition<string, State, {
6
- getToken: (state: {
7
- token: string | undefined;
8
- userInfo: any;
9
- } & import("pinia").PiniaCustomStateProperties<State>) => string | undefined;
10
- getUserInfo: (state: {
11
- token: string | undefined;
12
- userInfo: any;
13
- } & import("pinia").PiniaCustomStateProperties<State>) => any;
14
- }, {
15
- /**
16
- * 保存token
17
- * @param token
18
- */
19
- saveToken(token: string): void;
20
- saveUserInfo(data: any): void;
21
- }>;
22
- export default _default;
1
+ export interface State {
2
+ token: string | undefined;
3
+ userInfo: any;
4
+ }
5
+ declare const _default: import("pinia").StoreDefinition<string, State, {
6
+ getToken: (state: {
7
+ token: string | undefined;
8
+ userInfo: any;
9
+ } & import("pinia").PiniaCustomStateProperties<State>) => string | undefined;
10
+ getUserInfo: (state: {
11
+ token: string | undefined;
12
+ userInfo: any;
13
+ } & import("pinia").PiniaCustomStateProperties<State>) => any;
14
+ }, {
15
+ /**
16
+ * 保存token
17
+ * @param token
18
+ */
19
+ saveToken(token: string): void;
20
+ saveUserInfo(data: any): void;
21
+ }>;
22
+ export default _default;
@@ -1,7 +1,7 @@
1
- export declare const BREADCRUMB_ID: string;
2
- export declare const DATA_DICTIONARY_ID: string;
3
- export declare const KEEP_ALIVE_ID: string;
4
- export declare const MENU_ID: string;
5
- export declare const NAV_TAB_ID: string;
6
- export declare const SETTINGS_ID: string;
7
- export declare const USER_ID: string;
1
+ export declare const BREADCRUMB_ID: string;
2
+ export declare const DATA_DICTIONARY_ID: string;
3
+ export declare const KEEP_ALIVE_ID: string;
4
+ export declare const MENU_ID: string;
5
+ export declare const NAV_TAB_ID: string;
6
+ export declare const SETTINGS_ID: string;
7
+ export declare const USER_ID: string;
@@ -1 +1 @@
1
- export declare const get: (source: Record<string, any>, path: string, defaultValue?: any) => any;
1
+ export declare const get: (source: Record<string, any>, path: string, defaultValue?: any) => any;
@@ -1 +1 @@
1
- export declare const useEleHeight: (node: Element) => number;
1
+ export declare const useEleHeight: (node: Element) => number;
@@ -1,3 +1,3 @@
1
- export { default as withInstall } from "./install";
2
- export { get } from "./get";
3
- export { useEleHeight } from "./html";
1
+ export { default as withInstall } from "./install";
2
+ export { get } from "./get";
3
+ export { useEleHeight } from "./html";
@@ -1,4 +1,4 @@
1
- import type { Plugin } from "vue";
2
- export type SFCWithInstall<T> = T & Plugin;
3
- declare const _default: <T>(comp: T) => SFCWithInstall<T>;
4
- export default _default;
1
+ import type { Plugin } from "vue";
2
+ export type SFCWithInstall<T> = T & Plugin;
3
+ declare const _default: <T>(comp: T) => SFCWithInstall<T>;
4
+ export default _default;
@@ -1,30 +0,0 @@
1
- import type { PropType } from "vue";
2
- /**
3
- * 日期范围控件
4
- */
5
- declare const _default: import("vue").DefineComponent<{
6
- value: {
7
- type: PropType<{
8
- [name: string]: unknown;
9
- }>;
10
- };
11
- field: {
12
- required: true;
13
- default: string[];
14
- };
15
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
- value: {
17
- type: PropType<{
18
- [name: string]: unknown;
19
- }>;
20
- };
21
- field: {
22
- required: true;
23
- default: string[];
24
- };
25
- }>> & {
26
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
27
- }, {
28
- field: string[];
29
- }>;
30
- export default _default;
@@ -1,53 +0,0 @@
1
- export declare const DRangePicker: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
2
- value: {
3
- type: import("vue").PropType<{
4
- [name: string]: unknown;
5
- }>;
6
- };
7
- field: {
8
- required: true;
9
- default: string[];
10
- };
11
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
- value: {
13
- type: import("vue").PropType<{
14
- [name: string]: unknown;
15
- }>;
16
- };
17
- field: {
18
- required: true;
19
- default: string[];
20
- };
21
- }>> & {
22
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
23
- }, {
24
- field: string[];
25
- }>>;
26
- declare const _default: {
27
- DRangePicker: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
28
- value: {
29
- type: import("vue").PropType<{
30
- [name: string]: unknown;
31
- }>;
32
- };
33
- field: {
34
- required: true;
35
- default: string[];
36
- };
37
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
38
- value: {
39
- type: import("vue").PropType<{
40
- [name: string]: unknown;
41
- }>;
42
- };
43
- field: {
44
- required: true;
45
- default: string[];
46
- };
47
- }>> & {
48
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
49
- }, {
50
- field: string[];
51
- }>>;
52
- };
53
- export default _default;
@@ -1,39 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- value: {
3
- type: StringConstructor;
4
- required: true;
5
- };
6
- style: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- rule: {
11
- type: StringConstructor;
12
- required: true;
13
- };
14
- eye: {
15
- type: BooleanConstructor;
16
- default: boolean;
17
- };
18
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
- value: {
20
- type: StringConstructor;
21
- required: true;
22
- };
23
- style: {
24
- type: StringConstructor;
25
- default: string;
26
- };
27
- rule: {
28
- type: StringConstructor;
29
- required: true;
30
- };
31
- eye: {
32
- type: BooleanConstructor;
33
- default: boolean;
34
- };
35
- }>>, {
36
- style: string;
37
- eye: boolean;
38
- }>;
39
- export default _default;
@@ -1,23 +0,0 @@
1
- export declare const DDicReplace: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
2
- name: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- value: {
7
- type: any;
8
- default: string;
9
- };
10
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
- name: {
12
- type: StringConstructor;
13
- default: string;
14
- };
15
- value: {
16
- type: any;
17
- default: string;
18
- };
19
- }>>, {
20
- name: string;
21
- value: any;
22
- }>>;
23
- export default DDicReplace;
@@ -1,89 +0,0 @@
1
- export declare const DQueryForm: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
2
- scheme: {
3
- type: () => any[] | Record<string, any>;
4
- default: () => never[];
5
- };
6
- value: {
7
- type: () => Record<string, unknown>;
8
- default: () => {};
9
- };
10
- labelWidth: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- loading: {
15
- type: BooleanConstructor;
16
- default: boolean;
17
- };
18
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "query")[], "reset" | "query", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
- scheme: {
20
- type: () => any[] | Record<string, any>;
21
- default: () => never[];
22
- };
23
- value: {
24
- type: () => Record<string, unknown>;
25
- default: () => {};
26
- };
27
- labelWidth: {
28
- type: StringConstructor;
29
- default: string;
30
- };
31
- loading: {
32
- type: BooleanConstructor;
33
- default: boolean;
34
- };
35
- }>> & {
36
- onReset?: ((...args: any[]) => any) | undefined;
37
- onQuery?: ((...args: any[]) => any) | undefined;
38
- }, {
39
- value: Record<string, unknown>;
40
- scheme: any[] | Record<string, any>;
41
- labelWidth: string;
42
- loading: boolean;
43
- }>>;
44
- declare const _default: {
45
- DQueryForm: import("../../utils/install").SFCWithInstall<import("vue").DefineComponent<{
46
- scheme: {
47
- type: () => any[] | Record<string, any>;
48
- default: () => never[];
49
- };
50
- value: {
51
- type: () => Record<string, unknown>;
52
- default: () => {};
53
- };
54
- labelWidth: {
55
- type: StringConstructor;
56
- default: string;
57
- };
58
- loading: {
59
- type: BooleanConstructor;
60
- default: boolean;
61
- };
62
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "query")[], "reset" | "query", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
63
- scheme: {
64
- type: () => any[] | Record<string, any>;
65
- default: () => never[];
66
- };
67
- value: {
68
- type: () => Record<string, unknown>;
69
- default: () => {};
70
- };
71
- labelWidth: {
72
- type: StringConstructor;
73
- default: string;
74
- };
75
- loading: {
76
- type: BooleanConstructor;
77
- default: boolean;
78
- };
79
- }>> & {
80
- onReset?: ((...args: any[]) => any) | undefined;
81
- onQuery?: ((...args: any[]) => any) | undefined;
82
- }, {
83
- value: Record<string, unknown>;
84
- scheme: any[] | Record<string, any>;
85
- labelWidth: string;
86
- loading: boolean;
87
- }>>;
88
- };
89
- export default _default;
@@ -1,32 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- className: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- fill: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- grid: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
- className: {
16
- type: StringConstructor;
17
- default: string;
18
- };
19
- fill: {
20
- type: BooleanConstructor;
21
- default: boolean;
22
- };
23
- grid: {
24
- type: StringConstructor;
25
- default: string;
26
- };
27
- }>>, {
28
- fill: boolean;
29
- className: string;
30
- grid: string;
31
- }>;
32
- export default _default;
@@ -1,15 +0,0 @@
1
- import type { App } from "vue";
2
- export * from "./components";
3
- export interface MenuIcon {
4
- componentName: string | "nativeHtml";
5
- type: string;
6
- }
7
- export interface Options {
8
- menuIcon: MenuIcon;
9
- prop?: string;
10
- }
11
- export declare const install: (app: App, opts: Options) => void;
12
- declare const _default: {
13
- install: (app: App<any>, opts: Options) => void;
14
- };
15
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
- export default _sfc_main;
@@ -1,17 +0,0 @@
1
- import type { PropType as __PropType } from 'vue';
2
- declare const _sfc_main: import("vue").DefineComponent<{
3
- showConfig: {
4
- type: __PropType<any>;
5
- required: false;
6
- default: any;
7
- };
8
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
- showConfig: {
10
- type: __PropType<any>;
11
- required: false;
12
- default: any;
13
- };
14
- }>>, {
15
- showConfig: any;
16
- }>;
17
- export default _sfc_main;
@@ -1,4 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "refresh"[], "refresh", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
2
- onRefresh?: ((...args: any[]) => any) | undefined;
3
- }, {}>;
4
- export default _sfc_main;