@burh/nuxt-core 1.0.420 → 1.0.421

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.
@@ -1,46 +1,53 @@
1
1
  <template>
2
2
  <div class="card h-100">
3
- <div class="container-fluid container-fluid--bu pt-5">
3
+ <div class="pt-4 pl-4 pr-4">
4
4
  <skeleton-animate :width="220" :height="20" rounded />
5
-
6
- <div class="chart__graph" v-if="hasChart">
7
- <skeleton-animate
8
- :width="300"
9
- :height="300"
10
- img
11
- />
12
- </div>
13
-
14
- <div class="row card-body px-0">
15
- <div
16
- class="col-6 col-sm-3 col-md-3 info-box text-center px-0"
17
- v-for="index in 3"
18
- :key="index"
19
- >
5
+ </div>
6
+ <div class="container-fluid container-fluid--bu pt-2 pb-2 container--height">
7
+ <div class="card__content">
8
+ <div class="chart__graph" v-if="hasChart">
20
9
  <skeleton-animate
21
- :width="80"
22
- :height="80"
23
- class="ml-3"
24
- rounded
10
+ :width="300"
11
+ :height="300"
12
+ img
25
13
  />
14
+ </div>
26
15
 
27
- <skeleton-animate
28
- :width="120"
29
- :height="15"
30
- rounded
31
- class="mt-2"
32
- />
16
+ <div class="row card-body px-0 justify-content-center">
17
+ <div
18
+ class="text-center px-0"
19
+ :class="hasIcon && index === 3 ? 'col-12' : 'col-6 col-sm-3 col-md-3'"
20
+ v-for="index in 3"
21
+ :key="index"
22
+ >
23
+ <div :class="{ 'item__with__icon': index === 3 && hasIcon }">
24
+ <div style="margin-left: -50px;" v-if="index === 3 && hasIcon">
25
+ <skeleton-animate
26
+ :width="150"
27
+ :height="100"
28
+ class="mr-4"
29
+ rounded
30
+ />
31
+ </div>
32
+ <div>
33
+ <skeleton-animate
34
+ :width="80"
35
+ :height="80"
36
+ class="ml-3"
37
+ rounded
38
+ />
39
+
40
+ <skeleton-animate
41
+ :width="120"
42
+ :height="15"
43
+ rounded
44
+ class="mt-2"
45
+ />
46
+ </div>
47
+ </div>
48
+ </div>
33
49
  </div>
34
50
  </div>
35
- <div class="d-flex align-items-center justify-content-center" v-if="hasExtra">
36
- <skeleton-animate :width="80" :height="80" img />
37
- <skeleton-animate
38
- :width="120"
39
- :height="15"
40
- rounded
41
- class="ml-2"
42
- />
43
- </div>
44
51
  </div>
45
52
  </div>
46
53
  </template>
