bm-admin-ui 1.0.85-alpha → 1.0.87-alpha

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 (105) hide show
  1. package/es/components/attachment/index.d.ts +3 -3
  2. package/es/components/attachment/src/attachment.vue.d.ts +3 -3
  3. package/es/components/breadcrumb/index.d.ts +7 -7
  4. package/es/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  5. package/es/components/button/index.d.ts +6 -6
  6. package/es/components/button/src/button.vue.d.ts +6 -6
  7. package/es/components/edit-form/index.d.ts +4 -4
  8. package/es/components/edit-form/index.js +1 -1
  9. package/es/components/edit-form/src/edit-form.vue.d.ts +4 -4
  10. package/es/components/feedback/index.d.ts +12 -12
  11. package/es/components/feedback/src/bmAlert.vue.d.ts +6 -6
  12. package/es/components/feedback/src/bmModal.vue.d.ts +6 -6
  13. package/es/components/flow-designer/index.js +1 -1
  14. package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  15. package/es/components/index.d.ts +0 -1
  16. package/es/components/search-filter/index.d.ts +48 -2
  17. package/es/components/search-filter/index.js +60 -5
  18. package/es/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  19. package/es/components/search-filter/src/search-filter.d.ts +25 -1
  20. package/es/components/search-filter/src/search-filter.vue.d.ts +48 -2
  21. package/es/components/search-filter/src/search-reset-btn.vue.d.ts +47 -5
  22. package/es/components/select-all/index.d.ts +6 -6
  23. package/es/components/select-all/src/selectAll.vue.d.ts +6 -6
  24. package/es/components/shops-filter/index.js +33 -5
  25. package/es/components/staffs-selector/index.d.ts +16 -16
  26. package/es/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -3
  27. package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -3
  28. package/es/components/staffs-selector/src/radioCmp.vue.d.ts +2 -2
  29. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +16 -16
  30. package/es/components/staffs-selector/src/variedCmp.vue.d.ts +3 -3
  31. package/es/components/videoView/index.d.ts +1 -1
  32. package/es/components/videoView/src/videoView.vue.d.ts +1 -1
  33. package/lib/components/attachment/index.d.ts +3 -3
  34. package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
  35. package/lib/components/breadcrumb/index.d.ts +7 -7
  36. package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  37. package/lib/components/button/index.d.ts +6 -6
  38. package/lib/components/button/src/button.vue.d.ts +6 -6
  39. package/lib/components/edit-form/index.d.ts +4 -4
  40. package/lib/components/edit-form/index.js +1 -1
  41. package/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
  42. package/lib/components/feedback/index.d.ts +12 -12
  43. package/lib/components/feedback/src/bmAlert.vue.d.ts +6 -6
  44. package/lib/components/feedback/src/bmModal.vue.d.ts +6 -6
  45. package/lib/components/flow-designer/index.js +1 -1
  46. package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  47. package/lib/components/index.d.ts +0 -1
  48. package/lib/components/search-filter/index.d.ts +48 -2
  49. package/lib/components/search-filter/index.js +59 -4
  50. package/lib/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  51. package/lib/components/search-filter/src/search-filter.d.ts +25 -1
  52. package/lib/components/search-filter/src/search-filter.vue.d.ts +48 -2
  53. package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +47 -5
  54. package/lib/components/select-all/index.d.ts +6 -6
  55. package/lib/components/select-all/src/selectAll.vue.d.ts +6 -6
  56. package/lib/components/shops-filter/index.js +33 -5
  57. package/lib/components/staffs-selector/index.d.ts +16 -16
  58. package/lib/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -3
  59. package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -3
  60. package/lib/components/staffs-selector/src/radioCmp.vue.d.ts +2 -2
  61. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +16 -16
  62. package/lib/components/staffs-selector/src/variedCmp.vue.d.ts +3 -3
  63. package/lib/components/videoView/index.d.ts +1 -1
  64. package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
  65. package/package.json +34 -34
  66. package/theme-chalk/index.css +1 -1
  67. package/theme-chalk/search-filter.css +1 -1
  68. package/theme-chalk/shops-filter.css +1 -1
  69. package/types/components/attachment/index.d.ts +3 -3
  70. package/types/components/attachment/src/attachment.vue.d.ts +3 -3
  71. package/types/components/breadcrumb/index.d.ts +7 -7
  72. package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  73. package/types/components/button/index.d.ts +6 -6
  74. package/types/components/button/src/button.vue.d.ts +6 -6
  75. package/types/components/edit-form/index.d.ts +4 -4
  76. package/types/components/edit-form/src/edit-form.vue.d.ts +4 -4
  77. package/types/components/feedback/index.d.ts +12 -12
  78. package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
  79. package/types/components/feedback/src/bmModal.vue.d.ts +6 -6
  80. package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  81. package/types/components/index.d.ts +0 -1
  82. package/types/components/search-filter/index.d.ts +48 -2
  83. package/types/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  84. package/types/components/search-filter/src/search-filter.d.ts +25 -1
  85. package/types/components/search-filter/src/search-filter.vue.d.ts +48 -2
  86. package/types/components/search-filter/src/search-reset-btn.vue.d.ts +47 -5
  87. package/types/components/select-all/index.d.ts +6 -6
  88. package/types/components/select-all/src/selectAll.vue.d.ts +6 -6
  89. package/types/components/staffs-selector/index.d.ts +16 -16
  90. package/types/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -3
  91. package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -3
  92. package/types/components/staffs-selector/src/radioCmp.vue.d.ts +2 -2
  93. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +16 -16
  94. package/types/components/staffs-selector/src/variedCmp.vue.d.ts +3 -3
  95. package/types/components/videoView/index.d.ts +1 -1
  96. package/types/components/videoView/src/videoView.vue.d.ts +1 -1
  97. package/es/components/shops-filter/index.d.ts +0 -99
  98. package/es/components/shops-filter/src/shops-filter.d.ts +0 -25
  99. package/es/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
  100. package/lib/components/shops-filter/index.d.ts +0 -99
  101. package/lib/components/shops-filter/src/shops-filter.d.ts +0 -25
  102. package/lib/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
  103. package/types/components/shops-filter/index.d.ts +0 -99
  104. package/types/components/shops-filter/src/shops-filter.d.ts +0 -25
  105. package/types/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
