@bexis2/bexis2-core-ui 0.0.19 → 0.0.21
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/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/package.json +2 -2
- package/src/lib/index.ts +2 -1
- package/src/app.d.ts +0 -11
- package/src/app.html +0 -15
- package/src/app.postcss +0 -2
- package/src/index.test.ts +0 -7
- package/src/routes/+layout.js +0 -5
- package/src/routes/+layout.svelte +0 -10
- package/src/routes/+page.svelte +0 -0
- package/src/routes/test/+page.svelte +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,8 @@ import TableView from './TableView.svelte';
|
|
|
3
3
|
import FileIcon from './components/File/FileIcon.svelte';
|
|
4
4
|
import FileInfo from './components/File/FileInfo.svelte';
|
|
5
5
|
import FileUploader from './components/File/FileUploader.svelte';
|
|
6
|
-
|
|
6
|
+
import Spinner from './components/Spinner/Spinner.svelte';
|
|
7
|
+
export { ListView, TableView, FileInfo, FileIcon, FileUploader, Spinner };
|
|
7
8
|
export { Api } from './services/Api.js';
|
|
8
9
|
export { host, username, password, setApiConfig } from './stores/apistore.js';
|
|
9
10
|
export type { user, FileUploaderModel } from './models/Models.js';
|
package/dist/index.js
CHANGED
|
@@ -4,6 +4,7 @@ import TableView from './TableView.svelte';
|
|
|
4
4
|
import FileIcon from './components/File/FileIcon.svelte';
|
|
5
5
|
import FileInfo from './components/File/FileInfo.svelte';
|
|
6
6
|
import FileUploader from './components/File/FileUploader.svelte';
|
|
7
|
-
|
|
7
|
+
import Spinner from './components/Spinner/Spinner.svelte';
|
|
8
|
+
export { ListView, TableView, FileInfo, FileIcon, FileUploader, Spinner };
|
|
8
9
|
export { Api } from './services/Api.js';
|
|
9
10
|
export { host, username, password, setApiConfig } from './stores/apistore.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bexis2/bexis2-core-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite dev",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"files": [
|
|
55
55
|
"dist",
|
|
56
|
-
"src"
|
|
56
|
+
"src/lib"
|
|
57
57
|
],
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@fortawesome/fontawesome-free": "^6.2.1",
|
package/src/lib/index.ts
CHANGED
|
@@ -6,8 +6,9 @@ import TableView from './TableView.svelte'
|
|
|
6
6
|
import FileIcon from './components/File/FileIcon.svelte'
|
|
7
7
|
import FileInfo from './components/File/FileInfo.svelte'
|
|
8
8
|
import FileUploader from './components/File/FileUploader.svelte'
|
|
9
|
+
import Spinner from './components/Spinner/Spinner.svelte'
|
|
9
10
|
|
|
10
|
-
export {ListView,TableView, FileInfo, FileIcon, FileUploader }
|
|
11
|
+
export {ListView,TableView, FileInfo, FileIcon, FileUploader, Spinner }
|
|
11
12
|
|
|
12
13
|
export {Api} from './services/Api.js'
|
|
13
14
|
export {host,username,password,setApiConfig} from './stores/apistore.js'
|
package/src/app.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="@sveltejs/kit" />
|
|
2
|
-
|
|
3
|
-
// See https://kit.svelte.dev/docs/types#app
|
|
4
|
-
// for information about these interfaces
|
|
5
|
-
// and what to do when importing types
|
|
6
|
-
declare namespace App {
|
|
7
|
-
// interface Error {}
|
|
8
|
-
// interface Locals {}
|
|
9
|
-
// interface PageData {}
|
|
10
|
-
// interface Platform {}
|
|
11
|
-
}
|
package/src/app.html
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8" />
|
|
5
|
-
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
10
|
-
%sveltekit.head%
|
|
11
|
-
</head>
|
|
12
|
-
<body>
|
|
13
|
-
<div>%sveltekit.body%</div>
|
|
14
|
-
</body>
|
|
15
|
-
</html>
|
package/src/app.postcss
DELETED
package/src/index.test.ts
DELETED
package/src/routes/+layout.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<script lang='ts'>
|
|
2
|
-
// The ordering of these imports is critical to your app working properly
|
|
3
|
-
import '@skeletonlabs/skeleton/themes/theme-skeleton.css';
|
|
4
|
-
// If you have source.organizeImports set to true in VSCode, then it will auto change this ordering
|
|
5
|
-
import '@skeletonlabs/skeleton/styles/all.css';
|
|
6
|
-
// Most of your app wide CSS should be put in this file
|
|
7
|
-
import '../app.postcss';
|
|
8
|
-
</script>
|
|
9
|
-
|
|
10
|
-
<slot />
|
package/src/routes/+page.svelte
DELETED
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<h1>test</h1>
|