@iankibetsh/shframework 0.2.1 → 0.2.2

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
@@ -2864,25 +2864,37 @@ const _hoisted_13 = {
2864
2864
  key: 0,
2865
2865
  class: "text-center"
2866
2866
  };
2867
- const _hoisted_14 = /*#__PURE__*/vue.createElementVNode("span", { colspan: 2 }, [
2868
- /*#__PURE__*/vue.createElementVNode("img", { src: "/src/views/assets/images/loading.gif" })
2867
+ const _hoisted_14 = /*#__PURE__*/vue.createElementVNode("div", {
2868
+ class: "spinner-border",
2869
+ role: "status"
2870
+ }, [
2871
+ /*#__PURE__*/vue.createElementVNode("span", { class: "visually-hidden" }, "Loading...")
2869
2872
  ], -1 /* HOISTED */);
2870
2873
  const _hoisted_15 = [
2871
2874
  _hoisted_14
2872
2875
  ];
2873
- const _hoisted_16 = { key: 1 };
2876
+ const _hoisted_16 = {
2877
+ key: 1,
2878
+ class: "alert alert-danger"
2879
+ };
2874
2880
  const _hoisted_17 = { colspan: 2 };
2875
2881
  const _hoisted_18 = {
2876
2882
  key: 0,
2877
2883
  class: "text-center"
2878
2884
  };
2879
- const _hoisted_19 = /*#__PURE__*/vue.createElementVNode("span", { colspan: 2 }, [
2880
- /*#__PURE__*/vue.createElementVNode("img", { src: "/src/views/assets/images/loading.gif" })
2885
+ const _hoisted_19 = /*#__PURE__*/vue.createElementVNode("div", {
2886
+ class: "spinner-border",
2887
+ role: "status"
2888
+ }, [
2889
+ /*#__PURE__*/vue.createElementVNode("span", { class: "visually-hidden" }, "Loading...")
2881
2890
  ], -1 /* HOISTED */);
2882
2891
  const _hoisted_20 = [
2883
2892
  _hoisted_19
2884
2893
  ];
2885
- const _hoisted_21 = { key: 1 };
2894
+ const _hoisted_21 = {
2895
+ key: 1,
2896
+ class: "alert alert-danger"
2897
+ };
2886
2898
  const _hoisted_22 = { colspan: 2 };
2887
2899
  const _hoisted_23 = {
2888
2900
  key: 4,
package/dist/library.mjs CHANGED
@@ -2853,25 +2853,37 @@ const _hoisted_13 = {
2853
2853
  key: 0,
2854
2854
  class: "text-center"
2855
2855
  };
2856
- const _hoisted_14 = /*#__PURE__*/createElementVNode("span", { colspan: 2 }, [
2857
- /*#__PURE__*/createElementVNode("img", { src: "/src/views/assets/images/loading.gif" })
2856
+ const _hoisted_14 = /*#__PURE__*/createElementVNode("div", {
2857
+ class: "spinner-border",
2858
+ role: "status"
2859
+ }, [
2860
+ /*#__PURE__*/createElementVNode("span", { class: "visually-hidden" }, "Loading...")
2858
2861
  ], -1 /* HOISTED */);
2859
2862
  const _hoisted_15 = [
2860
2863
  _hoisted_14
2861
2864
  ];
2862
- const _hoisted_16 = { key: 1 };
2865
+ const _hoisted_16 = {
2866
+ key: 1,
2867
+ class: "alert alert-danger"
2868
+ };
2863
2869
  const _hoisted_17 = { colspan: 2 };
2864
2870
  const _hoisted_18 = {
2865
2871
  key: 0,
2866
2872
  class: "text-center"
2867
2873
  };
2868
- const _hoisted_19 = /*#__PURE__*/createElementVNode("span", { colspan: 2 }, [
2869
- /*#__PURE__*/createElementVNode("img", { src: "/src/views/assets/images/loading.gif" })
2874
+ const _hoisted_19 = /*#__PURE__*/createElementVNode("div", {
2875
+ class: "spinner-border",
2876
+ role: "status"
2877
+ }, [
2878
+ /*#__PURE__*/createElementVNode("span", { class: "visually-hidden" }, "Loading...")
2870
2879
  ], -1 /* HOISTED */);
2871
2880
  const _hoisted_20 = [
2872
2881
  _hoisted_19
2873
2882
  ];
2874
- const _hoisted_21 = { key: 1 };
2883
+ const _hoisted_21 = {
2884
+ key: 1,
2885
+ class: "alert alert-danger"
2886
+ };
2875
2887
  const _hoisted_22 = { colspan: 2 };
2876
2888
  const _hoisted_23 = {
2877
2889
  key: 4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",