cnhis-design-vue 3.4.0-beta.45 → 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 +84 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +84 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +84 -0
- package/es/components/classification/src/index.vue.d.ts +84 -0
- package/es/components/date-picker/index.d.ts +28 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +28 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +26 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +57 -1
- 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 +28 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +56 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +28 -0
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/iho-chat/index.d.ts +56 -0
- package/es/components/iho-chat/src/Index.vue.d.ts +56 -0
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +28 -0
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +28 -0
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +28 -0
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +28 -0
- 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 +28 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +28 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +56 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +56 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +56 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +30 -0
- 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 +28 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +30 -0
- 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 +116 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +116 -0
- 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,6 +964,15 @@ 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
|
+
};
|
|
970
|
+
shortcutListenerConfig: {
|
|
971
|
+
type: import("vue").PropType<{
|
|
972
|
+
enable: boolean;
|
|
973
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
974
|
+
}>;
|
|
975
|
+
};
|
|
967
976
|
}>, {
|
|
968
977
|
attrs: {
|
|
969
978
|
[x: string]: unknown;
|
|
@@ -1003,6 +1012,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1003
1012
|
isDateDisabled: {
|
|
1004
1013
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1005
1014
|
};
|
|
1015
|
+
propKey: {
|
|
1016
|
+
type: StringConstructor;
|
|
1017
|
+
};
|
|
1018
|
+
shortcutListenerConfig: {
|
|
1019
|
+
type: import("vue").PropType<{
|
|
1020
|
+
enable: boolean;
|
|
1021
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1022
|
+
}>;
|
|
1023
|
+
};
|
|
1006
1024
|
}>> & Readonly<{
|
|
1007
1025
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1008
1026
|
}> & {}>;
|
|
@@ -1019,6 +1037,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1019
1037
|
focus: () => any;
|
|
1020
1038
|
blur: () => any;
|
|
1021
1039
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1040
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1022
1041
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1023
1042
|
watchers: import("../../shared/types").AnyFn[];
|
|
1024
1043
|
stopWatcher: () => void;
|
|
@@ -1062,6 +1081,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1062
1081
|
isDateDisabled: {
|
|
1063
1082
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1064
1083
|
};
|
|
1084
|
+
propKey: {
|
|
1085
|
+
type: StringConstructor;
|
|
1086
|
+
};
|
|
1087
|
+
shortcutListenerConfig: {
|
|
1088
|
+
type: import("vue").PropType<{
|
|
1089
|
+
enable: boolean;
|
|
1090
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1091
|
+
}>;
|
|
1092
|
+
};
|
|
1065
1093
|
}>> & Readonly<{
|
|
1066
1094
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1067
1095
|
}>, {
|
|
@@ -1817,6 +1845,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1817
1845
|
isDateDisabled: {
|
|
1818
1846
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1819
1847
|
};
|
|
1848
|
+
propKey: {
|
|
1849
|
+
type: StringConstructor;
|
|
1850
|
+
};
|
|
1851
|
+
shortcutListenerConfig: {
|
|
1852
|
+
type: import("vue").PropType<{
|
|
1853
|
+
enable: boolean;
|
|
1854
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1855
|
+
}>;
|
|
1856
|
+
};
|
|
1820
1857
|
}>, {
|
|
1821
1858
|
attrs: {
|
|
1822
1859
|
[x: string]: unknown;
|
|
@@ -1856,6 +1893,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1856
1893
|
isDateDisabled: {
|
|
1857
1894
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1858
1895
|
};
|
|
1896
|
+
propKey: {
|
|
1897
|
+
type: StringConstructor;
|
|
1898
|
+
};
|
|
1899
|
+
shortcutListenerConfig: {
|
|
1900
|
+
type: import("vue").PropType<{
|
|
1901
|
+
enable: boolean;
|
|
1902
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1903
|
+
}>;
|
|
1904
|
+
};
|
|
1859
1905
|
}>> & Readonly<{
|
|
1860
1906
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1861
1907
|
}> & {}>;
|
|
@@ -1872,6 +1918,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1872
1918
|
focus: () => any;
|
|
1873
1919
|
blur: () => any;
|
|
1874
1920
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1921
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1875
1922
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1876
1923
|
watchers: import("../../shared/types").AnyFn[];
|
|
1877
1924
|
stopWatcher: () => void;
|
|
@@ -1915,6 +1962,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1915
1962
|
isDateDisabled: {
|
|
1916
1963
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1917
1964
|
};
|
|
1965
|
+
propKey: {
|
|
1966
|
+
type: StringConstructor;
|
|
1967
|
+
};
|
|
1968
|
+
shortcutListenerConfig: {
|
|
1969
|
+
type: import("vue").PropType<{
|
|
1970
|
+
enable: boolean;
|
|
1971
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1972
|
+
}>;
|
|
1973
|
+
};
|
|
1918
1974
|
}>> & Readonly<{
|
|
1919
1975
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1920
1976
|
}>, {
|
|
@@ -2517,6 +2573,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
2517
2573
|
isDateDisabled: {
|
|
2518
2574
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2519
2575
|
};
|
|
2576
|
+
propKey: {
|
|
2577
|
+
type: StringConstructor;
|
|
2578
|
+
};
|
|
2579
|
+
shortcutListenerConfig: {
|
|
2580
|
+
type: import("vue").PropType<{
|
|
2581
|
+
enable: boolean;
|
|
2582
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2583
|
+
}>;
|
|
2584
|
+
};
|
|
2520
2585
|
}>, {
|
|
2521
2586
|
attrs: {
|
|
2522
2587
|
[x: string]: unknown;
|
|
@@ -2556,6 +2621,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
2556
2621
|
isDateDisabled: {
|
|
2557
2622
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2558
2623
|
};
|
|
2624
|
+
propKey: {
|
|
2625
|
+
type: StringConstructor;
|
|
2626
|
+
};
|
|
2627
|
+
shortcutListenerConfig: {
|
|
2628
|
+
type: import("vue").PropType<{
|
|
2629
|
+
enable: boolean;
|
|
2630
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2631
|
+
}>;
|
|
2632
|
+
};
|
|
2559
2633
|
}>> & Readonly<{
|
|
2560
2634
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2561
2635
|
}> & {}>;
|
|
@@ -2572,6 +2646,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
2572
2646
|
focus: () => any;
|
|
2573
2647
|
blur: () => any;
|
|
2574
2648
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
2649
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
2575
2650
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
2576
2651
|
watchers: import("../../shared/types").AnyFn[];
|
|
2577
2652
|
stopWatcher: () => void;
|
|
@@ -2615,6 +2690,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
2615
2690
|
isDateDisabled: {
|
|
2616
2691
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2617
2692
|
};
|
|
2693
|
+
propKey: {
|
|
2694
|
+
type: StringConstructor;
|
|
2695
|
+
};
|
|
2696
|
+
shortcutListenerConfig: {
|
|
2697
|
+
type: import("vue").PropType<{
|
|
2698
|
+
enable: boolean;
|
|
2699
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2700
|
+
}>;
|
|
2701
|
+
};
|
|
2618
2702
|
}>> & Readonly<{
|
|
2619
2703
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2620
2704
|
}>, {
|
|
@@ -362,6 +362,15 @@ 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
|
+
};
|
|
368
|
+
shortcutListenerConfig: {
|
|
369
|
+
type: import("vue").PropType<{
|
|
370
|
+
enable: boolean;
|
|
371
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
372
|
+
}>;
|
|
373
|
+
};
|
|
365
374
|
}>, {
|
|
366
375
|
attrs: {
|
|
367
376
|
[x: string]: unknown;
|
|
@@ -401,6 +410,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
401
410
|
isDateDisabled: {
|
|
402
411
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
403
412
|
};
|
|
413
|
+
propKey: {
|
|
414
|
+
type: StringConstructor;
|
|
415
|
+
};
|
|
416
|
+
shortcutListenerConfig: {
|
|
417
|
+
type: import("vue").PropType<{
|
|
418
|
+
enable: boolean;
|
|
419
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
420
|
+
}>;
|
|
421
|
+
};
|
|
404
422
|
}>> & Readonly<{
|
|
405
423
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
406
424
|
}> & {}>;
|
|
@@ -417,6 +435,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
417
435
|
focus: () => any;
|
|
418
436
|
blur: () => any;
|
|
419
437
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
438
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
420
439
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
421
440
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
422
441
|
stopWatcher: () => void;
|
|
@@ -460,6 +479,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
460
479
|
isDateDisabled: {
|
|
461
480
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
462
481
|
};
|
|
482
|
+
propKey: {
|
|
483
|
+
type: StringConstructor;
|
|
484
|
+
};
|
|
485
|
+
shortcutListenerConfig: {
|
|
486
|
+
type: import("vue").PropType<{
|
|
487
|
+
enable: boolean;
|
|
488
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
489
|
+
}>;
|
|
490
|
+
};
|
|
463
491
|
}>> & Readonly<{
|
|
464
492
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
465
493
|
}>, {
|
|
@@ -1215,6 +1243,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1215
1243
|
isDateDisabled: {
|
|
1216
1244
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1217
1245
|
};
|
|
1246
|
+
propKey: {
|
|
1247
|
+
type: StringConstructor;
|
|
1248
|
+
};
|
|
1249
|
+
shortcutListenerConfig: {
|
|
1250
|
+
type: import("vue").PropType<{
|
|
1251
|
+
enable: boolean;
|
|
1252
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1253
|
+
}>;
|
|
1254
|
+
};
|
|
1218
1255
|
}>, {
|
|
1219
1256
|
attrs: {
|
|
1220
1257
|
[x: string]: unknown;
|
|
@@ -1254,6 +1291,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1254
1291
|
isDateDisabled: {
|
|
1255
1292
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1256
1293
|
};
|
|
1294
|
+
propKey: {
|
|
1295
|
+
type: StringConstructor;
|
|
1296
|
+
};
|
|
1297
|
+
shortcutListenerConfig: {
|
|
1298
|
+
type: import("vue").PropType<{
|
|
1299
|
+
enable: boolean;
|
|
1300
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1301
|
+
}>;
|
|
1302
|
+
};
|
|
1257
1303
|
}>> & Readonly<{
|
|
1258
1304
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1259
1305
|
}> & {}>;
|
|
@@ -1270,6 +1316,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1270
1316
|
focus: () => any;
|
|
1271
1317
|
blur: () => any;
|
|
1272
1318
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1319
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1273
1320
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1274
1321
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
1275
1322
|
stopWatcher: () => void;
|
|
@@ -1313,6 +1360,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1313
1360
|
isDateDisabled: {
|
|
1314
1361
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1315
1362
|
};
|
|
1363
|
+
propKey: {
|
|
1364
|
+
type: StringConstructor;
|
|
1365
|
+
};
|
|
1366
|
+
shortcutListenerConfig: {
|
|
1367
|
+
type: import("vue").PropType<{
|
|
1368
|
+
enable: boolean;
|
|
1369
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1370
|
+
}>;
|
|
1371
|
+
};
|
|
1316
1372
|
}>> & Readonly<{
|
|
1317
1373
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1318
1374
|
}>, {
|
|
@@ -1915,6 +1971,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1915
1971
|
isDateDisabled: {
|
|
1916
1972
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1917
1973
|
};
|
|
1974
|
+
propKey: {
|
|
1975
|
+
type: StringConstructor;
|
|
1976
|
+
};
|
|
1977
|
+
shortcutListenerConfig: {
|
|
1978
|
+
type: import("vue").PropType<{
|
|
1979
|
+
enable: boolean;
|
|
1980
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1981
|
+
}>;
|
|
1982
|
+
};
|
|
1918
1983
|
}>, {
|
|
1919
1984
|
attrs: {
|
|
1920
1985
|
[x: string]: unknown;
|
|
@@ -1954,6 +2019,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1954
2019
|
isDateDisabled: {
|
|
1955
2020
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1956
2021
|
};
|
|
2022
|
+
propKey: {
|
|
2023
|
+
type: StringConstructor;
|
|
2024
|
+
};
|
|
2025
|
+
shortcutListenerConfig: {
|
|
2026
|
+
type: import("vue").PropType<{
|
|
2027
|
+
enable: boolean;
|
|
2028
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2029
|
+
}>;
|
|
2030
|
+
};
|
|
1957
2031
|
}>> & Readonly<{
|
|
1958
2032
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1959
2033
|
}> & {}>;
|
|
@@ -1970,6 +2044,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1970
2044
|
focus: () => any;
|
|
1971
2045
|
blur: () => any;
|
|
1972
2046
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
2047
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1973
2048
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1974
2049
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
1975
2050
|
stopWatcher: () => void;
|
|
@@ -2013,6 +2088,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2013
2088
|
isDateDisabled: {
|
|
2014
2089
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2015
2090
|
};
|
|
2091
|
+
propKey: {
|
|
2092
|
+
type: StringConstructor;
|
|
2093
|
+
};
|
|
2094
|
+
shortcutListenerConfig: {
|
|
2095
|
+
type: import("vue").PropType<{
|
|
2096
|
+
enable: boolean;
|
|
2097
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2098
|
+
}>;
|
|
2099
|
+
};
|
|
2016
2100
|
}>> & Readonly<{
|
|
2017
2101
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2018
2102
|
}>, {
|