@akinon/ui-react 0.3.1 → 0.4.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/dist/cjs/index.d.ts.map +1 -0
- package/dist/cjs/index.js +62 -0
- package/dist/esm/index.d.ts +46 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/package.json +66 -58
- package/dist/index.cjs +0 -447
- package/dist/index.d.ts.map +0 -1
- /package/dist/{index.d.ts → cjs/index.d.ts} +0 -0
- /package/dist/{index.js → esm/index.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AACA,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
// component exports
|
|
18
|
+
__exportStar(require("@akinon/ui-alert"), exports);
|
|
19
|
+
__exportStar(require("@akinon/ui-auto-complete"), exports);
|
|
20
|
+
__exportStar(require("@akinon/ui-avatar"), exports);
|
|
21
|
+
__exportStar(require("@akinon/ui-badge"), exports);
|
|
22
|
+
__exportStar(require("@akinon/ui-breadcrumb"), exports);
|
|
23
|
+
__exportStar(require("@akinon/ui-button"), exports);
|
|
24
|
+
__exportStar(require("@akinon/ui-card"), exports);
|
|
25
|
+
__exportStar(require("@akinon/ui-carousel"), exports);
|
|
26
|
+
__exportStar(require("@akinon/ui-checkbox"), exports);
|
|
27
|
+
__exportStar(require("@akinon/ui-collapse"), exports);
|
|
28
|
+
__exportStar(require("@akinon/ui-color-picker"), exports);
|
|
29
|
+
__exportStar(require("@akinon/ui-date-picker"), exports);
|
|
30
|
+
__exportStar(require("@akinon/ui-divider"), exports);
|
|
31
|
+
__exportStar(require("@akinon/ui-drawer"), exports);
|
|
32
|
+
__exportStar(require("@akinon/ui-dropdown"), exports);
|
|
33
|
+
__exportStar(require("@akinon/ui-image"), exports);
|
|
34
|
+
__exportStar(require("@akinon/ui-input"), exports);
|
|
35
|
+
__exportStar(require("@akinon/ui-input-number"), exports);
|
|
36
|
+
__exportStar(require("@akinon/ui-layout"), exports);
|
|
37
|
+
__exportStar(require("@akinon/ui-list"), exports);
|
|
38
|
+
__exportStar(require("@akinon/ui-menu"), exports);
|
|
39
|
+
__exportStar(require("@akinon/ui-message"), exports);
|
|
40
|
+
__exportStar(require("@akinon/ui-modal"), exports);
|
|
41
|
+
__exportStar(require("@akinon/ui-notification"), exports);
|
|
42
|
+
__exportStar(require("@akinon/ui-pagination"), exports);
|
|
43
|
+
__exportStar(require("@akinon/ui-popover"), exports);
|
|
44
|
+
__exportStar(require("@akinon/ui-progress"), exports);
|
|
45
|
+
__exportStar(require("@akinon/ui-radio"), exports);
|
|
46
|
+
__exportStar(require("@akinon/ui-segmented"), exports);
|
|
47
|
+
__exportStar(require("@akinon/ui-select"), exports);
|
|
48
|
+
__exportStar(require("@akinon/ui-skeleton"), exports);
|
|
49
|
+
__exportStar(require("@akinon/ui-slider"), exports);
|
|
50
|
+
__exportStar(require("@akinon/ui-space"), exports);
|
|
51
|
+
__exportStar(require("@akinon/ui-spin"), exports);
|
|
52
|
+
__exportStar(require("@akinon/ui-steps"), exports);
|
|
53
|
+
__exportStar(require("@akinon/ui-switch"), exports);
|
|
54
|
+
__exportStar(require("@akinon/ui-system"), exports);
|
|
55
|
+
__exportStar(require("@akinon/ui-table"), exports);
|
|
56
|
+
__exportStar(require("@akinon/ui-theme"), exports);
|
|
57
|
+
__exportStar(require("@akinon/ui-time-picker"), exports);
|
|
58
|
+
__exportStar(require("@akinon/ui-tooltip"), exports);
|
|
59
|
+
__exportStar(require("@akinon/ui-transfer"), exports);
|
|
60
|
+
__exportStar(require("@akinon/ui-tree"), exports);
|
|
61
|
+
__exportStar(require("@akinon/ui-tree-select"), exports);
|
|
62
|
+
__exportStar(require("@akinon/ui-typography"), exports);
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export * from '@akinon/ui-alert';
|
|
2
|
+
export * from '@akinon/ui-auto-complete';
|
|
3
|
+
export * from '@akinon/ui-avatar';
|
|
4
|
+
export * from '@akinon/ui-badge';
|
|
5
|
+
export * from '@akinon/ui-breadcrumb';
|
|
6
|
+
export * from '@akinon/ui-button';
|
|
7
|
+
export * from '@akinon/ui-card';
|
|
8
|
+
export * from '@akinon/ui-carousel';
|
|
9
|
+
export * from '@akinon/ui-checkbox';
|
|
10
|
+
export * from '@akinon/ui-collapse';
|
|
11
|
+
export * from '@akinon/ui-color-picker';
|
|
12
|
+
export * from '@akinon/ui-date-picker';
|
|
13
|
+
export * from '@akinon/ui-divider';
|
|
14
|
+
export * from '@akinon/ui-drawer';
|
|
15
|
+
export * from '@akinon/ui-dropdown';
|
|
16
|
+
export * from '@akinon/ui-image';
|
|
17
|
+
export * from '@akinon/ui-input';
|
|
18
|
+
export * from '@akinon/ui-input-number';
|
|
19
|
+
export * from '@akinon/ui-layout';
|
|
20
|
+
export * from '@akinon/ui-list';
|
|
21
|
+
export * from '@akinon/ui-menu';
|
|
22
|
+
export * from '@akinon/ui-message';
|
|
23
|
+
export * from '@akinon/ui-modal';
|
|
24
|
+
export * from '@akinon/ui-notification';
|
|
25
|
+
export * from '@akinon/ui-pagination';
|
|
26
|
+
export * from '@akinon/ui-popover';
|
|
27
|
+
export * from '@akinon/ui-progress';
|
|
28
|
+
export * from '@akinon/ui-radio';
|
|
29
|
+
export * from '@akinon/ui-segmented';
|
|
30
|
+
export * from '@akinon/ui-select';
|
|
31
|
+
export * from '@akinon/ui-skeleton';
|
|
32
|
+
export * from '@akinon/ui-slider';
|
|
33
|
+
export * from '@akinon/ui-space';
|
|
34
|
+
export * from '@akinon/ui-spin';
|
|
35
|
+
export * from '@akinon/ui-steps';
|
|
36
|
+
export * from '@akinon/ui-switch';
|
|
37
|
+
export * from '@akinon/ui-system';
|
|
38
|
+
export * from '@akinon/ui-table';
|
|
39
|
+
export * from '@akinon/ui-theme';
|
|
40
|
+
export * from '@akinon/ui-time-picker';
|
|
41
|
+
export * from '@akinon/ui-tooltip';
|
|
42
|
+
export * from '@akinon/ui-transfer';
|
|
43
|
+
export * from '@akinon/ui-tree';
|
|
44
|
+
export * from '@akinon/ui-tree-select';
|
|
45
|
+
export * from '@akinon/ui-typography';
|
|
46
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AACA,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,81 +1,89 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akinon/ui-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
|
-
"main": "dist/index.js",
|
|
7
|
-
"module": "dist/index.js",
|
|
6
|
+
"main": "dist/esm/index.js",
|
|
7
|
+
"module": "dist/esm/index.js",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"@akinon/ui-
|
|
15
|
-
"@akinon/ui-
|
|
16
|
-
"@akinon/ui-
|
|
17
|
-
"@akinon/ui-
|
|
18
|
-
"@akinon/ui-
|
|
19
|
-
"@akinon/ui-carousel": "0.0
|
|
20
|
-
"@akinon/ui-
|
|
21
|
-
"@akinon/ui-color-picker": "0.0
|
|
22
|
-
"@akinon/ui-
|
|
23
|
-
"@akinon/ui-
|
|
24
|
-
"@akinon/ui-drawer": "0.0
|
|
25
|
-
"@akinon/ui-
|
|
26
|
-
"@akinon/ui-
|
|
27
|
-
"@akinon/ui-
|
|
28
|
-
"@akinon/ui-input": "0.1.0",
|
|
29
|
-
"@akinon/ui-list": "0.0
|
|
30
|
-
"@akinon/ui-
|
|
31
|
-
"@akinon/ui-layout": "0.
|
|
32
|
-
"@akinon/ui-
|
|
33
|
-
"@akinon/ui-
|
|
34
|
-
"@akinon/ui-
|
|
35
|
-
"@akinon/ui-
|
|
36
|
-
"@akinon/ui-
|
|
37
|
-
"@akinon/ui-
|
|
38
|
-
"@akinon/ui-progress": "0.0
|
|
39
|
-
"@akinon/ui-
|
|
40
|
-
"@akinon/ui-
|
|
41
|
-
"@akinon/ui-
|
|
42
|
-
"@akinon/ui-skeleton": "0.0
|
|
43
|
-
"@akinon/ui-
|
|
44
|
-
"@akinon/ui-
|
|
45
|
-
"@akinon/ui-
|
|
46
|
-
"@akinon/ui-
|
|
47
|
-
"@akinon/ui-
|
|
48
|
-
"@akinon/ui-theme": "0.
|
|
49
|
-
"@akinon/ui-
|
|
50
|
-
"@akinon/ui-
|
|
51
|
-
"@akinon/ui-
|
|
52
|
-
"@akinon/ui-
|
|
53
|
-
"@akinon/ui-
|
|
54
|
-
"@akinon/ui-
|
|
55
|
-
"@akinon/ui-
|
|
56
|
-
"@akinon/ui-
|
|
57
|
-
"@akinon/ui-badge": "0.0.2",
|
|
58
|
-
"@akinon/ui-table": "0.0.2"
|
|
12
|
+
"@akinon/ui-alert": "0.1.0",
|
|
13
|
+
"@akinon/ui-avatar": "0.1.0",
|
|
14
|
+
"@akinon/ui-card": "0.1.0",
|
|
15
|
+
"@akinon/ui-auto-complete": "0.1.0",
|
|
16
|
+
"@akinon/ui-badge": "0.1.0",
|
|
17
|
+
"@akinon/ui-breadcrumb": "0.1.0",
|
|
18
|
+
"@akinon/ui-checkbox": "0.1.0",
|
|
19
|
+
"@akinon/ui-carousel": "0.1.0",
|
|
20
|
+
"@akinon/ui-button": "0.3.0",
|
|
21
|
+
"@akinon/ui-color-picker": "0.1.0",
|
|
22
|
+
"@akinon/ui-divider": "0.1.0",
|
|
23
|
+
"@akinon/ui-dropdown": "0.1.0",
|
|
24
|
+
"@akinon/ui-drawer": "0.1.0",
|
|
25
|
+
"@akinon/ui-image": "0.1.0",
|
|
26
|
+
"@akinon/ui-date-picker": "0.1.0",
|
|
27
|
+
"@akinon/ui-collapse": "0.1.0",
|
|
28
|
+
"@akinon/ui-input-number": "0.1.0",
|
|
29
|
+
"@akinon/ui-list": "0.1.0",
|
|
30
|
+
"@akinon/ui-menu": "0.1.0",
|
|
31
|
+
"@akinon/ui-layout": "0.2.0",
|
|
32
|
+
"@akinon/ui-message": "0.1.0",
|
|
33
|
+
"@akinon/ui-pagination": "0.1.0",
|
|
34
|
+
"@akinon/ui-modal": "0.1.0",
|
|
35
|
+
"@akinon/ui-notification": "0.1.0",
|
|
36
|
+
"@akinon/ui-popover": "0.1.0",
|
|
37
|
+
"@akinon/ui-segmented": "0.1.0",
|
|
38
|
+
"@akinon/ui-progress": "0.1.0",
|
|
39
|
+
"@akinon/ui-select": "0.1.0",
|
|
40
|
+
"@akinon/ui-radio": "0.1.0",
|
|
41
|
+
"@akinon/ui-slider": "0.1.0",
|
|
42
|
+
"@akinon/ui-skeleton": "0.1.0",
|
|
43
|
+
"@akinon/ui-space": "0.1.0",
|
|
44
|
+
"@akinon/ui-spin": "0.1.0",
|
|
45
|
+
"@akinon/ui-system": "0.2.0",
|
|
46
|
+
"@akinon/ui-table": "0.1.0",
|
|
47
|
+
"@akinon/ui-steps": "0.1.0",
|
|
48
|
+
"@akinon/ui-theme": "0.3.0",
|
|
49
|
+
"@akinon/ui-tooltip": "0.1.0",
|
|
50
|
+
"@akinon/ui-transfer": "0.1.0",
|
|
51
|
+
"@akinon/ui-tree": "0.1.0",
|
|
52
|
+
"@akinon/ui-tree-select": "0.1.0",
|
|
53
|
+
"@akinon/ui-time-picker": "0.1.0",
|
|
54
|
+
"@akinon/ui-typography": "0.1.0",
|
|
55
|
+
"@akinon/ui-input": "0.2.0",
|
|
56
|
+
"@akinon/ui-switch": "0.1.0"
|
|
59
57
|
},
|
|
60
58
|
"devDependencies": {
|
|
61
59
|
"clean-package": "2.2.0",
|
|
60
|
+
"copyfiles": "^2.4.1",
|
|
61
|
+
"rimraf": "^5.0.5",
|
|
62
62
|
"typescript": "^5.2.2",
|
|
63
|
-
"@akinon/vite-config": "
|
|
64
|
-
"@akinon/
|
|
65
|
-
"@akinon/
|
|
63
|
+
"@akinon/vite-config": "0.2.0",
|
|
64
|
+
"@akinon/typescript-config": "0.0.0",
|
|
65
|
+
"@akinon/eslint-config": "0.1.0"
|
|
66
|
+
},
|
|
67
|
+
"peerDependencies": {
|
|
68
|
+
"react": ">=18",
|
|
69
|
+
"react-dom": ">=18"
|
|
66
70
|
},
|
|
67
71
|
"clean-package": "../../../clean-package.config.json",
|
|
68
|
-
"types": "dist/index.d.ts",
|
|
72
|
+
"types": "dist/esm/index.d.ts",
|
|
69
73
|
"exports": {
|
|
70
74
|
".": {
|
|
71
|
-
"types": "./dist/index.d.ts",
|
|
72
|
-
"import": "./dist/index.js",
|
|
73
|
-
"require": "./dist/index.
|
|
75
|
+
"types": "./dist/esm/index.d.ts",
|
|
76
|
+
"import": "./dist/esm/index.js",
|
|
77
|
+
"require": "./dist/cjs/index.js"
|
|
74
78
|
},
|
|
75
79
|
"./package.json": "./package.json"
|
|
76
80
|
},
|
|
77
81
|
"scripts": {
|
|
78
|
-
"build": "
|
|
82
|
+
"build": "pnpm run build:esm && pnpm run build:commonjs && pnpm run copy:files",
|
|
83
|
+
"build:esm": "tsc --outDir dist/esm",
|
|
84
|
+
"build:commonjs": "tsc --module commonjs --outDir dist/cjs",
|
|
85
|
+
"copy:files": "copyfiles -u 1 src/**/*.css dist/esm && copyfiles -u 1 src/**/*.css dist/cjs",
|
|
86
|
+
"clean": "rimraf dist/",
|
|
79
87
|
"lint": "eslint *.ts*",
|
|
80
88
|
"test": "vitest run",
|
|
81
89
|
"test:ui": "vitest --ui",
|