@@ -50,7 +57,7 @@ export default {
50
57
  name: 'course-info-skeleton',
51
58
  components: { SkeletonAnimate },
52
59
  props: {
53
- hasExtra: {
60
+ hasIcon: {
54
61
  type: Boolean,
55
62
  default: false
56
63
  },
@@ -69,6 +76,26 @@ export default {
69
76
  padding: 20px;
70
77
  }
71
78
 
79
+ .item__with__icon {
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ margin-top: 80px;
84
+ }
85
+
86
+ .container--height {
87
+ height: 100%;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ flex-direction: column;
92
+
93
+ }
94
+
95
+ .card__content {
96
+ width: 100%;
97
+ }
98
+
72
99
  .card-title {
73
100
  font-size: 1rem;
74
101
  }
package/package.json CHANGED
@@ -1,114 +1,114 @@
1
- {
2
- "name": "@burh/nuxt-core",
3
- "version": "1.0.420",
4
- "description": "Design System and Components.",
5
- "author": "Burh",
6
- "scripts": {
7
- "dev": "nuxt",
8
- "build": "nuxt build",
9
- "start": "nuxt start",
10
- "generate": "nuxt generate",
11
- "build:server": "git pull origin release && yarn install && yarn build && pm2 restart all",
12
- "start:maintenance": "MAINTENANCE_MODE=true pm2 restart all",
13
- "dev:maintenance": "MAINTENANCE_MODE=true nuxt"
14
- },
15
- "dependencies": {
16
- "@babel/core": "^7.4.5",
17
- "@blowstack/ckeditor-nuxt": "^0.6.0",
18
- "@chenfengyuan/vue-qrcode": "^1.0.1",
19
- "@ckeditor/ckeditor5-build-classic": "^27.0.0",
20
- "@fortawesome/fontawesome-svg-core": "^1.2.22",
21
- "@fortawesome/free-brands-svg-icons": "^5.10.2",
22
- "@fortawesome/free-regular-svg-icons": "^5.10.2",
23
- "@fortawesome/free-solid-svg-icons": "^5.10.2",
24
- "@fortawesome/vue-fontawesome": "^0.1.7",
25
- "@fullcalendar/core": "^4.2.0",
26
- "@fullcalendar/daygrid": "^4.1.0",
27
- "@fullcalendar/interaction": "^4.1.0",
28
- "@fullcalendar/timegrid": "^4.1.0",
29
- "@fullcalendar/vue": "^4.2.2",
30
- "@nuxtjs/axios": "^5.3.6",
31
- "@nuxtjs/google-adsense": "^1.1.3",
32
- "@nuxtjs/google-tag-manager": "^2.3.1",
33
- "@nuxtjs/pwa": "^3.0.0-beta.16",
34
- "bootstrap": "4.3.1",
35
- "chart.js": "2.9.4",
36
- "d3": "^5.9.2",
37
- "datamaps": "^0.5.9",
38
- "date-fns": "^1.30.1",
39
- "dropzone": "^5.5.1",
40
- "element-ui": "2.13.0",
41
- "es6-promise": "^4.2.6",
42
- "file-loader": "^6.0.0",
43
- "flag-icon-css": "^3.4.5",
44
- "flatpickr": "^4.5.7",
45
- "fuse.js": "^3.4.5",
46
- "google-maps": "^3.3.0",
47
- "heic2any": "0.0.2",
48
- "hls.js": "^1.0.10",
49
- "local-web-server": "^3.0.7",
50
- "mobile-device-detect": "^0.3.3",
51
- "moment": "^2.24.0",
52
- "nouislider": "^13.1.5",
53
- "nuxt": "^2.8.1",
54
- "nuxt-fontawesome": "^0.4.0",
55
- "nuxt-google-maps-module": "^1.6.0",
56
- "nuxt-maintenance-mode": "^0.3.0",
57
- "nuxt-sass-resources-loader": "^2.0.5",
58
- "nuxt-validate": "^1.0.1",
59
- "nuxt-vuex-localstorage": "^1.2.6",
60
- "passport-linkedin": "^1.0.0",
61
- "perfect-scrollbar": "^1.4.0",
62
- "prismjs": "^1.17.1",
63
- "quill": "^1.3.6",
64
- "quill-image-resize-module": "^3.0.0",
65
- "read-env": "^1.3.0",
66
- "remove-accents": "^0.4.2",
67
- "sticky-js": "^1.2.0",
68
- "sweetalert2": "^8.11.6",
69
- "v-click-outside": "^3.1.2",
70
- "v-owl-carousel": "^1.0.8",
71
- "v-resize": "^0.1.1",
72
- "vee-validate": "^2.2.8",
73
- "vue": "^2.6.10",
74
- "vue-chartjs": "^3.5.1",
75
- "vue-clipboard2": "^0.3.0",
76
- "vue-croppie": "^2.0.1",
77
- "vue-flatpickr-component": "^8.1.2",
78
- "vue-form-generator": "^2.3.4",
79
- "vue-loading-overlay": "^3.3.2",
80
- "vue-nav-tabs": "^0.5.7",
81
- "vue-plain-pagination": "^0.3.0",
82
- "vue-slick-carousel": "^1.0.6",
83
- "vue-the-mask": "^0.11.1",
84
- "vue2-transitions": "^0.3.0",
85
- "webp-loader": "^0.6.0"
86
- },
87
- "devDependencies": {
88
- "autoprefixer": "^9.6.1",
89
- "babel-eslint": "^10.0.3",
90
- "babel-plugin-component": "^1.1.0",
91
- "browser-sync": "^2.26.7",
92
- "cross-env": "^5.2.0",
93
- "cssnano": "^4.1.10",
94
- "del": "^5.0.0",
95
- "eslint": "^6.8.0",
96
- "eslint-plugin-vue": "^6.1.2",
97
- "img-loader": "^3.0.1",
98
- "lodash": "^4.17.15",
99
- "node-dir": "^0.1.17",
100
- "node-sass": "^5.0.0",
101
- "nodemon": "^1.18.9",
102
- "sass-loader": "^7.1.0"
103
- },
104
- "main": "dictionary.js",
105
- "repository": {
106
- "type": "git",
107
- "url": "git+ssh://git@gitlab.com/gabrielesnack/burh-core.git"
108
- },
109
- "license": "UNLICENSED",
110
- "bugs": {
111
- "url": "https://gitlab.com/gabrielesnack/burh-core/issues"
112
- },
113
- "homepage": "https://gitlab.com/gabrielesnack/burh-core#readme"
114
- }
1
+ {
2
+ "name": "@burh/nuxt-core",
3
+ "version": "1.0.421",
4
+ "description": "Design System and Components.",
5
+ "author": "Burh",
6
+ "scripts": {
7
+ "dev": "nuxt",
8
+ "build": "nuxt build",
9
+ "start": "nuxt start",
10
+ "generate": "nuxt generate",
11
+ "build:server": "git pull origin release && yarn install && yarn build && pm2 restart all",
12
+ "start:maintenance": "MAINTENANCE_MODE=true pm2 restart all",
13
+ "dev:maintenance": "MAINTENANCE_MODE=true nuxt"
14
+ },
15
+ "dependencies": {
16
+ "@babel/core": "^7.4.5",
17
+ "@blowstack/ckeditor-nuxt": "^0.6.0",
18
+ "@chenfengyuan/vue-qrcode": "^1.0.1",
19
+ "@ckeditor/ckeditor5-build-classic": "^27.0.0",
20
+ "@fortawesome/fontawesome-svg-core": "^1.2.22",
21
+ "@fortawesome/free-brands-svg-icons": "^5.10.2",
22
+ "@fortawesome/free-regular-svg-icons": "^5.10.2",
23
+ "@fortawesome/free-solid-svg-icons": "^5.10.2",
24
+ "@fortawesome/vue-fontawesome": "^0.1.7",
25
+ "@fullcalendar/core": "^4.2.0",
26
+ "@fullcalendar/daygrid": "^4.1.0",
27
+ "@fullcalendar/interaction": "^4.1.0",
28
+ "@fullcalendar/timegrid": "^4.1.0",
29
+ "@fullcalendar/vue": "^4.2.2",
30
+ "@nuxtjs/axios": "^5.3.6",
31
+ "@nuxtjs/google-adsense": "^1.1.3",
32
+ "@nuxtjs/google-tag-manager": "^2.3.1",
33
+ "@nuxtjs/pwa": "^3.0.0-beta.16",
34
+ "bootstrap": "4.3.1",
35
+ "chart.js": "2.9.4",
36
+ "d3": "^5.9.2",
37
+ "datamaps": "^0.5.9",
38
+ "date-fns": "^1.30.1",
39
+ "dropzone": "^5.5.1",
40
+ "element-ui": "2.13.0",
41
+ "es6-promise": "^4.2.6",
42
+ "file-loader": "^6.0.0",
43
+ "flag-icon-css": "^3.4.5",
44
+ "flatpickr": "^4.5.7",
45
+ "fuse.js": "^3.4.5",
46
+ "google-maps": "^3.3.0",
47
+ "heic2any": "0.0.2",
48
+ "hls.js": "^1.0.10",
49
+ "local-web-server": "^3.0.7",
50
+ "mobile-device-detect": "^0.3.3",
51
+ "moment": "^2.24.0",
52
+ "nouislider": "^13.1.5",
53
+ "nuxt": "^2.8.1",
54
+ "nuxt-fontawesome": "^0.4.0",
55
+ "nuxt-google-maps-module": "^1.6.0",
56
+ "nuxt-maintenance-mode": "^0.3.0",
57
+ "nuxt-sass-resources-loader": "^2.0.5",
58
+ "nuxt-validate": "^1.0.1",
59
+ "nuxt-vuex-localstorage": "^1.2.6",
60
+ "passport-linkedin": "^1.0.0",
61
+ "perfect-scrollbar": "^1.4.0",
62
+ "prismjs": "^1.17.1",
63
+ "quill": "^1.3.6",
64
+ "quill-image-resize-module": "^3.0.0",
65
+ "read-env": "^1.3.0",
66
+ "remove-accents": "^0.4.2",
67
+ "sticky-js": "^1.2.0",
68
+ "sweetalert2": "^8.11.6",
69
+ "v-click-outside": "^3.1.2",
70
+ "v-owl-carousel": "^1.0.8",
71
+ "v-resize": "^0.1.1",
72
+ "vee-validate": "^2.2.8",
73
+ "vue": "^2.6.10",
74
+ "vue-chartjs": "^3.5.1",
75
+ "vue-clipboard2": "^0.3.0",
76
+ "vue-croppie": "^2.0.1",
77
+ "vue-flatpickr-component": "^8.1.2",
78
+ "vue-form-generator": "^2.3.4",
79
+ "vue-loading-overlay": "^3.3.2",
80
+ "vue-nav-tabs": "^0.5.7",
81
+ "vue-plain-pagination": "^0.3.0",
82
+ "vue-slick-carousel": "^1.0.6",
83
+ "vue-the-mask": "^0.11.1",
84
+ "vue2-transitions": "^0.3.0",
85
+ "webp-loader": "^0.6.0"
86
+ },
87
+ "devDependencies": {
88
+ "autoprefixer": "^9.6.1",
89
+ "babel-eslint": "^10.0.3",
90
+ "babel-plugin-component": "^1.1.0",
91
+ "browser-sync": "^2.26.7",
92
+ "cross-env": "^5.2.0",
93
+ "cssnano": "^4.1.10",
94
+ "del": "^5.0.0",
95
+ "eslint": "^6.8.0",
96
+ "eslint-plugin-vue": "^6.1.2",
97
+ "img-loader": "^3.0.1",
98
+ "lodash": "^4.17.15",
99
+ "node-dir": "^0.1.17",
100
+ "node-sass": "^5.0.0",
101
+ "nodemon": "^1.18.9",
102
+ "sass-loader": "^7.1.0"
103
+ },
104
+ "main": "dictionary.js",
105
+ "repository": {
106
+ "type": "git",
107
+ "url": "git+ssh://git@gitlab.com/gabrielesnack/burh-core.git"
108
+ },
109
+ "license": "UNLICENSED",
110
+ "bugs": {
111
+ "url": "https://gitlab.com/gabrielesnack/burh-core/issues"
112
+ },
113
+ "homepage": "https://gitlab.com/gabrielesnack/burh-core#readme"
114
+ }