cnhis-design-vue 3.4.0-beta.46 → 3.4.0-beta.49
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.
- package/README.md +87 -87
- package/es/components/base-search/index.d.ts +34 -0
- package/es/components/base-search/src/index.vue.d.ts +34 -0
- package/es/components/base-search/src/index.vue2.js +9 -1
- package/es/components/classification/index.d.ts +36 -9
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +36 -9
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +36 -9
- package/es/components/classification/src/index.vue.d.ts +36 -9
- package/es/components/date-picker/index.d.ts +12 -3
- package/es/components/date-picker/src/DatePicker.vue.d.ts +12 -3
- package/es/components/date-picker/src/DatePicker.vue2.js +4 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +25 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
- package/es/components/field-set/src/components/condition.vue.d.ts +12 -3
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +24 -6
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +12 -3
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/iho-chat/index.d.ts +24 -6
- package/es/components/iho-chat/src/Index.vue.d.ts +24 -6
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +12 -3
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +12 -3
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +12 -3
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +12 -3
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +12 -3
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +12 -3
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +12 -3
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +12 -3
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +12 -3
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +24 -6
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +12 -3
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +12 -3
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +24 -6
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +24 -6
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +12 -3
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +14 -3
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +10 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +12 -3
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +14 -3
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +10 -2
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +52 -12
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +52 -12
- package/es/components/table-filter/src/constants/index.d.ts +1 -0
- package/es/components/table-filter/src/constants/index.js +4 -1
- package/es/env.d.ts +25 -25
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +15 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,87 +1,87 @@
|
|
|
1
|
-
# 安装
|
|
2
|
-
|
|
3
|
-
```shell
|
|
4
|
-
npm i cnhis-design-vue@[版本号]
|
|
5
|
-
# or
|
|
6
|
-
yarn add cnhis-design-vue@[版本号] #推荐
|
|
7
|
-
```
|
|
8
|
-
|
|
9
|
-
## 1.全局引入
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
// main.ts
|
|
13
|
-
import { createApp } from 'vue';
|
|
14
|
-
import App from './App.vue';
|
|
15
|
-
import 'cnhis-design-vue/es/packages/index.css';
|
|
16
|
-
import cui from 'cnhis-design-vue';
|
|
17
|
-
|
|
18
|
-
const app = createApp(App);
|
|
19
|
-
app.use(cui).mount('#app');
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
## 2. 按需引入
|
|
23
|
-
|
|
24
|
-
组件现在支持了自动按需引入, 但是样式文件需要额外的处理
|
|
25
|
-
|
|
26
|
-
### 2.1 样式处理方式1 (按需引入样式)
|
|
27
|
-
|
|
28
|
-
```shell
|
|
29
|
-
# 安装自动导入样式的插件
|
|
30
|
-
npm i -d vite-plugin-style-import
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
```typescript
|
|
34
|
-
// vite.config.ts
|
|
35
|
-
import { defineConfig } from 'vite';
|
|
36
|
-
import { createStyleImportPlugin } from 'vite-plugin-style-import';
|
|
37
|
-
|
|
38
|
-
export default defineConfig({
|
|
39
|
-
plugins: [
|
|
40
|
-
// ...otherPlugins
|
|
41
|
-
createStyleImportPlugin({
|
|
42
|
-
libs: [
|
|
43
|
-
{
|
|
44
|
-
libraryName: 'cnhis-design-vue',
|
|
45
|
-
esModule: true,
|
|
46
|
-
ensureStyleFile: true,
|
|
47
|
-
resolveStyle: name => {
|
|
48
|
-
return `cnhis-design-vue/es/components/${ name.slice(2) }/style/index.css`;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
]
|
|
52
|
-
})
|
|
53
|
-
]
|
|
54
|
-
});
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
### 2.2 样式处理方式2 (全局引入样式)
|
|
58
|
-
|
|
59
|
-
```typescript
|
|
60
|
-
// main.ts
|
|
61
|
-
import 'cnhis-design-vue/es/components/index.css';
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
## 3.FAQ
|
|
65
|
-
|
|
66
|
-
### 3.1 项目打包后样式丢失
|
|
67
|
-
|
|
68
|
-
处理方法, 将 cnhis-design-vue 从 vendor 包中移除 (没有出现此问题则不需要)
|
|
69
|
-
|
|
70
|
-
```typescript
|
|
71
|
-
// vite.config.ts
|
|
72
|
-
import { defineConfig } from 'vite';
|
|
73
|
-
|
|
74
|
-
export default defineConfig({
|
|
75
|
-
build: {
|
|
76
|
-
rollupOptions: {
|
|
77
|
-
// ..otherOptions
|
|
78
|
-
output: {
|
|
79
|
-
dir: './dist',
|
|
80
|
-
manualChunks: {
|
|
81
|
-
'cnhis-vendor': ['cnhis-design-vue']
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
```
|
|
1
|
+
# 安装
|
|
2
|
+
|
|
3
|
+
```shell
|
|
4
|
+
npm i cnhis-design-vue@[版本号]
|
|
5
|
+
# or
|
|
6
|
+
yarn add cnhis-design-vue@[版本号] #推荐
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
## 1.全局引入
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
// main.ts
|
|
13
|
+
import { createApp } from 'vue';
|
|
14
|
+
import App from './App.vue';
|
|
15
|
+
import 'cnhis-design-vue/es/packages/index.css';
|
|
16
|
+
import cui from 'cnhis-design-vue';
|
|
17
|
+
|
|
18
|
+
const app = createApp(App);
|
|
19
|
+
app.use(cui).mount('#app');
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## 2. 按需引入
|
|
23
|
+
|
|
24
|
+
组件现在支持了自动按需引入, 但是样式文件需要额外的处理
|
|
25
|
+
|
|
26
|
+
### 2.1 样式处理方式1 (按需引入样式)
|
|
27
|
+
|
|
28
|
+
```shell
|
|
29
|
+
# 安装自动导入样式的插件
|
|
30
|
+
npm i -d vite-plugin-style-import
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
```typescript
|
|
34
|
+
// vite.config.ts
|
|
35
|
+
import { defineConfig } from 'vite';
|
|
36
|
+
import { createStyleImportPlugin } from 'vite-plugin-style-import';
|
|
37
|
+
|
|
38
|
+
export default defineConfig({
|
|
39
|
+
plugins: [
|
|
40
|
+
// ...otherPlugins
|
|
41
|
+
createStyleImportPlugin({
|
|
42
|
+
libs: [
|
|
43
|
+
{
|
|
44
|
+
libraryName: 'cnhis-design-vue',
|
|
45
|
+
esModule: true,
|
|
46
|
+
ensureStyleFile: true,
|
|
47
|
+
resolveStyle: name => {
|
|
48
|
+
return `cnhis-design-vue/es/components/${ name.slice(2) }/style/index.css`;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
})
|
|
53
|
+
]
|
|
54
|
+
});
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
### 2.2 样式处理方式2 (全局引入样式)
|
|
58
|
+
|
|
59
|
+
```typescript
|
|
60
|
+
// main.ts
|
|
61
|
+
import 'cnhis-design-vue/es/components/index.css';
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
## 3.FAQ
|
|
65
|
+
|
|
66
|
+
### 3.1 项目打包后样式丢失
|
|
67
|
+
|
|
68
|
+
处理方法, 将 cnhis-design-vue 从 vendor 包中移除 (没有出现此问题则不需要)
|
|
69
|
+
|
|
70
|
+
```typescript
|
|
71
|
+
// vite.config.ts
|
|
72
|
+
import { defineConfig } from 'vite';
|
|
73
|
+
|
|
74
|
+
export default defineConfig({
|
|
75
|
+
build: {
|
|
76
|
+
rollupOptions: {
|
|
77
|
+
// ..otherOptions
|
|
78
|
+
output: {
|
|
79
|
+
dir: './dist',
|
|
80
|
+
manualChunks: {
|
|
81
|
+
'cnhis-vendor': ['cnhis-design-vue']
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
```
|
|
@@ -26,6 +26,16 @@ declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
26
26
|
type: BooleanConstructor;
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
|
+
shortcutListenerConfig: {
|
|
30
|
+
type: import("vue").PropType<{
|
|
31
|
+
enable: boolean;
|
|
32
|
+
callback: (key: string, propKey?: string | undefined) => void;
|
|
33
|
+
}>;
|
|
34
|
+
default: () => {
|
|
35
|
+
enable: boolean;
|
|
36
|
+
callback: () => {};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
29
39
|
}>, {
|
|
30
40
|
outQuickSearchFn: {
|
|
31
41
|
handlerInitSearchItem(arr: import("..").ISearchType[]): void;
|
|
@@ -107,6 +117,16 @@ declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
107
117
|
type: BooleanConstructor;
|
|
108
118
|
default: boolean;
|
|
109
119
|
};
|
|
120
|
+
shortcutListenerConfig: {
|
|
121
|
+
type: import("vue").PropType<{
|
|
122
|
+
enable: boolean;
|
|
123
|
+
callback: (key: string, propKey?: string | undefined) => void;
|
|
124
|
+
}>;
|
|
125
|
+
default: () => {
|
|
126
|
+
enable: boolean;
|
|
127
|
+
callback: () => {};
|
|
128
|
+
};
|
|
129
|
+
};
|
|
110
130
|
}>> & Readonly<{
|
|
111
131
|
onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
|
|
112
132
|
onOnFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
@@ -292,6 +312,16 @@ declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
292
312
|
type: BooleanConstructor;
|
|
293
313
|
default: boolean;
|
|
294
314
|
};
|
|
315
|
+
shortcutListenerConfig: {
|
|
316
|
+
type: import("vue").PropType<{
|
|
317
|
+
enable: boolean;
|
|
318
|
+
callback: (key: string, propKey?: string | undefined) => void;
|
|
319
|
+
}>;
|
|
320
|
+
default: () => {
|
|
321
|
+
enable: boolean;
|
|
322
|
+
callback: () => {};
|
|
323
|
+
};
|
|
324
|
+
};
|
|
295
325
|
}>> & Readonly<{
|
|
296
326
|
onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
|
|
297
327
|
onOnFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
@@ -304,5 +334,9 @@ declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
304
334
|
qqConObjCount: number;
|
|
305
335
|
appendValueConfig: Record<string, any>;
|
|
306
336
|
isShowTitle: boolean;
|
|
337
|
+
shortcutListenerConfig: {
|
|
338
|
+
enable: boolean;
|
|
339
|
+
callback: (key: string, propKey?: string | undefined) => void;
|
|
340
|
+
};
|
|
307
341
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
308
342
|
export default CBaseSearch;
|
|
@@ -27,6 +27,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
27
|
type: BooleanConstructor;
|
|
28
28
|
default: boolean;
|
|
29
29
|
};
|
|
30
|
+
shortcutListenerConfig: {
|
|
31
|
+
type: PropType<{
|
|
32
|
+
enable: boolean;
|
|
33
|
+
callback: (key: string, propKey?: string) => void;
|
|
34
|
+
}>;
|
|
35
|
+
default: () => {
|
|
36
|
+
enable: boolean;
|
|
37
|
+
callback: () => {};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
30
40
|
}>, {
|
|
31
41
|
outQuickSearchFn: {
|
|
32
42
|
handlerInitSearchItem(arr: ISearchType[]): void;
|
|
@@ -108,6 +118,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
108
118
|
type: BooleanConstructor;
|
|
109
119
|
default: boolean;
|
|
110
120
|
};
|
|
121
|
+
shortcutListenerConfig: {
|
|
122
|
+
type: PropType<{
|
|
123
|
+
enable: boolean;
|
|
124
|
+
callback: (key: string, propKey?: string) => void;
|
|
125
|
+
}>;
|
|
126
|
+
default: () => {
|
|
127
|
+
enable: boolean;
|
|
128
|
+
callback: () => {};
|
|
129
|
+
};
|
|
130
|
+
};
|
|
111
131
|
}>> & Readonly<{
|
|
112
132
|
onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
|
|
113
133
|
onOnFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
@@ -293,6 +313,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
293
313
|
type: BooleanConstructor;
|
|
294
314
|
default: boolean;
|
|
295
315
|
};
|
|
316
|
+
shortcutListenerConfig: {
|
|
317
|
+
type: PropType<{
|
|
318
|
+
enable: boolean;
|
|
319
|
+
callback: (key: string, propKey?: string) => void;
|
|
320
|
+
}>;
|
|
321
|
+
default: () => {
|
|
322
|
+
enable: boolean;
|
|
323
|
+
callback: () => {};
|
|
324
|
+
};
|
|
325
|
+
};
|
|
296
326
|
}>> & Readonly<{
|
|
297
327
|
onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
|
|
298
328
|
onOnFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
@@ -305,5 +335,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
305
335
|
qqConObjCount: number;
|
|
306
336
|
appendValueConfig: Record<string, any>;
|
|
307
337
|
isShowTitle: boolean;
|
|
338
|
+
shortcutListenerConfig: {
|
|
339
|
+
enable: boolean;
|
|
340
|
+
callback: (key: string, propKey?: string) => void;
|
|
341
|
+
};
|
|
308
342
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
309
343
|
export default _default;
|
|
@@ -7,7 +7,7 @@ import useRenderWidget from '../../table-filter/src/hooks/useRenderWidget.js';
|
|
|
7
7
|
import { NButton, NIcon } from 'naive-ui';
|
|
8
8
|
import { Search } from '@vicons/ionicons5';
|
|
9
9
|
import { isObject, cloneDeep } from 'lodash-es';
|
|
10
|
-
import { InjectionFilterApiConfig, InjectionFilterSearchConfig } from '../../table-filter/src/constants/index.js';
|
|
10
|
+
import { InjectionFilterApiConfig, InjectionFilterSearchConfig, InjectionShortcutListenerConfig } from '../../table-filter/src/constants/index.js';
|
|
11
11
|
import { WidgetTypeEnums } from '../../table-filter/src/types/enums.js';
|
|
12
12
|
|
|
13
13
|
const _hoisted_1 = {
|
|
@@ -76,6 +76,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
76
76
|
isShowTitle: {
|
|
77
77
|
type: Boolean,
|
|
78
78
|
default: false
|
|
79
|
+
},
|
|
80
|
+
shortcutListenerConfig: {
|
|
81
|
+
type: Object,
|
|
82
|
+
default: () => ({
|
|
83
|
+
enable: false,
|
|
84
|
+
callback: () => ({})
|
|
85
|
+
})
|
|
79
86
|
}
|
|
80
87
|
},
|
|
81
88
|
emits: [
|
|
@@ -110,6 +117,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
110
117
|
const filterChangeFnList = ref([]);
|
|
111
118
|
provide(InjectionFilterApiConfig, props.filterApiConfig);
|
|
112
119
|
provide(InjectionFilterSearchConfig, outSearchFieldList);
|
|
120
|
+
provide(InjectionShortcutListenerConfig, props.shortcutListenerConfig);
|
|
113
121
|
const showQuickSearch = computed(() => {
|
|
114
122
|
let showQuick = isShowSetting("hideQuickSearch");
|
|
115
123
|
return showQuick;
|
|
@@ -964,10 +964,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
964
964
|
isDateDisabled: {
|
|
965
965
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
966
966
|
};
|
|
967
|
+
propKey: {
|
|
968
|
+
type: StringConstructor;
|
|
969
|
+
};
|
|
967
970
|
shortcutListenerConfig: {
|
|
968
971
|
type: import("vue").PropType<{
|
|
969
972
|
enable: boolean;
|
|
970
|
-
callback: (
|
|
973
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
971
974
|
}>;
|
|
972
975
|
};
|
|
973
976
|
}>, {
|
|
@@ -1009,10 +1012,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1009
1012
|
isDateDisabled: {
|
|
1010
1013
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1011
1014
|
};
|
|
1015
|
+
propKey: {
|
|
1016
|
+
type: StringConstructor;
|
|
1017
|
+
};
|
|
1012
1018
|
shortcutListenerConfig: {
|
|
1013
1019
|
type: import("vue").PropType<{
|
|
1014
1020
|
enable: boolean;
|
|
1015
|
-
callback: (
|
|
1021
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1016
1022
|
}>;
|
|
1017
1023
|
};
|
|
1018
1024
|
}>> & Readonly<{
|
|
@@ -1075,10 +1081,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1075
1081
|
isDateDisabled: {
|
|
1076
1082
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1077
1083
|
};
|
|
1084
|
+
propKey: {
|
|
1085
|
+
type: StringConstructor;
|
|
1086
|
+
};
|
|
1078
1087
|
shortcutListenerConfig: {
|
|
1079
1088
|
type: import("vue").PropType<{
|
|
1080
1089
|
enable: boolean;
|
|
1081
|
-
callback: (
|
|
1090
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1082
1091
|
}>;
|
|
1083
1092
|
};
|
|
1084
1093
|
}>> & Readonly<{
|
|
@@ -1836,10 +1845,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1836
1845
|
isDateDisabled: {
|
|
1837
1846
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1838
1847
|
};
|
|
1848
|
+
propKey: {
|
|
1849
|
+
type: StringConstructor;
|
|
1850
|
+
};
|
|
1839
1851
|
shortcutListenerConfig: {
|
|
1840
1852
|
type: import("vue").PropType<{
|
|
1841
1853
|
enable: boolean;
|
|
1842
|
-
callback: (
|
|
1854
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1843
1855
|
}>;
|
|
1844
1856
|
};
|
|
1845
1857
|
}>, {
|
|
@@ -1881,10 +1893,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1881
1893
|
isDateDisabled: {
|
|
1882
1894
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1883
1895
|
};
|
|
1896
|
+
propKey: {
|
|
1897
|
+
type: StringConstructor;
|
|
1898
|
+
};
|
|
1884
1899
|
shortcutListenerConfig: {
|
|
1885
1900
|
type: import("vue").PropType<{
|
|
1886
1901
|
enable: boolean;
|
|
1887
|
-
callback: (
|
|
1902
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1888
1903
|
}>;
|
|
1889
1904
|
};
|
|
1890
1905
|
}>> & Readonly<{
|
|
@@ -1947,10 +1962,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1947
1962
|
isDateDisabled: {
|
|
1948
1963
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1949
1964
|
};
|
|
1965
|
+
propKey: {
|
|
1966
|
+
type: StringConstructor;
|
|
1967
|
+
};
|
|
1950
1968
|
shortcutListenerConfig: {
|
|
1951
1969
|
type: import("vue").PropType<{
|
|
1952
1970
|
enable: boolean;
|
|
1953
|
-
callback: (
|
|
1971
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1954
1972
|
}>;
|
|
1955
1973
|
};
|
|
1956
1974
|
}>> & Readonly<{
|
|
@@ -2555,10 +2573,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
2555
2573
|
isDateDisabled: {
|
|
2556
2574
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2557
2575
|
};
|
|
2576
|
+
propKey: {
|
|
2577
|
+
type: StringConstructor;
|
|
2578
|
+
};
|
|
2558
2579
|
shortcutListenerConfig: {
|
|
2559
2580
|
type: import("vue").PropType<{
|
|
2560
2581
|
enable: boolean;
|
|
2561
|
-
callback: (
|
|
2582
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2562
2583
|
}>;
|
|
2563
2584
|
};
|
|
2564
2585
|
}>, {
|
|
@@ -2600,10 +2621,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
2600
2621
|
isDateDisabled: {
|
|
2601
2622
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2602
2623
|
};
|
|
2624
|
+
propKey: {
|
|
2625
|
+
type: StringConstructor;
|
|
2626
|
+
};
|
|
2603
2627
|
shortcutListenerConfig: {
|
|
2604
2628
|
type: import("vue").PropType<{
|
|
2605
2629
|
enable: boolean;
|
|
2606
|
-
callback: (
|
|
2630
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2607
2631
|
}>;
|
|
2608
2632
|
};
|
|
2609
2633
|
}>> & Readonly<{
|
|
@@ -2666,10 +2690,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
2666
2690
|
isDateDisabled: {
|
|
2667
2691
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2668
2692
|
};
|
|
2693
|
+
propKey: {
|
|
2694
|
+
type: StringConstructor;
|
|
2695
|
+
};
|
|
2669
2696
|
shortcutListenerConfig: {
|
|
2670
2697
|
type: import("vue").PropType<{
|
|
2671
2698
|
enable: boolean;
|
|
2672
|
-
callback: (
|
|
2699
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2673
2700
|
}>;
|
|
2674
2701
|
};
|
|
2675
2702
|
}>> & Readonly<{
|
|
@@ -362,10 +362,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
362
362
|
isDateDisabled: {
|
|
363
363
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
364
364
|
};
|
|
365
|
+
propKey: {
|
|
366
|
+
type: StringConstructor;
|
|
367
|
+
};
|
|
365
368
|
shortcutListenerConfig: {
|
|
366
369
|
type: import("vue").PropType<{
|
|
367
370
|
enable: boolean;
|
|
368
|
-
callback: (
|
|
371
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
369
372
|
}>;
|
|
370
373
|
};
|
|
371
374
|
}>, {
|
|
@@ -407,10 +410,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
407
410
|
isDateDisabled: {
|
|
408
411
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
409
412
|
};
|
|
413
|
+
propKey: {
|
|
414
|
+
type: StringConstructor;
|
|
415
|
+
};
|
|
410
416
|
shortcutListenerConfig: {
|
|
411
417
|
type: import("vue").PropType<{
|
|
412
418
|
enable: boolean;
|
|
413
|
-
callback: (
|
|
419
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
414
420
|
}>;
|
|
415
421
|
};
|
|
416
422
|
}>> & Readonly<{
|
|
@@ -473,10 +479,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
473
479
|
isDateDisabled: {
|
|
474
480
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
475
481
|
};
|
|
482
|
+
propKey: {
|
|
483
|
+
type: StringConstructor;
|
|
484
|
+
};
|
|
476
485
|
shortcutListenerConfig: {
|
|
477
486
|
type: import("vue").PropType<{
|
|
478
487
|
enable: boolean;
|
|
479
|
-
callback: (
|
|
488
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
480
489
|
}>;
|
|
481
490
|
};
|
|
482
491
|
}>> & Readonly<{
|
|
@@ -1234,10 +1243,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1234
1243
|
isDateDisabled: {
|
|
1235
1244
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1236
1245
|
};
|
|
1246
|
+
propKey: {
|
|
1247
|
+
type: StringConstructor;
|
|
1248
|
+
};
|
|
1237
1249
|
shortcutListenerConfig: {
|
|
1238
1250
|
type: import("vue").PropType<{
|
|
1239
1251
|
enable: boolean;
|
|
1240
|
-
callback: (
|
|
1252
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1241
1253
|
}>;
|
|
1242
1254
|
};
|
|
1243
1255
|
}>, {
|
|
@@ -1279,10 +1291,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1279
1291
|
isDateDisabled: {
|
|
1280
1292
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1281
1293
|
};
|
|
1294
|
+
propKey: {
|
|
1295
|
+
type: StringConstructor;
|
|
1296
|
+
};
|
|
1282
1297
|
shortcutListenerConfig: {
|
|
1283
1298
|
type: import("vue").PropType<{
|
|
1284
1299
|
enable: boolean;
|
|
1285
|
-
callback: (
|
|
1300
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1286
1301
|
}>;
|
|
1287
1302
|
};
|
|
1288
1303
|
}>> & Readonly<{
|
|
@@ -1345,10 +1360,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1345
1360
|
isDateDisabled: {
|
|
1346
1361
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1347
1362
|
};
|
|
1363
|
+
propKey: {
|
|
1364
|
+
type: StringConstructor;
|
|
1365
|
+
};
|
|
1348
1366
|
shortcutListenerConfig: {
|
|
1349
1367
|
type: import("vue").PropType<{
|
|
1350
1368
|
enable: boolean;
|
|
1351
|
-
callback: (
|
|
1369
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1352
1370
|
}>;
|
|
1353
1371
|
};
|
|
1354
1372
|
}>> & Readonly<{
|
|
@@ -1953,10 +1971,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1953
1971
|
isDateDisabled: {
|
|
1954
1972
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1955
1973
|
};
|
|
1974
|
+
propKey: {
|
|
1975
|
+
type: StringConstructor;
|
|
1976
|
+
};
|
|
1956
1977
|
shortcutListenerConfig: {
|
|
1957
1978
|
type: import("vue").PropType<{
|
|
1958
1979
|
enable: boolean;
|
|
1959
|
-
callback: (
|
|
1980
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1960
1981
|
}>;
|
|
1961
1982
|
};
|
|
1962
1983
|
}>, {
|
|
@@ -1998,10 +2019,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1998
2019
|
isDateDisabled: {
|
|
1999
2020
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2000
2021
|
};
|
|
2022
|
+
propKey: {
|
|
2023
|
+
type: StringConstructor;
|
|
2024
|
+
};
|
|
2001
2025
|
shortcutListenerConfig: {
|
|
2002
2026
|
type: import("vue").PropType<{
|
|
2003
2027
|
enable: boolean;
|
|
2004
|
-
callback: (
|
|
2028
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2005
2029
|
}>;
|
|
2006
2030
|
};
|
|
2007
2031
|
}>> & Readonly<{
|
|
@@ -2064,10 +2088,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2064
2088
|
isDateDisabled: {
|
|
2065
2089
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2066
2090
|
};
|
|
2091
|
+
propKey: {
|
|
2092
|
+
type: StringConstructor;
|
|
2093
|
+
};
|
|
2067
2094
|
shortcutListenerConfig: {
|
|
2068
2095
|
type: import("vue").PropType<{
|
|
2069
2096
|
enable: boolean;
|
|
2070
|
-
callback: (
|
|
2097
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2071
2098
|
}>;
|
|
2072
2099
|
};
|
|
2073
2100
|
}>> & Readonly<{
|