@asd20/ui 3.2.1038 → 3.2.1040
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-lock.json +527 -45935
- package/package.json +4 -5
- package/src/components/atoms/Asd20Icon/index.vue +1 -1
- package/src/components/molecules/Asd20Card/index.vue +1 -1
- package/src/components/molecules/Asd20Swiper/index.vue +1 -1
- package/src/components/organisms/Asd20EventModal/index.vue +1 -1
- package/src/components/organisms/Asd20ImageGallery/index.vue +1 -1
- package/src/components/organisms/Asd20ImageHeader/index.vue +1 -1
- package/src/components/organisms/Asd20PageHeader/index.vue +1 -1
- package/src/components/organisms/Asd20PrimaryHeader/index.vue +1 -1
- package/src/components/organisms/Asd20SchoolHomepageHeader/index.vue +1 -1
- package/src/components/organisms/Asd20SiteSearch/index.vue +1 -1
- package/src/components/templates/Asd20ArticleDigestCompactTemplate/index.stories.js +1 -1
- package/src/components/templates/Asd20ArticleDigestTemplate/index.stories.js +1 -1
- package/src/components/templates/Asd20ArticleListTemplate/index.stories.js +1 -1
- package/src/components/templates/Asd20ClubsTemplate/index.stories.js +1 -1
- package/src/components/templates/Asd20LoginsTemplate/index.vue +1 -8
- package/src/components/templates/Asd20SchoolHomeTemplate/index.vue +1 -1
- package/src/components/templates/Asd20SchoolHomeVideoTemplate/index.vue +1 -1
- package/src/helpers/mapPageQueryResultToPageTemplateProps.js +1 -1
- package/src/mixins/inputComponentMixin.js +1 -1
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"*.scss",
|
|
6
6
|
"*.vue"
|
|
7
7
|
],
|
|
8
|
-
"version": "3.2.
|
|
8
|
+
"version": "3.2.1040",
|
|
9
9
|
"private": false,
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"repository": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"focus-trap": "^6.9.4",
|
|
36
36
|
"focus-trap-vue": "^1.1.1",
|
|
37
37
|
"js-cookie": "^2.2.1",
|
|
38
|
-
"lodash
|
|
38
|
+
"lodash": "^4.17.21",
|
|
39
39
|
"swiper": "^5.4.5",
|
|
40
40
|
"uuid": "^3.3.2",
|
|
41
41
|
"v-scroll-lock": "^1.3.1",
|
|
@@ -80,12 +80,11 @@
|
|
|
80
80
|
"html-webpack-plugin": "^3.2.0",
|
|
81
81
|
"jest-image-snapshot": "^2.5.0",
|
|
82
82
|
"lint-staged": "^8.1.0",
|
|
83
|
-
"lodash": "^4.17.15",
|
|
84
83
|
"puppeteer": "^1.9.0",
|
|
85
84
|
"react": "^16.8.3",
|
|
86
85
|
"release-it": "^10.2.0",
|
|
87
|
-
"sass": "^1.
|
|
88
|
-
"sass-loader": "
|
|
86
|
+
"sass": "^1.69.0",
|
|
87
|
+
"sass-loader": "10.1.1",
|
|
89
88
|
"storybook-addon-vue-info": "^1.4.1",
|
|
90
89
|
"stylelint": "^9.10.1",
|
|
91
90
|
"stylelint-config-css-modules": "^1.3.0",
|
|
@@ -61,7 +61,7 @@ import Asd20List from '../../organisms/Asd20List'
|
|
|
61
61
|
import Asd20ListItem from '../../molecules/Asd20ListItem'
|
|
62
62
|
import Asd20Viewport from '../../atoms/Asd20Viewport'
|
|
63
63
|
import formattedTime from '../../../helpers/formatEventTime'
|
|
64
|
-
import truncate from 'lodash
|
|
64
|
+
import truncate from 'lodash/truncate'
|
|
65
65
|
|
|
66
66
|
export default {
|
|
67
67
|
name: 'Asd20EventModal',
|
|
@@ -55,7 +55,7 @@ import Asd20Swipe from '../../../components/molecules/Asd20Swipe'
|
|
|
55
55
|
import Asd20SwipeItem from '../../../components/atoms/Asd20SwipeItem'
|
|
56
56
|
import Asd20Icon from '../../../components/atoms/Asd20Icon'
|
|
57
57
|
|
|
58
|
-
import truncate from 'lodash
|
|
58
|
+
import truncate from 'lodash/truncate'
|
|
59
59
|
|
|
60
60
|
export default {
|
|
61
61
|
name: 'Asd20ImageGallery',
|
|
@@ -164,7 +164,7 @@ import Asd20Share from '../../molecules/Asd20Share'
|
|
|
164
164
|
import Asd20FormattedDate from '../../atoms/Asd20FormattedDate'
|
|
165
165
|
import Asd20TagGroup from '../../organisms/Asd20TagGroup'
|
|
166
166
|
|
|
167
|
-
import truncate from 'lodash
|
|
167
|
+
import truncate from 'lodash/truncate'
|
|
168
168
|
|
|
169
169
|
export default {
|
|
170
170
|
name: 'Asd20ImageHeader',
|
|
@@ -159,7 +159,7 @@ import Asd20Share from '../../molecules/Asd20Share'
|
|
|
159
159
|
import Asd20FormattedDate from '../../atoms/Asd20FormattedDate'
|
|
160
160
|
import Asd20TagGroup from '../../organisms/Asd20TagGroup'
|
|
161
161
|
|
|
162
|
-
import truncate from 'lodash
|
|
162
|
+
import truncate from 'lodash/truncate'
|
|
163
163
|
|
|
164
164
|
export default {
|
|
165
165
|
name: 'Asd20PageHeader',
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
import scrollTrack from '../../../directives/scroll-track'
|
|
56
56
|
import Asd20Button from '../../atoms/Asd20Button'
|
|
57
57
|
|
|
58
|
-
import truncate from 'lodash
|
|
58
|
+
import truncate from 'lodash/truncate'
|
|
59
59
|
|
|
60
60
|
export default {
|
|
61
61
|
name: 'Asd20SchoolHomepageHeader',
|
|
@@ -95,7 +95,7 @@ import Asd20DepartmentContactCard from '../../molecules/Asd20DepartmentContactCa
|
|
|
95
95
|
import Asd20Checkbox from '../../atoms/Asd20Checkbox'
|
|
96
96
|
|
|
97
97
|
// Helpers
|
|
98
|
-
import debounce from 'lodash
|
|
98
|
+
import debounce from 'lodash/debounce'
|
|
99
99
|
import mapPagesToListItems from '../../../helpers/mapPagesToListItems'
|
|
100
100
|
import mapFilesToListItems from '../../../helpers/mapFilesToListItems'
|
|
101
101
|
|
|
@@ -6,7 +6,7 @@ import mockPageMixin from '../../../mixins/mockPageMixin'
|
|
|
6
6
|
import Asd20ArticleDigestCompactTemplate from '.'
|
|
7
7
|
import pageQueryResult from '../../../data/page-queries/digest-page-query-result.json'
|
|
8
8
|
import notifications from '../../../data/messages/notifications'
|
|
9
|
-
import debounce from 'lodash
|
|
9
|
+
import debounce from 'lodash/debounce'
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
const info = {
|
|
@@ -6,7 +6,7 @@ import mockPageMixin from '../../../mixins/mockPageMixin'
|
|
|
6
6
|
import Asd20ArticleDigestTemplate from '.'
|
|
7
7
|
import pageQueryResult from '../../../data/page-queries/digest-page-query-result.json'
|
|
8
8
|
import notifications from '../../../data/messages/notifications'
|
|
9
|
-
import debounce from 'lodash
|
|
9
|
+
import debounce from 'lodash/debounce'
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
const info = {
|
|
@@ -5,7 +5,7 @@ import mockPageMixin from '../../../mixins/mockPageMixin'
|
|
|
5
5
|
import Asd20ArticleListTemplate from '.'
|
|
6
6
|
import pageQueryResult from '../../../data/page-queries/story-index-page-query-result.json'
|
|
7
7
|
import notifications from '../../../data/messages/notifications'
|
|
8
|
-
import debounce from 'lodash
|
|
8
|
+
import debounce from 'lodash/debounce'
|
|
9
9
|
|
|
10
10
|
const info = {
|
|
11
11
|
summary: 'Article List Template',
|
|
@@ -6,7 +6,7 @@ import mockPageMixin from '../../../mixins/mockPageMixin'
|
|
|
6
6
|
import Asd20ClubsTemplate from '.'
|
|
7
7
|
import pageQueryResult from '../../../data/page-queries/digest-page-query-result.json'
|
|
8
8
|
import notifications from '../../../data/messages/notifications'
|
|
9
|
-
import debounce from 'lodash
|
|
9
|
+
import debounce from 'lodash/debounce'
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
const info = {
|
|
@@ -168,7 +168,7 @@ import Asd20Button from '../../atoms/Asd20Button'
|
|
|
168
168
|
import Asd20Modal from '../../molecules/Asd20Modal'
|
|
169
169
|
import Asd20MessagingGroup from '../../molecules/Asd20MessagingGroup'
|
|
170
170
|
|
|
171
|
-
import
|
|
171
|
+
import kebabCase from 'lodash/kebabCase'
|
|
172
172
|
|
|
173
173
|
// Mixins
|
|
174
174
|
import pageTemplateMixin from '../../../mixins/pageTemplateMixin'
|
|
@@ -250,13 +250,6 @@ export default {
|
|
|
250
250
|
detailLinkLabel: '',
|
|
251
251
|
}
|
|
252
252
|
},
|
|
253
|
-
// tabsList() {
|
|
254
|
-
// return this.messageCategories.map(c => ({
|
|
255
|
-
// label: c,
|
|
256
|
-
// hash: `#tab-${kebabCase(c)}`,
|
|
257
|
-
// active: this.tab === `#tab-${kebabCase(c)}`,
|
|
258
|
-
// }))
|
|
259
|
-
// },
|
|
260
253
|
tabsList() {
|
|
261
254
|
// sort categories: 'reset' tabs first (alphabetized among themselves), then the rest (alphabetized)
|
|
262
255
|
const sortedCategories = [...(this.messageCategories || [])].sort(
|
|
@@ -191,7 +191,7 @@ import Asd20LanguageTranslation from '../../molecules/Asd20LanguageTranslation'
|
|
|
191
191
|
import Asd20BlockSchedule from '../../molecules/Asd20BlockSchedule'
|
|
192
192
|
|
|
193
193
|
// Helpers
|
|
194
|
-
import _get from 'lodash
|
|
194
|
+
import _get from 'lodash/get'
|
|
195
195
|
|
|
196
196
|
export default {
|
|
197
197
|
name: 'Asd20SchoolHomeTemplate',
|
|
@@ -191,7 +191,7 @@ import Asd20LanguageTranslation from '../../molecules/Asd20LanguageTranslation'
|
|
|
191
191
|
import Asd20BlockSchedule from '../../molecules/Asd20BlockSchedule'
|
|
192
192
|
|
|
193
193
|
// Helpers
|
|
194
|
-
import _get from 'lodash
|
|
194
|
+
import _get from 'lodash/get'
|
|
195
195
|
|
|
196
196
|
export default {
|
|
197
197
|
name: 'Asd20SchoolHomeVideoTemplate',
|