@rhino-design/vue 0.2.7 → 0.2.8
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 +95 -18
- package/README.zh-CN.md +115 -0
- package/dist/arco.less +95 -76
- package/dist/components/XButton.vue.js +2 -2
- package/dist/components/XConfigProvider.vue.js +1 -1
- package/dist/components/XMenuOverflowWrap.vue.js +66 -59
- package/dist/components/XScrollbar.vue.js +1 -1
- package/dist/components/XSubMenuPop.vue.js +1 -1
- package/dist/components/XTable.vue.d.ts +1 -0
- package/dist/components/XTable.vue.js +3 -3
- package/dist/components/XTable.vue2.js +774 -614
- package/dist/components/XToast.vue.d.ts +25 -0
- package/dist/components/XToast.vue.js +7 -0
- package/dist/components/XToast.vue2.js +27 -0
- package/dist/components/XTour.vue.d.ts +2 -0
- package/dist/components/XTour.vue.js +69 -61
- package/dist/components/XTree.vue.d.ts +2 -0
- package/dist/components/XTree.vue.js +1 -1
- package/dist/components/XTree.vue2.js +124 -121
- package/dist/components/XTreeNode.vue.d.ts +1 -0
- package/dist/components/XTreeNode.vue.js +2 -2
- package/dist/components/XTreeNode.vue2.js +21 -20
- package/dist/components/XTreeSelect.vue.js +4 -4
- package/dist/components/XTreeSelect.vue2.js +314 -291
- package/dist/components/XWatermark.vue.js +4 -4
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +55 -53
- package/dist/index.cjs +9 -9
- package/dist/index.css +95 -76
- package/dist/index.js +62 -60
- package/dist/index.less +95 -76
- package/dist/index.scss +14853 -0
- package/dist/style.css +95 -76
- package/dist/style.less +95 -76
- package/dist/style.scss +14853 -0
- package/package.json +8 -43
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { initScrollbarVisibility as e } from "./composables/scrollbar-visibility.js";
|
|
4
4
|
import { RhinoDesignVue as m, RhinoDesignVue as l } from "./install.js";
|
|
5
5
|
import { XDropdown as d } from "./components/index.js";
|
|
6
|
-
import { defaultTokens as X, provideXConfig as i, sizeClass as n, useXConfig as
|
|
6
|
+
import { defaultTokens as X, provideXConfig as i, sizeClass as n, useXConfig as T } from "./composables/config.js";
|
|
7
7
|
import { X_VALIDATE_STATUSES as g, X_VALIDATE_TRIGGERS as c, clearFields as C, createDisabledRef as S, createFieldRegistry as h, getByPath as F, getFinalValidateMessage as y, getFinalValidateStatus as D, getFormElementId as L, getValueByPath as P, provideXForm as R, provideXFormField as b, resetFields as B, setByPath as G, setValueByPath as k, useXForm as M, useXFormField as A, useXFormFieldContext as v, useXFormItem as V, validateFieldValue as E, validateFields as w } from "./composables/form.js";
|
|
8
8
|
import { configureXI18n as N, provideXI18n as z, supportedXLocales as U, tI18n as _, useXI18n as K } from "./composables/i18n.js";
|
|
9
9
|
import { getTheme as W, initTheme as j, setTheme as J, toggleTheme as Q, useTheme as Y } from "./composables/theme.js";
|
|
@@ -15,7 +15,7 @@ import { default as le } from "./components/XAutoComplete.vue.js";
|
|
|
15
15
|
import { default as de } from "./components/XAvatar.vue.js";
|
|
16
16
|
import { default as Xe } from "./components/XAvatarGroup.vue.js";
|
|
17
17
|
import { default as ne } from "./components/XBackTop.vue.js";
|
|
18
|
-
import { default as
|
|
18
|
+
import { default as Ie } from "./components/XBadge.vue.js";
|
|
19
19
|
import { default as ce } from "./components/XBreadcrumb.vue.js";
|
|
20
20
|
import { default as Se } from "./components/XBreadcrumbItem.vue.js";
|
|
21
21
|
import { default as Fe } from "./components/XButtonGroup.vue.js";
|
|
@@ -41,7 +41,7 @@ import { default as mo } from "./components/XDropdownButton.vue.js";
|
|
|
41
41
|
import { default as so } from "./components/XDropdownItem.vue.js";
|
|
42
42
|
import { default as Xo } from "./components/XEmpty.vue.js";
|
|
43
43
|
import { default as no } from "./components/XFloatButton.vue.js";
|
|
44
|
-
import { default as
|
|
44
|
+
import { default as Io } from "./components/XFloatButtonGroup.vue.js";
|
|
45
45
|
import { default as co, default as Co } from "./components/XLayoutFooter.vue.js";
|
|
46
46
|
import { default as ho } from "./components/XForm.vue.js";
|
|
47
47
|
import { default as yo } from "./components/XFormItem.vue.js";
|
|
@@ -67,7 +67,7 @@ import { default as lt } from "./components/XPopconfirm.vue.js";
|
|
|
67
67
|
import { default as dt } from "./components/XPopover.vue.js";
|
|
68
68
|
import { default as Xt } from "./components/XProgress.vue.js";
|
|
69
69
|
import { default as nt } from "./components/XQRCode.vue.js";
|
|
70
|
-
import { default as
|
|
70
|
+
import { default as It } from "./components/XRadio.vue.js";
|
|
71
71
|
import { default as ct } from "./components/XRadioButton.vue.js";
|
|
72
72
|
import { default as St } from "./components/XRadioGroup.vue.js";
|
|
73
73
|
import { default as Ft } from "./components/XRate.vue.js";
|
|
@@ -93,7 +93,7 @@ import { default as mr } from "./components/XTooltip.vue.js";
|
|
|
93
93
|
import { default as sr } from "./components/XTour.vue.js";
|
|
94
94
|
import { default as xr } from "./components/XTransfer.vue.js";
|
|
95
95
|
import { default as ir } from "./components/XTrigger.vue.js";
|
|
96
|
-
import { default as
|
|
96
|
+
import { default as Tr } from "./components/XTypographyParagraph.vue.js";
|
|
97
97
|
import { default as gr } from "./components/XTypographyText.vue.js";
|
|
98
98
|
import { default as Cr } from "./components/XTypographyTitle.vue.js";
|
|
99
99
|
import { default as hr } from "./components/XVerificationCode.vue.js";
|
|
@@ -120,7 +120,7 @@ import { default as ma } from "./components/XFlex.vue.js";
|
|
|
120
120
|
import { default as sa } from "./components/XGrid.vue.js";
|
|
121
121
|
import { default as xa } from "./components/XGridItem.vue.js";
|
|
122
122
|
import { default as ia } from "./components/XGridLayout.vue.js";
|
|
123
|
-
import { default as
|
|
123
|
+
import { default as Ta } from "./components/XGridLayoutItem.vue.js";
|
|
124
124
|
import { default as ga } from "./components/XIcon.js";
|
|
125
125
|
import { default as Ca } from "./components/XIconLite.js";
|
|
126
126
|
import { XIconLoaders as ha, XIconRegistry as Fa } from "./components/x-icon-shared.js";
|
|
@@ -145,30 +145,31 @@ import { default as pf } from "./components/XSubMenu.vue.js";
|
|
|
145
145
|
import { default as mf } from "./components/XSubMenuInline.vue.js";
|
|
146
146
|
import { default as sf } from "./components/XSubMenuPop.vue.js";
|
|
147
147
|
import { default as xf } from "./components/XTable.vue.js";
|
|
148
|
-
import { default as nf } from "./components/
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as cf } from "./components/
|
|
151
|
-
import { default as Sf } from "./components/
|
|
152
|
-
import { default as Ff } from "./components/
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
148
|
+
import { default as nf } from "./components/XToast.vue.js";
|
|
149
|
+
import { default as If } from "./components/XTr.vue.js";
|
|
150
|
+
import { default as cf } from "./components/XTree.vue.js";
|
|
151
|
+
import { default as Sf } from "./components/XTreeSelect.vue.js";
|
|
152
|
+
import { default as Ff } from "./components/XTypography.vue.js";
|
|
153
|
+
import { default as Df } from "./components/XUpload.vue.js";
|
|
154
|
+
import { arEG as Pf } from "./locales/ar-EG.js";
|
|
155
|
+
import { daDK as bf } from "./locales/da-DK.js";
|
|
156
|
+
import { deDE as Gf } from "./locales/de-DE.js";
|
|
157
|
+
import { enUS as Mf } from "./locales/en-US.js";
|
|
158
|
+
import { esES as vf } from "./locales/es-ES.js";
|
|
159
|
+
import { frFR as Ef } from "./locales/fr-FR.js";
|
|
160
|
+
import { idID as Hf } from "./locales/id-ID.js";
|
|
161
|
+
import { itIT as zf } from "./locales/it-IT.js";
|
|
162
|
+
import { jaJP as _f } from "./locales/ja-JP.js";
|
|
163
|
+
import { kmKH as Of } from "./locales/km-KH.js";
|
|
164
|
+
import { koKR as jf } from "./locales/ko-KR.js";
|
|
165
|
+
import { msMY as Qf } from "./locales/ms-MY.js";
|
|
166
|
+
import { nlNL as qf } from "./locales/nl-NL.js";
|
|
167
|
+
import { ptPT as $f } from "./locales/pt-PT.js";
|
|
168
|
+
import { ruRU as op } from "./locales/ru-RU.js";
|
|
169
|
+
import { thTH as rp } from "./locales/th-TH.js";
|
|
170
|
+
import { viVN as fp } from "./locales/vi-VN.js";
|
|
171
|
+
import { zhCN as up } from "./locales/zh-CN.js";
|
|
172
|
+
import { zhTW as lp } from "./locales/zh-TW.js";
|
|
172
173
|
e();
|
|
173
174
|
export {
|
|
174
175
|
Z as Dgroup,
|
|
@@ -188,7 +189,7 @@ export {
|
|
|
188
189
|
de as XAvatar,
|
|
189
190
|
Xe as XAvatarGroup,
|
|
190
191
|
ne as XBackTop,
|
|
191
|
-
|
|
192
|
+
Ie as XBadge,
|
|
192
193
|
Ur as XBaseMenu,
|
|
193
194
|
ce as XBreadcrumb,
|
|
194
195
|
Se as XBreadcrumbItem,
|
|
@@ -229,14 +230,14 @@ export {
|
|
|
229
230
|
Xo as XEmpty,
|
|
230
231
|
ma as XFlex,
|
|
231
232
|
no as XFloatButton,
|
|
232
|
-
|
|
233
|
+
Io as XFloatButtonGroup,
|
|
233
234
|
co as XFooter,
|
|
234
235
|
ho as XForm,
|
|
235
236
|
yo as XFormItem,
|
|
236
237
|
sa as XGrid,
|
|
237
238
|
xa as XGridItem,
|
|
238
239
|
ia as XGridLayout,
|
|
239
|
-
|
|
240
|
+
Ta as XGridLayoutItem,
|
|
240
241
|
Lo as XHeader,
|
|
241
242
|
ga as XIcon,
|
|
242
243
|
Ca as XIconLite,
|
|
@@ -277,7 +278,7 @@ export {
|
|
|
277
278
|
dt as XPopover,
|
|
278
279
|
Xt as XProgress,
|
|
279
280
|
nt as XQRCode,
|
|
280
|
-
|
|
281
|
+
It as XRadio,
|
|
281
282
|
ct as XRadioButton,
|
|
282
283
|
St as XRadioGroup,
|
|
283
284
|
eo as XRangePicker,
|
|
@@ -313,65 +314,66 @@ export {
|
|
|
313
314
|
tr as XTimePicker,
|
|
314
315
|
ar as XTimeline,
|
|
315
316
|
pr as XTimelineItem,
|
|
317
|
+
nf as XToast,
|
|
316
318
|
mr as XTooltip,
|
|
317
319
|
sr as XTour,
|
|
318
|
-
|
|
320
|
+
If as XTr,
|
|
319
321
|
xr as XTransfer,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
+
cf as XTree,
|
|
323
|
+
Sf as XTreeSelect,
|
|
322
324
|
ir as XTrigger,
|
|
323
|
-
|
|
324
|
-
|
|
325
|
+
Ff as XTypography,
|
|
326
|
+
Tr as XTypographyParagraph,
|
|
325
327
|
gr as XTypographyText,
|
|
326
328
|
Cr as XTypographyTitle,
|
|
327
|
-
|
|
329
|
+
Df as XUpload,
|
|
328
330
|
hr as XVerificationCode,
|
|
329
331
|
yr as XWatermark,
|
|
330
332
|
g as X_VALIDATE_STATUSES,
|
|
331
333
|
c as X_VALIDATE_TRIGGERS,
|
|
332
|
-
|
|
334
|
+
Pf as arEG,
|
|
333
335
|
C as clearFields,
|
|
334
336
|
N as configureXI18n,
|
|
335
337
|
S as createDisabledRef,
|
|
336
338
|
h as createFieldRegistry,
|
|
337
|
-
|
|
338
|
-
|
|
339
|
+
bf as daDK,
|
|
340
|
+
Gf as deDE,
|
|
339
341
|
l as default,
|
|
340
342
|
X as defaultTokens,
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
343
|
+
Mf as enUS,
|
|
344
|
+
vf as esES,
|
|
345
|
+
Ef as frFR,
|
|
344
346
|
F as getByPath,
|
|
345
347
|
y as getFinalValidateMessage,
|
|
346
348
|
D as getFinalValidateStatus,
|
|
347
349
|
L as getFormElementId,
|
|
348
350
|
W as getTheme,
|
|
349
351
|
P as getValueByPath,
|
|
350
|
-
|
|
352
|
+
Hf as idID,
|
|
351
353
|
j as initTheme,
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
354
|
+
zf as itIT,
|
|
355
|
+
_f as jaJP,
|
|
356
|
+
Of as kmKH,
|
|
357
|
+
jf as koKR,
|
|
358
|
+
Qf as msMY,
|
|
359
|
+
qf as nlNL,
|
|
358
360
|
i as provideXConfig,
|
|
359
361
|
R as provideXForm,
|
|
360
362
|
b as provideXFormField,
|
|
361
363
|
z as provideXI18n,
|
|
362
|
-
|
|
364
|
+
$f as ptPT,
|
|
363
365
|
B as resetFields,
|
|
364
|
-
|
|
366
|
+
op as ruRU,
|
|
365
367
|
G as setByPath,
|
|
366
368
|
J as setTheme,
|
|
367
369
|
k as setValueByPath,
|
|
368
370
|
n as sizeClass,
|
|
369
371
|
U as supportedXLocales,
|
|
370
372
|
_ as tI18n,
|
|
371
|
-
|
|
373
|
+
rp as thTH,
|
|
372
374
|
Q as toggleTheme,
|
|
373
375
|
Y as useTheme,
|
|
374
|
-
|
|
376
|
+
T as useXConfig,
|
|
375
377
|
M as useXForm,
|
|
376
378
|
A as useXFormField,
|
|
377
379
|
v as useXFormFieldContext,
|
|
@@ -379,7 +381,7 @@ export {
|
|
|
379
381
|
K as useXI18n,
|
|
380
382
|
E as validateFieldValue,
|
|
381
383
|
w as validateFields,
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
384
|
+
fp as viVN,
|
|
385
|
+
up as zhCN,
|
|
386
|
+
lp as zhTW
|
|
385
387
|
};
|