@iankibetsh/shframework 0.1.5 → 0.1.6

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 CHANGED
@@ -2843,13 +2843,12 @@ const _hoisted_2$1 = {
2843
2843
  const _hoisted_3$1 = ["disabled"];
2844
2844
  const _hoisted_4 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/vue.createElementVNode("i", { class: "bi-download" }, null, -1 /* HOISTED */));
2845
2845
  const _hoisted_5 = /*#__PURE__*/vue.createTextVNode(" Export ");
2846
- const _hoisted_6 = {
2847
- key: 0,
2848
- style: {"height":"1rem"},
2849
- class: "float-start",
2850
- src: "/assets/img/spinner.gif"
2851
- };
2852
- const _hoisted_7 = /*#__PURE__*/vue.createTextVNode(" Exporting ... ");
2846
+ const _hoisted_6 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/vue.createElementVNode("span", {
2847
+ class: "spinner-border spinner-border-sm",
2848
+ role: "status",
2849
+ "aria-hidden": "true"
2850
+ }, null, -1 /* HOISTED */));
2851
+ const _hoisted_7 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/vue.createElementVNode("span", { class: "visually-hidden" }, "Loading...", -1 /* HOISTED */));
2853
2852
  const _hoisted_8 = {
2854
2853
  key: 1,
2855
2854
  class: "row"
@@ -2876,7 +2875,14 @@ const _hoisted_18 = {
2876
2875
  class: "text-center"
2877
2876
  };
2878
2877
  const _hoisted_19 = ["colspan"];
2879
- const _hoisted_20 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/vue.createElementVNode("img", { src: "/assets/img/loading.gif" }, null, -1 /* HOISTED */));
2878
+ const _hoisted_20 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/vue.createElementVNode("div", { class: "text-center" }, [
2879
+ /*#__PURE__*/vue.createElementVNode("div", {
2880
+ class: "spinner-border",
2881
+ role: "status"
2882
+ }, [
2883
+ /*#__PURE__*/vue.createElementVNode("span", { class: "visually-hidden" }, "Loading...")
2884
+ ])
2885
+ ], -1 /* HOISTED */));
2880
2886
  const _hoisted_21 = [
2881
2887
  _hoisted_20
2882
2888
  ];
@@ -2971,9 +2977,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
2971
2977
  _hoisted_5
2972
2978
  ], 64 /* STABLE_FRAGMENT */))
2973
2979
  : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
2974
- ($data.downloading)
2975
- ? (vue.openBlock(), vue.createElementBlock("img", _hoisted_6))
2976
- : vue.createCommentVNode("v-if", true),
2980
+ _hoisted_6,
2977
2981
  _hoisted_7
2978
2982
  ], 64 /* STABLE_FRAGMENT */))
2979
2983
  ], 8 /* PROPS */, _hoisted_3$1)
package/dist/library.mjs CHANGED
@@ -2832,13 +2832,12 @@ const _hoisted_2$1 = {
2832
2832
  const _hoisted_3$1 = ["disabled"];
2833
2833
  const _hoisted_4 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/createElementVNode("i", { class: "bi-download" }, null, -1 /* HOISTED */));
2834
2834
  const _hoisted_5 = /*#__PURE__*/createTextVNode(" Export ");
2835
- const _hoisted_6 = {
2836
- key: 0,
2837
- style: {"height":"1rem"},
2838
- class: "float-start",
2839
- src: "/assets/img/spinner.gif"
2840
- };
2841
- const _hoisted_7 = /*#__PURE__*/createTextVNode(" Exporting ... ");
2835
+ const _hoisted_6 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/createElementVNode("span", {
2836
+ class: "spinner-border spinner-border-sm",
2837
+ role: "status",
2838
+ "aria-hidden": "true"
2839
+ }, null, -1 /* HOISTED */));
2840
+ const _hoisted_7 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/createElementVNode("span", { class: "visually-hidden" }, "Loading...", -1 /* HOISTED */));
2842
2841
  const _hoisted_8 = {
2843
2842
  key: 1,
2844
2843
  class: "row"
@@ -2865,7 +2864,14 @@ const _hoisted_18 = {
2865
2864
  class: "text-center"
2866
2865
  };
2867
2866
  const _hoisted_19 = ["colspan"];
2868
- const _hoisted_20 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/createElementVNode("img", { src: "/assets/img/loading.gif" }, null, -1 /* HOISTED */));
2867
+ const _hoisted_20 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/createElementVNode("div", { class: "text-center" }, [
2868
+ /*#__PURE__*/createElementVNode("div", {
2869
+ class: "spinner-border",
2870
+ role: "status"
2871
+ }, [
2872
+ /*#__PURE__*/createElementVNode("span", { class: "visually-hidden" }, "Loading...")
2873
+ ])
2874
+ ], -1 /* HOISTED */));
2869
2875
  const _hoisted_21 = [
2870
2876
  _hoisted_20
2871
2877
  ];
@@ -2960,9 +2966,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
2960
2966
  _hoisted_5
2961
2967
  ], 64 /* STABLE_FRAGMENT */))
2962
2968
  : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
2963
- ($data.downloading)
2964
- ? (openBlock(), createElementBlock("img", _hoisted_6))
2965
- : createCommentVNode("v-if", true),
2969
+ _hoisted_6,
2966
2970
  _hoisted_7
2967
2971
  ], 64 /* STABLE_FRAGMENT */))
2968
2972
  ], 8 /* PROPS */, _hoisted_3$1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",