Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
upgrad primevue
Ioannis committed Apr 30, 2024
1 parent e84d730 commit 55eb78e
Showing 5 changed files with 38 additions and 30 deletions.
6 changes: 3 additions & 3 deletions app/templates/layout/default.php
@@ -64,13 +64,13 @@
]) . PHP_EOL ?>

<!-- Load Bootstrap, jQuery, and Vue (other scripts at bottom) -->
<!-- https://unpkg.com/browse/primevue@3.51.0 -->
<!-- https://unpkg.com/primevue@3.52.0 -->
<?= $this->Html->script([
'bootstrap/bootstrap.bundle.min.js',
'jquery/jquery.min.js',
'vue/vue-3.2.31.global.prod.js',
'vue/primevue-3.51.0.core.min.js',
'vue/primevue-3.51.0.autocomplete.min.js'
'vue/primevue-3.52.0.core.min.js',
'vue/primevue-3.52.0.autocomplete.min.js'
]) . PHP_EOL ?>

<!-- Include external files and scripts -->
6 changes: 3 additions & 3 deletions app/templates/layout/iframe.php
@@ -64,13 +64,13 @@
]) . PHP_EOL ?>

<!-- Load Bootstrap, jQuery, and Vue (other scripts at bottom) -->
<!-- Refer to the following link for any extra libraries https://cdnjs.com/libraries/primevue/3.48.1 -->
<!-- https://unpkg.com/primevue@3.52.0 -->
<?= $this->Html->script([
'bootstrap/bootstrap.bundle.min.js',
'jquery/jquery.min.js',
'vue/vue-3.2.31.global.prod.js',
'vue/primevue-3.51.0.core.min.js',
'vue/primevue-3.51.0.autocomplete.min.js'
'vue/primevue-3.52.0.core.min.js',
'vue/primevue-3.52.0.autocomplete.min.js'
]) . PHP_EOL ?>

<!-- Include external files and scripts -->
1 change: 0 additions & 1 deletion app/webroot/js/vue/primevue-3.48.1.autocomplete.min.js

This file was deleted.

1 change: 1 addition & 0 deletions app/webroot/js/vue/primevue-3.52.0.autocomplete.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 55eb78e

Please sign in to comment.