@gandalan/weblibs 1.1.46 → 1.1.47

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.
@@ -0,0 +1,13 @@
1
+ import AddButton from "./AddButton.svelte";
2
+ import DataGrid from "./DataGrid.svelte";
3
+ import Dialog from "./Dialog.svelte";
4
+ import GanTable from "./GanTable.svelte";
5
+ import Datepicker from "./Datepicker.svelte";
6
+ import Inputbox from "./Inputbox.svelte";
7
+ import RemoveButton from "./RemoveButton.svelte";
8
+ import SaveButton from "./SaveButton.svelte";
9
+
10
+ export {
11
+ DataGrid, Datepicker, Inputbox, Dialog, GanTable,
12
+ AddButton, RemoveButton, SaveButton,
13
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gandalan/weblibs",
3
- "version": "1.1.46",
3
+ "version": "1.1.47",
4
4
  "description": "WebLibs for Gandalan JS/TS/Svelte projects",
5
5
  "keywords": [
6
6
  "gandalan"