cnhis-design-vue 3.1.43-beta.1 → 3.1.43-beta.10

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 (122) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +46 -114
  3. package/es/components/base-search/src/index.vue.d.ts +46 -114
  4. package/es/components/base-search/src/index.vue.js +1 -1
  5. package/es/components/base-search/style/index.css +1 -1
  6. package/es/components/big-table/src/utils.js +1 -1
  7. package/es/components/button-print/src/utils/print.d.ts +2 -0
  8. package/es/components/button-print/src/utils/print.js +1 -1
  9. package/es/components/classification/index.d.ts +7 -6
  10. package/es/components/classification/src/components/search-filter/index.vue.d.ts +1 -0
  11. package/es/components/classification/src/components/set-classification/index.vue.d.ts +6 -5
  12. package/es/components/classification/src/components/set-classification/index.vue.js +1 -1
  13. package/es/components/classification/src/components/table-modal/index.vue.d.ts +2 -2
  14. package/es/components/classification/src/index.vue.d.ts +7 -6
  15. package/es/components/date-picker/index.d.ts +1 -1
  16. package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
  17. package/es/components/date-picker/src/DatePicker.vue.js +1 -1
  18. package/es/components/fabric-chart/index.d.ts +1 -1
  19. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  20. package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +1 -1
  21. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +2 -1
  22. package/es/components/fabric-chart/src/hooks/useCenter.d.ts +4 -4
  23. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  24. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
  25. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
  26. package/es/components/fabric-chart/src/hooks/useLeft.d.ts +1 -1
  27. package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +3 -2
  28. package/es/components/form-config/index.d.ts +72 -0
  29. package/es/components/form-config/src/FormConfig.vue.d.ts +72 -0
  30. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -0
  31. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +43 -0
  32. package/es/components/form-render/index.d.ts +1 -0
  33. package/es/components/form-render/src/FormRender.vue.d.ts +1 -0
  34. package/es/components/form-render/src/FormRender.vue.js +1 -1
  35. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -0
  36. package/es/components/form-render/src/hooks/useLowCodeEvent.d.ts +6 -0
  37. package/es/components/form-render/src/hooks/useLowCodeEvent.js +1 -0
  38. package/es/components/form-render/src/types/fieldItem.d.ts +2 -127
  39. package/es/components/form-render/src/types/index.d.ts +1 -2
  40. package/es/components/iho-table/index.d.ts +15 -5
  41. package/es/components/iho-table/src/IhoTable.vue.d.ts +15 -5
  42. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  43. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +2 -2
  44. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.js +1 -1
  45. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +4 -1
  46. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +1 -1
  47. package/es/components/iho-table/src/plugins/fieldConnectionPlugin/index.js +1 -1
  48. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +1 -1
  49. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.js +1 -1
  50. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +3 -11
  51. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -1
  52. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  53. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  54. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +1 -1
  55. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  56. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +1 -0
  57. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -1
  58. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
  59. package/es/components/iho-table/src/types/index.d.ts +6 -3
  60. package/es/components/iho-table/src/types/pluginType.d.ts +18 -21
  61. package/es/components/iho-table/style/iconfont.ttf +0 -0
  62. package/es/components/iho-table/style/index.css +1 -1
  63. package/es/components/index.css +1 -1
  64. package/es/components/info-header/index.d.ts +2 -0
  65. package/es/components/info-header/src/InfoHeader.vue.d.ts +2 -0
  66. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +1 -0
  67. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -0
  68. package/es/components/keyboard/src/components/InputNumber.vue.js +1 -1
  69. package/es/components/quick-search/index.d.ts +54 -224
  70. package/es/components/quick-search/src/index.vue.d.ts +54 -224
  71. package/es/components/quick-search/src/index.vue.js +1 -1
  72. package/es/components/quick-search/style/index.css +1 -1
  73. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  74. package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
  75. package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
  76. package/es/components/shortcut-setter/index.d.ts +15 -0
  77. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +15 -0
  78. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +1 -0
  79. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +1 -0
  80. package/es/components/table-filter/src/components/render-widget/components/Date.vue.d.ts +109 -0
  81. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +1 -0
  82. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +67 -0
  83. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.js +1 -0
  84. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +27 -7
  85. package/es/components/table-filter/src/components/render-widget/components/Select.vue.js +1 -1
  86. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +3 -2
  87. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  88. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +13 -3
  89. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  90. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +134 -15
  91. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  92. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +6 -2
  93. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  94. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  95. package/es/components/table-filter/src/types/enums.d.ts +1 -0
  96. package/es/components/table-filter/src/types/enums.js +1 -1
  97. package/es/components/table-filter/src/types/index.d.ts +26 -87
  98. package/es/env.d.ts +25 -25
  99. package/es/shared/package.json.js +1 -1
  100. package/es/shared/types/business.d.ts +3 -2
  101. package/es/shared/utils/business.d.ts +3 -3
  102. package/package.json +2 -2
  103. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  104. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  105. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  106. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  107. package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
  108. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +0 -77
  109. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +0 -93
  110. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +0 -3
  111. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +0 -3
  112. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +0 -3
  113. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +0 -3
  114. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +0 -3
  115. package/es/components/iho-table/src/utils/dist/index.d.ts +0 -44
  116. package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +0 -36
  117. package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +0 -36
  118. package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +0 -82
  119. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +0 -57
  120. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +0 -57
  121. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  122. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -1,77 +0,0 @@
