n20-common-lib 1.3.0 → 1.3.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/g6.js +5 -5
- package/package.json +1 -1
- package/style/css/normalize.scss +0 -726
- package/style/pageDemo/demo-1.vue +0 -131
- package/style/pageDemo/demo-2.vue +0 -35
- package/style/pageDemo/demo-3.vue +0 -22
- package/style/pageDemo/seeCode.js +0 -20
- package/style/server-config.jsonc +0 -723
package/g6.js
CHANGED
|
@@ -14,7 +14,7 @@ import NstcDropdown from './src/components/NstcG6Components/NstcDropdown/NstcDro
|
|
|
14
14
|
import NstcPagination from './src/components/NstcG6Components/NstcPagination/NstcPagination.vue'
|
|
15
15
|
import NstcTable from './src/components/NstcG6Components/NstcTable/NstcTable.vue'
|
|
16
16
|
import NstcTab from './src/components/NstcG6Components/NstcTab/NstcTab.vue'
|
|
17
|
-
import NstcSvgIcon from './src/components/NstcG6Components/NstcSvgIcon/NstcSvgIcon.vue'
|
|
17
|
+
// import NstcSvgIcon from './src/components/NstcG6Components/NstcSvgIcon/NstcSvgIcon.vue'
|
|
18
18
|
import NstcSticky from './src/components/NstcG6Components/NstcSticky/NstcSticky.vue'
|
|
19
19
|
import InputTag from './src/components/NstcG6Components/InputTag/InputTag.vue'
|
|
20
20
|
import NstcSelectTreeList from './src/components/NstcG6Components/NstcSelectTreeList/NstcSelectTreeList.vue'
|
|
@@ -51,10 +51,10 @@ import TableRadioCustom from './src/components/NstcG6Components/NstcForm/TableRa
|
|
|
51
51
|
import NstcSearch from './src/components/NstcG6Components/Search/NstcSearch.vue'
|
|
52
52
|
// import NstcDialogForm from './src/components/NstcG6Components/NstcDialogForm/NstcDialogForm'
|
|
53
53
|
|
|
54
|
-
const req = require.context('./src/assets/svg', false, /\.svg$/)
|
|
54
|
+
// const req = require.context('./src/assets/svg', false, /\.svg$/)
|
|
55
55
|
|
|
56
|
-
const requireAll = (requireContext) => requireContext.keys().map(requireContext)
|
|
57
|
-
requireAll(req)
|
|
56
|
+
// const requireAll = (requireContext) => requireContext.keys().map(requireContext)
|
|
57
|
+
// requireAll(req)
|
|
58
58
|
|
|
59
59
|
/* 方法 */
|
|
60
60
|
import VueBus from '@/utils/vue-bus'
|
|
@@ -159,7 +159,7 @@ export {
|
|
|
159
159
|
NstcPagination,
|
|
160
160
|
NstcTable,
|
|
161
161
|
NstcTab,
|
|
162
|
-
NstcSvgIcon,
|
|
162
|
+
// NstcSvgIcon,
|
|
163
163
|
NstcSticky,
|
|
164
164
|
InputTag,
|
|
165
165
|
NstcSelectTreeList,
|