@byu-oit/vue-decision-processing-components 8.35.7 → 8.35.8

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.
Files changed (135) hide show
  1. package/.github/workflows/deploy.yml +51 -0
  2. package/.repo-meta.yml +55 -55
  3. package/AdmitPeriodConfig.vue +115 -115
  4. package/ApiCallButton.vue +91 -91
  5. package/ApplicantInfo.vue +100 -100
  6. package/AssignmentBulkDialog.vue +153 -153
  7. package/AssignmentDialog.vue +117 -117
  8. package/AssignmentSummary.vue +75 -75
  9. package/BackgroundBadge.vue +83 -83
  10. package/BackgroundDetailCrime.vue +78 -78
  11. package/BackgroundDetailPluralMarriage.vue +43 -43
  12. package/BackgroundDetailSexRegistry.vue +43 -43
  13. package/BackgroundDetailUniversity.vue +37 -37
  14. package/CHANGELOG.md +676 -670
  15. package/Dashboard.vue +201 -201
  16. package/DashboardApplicationList.vue +50 -50
  17. package/DecisionDialog.vue +178 -178
  18. package/Details.vue +124 -124
  19. package/DetailsActivity.vue +59 -59
  20. package/DetailsBackground.vue +143 -143
  21. package/DetailsBackgroundDetail.vue +47 -47
  22. package/DetailsBackgroundSummary.vue +66 -66
  23. package/DetailsCesHold.vue +107 -107
  24. package/DetailsCollege.vue +93 -93
  25. package/DetailsContact.vue +65 -65
  26. package/DetailsDecision.vue +183 -183
  27. package/DetailsDecisionHistory.vue +56 -56
  28. package/DetailsEndorsement.vue +74 -74
  29. package/DetailsEssay.vue +59 -59
  30. package/DetailsFilenote.vue +62 -62
  31. package/DetailsFilenoteList.vue +109 -109
  32. package/DetailsFlagSection.vue +176 -176
  33. package/DetailsHeader.vue +263 -263
  34. package/DetailsHighSchool.vue +99 -99
  35. package/DetailsHsTranscript.vue +100 -100
  36. package/DetailsInstitute.vue +90 -90
  37. package/DetailsMission.vue +88 -88
  38. package/DetailsNewAppHistory.vue +50 -50
  39. package/DetailsNotes.vue +83 -83
  40. package/DetailsPathway.vue +45 -45
  41. package/DetailsScoringSection.vue +128 -128
  42. package/DetailsSection.vue +116 -116
  43. package/DetailsSeminary.vue +184 -184
  44. package/DetailsSrs.vue +52 -52
  45. package/DetailsSubnav.vue +54 -54
  46. package/DetailsTestScores.vue +131 -131
  47. package/ExpandIndicator.vue +75 -75
  48. package/ExternalLink.vue +34 -34
  49. package/FilterBreadcrumb.vue +85 -85
  50. package/FilterButton.vue +86 -86
  51. package/FilterButtonAdmitPeriod.vue +104 -109
  52. package/FilterButtonAppType.vue +103 -103
  53. package/FilterButtonAssignedTo.vue +96 -96
  54. package/FilterButtonClearFilters.vue +65 -65
  55. package/FilterButtonSex.vue +105 -105
  56. package/FlagButton.vue +59 -59
  57. package/FlagDialog.vue +129 -129
  58. package/Footer.vue +432 -432
  59. package/Header.vue +132 -132
  60. package/HighSchoolSummary.vue +60 -60
  61. package/InternationalIndicator.vue +44 -44
  62. package/InternationalStatus.vue +48 -48
  63. package/LICENSE +201 -201
  64. package/LoadingBadge.vue +58 -58
  65. package/ManageAssignments.vue +123 -123
  66. package/NoAuth.vue +14 -14
  67. package/NoteDialog.vue +106 -106
  68. package/ObjectViewer.vue +49 -49
  69. package/Queues.vue +268 -268
  70. package/QuickLinks.vue +25 -25
  71. package/README.md +2 -2
  72. package/RecentApplications.vue +53 -53
  73. package/Report.vue +340 -340
  74. package/ReportDetail.vue +279 -279
  75. package/ReportList.vue +87 -87
  76. package/ReportPhotos.vue +65 -65
  77. package/ReportSvg.vue +78 -78
  78. package/ReportViewer.vue +165 -165
  79. package/RequestAccess.vue +14 -14
  80. package/RequestAccessList.vue +45 -45
  81. package/RoleSelector.vue +29 -29
  82. package/Search.vue +22 -22
  83. package/ShowApplicantIds.vue +100 -100
  84. package/SortableHeader.vue +53 -53
  85. package/Spinner.vue +34 -34
  86. package/StarredIndicator.vue +36 -36
  87. package/StatBox.vue +73 -73
  88. package/StatCharts.vue +196 -196
  89. package/SupportDialog.vue +172 -172
  90. package/UserInfo.vue +52 -52
  91. package/YesNoIndicator.vue +48 -48
  92. package/dateTimeFormat.js +67 -67
  93. package/gpaCalculation.js +162 -162
  94. package/gpaFilter.js +5 -5
  95. package/hsSummary.json +2019 -2019
  96. package/package.json +36 -36
  97. package/parsers/application.js +396 -396
  98. package/parsers/decisionHistory.js +27 -27
  99. package/parsers/filenotes.js +27 -27
  100. package/parsers/notes.js +49 -49
  101. package/parsers/packet.js +88 -88
  102. package/parsers/packetList.js +57 -57
  103. package/parsers/reports.js +13 -13
  104. package/sat2Act.js +46 -46
  105. package/test.js +48 -48
  106. package/themes/ByuiFooter.vue +38 -38
  107. package/themes/ByuiHeader.vue +96 -96
  108. package/themes/LdsbcFooter.vue +38 -38
  109. package/themes/LdsbcHeader.vue +100 -100
  110. package/vuexModules/application/activity.js +32 -32
  111. package/vuexModules/application/applicationList.js +71 -71
  112. package/vuexModules/application/background.js +47 -47
  113. package/vuexModules/application/bio.js +38 -38
  114. package/vuexModules/application/citizenship.js +30 -30
  115. package/vuexModules/application/collegeSummaries.js +32 -32
  116. package/vuexModules/application/essay.js +26 -26
  117. package/vuexModules/application/highSchoolSummaries.js +40 -40
  118. package/vuexModules/application/index.js +157 -157
  119. package/vuexModules/application/institute.js +30 -30
  120. package/vuexModules/application/mission.js +48 -48
  121. package/vuexModules/application/personalRecords.js +24 -24
  122. package/vuexModules/application/questions.js +23 -23
  123. package/vuexModules/application/seminary.js +39 -39
  124. package/vuexModules/application/testScores.js +26 -26
  125. package/vuexModules/notes/index.js +22 -22
  126. package/vuexModules/packet/decision.js +43 -43
  127. package/vuexModules/packet/decisionHistory.js +28 -28
  128. package/vuexModules/packet/flags.js +174 -174
  129. package/vuexModules/packet/index.js +52 -52
  130. package/vuexModules/packet/packetList.js +127 -127
  131. package/vuexModules/packet/processes.js +28 -28
  132. package/vuexModules/reports/index.js +32 -32
  133. package/vuexModules/ui/index.js +56 -56
  134. package/vuexModules/users/index.js +46 -46
  135. package/yyyyMmFilter.js +7 -7
