@xilonglab/vue-main 0.8.9 → 0.8.15
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/package.json +1 -1
- package/packages/index.js +81 -81
package/package.json
CHANGED
package/packages/index.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import XlSideBar from './XlSideBar.vue'
|
|
2
|
-
import XlControlBar from './XlControlBar.vue'
|
|
3
|
-
import XlBreadcrumb from './XlBreadcrumb.vue'
|
|
1
|
+
// import XlSideBar from './XlSideBar.vue'
|
|
2
|
+
// import XlControlBar from './XlControlBar.vue'
|
|
3
|
+
// import XlBreadcrumb from './XlBreadcrumb.vue'
|
|
4
4
|
|
|
5
|
-
// Button Components
|
|
6
|
-
import XlAsyncButton from './button/XlAsyncButton.vue'
|
|
7
|
-
import XlButton from './button/XlButton.vue'
|
|
8
|
-
import XlDeleteButton from './button/XlDeleteButton.vue'
|
|
9
|
-
import XlEditButton from './button/XlEditButton.vue'
|
|
10
|
-
import XlIconButton from './button/XlIconButton.vue'
|
|
11
|
-
import XlUploadButton from './button/XlUploadButton.vue'
|
|
5
|
+
// // Button Components
|
|
6
|
+
// import XlAsyncButton from './button/XlAsyncButton.vue'
|
|
7
|
+
// import XlButton from './button/XlButton.vue'
|
|
8
|
+
// import XlDeleteButton from './button/XlDeleteButton.vue'
|
|
9
|
+
// import XlEditButton from './button/XlEditButton.vue'
|
|
10
|
+
// import XlIconButton from './button/XlIconButton.vue'
|
|
11
|
+
// import XlUploadButton from './button/XlUploadButton.vue'
|
|
12
12
|
|
|
13
|
-
// Form Components
|
|
14
|
-
import XlCascader from './form/XlCascader.vue'
|
|
15
|
-
import XlCheckbox from './form/XlCheckbox.vue'
|
|
16
|
-
import XlDate from './form/XlDate.vue'
|
|
17
|
-
import XlFormCol from './form/XlFormCol.vue'
|
|
18
|
-
import XlFormRow from './form/XlFormRow.vue'
|
|
19
|
-
import XlImageInput from './form/XlImageInput.vue'
|
|
20
|
-
import XlInput from './form/XlInput.vue'
|
|
21
|
-
import XlMapSelect from './form/XlMapSelect.vue'
|
|
22
|
-
import XlNumber from './form/XlNumber.vue'
|
|
23
|
-
import XlRadio from './form/XlRadio.vue'
|
|
24
|
-
import XlRawSelect from './form/XlRawSelect.vue'
|
|
25
|
-
import XlRegion from './form/XlRegion.vue'
|
|
26
|
-
import XlSearchSelect from './form/XlSearchSelect.vue'
|
|
27
|
-
import XlSelect from './form/XlSelect.vue'
|
|
28
|
-
import XlSwitch from './form/XlSwitch.vue'
|
|
29
|
-
import XlTabRadio from './form/XlTabRadio.vue'
|
|
30
|
-
import XlTags from './form/XlTags.vue'
|
|
31
|
-
import XlTextarea from './form/XlTextarea.vue'
|
|
32
|
-
import XlTime from './form/XlTime.vue'
|
|
13
|
+
// // Form Components
|
|
14
|
+
// import XlCascader from './form/XlCascader.vue'
|
|
15
|
+
// import XlCheckbox from './form/XlCheckbox.vue'
|
|
16
|
+
// import XlDate from './form/XlDate.vue'
|
|
17
|
+
// import XlFormCol from './form/XlFormCol.vue'
|
|
18
|
+
// import XlFormRow from './form/XlFormRow.vue'
|
|
19
|
+
// import XlImageInput from './form/XlImageInput.vue'
|
|
20
|
+
// import XlInput from './form/XlInput.vue'
|
|
21
|
+
// import XlMapSelect from './form/XlMapSelect.vue'
|
|
22
|
+
// import XlNumber from './form/XlNumber.vue'
|
|
23
|
+
// import XlRadio from './form/XlRadio.vue'
|
|
24
|
+
// import XlRawSelect from './form/XlRawSelect.vue'
|
|
25
|
+
// import XlRegion from './form/XlRegion.vue'
|
|
26
|
+
// import XlSearchSelect from './form/XlSearchSelect.vue'
|
|
27
|
+
// import XlSelect from './form/XlSelect.vue'
|
|
28
|
+
// import XlSwitch from './form/XlSwitch.vue'
|
|
29
|
+
// import XlTabRadio from './form/XlTabRadio.vue'
|
|
30
|
+
// import XlTags from './form/XlTags.vue'
|
|
31
|
+
// import XlTextarea from './form/XlTextarea.vue'
|
|
32
|
+
// import XlTime from './form/XlTime.vue'
|
|
33
33
|
|
|
34
34
|
// Dialog Components
|
|
35
35
|
// import XlDialog from './dialog/XlDialog.vue'
|
|
@@ -52,57 +52,57 @@ import XlTime from './form/XlTime.vue'
|
|
|
52
52
|
// import XlAutoSaver from './main/XlAutoSaver.vue'
|
|
53
53
|
// import XlLoginForm from './main/XlLoginForm.vue'
|
|
54
54
|
|
|
55
|
-
const components = [
|
|
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
|
-
];
|
|
55
|
+
// const components = [
|
|
56
|
+
// XlSideBar,
|
|
57
|
+
// XlControlBar,
|
|
58
|
+
// XlBreadcrumb,
|
|
59
|
+
// // Buttons
|
|
60
|
+
// XlAsyncButton,
|
|
61
|
+
// XlButton,
|
|
62
|
+
// XlDeleteButton,
|
|
63
|
+
// XlEditButton,
|
|
64
|
+
// XlIconButton,
|
|
65
|
+
// XlUploadButton,
|
|
66
|
+
// // Forms
|
|
67
|
+
// XlCascader,
|
|
68
|
+
// XlCheckbox,
|
|
69
|
+
// XlDate,
|
|
70
|
+
// XlFormCol,
|
|
71
|
+
// XlFormRow,
|
|
72
|
+
// XlImageInput,
|
|
73
|
+
// XlInput,
|
|
74
|
+
// XlMapSelect,
|
|
75
|
+
// XlNumber,
|
|
76
|
+
// XlRadio,
|
|
77
|
+
// XlRawSelect,
|
|
78
|
+
// XlRegion,
|
|
79
|
+
// XlSearchSelect,
|
|
80
|
+
// XlSelect,
|
|
81
|
+
// XlSwitch,
|
|
82
|
+
// XlTabRadio,
|
|
83
|
+
// XlTags,
|
|
84
|
+
// XlTextarea,
|
|
85
|
+
// XlTime,
|
|
86
|
+
// // Dialogs
|
|
87
|
+
// // XlDialog,
|
|
88
|
+
// // XlFormDialog,
|
|
89
|
+
// // XlStateDialog,
|
|
90
|
+
// // XlEditReviewDialog,
|
|
91
|
+
// // XlImagePreviewDialog,
|
|
92
|
+
// // XlMessageDialog,
|
|
93
|
+
// // XlReviewDialog,
|
|
94
|
+
// // // Main Components
|
|
95
|
+
// // XlDataView,
|
|
96
|
+
// // XlTableFormDialog,
|
|
97
|
+
// // XlNavBar,
|
|
98
|
+
// // XlTabView,
|
|
99
|
+
// // XlToolBar,
|
|
100
|
+
// // XlVerticalMenu,
|
|
101
|
+
// // XlStatusIndicator,
|
|
102
|
+
// // XlUpdateIndicator,
|
|
103
|
+
// // XlAutoSaver,
|
|
104
|
+
// // XlLoginForm
|
|
105
|
+
// ];
|
|
106
106
|
|
|
107
107
|
// const install = (app) => {
|
|
108
108
|
// components.forEach((component) => {
|