ranui 0.1.10-alpha.5 → 0.1.10-alpha.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/dist/button.js +1 -1
- package/dist/{index-BafnazTJ.js → index-D4twPONc.js} +1 -1
- package/dist/index.d.ts +101 -119
- package/dist/index.js +1 -1
- package/dist/shadowless.js +8 -0
- package/dist/tsconfig.json +1 -0
- package/dist/typings.d.ts +101 -100
- package/dist/umd/index.umd.cjs +1 -1
- package/package.json +22 -22
- package/typings.d.ts +101 -100
- package/dist/assets/image/failImage.d.ts +0 -2
- package/dist/build/config.d.ts +0 -3
- package/dist/build/config.es.d.ts +0 -2
- package/dist/build/config.sha.d.ts +0 -2
- package/dist/build/config.umd.d.ts +0 -2
- package/dist/components/button/index.d.ts +0 -38
- package/dist/components/checkbox/index.d.ts +0 -27
- package/dist/components/colorpicker/index.d.ts +0 -120
- package/dist/components/dropdown/index.d.ts +0 -28
- package/dist/components/form/index.d.ts +0 -2
- package/dist/components/icon/index.d.ts +0 -2
- package/dist/components/image/index.d.ts +0 -2
- package/dist/components/input/index.d.ts +0 -209
- package/dist/components/loading/index.d.ts +0 -77
- package/dist/components/math/index.d.ts +0 -17
- package/dist/components/message/index.d.ts +0 -15
- package/dist/components/modal/index.d.ts +0 -2
- package/dist/components/player/index.d.ts +0 -237
- package/dist/components/popover/content/index.d.ts +0 -16
- package/dist/components/popover/index.d.ts +0 -58
- package/dist/components/preview/colz.d.ts +0 -72
- package/dist/components/preview/constant.d.ts +0 -5
- package/dist/components/preview/docx.d.ts +0 -8
- package/dist/components/preview/excel/excel.d.ts +0 -2
- package/dist/components/preview/excel/index.d.ts +0 -2
- package/dist/components/preview/excel/media.d.ts +0 -37
- package/dist/components/preview/index.d.ts +0 -3
- package/dist/components/preview/pdf.d.ts +0 -2
- package/dist/components/preview/pptx/index.d.ts +0 -19
- package/dist/components/preview/pptx/process_pptx.d.ts +0 -22
- package/dist/components/preview/pptx/t_xml.d.ts +0 -1
- package/dist/components/preview/pptx/worker.d.ts +0 -1
- package/dist/components/preview/types.d.ts +0 -10
- package/dist/components/progress/index.d.ts +0 -41
- package/dist/components/radar/index.d.ts +0 -2
- package/dist/components/scratch/index.d.ts +0 -23
- package/dist/components/select/dropdown-item/index.d.ts +0 -23
- package/dist/components/select/index.d.ts +0 -114
- package/dist/components/select/option/index.d.ts +0 -2
- package/dist/components/skeleton/index.d.ts +0 -2
- package/dist/components/tab/index.d.ts +0 -413
- package/dist/components/tabpane/index.d.ts +0 -357
- package/dist/playwright.config.d.ts +0 -9
- package/dist/plugins/auto-import-file.d.ts +0 -0
- package/dist/plugins/load-style.d.ts +0 -6
- package/dist/plugins/load-svg.d.ts +0 -9
- package/dist/shadowless/icon/index.d.ts +0 -3
- package/dist/shadowless/input/index.d.ts +0 -210
- package/dist/shadowless/select/index.d.ts +0 -108
- package/dist/shadowless/select/option/index.d.ts +0 -2
- package/dist/shadowless/shadowless/index.js +0 -8
- package/dist/shadowless.d.ts +0 -3
- package/dist/tests/button.spec.d.ts +0 -1
- package/dist/utils/color.d.ts +0 -52
- package/dist/utils/image.d.ts +0 -32
- package/dist/utils/index.d.ts +0 -72
- package/dist/utils/math.d.ts +0 -26
- package/dist/utils/tween.d.ts +0 -21
- package/dist/vite.config.d.ts +0 -7
package/dist/button.js
CHANGED
|
@@ -3,7 +3,7 @@ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { en
|
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
4
|
import { b as currentDevice } from "./arrow-down-Beig7FXI.js";
|
|
5
5
|
import { H as HTMLElementSSR, i as isDisabled, f as falseList, c as createCustomError } from "./index-DC5EA657.js";
|
|
6
|
-
const f7170ee498e0dd32cbdcb63fba8f75cc = '.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{position:var(--ran-btn-position, relative);display:var(--ran-btn-display, inline-block);background-image:var(--ran-btn-background-image, none);box-shadow:var(--ran-btn-box-shadow, 0 2px #00000004);cursor:var(--ran-btn-cursor, pointer);-webkit-user-select:var(--ran-btn-user-select, none);user-select:var(--ran-btn-user-select, none);touch-action:var(--ran-btn-touch-action, manipulation);overflow:var(--ran-btn-overflow, hidden);pointer-events:var(--ran-btn-pointer-events, auto)}:host .ran-btn{position:var(--ran-btn-contain-position, relative);display:var(--ran-btn-contain-display, inline-block);background-image:var(--ran-btn-contain-background-image, none);cursor:var(--ran-btn-contain-cursor, pointer);transition:var(--ran-btn-contain-transition, all .3s cubic-bezier(.645, .045, .355, 1));-webkit-user-select:var(--ran-btn-contain-user-select, none);user-select:var(--ran-btn-contain-user-select, none);touch-action:var(--ran-btn-contain-touch-action, manipulation);background:var(--ran-btn-contain-background, #fff)}:host,:host(:active),:host(:focus){outline:0;-webkit-tap-highlight-color:transparent}:host .ran-btn,:host(:active) .ran-btn,:host(:focus) .ran-btn{outline:var(--ran-btn-contain-outline, 0)}:host(
|
|
6
|
+
const f7170ee498e0dd32cbdcb63fba8f75cc = '.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{position:var(--ran-btn-position, relative);display:var(--ran-btn-display, inline-block);background-image:var(--ran-btn-background-image, none);box-shadow:var(--ran-btn-box-shadow, 0 2px #00000004);cursor:var(--ran-btn-cursor, pointer);-webkit-user-select:var(--ran-btn-user-select, none);user-select:var(--ran-btn-user-select, none);touch-action:var(--ran-btn-touch-action, manipulation);overflow:var(--ran-btn-overflow, hidden);pointer-events:var(--ran-btn-pointer-events, auto)}:host .ran-btn{position:var(--ran-btn-contain-position, relative);display:var(--ran-btn-contain-display, inline-block);background-image:var(--ran-btn-contain-background-image, none);cursor:var(--ran-btn-contain-cursor, pointer);transition:var(--ran-btn-contain-transition, all .3s cubic-bezier(.645, .045, .355, 1));-webkit-user-select:var(--ran-btn-contain-user-select, none);user-select:var(--ran-btn-contain-user-select, none);touch-action:var(--ran-btn-contain-touch-action, manipulation);background:var(--ran-btn-contain-background, #fff)}:host,:host(:active),:host(:focus){outline:0;-webkit-tap-highlight-color:transparent}:host .ran-btn,:host(:active) .ran-btn,:host(:focus) .ran-btn{outline:var(--ran-btn-contain-outline, 0)}:host([type="primary"]) .ran-btn-content{background-color:var(--ran-btn-content-background-color, #1890ff);border-color:var(--ran-btn-content-border-color, #1890ff);color:var(--ran-btn-content-color, #fff)}:host([type="primary"]:not([disabled])) .ran-btn:after{background-image:var(--ran-btn-after-background-image, radial-gradient(circle, #fff 10%, transparent 10.01%))}@media (min-width: 1024px){:host(:not([disabled]):hover) .ran-btn-content{border-color:var(--ran-btn-content-hover-border-color, #1890ff);color:var(--ran-btn-content-hover-color, #1890ff)}:host([type="primary"]:not([disabled]):hover) .ran-btn-content{background-color:var(--ran-btn-content-hover-background-color, #40a9ff);color:var(--ran-btn-content-hover-color, #fff)}:host([type="warning"]:not([disabled]):hover) .ran-btn-content{border-color:var(--ran-btn-content-warning-border-color, #ff4d4f);background-color:var(--ran-btn-content-warning-background-color, #ff4d4f);color:var(--ran-btn-content-warning-color, #fff)}}:host([type="warning"]) .ran-btn-content{border-color:var(--ran-btn-content-warning-border-color, #ff4d4f);background-color:var(--ran-btn-content-warning-background-color, #ff4d4f);color:var(--ran-btn-content-warning-color, #fff)}:host([type="warning"]:not([disabled])) .ran-btn:after{background-image:var(--ran-btn-after-background-image, radial-gradient(circle, #fff 10%, transparent 10.01%))}:host([type="text"]) .ran-btn-content{border:var(--ran-btn-content-text-border, none)}:host([disabled]){cursor:var(--ran-btn-disabled-cursor, not-allowed);pointer-events:var(--ran-btn-disabled-pointer-events, all);opacity:var(--ran-btn-disabled-opacity, .6)}:host([disabled]) .ran-btn{cursor:var(--ran-btn-disabled-container-cursor, not-allowed);pointer-events:var(--ran-btn-disabled-container-pointer-events, all);opacity:var(--ran-btn-disabled-container-opacity, .6)}:host(:not([disabled]):active) .ran-btn:after{transform:var(--ran-btn-after-transform, translate(-50%, -50%) scale(0));opacity:var(--ran-btn-after-opacity, .3);transition:var(--ran-btn-after-transition, 0s)}@media (min-width: 1024px){:host(:not([disabled],[effect])) .ran-btn:after{content:"";display:block;position:absolute;width:100%;height:100%;left:var(--ran-x, 0);top:var(--ran-y, 0);pointer-events:none;background-image:radial-gradient(circle,#1890ff 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:translate(-50%,-50%) scale(10);opacity:0;transition:transform .3s,opacity .8s}}:host .slot{display:var(--ran-btn-slot-display, block)}.ran-btn-content{display:var(--ran-btn-content-display, flex);justify-content:var(--ran-btn-content-display, space-between);align-items:var(--ran-btn-content-align-items, center);padding:var(--ran-btn-content-padding, 4px 15px);border:var(--ran-btn-content-border, 1px solid transparent);border-radius:var(--ran-btn-content-border-radius, 2px);border-color:var(--ran-btn-content-border-color, #d9d9d9);color:var(--ran-btn-content-color, #000000d9);line-height:var(--ran-btn-content-line-height, 22px);font-size:var(--ran-btn-content-font-size, 14px);font-weight:var(--ran-btn-content-font-weight, 400);white-space:var(--ran-btn-content-white-space, nowrap);text-align:var(--ran-btn-content-text-align, center)}.ran-btn-content .icon{margin-right:var(--ran-btn-icon-margin-right, 2px)}';
|
|
7
7
|
class Button extends HTMLElementSSR() {
|
|
8
8
|
constructor() {
|
|
9
9
|
super();
|
package/dist/index.d.ts
CHANGED
|
@@ -1,22 +1,3 @@
|
|
|
1
|
-
export * as button from '@/components/button';
|
|
2
|
-
export * as icon from '@/components/icon';
|
|
3
|
-
export * as image from '@/components/image';
|
|
4
|
-
export * as input from '@/components/input';
|
|
5
|
-
export * as message from '@/components/message';
|
|
6
|
-
export * as preview from '@/components/preview';
|
|
7
|
-
export * as skeleton from '@/components/skeleton';
|
|
8
|
-
export * as tabpane from '@/components/tabpane';
|
|
9
|
-
export * as tab from '@/components/tab';
|
|
10
|
-
export * as radar from '@/components/radar';
|
|
11
|
-
export * as player from '@/components/player';
|
|
12
|
-
export * as modal from '@/components/modal';
|
|
13
|
-
export * as select from '@/components/select';
|
|
14
|
-
export * as progress from '@/components/progress';
|
|
15
|
-
export * as checkbox from '@/components/checkbox';
|
|
16
|
-
export * as colorpicker from '@/components/colorpicker';
|
|
17
|
-
export * as popover from '@/components/popover';
|
|
18
|
-
export * as loading from '@/components/loading';
|
|
19
|
-
export * as math from '@/components/math';
|
|
20
1
|
declare module '*.less';
|
|
21
2
|
declare module '*.less?inline';
|
|
22
3
|
declare module '*.ts';
|
|
@@ -127,105 +108,106 @@ declare interface Window {
|
|
|
127
108
|
};
|
|
128
109
|
Hls: HLS;
|
|
129
110
|
}
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
namespace JSX {
|
|
115
|
+
interface IntrinsicElements {
|
|
116
|
+
'r-loading': any & {
|
|
117
|
+
name: NAME_AMP;
|
|
118
|
+
};
|
|
119
|
+
'r-math': any & {
|
|
120
|
+
latex: string;
|
|
121
|
+
};
|
|
122
|
+
'r-button': any & {
|
|
123
|
+
sheet: string;
|
|
124
|
+
disabled: boolean | string;
|
|
125
|
+
iconSize: string;
|
|
126
|
+
icon: string;
|
|
127
|
+
effect: boolean | string;
|
|
128
|
+
};
|
|
129
|
+
'r-checkbox': any & {
|
|
130
|
+
disabled: boolean | string;
|
|
131
|
+
checked: boolean | string;
|
|
132
|
+
};
|
|
133
|
+
'r-img': any & {
|
|
134
|
+
fallback: string;
|
|
135
|
+
src: string;
|
|
136
|
+
};
|
|
137
|
+
'r-input': any & {
|
|
138
|
+
value: string;
|
|
139
|
+
placeholder: string;
|
|
140
|
+
label: string;
|
|
141
|
+
status: string;
|
|
142
|
+
name: string;
|
|
143
|
+
icon: string;
|
|
144
|
+
prefix: string;
|
|
145
|
+
suffix: string;
|
|
146
|
+
type: string;
|
|
147
|
+
required: boolean | string;
|
|
148
|
+
disabled: boolean | string;
|
|
149
|
+
min: number | string;
|
|
150
|
+
max: number | string;
|
|
151
|
+
step: number | string;
|
|
152
|
+
};
|
|
153
|
+
'r-player': any & {
|
|
154
|
+
src: string;
|
|
155
|
+
debug: boolean | string;
|
|
156
|
+
volume: number | string;
|
|
157
|
+
currentTime: number | string;
|
|
158
|
+
playbackRate: number | string;
|
|
159
|
+
};
|
|
160
|
+
'r-popover': any & {
|
|
161
|
+
placement: string;
|
|
162
|
+
trigger: string;
|
|
163
|
+
getPopupContainerId: string;
|
|
164
|
+
arrow: boolean | string;
|
|
165
|
+
};
|
|
166
|
+
'r-preview': any & {
|
|
167
|
+
src: string;
|
|
168
|
+
closeable: boolean | string;
|
|
169
|
+
};
|
|
170
|
+
'r-progress': any & {
|
|
171
|
+
percent: number | string;
|
|
172
|
+
total: number | string;
|
|
173
|
+
type: string;
|
|
174
|
+
animation: string;
|
|
175
|
+
dot: boolean | string;
|
|
176
|
+
};
|
|
177
|
+
'r-radar': any & {
|
|
178
|
+
abilitys: string;
|
|
179
|
+
colorPolygon?: string;
|
|
180
|
+
colorLine?: string;
|
|
181
|
+
fillColor?: string;
|
|
182
|
+
strokeColor?: string;
|
|
183
|
+
};
|
|
184
|
+
'r-select': any & {
|
|
185
|
+
value: string;
|
|
186
|
+
defaultValue?: string;
|
|
187
|
+
showSearch?: boolean | string;
|
|
188
|
+
type?: string;
|
|
189
|
+
placement?: string;
|
|
190
|
+
sheet?: string;
|
|
191
|
+
getPopupContainerId?: string;
|
|
192
|
+
dropdownclass?: string;
|
|
193
|
+
trigger?: string;
|
|
194
|
+
trigger?: string;
|
|
195
|
+
disabled?: boolean | string;
|
|
196
|
+
};
|
|
197
|
+
'r-skeleton': any;
|
|
198
|
+
'r-tab': any & {
|
|
199
|
+
label: string;
|
|
200
|
+
icon: string;
|
|
201
|
+
iconSize: string;
|
|
202
|
+
key: string;
|
|
203
|
+
disabled: boolean | string;
|
|
204
|
+
effect: boolean | string;
|
|
205
|
+
};
|
|
206
|
+
'r-tabs': any & {
|
|
207
|
+
align: string;
|
|
208
|
+
type: string;
|
|
209
|
+
active: string;
|
|
210
|
+
effect: string;
|
|
211
|
+
};
|
|
230
212
|
}
|
|
231
213
|
}
|
package/dist/index.js
CHANGED
package/dist/tsconfig.json
CHANGED
package/dist/typings.d.ts
CHANGED
|
@@ -108,105 +108,106 @@ declare interface Window {
|
|
|
108
108
|
};
|
|
109
109
|
Hls: HLS;
|
|
110
110
|
}
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
namespace JSX {
|
|
115
|
+
interface IntrinsicElements {
|
|
116
|
+
'r-loading': any & {
|
|
117
|
+
name: NAME_AMP;
|
|
118
|
+
};
|
|
119
|
+
'r-math': any & {
|
|
120
|
+
latex: string;
|
|
121
|
+
};
|
|
122
|
+
'r-button': any & {
|
|
123
|
+
sheet: string;
|
|
124
|
+
disabled: boolean | string;
|
|
125
|
+
iconSize: string;
|
|
126
|
+
icon: string;
|
|
127
|
+
effect: boolean | string;
|
|
128
|
+
};
|
|
129
|
+
'r-checkbox': any & {
|
|
130
|
+
disabled: boolean | string;
|
|
131
|
+
checked: boolean | string;
|
|
132
|
+
};
|
|
133
|
+
'r-img': any & {
|
|
134
|
+
fallback: string;
|
|
135
|
+
src: string;
|
|
136
|
+
};
|
|
137
|
+
'r-input': any & {
|
|
138
|
+
value: string;
|
|
139
|
+
placeholder: string;
|
|
140
|
+
label: string;
|
|
141
|
+
status: string;
|
|
142
|
+
name: string;
|
|
143
|
+
icon: string;
|
|
144
|
+
prefix: string;
|
|
145
|
+
suffix: string;
|
|
146
|
+
type: string;
|
|
147
|
+
required: boolean | string;
|
|
148
|
+
disabled: boolean | string;
|
|
149
|
+
min: number | string;
|
|
150
|
+
max: number | string;
|
|
151
|
+
step: number | string;
|
|
152
|
+
};
|
|
153
|
+
'r-player': any & {
|
|
154
|
+
src: string;
|
|
155
|
+
debug: boolean | string;
|
|
156
|
+
volume: number | string;
|
|
157
|
+
currentTime: number | string;
|
|
158
|
+
playbackRate: number | string;
|
|
159
|
+
};
|
|
160
|
+
'r-popover': any & {
|
|
161
|
+
placement: string;
|
|
162
|
+
trigger: string;
|
|
163
|
+
getPopupContainerId: string;
|
|
164
|
+
arrow: boolean | string;
|
|
165
|
+
};
|
|
166
|
+
'r-preview': any & {
|
|
167
|
+
src: string;
|
|
168
|
+
closeable: boolean | string;
|
|
169
|
+
};
|
|
170
|
+
'r-progress': any & {
|
|
171
|
+
percent: number | string;
|
|
172
|
+
total: number | string;
|
|
173
|
+
type: string;
|
|
174
|
+
animation: string;
|
|
175
|
+
dot: boolean | string;
|
|
176
|
+
};
|
|
177
|
+
'r-radar': any & {
|
|
178
|
+
abilitys: string;
|
|
179
|
+
colorPolygon?: string;
|
|
180
|
+
colorLine?: string;
|
|
181
|
+
fillColor?: string;
|
|
182
|
+
strokeColor?: string;
|
|
183
|
+
};
|
|
184
|
+
'r-select': any & {
|
|
185
|
+
value: string;
|
|
186
|
+
defaultValue?: string;
|
|
187
|
+
showSearch?: boolean | string;
|
|
188
|
+
type?: string;
|
|
189
|
+
placement?: string;
|
|
190
|
+
sheet?: string;
|
|
191
|
+
getPopupContainerId?: string;
|
|
192
|
+
dropdownclass?: string;
|
|
193
|
+
trigger?: string;
|
|
194
|
+
trigger?: string;
|
|
195
|
+
disabled?: boolean | string;
|
|
196
|
+
};
|
|
197
|
+
'r-skeleton': any;
|
|
198
|
+
'r-tab': any & {
|
|
199
|
+
label: string;
|
|
200
|
+
icon: string;
|
|
201
|
+
iconSize: string;
|
|
202
|
+
key: string;
|
|
203
|
+
disabled: boolean | string;
|
|
204
|
+
effect: boolean | string;
|
|
205
|
+
};
|
|
206
|
+
'r-tabs': any & {
|
|
207
|
+
align: string;
|
|
208
|
+
type: string;
|
|
209
|
+
active: string;
|
|
210
|
+
effect: string;
|
|
211
|
+
};
|
|
211
212
|
}
|
|
212
213
|
}
|