@shjjs/visual-ui 1.0.35 → 1.0.36

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 (203) hide show
  1. package/es/commons/core/useChart.mjs +1 -1
  2. package/es/components/chart/commons/components/common-chart/index.vue.mjs +1 -1
  3. package/es/components/chart/commons/components/common-chart-map/index.vue.mjs +1 -1
  4. package/es/components/chart/commons/hooks/useChart.mjs +1 -1
  5. package/es/components/chart/src/map/bmap-basic/index.vue.d.ts +6 -2
  6. package/es/components/chart-other-candlestick-basic/index.vue.mjs +1 -1
  7. package/es/components/chart-other-candlestick-demo/index.vue.mjs +1 -1
  8. package/es/components/chart-other-candlestick-shanghai/index.vue.mjs +1 -1
  9. package/es/components/chart-other-circular-graph/index.vue.mjs +1 -1
  10. package/es/components/chart-other-force/index.vue.mjs +1 -1
  11. package/es/components/chart-other-force2/index.vue.mjs +1 -1
  12. package/es/components/chart-other-funnel/index.vue.mjs +1 -1
  13. package/es/components/chart-other-funnel-contrast/index.vue.mjs +1 -1
  14. package/es/components/chart-other-funnel-split/index.vue.mjs +1 -1
  15. package/es/components/chart-other-funnel2/index.vue.mjs +1 -1
  16. package/es/components/chart-other-gauge/index.vue.mjs +1 -1
  17. package/es/components/chart-other-gauge-grade/index.vue.mjs +1 -1
  18. package/es/components/chart-other-gauge-stage/index.vue.mjs +1 -1
  19. package/es/components/chart-other-graph-basic/index.vue.mjs +1 -1
  20. package/es/components/chart-other-graph-basic2/index.vue.mjs +1 -1
  21. package/es/components/chart-other-graph-calendar/index.vue.mjs +1 -1
  22. package/es/components/chart-other-grid-percentage/index.vue.mjs +1 -1
  23. package/es/components/chart-other-heatmap/index.vue.mjs +1 -1
  24. package/es/components/chart-other-label-gauge/index.vue.mjs +1 -1
  25. package/es/components/chart-other-liquidfill/index.vue.mjs +1 -1
  26. package/es/components/chart-other-parallel-basic/index.vue.mjs +1 -1
  27. package/es/components/chart-other-parallel-mul/index.vue.mjs +1 -1
  28. package/es/components/chart-other-radar/index.vue.mjs +1 -1
  29. package/es/components/chart-other-radar-stack/index.vue.mjs +1 -1
  30. package/es/components/chart-other-sunburst-basic/index.vue.mjs +1 -1
  31. package/es/components/chart-other-sunburst-basic2/index.vue.mjs +1 -1
  32. package/es/components/chart-other-sunburst-basic3/index.vue.mjs +1 -1
  33. package/es/components/chart-other-sunburst-basic4/index.vue.mjs +1 -1
  34. package/es/components/chart-other-sunburst-book/index.vue.mjs +1 -1
  35. package/es/components/chart-other-sunburst-flavors/index.vue.mjs +1 -1
  36. package/es/components/chart-other-sunburst-radius/index.vue.mjs +1 -1
  37. package/es/components/chart-other-theme-river/index.vue.mjs +1 -1
  38. package/es/components/chart-other-tree/index.vue.mjs +1 -1
  39. package/es/components/chart-other-tree-line/index.vue.mjs +1 -1
  40. package/es/components/chart-other-treemap/index.vue.mjs +1 -1
  41. package/es/components/chart-other-treemap-basic/index.vue.mjs +1 -1
  42. package/es/components/chart-other-word-cloud/index.vue.mjs +1 -1
  43. package/es/components/commons-echarts/compileAndRunEcharts.mjs +1 -1
  44. package/es/components/commons-loop-iterator/index.vue.mjs +2 -2
  45. package/es/components/commons-loop-iterator/index.vue2.mjs +1 -1
  46. package/es/components/commons-product-model/index.vue.mjs +2 -2
  47. package/es/components/commons-product-model/index.vue2.mjs +1 -1
  48. package/es/components/commons-three-loader/index.vue.mjs +2 -2
  49. package/es/components/commons-three-loader/index.vue2.mjs +1 -1
  50. package/es/components/commons-three-loader3/index.vue.mjs +2 -2
  51. package/es/components/commons-three-loader3/index.vue2.mjs +1 -1
  52. package/es/components/commons-weather/index.vue.mjs +1 -1
  53. package/es/components/commons-weather/index.vue2.mjs +1 -1
  54. package/es/components/commons-weather-dynamic/index.vue.mjs +1 -1
  55. package/es/components/commons-weather-dynamic/index.vue2.mjs +1 -1
  56. package/es/components/index.d.ts +112 -111
  57. package/es/components/index.mjs +362 -360
  58. package/es/components/interaction/button/index.vue.mjs +1 -1
  59. package/es/components/interaction/button/index.vue2.mjs +54 -54
  60. package/es/components/interaction/date-picker/components/common-date-picker/index.vue.mjs +2 -2
  61. package/es/components/interaction/date-picker/components/common-date-picker/index.vue2.mjs +26 -26
  62. package/es/components/interaction/date-picker/src/date-picker/index.d.ts +211 -211
  63. package/es/components/interaction/date-picker/src/date-picker/index.vue.d.ts +211 -211
  64. package/es/components/interaction/date-picker/src/date-picker-range/index.d.ts +211 -211
  65. package/es/components/interaction/date-picker/src/date-picker-range/index.vue.d.ts +211 -211
  66. package/es/components/interaction/tabs/index.vue.mjs +1 -1
  67. package/es/components/interaction/tabs-icon/index.vue.mjs +1 -1
  68. package/es/components/interaction-input/index.vue.mjs +2 -2
  69. package/es/components/interaction-input/index.vue2.mjs +1 -1
  70. package/es/components/interaction-select/index.vue.mjs +1 -1
  71. package/es/components/interaction-select/index.vue2.mjs +1 -1
  72. package/es/components/interaction-slider/index.vue.mjs +2 -2
  73. package/es/components/interaction-slider/index.vue2.mjs +24 -24
  74. package/es/components/interaction-switch/index.vue.mjs +1 -1
  75. package/es/components/interaction-switch/index.vue2.mjs +10 -10
  76. package/es/components/interaction-tabs/index.vue.mjs +2 -2
  77. package/es/components/interaction-tabs/index.vue2.mjs +1 -1
  78. package/es/components/interaction-tabs2/index.vue.mjs +2 -2
  79. package/es/components/interaction-tabs2/index.vue2.mjs +1 -1
  80. package/es/components/map-earth-basic/index.vue.mjs +1 -1
  81. package/es/components/map-earth-cool-tech/index.vue.d.ts +4 -2
  82. package/es/components/map-earth-cool-tech/index.vue.mjs +1 -1
  83. package/es/components/map-earth-fly-line/index.vue.mjs +1 -1
  84. package/es/components/map-earth-hacker/index.vue.mjs +1 -1
  85. package/es/components/map-earth-particle/index.vue.mjs +1 -1
  86. package/es/components/media-audio/index.vue.mjs +2 -2
  87. package/es/components/media-audio/index.vue2.mjs +5 -5
  88. package/es/components/media-audio-dynamic/index.vue.mjs +1 -1
  89. package/es/components/media-audio-dynamic/index.vue2.mjs +22 -22
  90. package/es/components/media-flv/index.vue.mjs +1 -1
  91. package/es/components/media-iframe/index.vue.mjs +2 -2
  92. package/es/components/media-iframe/index.vue2.mjs +1 -1
  93. package/es/components/media-iframe-dynamic/index.d.ts +51 -0
  94. package/es/components/media-iframe-dynamic/index.mjs +7 -0
  95. package/es/components/media-iframe-dynamic/index.vue.d.ts +51 -0
  96. package/es/components/media-iframe-dynamic/index.vue.mjs +7 -0
  97. package/es/components/media-iframe-dynamic/index.vue2.mjs +76 -0
  98. package/es/components/media-image-dynamic/index.vue.mjs +2 -2
  99. package/es/components/media-image-dynamic/index.vue2.mjs +1 -1
  100. package/es/components/media-m3u8/index.vue.mjs +1 -1
  101. package/es/components/media-m3u8-dynamic/index.vue.mjs +1 -1
  102. package/es/components/media-video/index.vue.mjs +2 -2
  103. package/es/components/media-video/index.vue2.mjs +1 -1
  104. package/es/components/media-video-dynamic/index.vue.mjs +2 -2
  105. package/es/components/media-video-dynamic/index.vue2.mjs +1 -1
  106. package/es/components/scene-amap2d/index.vue.mjs +2 -2
  107. package/es/components/scene-amap2d/index.vue2.mjs +2 -2
  108. package/es/components/scene-amap3d/index.vue.mjs +2 -2
  109. package/es/components/scene-amap3d/index.vue2.mjs +2 -2
  110. package/es/components/scene-default/index.vue.mjs +1 -1
  111. package/es/components/scene-default/index.vue2.mjs +1 -1
  112. package/es/components/scene-map3d/index.vue.mjs +1 -1
  113. package/es/components/scene-map3d/index.vue2.mjs +1 -1
  114. package/es/components/scene-ue-iframe/index.vue.mjs +2 -2
  115. package/es/components/scene-ue-iframe/index.vue2.mjs +1 -1
  116. package/es/components/scene-ue-shj/index.vue.mjs +2 -2
  117. package/es/components/scene-ue-shj/index.vue2.mjs +1 -1
  118. package/es/components/scene-unity-iframe/index.vue.mjs +1 -1
  119. package/es/components/scene-unity-iframe/index.vue2.mjs +1 -1
  120. package/es/components/scene-unity-webgl/index.vue.mjs +1 -1
  121. package/es/components/scene-unity-webgl/index.vue2.mjs +1 -1
  122. package/es/components/scene-vr/index.vue.mjs +2 -2
  123. package/es/components/scene-vr/index.vue2.mjs +33 -33
  124. package/es/components/text/list/index.vue.mjs +1 -1
  125. package/es/components/text-count-down/index.vue.mjs +1 -1
  126. package/es/components/text-count-down/index.vue2.mjs +1 -1
  127. package/es/components/text-over-number/index.vue.mjs +1 -1
  128. package/es/components/text-over-number/index.vue2.mjs +1 -1
  129. package/es/components/text-real-time/index.vue.mjs +2 -2
  130. package/es/components/text-real-time/index.vue2.mjs +1 -1
  131. package/es/components/text-row-scroll/index.vue.mjs +2 -2
  132. package/es/components/text-row-scroll/index.vue2.mjs +39 -39
  133. package/es/components/text-table-basic/index.vue.mjs +2 -2
  134. package/es/components/text-table-basic/index.vue2.mjs +31 -31
  135. package/es/components/text-table-scroll/index.vue.mjs +2 -2
  136. package/es/components/text-table-scroll/index.vue2.mjs +34 -34
  137. package/es/components/text-text-dynamic/index.vue.mjs +2 -2
  138. package/es/components/text-text-dynamic/index.vue2.mjs +1 -1
  139. package/es/index.mjs +372 -370
  140. package/es/widgets.css +1 -1
  141. package/package.json +1 -1
  142. package/es/commons/plugins/datasource/index.d.ts +0 -73
  143. package/es/commons/plugins/datasource/index.mjs +0 -214
  144. package/es/commons/plugins/datasource/sources/api.d.ts +0 -1
  145. package/es/commons/plugins/datasource/sources/api.mjs +0 -32
  146. package/es/commons/plugins/datasource/sources/static.d.ts +0 -1
  147. package/es/commons/plugins/datasource/sources/static.mjs +0 -17
  148. package/es/commons/plugins/datasource/sources/storage.d.ts +0 -1
  149. package/es/commons/plugins/datasource/sources/storage.mjs +0 -28
  150. package/es/commons/plugins/datasource/sources/url.d.ts +0 -1
  151. package/es/commons/plugins/datasource/sources/url.mjs +0 -17
  152. package/es/commons/plugins/datasource/sources/variable.d.ts +0 -1
  153. package/es/commons/plugins/datasource/sources/variable.mjs +0 -17
  154. package/es/commons/plugins/datasource/sources/ws.d.ts +0 -32
  155. package/es/commons/plugins/datasource/sources/ws.mjs +0 -139
  156. package/es/commons/plugins/datasource/utils/axios.d.ts +0 -70
  157. package/es/commons/plugins/datasource/utils/axios.mjs +0 -134
  158. package/es/commons/plugins/datasource/utils/request.d.ts +0 -3
  159. package/es/commons/plugins/datasource/utils/request.mjs +0 -5
  160. package/es/commons/plugins/datasource/utils/utils.d.ts +0 -115
  161. package/es/commons/plugins/datasource/utils/utils.mjs +0 -229
  162. package/es/commons/plugins/datasource/utils/wsManager.d.ts +0 -16
  163. package/es/commons/plugins/datasource/utils/wsManager.mjs +0 -78
  164. package/es/commons/plugins/event/actions/fullScreenAction.d.ts +0 -8
  165. package/es/commons/plugins/event/actions/fullScreenAction.mjs +0 -8
  166. package/es/commons/plugins/event/actions/invokeAction.d.ts +0 -8
  167. package/es/commons/plugins/event/actions/invokeAction.mjs +0 -11
  168. package/es/commons/plugins/event/actions/linkAction.d.ts +0 -8
  169. package/es/commons/plugins/event/actions/linkAction.mjs +0 -8
  170. package/es/commons/plugins/event/actions/moveAction.d.ts +0 -8
  171. package/es/commons/plugins/event/actions/moveAction.mjs +0 -15
  172. package/es/commons/plugins/event/actions/refreshVariableAction.d.ts +0 -7
  173. package/es/commons/plugins/event/actions/refreshVariableAction.mjs +0 -18
  174. package/es/commons/plugins/event/actions/rotateAction.d.ts +0 -8
  175. package/es/commons/plugins/event/actions/rotateAction.mjs +0 -19
  176. package/es/commons/plugins/event/actions/scaleAction.d.ts +0 -8
  177. package/es/commons/plugins/event/actions/scaleAction.mjs +0 -24
  178. package/es/commons/plugins/event/actions/sendApiAction.d.ts +0 -8
  179. package/es/commons/plugins/event/actions/sendApiAction.mjs +0 -16
  180. package/es/commons/plugins/event/actions/ueCommonsWebscoketAction.d.ts +0 -7
  181. package/es/commons/plugins/event/actions/ueCommonsWebscoketAction.mjs +0 -31
  182. package/es/commons/plugins/event/actions/ueShjExecMethodAction.d.ts +0 -7
  183. package/es/commons/plugins/event/actions/ueShjExecMethodAction.mjs +0 -31
  184. package/es/commons/plugins/event/actions/unityIframeExecMethodAction.d.ts +0 -7
  185. package/es/commons/plugins/event/actions/unityIframeExecMethodAction.mjs +0 -28
  186. package/es/commons/plugins/event/actions/unityWebglExecMethodAction.d.ts +0 -7
  187. package/es/commons/plugins/event/actions/unityWebglExecMethodAction.mjs +0 -28
  188. package/es/commons/plugins/event/actions/updatePageAction.d.ts +0 -8
  189. package/es/commons/plugins/event/actions/updatePageAction.mjs +0 -6
  190. package/es/commons/plugins/event/actions/updateVariableAction.d.ts +0 -7
  191. package/es/commons/plugins/event/actions/updateVariableAction.mjs +0 -25
  192. package/es/commons/plugins/event/actions/updateWidgetAction.d.ts +0 -7
  193. package/es/commons/plugins/event/actions/updateWidgetAction.mjs +0 -14
  194. package/es/commons/plugins/event/actions/vrSceneMethodAction.d.ts +0 -7
  195. package/es/commons/plugins/event/actions/vrSceneMethodAction.mjs +0 -12
  196. package/es/commons/plugins/event/index.d.ts +0 -206
  197. package/es/commons/plugins/event/index.mjs +0 -161
  198. package/es/commons/plugins/event/utils/utils.d.ts +0 -22
  199. package/es/commons/plugins/event/utils/utils.mjs +0 -50
  200. package/es/commons/utils/componentRefs.d.ts +0 -28
  201. package/es/commons/utils/componentRefs.mjs +0 -37
  202. package/es/commons/utils/getNextElement.d.ts +0 -7
  203. package/es/commons/utils/getNextElement.mjs +0 -12
