@baosight/er4j 0.0.7
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 +24 -0
- package/er4j-dist/ErPopFree-DkF2PbwS.js +5 -0
- package/er4j-dist/ErPopFree-DkF2PbwS.js.map +1 -0
- package/er4j-dist/ErPopQuery-I5jqN6v5.js +5 -0
- package/er4j-dist/ErPopQuery-I5jqN6v5.js.map +1 -0
- package/er4j-dist/ErPopTree-DrQaECbP.js +164 -0
- package/er4j-dist/ErPopTree-DrQaECbP.js.map +1 -0
- package/er4j-dist/er4j.css +1 -0
- package/er4j-dist/er4j.es.js +14 -0
- package/er4j-dist/er4j.es.js.map +1 -0
- package/er4j-dist/er4j.umd.js +47 -0
- package/er4j-dist/er4j.umd.js.map +1 -0
- package/er4j-dist/favicon.ico +0 -0
- package/er4j-dist/iconfont-CV-ODMQE.js +36 -0
- package/er4j-dist/iconfont-CV-ODMQE.js.map +1 -0
- package/er4j-dist/img/login/bright-background.png +0 -0
- package/er4j-dist/index-BHXVGSb6.js +22345 -0
- package/er4j-dist/index-BHXVGSb6.js.map +1 -0
- package/er4j-dist/types/assets/iconfont/iconfont.json.d.ts +796 -0
- package/er4j-dist/types/components/ErDialog/DialogBase.vue.d.ts +161 -0
- package/er4j-dist/types/components/ErDialog/ErDialog.vue.d.ts +443 -0
- package/er4j-dist/types/components/ErFormToolbar/ErFormToolbar.vue.d.ts +1192 -0
- package/er4j-dist/types/components/ErGrid/ErGrid.vue.d.ts +3952 -0
- package/er4j-dist/types/components/ErGridCellEditor/ButtonEditor.vue.d.ts +2985 -0
- package/er4j-dist/types/components/ErGridCellEditor/ColorEditor.vue.d.ts +18 -0
- package/er4j-dist/types/components/ErGridCellEditor/DatetimeEditor.vue.d.ts +6114 -0
- package/er4j-dist/types/components/ErGridCellEditor/DropdownEditor.vue.d.ts +2675 -0
- package/er4j-dist/types/components/ErGridCellEditor/LargeTextEditor.vue.d.ts +1829 -0
- package/er4j-dist/types/components/ErGridCellEditor/NumberEditor.vue.d.ts +2676 -0
- package/er4j-dist/types/components/ErGridCellEditor/TextEditor.vue.d.ts +2677 -0
- package/er4j-dist/types/components/ErGridCellRender/ButtonGroup.vue.d.ts +1887 -0
- package/er4j-dist/types/components/ErGridCellRender/ColorCell.vue.d.ts +10 -0
- package/er4j-dist/types/components/ErGridCellRender/DefaultRender.vue.d.ts +1001 -0
- package/er4j-dist/types/components/ErGridCellRender/ImagePreview.vue.d.ts +352 -0
- package/er4j-dist/types/components/ErGridCellRender/PreviewDetail.vue.d.ts +10 -0
- package/er4j-dist/types/components/ErGridCellRender/ProgressBar.vue.d.ts +17 -0
- package/er4j-dist/types/components/ErGridStatusBar/AggregationPanel.vue.d.ts +11 -0
- package/er4j-dist/types/components/ErGridStatusBar/InformationPanel.vue.d.ts +317 -0
- package/er4j-dist/types/components/ErGridStatusBar/PaginationPanel.vue.d.ts +26 -0
- package/er4j-dist/types/components/ErGridStatusBar/ToolbarPanel.vue.d.ts +1889 -0
- package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +13794 -0
- package/er4j-dist/types/components/ErMemoEditor/ErMemoEditor.vue.d.ts +2761 -0
- package/er4j-dist/types/components/ErMenuDevPlat/CustomCellRenderer.vue.d.ts +1873 -0
- package/er4j-dist/types/components/ErMenuDevPlat/ErMenuDevPlat.vue.d.ts +8913 -0
- package/er4j-dist/types/components/ErPanel/ErPanel.vue.d.ts +239 -0
- package/er4j-dist/types/components/ErPopFree/ErPopFree.vue.d.ts +1074 -0
- package/er4j-dist/types/components/ErPopQuery/ErPopQuery.vue.d.ts +1599 -0
- package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +1290 -0
- package/er4j-dist/types/components/ErSelect/ErSelect.vue.d.ts +2601 -0
- package/er4j-dist/types/components/ErTree/ErTree.vue.d.ts +1689 -0
- package/er4j-dist/types/components/ErTree/NodeRenderer.vue.d.ts +11 -0
- package/er4j-dist/types/components/ag-grid/agGridVue3.d.ts +2 -0
- package/er4j-dist/types/components/hooks/useI18n.d.ts +99 -0
- package/er4j-dist/types/index.d.ts +12 -0
- package/er4j-dist/types/locales/agGridLocale/locale.ar.d.ts +377 -0
- package/er4j-dist/types/locales/agGridLocale/locale.en.d.ts +377 -0
- package/er4j-dist/types/locales/agGridLocale/locale.id.d.ts +377 -0
- package/er4j-dist/types/locales/agGridLocale/locale.zh.d.ts +371 -0
- package/er4j-dist/types/locales/erLocale/locale.ar.d.ts +178 -0
- package/er4j-dist/types/locales/erLocale/locale.en.d.ts +178 -0
- package/er4j-dist/types/locales/erLocale/locale.id.d.ts +178 -0
- package/er4j-dist/types/locales/erLocale/locale.zh_Hans.d.ts +177 -0
- package/er4j-dist/types/locales/erLocale/locale.zh_Hant.d.ts +178 -0
- package/er4j-dist/types/locales/localeConfig.d.ts +32 -0
- package/er4j-dist/types/styles/themes/ant-design-vue-theme/index.d.ts +134 -0
- package/er4j-dist/types/type/er-type.d.ts +107 -0
- package/er4j-dist/types/utils/er.d.ts +5350 -0
- package/er4j-dist/types/utils/theme.d.ts +144 -0
- package/package.json +128 -0
- package/src/views/JA/ER/JAER01.vue +38 -0
- package/src/views/JA/ER/JAER02.vue +94 -0
|
@@ -0,0 +1,352 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
params?: any;
|
|
3
|
+
}, {
|
|
4
|
+
props: import('../../../node_modules/@vue/shared').LooseRequired<Readonly<{
|
|
5
|
+
params?: any;
|
|
6
|
+
}> & Readonly<{}> & {}>;
|
|
7
|
+
imageUrl: any;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
9
|
+
params?: any;
|
|
10
|
+
}> & Readonly<{}>, {}, {}, {
|
|
11
|
+
'a-image': {
|
|
12
|
+
new (...args: any[]): {
|
|
13
|
+
$: import('vue').ComponentInternalInstance;
|
|
14
|
+
$data: {};
|
|
15
|
+
$props: {
|
|
16
|
+
class?: any;
|
|
17
|
+
placeholder?: any;
|
|
18
|
+
inlist?: any;
|
|
19
|
+
style?: import('vue').StyleValue;
|
|
20
|
+
readonly title?: string | undefined;
|
|
21
|
+
readonly contextmenu?: string | undefined;
|
|
22
|
+
ref?: import('vue').VNodeRef | undefined;
|
|
23
|
+
key?: string | number | symbol | undefined;
|
|
24
|
+
ref_for?: boolean | undefined;
|
|
25
|
+
ref_key?: string | undefined;
|
|
26
|
+
onVnodeBeforeMount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
}>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
}>) => void)[] | undefined;
|
|
31
|
+
onVnodeMounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
}>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
34
|
+
[key: string]: any;
|
|
35
|
+
}>) => void)[] | undefined;
|
|
36
|
+
onVnodeBeforeUpdate?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
}>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
}>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
41
|
+
[key: string]: any;
|
|
42
|
+
}>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
}>) => void)[] | undefined;
|
|
45
|
+
onVnodeUpdated?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
}>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
}>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
50
|
+
[key: string]: any;
|
|
51
|
+
}>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
52
|
+
[key: string]: any;
|
|
53
|
+
}>) => void)[] | undefined;
|
|
54
|
+
onVnodeBeforeUnmount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
55
|
+
[key: string]: any;
|
|
56
|
+
}>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
}>) => void)[] | undefined;
|
|
59
|
+
onVnodeUnmounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
}>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
62
|
+
[key: string]: any;
|
|
63
|
+
}>) => void)[] | undefined;
|
|
64
|
+
readonly width?: string | number | undefined;
|
|
65
|
+
readonly height?: string | number | undefined;
|
|
66
|
+
readonly onMouseenter?: ((payload: MouseEvent) => void) | undefined;
|
|
67
|
+
readonly onMouseover?: ((payload: MouseEvent) => void) | undefined;
|
|
68
|
+
readonly onMouseleave?: ((payload: MouseEvent) => void) | undefined;
|
|
69
|
+
tabindex?: string | number | undefined;
|
|
70
|
+
readonly 'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
71
|
+
readonly onClick?: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler | undefined;
|
|
72
|
+
readonly onCopy?: ((payload: ClipboardEvent) => void) | undefined;
|
|
73
|
+
readonly onCut?: ((payload: ClipboardEvent) => void) | undefined;
|
|
74
|
+
readonly onPaste?: ((payload: ClipboardEvent) => void) | undefined;
|
|
75
|
+
readonly onCompositionend?: ((payload: CompositionEvent) => void) | undefined;
|
|
76
|
+
readonly onCompositionstart?: ((payload: CompositionEvent) => void) | undefined;
|
|
77
|
+
readonly onCompositionupdate?: ((payload: CompositionEvent) => void) | undefined;
|
|
78
|
+
readonly onDrag?: ((payload: DragEvent) => void) | undefined;
|
|
79
|
+
readonly onDragend?: ((payload: DragEvent) => void) | undefined;
|
|
80
|
+
readonly onDragenter?: ((payload: DragEvent) => void) | undefined;
|
|
81
|
+
readonly onDragexit?: ((payload: DragEvent) => void) | undefined;
|
|
82
|
+
readonly onDragleave?: ((payload: DragEvent) => void) | undefined;
|
|
83
|
+
readonly onDragover?: ((payload: DragEvent) => void) | undefined;
|
|
84
|
+
readonly onDragstart?: ((payload: DragEvent) => void) | undefined;
|
|
85
|
+
readonly onDrop?: ((payload: DragEvent) => void) | undefined;
|
|
86
|
+
readonly onFocus?: ((payload: FocusEvent) => void) | undefined;
|
|
87
|
+
readonly onFocusin?: ((payload: FocusEvent) => void) | undefined;
|
|
88
|
+
readonly onFocusout?: ((payload: FocusEvent) => void) | undefined;
|
|
89
|
+
readonly onBlur?: ((payload: FocusEvent) => void) | undefined;
|
|
90
|
+
readonly onChange?: ((payload: Event) => void) | undefined;
|
|
91
|
+
readonly onBeforeinput?: ((payload: Event) => void) | undefined;
|
|
92
|
+
readonly onInput?: ((payload: Event) => void) | undefined;
|
|
93
|
+
readonly onReset?: ((payload: Event) => void) | undefined;
|
|
94
|
+
readonly onSubmit?: ((payload: Event) => void) | undefined;
|
|
95
|
+
readonly onInvalid?: ((payload: Event) => void) | undefined;
|
|
96
|
+
readonly onLoad?: ((payload: Event) => void) | undefined;
|
|
97
|
+
readonly onError?: (OnErrorEventHandlerNonNull & ((payload: Event) => void)) | undefined;
|
|
98
|
+
readonly onKeydown?: ((payload: KeyboardEvent) => void) | undefined;
|
|
99
|
+
readonly onKeypress?: ((payload: KeyboardEvent) => void) | undefined;
|
|
100
|
+
readonly onKeyup?: ((payload: KeyboardEvent) => void) | undefined;
|
|
101
|
+
readonly onAuxclick?: ((payload: MouseEvent) => void) | undefined;
|
|
102
|
+
readonly onContextmenu?: ((payload: MouseEvent) => void) | undefined;
|
|
103
|
+
readonly onDblclick?: ((payload: MouseEvent) => void) | undefined;
|
|
104
|
+
readonly onMousedown?: ((payload: MouseEvent) => void) | undefined;
|
|
105
|
+
readonly onMousemove?: ((payload: MouseEvent) => void) | undefined;
|
|
106
|
+
readonly onMouseout?: ((payload: MouseEvent) => void) | undefined;
|
|
107
|
+
readonly onMouseup?: ((payload: MouseEvent) => void) | undefined;
|
|
108
|
+
readonly onAbort?: ((payload: Event) => void) | undefined;
|
|
109
|
+
readonly onCanplay?: ((payload: Event) => void) | undefined;
|
|
110
|
+
readonly onCanplaythrough?: ((payload: Event) => void) | undefined;
|
|
111
|
+
readonly onDurationchange?: ((payload: Event) => void) | undefined;
|
|
112
|
+
readonly onEmptied?: ((payload: Event) => void) | undefined;
|
|
113
|
+
readonly onEncrypted?: ((payload: Event) => void) | undefined;
|
|
114
|
+
readonly onEnded?: ((payload: Event) => void) | undefined;
|
|
115
|
+
readonly onLoadeddata?: ((payload: Event) => void) | undefined;
|
|
116
|
+
readonly onLoadedmetadata?: ((payload: Event) => void) | undefined;
|
|
117
|
+
readonly onLoadstart?: ((payload: Event) => void) | undefined;
|
|
118
|
+
readonly onPause?: ((payload: Event) => void) | undefined;
|
|
119
|
+
readonly onPlay?: ((payload: Event) => void) | undefined;
|
|
120
|
+
readonly onPlaying?: ((payload: Event) => void) | undefined;
|
|
121
|
+
readonly onProgress?: ((payload: Event) => void) | undefined;
|
|
122
|
+
readonly onRatechange?: ((payload: Event) => void) | undefined;
|
|
123
|
+
readonly onSeeked?: ((payload: Event) => void) | undefined;
|
|
124
|
+
readonly onSeeking?: ((payload: Event) => void) | undefined;
|
|
125
|
+
readonly onStalled?: ((payload: Event) => void) | undefined;
|
|
126
|
+
readonly onSuspend?: ((payload: Event) => void) | undefined;
|
|
127
|
+
readonly onTimeupdate?: ((payload: Event) => void) | undefined;
|
|
128
|
+
readonly onVolumechange?: ((payload: Event) => void) | undefined;
|
|
129
|
+
readonly onWaiting?: ((payload: Event) => void) | undefined;
|
|
130
|
+
readonly onSelect?: ((payload: Event) => void) | undefined;
|
|
131
|
+
readonly onScroll?: ((payload: UIEvent) => void) | undefined;
|
|
132
|
+
readonly onTouchcancel?: ((payload: TouchEvent) => void) | undefined;
|
|
133
|
+
readonly onTouchend?: ((payload: TouchEvent) => void) | undefined;
|
|
134
|
+
readonly onTouchmove?: ((payload: TouchEvent) => void) | undefined;
|
|
135
|
+
readonly onTouchstart?: ((payload: TouchEvent) => void) | undefined;
|
|
136
|
+
readonly onPointerdown?: ((payload: PointerEvent) => void) | undefined;
|
|
137
|
+
readonly onPointermove?: ((payload: PointerEvent) => void) | undefined;
|
|
138
|
+
readonly onPointerup?: ((payload: PointerEvent) => void) | undefined;
|
|
139
|
+
readonly onPointercancel?: ((payload: PointerEvent) => void) | undefined;
|
|
140
|
+
readonly onPointerenter?: ((payload: PointerEvent) => void) | undefined;
|
|
141
|
+
readonly onPointerleave?: ((payload: PointerEvent) => void) | undefined;
|
|
142
|
+
readonly onPointerover?: ((payload: PointerEvent) => void) | undefined;
|
|
143
|
+
readonly onPointerout?: ((payload: PointerEvent) => void) | undefined;
|
|
144
|
+
readonly onWheel?: ((payload: WheelEvent) => void) | undefined;
|
|
145
|
+
readonly onAnimationstart?: ((payload: AnimationEvent) => void) | undefined;
|
|
146
|
+
readonly onAnimationend?: ((payload: AnimationEvent) => void) | undefined;
|
|
147
|
+
readonly onAnimationiteration?: ((payload: AnimationEvent) => void) | undefined;
|
|
148
|
+
readonly onTransitionend?: ((payload: TransitionEvent) => void) | undefined;
|
|
149
|
+
readonly onTransitionstart?: ((payload: TransitionEvent) => void) | undefined;
|
|
150
|
+
readonly draggable?: boolean | "true" | "false" | undefined;
|
|
151
|
+
readonly hidden?: boolean | "true" | "false" | undefined;
|
|
152
|
+
readonly color?: string | undefined;
|
|
153
|
+
readonly translate?: "yes" | "no" | undefined;
|
|
154
|
+
readonly prefixCls?: string | undefined;
|
|
155
|
+
role?: string | undefined;
|
|
156
|
+
readonly id?: string | undefined;
|
|
157
|
+
readonly 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
158
|
+
readonly is?: string | undefined;
|
|
159
|
+
readonly wrapperClassName?: string | undefined;
|
|
160
|
+
readonly innerHTML?: string | undefined;
|
|
161
|
+
readonly accesskey?: string | undefined;
|
|
162
|
+
readonly contenteditable?: boolean | "true" | "false" | "inherit" | undefined;
|
|
163
|
+
readonly dir?: string | undefined;
|
|
164
|
+
readonly lang?: string | undefined;
|
|
165
|
+
readonly spellcheck?: boolean | "true" | "false" | undefined;
|
|
166
|
+
readonly radiogroup?: string | undefined;
|
|
167
|
+
readonly about?: string | undefined;
|
|
168
|
+
readonly datatype?: string | undefined;
|
|
169
|
+
readonly prefix?: string | undefined;
|
|
170
|
+
readonly property?: string | undefined;
|
|
171
|
+
readonly resource?: string | undefined;
|
|
172
|
+
readonly typeof?: string | undefined;
|
|
173
|
+
readonly vocab?: string | undefined;
|
|
174
|
+
readonly autocapitalize?: string | undefined;
|
|
175
|
+
readonly autocorrect?: string | undefined;
|
|
176
|
+
readonly autosave?: string | undefined;
|
|
177
|
+
readonly itemprop?: string | undefined;
|
|
178
|
+
readonly itemscope?: boolean | "true" | "false" | undefined;
|
|
179
|
+
readonly itemtype?: string | undefined;
|
|
180
|
+
readonly itemid?: string | undefined;
|
|
181
|
+
readonly itemref?: string | undefined;
|
|
182
|
+
readonly results?: string | number | undefined;
|
|
183
|
+
readonly security?: string | undefined;
|
|
184
|
+
readonly unselectable?: "on" | "off" | undefined;
|
|
185
|
+
readonly inputmode?: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
186
|
+
readonly 'aria-activedescendant'?: string | undefined;
|
|
187
|
+
readonly 'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
188
|
+
readonly 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
|
|
189
|
+
readonly 'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
190
|
+
readonly 'aria-colcount'?: string | number | undefined;
|
|
191
|
+
readonly 'aria-colindex'?: string | number | undefined;
|
|
192
|
+
readonly 'aria-colspan'?: string | number | undefined;
|
|
193
|
+
readonly 'aria-controls'?: string | undefined;
|
|
194
|
+
readonly 'aria-current'?: boolean | "time" | "date" | "page" | "true" | "false" | "step" | "location" | undefined;
|
|
195
|
+
readonly 'aria-describedby'?: string | undefined;
|
|
196
|
+
readonly 'aria-details'?: string | undefined;
|
|
197
|
+
readonly 'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
198
|
+
readonly 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
199
|
+
readonly 'aria-errormessage'?: string | undefined;
|
|
200
|
+
readonly 'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
201
|
+
readonly 'aria-flowto'?: string | undefined;
|
|
202
|
+
readonly 'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
203
|
+
readonly 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
204
|
+
readonly 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
205
|
+
readonly 'aria-keyshortcuts'?: string | undefined;
|
|
206
|
+
readonly 'aria-label'?: string | undefined;
|
|
207
|
+
readonly 'aria-labelledby'?: string | undefined;
|
|
208
|
+
readonly 'aria-level'?: string | number | undefined;
|
|
209
|
+
readonly 'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
210
|
+
readonly 'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
211
|
+
readonly 'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
212
|
+
readonly 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
213
|
+
readonly 'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
214
|
+
readonly 'aria-owns'?: string | undefined;
|
|
215
|
+
readonly 'aria-placeholder'?: string | undefined;
|
|
216
|
+
readonly 'aria-posinset'?: string | number | undefined;
|
|
217
|
+
readonly 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
218
|
+
readonly 'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
219
|
+
readonly 'aria-relevant'?: "text" | "all" | "additions" | "additions text" | "removals" | undefined;
|
|
220
|
+
readonly 'aria-required'?: boolean | "true" | "false" | undefined;
|
|
221
|
+
readonly 'aria-roledescription'?: string | undefined;
|
|
222
|
+
readonly 'aria-rowcount'?: string | number | undefined;
|
|
223
|
+
readonly 'aria-rowindex'?: string | number | undefined;
|
|
224
|
+
readonly 'aria-rowspan'?: string | number | undefined;
|
|
225
|
+
readonly 'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
226
|
+
readonly 'aria-setsize'?: string | number | undefined;
|
|
227
|
+
readonly 'aria-sort'?: "ascending" | "descending" | "none" | "other" | undefined;
|
|
228
|
+
readonly 'aria-valuemax'?: string | number | undefined;
|
|
229
|
+
readonly 'aria-valuemin'?: string | number | undefined;
|
|
230
|
+
readonly 'aria-valuenow'?: string | number | undefined;
|
|
231
|
+
readonly 'aria-valuetext'?: string | undefined;
|
|
232
|
+
readonly rootClassName?: string | undefined;
|
|
233
|
+
readonly crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
234
|
+
readonly preview?: boolean | import('ant-design-vue/es/vc-image').ImagePreviewType | undefined;
|
|
235
|
+
readonly wrapperStyle?: import('vue').CSSProperties | undefined;
|
|
236
|
+
readonly src?: string | undefined;
|
|
237
|
+
readonly srcset?: string | undefined;
|
|
238
|
+
readonly alt?: string | undefined;
|
|
239
|
+
readonly previewPrefixCls?: string | undefined;
|
|
240
|
+
readonly previewMask?: false | (() => any) | undefined;
|
|
241
|
+
readonly fallback?: string | undefined;
|
|
242
|
+
readonly decoding?: "auto" | "async" | "sync" | undefined;
|
|
243
|
+
readonly sizes?: string | undefined;
|
|
244
|
+
readonly usemap?: string | undefined;
|
|
245
|
+
readonly referrerpolicy?: "" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
246
|
+
};
|
|
247
|
+
$attrs: {
|
|
248
|
+
[x: string]: unknown;
|
|
249
|
+
};
|
|
250
|
+
$refs: {
|
|
251
|
+
[x: string]: unknown;
|
|
252
|
+
};
|
|
253
|
+
$slots: Readonly<{
|
|
254
|
+
[name: string]: import('vue').Slot<any>;
|
|
255
|
+
}>;
|
|
256
|
+
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>;
|
|
257
|
+
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>;
|
|
258
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
259
|
+
$el: any;
|
|
260
|
+
$options: import('vue').ComponentOptionsBase<Readonly<Partial<{
|
|
261
|
+
preview: boolean | import('ant-design-vue/es/vc-image').ImagePreviewType;
|
|
262
|
+
wrapperStyle: import('vue').CSSProperties;
|
|
263
|
+
} & {
|
|
264
|
+
onClick?: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler | undefined;
|
|
265
|
+
onError?: OnErrorEventHandlerNonNull | undefined;
|
|
266
|
+
prefixCls?: string | undefined;
|
|
267
|
+
wrapperClassName?: string | undefined;
|
|
268
|
+
placeholder?: any;
|
|
269
|
+
rootClassName?: string | undefined;
|
|
270
|
+
src?: string | undefined;
|
|
271
|
+
previewPrefixCls?: string | undefined;
|
|
272
|
+
previewMask?: false | (() => any) | undefined;
|
|
273
|
+
fallback?: string | undefined;
|
|
274
|
+
} & Omit<import('vue').ImgHTMLAttributes, "placeholder" | "onClick">>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
275
|
+
class?: any;
|
|
276
|
+
placeholder?: any;
|
|
277
|
+
inlist?: any;
|
|
278
|
+
}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions> & {
|
|
279
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
280
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
281
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
282
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
283
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
284
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
285
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
286
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
287
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
288
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
289
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
290
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
291
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
292
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
293
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void)[] | undefined;
|
|
294
|
+
};
|
|
295
|
+
$forceUpdate: () => void;
|
|
296
|
+
$nextTick: typeof import('vue').nextTick;
|
|
297
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
298
|
+
} & Readonly<Partial<{
|
|
299
|
+
preview: boolean | import('ant-design-vue/es/vc-image').ImagePreviewType;
|
|
300
|
+
wrapperStyle: import('vue').CSSProperties;
|
|
301
|
+
} & {
|
|
302
|
+
onClick?: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler | undefined;
|
|
303
|
+
onError?: OnErrorEventHandlerNonNull | undefined;
|
|
304
|
+
prefixCls?: string | undefined;
|
|
305
|
+
wrapperClassName?: string | undefined;
|
|
306
|
+
placeholder?: any;
|
|
307
|
+
rootClassName?: string | undefined;
|
|
308
|
+
src?: string | undefined;
|
|
309
|
+
previewPrefixCls?: string | undefined;
|
|
310
|
+
previewMask?: false | (() => any) | undefined;
|
|
311
|
+
fallback?: string | undefined;
|
|
312
|
+
} & Omit<import('vue').ImgHTMLAttributes, "placeholder" | "onClick">>> & import('vue').ShallowUnwrapRef<{}> & import('vue').ComponentCustomProperties;
|
|
313
|
+
__isFragment?: undefined;
|
|
314
|
+
__isTeleport?: undefined;
|
|
315
|
+
__isSuspense?: undefined;
|
|
316
|
+
} & import('vue').ComponentOptionsBase<Readonly<Partial<{
|
|
317
|
+
preview: boolean | import('ant-design-vue/es/vc-image').ImagePreviewType;
|
|
318
|
+
wrapperStyle: import('vue').CSSProperties;
|
|
319
|
+
} & {
|
|
320
|
+
onClick?: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler | undefined;
|
|
321
|
+
onError?: OnErrorEventHandlerNonNull | undefined;
|
|
322
|
+
prefixCls?: string | undefined;
|
|
323
|
+
wrapperClassName?: string | undefined;
|
|
324
|
+
placeholder?: any;
|
|
325
|
+
rootClassName?: string | undefined;
|
|
326
|
+
src?: string | undefined;
|
|
327
|
+
previewPrefixCls?: string | undefined;
|
|
328
|
+
previewMask?: false | (() => any) | undefined;
|
|
329
|
+
fallback?: string | undefined;
|
|
330
|
+
} & Omit<import('vue').ImgHTMLAttributes, "placeholder" | "onClick">>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
331
|
+
class?: any;
|
|
332
|
+
placeholder?: any;
|
|
333
|
+
inlist?: any;
|
|
334
|
+
}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin<any[]> & {
|
|
335
|
+
readonly PreviewGroup: import('vue').DefineComponent<{
|
|
336
|
+
previewPrefixCls: StringConstructor;
|
|
337
|
+
preview: {
|
|
338
|
+
default: boolean | import('ant-design-vue/es/vc-image/src/PreviewGroup').PreviewGroupPreview;
|
|
339
|
+
type: import('vue').PropType<boolean | import('ant-design-vue/es/vc-image/src/PreviewGroup').PreviewGroupPreview>;
|
|
340
|
+
};
|
|
341
|
+
}, () => any, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
342
|
+
previewPrefixCls: StringConstructor;
|
|
343
|
+
preview: {
|
|
344
|
+
default: boolean | import('ant-design-vue/es/vc-image/src/PreviewGroup').PreviewGroupPreview;
|
|
345
|
+
type: import('vue').PropType<boolean | import('ant-design-vue/es/vc-image/src/PreviewGroup').PreviewGroupPreview>;
|
|
346
|
+
};
|
|
347
|
+
}>>, {
|
|
348
|
+
preview: boolean | import('ant-design-vue/es/vc-image/src/PreviewGroup').PreviewGroupPreview;
|
|
349
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
350
|
+
};
|
|
351
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
352
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
params?: any;
|
|
3
|
+
}, {
|
|
4
|
+
props: import('../../../node_modules/@vue/shared').LooseRequired<Readonly<{
|
|
5
|
+
params?: any;
|
|
6
|
+
}> & Readonly<{}> & {}>;
|
|
7
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
8
|
+
params?: any;
|
|
9
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ER } from '../../utils/er';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
params?: any;
|
|
4
|
+
}, {
|
|
5
|
+
value: import('vue').Ref<any, any>;
|
|
6
|
+
maxValue: import('vue').Ref<any, any>;
|
|
7
|
+
progressBarColor: import('vue').Ref<any, any>;
|
|
8
|
+
percent: () => string | 0;
|
|
9
|
+
labelText: () => string | import('vue').Ref<any, any>;
|
|
10
|
+
props: import('../../../node_modules/@vue/shared').LooseRequired<Readonly<{
|
|
11
|
+
params?: any;
|
|
12
|
+
}> & Readonly<{}> & {}>;
|
|
13
|
+
ER: typeof ER;
|
|
14
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
15
|
+
params?: any;
|
|
16
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ER } from '../../utils/er';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
params?: any;
|
|
4
|
+
}, {
|
|
5
|
+
ER: typeof ER;
|
|
6
|
+
aggData: any;
|
|
7
|
+
setAggData: () => void;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
9
|
+
params?: any;
|
|
10
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|