@focus-teach/ui 1.0.1 → 1.0.3
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/.history/package_20230626115243.json +45 -0
- package/.history/package_20230626115245.json +45 -0
- package/.history/package_20230626115259.json +45 -0
- package/.history/package_20230626120806.json +45 -0
- package/.history/package_20230626120808.json +46 -0
- package/.history/package_20230626120809.json +45 -0
- package/package.json +1 -1
- /package/lib/{@focus-teach/fonts → fonts}/icomoon.356dc15f.woff +0 -0
- /package/lib/{@focus-teach/fonts → fonts}/icomoon.71d64f31.woff +0 -0
- /package/lib/{@focus-teach/fonts → fonts}/icomoon.7c9a60d9.eot +0 -0
- /package/lib/{@focus-teach/fonts → fonts}/icomoon.ba18ad87.eot +0 -0
- /package/lib/{@focus-teach/fonts → fonts}/icomoon.de76432e.ttf +0 -0
- /package/lib/{@focus-teach/fonts → fonts}/icomoon.ec37e716.ttf +0 -0
- /package/lib/{@focus-teach/img → img}/cloud_txt_24.87b9d2ae.svg +0 -0
- /package/lib/{@focus-teach/img → img}/icomoon.428f3063.svg +0 -0
- /package/lib/{@focus-teach/img → img}/icomoon.532b3795.svg +0 -0
- /package/lib/{@focus-teach/img → img}/icon_question.e931b16c.svg +0 -0
- /package/lib/{@focus-teach/ui.common.js → ui.common.js} +0 -0
- /package/lib/{@focus-teach/ui.css → ui.css} +0 -0
- /package/lib/{@focus-teach/ui.umd.js → ui.umd.js} +0 -0
- /package/lib/{@focus-teach/ui.umd.min.js → ui.umd.min.js} +0 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "lib/@focus-teachui.umd.min.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"serve": "vue-cli-service serve",
|
|
8
|
+
"build": "vue-cli-service build",
|
|
9
|
+
"test:unit": "vue-cli-service test:unit",
|
|
10
|
+
"predeploy": "npm run build",
|
|
11
|
+
"deploy": "gh-pages -d dist",
|
|
12
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"axios": "^0.21.1",
|
|
16
|
+
"core-js": "^3.6.5",
|
|
17
|
+
"element-ui": "^2.15.1",
|
|
18
|
+
"sass": "^1.26.5",
|
|
19
|
+
"sass-loader": "^10.1.1",
|
|
20
|
+
"vue": "^2.6.10",
|
|
21
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
22
|
+
"underscore": "^1.13.1",
|
|
23
|
+
"vue-router": "^3.0.3",
|
|
24
|
+
"vue-loader": "^15.9.6",
|
|
25
|
+
"vuex": "^3.0.1",
|
|
26
|
+
"qs": "^6.10.1"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
30
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
31
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
32
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
33
|
+
"@vue/cli-service": "^3.10.0",
|
|
34
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
35
|
+
"babel-plugin-component": "^1.1.1",
|
|
36
|
+
"chai": "^4.1.2",
|
|
37
|
+
"cheerio": "^1.0.0-rc.3",
|
|
38
|
+
"gh-pages": "^2.2.0",
|
|
39
|
+
"markdown-it": "^9.1.0",
|
|
40
|
+
"markdown-it-container": "^2.0.0",
|
|
41
|
+
"sass-loader": "^10.4.1",
|
|
42
|
+
"vue-markdown-loader": "^2.4.1",
|
|
43
|
+
"vue-template-compiler": "^2.6.10"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "lib/@focus-teach/ui.umd.min.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"serve": "vue-cli-service serve",
|
|
8
|
+
"build": "vue-cli-service build",
|
|
9
|
+
"test:unit": "vue-cli-service test:unit",
|
|
10
|
+
"predeploy": "npm run build",
|
|
11
|
+
"deploy": "gh-pages -d dist",
|
|
12
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"axios": "^0.21.1",
|
|
16
|
+
"core-js": "^3.6.5",
|
|
17
|
+
"element-ui": "^2.15.1",
|
|
18
|
+
"sass": "^1.26.5",
|
|
19
|
+
"sass-loader": "^10.1.1",
|
|
20
|
+
"vue": "^2.6.10",
|
|
21
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
22
|
+
"underscore": "^1.13.1",
|
|
23
|
+
"vue-router": "^3.0.3",
|
|
24
|
+
"vue-loader": "^15.9.6",
|
|
25
|
+
"vuex": "^3.0.1",
|
|
26
|
+
"qs": "^6.10.1"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
30
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
31
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
32
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
33
|
+
"@vue/cli-service": "^3.10.0",
|
|
34
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
35
|
+
"babel-plugin-component": "^1.1.1",
|
|
36
|
+
"chai": "^4.1.2",
|
|
37
|
+
"cheerio": "^1.0.0-rc.3",
|
|
38
|
+
"gh-pages": "^2.2.0",
|
|
39
|
+
"markdown-it": "^9.1.0",
|
|
40
|
+
"markdown-it-container": "^2.0.0",
|
|
41
|
+
"sass-loader": "^10.4.1",
|
|
42
|
+
"vue-markdown-loader": "^2.4.1",
|
|
43
|
+
"vue-template-compiler": "^2.6.10"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "lib/@focus-teach/ui.umd.min.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"serve": "vue-cli-service serve",
|
|
8
|
+
"build": "vue-cli-service build",
|
|
9
|
+
"test:unit": "vue-cli-service test:unit",
|
|
10
|
+
"predeploy": "npm run build",
|
|
11
|
+
"deploy": "gh-pages -d dist",
|
|
12
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"axios": "^0.21.1",
|
|
16
|
+
"core-js": "^3.6.5",
|
|
17
|
+
"element-ui": "^2.15.1",
|
|
18
|
+
"sass": "^1.26.5",
|
|
19
|
+
"sass-loader": "^10.1.1",
|
|
20
|
+
"vue": "^2.6.10",
|
|
21
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
22
|
+
"underscore": "^1.13.1",
|
|
23
|
+
"vue-router": "^3.0.3",
|
|
24
|
+
"vue-loader": "^15.9.6",
|
|
25
|
+
"vuex": "^3.0.1",
|
|
26
|
+
"qs": "^6.10.1"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
30
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
31
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
32
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
33
|
+
"@vue/cli-service": "^3.10.0",
|
|
34
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
35
|
+
"babel-plugin-component": "^1.1.1",
|
|
36
|
+
"chai": "^4.1.2",
|
|
37
|
+
"cheerio": "^1.0.0-rc.3",
|
|
38
|
+
"gh-pages": "^2.2.0",
|
|
39
|
+
"markdown-it": "^9.1.0",
|
|
40
|
+
"markdown-it-container": "^2.0.0",
|
|
41
|
+
"sass-loader": "^10.4.1",
|
|
42
|
+
"vue-markdown-loader": "^2.4.1",
|
|
43
|
+
"vue-template-compiler": "^2.6.10"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "lib/ui.umd.min.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"serve": "vue-cli-service serve",
|
|
8
|
+
"build": "vue-cli-service build",
|
|
9
|
+
"test:unit": "vue-cli-service test:unit",
|
|
10
|
+
"predeploy": "npm run build",
|
|
11
|
+
"deploy": "gh-pages -d dist",
|
|
12
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"axios": "^0.21.1",
|
|
16
|
+
"core-js": "^3.6.5",
|
|
17
|
+
"element-ui": "^2.15.1",
|
|
18
|
+
"sass": "^1.26.5",
|
|
19
|
+
"sass-loader": "^10.1.1",
|
|
20
|
+
"vue": "^2.6.10",
|
|
21
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
22
|
+
"underscore": "^1.13.1",
|
|
23
|
+
"vue-router": "^3.0.3",
|
|
24
|
+
"vue-loader": "^15.9.6",
|
|
25
|
+
"vuex": "^3.0.1",
|
|
26
|
+
"qs": "^6.10.1"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
30
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
31
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
32
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
33
|
+
"@vue/cli-service": "^3.10.0",
|
|
34
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
35
|
+
"babel-plugin-component": "^1.1.1",
|
|
36
|
+
"chai": "^4.1.2",
|
|
37
|
+
"cheerio": "^1.0.0-rc.3",
|
|
38
|
+
"gh-pages": "^2.2.0",
|
|
39
|
+
"markdown-it": "^9.1.0",
|
|
40
|
+
"markdown-it-container": "^2.0.0",
|
|
41
|
+
"sass-loader": "^10.4.1",
|
|
42
|
+
"vue-markdown-loader": "^2.4.1",
|
|
43
|
+
"vue-template-compiler": "^2.6.10"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.3
|
|
4
|
+
",
|
|
5
|
+
"private": false,
|
|
6
|
+
"main": "lib/ui.umd.min.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build",
|
|
10
|
+
"test:unit": "vue-cli-service test:unit",
|
|
11
|
+
"predeploy": "npm run build",
|
|
12
|
+
"deploy": "gh-pages -d dist",
|
|
13
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"axios": "^0.21.1",
|
|
17
|
+
"core-js": "^3.6.5",
|
|
18
|
+
"element-ui": "^2.15.1",
|
|
19
|
+
"sass": "^1.26.5",
|
|
20
|
+
"sass-loader": "^10.1.1",
|
|
21
|
+
"vue": "^2.6.10",
|
|
22
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
23
|
+
"underscore": "^1.13.1",
|
|
24
|
+
"vue-router": "^3.0.3",
|
|
25
|
+
"vue-loader": "^15.9.6",
|
|
26
|
+
"vuex": "^3.0.1",
|
|
27
|
+
"qs": "^6.10.1"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
31
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
32
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
33
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
34
|
+
"@vue/cli-service": "^3.10.0",
|
|
35
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
36
|
+
"babel-plugin-component": "^1.1.1",
|
|
37
|
+
"chai": "^4.1.2",
|
|
38
|
+
"cheerio": "^1.0.0-rc.3",
|
|
39
|
+
"gh-pages": "^2.2.0",
|
|
40
|
+
"markdown-it": "^9.1.0",
|
|
41
|
+
"markdown-it-container": "^2.0.0",
|
|
42
|
+
"sass-loader": "^10.4.1",
|
|
43
|
+
"vue-markdown-loader": "^2.4.1",
|
|
44
|
+
"vue-template-compiler": "^2.6.10"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "lib/ui.umd.min.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"serve": "vue-cli-service serve",
|
|
8
|
+
"build": "vue-cli-service build",
|
|
9
|
+
"test:unit": "vue-cli-service test:unit",
|
|
10
|
+
"predeploy": "npm run build",
|
|
11
|
+
"deploy": "gh-pages -d dist",
|
|
12
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"axios": "^0.21.1",
|
|
16
|
+
"core-js": "^3.6.5",
|
|
17
|
+
"element-ui": "^2.15.1",
|
|
18
|
+
"sass": "^1.26.5",
|
|
19
|
+
"sass-loader": "^10.1.1",
|
|
20
|
+
"vue": "^2.6.10",
|
|
21
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
22
|
+
"underscore": "^1.13.1",
|
|
23
|
+
"vue-router": "^3.0.3",
|
|
24
|
+
"vue-loader": "^15.9.6",
|
|
25
|
+
"vuex": "^3.0.1",
|
|
26
|
+
"qs": "^6.10.1"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
30
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
31
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
32
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
33
|
+
"@vue/cli-service": "^3.10.0",
|
|
34
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
35
|
+
"babel-plugin-component": "^1.1.1",
|
|
36
|
+
"chai": "^4.1.2",
|
|
37
|
+
"cheerio": "^1.0.0-rc.3",
|
|
38
|
+
"gh-pages": "^2.2.0",
|
|
39
|
+
"markdown-it": "^9.1.0",
|
|
40
|
+
"markdown-it-container": "^2.0.0",
|
|
41
|
+
"sass-loader": "^10.4.1",
|
|
42
|
+
"vue-markdown-loader": "^2.4.1",
|
|
43
|
+
"vue-template-compiler": "^2.6.10"
|
|
44
|
+
}
|
|
45
|
+
}
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|