skyline-vue-admin 0.0.17 → 0.0.18
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/components/index.d.ts +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +32 -30
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -22,6 +22,7 @@ export * from './reference-array-input';
|
|
|
22
22
|
export * from './auto-complete-array-input';
|
|
23
23
|
export * from './avatar-input';
|
|
24
24
|
export * from './file-multiple-input';
|
|
25
|
+
export * from './file-multiple-model-input';
|
|
25
26
|
export * from './tree-select-input';
|
|
26
27
|
export * from './tree-with-details';
|
|
27
28
|
export * from './edit';
|
package/dist/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./setup/index.cjs"),c=require("./hooks/useUser.cjs"),l=require("./hooks/usePermission.cjs"),k=require("./hooks/useMenu.cjs"),q=require("./hooks/useTab.cjs"),m=require("./hooks/useRouteKeepAlive.cjs"),i=require("./hooks/useSize.cjs"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./setup/index.cjs"),c=require("./hooks/useUser.cjs"),l=require("./hooks/usePermission.cjs"),k=require("./hooks/useMenu.cjs"),q=require("./hooks/useTab.cjs"),m=require("./hooks/useRouteKeepAlive.cjs"),i=require("./hooks/useSize.cjs"),p=require("./hooks/useLang.cjs"),t=require("./hooks/useTheme.cjs"),u=require("./hooks/useList.cjs"),n=require("./hooks/useHiddenTitle.cjs"),s=require("./hooks/useForm.cjs"),o=require("./hooks/useShow.cjs"),d=require("./hooks/useReferenceArrayField.cjs"),a=require("./hooks/useTreeWithDetails.cjs"),S=require("./hooks/useFormGrid.cjs"),y=require("./hooks/useReferenceArrayInput.cjs"),R=require("./hooks/useUpload.cjs"),r=require("./router/index.cjs"),F=require("./components/can-access/index.cjs"),x=require("./components/list/index.cjs"),g=require("./components/filter/index.cjs"),h=require("./components/data-table/index.cjs"),T=require("./components/data-table-col/index.cjs"),A=require("./components/edit-button/index.cjs"),$=require("./components/show-button/index.cjs"),f=require("./components/show/index.cjs"),I=require("./components/show-simple-layout/index.cjs"),v=require("./components/text-field/index.cjs"),L=require("./components/image-field/index.cjs"),P=require("./components/reference-image-field/index.cjs"),C=require("./components/reference-array-field/index.cjs"),w=require("./components/single-field-list/index.cjs"),D=require("./components/link-field/index.cjs"),b=require("./components/reference-field/index.cjs"),M=require("./components/create/index.cjs"),N=require("./components/simple-form/index.cjs"),z=require("./components/text-input/index.cjs"),G=require("./components/radio-button-group-input/index.cjs"),W=require("./components/reference-array-input/index.cjs"),B=require("./components/auto-complete-array-input/index.cjs"),E=require("./components/avatar-input/index.cjs"),U=require("./components/file-multiple-input/index.cjs"),H=require("./components/file-multiple-model-input/index.cjs"),K=require("./components/tree-select-input/index.cjs"),j=require("./components/tree-with-details/index.cjs"),O=require("./components/edit/index.cjs"),J=require("./i18n/locales/en.cjs"),Q=require("./i18n/locales/zh-cn.cjs");exports.getCreateRouteName=e.getCreateRouteName;exports.getEditRouteName=e.getEditRouteName;exports.getListRouteName=e.getListRouteName;exports.getRandomRouteName=e.getRandomRouteName;exports.getShowRouteName=e.getShowRouteName;exports.skyAdmin=e.skyAdmin;exports.skyConfig=e.skyConfig;exports.useUser=c.useUser;exports.usePermission=l.usePermission;exports.useMenu=k.useMenu;exports.useTab=q.useTab;exports.useRouteKeepAlive=m.useRouteKeepAlive;exports.SizeConfig=i.SizeConfig;exports.useSize=i.useSize;exports.useLang=p.useLang;exports.ThemeConfig=t.ThemeConfig;exports.useTheme=t.useTheme;exports.useList=u.useList;exports.useProvideList=u.useProvideList;exports.useHiddenTitle=n.useHiddenTitle;exports.useProvideHiddenTitle=n.useProvideHiddenTitle;exports.useForm=s.useForm;exports.useProvideForm=s.useProvideForm;exports.useProvideShow=o.useProvideShow;exports.useShow=o.useShow;exports.useProvideReferenceArrayField=d.useProvideReferenceArrayField;exports.useReferenceArrayField=d.useReferenceArrayField;exports.useProvideTreeWithDetails=a.useProvideTreeWithDetails;exports.useTreeWithDetails=a.useTreeWithDetails;exports.useFormGrid=S.useFormGrid;exports.useProvideFormGrid=S.useProvideFormGrid;exports.useProvideReferenceArrayInput=y.useProvideReferenceArrayInput;exports.useReferenceArrayInput=y.useReferenceArrayInput;exports.useUpload=R.useUpload;exports.addLayoutRoutes=r.addLayoutRoutes;exports.checkAuth=r.checkAuth;exports.getRoutes=r.getRoutes;exports.guard=r.guard;exports.SkyCanAccess=F.SkyCanAccess;exports.SkyList=x.SkyList;exports.SkyFilter=g.SkyFilter;exports.SkyDataTable=h.SkyDataTable;exports.SkyDataTableCol=T.SkyDataTableCol;exports.SkyEditButton=A.SkyEditButton;exports.SkyShowButton=$.SkyShowButton;exports.SkyShow=f.SkyShow;exports.SkyShowSimpleLayout=I.SkyShowSimpleLayout;exports.SkyTextField=v.SkyTextField;exports.SkyImageField=L.SkyImageField;exports.SkyReferenceImageField=P.SkyReferenceImageField;exports.SkyReferenceArrayField=C.SkyReferenceArrayField;exports.SkySingleFieldList=w.SkySingleFieldList;exports.SkyLinkField=D.SkyLinkField;exports.SkyReferenceField=b.SkyReferenceField;exports.SkyCreate=M.SkyCreate;exports.SkySimpleForm=N.SkySimpleForm;exports.SkyTextInput=z.SkyTextInput;exports.SkyRadioButtonGroupInput=G.SkyRadioButtonGroupInput;exports.SkyReferenceArrayInput=W.SkyReferenceArrayInput;exports.SkyAutoCompleteArrayInput=B.SkyAutoCompleteArrayInput;exports.SkyAvatarInput=E.SkyAvatarInput;exports.SkyFileMultipleInput=U.SkyFileMultipleInput;exports.SkyFileMultipleModelInput=H.SkyFileMultipleModelInput;exports.SkyTreeSelectInput=K.SkyTreeSelectInput;exports.SkyTreeWithDetails=j.SkyTreeWithDetails;exports.SkyEdit=O.SkyEdit;exports.en=J.default;exports.zhCn=Q.default;
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.mjs
CHANGED
|
@@ -2,16 +2,16 @@ import { getCreateRouteName as o, getEditRouteName as t, getListRouteName as m,
|
|
|
2
2
|
import { useUser as s } from "./hooks/useUser.mjs";
|
|
3
3
|
import { usePermission as S } from "./hooks/usePermission.mjs";
|
|
4
4
|
import { useMenu as d } from "./hooks/useMenu.mjs";
|
|
5
|
-
import { useTab as
|
|
5
|
+
import { useTab as l } from "./hooks/useTab.mjs";
|
|
6
6
|
import { useRouteKeepAlive as R } from "./hooks/useRouteKeepAlive.mjs";
|
|
7
7
|
import { SizeConfig as g, useSize as h } from "./hooks/useSize.mjs";
|
|
8
8
|
import { useLang as A } from "./hooks/useLang.mjs";
|
|
9
9
|
import { ThemeConfig as I, useTheme as v } from "./hooks/useTheme.mjs";
|
|
10
10
|
import { useList as L, useProvideList as P } from "./hooks/useList.mjs";
|
|
11
11
|
import { useHiddenTitle as D, useProvideHiddenTitle as N } from "./hooks/useHiddenTitle.mjs";
|
|
12
|
-
import { useForm as
|
|
13
|
-
import { useProvideShow as
|
|
14
|
-
import { useProvideReferenceArrayField as
|
|
12
|
+
import { useForm as b, useProvideForm as z } from "./hooks/useForm.mjs";
|
|
13
|
+
import { useProvideShow as E, useShow as G } from "./hooks/useShow.mjs";
|
|
14
|
+
import { useProvideReferenceArrayField as H, useReferenceArrayField as U } from "./hooks/useReferenceArrayField.mjs";
|
|
15
15
|
import { useProvideTreeWithDetails as j, useTreeWithDetails as q } from "./hooks/useTreeWithDetails.mjs";
|
|
16
16
|
import { useFormGrid as O, useProvideFormGrid as Q } from "./hooks/useFormGrid.mjs";
|
|
17
17
|
import { useProvideReferenceArrayInput as X, useReferenceArrayInput as Y } from "./hooks/useReferenceArrayInput.mjs";
|
|
@@ -23,7 +23,7 @@ import { SkyFilter as xe } from "./components/filter/index.mjs";
|
|
|
23
23
|
import { SkyDataTable as ae } from "./components/data-table/index.mjs";
|
|
24
24
|
import { SkyDataTableCol as ye } from "./components/data-table-col/index.mjs";
|
|
25
25
|
import { SkyEditButton as ne } from "./components/edit-button/index.mjs";
|
|
26
|
-
import { SkyShowButton as
|
|
26
|
+
import { SkyShowButton as ke } from "./components/show-button/index.mjs";
|
|
27
27
|
import { SkyShow as Fe } from "./components/show/index.mjs";
|
|
28
28
|
import { SkyShowSimpleLayout as he } from "./components/show-simple-layout/index.mjs";
|
|
29
29
|
import { SkyTextField as Ae } from "./components/text-field/index.mjs";
|
|
@@ -31,54 +31,56 @@ import { SkyImageField as Ie } from "./components/image-field/index.mjs";
|
|
|
31
31
|
import { SkyReferenceImageField as Ce } from "./components/reference-image-field/index.mjs";
|
|
32
32
|
import { SkyReferenceArrayField as Pe } from "./components/reference-array-field/index.mjs";
|
|
33
33
|
import { SkySingleFieldList as De } from "./components/single-field-list/index.mjs";
|
|
34
|
-
import { SkyLinkField as
|
|
35
|
-
import { SkyReferenceField as
|
|
36
|
-
import { SkyCreate as
|
|
37
|
-
import { SkySimpleForm as
|
|
34
|
+
import { SkyLinkField as Me } from "./components/link-field/index.mjs";
|
|
35
|
+
import { SkyReferenceField as ze } from "./components/reference-field/index.mjs";
|
|
36
|
+
import { SkyCreate as Ee } from "./components/create/index.mjs";
|
|
37
|
+
import { SkySimpleForm as We } from "./components/simple-form/index.mjs";
|
|
38
38
|
import { SkyTextInput as Ue } from "./components/text-input/index.mjs";
|
|
39
39
|
import { SkyRadioButtonGroupInput as je } from "./components/radio-button-group-input/index.mjs";
|
|
40
40
|
import { SkyReferenceArrayInput as Je } from "./components/reference-array-input/index.mjs";
|
|
41
41
|
import { SkyAutoCompleteArrayInput as Qe } from "./components/auto-complete-array-input/index.mjs";
|
|
42
42
|
import { SkyAvatarInput as Xe } from "./components/avatar-input/index.mjs";
|
|
43
43
|
import { SkyFileMultipleInput as Ze } from "./components/file-multiple-input/index.mjs";
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import { default as ur } from "./i18n/locales/
|
|
44
|
+
import { SkyFileMultipleModelInput as $e } from "./components/file-multiple-model-input/index.mjs";
|
|
45
|
+
import { SkyTreeSelectInput as rr } from "./components/tree-select-input/index.mjs";
|
|
46
|
+
import { SkyTreeWithDetails as tr } from "./components/tree-with-details/index.mjs";
|
|
47
|
+
import { SkyEdit as pr } from "./components/edit/index.mjs";
|
|
48
|
+
import { default as ur } from "./i18n/locales/en.mjs";
|
|
49
|
+
import { default as xr } from "./i18n/locales/zh-cn.mjs";
|
|
49
50
|
export {
|
|
50
51
|
g as SizeConfig,
|
|
51
52
|
Qe as SkyAutoCompleteArrayInput,
|
|
52
53
|
Xe as SkyAvatarInput,
|
|
53
54
|
pe as SkyCanAccess,
|
|
54
|
-
|
|
55
|
+
Ee as SkyCreate,
|
|
55
56
|
ae as SkyDataTable,
|
|
56
57
|
ye as SkyDataTableCol,
|
|
57
|
-
|
|
58
|
+
pr as SkyEdit,
|
|
58
59
|
ne as SkyEditButton,
|
|
59
60
|
Ze as SkyFileMultipleInput,
|
|
61
|
+
$e as SkyFileMultipleModelInput,
|
|
60
62
|
xe as SkyFilter,
|
|
61
63
|
Ie as SkyImageField,
|
|
62
|
-
|
|
64
|
+
Me as SkyLinkField,
|
|
63
65
|
ue as SkyList,
|
|
64
66
|
je as SkyRadioButtonGroupInput,
|
|
65
67
|
Pe as SkyReferenceArrayField,
|
|
66
68
|
Je as SkyReferenceArrayInput,
|
|
67
|
-
|
|
69
|
+
ze as SkyReferenceField,
|
|
68
70
|
Ce as SkyReferenceImageField,
|
|
69
71
|
Fe as SkyShow,
|
|
70
|
-
|
|
72
|
+
ke as SkyShowButton,
|
|
71
73
|
he as SkyShowSimpleLayout,
|
|
72
|
-
|
|
74
|
+
We as SkySimpleForm,
|
|
73
75
|
De as SkySingleFieldList,
|
|
74
76
|
Ae as SkyTextField,
|
|
75
77
|
Ue as SkyTextInput,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
+
rr as SkyTreeSelectInput,
|
|
79
|
+
tr as SkyTreeWithDetails,
|
|
78
80
|
I as ThemeConfig,
|
|
79
81
|
ee as addLayoutRoutes,
|
|
80
82
|
re as checkAuth,
|
|
81
|
-
|
|
83
|
+
ur as en,
|
|
82
84
|
o as getCreateRouteName,
|
|
83
85
|
t as getEditRouteName,
|
|
84
86
|
m as getListRouteName,
|
|
@@ -88,31 +90,31 @@ export {
|
|
|
88
90
|
te as guard,
|
|
89
91
|
u as skyAdmin,
|
|
90
92
|
i as skyConfig,
|
|
91
|
-
|
|
93
|
+
b as useForm,
|
|
92
94
|
O as useFormGrid,
|
|
93
95
|
D as useHiddenTitle,
|
|
94
96
|
A as useLang,
|
|
95
97
|
L as useList,
|
|
96
98
|
d as useMenu,
|
|
97
99
|
S as usePermission,
|
|
98
|
-
|
|
100
|
+
z as useProvideForm,
|
|
99
101
|
Q as useProvideFormGrid,
|
|
100
102
|
N as useProvideHiddenTitle,
|
|
101
103
|
P as useProvideList,
|
|
102
|
-
|
|
104
|
+
H as useProvideReferenceArrayField,
|
|
103
105
|
X as useProvideReferenceArrayInput,
|
|
104
|
-
|
|
106
|
+
E as useProvideShow,
|
|
105
107
|
j as useProvideTreeWithDetails,
|
|
106
108
|
U as useReferenceArrayField,
|
|
107
109
|
Y as useReferenceArrayInput,
|
|
108
110
|
R as useRouteKeepAlive,
|
|
109
|
-
|
|
111
|
+
G as useShow,
|
|
110
112
|
h as useSize,
|
|
111
|
-
|
|
113
|
+
l as useTab,
|
|
112
114
|
v as useTheme,
|
|
113
115
|
q as useTreeWithDetails,
|
|
114
116
|
_ as useUpload,
|
|
115
117
|
s as useUser,
|
|
116
|
-
|
|
118
|
+
xr as zhCn
|
|
117
119
|
};
|
|
118
120
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|