@@ -1,211 +1,211 @@
1
- export declare const ShjDatePicker: import("../../../../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
2
- basicOption: {
3
- type: any;
4
- required: true;
5
- };
6
- sources: {
7
- type: ArrayConstructor;
8
- required: true;
9
- };
10
- useEvents: {
11
- type: ArrayConstructor;
12
- required: true;
13
- };
14
- uuid: {
15
- type: StringConstructor;
16
- required: true;
17
- };
18
- }, {
19
- componentRef: import("vue").Ref<any>;
20
- CommonDatePicker: import("vue").DefineComponent<{
21
- option: {
22
- type: any;
23
- required: true;
24
- };
25
- sources: {
26
- type: ArrayConstructor;
27
- required: true;
28
- };
29
- useEvents: {
30
- type: ArrayConstructor;
31
- required: true;
32
- };
33
- uuid: {
34
- type: StringConstructor;
35
- required: true;
36
- };
37
- }, {
38
- props: any;
39
- emits: (event: "on-change", ...args: any[]) => void;
40
- dateValue: import("vue").Ref<any>;
41
- refreshKey: import("vue").Ref<string>;
42
- initView: () => string;
43
- initSourceData: () => void;
44
- handleDate: (modelData: any) => void;
45
- handleSetDate: (type: "today" | "yesterday" | "before-yesterday") => void;
46
- handleSetRangeDate: (type: "week" | "today" | "yesterday" | "before-yesterday" | "last-7" | "last-15" | "last-30" | "last-365" | "month" | "last-month") => void;
47
- readonly VueDatePicker: {
48
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
49
- onBlur?: (...args: any[]) => any;
50
- onFocus?: (...args: any[]) => any;
51
- onOpen?: (...args: any[]) => any;
52
- onClosed?: (...args: any[]) => any;
53
- "onUpdate:model-value"?: (...args: any[]) => any;
54
- "onUpdate:model-timezone-value"?: (...args: any[]) => any;
55
- "onText-submit"?: (...args: any[]) => any;
56
- onCleared?: (...args: any[]) => any;
57
- "onInternal-model-change"?: (...args: any[]) => any;
58
- "onRecalculate-position"?: (...args: any[]) => any;
59
- "onFlow-step"?: (...args: any[]) => any;
60
- "onUpdate-month-year"?: (...args: any[]) => any;
61
- "onInvalid-select"?: (...args: any[]) => any;
62
- "onTooltip-open"?: (...args: any[]) => any;
63
- "onTooltip-close"?: (...args: any[]) => any;
64
- "onInvalid-fixed-range"?: (...args: any[]) => any;
65
- "onTime-picker-open"?: (...args: any[]) => any;
66
- "onTime-picker-close"?: (...args: any[]) => any;
67
- "onAm-pm-change"?: (...args: any[]) => any;
68
- "onRange-start"?: (...args: any[]) => any;
69
- "onRange-end"?: (...args: any[]) => any;
70
- "onDate-update"?: (...args: any[]) => any;
71
- "onInvalid-date"?: (...args: any[]) => any;
72
- "onOverlay-toggle"?: (...args: any[]) => any;
73
- "onText-input"?: (...args: any[]) => any;
74
- }, {}, {}, import("vue").ComputedOptions, import("@vuepic/vue-datepicker").PublicMethods, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("@vuepic/vue-datepicker").EmitEvents[], import("@vuepic/vue-datepicker").VueDatePickerProps & (Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
75
- onBlur?: (...args: any[]) => any;
76
- onFocus?: (...args: any[]) => any;
77
- onOpen?: (...args: any[]) => any;
78
- onClosed?: (...args: any[]) => any;
79
- "onUpdate:model-value"?: (...args: any[]) => any;
80
- "onUpdate:model-timezone-value"?: (...args: any[]) => any;
81
- "onText-submit"?: (...args: any[]) => any;
82
- onCleared?: (...args: any[]) => any;
83
- "onInternal-model-change"?: (...args: any[]) => any;
84
- "onRecalculate-position"?: (...args: any[]) => any;
85
- "onFlow-step"?: (...args: any[]) => any;
86
- "onUpdate-month-year"?: (...args: any[]) => any;
87
- "onInvalid-select"?: (...args: any[]) => any;
88
- "onTooltip-open"?: (...args: any[]) => any;
89
- "onTooltip-close"?: (...args: any[]) => any;
90
- "onInvalid-fixed-range"?: (...args: any[]) => any;
91
- "onTime-picker-open"?: (...args: any[]) => any;
92
- "onTime-picker-close"?: (...args: any[]) => any;
93
- "onAm-pm-change"?: (...args: any[]) => any;
94
- "onRange-start"?: (...args: any[]) => any;
95
- "onRange-end"?: (...args: any[]) => any;
96
- "onDate-update"?: (...args: any[]) => any;
97
- "onInvalid-date"?: (...args: any[]) => any;
98
- "onOverlay-toggle"?: (...args: any[]) => any;
99
- "onText-input"?: (...args: any[]) => any;
100
- }), {
101
- [x: number]: string;
102
- } | {}, true, {}, {}, {
103
- P: {};
104
- B: {};
105
- D: {};
106
- C: {};
107
- M: {};
108
- Defaults: {};
109
- }, {} & (Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
110
- onBlur?: (...args: any[]) => any;
111
- onFocus?: (...args: any[]) => any;
112
- onOpen?: (...args: any[]) => any;
113
- onClosed?: (...args: any[]) => any;
114
- "onUpdate:model-value"?: (...args: any[]) => any;
115
- "onUpdate:model-timezone-value"?: (...args: any[]) => any;
116
- "onText-submit"?: (...args: any[]) => any;
117
- onCleared?: (...args: any[]) => any;
118
- "onInternal-model-change"?: (...args: any[]) => any;
119
- "onRecalculate-position"?: (...args: any[]) => any;
120
- "onFlow-step"?: (...args: any[]) => any;
121
- "onUpdate-month-year"?: (...args: any[]) => any;
122
- "onInvalid-select"?: (...args: any[]) => any;
123
- "onTooltip-open"?: (...args: any[]) => any;
124
- "onTooltip-close"?: (...args: any[]) => any;
125
- "onInvalid-fixed-range"?: (...args: any[]) => any;
126
- "onTime-picker-open"?: (...args: any[]) => any;
127
- "onTime-picker-close"?: (...args: any[]) => any;
128
- "onAm-pm-change"?: (...args: any[]) => any;
129
- "onRange-start"?: (...args: any[]) => any;
130
- "onRange-end"?: (...args: any[]) => any;
131
- "onDate-update"?: (...args: any[]) => any;
132
- "onInvalid-date"?: (...args: any[]) => any;
133
- "onOverlay-toggle"?: (...args: any[]) => any;
134
- "onText-input"?: (...args: any[]) => any;
135
- }), {}, {}, import("vue").ComputedOptions, import("@vuepic/vue-datepicker").PublicMethods, {
136
- [x: number]: string;
137
- } | {}>;
138
- __isFragment?: never;
139
- __isTeleport?: never;
140
- __isSuspense?: never;
141
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
142
- onBlur?: (...args: any[]) => any;
143
- onFocus?: (...args: any[]) => any;
144
- onOpen?: (...args: any[]) => any;
145
- onClosed?: (...args: any[]) => any;
146
- "onUpdate:model-value"?: (...args: any[]) => any;
147
- "onUpdate:model-timezone-value"?: (...args: any[]) => any;
148
- "onText-submit"?: (...args: any[]) => any;
149
- onCleared?: (...args: any[]) => any;
150
- "onInternal-model-change"?: (...args: any[]) => any;
151
- "onRecalculate-position"?: (...args: any[]) => any;
152
- "onFlow-step"?: (...args: any[]) => any;
153
- "onUpdate-month-year"?: (...args: any[]) => any;
154
- "onInvalid-select"?: (...args: any[]) => any;
155
- "onTooltip-open"?: (...args: any[]) => any;
156
- "onTooltip-close"?: (...args: any[]) => any;
157
- "onInvalid-fixed-range"?: (...args: any[]) => any;
158
- "onTime-picker-open"?: (...args: any[]) => any;
159
- "onTime-picker-close"?: (...args: any[]) => any;
160
- "onAm-pm-change"?: (...args: any[]) => any;
161
- "onRange-start"?: (...args: any[]) => any;
162
- "onRange-end"?: (...args: any[]) => any;
163
- "onDate-update"?: (...args: any[]) => any;
164
- "onInvalid-date"?: (...args: any[]) => any;
165
- "onOverlay-toggle"?: (...args: any[]) => any;
166
- "onText-input"?: (...args: any[]) => any;
167
- }, {}, {}, import("vue").ComputedOptions, import("@vuepic/vue-datepicker").PublicMethods, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("@vuepic/vue-datepicker").EmitEvents[], import("@vuepic/vue-datepicker").EmitEvents, {
168
- [x: number]: string;
169
- } | {}, {}, string, {}> & import("@vuepic/vue-datepicker").VueDatePickerProps & (new () => {
170
- $slots: Readonly<import("@vuepic/vue-datepicker").Slots> & import("@vuepic/vue-datepicker").Slots;
171
- });
172
- readonly Utils: typeof import("../../../../../commons/utils/utils").Utils;
173
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "on-change"[], "on-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
174
- option: {
175
- type: any;
176
- required: true;
177
- };
178
- sources: {
179
- type: ArrayConstructor;
180
- required: true;
181
- };
182
- useEvents: {
183
- type: ArrayConstructor;
184
- required: true;
185
- };
186
- uuid: {
187
- type: StringConstructor;
188
- required: true;
189
- };
190
- }>> & {
191
- "onOn-change"?: (...args: any[]) => any;
192
- }, {}, {}>;
193
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
194
- basicOption: {
195
- type: any;
196
- required: true;
197
- };
198
- sources: {
199
- type: ArrayConstructor;
200
- required: true;
201
- };
202
- useEvents: {
203
- type: ArrayConstructor;
204
- required: true;
205
- };
206
- uuid: {
207
- type: StringConstructor;
208
- required: true;
209
- };
210
- }>>, {}, {}>> & Record<string, any>;
211
- export default ShjDatePicker;
1
+ export declare const ShjDatePicker: import("../../../../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
2
+ basicOption: {
3
+ type: any;
4
+ required: true;
5
+ };
6
+ sources: {
7
+ type: ArrayConstructor;
8
+ required: true;
9
+ };
10
+ useEvents: {
11
+ type: ArrayConstructor;
12
+ required: true;
13
+ };
14
+ uuid: {
15
+ type: StringConstructor;
16
+ required: true;
17
+ };
18
+ }, {
19
+ componentRef: import("vue").Ref<any>;
20
+ CommonDatePicker: import("vue").DefineComponent<{
21
+ option: {
22
+ type: any;
23
+ required: true;
24
+ };
25
+ sources: {
26
+ type: ArrayConstructor;
27
+ required: true;
28
+ };
29
+ useEvents: {
30
+ type: ArrayConstructor;
31
+ required: true;
32
+ };
33
+ uuid: {
34
+ type: StringConstructor;
35
+ required: true;
36
+ };
37
+ }, {
38
+ props: any;
39
+ emits: (event: "on-change", ...args: any[]) => void;
40
+ dateValue: import("vue").Ref<any>;
41
+ refreshKey: import("vue").Ref<string>;
42
+ initView: () => string;
43
+ initSourceData: () => void;
44
+ handleDate: (modelData: any) => void;
45
+ handleSetDate: (type: "today" | "yesterday" | "before-yesterday") => void;
46
+ handleSetRangeDate: (type: "week" | "today" | "yesterday" | "before-yesterday" | "last-7" | "last-15" | "last-30" | "last-365" | "month" | "last-month") => void;
47
+ readonly VueDatePicker: {
48
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
49
+ onBlur?: (...args: any[]) => any;
50
+ onFocus?: (...args: any[]) => any;
51
+ onOpen?: (...args: any[]) => any;
52
+ onClosed?: (...args: any[]) => any;
53
+ "onUpdate:model-value"?: (...args: any[]) => any;
54
+ "onUpdate:model-timezone-value"?: (...args: any[]) => any;
55
+ "onText-submit"?: (...args: any[]) => any;
56
+ onCleared?: (...args: any[]) => any;
57
+ "onInternal-model-change"?: (...args: any[]) => any;
58
+ "onRecalculate-position"?: (...args: any[]) => any;
59
+ "onFlow-step"?: (...args: any[]) => any;
60
+ "onUpdate-month-year"?: (...args: any[]) => any;
61
+ "onInvalid-select"?: (...args: any[]) => any;
62
+ "onTooltip-open"?: (...args: any[]) => any;
63
+ "onTooltip-close"?: (...args: any[]) => any;
64
+ "onInvalid-fixed-range"?: (...args: any[]) => any;
65
+ "onTime-picker-open"?: (...args: any[]) => any;
66
+ "onTime-picker-close"?: (...args: any[]) => any;
67
+ "onAm-pm-change"?: (...args: any[]) => any;
68
+ "onRange-start"?: (...args: any[]) => any;
69
+ "onRange-end"?: (...args: any[]) => any;
70
+ "onDate-update"?: (...args: any[]) => any;
71
+ "onInvalid-date"?: (...args: any[]) => any;
72
+ "onOverlay-toggle"?: (...args: any[]) => any;
73
+ "onText-input"?: (...args: any[]) => any;
74
+ }, {}, {}, import("vue").ComputedOptions, import("@vuepic/vue-datepicker").PublicMethods, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("@vuepic/vue-datepicker").EmitEvents[], import("@vuepic/vue-datepicker").VueDatePickerProps & (Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
75
+ onBlur?: (...args: any[]) => any;
76
+ onFocus?: (...args: any[]) => any;
77
+ onOpen?: (...args: any[]) => any;
78
+ onClosed?: (...args: any[]) => any;
79
+ "onUpdate:model-value"?: (...args: any[]) => any;
80
+ "onUpdate:model-timezone-value"?: (...args: any[]) => any;
81
+ "onText-submit"?: (...args: any[]) => any;
82
+ onCleared?: (...args: any[]) => any;
83
+ "onInternal-model-change"?: (...args: any[]) => any;
84
+ "onRecalculate-position"?: (...args: any[]) => any;
85
+ "onFlow-step"?: (...args: any[]) => any;
86
+ "onUpdate-month-year"?: (...args: any[]) => any;
87
+ "onInvalid-select"?: (...args: any[]) => any;
88
+ "onTooltip-open"?: (...args: any[]) => any;
89
+ "onTooltip-close"?: (...args: any[]) => any;
90
+ "onInvalid-fixed-range"?: (...args: any[]) => any;
91
+ "onTime-picker-open"?: (...args: any[]) => any;
92
+ "onTime-picker-close"?: (...args: any[]) => any;
93
+ "onAm-pm-change"?: (...args: any[]) => any;
94
+ "onRange-start"?: (...args: any[]) => any;
95
+ "onRange-end"?: (...args: any[]) => any;
96
+ "onDate-update"?: (...args: any[]) => any;
97
+ "onInvalid-date"?: (...args: any[]) => any;
98
+ "onOverlay-toggle"?: (...args: any[]) => any;
99
+ "onText-input"?: (...args: any[]) => any;
100
+ }), {
101
+ [x: number]: string;
102
+ } | {}, true, {}, {}, {
103
+ P: {};
104
+ B: {};
105
+ D: {};
106
+ C: {};
107
+ M: {};
108
+ Defaults: {};
109
+ }, {} & (Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
110
+ onBlur?: (...args: any[]) => any;
111
+ onFocus?: (...args: any[]) => any;
112
+ onOpen?: (...args: any[]) => any;
113
+ onClosed?: (...args: any[]) => any;
114
+ "onUpdate:model-value"?: (...args: any[]) => any;
115
+ "onUpdate:model-timezone-value"?: (...args: any[]) => any;
116
+ "onText-submit"?: (...args: any[]) => any;
117
+ onCleared?: (...args: any[]) => any;
118
+ "onInternal-model-change"?: (...args: any[]) => any;
119
+ "onRecalculate-position"?: (...args: any[]) => any;
120
+ "onFlow-step"?: (...args: any[]) => any;
121
+ "onUpdate-month-year"?: (...args: any[]) => any;
122
+ "onInvalid-select"?: (...args: any[]) => any;
123
+ "onTooltip-open"?: (...args: any[]) => any;
124
+ "onTooltip-close"?: (...args: any[]) => any;
125
+ "onInvalid-fixed-range"?: (...args: any[]) => any;
126
+ "onTime-picker-open"?: (...args: any[]) => any;
127
+ "onTime-picker-close"?: (...args: any[]) => any;
128
+ "onAm-pm-change"?: (...args: any[]) => any;
129
+ "onRange-start"?: (...args: any[]) => any;
130
+ "onRange-end"?: (...args: any[]) => any;
131
+ "onDate-update"?: (...args: any[]) => any;
132
+ "onInvalid-date"?: (...args: any[]) => any;
133
+ "onOverlay-toggle"?: (...args: any[]) => any;
134
+ "onText-input"?: (...args: any[]) => any;
135
+ }), {}, {}, import("vue").ComputedOptions, import("@vuepic/vue-datepicker").PublicMethods, {
136
+ [x: number]: string;
137
+ } | {}>;
138
+ __isFragment?: never;
139
+ __isTeleport?: never;
140
+ __isSuspense?: never;
141
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
142
+ onBlur?: (...args: any[]) => any;
143
+ onFocus?: (...args: any[]) => any;
144
+ onOpen?: (...args: any[]) => any;
145
+ onClosed?: (...args: any[]) => any;
146
+ "onUpdate:model-value"?: (...args: any[]) => any;
147
+ "onUpdate:model-timezone-value"?: (...args: any[]) => any;
148
+ "onText-submit"?: (...args: any[]) => any;
149
+ onCleared?: (...args: any[]) => any;
150
+ "onInternal-model-change"?: (...args: any[]) => any;
151
+ "onRecalculate-position"?: (...args: any[]) => any;
152
+ "onFlow-step"?: (...args: any[]) => any;
153
+ "onUpdate-month-year"?: (...args: any[]) => any;
154
+ "onInvalid-select"?: (...args: any[]) => any;
155
+ "onTooltip-open"?: (...args: any[]) => any;
156
+ "onTooltip-close"?: (...args: any[]) => any;
157
+ "onInvalid-fixed-range"?: (...args: any[]) => any;
158
+ "onTime-picker-open"?: (...args: any[]) => any;
159
+ "onTime-picker-close"?: (...args: any[]) => any;
160
+ "onAm-pm-change"?: (...args: any[]) => any;
161
+ "onRange-start"?: (...args: any[]) => any;
162
+ "onRange-end"?: (...args: any[]) => any;
163
+ "onDate-update"?: (...args: any[]) => any;
164
+ "onInvalid-date"?: (...args: any[]) => any;
165
+ "onOverlay-toggle"?: (...args: any[]) => any;
166
+ "onText-input"?: (...args: any[]) => any;
167
+ }, {}, {}, import("vue").ComputedOptions, import("@vuepic/vue-datepicker").PublicMethods, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("@vuepic/vue-datepicker").EmitEvents[], import("@vuepic/vue-datepicker").EmitEvents, {
168
+ [x: number]: string;
169
+ } | {}, {}, string, {}> & import("@vuepic/vue-datepicker").VueDatePickerProps & (new () => {
170
+ $slots: Readonly<import("@vuepic/vue-datepicker").Slots> & import("@vuepic/vue-datepicker").Slots;
171
+ });
172
+ readonly Utils: typeof import("../../../../../commons/utils/utils").Utils;
173
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "on-change"[], "on-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
174
+ option: {
175
+ type: any;
176
+ required: true;
177
+ };
178
+ sources: {
179
+ type: ArrayConstructor;
180
+ required: true;
181
+ };
182
+ useEvents: {
183
+ type: ArrayConstructor;
184
+ required: true;
185
+ };
186
+ uuid: {
187
+ type: StringConstructor;
188
+ required: true;
189
+ };
190
+ }>> & {
191
+ "onOn-change"?: (...args: any[]) => any;
192
+ }, {}, {}>;
193
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
194
+ basicOption: {
195
+ type: any;
196
+ required: true;
197
+ };
198
+ sources: {
199
+ type: ArrayConstructor;
200
+ required: true;
201
+ };
202
+ useEvents: {
203
+ type: ArrayConstructor;
204
+ required: true;
205
+ };
206
+ uuid: {
207
+ type: StringConstructor;
208
+ required: true;
209
+ };
210
+ }>>, {}, {}>> & Record<string, any>;
211
+ export default ShjDatePicker;