@byu-oit/vue-decision-processing-components 9.0.11 → 9.0.12
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/Queues.vue +0 -1
- package/package.json +1 -1
package/Queues.vue
CHANGED
|
@@ -125,7 +125,6 @@ import { mapState, mapGetters, mapActions } from 'vuex'
|
|
|
125
125
|
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
|
126
126
|
import { faAngleDoubleLeft, faAngleDoubleRight, faSync } from '@fortawesome/free-solid-svg-icons'
|
|
127
127
|
import { dateTimeFormat } from './dateTimeFormat'
|
|
128
|
-
import api from '../../../src/api/index'
|
|
129
128
|
const pageSlice = (curr, total) => {
|
|
130
129
|
console.log(`in page Slice\ncurr=${curr}, total=${total}`)
|
|
131
130
|
if (curr < 4) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byu-oit/vue-decision-processing-components",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.12",
|
|
4
4
|
"description": "Vue components shared between decision processing systems for the CES schools.",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@fortawesome/fontawesome-free": "^5.15.4",
|