package/DetailsHeader.vue CHANGED
@@ -1,263 +1,263 @@
1
- <!--
2
- Copyright 2018 Brigham Young University
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
- -->
16
- <template>
17
- <div ref="container" class="header-container bg-secondary text-white" @mouseenter="mouseenter" @mouseleave="mouseleave">
18
-
19
- <transition name="scale">
20
- <div v-if="compact" class="applicant-details compact" key="compact">
21
- <div class="star" v-if="!hideStar && appId" :title="userFlag.isActive ? 'Remove from Tracking List' : 'Add to Tracking List'">
22
- <starred-indicator :set="userFlag.isActive" @click="toggleApplicationStar" />
23
- </div>
24
- <div class="name">
25
- <slot name="applicantNameCompact"></slot>
26
- </div>
27
- <div class="applicant">
28
- <slot name="applicantInfoCompact"></slot>
29
- </div>
30
- <div class="additional">
31
- <slot name="additionalInfoCompact"></slot>
32
- </div>
33
- <div class="actions bg-light text-body">
34
- <slot name="actionsCompact"></slot>
35
- </div>
36
- <div class="bug" v-if="!hideBug">
37
- <button class="btn btn-sm btn-outline-warning" title="Submit an incident" @click="openSupportModal">
38
- <font-awesome-icon :icon="bug" />
39
- </button>
40
- </div>
41
- </div>
42
- <div v-else class="applicant-details" key="expanded">
43
- <div class="star" v-if="!hideStar && appId" :title="userFlag.isActive ? 'Remove from Tracking List' : 'Add to Tracking List'">
44
- <starred-indicator :set="userFlag.isActive" @click="toggleApplicationStar" />
45
- </div>
46
- <div class="name">
47
- <slot name="applicantName">
48
- <h2>{{application.applicantName}}</h2>
49
- </slot>
50
- </div>
51
- <div class="applicant">
52
- <slot name="applicantInfo">
53
- <ApplicantInfo/>
54
- </slot>
55
- </div>
56
- <div class="additional">
57
- <slot name="additionalInfo"></slot>
58
- </div>
59
- <div class="actions bg-light text-body">
60
- <slot name="actions"></slot>
61
- </div>
62
- <div class="bug" v-if="!hideBug">
63
- <button class="btn btn-sm btn-outline-warning" @click="openSupportModal">
64
- <font-awesome-icon :icon="bug" />
65
- </button>
66
- </div>
67
- </div>
68
- </transition>
69
- <SupportDialog />
70
- </div>
71
- </template>
72
- <script>
73
- import get from 'lodash.get'
74
- import { mapState, mapGetters, mapActions } from 'vuex'
75
- import StarredIndicator from './StarredIndicator'
76
- import ApplicantInfo from './ApplicantInfo'
77
- import { yearTermFormat } from './dateTimeFormat'
78
- import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
79
- import { faBug } from '@fortawesome/free-solid-svg-icons'
80
- import SupportDialog from './SupportDialog'
81
-
82
- export default {
83
- name: 'DetailsHeader',
84
- components: {
85
- SupportDialog,
86
- ApplicantInfo,
87
- StarredIndicator,
88
- FontAwesomeIcon
89
- },
90
- props: {
91
- hideStar: {
92
- type: Boolean,
93
- default: false
94
- },
95
- hideBug:{
96
- type:Boolean,
97
- default: false
98
- },
99
- appId: {
100
- type: String
101
- }
102
- },
103
- data () {
104
- return {
105
- compact: false,
106
- justShrank: false,
107
- shrinkYLimit: 0,
108
- justGrew: false,
109
- hovering: false
110
- }
111
- },
112
- computed: {
113
- ...mapState({
114
- userInfo: 'userInfo',
115
- application: 'application'
116
- }),
117
- ...mapGetters(['flagByValue']),
118
- bug() {
119
- return faBug
120
- },
121
- userFlag () {
122
- const byuId = get(this.userInfo, 'byuId')
123
- if (!byuId) {
124
- return null
125
- }
126
- return this.flagByValue('S-' + byuId)
127
- }
128
- },
129
- methods: {
130
- ...mapActions(['flagUpdate']),
131
- toggleApplicationStar() {
132
- if (!this.appId) return
133
- const userFlagSet = this.userFlag.isActive
134
- this.flagUpdate({
135
- applicationUuid: this.appId,
136
- note: userFlagSet ? `Don't track this application` : `Track this application`,
137
- flagValue: 'S-' + this.userInfo.byuId,
138
- flagState: userFlagSet ? 'clear' : 'set'
139
- })
140
- },
141
- handleScroll () {
142
- if (!this.hovering) {
143
- const containerElem = this.$refs.container
144
- if (!containerElem || !containerElem.getBoundingClientRect) {
145
- return
146
- }
147
- const containerTopY = containerElem.getBoundingClientRect().top
148
- // Prevent flickering when just over the scroll threshold
149
- if (this.justShrank) {
150
- if (containerTopY > 0) {
151
- this.shrinkYLimit = containerTopY
152
- this.justShrank = false
153
- }
154
- } else if (containerTopY < this.shrinkYLimit) {
155
- this.shrinkYLimit = containerTopY
156
- }
157
- if (this.justGrew) {
158
- if (containerTopY > 0) {
159
- this.justGrew = false
160
- }
161
- }
162
- if (this.compact) {
163
- if (containerTopY > this.shrinkYLimit) {
164
- this.compact = false
165
- this.justGrew = true
166
- }
167
- } else {
168
- if (!this.justGrew && containerTopY <= 0) {
169
- this.justShrank = true
170
- this.compact = true
171
- }
172
- }
173
- }
174
- },
175
- mouseenter () {
176
- this.compact = false
177
- this.hovering = true
178
- },
179
- mouseleave (event) {
180
- this.hovering = false
181
- this.handleScroll(event)
182
- },
183
- openSupportModal () {
184
- this.$modal.show('support-modal')
185
- }
186
- },
187
- filters: { yearTermFormat },
188
- mounted () {
189
- window.addEventListener("scroll", this.handleScroll)
190
- },
191
- beforeUnmount () {
192
- window.removeEventListener("scroll", this.handleScroll)
193
- }
194
- }
195
- </script>
196
- <style scoped>
197
- .header-container {
198
- display: grid;
199
- grid-template-columns: 1fr;
200
- }
201
-
202
- .header-container > * {
203
- grid-column: 1/2;
204
- grid-row: 1/2;
205
- }
206
-
207
- .applicant-details {
208
- display: grid;
209
- grid-template-columns: 3rem minmax(40vw, 2fr) minmax(20vw, 1fr) minmax(auto, 30vw) 2.5rem;
210
- grid-template-rows: repeat(2, auto);
211
- grid-column-gap: 0.5rem;
212
- grid-template-areas:
213
- "star name additional actions bug"
214
- "star applicant additional actions bug";
215
- }
216
-
217
- .star {
218
- grid-area: star;
219
- align-self: center;
220
- padding: 0.75rem;
221
- cursor: pointer;
222
- }
223
-
224
- .name {
225
- grid-area: name;
226
- margin-bottom: 0;
227
- text-transform: initial;
228
- }
229
-
230
- .applicant { grid-area: applicant; }
231
-
232
- .additional {
233
- grid-area: additional;
234
- padding: 0.5rem;
235
- }
236
-
237
- .actions {
238
- grid-area: actions;
239
- padding: 0.5rem;
240
- }
241
-
242
- .bug {
243
- grid-area: bug;
244
- margin-left: -0.5rem;
245
- place-self: center;
246
- }
247
-
248
- .scale-enter-active,
249
- .scale-leave-active {
250
- transition: all 0.25s ease-out;
251
- }
252
-
253
- .scale-enter {
254
- opacity: 0;
255
- transform: scaleY(0.5) translateY(0.5rem);
256
- }
257
-
258
- .scale-leave-to {
259
- opacity: 0;
260
- transform: scaleY(0.5) translateY(-0.5rem);
261
- }
262
-
263
- </style>
1
+ <!--
2
+ Copyright 2018 Brigham Young University
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+ <template>
17
+ <div ref="container" class="header-container bg-secondary text-white" @mouseenter="mouseenter" @mouseleave="mouseleave">
18
+
19
+ <transition name="scale">
20
+ <div v-if="compact" class="applicant-details compact" key="compact">
21
+ <div class="star" v-if="!hideStar && appId" :title="userFlag.isActive ? 'Remove from Tracking List' : 'Add to Tracking List'">
22
+ <starred-indicator :set="userFlag.isActive" @click="toggleApplicationStar" />
23
+ </div>
24
+ <div class="name">
25
+ <slot name="applicantNameCompact"></slot>
26
+ </div>
27
+ <div class="applicant">
28
+ <slot name="applicantInfoCompact"></slot>
29
+ </div>
30
+ <div class="additional">
31
+ <slot name="additionalInfoCompact"></slot>
32
+ </div>
33
+ <div class="actions bg-light text-body">
34
+ <slot name="actionsCompact"></slot>
35
+ </div>
36
+ <div class="bug" v-if="!hideBug">
37
+ <button class="btn btn-sm btn-outline-warning" title="Submit an incident" @click="openSupportModal">
38
+ <font-awesome-icon :icon="bug" />
39
+ </button>
40
+ </div>
41
+ </div>
42
+ <div v-else class="applicant-details" key="expanded">
43
+ <div class="star" v-if="!hideStar && appId" :title="userFlag.isActive ? 'Remove from Tracking List' : 'Add to Tracking List'">
44
+ <starred-indicator :set="userFlag.isActive" @click="toggleApplicationStar" />
45
+ </div>
46
+ <div class="name">
47
+ <slot name="applicantName">
48
+ <h2>{{application.applicantName}}</h2>
49
+ </slot>
50
+ </div>
51
+ <div class="applicant">
52
+ <slot name="applicantInfo">
53
+ <ApplicantInfo/>
54
+ </slot>
55
+ </div>
56
+ <div class="additional">
57
+ <slot name="additionalInfo"></slot>
58
+ </div>
59
+ <div class="actions bg-light text-body">
60
+ <slot name="actions"></slot>
61
+ </div>
62
+ <div class="bug" v-if="!hideBug">
63
+ <button class="btn btn-sm btn-outline-warning" @click="openSupportModal">
64
+ <font-awesome-icon :icon="bug" />
65
+ </button>
66
+ </div>
67
+ </div>
68
+ </transition>
69
+ <SupportDialog />
70
+ </div>
71
+ </template>
72
+ <script>
73
+ import get from 'lodash.get'
74
+ import { mapState, mapGetters, mapActions } from 'vuex'
75
+ import StarredIndicator from './StarredIndicator'
76
+ import ApplicantInfo from './ApplicantInfo'
77
+ import { yearTermFormat } from './dateTimeFormat'
78
+ import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
79
+ import { faBug } from '@fortawesome/free-solid-svg-icons'
80
+ import SupportDialog from './SupportDialog'
81
+
82
+ export default {
83
+ name: 'DetailsHeader',
84
+ components: {
85
+ SupportDialog,
86
+ ApplicantInfo,
87
+ StarredIndicator,
88
+ FontAwesomeIcon
89
+ },
90
+ props: {
91
+ hideStar: {
92
+ type: Boolean,
93
+ default: false
94
+ },
95
+ hideBug:{
96
+ type:Boolean,
97
+ default: false
98
+ },
99
+ appId: {
100
+ type: String
101
+ }
102
+ },
103
+ data () {
104
+ return {
105
+ compact: false,
106
+ justShrank: false,
107
+ shrinkYLimit: 0,
108
+ justGrew: false,
109
+ hovering: false
110
+ }
111
+ },
112
+ computed: {
113
+ ...mapState({
114
+ userInfo: 'userInfo',
115
+ application: 'application'
116
+ }),
117
+ ...mapGetters(['flagByValue']),
118
+ bug() {
119
+ return faBug
120
+ },
121
+ userFlag () {
122
+ const byuId = get(this.userInfo, 'byuId')
123
+ if (!byuId) {
124
+ return null
125
+ }
126
+ return this.flagByValue('S-' + byuId)
127
+ }
128
+ },
129
+ methods: {
130
+ ...mapActions(['flagUpdate']),
131
+ toggleApplicationStar() {
132
+ if (!this.appId) return
133
+ const userFlagSet = this.userFlag.isActive
134
+ this.flagUpdate({
135
+ applicationUuid: this.appId,
136
+ note: userFlagSet ? `Don't track this application` : `Track this application`,
137
+ flagValue: 'S-' + this.userInfo.byuId,
138
+ flagState: userFlagSet ? 'clear' : 'set'
139
+ })
140
+ },
141
+ handleScroll () {
142
+ if (!this.hovering) {
143
+ const containerElem = this.$refs.container
144
+ if (!containerElem || !containerElem.getBoundingClientRect) {
145
+ return
146
+ }
147
+ const containerTopY = containerElem.getBoundingClientRect().top
148
+ // Prevent flickering when just over the scroll threshold
149
+ if (this.justShrank) {
150
+ if (containerTopY > 0) {
151
+ this.shrinkYLimit = containerTopY
152
+ this.justShrank = false
153
+ }
154
+ } else if (containerTopY < this.shrinkYLimit) {
155
+ this.shrinkYLimit = containerTopY
156
+ }
157
+ if (this.justGrew) {
158
+ if (containerTopY > 0) {
159
+ this.justGrew = false
160
+ }
161
+ }
162
+ if (this.compact) {
163
+ if (containerTopY > this.shrinkYLimit) {
164
+ this.compact = false
165
+ this.justGrew = true
166
+ }
167
+ } else {
168
+ if (!this.justGrew && containerTopY <= 0) {
169
+ this.justShrank = true
170
+ this.compact = true
171
+ }
172
+ }
173
+ }
174
+ },
175
+ mouseenter () {
176
+ this.compact = false
177
+ this.hovering = true
178
+ },
179
+ mouseleave (event) {
180
+ this.hovering = false
181
+ this.handleScroll(event)
182
+ },
183
+ openSupportModal () {
184
+ this.$modal.show('support-modal')
185
+ }
186
+ },
187
+ filters: { yearTermFormat },
188
+ mounted () {
189
+ window.addEventListener("scroll", this.handleScroll)
190
+ },
191
+ beforeUnmount () {
192
+ window.removeEventListener("scroll", this.handleScroll)
193
+ }
194
+ }
195
+ </script>
196
+ <style scoped>
197
+ .header-container {
198
+ display: grid;
199
+ grid-template-columns: 1fr;
200
+ }
201
+
202
+ .header-container > * {
203
+ grid-column: 1/2;
204
+ grid-row: 1/2;
205
+ }
206
+
207
+ .applicant-details {
208
+ display: grid;
209
+ grid-template-columns: 3rem minmax(40vw, 2fr) minmax(20vw, 1fr) minmax(auto, 30vw) 2.5rem;
210
+ grid-template-rows: repeat(2, auto);
211
+ grid-column-gap: 0.5rem;
212
+ grid-template-areas:
213
+ "star name additional actions bug"
214
+ "star applicant additional actions bug";
215
+ }
216
+
217
+ .star {
218
+ grid-area: star;
219
+ align-self: center;
220
+ padding: 0.75rem;
221
+ cursor: pointer;
222
+ }
223
+
224
+ .name {
225
+ grid-area: name;
226
+ margin-bottom: 0;
227
+ text-transform: initial;
228
+ }
229
+
230
+ .applicant { grid-area: applicant; }
231
+
232
+ .additional {
233
+ grid-area: additional;
234
+ padding: 0.5rem;
235
+ }
236
+
237
+ .actions {
238
+ grid-area: actions;
239
+ padding: 0.5rem;
240
+ }
241
+
242
+ .bug {
243
+ grid-area: bug;
244
+ margin-left: -0.5rem;
245
+ place-self: center;
246
+ }
247
+
248
+ .scale-enter-active,
249
+ .scale-leave-active {
250
+ transition: all 0.25s ease-out;
251
+ }
252
+
253
+ .scale-enter {
254
+ opacity: 0;
255
+ transform: scaleY(0.5) translateY(0.5rem);
256
+ }
257
+
258
+ .scale-leave-to {
259
+ opacity: 0;
260
+ transform: scaleY(0.5) translateY(-0.5rem);
261
+ }
262
+
263
+ </style>