jobsys-newbie 2.2.2 → 3.0.1
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 +0 -1
- package/antd-theme-token.json +271 -271
- package/components.d.ts +3 -3
- package/dist/__vite-browser-external-C_GUUjbx.js +7 -0
- package/dist/__vite-browser-external-C_GUUjbx.js.map +1 -0
- package/dist/__vite-browser-external-aYiy3g-2.cjs +2 -0
- package/dist/__vite-browser-external-aYiy3g-2.cjs.map +1 -0
- package/dist/chunk-CJnywcLQ.js +20 -0
- package/dist/chunk-DMQnFFSv.cjs +1 -0
- package/dist/directives.cjs +2 -2
- package/dist/directives.cjs.map +1 -1
- package/dist/directives.js +25 -44
- package/dist/directives.js.map +1 -1
- package/dist/hooks-CzJrMtYg.cjs +6 -0
- package/dist/hooks-CzJrMtYg.cjs.map +1 -0
- package/dist/hooks-_1eGrPxv.js +5960 -0
- package/dist/hooks-_1eGrPxv.js.map +1 -0
- package/dist/hooks.cjs +1 -2
- package/dist/hooks.js +2 -159
- package/dist/index.esm-CaKNZBOb.cjs +77 -0
- package/dist/index.esm-CaKNZBOb.cjs.map +1 -0
- package/dist/index.esm-CbYldqXv.js +28242 -0
- package/dist/index.esm-CbYldqXv.js.map +1 -0
- package/dist/jobsys-newbie.cjs +17 -26
- package/dist/jobsys-newbie.cjs.map +1 -1
- package/dist/jobsys-newbie.css +2 -1
- package/dist/jobsys-newbie.js +7980 -10200
- package/dist/jobsys-newbie.js.map +1 -1
- package/i18n.js +12 -12
- package/index.html +8 -8
- package/index.js +21 -21
- package/package.json +28 -42
- package/.changeset/config.json +0 -11
- package/.eslintignore +0 -4
- package/.eslintrc.cjs +0 -44
- package/.prettierrc.cjs +0 -38
- package/CHANGELOG.md +0 -2183
- package/TODOs.md +0 -15
- package/components/address/NewbieAddress.jsx +0 -136
- package/components/address/README.md +0 -48
- package/components/address/addressData.json +0 -1
- package/components/address/index.js +0 -6
- package/components/button/NewbieButton.jsx +0 -111
- package/components/button/README.md +0 -81
- package/components/button/index.js +0 -4
- package/components/copy/NewbieCopy.jsx +0 -65
- package/components/copy/index.js +0 -4
- package/components/copy/index.less +0 -29
- package/components/editor/NewbieEditor.jsx +0 -207
- package/components/editor/README.md +0 -62
- package/components/editor/components/WangEditor.vue +0 -167
- package/components/editor/components/WangToolbar.vue +0 -63
- package/components/editor/index.js +0 -4
- package/components/editor/index.less +0 -715
- package/components/editor/utils.js +0 -5
- package/components/form/NewbieForm.jsx +0 -571
- package/components/form/README.md +0 -776
- package/components/form/components/Address.jsx +0 -26
- package/components/form/components/Cascader.jsx +0 -46
- package/components/form/components/Checkbox.jsx +0 -35
- package/components/form/components/Combiner.jsx +0 -22
- package/components/form/components/Date.jsx +0 -36
- package/components/form/components/Editor.jsx +0 -25
- package/components/form/components/FormItem.jsx +0 -296
- package/components/form/components/Group.jsx +0 -268
- package/components/form/components/Html.jsx +0 -16
- package/components/form/components/Input.jsx +0 -66
- package/components/form/components/Layout.jsx +0 -236
- package/components/form/components/MatrixCheckbox.jsx +0 -66
- package/components/form/components/MatrixRadio.jsx +0 -52
- package/components/form/components/MatrixScale.jsx +0 -71
- package/components/form/components/Number.jsx +0 -29
- package/components/form/components/Plain.jsx +0 -17
- package/components/form/components/Radio.jsx +0 -34
- package/components/form/components/Rate.jsx +0 -24
- package/components/form/components/RateCheckbox.jsx +0 -69
- package/components/form/components/RateRadio.jsx +0 -53
- package/components/form/components/Remote.jsx +0 -88
- package/components/form/components/Select.jsx +0 -36
- package/components/form/components/Switch.jsx +0 -29
- package/components/form/components/Tag.jsx +0 -120
- package/components/form/components/Text.jsx +0 -25
- package/components/form/components/Time.jsx +0 -37
- package/components/form/components/TreeSelect.jsx +0 -35
- package/components/form/components/Uploader.jsx +0 -24
- package/components/form/components/index.js +0 -55
- package/components/form/index.js +0 -5
- package/components/form/index.less +0 -102
- package/components/form/utils.js +0 -109
- package/components/form-designer/NewbieFormDesigner.jsx +0 -561
- package/components/form-designer/README.md +0 -50
- package/components/form-designer/defaultWidgets.jsx +0 -311
- package/components/form-designer/index.js +0 -5
- package/components/form-designer/index.less +0 -239
- package/components/form-designer/widgetProps.js +0 -281
- package/components/index.js +0 -16
- package/components/list/NewbieList.jsx +0 -129
- package/components/list/index.js +0 -4
- package/components/list/index.less +0 -20
- package/components/modal/NewbieModal.jsx +0 -233
- package/components/modal/README.md +0 -44
- package/components/modal/index.js +0 -4
- package/components/modal/index.less +0 -45
- package/components/pagination/NewbiePagination.jsx +0 -272
- package/components/pagination/index.js +0 -5
- package/components/pagination/index.less +0 -0
- package/components/password/NewbiePassword.jsx +0 -124
- package/components/password/README.md +0 -27
- package/components/password/index.js +0 -4
- package/components/password/index.less +0 -39
- package/components/provider/NewbieProvider.jsx +0 -168
- package/components/provider/index.js +0 -4
- package/components/search/NewbieSearch.jsx +0 -500
- package/components/search/README.md +0 -119
- package/components/search/components/Cascader.jsx +0 -71
- package/components/search/components/Date.jsx +0 -132
- package/components/search/components/Expand.jsx +0 -94
- package/components/search/components/Input.jsx +0 -71
- package/components/search/components/Number.jsx +0 -110
- package/components/search/components/SearchItem.jsx +0 -171
- package/components/search/components/Select.jsx +0 -121
- package/components/search/components/Sortable.jsx +0 -96
- package/components/search/components/Switch.jsx +0 -67
- package/components/search/components/Textarea.jsx +0 -75
- package/components/search/components/index.js +0 -12
- package/components/search/index.js +0 -4
- package/components/search/index.less +0 -267
- package/components/signature-pad/NewbieSignaturePad.jsx +0 -134
- package/components/signature-pad/index.js +0 -5
- package/components/signature-pad/index.less +0 -30
- package/components/style.less +0 -7
- package/components/table/NewbieTable.jsx +0 -1247
- package/components/table/README.md +0 -15
- package/components/table/index.js +0 -8
- package/components/table/index.less +0 -200
- package/components/uploader/NewbieUploader.jsx +0 -422
- package/components/uploader/README.md +0 -60
- package/components/uploader/index.js +0 -4
- package/components/uploader/index.less +0 -26
- package/directives/auth.js +0 -113
- package/directives/index.js +0 -4
- package/dist/__vite-browser-external-BcPniuRQ.cjs +0 -2
- package/dist/__vite-browser-external-BcPniuRQ.cjs.map +0 -1
- package/dist/__vite-browser-external-DYxpcVy9.js +0 -5
- package/dist/__vite-browser-external-DYxpcVy9.js.map +0 -1
- package/dist/hooks.cjs.map +0 -1
- package/dist/hooks.js.map +0 -1
- package/dist/i18n-D82vxY7T.js +0 -6602
- package/dist/i18n-D82vxY7T.js.map +0 -1
- package/dist/i18n-DWcZizr6.cjs +0 -23
- package/dist/i18n-DWcZizr6.cjs.map +0 -1
- package/dist/index.esm-BAyqWxyn.cjs +0 -186
- package/dist/index.esm-BAyqWxyn.cjs.map +0 -1
- package/dist/index.esm-Bn4gCzpz.js +0 -20700
- package/dist/index.esm-Bn4gCzpz.js.map +0 -1
- package/docgen.config.js +0 -20
- package/docs/.vuepress/config.js +0 -45
- package/docs/.vuepress/dist/404.html +0 -33
- package/docs/.vuepress/dist/assets/404.html-28bdd61b.js +0 -1
- package/docs/.vuepress/dist/assets/404.html-f9875e7b.js +0 -1
- package/docs/.vuepress/dist/assets/CloseCircleFilled-7d1a9da0.js +0 -1
- package/docs/.vuepress/dist/assets/EditOutlined-9c798a71.js +0 -1
- package/docs/.vuepress/dist/assets/ExclamationCircleFilled-71949edd.js +0 -10
- package/docs/.vuepress/dist/assets/EyeOutlined-9657ac6a.js +0 -1
- package/docs/.vuepress/dist/assets/FormItemContext-af84826a.js +0 -1
- package/docs/.vuepress/dist/assets/LeftOutlined-8f1bdfd3.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieAddress-a35b35ae.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieAddress.html-47b67690.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieAddress.html-e037374a.js +0 -27
- package/docs/.vuepress/dist/assets/NewbieButton-00521913.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieButton.html-3aa8b13d.js +0 -28
- package/docs/.vuepress/dist/assets/NewbieButton.html-b67253b4.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieEditor-c8effb0f.js +0 -2
- package/docs/.vuepress/dist/assets/NewbieEditor.html-40504152.js +0 -18
- package/docs/.vuepress/dist/assets/NewbieEditor.html-5db09ee2.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieForm-c753634a.js +0 -76
- package/docs/.vuepress/dist/assets/NewbieForm.html-15d8c6f5.js +0 -340
- package/docs/.vuepress/dist/assets/NewbieForm.html-b6dbee27.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieFormDesigner.html-bd1c3f71.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieFormDesigner.html-bf519d6d.js +0 -29
- package/docs/.vuepress/dist/assets/NewbieList.html-2d0e9567.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieList.html-ac7d0807.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieModal-bbee8112.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieModal.html-c13f0bf7.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieModal.html-fa7e4778.js +0 -5
- package/docs/.vuepress/dist/assets/NewbiePassword.html-3086c803.js +0 -5
- package/docs/.vuepress/dist/assets/NewbiePassword.html-dbf4a28b.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieProvider-45d73778.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieProvider.html-3069b4d1.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieProvider.html-6128ffcc.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieSearch.html-254febfb.js +0 -62
- package/docs/.vuepress/dist/assets/NewbieSearch.html-6b6c26c0.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieTable.html-0807cb3d.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieTable.html-bc1b0a84.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieUploader-0b6b5515.js +0 -9
- package/docs/.vuepress/dist/assets/NewbieUploader.html-167fed4e.js +0 -1
- package/docs/.vuepress/dist/assets/NewbieUploader.html-bd5b6c5d.js +0 -1
- package/docs/.vuepress/dist/assets/app-e5356031.js +0 -10
- package/docs/.vuepress/dist/assets/back-to-top-8efcbe56.svg +0 -1
- package/docs/.vuepress/dist/assets/compact-item-45f3d050.js +0 -99
- package/docs/.vuepress/dist/assets/hooks.html-00cc23c0.js +0 -1
- package/docs/.vuepress/dist/assets/hooks.html-adccea0a.js +0 -1
- package/docs/.vuepress/dist/assets/index-16cac109.js +0 -21
- package/docs/.vuepress/dist/assets/index-2bac9f50.js +0 -1
- package/docs/.vuepress/dist/assets/index-3761f557.js +0 -36
- package/docs/.vuepress/dist/assets/index-4cb0cbae.js +0 -7
- package/docs/.vuepress/dist/assets/index-54e202a8.js +0 -22
- package/docs/.vuepress/dist/assets/index-a79ee2a0.js +0 -1
- package/docs/.vuepress/dist/assets/index-b4cb0b96.js +0 -14
- package/docs/.vuepress/dist/assets/index.esm-e5c14dab.js +0 -185
- package/docs/.vuepress/dist/assets/index.html-3ebf1ebb.js +0 -24
- package/docs/.vuepress/dist/assets/index.html-89f7cf72.js +0 -1
- package/docs/.vuepress/dist/assets/isNull-4293306c.js +0 -1
- package/docs/.vuepress/dist/assets/isString-dfb8fe43.js +0 -1
- package/docs/.vuepress/dist/assets/isUndefined-aa0326a0.js +0 -1
- package/docs/.vuepress/dist/assets/network-3dbc60ad.js +0 -3
- package/docs/.vuepress/dist/assets/omit-dc457db2.js +0 -1
- package/docs/.vuepress/dist/assets/pickAttrs-024293c9.js +0 -22
- package/docs/.vuepress/dist/assets/statusUtils-41ec9e8f.js +0 -1
- package/docs/.vuepress/dist/assets/style-398c75cc.css +0 -1
- package/docs/.vuepress/dist/assets/style-3dc3bceb.js +0 -1
- package/docs/.vuepress/dist/assets/styleChecker-8bbc1161.js +0 -1
- package/docs/.vuepress/dist/assets/useFlexGapSupport-e1acb751.js +0 -1
- package/docs/.vuepress/dist/assets/useRefs-c46ab4e4.js +0 -1
- package/docs/.vuepress/dist/assets/utils-584bcbdb.js +0 -119
- package/docs/.vuepress/dist/assets/vite-browser-external-b25bb000.js +0 -1
- package/docs/.vuepress/dist/assets/vnode-8424d922.js +0 -1
- package/docs/.vuepress/dist/components/address/NewbieAddress.html +0 -59
- package/docs/.vuepress/dist/components/button/NewbieButton.html +0 -60
- package/docs/.vuepress/dist/components/editor/NewbieEditor.html +0 -50
- package/docs/.vuepress/dist/components/form/NewbieForm.html +0 -372
- package/docs/.vuepress/dist/components/form-designer/NewbieFormDesigner.html +0 -52
- package/docs/.vuepress/dist/components/list/NewbieList.html +0 -33
- package/docs/.vuepress/dist/components/modal/NewbieModal.html +0 -37
- package/docs/.vuepress/dist/components/password/NewbiePassword.html +0 -37
- package/docs/.vuepress/dist/components/provider/NewbieProvider.html +0 -33
- package/docs/.vuepress/dist/components/search/NewbieSearch.html +0 -77
- package/docs/.vuepress/dist/components/table/NewbieTable.html +0 -33
- package/docs/.vuepress/dist/components/uploader/NewbieUploader.html +0 -33
- package/docs/.vuepress/dist/hooks.html +0 -33
- package/docs/.vuepress/dist/index.html +0 -56
- package/docs/.vuepress/styles/index.scss +0 -3
- package/docs/components/address/NewbieAddress.md +0 -75
- package/docs/components/button/NewbieButton.md +0 -108
- package/docs/components/editor/NewbieEditor.md +0 -83
- package/docs/components/form/NewbieForm.md +0 -822
- package/docs/components/form-designer/NewbieFormDesigner.md +0 -72
- package/docs/components/list/NewbieList.md +0 -20
- package/docs/components/modal/NewbieModal.md +0 -71
- package/docs/components/password/NewbiePassword.md +0 -47
- package/docs/components/provider/NewbieProvider.md +0 -17
- package/docs/components/search/NewbieSearch.md +0 -141
- package/docs/components/table/NewbieTable.md +0 -51
- package/docs/components/uploader/NewbieUploader.md +0 -93
- package/docs/hooks.md +0 -399
- package/docs/index.md +0 -56
- package/hooks/cipher.js +0 -44
- package/hooks/datetime.js +0 -52
- package/hooks/form.js +0 -218
- package/hooks/i18n.js +0 -49
- package/hooks/index.js +0 -8
- package/hooks/interact.js +0 -42
- package/hooks/network.js +0 -172
- package/hooks/regex.js +0 -270
- package/hooks/utils.js +0 -278
- package/locales/en_US.json +0 -101
- package/locales/zh_CN.json +0 -101
- package/playground/App.vue +0 -179
- package/playground/address/TestAddress.vue +0 -13
- package/playground/copy/TestCopy.vue +0 -8
- package/playground/editor/TestEditor.vue +0 -17
- package/playground/form/TestForm.vue +0 -573
- package/playground/form-designer/TestFormDesigner.vue +0 -47
- package/playground/http.js +0 -44
- package/playground/main.js +0 -11
- package/playground/modal/TestModal.vue +0 -76
- package/playground/password/TestPassword.vue +0 -17
- package/playground/provider/TestProvider.vue +0 -33
- package/playground/search/TestSearch.vue +0 -120
- package/playground/signature-pad/TestSignaturePad.vue +0 -26
- package/playground/table/TestTable.vue +0 -173
- package/playground/uploader/TestUploader.vue +0 -42
- package/utils/style.js +0 -13
- package/utils/withInstall.js +0 -7
- package/vite.config.js +0 -67
package/README.md
CHANGED
package/antd-theme-token.json
CHANGED
|
@@ -1,272 +1,272 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
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
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
}
|
|
2
|
+
"blue": "#1677ff",
|
|
3
|
+
"purple": "#722ED1",
|
|
4
|
+
"cyan": "#13C2C2",
|
|
5
|
+
"green": "#52C41A",
|
|
6
|
+
"magenta": "#EB2F96",
|
|
7
|
+
"pink": "#eb2f96",
|
|
8
|
+
"red": "#F5222D",
|
|
9
|
+
"orange": "#FA8C16",
|
|
10
|
+
"yellow": "#FADB14",
|
|
11
|
+
"volcano": "#FA541C",
|
|
12
|
+
"geekblue": "#2F54EB",
|
|
13
|
+
"gold": "#FAAD14",
|
|
14
|
+
"lime": "#A0D911",
|
|
15
|
+
"colorPrimary": "#1677ff",
|
|
16
|
+
"colorSuccess": "#52c41a",
|
|
17
|
+
"colorWarning": "#faad14",
|
|
18
|
+
"colorError": "#ff4d4f",
|
|
19
|
+
"colorInfo": "#1677ff",
|
|
20
|
+
"colorTextBase": "#000",
|
|
21
|
+
"colorBgBase": "#fff",
|
|
22
|
+
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
|
|
23
|
+
"fontSize": 14,
|
|
24
|
+
"lineWidth": 1,
|
|
25
|
+
"lineType": "solid",
|
|
26
|
+
"motionUnit": 0.1,
|
|
27
|
+
"motionBase": 0,
|
|
28
|
+
"motionEaseOutCirc": "cubic-bezier(0.08, 0.82, 0.17, 1)",
|
|
29
|
+
"motionEaseInOutCirc": "cubic-bezier(0.78, 0.14, 0.15, 0.86)",
|
|
30
|
+
"motionEaseOut": "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
31
|
+
"motionEaseInOut": "cubic-bezier(0.645, 0.045, 0.355, 1)",
|
|
32
|
+
"motionEaseOutBack": "cubic-bezier(0.12, 0.4, 0.29, 1.46)",
|
|
33
|
+
"motionEaseInBack": "cubic-bezier(0.71, -0.46, 0.88, 0.6)",
|
|
34
|
+
"motionEaseInQuint": "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
|
|
35
|
+
"motionEaseOutQuint": "cubic-bezier(0.23, 1, 0.32, 1)",
|
|
36
|
+
"borderRadius": 6,
|
|
37
|
+
"sizeUnit": 4,
|
|
38
|
+
"sizeStep": 4,
|
|
39
|
+
"sizePopupArrow": 16,
|
|
40
|
+
"controlHeight": 32,
|
|
41
|
+
"zIndexBase": 0,
|
|
42
|
+
"zIndexPopupBase": 1000,
|
|
43
|
+
"opacityImage": 1,
|
|
44
|
+
"wireframe": false,
|
|
45
|
+
"blue-1": "#e6f4ff",
|
|
46
|
+
"blue-2": "#bae0ff",
|
|
47
|
+
"blue-3": "#91caff",
|
|
48
|
+
"blue-4": "#69b1ff",
|
|
49
|
+
"blue-5": "#4096ff",
|
|
50
|
+
"blue-6": "#1677ff",
|
|
51
|
+
"blue-7": "#0958d9",
|
|
52
|
+
"blue-8": "#003eb3",
|
|
53
|
+
"blue-9": "#002c8c",
|
|
54
|
+
"blue-10": "#001d66",
|
|
55
|
+
"purple-1": "#f9f0ff",
|
|
56
|
+
"purple-2": "#efdbff",
|
|
57
|
+
"purple-3": "#d3adf7",
|
|
58
|
+
"purple-4": "#b37feb",
|
|
59
|
+
"purple-5": "#9254de",
|
|
60
|
+
"purple-6": "#722ed1",
|
|
61
|
+
"purple-7": "#531dab",
|
|
62
|
+
"purple-8": "#391085",
|
|
63
|
+
"purple-9": "#22075e",
|
|
64
|
+
"purple-10": "#120338",
|
|
65
|
+
"cyan-1": "#e6fffb",
|
|
66
|
+
"cyan-2": "#b5f5ec",
|
|
67
|
+
"cyan-3": "#87e8de",
|
|
68
|
+
"cyan-4": "#5cdbd3",
|
|
69
|
+
"cyan-5": "#36cfc9",
|
|
70
|
+
"cyan-6": "#13c2c2",
|
|
71
|
+
"cyan-7": "#08979c",
|
|
72
|
+
"cyan-8": "#006d75",
|
|
73
|
+
"cyan-9": "#00474f",
|
|
74
|
+
"cyan-10": "#002329",
|
|
75
|
+
"green-1": "#f6ffed",
|
|
76
|
+
"green-2": "#d9f7be",
|
|
77
|
+
"green-3": "#b7eb8f",
|
|
78
|
+
"green-4": "#95de64",
|
|
79
|
+
"green-5": "#73d13d",
|
|
80
|
+
"green-6": "#52c41a",
|
|
81
|
+
"green-7": "#389e0d",
|
|
82
|
+
"green-8": "#237804",
|
|
83
|
+
"green-9": "#135200",
|
|
84
|
+
"green-10": "#092b00",
|
|
85
|
+
"magenta-1": "#fff0f6",
|
|
86
|
+
"magenta-2": "#ffd6e7",
|
|
87
|
+
"magenta-3": "#ffadd2",
|
|
88
|
+
"magenta-4": "#ff85c0",
|
|
89
|
+
"magenta-5": "#f759ab",
|
|
90
|
+
"magenta-6": "#eb2f96",
|
|
91
|
+
"magenta-7": "#c41d7f",
|
|
92
|
+
"magenta-8": "#9e1068",
|
|
93
|
+
"magenta-9": "#780650",
|
|
94
|
+
"magenta-10": "#520339",
|
|
95
|
+
"pink-1": "#fff0f6",
|
|
96
|
+
"pink-2": "#ffd6e7",
|
|
97
|
+
"pink-3": "#ffadd2",
|
|
98
|
+
"pink-4": "#ff85c0",
|
|
99
|
+
"pink-5": "#f759ab",
|
|
100
|
+
"pink-6": "#eb2f96",
|
|
101
|
+
"pink-7": "#c41d7f",
|
|
102
|
+
"pink-8": "#9e1068",
|
|
103
|
+
"pink-9": "#780650",
|
|
104
|
+
"pink-10": "#520339",
|
|
105
|
+
"red-1": "#fff1f0",
|
|
106
|
+
"red-2": "#ffccc7",
|
|
107
|
+
"red-3": "#ffa39e",
|
|
108
|
+
"red-4": "#ff7875",
|
|
109
|
+
"red-5": "#ff4d4f",
|
|
110
|
+
"red-6": "#f5222d",
|
|
111
|
+
"red-7": "#cf1322",
|
|
112
|
+
"red-8": "#a8071a",
|
|
113
|
+
"red-9": "#820014",
|
|
114
|
+
"red-10": "#5c0011",
|
|
115
|
+
"orange-1": "#fff7e6",
|
|
116
|
+
"orange-2": "#ffe7ba",
|
|
117
|
+
"orange-3": "#ffd591",
|
|
118
|
+
"orange-4": "#ffc069",
|
|
119
|
+
"orange-5": "#ffa940",
|
|
120
|
+
"orange-6": "#fa8c16",
|
|
121
|
+
"orange-7": "#d46b08",
|
|
122
|
+
"orange-8": "#ad4e00",
|
|
123
|
+
"orange-9": "#873800",
|
|
124
|
+
"orange-10": "#612500",
|
|
125
|
+
"yellow-1": "#feffe6",
|
|
126
|
+
"yellow-2": "#ffffb8",
|
|
127
|
+
"yellow-3": "#fffb8f",
|
|
128
|
+
"yellow-4": "#fff566",
|
|
129
|
+
"yellow-5": "#ffec3d",
|
|
130
|
+
"yellow-6": "#fadb14",
|
|
131
|
+
"yellow-7": "#d4b106",
|
|
132
|
+
"yellow-8": "#ad8b00",
|
|
133
|
+
"yellow-9": "#876800",
|
|
134
|
+
"yellow-10": "#614700",
|
|
135
|
+
"volcano-1": "#fff2e8",
|
|
136
|
+
"volcano-2": "#ffd8bf",
|
|
137
|
+
"volcano-3": "#ffbb96",
|
|
138
|
+
"volcano-4": "#ff9c6e",
|
|
139
|
+
"volcano-5": "#ff7a45",
|
|
140
|
+
"volcano-6": "#fa541c",
|
|
141
|
+
"volcano-7": "#d4380d",
|
|
142
|
+
"volcano-8": "#ad2102",
|
|
143
|
+
"volcano-9": "#871400",
|
|
144
|
+
"volcano-10": "#610b00",
|
|
145
|
+
"geekblue-1": "#f0f5ff",
|
|
146
|
+
"geekblue-2": "#d6e4ff",
|
|
147
|
+
"geekblue-3": "#adc6ff",
|
|
148
|
+
"geekblue-4": "#85a5ff",
|
|
149
|
+
"geekblue-5": "#597ef7",
|
|
150
|
+
"geekblue-6": "#2f54eb",
|
|
151
|
+
"geekblue-7": "#1d39c4",
|
|
152
|
+
"geekblue-8": "#10239e",
|
|
153
|
+
"geekblue-9": "#061178",
|
|
154
|
+
"geekblue-10": "#030852",
|
|
155
|
+
"gold-1": "#fffbe6",
|
|
156
|
+
"gold-2": "#fff1b8",
|
|
157
|
+
"gold-3": "#ffe58f",
|
|
158
|
+
"gold-4": "#ffd666",
|
|
159
|
+
"gold-5": "#ffc53d",
|
|
160
|
+
"gold-6": "#faad14",
|
|
161
|
+
"gold-7": "#d48806",
|
|
162
|
+
"gold-8": "#ad6800",
|
|
163
|
+
"gold-9": "#874d00",
|
|
164
|
+
"gold-10": "#613400",
|
|
165
|
+
"lime-1": "#fcffe6",
|
|
166
|
+
"lime-2": "#f4ffb8",
|
|
167
|
+
"lime-3": "#eaff8f",
|
|
168
|
+
"lime-4": "#d3f261",
|
|
169
|
+
"lime-5": "#bae637",
|
|
170
|
+
"lime-6": "#a0d911",
|
|
171
|
+
"lime-7": "#7cb305",
|
|
172
|
+
"lime-8": "#5b8c00",
|
|
173
|
+
"lime-9": "#3f6600",
|
|
174
|
+
"lime-10": "#254000",
|
|
175
|
+
"colorText": "rgba(0, 0, 0, 0.88)",
|
|
176
|
+
"colorTextSecondary": "rgba(0, 0, 0, 0.65)",
|
|
177
|
+
"colorTextTertiary": "rgba(0, 0, 0, 0.45)",
|
|
178
|
+
"colorTextQuaternary": "rgba(0, 0, 0, 0.25)",
|
|
179
|
+
"colorFill": "rgba(0, 0, 0, 0.15)",
|
|
180
|
+
"colorFillSecondary": "rgba(0, 0, 0, 0.06)",
|
|
181
|
+
"colorFillTertiary": "rgba(0, 0, 0, 0.04)",
|
|
182
|
+
"colorFillQuaternary": "rgba(0, 0, 0, 0.02)",
|
|
183
|
+
"colorBgLayout": "#f5f5f5",
|
|
184
|
+
"colorBgContainer": "#ffffff",
|
|
185
|
+
"colorBgElevated": "#ffffff",
|
|
186
|
+
"colorBgSpotlight": "rgba(0, 0, 0, 0.85)",
|
|
187
|
+
"colorBorder": "#d9d9d9",
|
|
188
|
+
"colorBorderSecondary": "#f0f0f0",
|
|
189
|
+
"colorPrimaryBg": "#e6f4ff",
|
|
190
|
+
"colorPrimaryBgHover": "#bae0ff",
|
|
191
|
+
"colorPrimaryBorder": "#91caff",
|
|
192
|
+
"colorPrimaryBorderHover": "#69b1ff",
|
|
193
|
+
"colorPrimaryHover": "#4096ff",
|
|
194
|
+
"colorPrimaryActive": "#0958d9",
|
|
195
|
+
"colorPrimaryTextHover": "#4096ff",
|
|
196
|
+
"colorPrimaryText": "#1677ff",
|
|
197
|
+
"colorPrimaryTextActive": "#0958d9",
|
|
198
|
+
"colorSuccessBg": "#f6ffed",
|
|
199
|
+
"colorSuccessBgHover": "#d9f7be",
|
|
200
|
+
"colorSuccessBorder": "#b7eb8f",
|
|
201
|
+
"colorSuccessBorderHover": "#95de64",
|
|
202
|
+
"colorSuccessHover": "#95de64",
|
|
203
|
+
"colorSuccessActive": "#389e0d",
|
|
204
|
+
"colorSuccessTextHover": "#73d13d",
|
|
205
|
+
"colorSuccessText": "#52c41a",
|
|
206
|
+
"colorSuccessTextActive": "#389e0d",
|
|
207
|
+
"colorErrorBg": "#fff2f0",
|
|
208
|
+
"colorErrorBgHover": "#fff1f0",
|
|
209
|
+
"colorErrorBorder": "#ffccc7",
|
|
210
|
+
"colorErrorBorderHover": "#ffa39e",
|
|
211
|
+
"colorErrorHover": "#ff7875",
|
|
212
|
+
"colorErrorActive": "#d9363e",
|
|
213
|
+
"colorErrorTextHover": "#ff7875",
|
|
214
|
+
"colorErrorText": "#ff4d4f",
|
|
215
|
+
"colorErrorTextActive": "#d9363e",
|
|
216
|
+
"colorWarningBg": "#fffbe6",
|
|
217
|
+
"colorWarningBgHover": "#fff1b8",
|
|
218
|
+
"colorWarningBorder": "#ffe58f",
|
|
219
|
+
"colorWarningBorderHover": "#ffd666",
|
|
220
|
+
"colorWarningHover": "#ffd666",
|
|
221
|
+
"colorWarningActive": "#d48806",
|
|
222
|
+
"colorWarningTextHover": "#ffc53d",
|
|
223
|
+
"colorWarningText": "#faad14",
|
|
224
|
+
"colorWarningTextActive": "#d48806",
|
|
225
|
+
"colorInfoBg": "#e6f4ff",
|
|
226
|
+
"colorInfoBgHover": "#bae0ff",
|
|
227
|
+
"colorInfoBorder": "#91caff",
|
|
228
|
+
"colorInfoBorderHover": "#69b1ff",
|
|
229
|
+
"colorInfoHover": "#69b1ff",
|
|
230
|
+
"colorInfoActive": "#0958d9",
|
|
231
|
+
"colorInfoTextHover": "#4096ff",
|
|
232
|
+
"colorInfoText": "#1677ff",
|
|
233
|
+
"colorInfoTextActive": "#0958d9",
|
|
234
|
+
"colorBgMask": "rgba(0, 0, 0, 0.45)",
|
|
235
|
+
"colorWhite": "#fff",
|
|
236
|
+
"fontSizeSM": 12,
|
|
237
|
+
"fontSizeLG": 16,
|
|
238
|
+
"fontSizeXL": 20,
|
|
239
|
+
"fontSizeHeading1": 38,
|
|
240
|
+
"fontSizeHeading2": 30,
|
|
241
|
+
"fontSizeHeading3": 24,
|
|
242
|
+
"fontSizeHeading4": 20,
|
|
243
|
+
"fontSizeHeading5": 16,
|
|
244
|
+
"lineHeight": 1.5714285714285714,
|
|
245
|
+
"lineHeightLG": 1.5,
|
|
246
|
+
"lineHeightSM": 1.6666666666666667,
|
|
247
|
+
"lineHeightHeading1": 1.2105263157894737,
|
|
248
|
+
"lineHeightHeading2": 1.2666666666666666,
|
|
249
|
+
"lineHeightHeading3": 1.3333333333333333,
|
|
250
|
+
"lineHeightHeading4": 1.4,
|
|
251
|
+
"lineHeightHeading5": 1.5,
|
|
252
|
+
"sizeXXL": 48,
|
|
253
|
+
"sizeXL": 32,
|
|
254
|
+
"sizeLG": 24,
|
|
255
|
+
"sizeMD": 20,
|
|
256
|
+
"sizeMS": 16,
|
|
257
|
+
"size": 16,
|
|
258
|
+
"sizeSM": 12,
|
|
259
|
+
"sizeXS": 8,
|
|
260
|
+
"sizeXXS": 4,
|
|
261
|
+
"controlHeightSM": 24,
|
|
262
|
+
"controlHeightXS": 16,
|
|
263
|
+
"controlHeightLG": 40,
|
|
264
|
+
"motionDurationFast": "0.1s",
|
|
265
|
+
"motionDurationMid": "0.2s",
|
|
266
|
+
"motionDurationSlow": "0.3s",
|
|
267
|
+
"lineWidthBold": 2,
|
|
268
|
+
"borderRadiusXS": 2,
|
|
269
|
+
"borderRadiusSM": 4,
|
|
270
|
+
"borderRadiusLG": 8,
|
|
271
|
+
"borderRadiusOuter": 4
|
|
272
|
+
}
|
package/components.d.ts
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
6
6
|
export {}
|
|
7
7
|
|
|
8
|
-
declare module
|
|
8
|
+
declare module "vue" {
|
|
9
9
|
export interface GlobalComponents {
|
|
10
|
-
RouterLink: typeof import(
|
|
11
|
-
RouterView: typeof import(
|
|
10
|
+
RouterLink: (typeof import("vue-router"))["RouterLink"];
|
|
11
|
+
RouterView: (typeof import("vue-router"))["RouterView"];
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { t as __commonJSMin } from "./chunk-CJnywcLQ.js";
|
|
2
|
+
var require___vite_browser_external = /* @__PURE__ */ __commonJSMin(((e, t) => {
|
|
3
|
+
t.exports = {};
|
|
4
|
+
}));
|
|
5
|
+
export default require___vite_browser_external();
|
|
6
|
+
|
|
7
|
+
//# sourceMappingURL=__vite-browser-external-C_GUUjbx.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"__vite-browser-external-C_GUUjbx.js","names":[],"sources":["../__vite-browser-external"],"sourcesContent":["module.exports = {}"],"mappings":";;AAAA,GAAO,UAAU,EAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"__vite-browser-external-aYiy3g-2.cjs","names":[],"sources":["../__vite-browser-external"],"sourcesContent":["module.exports = {}"],"mappings":"2DAAA,EAAO,QAAU,EAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
var __create = Object.create, __defProp = Object.defineProperty, __getOwnPropDesc = Object.getOwnPropertyDescriptor, __getOwnPropNames = Object.getOwnPropertyNames, __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty, __commonJSMin = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), __export = (e, n) => {
|
|
2
|
+
let r = {};
|
|
3
|
+
for (var i in e) __defProp(r, i, {
|
|
4
|
+
get: e[i],
|
|
5
|
+
enumerable: !0
|
|
6
|
+
});
|
|
7
|
+
return n && __defProp(r, Symbol.toStringTag, { value: "Module" }), r;
|
|
8
|
+
}, __copyProps = (e, i, o, s) => {
|
|
9
|
+
if (i && typeof i == "object" || typeof i == "function") for (var c = __getOwnPropNames(i), l = 0, u = c.length, d; l < u; l++) d = c[l], !__hasOwnProp.call(e, d) && d !== o && __defProp(e, d, {
|
|
10
|
+
get: ((e) => i[e]).bind(null, d),
|
|
11
|
+
enumerable: !(s = __getOwnPropDesc(i, d)) || s.enumerable
|
|
12
|
+
});
|
|
13
|
+
return e;
|
|
14
|
+
}, __reExport = (e, n, r, i) => {
|
|
15
|
+
i && (__defProp(e, Symbol.toStringTag, { value: "Module" }), r && __defProp(r, Symbol.toStringTag, { value: "Module" })), __copyProps(e, n, "default"), r && __copyProps(r, n, "default");
|
|
16
|
+
}, __toESM = (n, r, a) => (a = n == null ? {} : __create(__getProtoOf(n)), __copyProps(r || !n || !n.__esModule ? __defProp(a, "default", {
|
|
17
|
+
value: n,
|
|
18
|
+
enumerable: !0
|
|
19
|
+
}) : a, n)), __toDynamicImportESM = (e) => (t) => __toESM(t.default, e);
|
|
20
|
+
export { __toESM as a, __toDynamicImportESM as i, __export as n, __reExport as r, __commonJSMin as t };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),s=(e,n)=>{let r={};for(var i in e)t(r,i,{get:e[i],enumerable:!0});return n&&t(r,Symbol.toStringTag,{value:`Module`}),r},c=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},l=(e,n,r,i)=>{i&&(t(e,Symbol.toStringTag,{value:`Module`}),r&&t(r,Symbol.toStringTag,{value:`Module`})),c(e,n,`default`),r&&c(r,n,`default`)},u=(n,r,a)=>(a=n==null?{}:e(i(n)),c(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n)),d=e=>t=>u(t.default,e);Object.defineProperty(exports,`a`,{enumerable:!0,get:function(){return u}}),Object.defineProperty(exports,`i`,{enumerable:!0,get:function(){return d}}),Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return s}}),Object.defineProperty(exports,`r`,{enumerable:!0,get:function(){return l}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return o}});
|
package/dist/directives.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
//# sourceMappingURL=directives.cjs.map
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=[],t={beforeMount(t,n){let{value:r}=n,{arg:i}=n;if(!r)return;(typeof r==`string`||r instanceof String)&&(r=[r]);let[a,o]=r;o||=e,(typeof a==`string`||a instanceof String)&&(a=[a]),i===void 0||i===`all`?a.every(e=>o.includes(e))||(t.style.display=`none`):i===`any`?a.some(e=>o.includes(e))||(t.style.display=`none`):i===`none`&&a.some(e=>o.includes(e))&&(t.style.display=`none`)}};function n(t){e=t}function r(t,n){if(!t)return!0;(typeof t==`string`||t instanceof String)&&(t=[t]);let[r,i]=t;if(i||=e,(typeof r==`string`||r instanceof String)&&(r=[r]),n===void 0||n===`all`){if(!r.every(e=>i.includes(e)))return!1}else if(n===`any`){if(!r.some(e=>i.includes(e)))return!1}else if(n===`none`&&r.some(e=>i.includes(e)))return!1;return!0}var i={install(e,i){e.directive(`auth`,t),e.config.globalProperties.$auth=r,e.provide(`auth`,r),i&&i.defaultPermissions&&n(i.defaultPermissions)}};exports.auth=i,exports.setDefaultPermissions=n;
|
|
2
|
+
//# sourceMappingURL=directives.cjs.map
|