minor changes to make npm run dev work

This commit is contained in:
Fernando Ontiveros
2025-04-10 03:51:54 +00:00
parent 2b8f3c1692
commit ddf6684704
4 changed files with 4025 additions and 278 deletions

4248
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,17 +17,18 @@
"babel-preset-stage-2": "^6.24.1", "babel-preset-stage-2": "^6.24.1",
"cross-env": "^3.2.3", "cross-env": "^3.2.3",
"laravel-mix": "^2.1.14", "laravel-mix": "^2.1.14",
"vue-template-compiler": "^2.6.10" "vue-template-compiler": "^2.7.16"
}, },
"dependencies": { "dependencies": {
"14": "^3.1.6",
"@fortawesome/fontawesome-svg-core": "^1.2.35", "@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3", "@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2", "@fortawesome/vue-fontawesome": "^2.0.10",
"apexcharts": "^3.28.2", "apexcharts": "^3.54.1",
"axios": "^0.15.3", "axios": "^0.15.3",
"bootstrap": "^4.5.3", "bootstrap": "^4.6.2",
"bootstrap-colorpicker": "^3.0.3", "bootstrap-colorpicker": "^3.0.3",
"bootstrap-vue": "^2.19.0", "bootstrap-vue": "^2.23.1",
"bootstrap-vue-font-awesome-picker": "^0.1.3", "bootstrap-vue-font-awesome-picker": "^0.1.3",
"chart.js": "^2.7.2", "chart.js": "^2.7.2",
"dateformat": "^3.0.3", "dateformat": "^3.0.3",
@@ -37,43 +38,43 @@
"hammerjs": "^2.0.8", "hammerjs": "^2.0.8",
"hooper": "^0.3.4", "hooper": "^0.3.4",
"idempotent-babel-polyfill": "^7.4.4", "idempotent-babel-polyfill": "^7.4.4",
"jquery": "^3.1.1", "jquery": "^3.7.1",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"moment": "^2.29.1", "moment": "^2.30.1",
"muuri": "^0.7.1", "muuri": "^0.7.1",
"npm-font-open-sans": "^1.1.0", "npm-font-open-sans": "^1.1.0",
"popper.js": "^1.12", "popper.js": "^1.12",
"promise-polyfill": "8.1.3", "promise-polyfill": "8.1.3",
"sortablejs": "^1.13.0", "sortablejs": "^1.15.6",
"uiv": "^0.28.0", "uiv": "^0.28.0",
"v-color": "^1.1.2", "v-color": "^1.1.2",
"verte": "0.0.12", "verte": "0.0.12",
"vfa-picker": "^5.9.1", "vfa-picker": "^5.9.1",
"vue": "^2.6.12", "vue": "^2.7.16",
"vue-apexcharts": "^1.6.1", "vue-apexcharts": "^1.7.0",
"vue-awesome-swiper": "^3.1.3", "vue-awesome-swiper": "^3.1.3",
"vue-chartjs": "^3.3.2", "vue-chartjs": "^3.3.2",
"vue-clipboards": "^1.2.4", "vue-clipboards": "^1.2.4",
"vue-color": "^2.7.0", "vue-color": "^2.7.0",
"vue-faker": "^3.0.0", "vue-faker": "^3.0.0",
"vue-fullscreen": "^2.1.3", "vue-fullscreen": "^2.6.1",
"vue-i18n": "^8.22.2", "vue-i18n": "^8.28.2",
"vue-icon-picker": "^1.0.0", "vue-icon-picker": "^1.0.0",
"vue-js-toggle-button": "^1.3.1", "vue-js-toggle-button": "^1.3.1",
"vue-multiselect": "^2.1.6", "vue-multiselect": "^2.1.9",
"vue-muuri": "^0.1.2", "vue-muuri": "^0.1.2",
"vue-router": "^3.4.9", "vue-router": "^3.6.5",
"vue-search-select": "^2.7.0", "vue-search-select": "^2.9.6",
"vue-sidebar-menu": "^4.5.1", "vue-sidebar-menu": "^4.5.1",
"vue-simple-context-menu": "^3.4.2",
"vue-split-panel": "^1.0.4", "vue-split-panel": "^1.0.4",
"vue-tables-2": "^2.1.46", "vue-tables-2": "^2.3.5",
"vue-upload-component": "^2.8.20", "vue-upload-component": "^2.8.23",
"vuedraggable": "^2.24.3", "vuedraggable": "^2.24.3",
"vuejs-auto-complete": "^0.9.0", "vuejs-auto-complete": "^0.9.0",
"vuejs-datepicker": "^1.5.4", "vuejs-datepicker": "^1.5.4",
"vuejs-paginate": "^2.0.1", "vuejs-paginate": "^2.0.1",
"vuetify": "^1.1.4", "vuetify": "^1.1.4",
"web-animations-js": "^2.3.2", "web-animations-js": "^2.3.2"
"vue-simple-context-menu": "^3.4.1"
} }
} }

View File

@@ -43,12 +43,11 @@
:key="random" :key="random"
name="todo" name="todo"
> >
<div <template>
v-for="col in columns" <div>
:slot="col" <template v-for="col in columns" >
slot-scope="props" <div :key="col.id" :slot="col" slot-scope="props">
:key="col.id"
>
<div <div
v-if="col === 'detail'" v-if="col === 'detail'"
> >
@@ -133,6 +132,9 @@
<ellipsis :data="updateDataEllipsis(props.row)"> </ellipsis> <ellipsis :data="updateDataEllipsis(props.row)"> </ellipsis>
</div> </div>
</div> </div>
</template>
</div>
</template>
</v-server-table> </v-server-table>
<VueCardView <VueCardView
v-if="typeView === 'CARD'" v-if="typeView === 'CARD'"

View File

@@ -61,7 +61,7 @@
<b-row class="my-1"> <b-row class="my-1">
<b-col sm="3"> <b-col sm="3">
<label for="reasonPause">{{ $t('ID_REASON_PAUSE') }}</label> <label for="reasonPause"> $t('ID_REASON_PAUSE') </label>
</b-col> </b-col>
<b-col sm="9"> <b-col sm="9">
<b-form-textarea <b-form-textarea