1
- export const __esModule: true;
2
- export const LEVEL_SEARCH_CASCADER: vue_2.DefineComponent<{
3
- options: {
4
- type: ArrayConstructor;
5
- default: () => never[];
6
- };
7
- labelField: {
8
- type: StringConstructor;
9
- default: string;
10
- };
11
- valueField: {
12
- type: StringConstructor;
13
- default: string;
14
- };
15
- autograph: {
16
- type: StringConstructor;
17
- required: true;
18
- };
19
- lazyRequest: {
20
- type: BooleanConstructor;
21
- default: boolean;
22
- };
23
- requestCache: {
24
- type: BooleanConstructor;
25
- default: boolean;
26
- };
27
- wordbook: {
28
- type: ObjectConstructor;
29
- required: true;
30
- };
31
- onChange: {};
32
- value: {
33
- type: (ArrayConstructor | StringConstructor)[];
34
- };
35
- }, () => any, any, {}, {}, vue_2.ComponentOptionsMixin, vue_2.ComponentOptionsMixin, "update:value"[], "update:value", vue_2.VNodeProps & vue_2.AllowedComponentProps & vue_2.ComponentCustomProps, Readonly<vue_2.ExtractPropTypes<{
36
- options: {
37
- type: ArrayConstructor;
38
- default: () => never[];
39
- };
40
- labelField: {
41
- type: StringConstructor;
42
- default: string;
43
- };
44
- valueField: {
45
- type: StringConstructor;
46
- default: string;
47
- };
48
- autograph: {
49
- type: StringConstructor;
50
- required: true;
51
- };
52
- lazyRequest: {
53
- type: BooleanConstructor;
54
- default: boolean;
55
- };
56
- requestCache: {
57
- type: BooleanConstructor;
58
- default: boolean;
59
- };
60
- wordbook: {
61
- type: ObjectConstructor;
62
- required: true;
63
- };
64
- onChange: {};
65
- value: {
66
- type: (ArrayConstructor | StringConstructor)[];
67
- };
68
- }>> & {
69
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
70
- }, {
71
- options: unknown[];
72
- labelField: string;
73
- valueField: string;
74
- lazyRequest: boolean;
75
- requestCache: boolean;
76
- }>;
77
- import vue_2 = require("vue");
@@ -1,93 +0,0 @@
1
- export const __esModule: true;
2
- export const SEARCH_CASCADER: vue_2.DefineComponent<{
3
- options: {
4
- type: ArrayConstructor;
5
- default: () => never[];
6
- };
7
- depth: {
8
- type: (NumberConstructor | StringConstructor)[];
9
- };
10
- urlConfig: {
11
- type: ObjectConstructor;
12
- };
13
- lazyRequest: {
14
- type: BooleanConstructor;
15
- default: boolean;
16
- };
17
- requestCache: {
18
- type: BooleanConstructor;
19
- default: boolean;
20
- };
21
- onFocus: {
22
- type: FunctionConstructor;
23
- };
24
- filterable: {
25
- type: BooleanConstructor;
26
- default: boolean;
27
- };
28
- checkStrategy: {
29
- type: StringConstructor;
30
- default: string;
31
- };
32
- labelField: {
33
- type: StringConstructor;
34
- default: string;
35
- };
36
- valueField: {
37
- type: StringConstructor;
38
- default: string;
39
- };
40
- onChange: {};
41
- value: {};
42
- }, () => any, any, {}, {}, vue_2.ComponentOptionsMixin, vue_2.ComponentOptionsMixin, "update:value"[], "update:value", vue_2.VNodeProps & vue_2.AllowedComponentProps & vue_2.ComponentCustomProps, Readonly<vue_2.ExtractPropTypes<{
43
- options: {
44
- type: ArrayConstructor;
45
- default: () => never[];
46
- };
47
- depth: {
48
- type: (NumberConstructor | StringConstructor)[];
49
- };
50
- urlConfig: {
51
- type: ObjectConstructor;
52
- };
53
- lazyRequest: {
54
- type: BooleanConstructor;
55
- default: boolean;
56
- };
57
- requestCache: {
58
- type: BooleanConstructor;
59
- default: boolean;
60
- };
61
- onFocus: {
62
- type: FunctionConstructor;
63
- };
64
- filterable: {
65
- type: BooleanConstructor;
66
- default: boolean;
67
- };
68
- checkStrategy: {
69
- type: StringConstructor;
70
- default: string;
71
- };
72
- labelField: {
73
- type: StringConstructor;
74
- default: string;
75
- };
76
- valueField: {
77
- type: StringConstructor;
78
- default: string;
79
- };
80
- onChange: {};
81
- value: {};
82
- }>> & {
83
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
84
- }, {
85
- options: unknown[];
86
- checkStrategy: string;
87
- labelField: string;
88
- valueField: string;
89
- lazyRequest: boolean;
90
- requestCache: boolean;
91
- filterable: boolean;
92
- }>;
93
- import vue_2 = require("vue");
@@ -1,3 +0,0 @@
1
- export const __esModule: true;
2
- export function highLightSetPlugin(): iho_table_1.TablePlugin;
3
- import iho_table_1 = require("../../../../../../es/components/iho-table");
@@ -1,3 +0,0 @@
1
- export const __esModule: true;
2
- export function filterRenderPlugin(): iho_table_1.TablePlugin;
3
- import iho_table_1 = require("../../../../../../../es/components/iho-table");
@@ -1,3 +0,0 @@
1
- export const __esModule: true;
2
- export function dateRendererPlugin(): iho_table_1.TablePlugin;
3
- import iho_table_1 = require("../../../../../../../../../es/components/iho-table");
@@ -1,3 +0,0 @@
1
- export const __esModule: true;
2
- export function defaultRendererPlugin(): iho_table_1.TablePlugin;
3
- import iho_table_1 = require("../../../../../../../../es/components/iho-table");
@@ -1,3 +0,0 @@
1
- export const __esModule: true;
2
- export function seqRendererPlugin(): iho_table_1.TablePlugin;
3
- import iho_table_1 = require("../../../../../../../../es/components/iho-table");
@@ -1,44 +0,0 @@
1
- export const __esModule: true;
2
- export const IhoTableUtils: Readonly<{
3
- getCellType: (lowCodeField: any) => any;
4
- }>;
5
- export const IhoTableRenderHelper: Readonly<{
6
- createDefaultRenderCell: typeof createDefaultRenderCell;
7
- createRenderEdit: typeof createRenderEdit;
8
- isEditableColumn: (config: any, column: any) => any;
9
- hasFilter: (lowCodeField: any) => boolean;
10
- hasDateFiler: (lowCodeField: any) => any;
11
- }>;
12
- export const IhoTableStatusHelper: Readonly<{
13
- isPositive: (value: any) => boolean;
14
- isNegative: (value: any) => boolean;
15
- notPositive: (value: any) => boolean;
16
- notNegative: (value: any) => boolean;
17
- }>;
18
- export function createIhoTableClearActivedInterceptor(type: any, solution: any): (_a: any) => boolean;
19
- export function IhoTableLog(message: any): void;
20
- export function IhoTableWarn(message: any): void;
21
- export function getRowHeight(): number;
22
- export function eventListener2EventName(eventListenerName: any): string;
23
- export function eventName2EventListener(eventName: any): string;
24
- export function useUUIDMap(creator: any, isReactive: any): {
25
- getItemFromUUID: (uuid: any) => any;
26
- setItemFromUUID: (uuid: any, value: any) => void;
27
- removeItemFromUUID: (uuid: any) => void;
28
- };
29
- export function getColumnRenderWidth(column: any, $table: any): any;
30
- export function useIhoTableFormEvent(payload: any): {
31
- emitFormChange: () => void;
32
- emitFormClick: () => void;
33
- emitFormChangeWithParams: (params: any) => void;
34
- emitFormClickWithParams: (params: any) => void;
35
- };
36
- export function getLowCodeFieldFromField(field: any): any;
37
- declare function createDefaultRenderCell(): (_: any, _a: any) => any[];
38
- declare function createRenderEdit(renderer: any): (_a: any, params: any) => any;
39
- export function isTransformTreeType(config: any): boolean;
40
- export function isRichContent(content: any): boolean;
41
- export function parseRichContent(richContent: any): any;
42
- export function parseMergeField(row: any, column: any): any;
43
- export function isCompatibleColumn(field: any): any;
44
- export {};
@@ -1,36 +0,0 @@
1
- export const __esModule: true;
2
- declare const _default: vue_1.DefineComponent<{
3
- form: {
4
- type: ObjectConstructor;
5
- default: () => void;
6
- };
7
- item: {
8
- type: ObjectConstructor;
9
- default: () => void;
10
- };
11
- isLock: {
12
- type: BooleanConstructor;
13
- default: boolean;
14
- };
15
- }, () => any, any, {}, {}, vue_1.ComponentOptionsMixin, vue_1.ComponentOptionsMixin, "scaleChange"[], "scaleChange", vue_1.VNodeProps & vue_1.AllowedComponentProps & vue_1.ComponentCustomProps, Readonly<vue_1.ExtractPropTypes<{
16
- form: {
17
- type: ObjectConstructor;
18
- default: () => void;
19
- };
20
- item: {
21
- type: ObjectConstructor;
22
- default: () => void;
23
- };
24
- isLock: {
25
- type: BooleanConstructor;
26
- default: boolean;
27
- };
28
- }>> & {
29
- onScaleChange?: ((...args: any[]) => any) | undefined;
30
- }, {
31
- item: Record<string, any>;
32
- isLock: boolean;
33
- form: Record<string, any>;
34
- }>;
35
- export default _default;
36
- import vue_1 = require("vue");
@@ -1,36 +0,0 @@
1
- export const __esModule: true;
2
- declare const _default: vue_1.DefineComponent<{
3
- form: {
4
- type: ObjectConstructor;
5
- default: () => {};
6
- };
7
- item: {
8
- type: ObjectConstructor;
9
- default: () => {};
10
- };
11
- isLock: {
12
- type: BooleanConstructor;
13
- default: boolean;
14
- };
15
- }, () => any, any, {}, {}, vue_1.ComponentOptionsMixin, vue_1.ComponentOptionsMixin, "scaleChange"[], "scaleChange", vue_1.VNodeProps & vue_1.AllowedComponentProps & vue_1.ComponentCustomProps, Readonly<vue_1.ExtractPropTypes<{
16
- form: {
17
- type: ObjectConstructor;
18
- default: () => {};
19
- };
20
- item: {
21
- type: ObjectConstructor;
22
- default: () => {};
23
- };
24
- isLock: {
25
- type: BooleanConstructor;
26
- default: boolean;
27
- };
28
- }>> & {
29
- onScaleChange?: ((...args: any[]) => any) | undefined;
30
- }, {
31
- item: Record<string, any>;
32
- isLock: boolean;
33
- form: Record<string, any>;
34
- }>;
35
- export default _default;
36
- import vue_1 = require("vue");
@@ -1,82 +0,0 @@
1
- export const __esModule: true;
2
- declare const _default: vue_1.DefineComponent<{
3
- title: {
4
- type: (StringConstructor | FunctionConstructor)[];
5
- default: string;
6
- };
7
- changeSize: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- closable: {
12
- type: BooleanConstructor;
13
- default: boolean;
14
- };
15
- modalWidth: {
16
- type: StringConstructor;
17
- default: string;
18
- };
19
- modalHeight: {
20
- type: StringConstructor;
21
- default: string;
22
- };
23
- handleOk: {
24
- type: FunctionConstructor;
25
- default: () => {};
26
- };
27
- cancel: {
28
- type: FunctionConstructor;
29
- default: () => {};
30
- };
31
- visible: {
32
- type: BooleanConstructor;
33
- default: boolean;
34
- };
35
- }, () => any, any, {}, {}, vue_1.ComponentOptionsMixin, vue_1.ComponentOptionsMixin, ("update:visible" | "onClose")[], "onClose" | "update:visible", vue_1.VNodeProps & vue_1.AllowedComponentProps & vue_1.ComponentCustomProps, Readonly<vue_1.ExtractPropTypes<{
36
- title: {
37
- type: (StringConstructor | FunctionConstructor)[];
38
- default: string;
39
- };
40
- changeSize: {
41
- type: BooleanConstructor;
42
- default: boolean;
43
- };
44
- closable: {
45
- type: BooleanConstructor;
46
- default: boolean;
47
- };
48
- modalWidth: {
49
- type: StringConstructor;
50
- default: string;
51
- };
52
- modalHeight: {
53
- type: StringConstructor;
54
- default: string;
55
- };
56
- handleOk: {
57
- type: FunctionConstructor;
58
- default: () => {};
59
- };
60
- cancel: {
61
- type: FunctionConstructor;
62
- default: () => {};
63
- };
64
- visible: {
65
- type: BooleanConstructor;
66
- default: boolean;
67
- };
68
- }>> & {
69
- "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
70
- onOnClose?: ((...args: any[]) => any) | undefined;
71
- }, {
72
- closable: boolean;
73
- title: string | Function;
74
- visible: boolean;
75
- modalWidth: string;
76
- modalHeight: string;
77
- handleOk: Function;
78
- changeSize: boolean;
79
- cancel: Function;
80
- }>;
81
- export default _default;
82
- import vue_1 = require("vue");
@@ -1,57 +0,0 @@
1
- export const __esModule: true;
2
- export const SearchMenu: vue_1.DefineComponent<{
3
- childKey: {
4
- type: StringConstructor;
5
- default: string;
6
- };
7
- options: {
8
- type: ArrayConstructor;
9
- default: () => never[];
10
- };
11
- labelKey: {
12
- type: StringConstructor;
13
- default: string;
14
- };
15
- valueKey: {
16
- type: StringConstructor;
17
- default: string;
18
- };
19
- currentNode: {
20
- type: ObjectConstructor;
21
- };
22
- cursorNode: {
23
- type: ObjectConstructor;
24
- };
25
- }, () => any, any, {}, {}, vue_1.ComponentOptionsMixin, vue_1.ComponentOptionsMixin, ("nodeClick" | "changeCursor")[], "nodeClick" | "changeCursor", vue_1.VNodeProps & vue_1.AllowedComponentProps & vue_1.ComponentCustomProps, Readonly<vue_1.ExtractPropTypes<{
26
- childKey: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- options: {
31
- type: ArrayConstructor;
32
- default: () => never[];
33
- };
34
- labelKey: {
35
- type: StringConstructor;
36
- default: string;
37
- };
38
- valueKey: {
39
- type: StringConstructor;
40
- default: string;
41
- };
42
- currentNode: {
43
- type: ObjectConstructor;
44
- };
45
- cursorNode: {
46
- type: ObjectConstructor;
47
- };
48
- }>> & {
49
- onNodeClick?: ((...args: any[]) => any) | undefined;
50
- onChangeCursor?: ((...args: any[]) => any) | undefined;
51
- }, {
52
- options: unknown[];
53
- valueKey: string;
54
- childKey: string;
55
- labelKey: string;
56
- }>;
57
- import vue_1 = require("vue");
@@ -1,57 +0,0 @@
1
- export const __esModule: true;
2
- export const SearchMenu: vue_1.DefineComponent<{
3
- childKey: {
4
- type: StringConstructor;
5
- default: string;
6
- };
7
- options: {
8
- type: ArrayConstructor;
9
- default: () => never[];
10
- };
11
- labelKey: {
12
- type: StringConstructor;
13
- default: string;
14
- };
15
- valueKey: {
16
- type: StringConstructor;
17
- default: string;
18
- };
19
- currentNode: {
20
- type: ObjectConstructor;
21
- };
22
- cursorNode: {
23
- type: ObjectConstructor;
24
- };
25
- }, () => any, any, {}, {}, vue_1.ComponentOptionsMixin, vue_1.ComponentOptionsMixin, ("nodeClick" | "changeCursor")[], "nodeClick" | "changeCursor", vue_1.VNodeProps & vue_1.AllowedComponentProps & vue_1.ComponentCustomProps, Readonly<vue_1.ExtractPropTypes<{
26
- childKey: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- options: {
31
- type: ArrayConstructor;
32
- default: () => never[];
33
- };
34
- labelKey: {
35
- type: StringConstructor;
36
- default: string;
37
- };
38
- valueKey: {
39
- type: StringConstructor;
40
- default: string;
41
- };
42
- currentNode: {
43
- type: ObjectConstructor;
44
- };
45
- cursorNode: {
46
- type: ObjectConstructor;
47
- };
48
- }>> & {
49
- onNodeClick?: ((...args: any[]) => any) | undefined;
50
- onChangeCursor?: ((...args: any[]) => any) | undefined;
51
- }, {
52
- options: unknown[];
53
- valueKey: string;
54
- childKey: string;
55
- labelKey: string;
56
- }>;
57
- import vue_1 = require("vue");
@@ -1,86 +0,0 @@
1
- declare const draggableComponent: import('vue').DefineComponent<
2
- {
3
- list: {
4
- type: ArrayConstructor;
5
- required: boolean;
6
- default: any;
7
- };
8
- modelValue: {
9
- type: ArrayConstructor;
10
- required: boolean;
11
- default: any;
12
- };
13
- itemKey: {
14
- type: (FunctionConstructor | StringConstructor)[];
15
- required: boolean;
16
- };
17
- clone: {
18
- type: FunctionConstructor;
19
- default: (original: any) => any;
20
- };
21
- tag: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
- move: {
26
- type: FunctionConstructor;
27
- default: any;
28
- };
29
- componentData: {
30
- type: ObjectConstructor;
31
- required: boolean;
32
- default: any;
33
- };
34
- },
35
- unknown,
36
- {
37
- error: boolean;
38
- },
39
- {
40
- realList(): any;
41
- getKey(): any;
42
- },
43
- {
44
- getUnderlyingVm(domElement: any): any;
45
- getUnderlyingPotencialDraggableComponent(htmElement: any): any;
46
- emitChanges(evt: any): void;
47
- alterList(onList: any): void;
48
- spliceList(): void;
49
- updatePosition(oldIndex: any, newIndex: any): void;
50
- getRelatedContextFromMoveEvent({ to, related }: { to: any; related: any }): any;
51
- getVmIndexFromDomIndex(domIndex: any): any;
52
- onDragStart(evt: any): void;
53
- onDragAdd(evt: any): void;
54
- onDragRemove(evt: any): void;
55
- onDragUpdate(evt: any): void;
56
- computeFutureIndex(relatedContext: any, evt: any): any;
57
- onDragMove(evt: any, originalEvent: any): any;
58
- onDragEnd(): void;
59
- },
60
- import('vue').ComponentOptionsMixin,
61
- import('vue').ComponentOptionsMixin,
62
- any[],
63
- any,
64
- import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps,
65
- Readonly<
66
- {
67
- move: Function;
68
- tag: string;
69
- clone: Function;
70
- list: unknown[];
71
- modelValue: unknown[];
72
- componentData: Record<string, any>;
73
- } & {
74
- itemKey?: string | Function;
75
- }
76
- >,
77
- {
78
- move: Function;
79
- tag: string;
80
- clone: Function;
81
- list: unknown[];
82
- modelValue: unknown[];
83
- componentData: Record<string, any>;
84
- }
85
- >;
86
- export default draggableComponent;