Skip to content

upgrad primevue #188

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/templates/layout/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
6 changes: 3 additions & 3 deletions app/templates/layout/iframe.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
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.

Loading