@mrxploder/saxvue 0.1.0
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/LICENSE +21 -0
- package/README.md +236 -0
- package/dist/base.css +1 -0
- package/dist/base.js +2 -0
- package/dist/base.js.LICENSE.txt +5 -0
- package/dist/base.min.css +1 -0
- package/dist/base.min.js +2 -0
- package/dist/base.min.js.LICENSE.txt +5 -0
- package/dist/saxvue.css +1 -0
- package/dist/saxvue.js +2 -0
- package/dist/saxvue.js.LICENSE.txt +5 -0
- package/dist/saxvue.min.css +1 -0
- package/dist/saxvue.min.js +2 -0
- package/dist/saxvue.min.js.LICENSE.txt +5 -0
- package/dist/svAlert/index.js +2 -0
- package/dist/svAlert/index.js.LICENSE.txt +5 -0
- package/dist/svAlert/style.css +1 -0
- package/dist/svAvatar/index.js +2 -0
- package/dist/svAvatar/index.js.LICENSE.txt +5 -0
- package/dist/svAvatar/style.css +1 -0
- package/dist/svAvatarGroup/index.js +2 -0
- package/dist/svAvatarGroup/index.js.LICENSE.txt +5 -0
- package/dist/svAvatarGroup/style.css +1 -0
- package/dist/svButton/index.js +2 -0
- package/dist/svButton/index.js.LICENSE.txt +5 -0
- package/dist/svButton/style.css +1 -0
- package/dist/svCard/index.js +2 -0
- package/dist/svCard/index.js.LICENSE.txt +5 -0
- package/dist/svCard/style.css +1 -0
- package/dist/svCardGroup/index.js +2 -0
- package/dist/svCardGroup/index.js.LICENSE.txt +5 -0
- package/dist/svCardGroup/style.css +1 -0
- package/dist/svCheckbox/index.js +2 -0
- package/dist/svCheckbox/index.js.LICENSE.txt +5 -0
- package/dist/svCheckbox/style.css +1 -0
- package/dist/svDialog/index.js +2 -0
- package/dist/svDialog/index.js.LICENSE.txt +5 -0
- package/dist/svDialog/style.css +1 -0
- package/dist/svInput/index.js +2 -0
- package/dist/svInput/index.js.LICENSE.txt +5 -0
- package/dist/svInput/style.css +1 -0
- package/dist/svNavbar/index.js +2 -0
- package/dist/svNavbar/index.js.LICENSE.txt +5 -0
- package/dist/svNavbar/style.css +1 -0
- package/dist/svNavbarGroup/index.js +2 -0
- package/dist/svNavbarGroup/index.js.LICENSE.txt +5 -0
- package/dist/svNavbarGroup/style.css +1 -0
- package/dist/svNavbarItem/index.js +2 -0
- package/dist/svNavbarItem/index.js.LICENSE.txt +5 -0
- package/dist/svNavbarItem/style.css +1 -0
- package/dist/svOption/index.js +2 -0
- package/dist/svOption/index.js.LICENSE.txt +5 -0
- package/dist/svOption/style.css +1 -0
- package/dist/svOptionGroup/index.js +2 -0
- package/dist/svOptionGroup/index.js.LICENSE.txt +5 -0
- package/dist/svOptionGroup/style.css +1 -0
- package/dist/svPagination/index.js +2 -0
- package/dist/svPagination/index.js.LICENSE.txt +5 -0
- package/dist/svPagination/style.css +1 -0
- package/dist/svRadio/index.js +2 -0
- package/dist/svRadio/index.js.LICENSE.txt +5 -0
- package/dist/svRadio/style.css +1 -0
- package/dist/svSelect/index.js +2 -0
- package/dist/svSelect/index.js.LICENSE.txt +5 -0
- package/dist/svSelect/style.css +1 -0
- package/dist/svSidebar/index.js +2 -0
- package/dist/svSidebar/index.js.LICENSE.txt +5 -0
- package/dist/svSidebar/style.css +1 -0
- package/dist/svSidebarGroup/index.js +2 -0
- package/dist/svSidebarGroup/index.js.LICENSE.txt +5 -0
- package/dist/svSidebarGroup/style.css +1 -0
- package/dist/svSidebarItem/index.js +2 -0
- package/dist/svSidebarItem/index.js.LICENSE.txt +5 -0
- package/dist/svSidebarItem/style.css +1 -0
- package/dist/svSwitch/index.js +2 -0
- package/dist/svSwitch/index.js.LICENSE.txt +5 -0
- package/dist/svSwitch/style.css +1 -0
- package/dist/svTable/index.js +2 -0
- package/dist/svTable/index.js.LICENSE.txt +5 -0
- package/dist/svTable/style.css +1 -0
- package/dist/svTableTd/index.js +2 -0
- package/dist/svTableTd/index.js.LICENSE.txt +5 -0
- package/dist/svTableTd/style.css +1 -0
- package/dist/svTableTh/index.js +2 -0
- package/dist/svTableTh/index.js.LICENSE.txt +5 -0
- package/dist/svTableTh/style.css +1 -0
- package/dist/svTableTr/index.js +2 -0
- package/dist/svTableTr/index.js.LICENSE.txt +5 -0
- package/dist/svTableTr/style.css +1 -0
- package/dist/svTooltip/index.js +2 -0
- package/dist/svTooltip/index.js.LICENSE.txt +5 -0
- package/dist/svTooltip/style.css +1 -0
- package/dist/vsAlert/index.js +2 -0
- package/dist/vsAlert/index.js.LICENSE.txt +5 -0
- package/dist/vsAlert/style.css +1 -0
- package/dist/vsAvatar/index.js +2 -0
- package/dist/vsAvatar/index.js.LICENSE.txt +5 -0
- package/dist/vsAvatar/style.css +1 -0
- package/dist/vsAvatarGroup/index.js +2 -0
- package/dist/vsAvatarGroup/index.js.LICENSE.txt +5 -0
- package/dist/vsAvatarGroup/style.css +1 -0
- package/dist/vsButton/index.js +2 -0
- package/dist/vsButton/index.js.LICENSE.txt +5 -0
- package/dist/vsButton/style.css +1 -0
- package/dist/vsCard/index.js +2 -0
- package/dist/vsCard/index.js.LICENSE.txt +5 -0
- package/dist/vsCard/style.css +1 -0
- package/dist/vsCardGroup/index.js +2 -0
- package/dist/vsCardGroup/index.js.LICENSE.txt +5 -0
- package/dist/vsCardGroup/style.css +1 -0
- package/dist/vsCheckbox/index.js +2 -0
- package/dist/vsCheckbox/index.js.LICENSE.txt +5 -0
- package/dist/vsCheckbox/style.css +1 -0
- package/dist/vsDialog/index.js +2 -0
- package/dist/vsDialog/index.js.LICENSE.txt +5 -0
- package/dist/vsDialog/style.css +1 -0
- package/dist/vsInput/index.js +2 -0
- package/dist/vsInput/index.js.LICENSE.txt +5 -0
- package/dist/vsInput/style.css +1 -0
- package/dist/vsNavbar/index.js +2 -0
- package/dist/vsNavbar/index.js.LICENSE.txt +5 -0
- package/dist/vsNavbar/style.css +1 -0
- package/dist/vsNavbarGroup/index.js +2 -0
- package/dist/vsNavbarGroup/index.js.LICENSE.txt +5 -0
- package/dist/vsNavbarGroup/style.css +1 -0
- package/dist/vsNavbarItem/index.js +2 -0
- package/dist/vsNavbarItem/index.js.LICENSE.txt +5 -0
- package/dist/vsNavbarItem/style.css +1 -0
- package/dist/vsOption/index.js +2 -0
- package/dist/vsOption/index.js.LICENSE.txt +5 -0
- package/dist/vsOption/style.css +1 -0
- package/dist/vsOptionGroup/index.js +2 -0
- package/dist/vsOptionGroup/index.js.LICENSE.txt +5 -0
- package/dist/vsOptionGroup/style.css +1 -0
- package/dist/vsPagination/index.js +2 -0
- package/dist/vsPagination/index.js.LICENSE.txt +5 -0
- package/dist/vsPagination/style.css +1 -0
- package/dist/vsRadio/index.js +2 -0
- package/dist/vsRadio/index.js.LICENSE.txt +5 -0
- package/dist/vsRadio/style.css +1 -0
- package/dist/vsSelect/index.js +2 -0
- package/dist/vsSelect/index.js.LICENSE.txt +5 -0
- package/dist/vsSelect/style.css +1 -0
- package/dist/vsSidebar/index.js +2 -0
- package/dist/vsSidebar/index.js.LICENSE.txt +5 -0
- package/dist/vsSidebar/style.css +1 -0
- package/dist/vsSidebarGroup/index.js +2 -0
- package/dist/vsSidebarGroup/index.js.LICENSE.txt +5 -0
- package/dist/vsSidebarGroup/style.css +1 -0
- package/dist/vsSidebarItem/index.js +2 -0
- package/dist/vsSidebarItem/index.js.LICENSE.txt +5 -0
- package/dist/vsSidebarItem/style.css +1 -0
- package/dist/vsSwitch/index.js +2 -0
- package/dist/vsSwitch/index.js.LICENSE.txt +5 -0
- package/dist/vsSwitch/style.css +1 -0
- package/dist/vsTable/index.js +2 -0
- package/dist/vsTable/index.js.LICENSE.txt +5 -0
- package/dist/vsTable/style.css +1 -0
- package/dist/vsTableTd/index.js +2 -0
- package/dist/vsTableTd/index.js.LICENSE.txt +5 -0
- package/dist/vsTableTd/style.css +1 -0
- package/dist/vsTableTh/index.js +2 -0
- package/dist/vsTableTh/index.js.LICENSE.txt +5 -0
- package/dist/vsTableTh/style.css +1 -0
- package/dist/vsTableTr/index.js +2 -0
- package/dist/vsTableTr/index.js.LICENSE.txt +5 -0
- package/dist/vsTableTr/style.css +1 -0
- package/dist/vsTooltip/index.js +2 -0
- package/dist/vsTooltip/index.js.LICENSE.txt +5 -0
- package/dist/vsTooltip/style.css +1 -0
- package/package.json +128 -0
- package/types/component.d.ts +9 -0
- package/types/components/SvAlert.d.ts +14 -0
- package/types/components/SvButton.d.ts +34 -0
- package/types/index.d.ts +105 -0
package/package.json
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mrxploder/saxvue",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Framework components for Vue 3",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"vue",
|
|
7
|
+
"vue3",
|
|
8
|
+
"ui",
|
|
9
|
+
"components",
|
|
10
|
+
"framework"
|
|
11
|
+
],
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"author": "MrXploder",
|
|
14
|
+
"main": "dist/saxvue.js",
|
|
15
|
+
"module": "dist/saxvue.js",
|
|
16
|
+
"types": "types/index.d.ts",
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./types/index.d.ts",
|
|
20
|
+
"import": "./dist/saxvue.js",
|
|
21
|
+
"require": "./dist/saxvue.js"
|
|
22
|
+
},
|
|
23
|
+
"./dist/*": "./dist/*"
|
|
24
|
+
},
|
|
25
|
+
"sideEffects": [
|
|
26
|
+
"*.scss",
|
|
27
|
+
"*.css"
|
|
28
|
+
],
|
|
29
|
+
"files": [
|
|
30
|
+
"dist",
|
|
31
|
+
"types",
|
|
32
|
+
"!types/test"
|
|
33
|
+
],
|
|
34
|
+
"repository": {
|
|
35
|
+
"type": "git",
|
|
36
|
+
"url": "https://github.com/MrXploder/saxvue"
|
|
37
|
+
},
|
|
38
|
+
"scripts": {
|
|
39
|
+
"build": "node build/index.js",
|
|
40
|
+
"build:components": "npx webpack --config build/components/webpack.component.js",
|
|
41
|
+
"test": "jest --config jest.config.js",
|
|
42
|
+
"test:coverage": "jest --config jest.config.js --coverage",
|
|
43
|
+
"lint": "eslint --ext .ts,.tsx,.vue src test",
|
|
44
|
+
"lint:fix": "eslint --ext .ts,.tsx,.vue src test --fix",
|
|
45
|
+
"dev": "tsc -w src/index.ts --module es6",
|
|
46
|
+
"test:types": "tsc -p ./types/test/tsconfig.json",
|
|
47
|
+
"storybook:build": "storybook build",
|
|
48
|
+
"storybook:dev": "storybook dev -p 6006",
|
|
49
|
+
"test:storybook": "test-storybook",
|
|
50
|
+
"test:storybook:ci": "concurrently -k -s first -n \"SB,TEST\" \"npx http-server storybook-static --port 6006 --silent\" \"wait-on tcp:127.0.0.1:6006 && test-storybook --url http://127.0.0.1:6006\"",
|
|
51
|
+
"verify:treeshake": "node build/verify-treeshake.js",
|
|
52
|
+
"prepare": "husky"
|
|
53
|
+
},
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"vue-router": "^4.1.6"
|
|
56
|
+
},
|
|
57
|
+
"peerDependencies": {
|
|
58
|
+
"vue": "^3.0.0"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@babel/cli": "^7.6.2",
|
|
62
|
+
"@babel/core": "^7.6.2",
|
|
63
|
+
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
64
|
+
"@babel/plugin-proposal-decorators": "^7.8.3",
|
|
65
|
+
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
|
|
66
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
|
67
|
+
"@babel/plugin-transform-runtime": "^7.6.2",
|
|
68
|
+
"@babel/preset-env": "^7.6.3",
|
|
69
|
+
"@babel/preset-typescript": "^7.6.0",
|
|
70
|
+
"@babel/runtime": "^7.8.3",
|
|
71
|
+
"@storybook/addon-essentials": "^8.6.17",
|
|
72
|
+
"@storybook/addon-interactions": "^8.6.17",
|
|
73
|
+
"@storybook/vue3": "^8.6.17",
|
|
74
|
+
"@storybook/vue3-vite": "^8.6.17",
|
|
75
|
+
"@types/color": "^3.0.0",
|
|
76
|
+
"@types/jest": "^30.0.0",
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
|
78
|
+
"@typescript-eslint/parser": "^7.13.0",
|
|
79
|
+
"@vue/compiler-sfc": "^3.2.47",
|
|
80
|
+
"@vue/test-utils": "^2.4.6",
|
|
81
|
+
"autoprefixer": "^10.4.14",
|
|
82
|
+
"babel-loader": "^8.3.0",
|
|
83
|
+
"babel-plugin-transform-decorators-legacy": "^1.3.5",
|
|
84
|
+
"boxen": "^4.1.0",
|
|
85
|
+
"chalk": "^4.1.2",
|
|
86
|
+
"color": "^3.1.2",
|
|
87
|
+
"consolee": "^0.1.10",
|
|
88
|
+
"css-loader": "^6.8.1",
|
|
89
|
+
"css-minimizer-webpack-plugin": "^2.0.0",
|
|
90
|
+
"cssnano": "^5.1.15",
|
|
91
|
+
"csstype": "^3.1.3",
|
|
92
|
+
"eslint": "^8.57.0",
|
|
93
|
+
"eslint-plugin-vue": "^9.23.0",
|
|
94
|
+
"fs-extra": "^10.1.0",
|
|
95
|
+
"globby": "^11.0.4",
|
|
96
|
+
"husky": "^9.1.7",
|
|
97
|
+
"inquirer": "^8.2.5",
|
|
98
|
+
"jest": "^29.6.1",
|
|
99
|
+
"jest-environment-jsdom": "^30.2.0",
|
|
100
|
+
"lint-staged": "^16.3.2",
|
|
101
|
+
"mini-css-extract-plugin": "^2.7.5",
|
|
102
|
+
"opener": "^1.5.2",
|
|
103
|
+
"postcss-loader": "^7.0.1",
|
|
104
|
+
"prettier": "2.8.8",
|
|
105
|
+
"react": "^18.2.0",
|
|
106
|
+
"react-dom": "^18.2.0",
|
|
107
|
+
"sass": "^1.73.1",
|
|
108
|
+
"sass-loader": "^13.2.2",
|
|
109
|
+
"shelljs": "^0.8.5",
|
|
110
|
+
"signale": "^1.4.0",
|
|
111
|
+
"storybook": "^8.6.17",
|
|
112
|
+
"style-loader": "^3.3.1",
|
|
113
|
+
"terser-webpack-plugin": "^5.3.6",
|
|
114
|
+
"ts-jest": "^29.4.6",
|
|
115
|
+
"ts-loader": "^9.4.2",
|
|
116
|
+
"typescript": "^4.9.5",
|
|
117
|
+
"vue-eslint-parser": "^9.4.2",
|
|
118
|
+
"vue-loader": "^16.8.3",
|
|
119
|
+
"webpack": "^5.105.3",
|
|
120
|
+
"webpack-cli": "^4.10.0",
|
|
121
|
+
"webpack-merge": "^5.8.0",
|
|
122
|
+
"webpackbar": "^5.0.0"
|
|
123
|
+
},
|
|
124
|
+
"lint-staged": {
|
|
125
|
+
"*.{ts,tsx,vue}": "eslint --fix",
|
|
126
|
+
"*.{ts,tsx,vue,json,md,scss,sass,css}": "prettier --write"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/** ElementUI component common definition (Vue 3 migration-friendly)
|
|
2
|
+
*
|
|
3
|
+
* This provides a minimal base class so existing `.d.ts` files that extend
|
|
4
|
+
* `SaxVueUIComponent` continue to type-check during incremental migration.
|
|
5
|
+
*/
|
|
6
|
+
export declare class SaxVueUIComponent {
|
|
7
|
+
/** Install component into Vue */
|
|
8
|
+
static install(vue: any): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SaxVueUIComponent } from '../component';
|
|
2
|
+
/** Alert Component */
|
|
3
|
+
|
|
4
|
+
export declare class SvAlert extends SaxVueUIComponent {
|
|
5
|
+
hiddenContent: boolean;
|
|
6
|
+
closable: boolean;
|
|
7
|
+
progress: number | string;
|
|
8
|
+
relief: boolean;
|
|
9
|
+
flat: boolean;
|
|
10
|
+
gradient: boolean;
|
|
11
|
+
shadow: boolean;
|
|
12
|
+
border: boolean;
|
|
13
|
+
solid: boolean;
|
|
14
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { SaxVueUIComponent } from '../component';
|
|
2
|
+
/** Alert Component */
|
|
3
|
+
|
|
4
|
+
export declare class SvButton extends SaxVueUIComponent {
|
|
5
|
+
ripple: '' | 'reverse' | 'cut';
|
|
6
|
+
activeDisabled: boolean;
|
|
7
|
+
flat: boolean;
|
|
8
|
+
gradient: boolean;
|
|
9
|
+
shadow: boolean;
|
|
10
|
+
border: boolean;
|
|
11
|
+
solid: boolean;
|
|
12
|
+
transparent: boolean;
|
|
13
|
+
floating: boolean;
|
|
14
|
+
icon: boolean;
|
|
15
|
+
circle: boolean;
|
|
16
|
+
square: boolean;
|
|
17
|
+
size: string | null;
|
|
18
|
+
loading: boolean;
|
|
19
|
+
upload: boolean;
|
|
20
|
+
block: boolean;
|
|
21
|
+
animationType: string;
|
|
22
|
+
animateInactive: boolean;
|
|
23
|
+
to: string | null;
|
|
24
|
+
href: string | null;
|
|
25
|
+
blank: boolean;
|
|
26
|
+
relief: boolean;
|
|
27
|
+
active: boolean;
|
|
28
|
+
color: string | null;
|
|
29
|
+
danger: boolean;
|
|
30
|
+
success: boolean;
|
|
31
|
+
warn: boolean;
|
|
32
|
+
dark: boolean;
|
|
33
|
+
primary: boolean;
|
|
34
|
+
}
|
package/types/index.d.ts
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import type { App } from 'vue';
|
|
2
|
+
import { SvAlert } from './components/SvAlert';
|
|
3
|
+
|
|
4
|
+
// ── Plugin ──────────────────────────────────────────────────────
|
|
5
|
+
|
|
6
|
+
export interface SaxVueColors {
|
|
7
|
+
primary: string;
|
|
8
|
+
success: string;
|
|
9
|
+
danger: string;
|
|
10
|
+
warn: string;
|
|
11
|
+
dark: string;
|
|
12
|
+
[key: string]: string;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface SaxVueOptions {
|
|
16
|
+
colors?: SaxVueColors;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
declare const SaxVue: {
|
|
20
|
+
install: (app: App, options?: SaxVueOptions) => void;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export default SaxVue;
|
|
24
|
+
|
|
25
|
+
// ── $sv global functions ────────────────────────────────────────
|
|
26
|
+
|
|
27
|
+
export interface SvFunctions {
|
|
28
|
+
/** Set a named color CSS custom-property on `<body>` */
|
|
29
|
+
setColor(color: string, val: string): void;
|
|
30
|
+
|
|
31
|
+
/** Show a full-screen loading overlay. Returns a handle with `.close()` */
|
|
32
|
+
loading(options?: Record<string, unknown>): { close: () => void };
|
|
33
|
+
|
|
34
|
+
/** Show a notification toast. Returns a handle with `.close()` */
|
|
35
|
+
notification(options?: Record<string, unknown>): { close: () => void };
|
|
36
|
+
|
|
37
|
+
/** Toggle between light / dark theme */
|
|
38
|
+
toggleTheme(): void;
|
|
39
|
+
|
|
40
|
+
/** Explicitly set the theme to 'light' or 'dark' */
|
|
41
|
+
setTheme(theme: 'light' | 'dark'): void;
|
|
42
|
+
|
|
43
|
+
/** Table helper – get current page rows */
|
|
44
|
+
getPage<T>(data: T[], page: number, maxItems?: number): T[];
|
|
45
|
+
|
|
46
|
+
/** Table helper – get filtered length */
|
|
47
|
+
getLength(data: unknown[], maxItems?: number): number;
|
|
48
|
+
|
|
49
|
+
/** Table helper – toggle check-all */
|
|
50
|
+
checkAll(selected: unknown[], data: unknown[]): unknown[];
|
|
51
|
+
|
|
52
|
+
/** Table helper – filter rows by search term */
|
|
53
|
+
getSearch<T>(data: T[], search: string): T[];
|
|
54
|
+
|
|
55
|
+
/** Table helper – sort data by a column */
|
|
56
|
+
sortData(event: Event, data: unknown[], sortKey: string, type: string): unknown[];
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// ── Component exports ───────────────────────────────────────────
|
|
60
|
+
|
|
61
|
+
export const svButton: typeof import('../src/components/svButton/Base/SvButton').default;
|
|
62
|
+
export const svButtonGroup: typeof import('../src/components/svButton/Group/SvButtonGroup').default;
|
|
63
|
+
export const svAlert: typeof import('../src/components/svAlert/Base/svAlert').default;
|
|
64
|
+
export const svInput: typeof import('../src/components/svInput/Base/svInput').default;
|
|
65
|
+
export const svCheckbox: typeof import('../src/components/svCheckbox/Base/svCheckbox').default;
|
|
66
|
+
export const svSwitch: typeof import('../src/components/svSwitch/Base/svSwitch').default;
|
|
67
|
+
export const svSelect: typeof import('../src/components/svSelect/Base/svSelect').default;
|
|
68
|
+
export const svOption: typeof import('../src/components/svSelect/Option/svSelectOption').default;
|
|
69
|
+
export const svOptionGroup: typeof import('../src/components/svSelect/OptionGroup/svOptionGroup').default;
|
|
70
|
+
export const svAvatar: typeof import('../src/components/svAvatar/Base/svAvatar').default;
|
|
71
|
+
export const svAvatarGroup: typeof import('../src/components/svAvatar/Group/svAvatarGroup').default;
|
|
72
|
+
export const svRadio: typeof import('../src/components/svRadio/Base/svRadio').default;
|
|
73
|
+
export const svTooltip: typeof import('../src/components/svTooltip/Base/svTooltip').default;
|
|
74
|
+
export const svDialog: typeof import('../src/components/svDialog/Base/svDialog').default;
|
|
75
|
+
export const svPagination: typeof import('../src/components/svPagination/Base/svPagination').default;
|
|
76
|
+
export const svTable: typeof import('../src/components/svTable/Base/svTable').default;
|
|
77
|
+
export const svTableTr: typeof import('../src/components/svTable/Tr/svTableTr').default;
|
|
78
|
+
export const svTableTh: typeof import('../src/components/svTable/Th/svTableTh').default;
|
|
79
|
+
export const svTableTd: typeof import('../src/components/svTable/Td/svTableTd').default;
|
|
80
|
+
export const svNavbar: typeof import('../src/components/svNavbar/Base/svNavbar').default;
|
|
81
|
+
export const svNavbarItem: typeof import('../src/components/svNavbar/Item/svNavbarItem').default;
|
|
82
|
+
export const svNavbarGroup: typeof import('../src/components/svNavbar/Group/svNavbarGroup').default;
|
|
83
|
+
export const svSidebar: typeof import('../src/components/svSidebar/Base/svSidebar').default;
|
|
84
|
+
export const svSidebarItem: typeof import('../src/components/svSidebar/Item/svSidebarItem').default;
|
|
85
|
+
export const svSidebarGroup: typeof import('../src/components/svSidebar/Group/svSidebarGroup').default;
|
|
86
|
+
export const svCard: typeof import('../src/components/svCard/Base/svCard').default;
|
|
87
|
+
export const svCardGroup: typeof import('../src/components/svCard/Group/svCardGroup').default;
|
|
88
|
+
export const svRow: typeof import('../src/layout/grid/SvRow').default;
|
|
89
|
+
export const svCol: typeof import('../src/layout/grid/SvCol').default;
|
|
90
|
+
|
|
91
|
+
/** Alert Component */
|
|
92
|
+
export class Alert extends SvAlert {}
|
|
93
|
+
|
|
94
|
+
// ── Vue augmentations ───────────────────────────────────────────
|
|
95
|
+
|
|
96
|
+
declare module 'vue' {
|
|
97
|
+
interface ComponentCustomProperties {
|
|
98
|
+
$sv: SvFunctions;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
declare module '*.svg' {
|
|
103
|
+
const content: string;
|
|
104
|
+
export default content;
|
|
105
|
+
}
|