@iankibetsh/shframework 0.7.5 → 0.7.7
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/dist/library.js +0 -3
- package/dist/library.mjs +0 -3
- package/package.json +4 -4
package/dist/library.js
CHANGED
|
@@ -2584,10 +2584,7 @@ const _hoisted_7$2 = { class: "section" };
|
|
|
2584
2584
|
function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2585
2585
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
2586
2586
|
class: "modal fade",
|
|
2587
|
-
tabindex: "-1",
|
|
2588
2587
|
id: $props.modalId,
|
|
2589
|
-
"data-bs-backdrop": "static",
|
|
2590
|
-
"data-bs-keyboard": "false",
|
|
2591
2588
|
"aria-hidden": "true"
|
|
2592
2589
|
}, [
|
|
2593
2590
|
vue.createElementVNode("div", {
|
package/dist/library.mjs
CHANGED
|
@@ -2572,10 +2572,7 @@ const _hoisted_7$2 = { class: "section" };
|
|
|
2572
2572
|
function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2573
2573
|
return (openBlock(), createElementBlock("div", {
|
|
2574
2574
|
class: "modal fade",
|
|
2575
|
-
tabindex: "-1",
|
|
2576
2575
|
id: $props.modalId,
|
|
2577
|
-
"data-bs-backdrop": "static",
|
|
2578
|
-
"data-bs-keyboard": "false",
|
|
2579
2576
|
"aria-hidden": "true"
|
|
2580
2577
|
}, [
|
|
2581
2578
|
createElementVNode("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iankibetsh/shframework",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.7",
|
|
4
4
|
"description": "Vue library for handling laravel backend",
|
|
5
5
|
"main": "dist/library.js",
|
|
6
6
|
"module": "dist/library.mjs",
|
|
@@ -21,8 +21,6 @@
|
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@tinymce/tinymce-vue": "^4.0.7",
|
|
23
23
|
"axios": "^0.27.2",
|
|
24
|
-
"bootstrap": "^5.2.0",
|
|
25
|
-
"bootstrap-icons": "^1.9.1",
|
|
26
24
|
"moment": "^2.29.3",
|
|
27
25
|
"nprogress": "^0.2.0",
|
|
28
26
|
"pinia": "^2.0.22",
|
|
@@ -38,6 +36,8 @@
|
|
|
38
36
|
"vuepress": "^2.0.0-beta.48"
|
|
39
37
|
},
|
|
40
38
|
"dependencies": {
|
|
41
|
-
"vue-router": "^4.1.4"
|
|
39
|
+
"vue-router": "^4.1.4",
|
|
40
|
+
"bootstrap": "^5.2.0",
|
|
41
|
+
"bootstrap-icons": "^1.9.1"
|
|
42
42
|
}
|
|
43
43
|
}
|