@@ -1,99 +0,0 @@
1
- declare const BmShopsFilter: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
2
- labelTitle: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- showAlways: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- displayParams: {
11
- type: ObjectConstructor;
12
- default: () => {
13
- width: string;
14
- labelOffset: string;
15
- labelWidth: string;
16
- searchWidth: string;
17
- listMaxHeight: string;
18
- };
19
- };
20
- loadFilter: {
21
- type: FunctionConstructor;
22
- default: () => Promise<never[]>;
23
- };
24
- loadData: {
25
- type: FunctionConstructor;
26
- default: () => Promise<never>;
27
- };
28
- }, {
29
- triggleActive(): void;
30
- outSideClick(): void;
31
- changeFilterSelect(index: any, code: any): void;
32
- onCheckAllChange(e: any): void;
33
- checkboxChange(): void;
34
- invertChange(): void;
35
- clearAll(): void;
36
- fetchData(): void;
37
- clearAllSelected(e: any): void;
38
- filterIsActive(filterIndex: any, code: any): boolean;
39
- isActive: import("vue").Ref<boolean>;
40
- searchVal: import("vue").Ref<string>;
41
- selected: import("vue").Ref<any[]>;
42
- shopList: import("vue").Ref<{
43
- shopCode: string;
44
- shopName: string;
45
- }[]>;
46
- shopListByCode: import("vue").Ref<{}>;
47
- checkAll: import("vue").Ref<boolean>;
48
- hasCheck: import("vue").Ref<boolean>;
49
- inverSelect: import("vue").Ref<boolean>;
50
- shopCheck: import("vue").Ref<{}>;
51
- filterSelects: import("vue").Ref<never[]>;
52
- filterArr: import("vue").Ref<{
53
- list: {
54
- code: string;
55
- label: string;
56
- }[];
57
- paramsStr: string;
58
- label?: string | undefined;
59
- multiple?: boolean | undefined;
60
- }[]>;
61
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
- labelTitle: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- showAlways: {
67
- type: BooleanConstructor;
68
- default: boolean;
69
- };
70
- displayParams: {
71
- type: ObjectConstructor;
72
- default: () => {
73
- width: string;
74
- labelOffset: string;
75
- labelWidth: string;
76
- searchWidth: string;
77
- listMaxHeight: string;
78
- };
79
- };
80
- loadFilter: {
81
- type: FunctionConstructor;
82
- default: () => Promise<never[]>;
83
- };
84
- loadData: {
85
- type: FunctionConstructor;
86
- default: () => Promise<never>;
87
- };
88
- }>> & {
89
- onChange?: ((...args: any[]) => any) | undefined;
90
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
91
- }, {
92
- loadData: Function;
93
- labelTitle: string;
94
- showAlways: boolean;
95
- displayParams: Record<string, any>;
96
- loadFilter: Function;
97
- }>>;
98
- export { BmShopsFilter };
99
- export default BmShopsFilter;
@@ -1,25 +0,0 @@
1
- import type { ExtractPropTypes } from 'vue';
2
- export declare const shopsFilterProps: {
3
- labelTitle: {
4
- type: StringConstructor;
5
- default: string;
6
- };
7
- showAlways: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- displayParams: {
12
- type: ObjectConstructor;
13
- default: () => {
14
- width: string;
15
- labelOffset: string;
16
- labelWidth: string;
17
- searchWidth: string;
18
- };
19
- };
20
- filterArr: {
21
- type: PromiseConstructor;
22
- default: () => never[];
23
- };
24
- };
25
- export declare type ShopsFilterProps = ExtractPropTypes<typeof shopsFilterProps>;
@@ -1,98 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- labelTitle: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- showAlways: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- displayParams: {
11
- type: ObjectConstructor;
12
- default: () => {
13
- width: string;
14
- labelOffset: string;
15
- labelWidth: string;
16
- searchWidth: string;
17
- listMaxHeight: string;
18
- };
19
- };
20
- loadFilter: {
21
- type: FunctionConstructor;
22
- default: () => Promise<never[]>;
23
- };
24
- loadData: {
25
- type: FunctionConstructor;
26
- default: () => Promise<never>;
27
- };
28
- }, {
29
- triggleActive(): void;
30
- outSideClick(): void;
31
- changeFilterSelect(index: any, code: any): void;
32
- onCheckAllChange(e: any): void;
33
- checkboxChange(): void;
34
- invertChange(): void;
35
- clearAll(): void;
36
- fetchData(): void;
37
- clearAllSelected(e: any): void;
38
- filterIsActive(filterIndex: any, code: any): boolean;
39
- isActive: import("vue").Ref<boolean>;
40
- searchVal: import("vue").Ref<string>;
41
- selected: import("vue").Ref<any[]>;
42
- shopList: import("vue").Ref<{
43
- shopCode: string;
44
- shopName: string;
45
- }[]>;
46
- shopListByCode: import("vue").Ref<{}>;
47
- checkAll: import("vue").Ref<boolean>;
48
- hasCheck: import("vue").Ref<boolean>;
49
- inverSelect: import("vue").Ref<boolean>;
50
- shopCheck: import("vue").Ref<{}>;
51
- filterSelects: import("vue").Ref<never[]>;
52
- filterArr: import("vue").Ref<{
53
- list: {
54
- code: string;
55
- label: string;
56
- }[];
57
- paramsStr: string;
58
- label?: string | undefined;
59
- multiple?: boolean | undefined;
60
- }[]>;
61
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
- labelTitle: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- showAlways: {
67
- type: BooleanConstructor;
68
- default: boolean;
69
- };
70
- displayParams: {
71
- type: ObjectConstructor;
72
- default: () => {
73
- width: string;
74
- labelOffset: string;
75
- labelWidth: string;
76
- searchWidth: string;
77
- listMaxHeight: string;
78
- };
79
- };
80
- loadFilter: {
81
- type: FunctionConstructor;
82
- default: () => Promise<never[]>;
83
- };
84
- loadData: {
85
- type: FunctionConstructor;
86
- default: () => Promise<never>;
87
- };
88
- }>> & {
89
- onChange?: ((...args: any[]) => any) | undefined;
90
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
91
- }, {
92
- loadData: Function;
93
- labelTitle: string;
94
- showAlways: boolean;
95
- displayParams: Record<string, any>;
96
- loadFilter: Function;
97
- }>;
98
- export default _default;
@@ -1,99 +0,0 @@
1
- declare const BmShopsFilter: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
2
- labelTitle: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- showAlways: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- displayParams: {
11
- type: ObjectConstructor;
12
- default: () => {
13
- width: string;
14
- labelOffset: string;
15
- labelWidth: string;
16
- searchWidth: string;
17
- listMaxHeight: string;
18
- };
19
- };
20
- loadFilter: {
21
- type: FunctionConstructor;
22
- default: () => Promise<never[]>;
23
- };
24
- loadData: {
25
- type: FunctionConstructor;
26
- default: () => Promise<never>;
27
- };
28
- }, {
29
- triggleActive(): void;
30
- outSideClick(): void;
31
- changeFilterSelect(index: any, code: any): void;
32
- onCheckAllChange(e: any): void;
33
- checkboxChange(): void;
34
- invertChange(): void;
35
- clearAll(): void;
36
- fetchData(): void;
37
- clearAllSelected(e: any): void;
38
- filterIsActive(filterIndex: any, code: any): boolean;
39
- isActive: import("vue").Ref<boolean>;
40
- searchVal: import("vue").Ref<string>;
41
- selected: import("vue").Ref<any[]>;
42
- shopList: import("vue").Ref<{
43
- shopCode: string;
44
- shopName: string;
45
- }[]>;
46
- shopListByCode: import("vue").Ref<{}>;
47
- checkAll: import("vue").Ref<boolean>;
48
- hasCheck: import("vue").Ref<boolean>;
49
- inverSelect: import("vue").Ref<boolean>;
50
- shopCheck: import("vue").Ref<{}>;
51
- filterSelects: import("vue").Ref<never[]>;
52
- filterArr: import("vue").Ref<{
53
- list: {
54
- code: string;
55
- label: string;
56
- }[];
57
- paramsStr: string;
58
- label?: string | undefined;
59
- multiple?: boolean | undefined;
60
- }[]>;
61
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
- labelTitle: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- showAlways: {
67
- type: BooleanConstructor;
68
- default: boolean;
69
- };
70
- displayParams: {
71
- type: ObjectConstructor;
72
- default: () => {
73
- width: string;
74
- labelOffset: string;
75
- labelWidth: string;
76
- searchWidth: string;
77
- listMaxHeight: string;
78
- };
79
- };
80
- loadFilter: {
81
- type: FunctionConstructor;
82
- default: () => Promise<never[]>;
83
- };
84
- loadData: {
85
- type: FunctionConstructor;
86
- default: () => Promise<never>;
87
- };
88
- }>> & {
89
- onChange?: ((...args: any[]) => any) | undefined;
90
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
91
- }, {
92
- loadData: Function;
93
- labelTitle: string;
94
- showAlways: boolean;
95
- displayParams: Record<string, any>;
96
- loadFilter: Function;
97
- }>>;
98
- export { BmShopsFilter };
99
- export default BmShopsFilter;
@@ -1,25 +0,0 @@
1
- import type { ExtractPropTypes } from 'vue';
2
- export declare const shopsFilterProps: {
3
- labelTitle: {
4
- type: StringConstructor;
5
- default: string;
6
- };
7
- showAlways: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- displayParams: {
12
- type: ObjectConstructor;
13
- default: () => {
14
- width: string;
15
- labelOffset: string;
16
- labelWidth: string;
17
- searchWidth: string;
18
- };
19
- };
20
- filterArr: {
21
- type: PromiseConstructor;
22
- default: () => never[];
23
- };
24
- };
25
- export declare type ShopsFilterProps = ExtractPropTypes<typeof shopsFilterProps>;
@@ -1,98 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- labelTitle: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- showAlways: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- displayParams: {
11
- type: ObjectConstructor;
12
- default: () => {
13
- width: string;
14
- labelOffset: string;
15
- labelWidth: string;
16
- searchWidth: string;
17
- listMaxHeight: string;
18
- };
19
- };
20
- loadFilter: {
21
- type: FunctionConstructor;
22
- default: () => Promise<never[]>;
23
- };
24
- loadData: {
25
- type: FunctionConstructor;
26
- default: () => Promise<never>;
27
- };
28
- }, {
29
- triggleActive(): void;
30
- outSideClick(): void;
31
- changeFilterSelect(index: any, code: any): void;
32
- onCheckAllChange(e: any): void;
33
- checkboxChange(): void;
34
- invertChange(): void;
35
- clearAll(): void;
36
- fetchData(): void;
37
- clearAllSelected(e: any): void;
38
- filterIsActive(filterIndex: any, code: any): boolean;
39
- isActive: import("vue").Ref<boolean>;
40
- searchVal: import("vue").Ref<string>;
41
- selected: import("vue").Ref<any[]>;
42
- shopList: import("vue").Ref<{
43
- shopCode: string;
44
- shopName: string;
45
- }[]>;
46
- shopListByCode: import("vue").Ref<{}>;
47
- checkAll: import("vue").Ref<boolean>;
48
- hasCheck: import("vue").Ref<boolean>;
49
- inverSelect: import("vue").Ref<boolean>;
50
- shopCheck: import("vue").Ref<{}>;
51
- filterSelects: import("vue").Ref<never[]>;
52
- filterArr: import("vue").Ref<{
53
- list: {
54
- code: string;
55
- label: string;
56
- }[];
57
- paramsStr: string;
58
- label?: string | undefined;
59
- multiple?: boolean | undefined;
60
- }[]>;
61
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
- labelTitle: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- showAlways: {
67
- type: BooleanConstructor;
68
- default: boolean;
69
- };
70
- displayParams: {
71
- type: ObjectConstructor;
72
- default: () => {
73
- width: string;
74
- labelOffset: string;
75
- labelWidth: string;
76
- searchWidth: string;
77
- listMaxHeight: string;
78
- };
79
- };
80
- loadFilter: {
81
- type: FunctionConstructor;
82
- default: () => Promise<never[]>;
83
- };
84
- loadData: {
85
- type: FunctionConstructor;
86
- default: () => Promise<never>;
87
- };
88
- }>> & {
89
- onChange?: ((...args: any[]) => any) | undefined;
90
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
91
- }, {
92
- loadData: Function;
93
- labelTitle: string;
94
- showAlways: boolean;
95
- displayParams: Record<string, any>;
96
- loadFilter: Function;
97
- }>;
98
- export default _default;
@@ -1,99 +0,0 @@
1
- declare const BmShopsFilter: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
2
- labelTitle: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- showAlways: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- displayParams: {
11
- type: ObjectConstructor;
12
- default: () => {
13
- width: string;
14
- labelOffset: string;
15
- labelWidth: string;
16
- searchWidth: string;
17
- listMaxHeight: string;
18
- };
19
- };
20
- loadFilter: {
21
- type: FunctionConstructor;
22
- default: () => Promise<never[]>;
23
- };
24
- loadData: {
25
- type: FunctionConstructor;
26
- default: () => Promise<never>;
27
- };
28
- }, {
29
- triggleActive(): void;
30
- outSideClick(): void;
31
- changeFilterSelect(index: any, code: any): void;
32
- onCheckAllChange(e: any): void;
33
- checkboxChange(): void;
34
- invertChange(): void;
35
- clearAll(): void;
36
- fetchData(): void;
37
- clearAllSelected(e: any): void;
38
- filterIsActive(filterIndex: any, code: any): boolean;
39
- isActive: import("vue").Ref<boolean>;
40
- searchVal: import("vue").Ref<string>;
41
- selected: import("vue").Ref<any[]>;
42
- shopList: import("vue").Ref<{
43
- shopCode: string;
44
- shopName: string;
45
- }[]>;
46
- shopListByCode: import("vue").Ref<{}>;
47
- checkAll: import("vue").Ref<boolean>;
48
- hasCheck: import("vue").Ref<boolean>;
49
- inverSelect: import("vue").Ref<boolean>;
50
- shopCheck: import("vue").Ref<{}>;
51
- filterSelects: import("vue").Ref<never[]>;
52
- filterArr: import("vue").Ref<{
53
- list: {
54
- code: string;
55
- label: string;
56
- }[];
57
- paramsStr: string;
58
- label?: string | undefined;
59
- multiple?: boolean | undefined;
60
- }[]>;
61
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
- labelTitle: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- showAlways: {
67
- type: BooleanConstructor;
68
- default: boolean;
69
- };
70
- displayParams: {
71
- type: ObjectConstructor;
72
- default: () => {
73
- width: string;
74
- labelOffset: string;
75
- labelWidth: string;
76
- searchWidth: string;
77
- listMaxHeight: string;
78
- };
79
- };
80
- loadFilter: {
81
- type: FunctionConstructor;
82
- default: () => Promise<never[]>;
83
- };
84
- loadData: {
85
- type: FunctionConstructor;
86
- default: () => Promise<never>;
87
- };
88
- }>> & {
89
- onChange?: ((...args: any[]) => any) | undefined;
90
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
91
- }, {
92
- loadData: Function;
93
- labelTitle: string;
94
- showAlways: boolean;
95
- displayParams: Record<string, any>;
96
- loadFilter: Function;
97
- }>>;
98
- export { BmShopsFilter };
99
- export default BmShopsFilter;
@@ -1,25 +0,0 @@
1
- import type { ExtractPropTypes } from 'vue';
2
- export declare const shopsFilterProps: {
3
- labelTitle: {
4
- type: StringConstructor;
5
- default: string;
6
- };
7
- showAlways: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- displayParams: {
12
- type: ObjectConstructor;
13
- default: () => {
14
- width: string;
15
- labelOffset: string;
16
- labelWidth: string;
17
- searchWidth: string;
18
- };
19
- };
20
- filterArr: {
21
- type: PromiseConstructor;
22
- default: () => never[];
23
- };
24
- };
25
- export declare type ShopsFilterProps = ExtractPropTypes<typeof shopsFilterProps>;
@@ -1,98 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- labelTitle: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- showAlways: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- displayParams: {
11
- type: ObjectConstructor;
12
- default: () => {
13
- width: string;
14
- labelOffset: string;
15
- labelWidth: string;
16
- searchWidth: string;
17
- listMaxHeight: string;
18
- };
19
- };
20
- loadFilter: {
21
- type: FunctionConstructor;
22
- default: () => Promise<never[]>;
23
- };
24
- loadData: {
25
- type: FunctionConstructor;
26
- default: () => Promise<never>;
27
- };
28
- }, {
29
- triggleActive(): void;
30
- outSideClick(): void;
31
- changeFilterSelect(index: any, code: any): void;
32
- onCheckAllChange(e: any): void;
33
- checkboxChange(): void;
34
- invertChange(): void;
35
- clearAll(): void;
36
- fetchData(): void;
37
- clearAllSelected(e: any): void;
38
- filterIsActive(filterIndex: any, code: any): boolean;
39
- isActive: import("vue").Ref<boolean>;
40
- searchVal: import("vue").Ref<string>;
41
- selected: import("vue").Ref<any[]>;
42
- shopList: import("vue").Ref<{
43
- shopCode: string;
44
- shopName: string;
45
- }[]>;
46
- shopListByCode: import("vue").Ref<{}>;
47
- checkAll: import("vue").Ref<boolean>;
48
- hasCheck: import("vue").Ref<boolean>;
49
- inverSelect: import("vue").Ref<boolean>;
50
- shopCheck: import("vue").Ref<{}>;
51
- filterSelects: import("vue").Ref<never[]>;
52
- filterArr: import("vue").Ref<{
53
- list: {
54
- code: string;
55
- label: string;
56
- }[];
57
- paramsStr: string;
58
- label?: string | undefined;
59
- multiple?: boolean | undefined;
60
- }[]>;
61
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
- labelTitle: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- showAlways: {
67
- type: BooleanConstructor;
68
- default: boolean;
69
- };
70
- displayParams: {
71
- type: ObjectConstructor;
72
- default: () => {
73
- width: string;
74
- labelOffset: string;
75
- labelWidth: string;
76
- searchWidth: string;
77
- listMaxHeight: string;
78
- };
79
- };
80
- loadFilter: {
81
- type: FunctionConstructor;
82
- default: () => Promise<never[]>;
83
- };
84
- loadData: {
85
- type: FunctionConstructor;
86
- default: () => Promise<never>;
87
- };
88
- }>> & {
89
- onChange?: ((...args: any[]) => any) | undefined;
90
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
91
- }, {
92
- loadData: Function;
93
- labelTitle: string;
94
- showAlways: boolean;
95
- displayParams: Record<string, any>;
96
- loadFilter: Function;
97
- }>;
98
- export default _default;