@fy-/fws-vue 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/index.ts +2 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -32,6 +32,7 @@ import DefaultConfirm from "./components/ui/DefaultConfirm.vue";
32
32
  import DefaultPaging from "./components/ui/DefaultPaging.vue";
33
33
  import DefaultLoading from "./components/ui/DefaultLoading.vue";
34
34
  import DefaultBreadcrumb from "./components/ui/DefaultBreadcrumb.vue";
35
+ import DefaultLoader from "./components/ui/DefaultLoader.vue";
35
36
 
36
37
  // Components/FWS
37
38
  import UserFlow from "./components/fws/UserFlow.vue";
@@ -111,6 +112,7 @@ export {
111
112
  DefaultPaging,
112
113
  DefaultLoading,
113
114
  DefaultBreadcrumb,
115
+ DefaultLoader,
114
116
 
115
117
  // FWS
116
118
  UserFlow,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {