@astral/ui 4.0.0-alpha.2 → 4.0.0-alpha.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/components/Banner.d.ts +1 -0
- package/components/Banner.js +1 -0
- package/components/LegacyNotification.d.ts +1 -0
- package/components/LegacyNotification.js +1 -0
- package/components/Notification.d.ts +1 -0
- package/components/Notification.js +1 -0
- package/components/ResizingDataGrid.d.ts +1 -0
- package/components/ResizingDataGrid.js +1 -0
- package/components/ResizingDataGridInfinite.d.ts +1 -0
- package/components/ResizingDataGridInfinite.js +1 -0
- package/node/components/Banner.d.ts +1 -0
- package/node/components/Banner.js +7 -0
- package/node/components/LegacyNotification.d.ts +1 -0
- package/node/components/LegacyNotification.js +9 -0
- package/node/components/Notification.d.ts +1 -0
- package/node/components/Notification.js +8 -0
- package/node/components/ResizingDataGrid.d.ts +1 -0
- package/node/components/ResizingDataGrid.js +5 -0
- package/node/components/ResizingDataGridInfinite.d.ts +1 -0
- package/node/components/ResizingDataGridInfinite.js +5 -0
- package/package.json +29 -4
- package/next.d.ts +0 -1
- package/next.js +0 -2
- package/node/next.d.ts +0 -1
- package/node/next.js +0 -18
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BannerActionButton, BannerContainer, banner, } from '@astral/components/Banner';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BannerActionButton, BannerContainer, banner, } from '@astral/components/Banner';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { NOTIFY_POSITIONS, NotificationContainer, type NotificationContainerProps, type NotificationProps, type NotificationTemplateProps, NotificationVariantTypes, type Notify, notify, notifyClassnames, } from '@astral/components/LegacyNotification';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { NOTIFY_POSITIONS, NotificationContainer, NotificationVariantTypes, notify, notifyClassnames, } from '@astral/components/LegacyNotification';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { NOTIFY_POSITIONS, NotificationContainer, NotificationStackContainer, type Notify, notify, } from '@astral/components/Notification';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { NOTIFY_POSITIONS, NotificationContainer, NotificationStackContainer, notify, } from '@astral/components/Notification';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type ResizingColumns, ResizingDataGrid, type ResizingDataGridProps, } from '@astral/components/ResizingDataGrid';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ResizingDataGrid, } from '@astral/components/ResizingDataGrid';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type ResizingColumnsInfinite, ResizingDataGridInfinite, } from '@astral/components/ResizingDataGridInfinite';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ResizingDataGridInfinite, } from '@astral/components/ResizingDataGridInfinite';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BannerActionButton, BannerContainer, banner, } from '@astral/components/Banner';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.banner = exports.BannerContainer = exports.BannerActionButton = void 0;
|
|
4
|
+
var Banner_1 = require("@astral/components/Banner");
|
|
5
|
+
Object.defineProperty(exports, "BannerActionButton", { enumerable: true, get: function () { return Banner_1.BannerActionButton; } });
|
|
6
|
+
Object.defineProperty(exports, "BannerContainer", { enumerable: true, get: function () { return Banner_1.BannerContainer; } });
|
|
7
|
+
Object.defineProperty(exports, "banner", { enumerable: true, get: function () { return Banner_1.banner; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { NOTIFY_POSITIONS, NotificationContainer, type NotificationContainerProps, type NotificationProps, type NotificationTemplateProps, NotificationVariantTypes, type Notify, notify, notifyClassnames, } from '@astral/components/LegacyNotification';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.notifyClassnames = exports.notify = exports.NotificationVariantTypes = exports.NotificationContainer = exports.NOTIFY_POSITIONS = void 0;
|
|
4
|
+
var LegacyNotification_1 = require("@astral/components/LegacyNotification");
|
|
5
|
+
Object.defineProperty(exports, "NOTIFY_POSITIONS", { enumerable: true, get: function () { return LegacyNotification_1.NOTIFY_POSITIONS; } });
|
|
6
|
+
Object.defineProperty(exports, "NotificationContainer", { enumerable: true, get: function () { return LegacyNotification_1.NotificationContainer; } });
|
|
7
|
+
Object.defineProperty(exports, "NotificationVariantTypes", { enumerable: true, get: function () { return LegacyNotification_1.NotificationVariantTypes; } });
|
|
8
|
+
Object.defineProperty(exports, "notify", { enumerable: true, get: function () { return LegacyNotification_1.notify; } });
|
|
9
|
+
Object.defineProperty(exports, "notifyClassnames", { enumerable: true, get: function () { return LegacyNotification_1.notifyClassnames; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { NOTIFY_POSITIONS, NotificationContainer, NotificationStackContainer, type Notify, notify, } from '@astral/components/Notification';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.notify = exports.NotificationStackContainer = exports.NotificationContainer = exports.NOTIFY_POSITIONS = void 0;
|
|
4
|
+
var Notification_1 = require("@astral/components/Notification");
|
|
5
|
+
Object.defineProperty(exports, "NOTIFY_POSITIONS", { enumerable: true, get: function () { return Notification_1.NOTIFY_POSITIONS; } });
|
|
6
|
+
Object.defineProperty(exports, "NotificationContainer", { enumerable: true, get: function () { return Notification_1.NotificationContainer; } });
|
|
7
|
+
Object.defineProperty(exports, "NotificationStackContainer", { enumerable: true, get: function () { return Notification_1.NotificationStackContainer; } });
|
|
8
|
+
Object.defineProperty(exports, "notify", { enumerable: true, get: function () { return Notification_1.notify; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type ResizingColumns, ResizingDataGrid, type ResizingDataGridProps, } from '@astral/components/ResizingDataGrid';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ResizingDataGrid = void 0;
|
|
4
|
+
var ResizingDataGrid_1 = require("@astral/components/ResizingDataGrid");
|
|
5
|
+
Object.defineProperty(exports, "ResizingDataGrid", { enumerable: true, get: function () { return ResizingDataGrid_1.ResizingDataGrid; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type ResizingColumnsInfinite, ResizingDataGridInfinite, } from '@astral/components/ResizingDataGridInfinite';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ResizingDataGridInfinite = void 0;
|
|
4
|
+
var ResizingDataGridInfinite_1 = require("@astral/components/ResizingDataGridInfinite");
|
|
5
|
+
Object.defineProperty(exports, "ResizingDataGridInfinite", { enumerable: true, get: function () { return ResizingDataGridInfinite_1.ResizingDataGridInfinite; } });
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astral/ui",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.21",
|
|
4
4
|
"browser": "./index.js",
|
|
5
5
|
"main": "./node/index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@astral/icons": "4.0.0-alpha.
|
|
8
|
-
"@astral/components": "4.0.0-alpha.
|
|
9
|
-
"@astral/form": "4.0.0-alpha.
|
|
7
|
+
"@astral/icons": "4.0.0-alpha.21",
|
|
8
|
+
"@astral/components": "4.0.0-alpha.21",
|
|
9
|
+
"@astral/form": "4.0.0-alpha.21"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
12
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -44,6 +44,31 @@
|
|
|
44
44
|
"module": "./components/JsonViewer.js",
|
|
45
45
|
"require": "./node/components/JsonViewer.js",
|
|
46
46
|
"types": "./components/JsonViewer.d.ts"
|
|
47
|
+
},
|
|
48
|
+
"./components/Notification": {
|
|
49
|
+
"module": "./components/Notification.js",
|
|
50
|
+
"require": "./node/components/Notification.js",
|
|
51
|
+
"types": "./components/Notification.d.ts"
|
|
52
|
+
},
|
|
53
|
+
"./components/LegacyNotification": {
|
|
54
|
+
"module": "./components/LegacyNotification.js",
|
|
55
|
+
"require": "./node/components/LegacyNotification.js",
|
|
56
|
+
"types": "./components/LegacyNotification.d.ts"
|
|
57
|
+
},
|
|
58
|
+
"./components/Banner": {
|
|
59
|
+
"module": "./components/Banner.js",
|
|
60
|
+
"require": "./node/components/Banner.js",
|
|
61
|
+
"types": "./components/Banner.d.ts"
|
|
62
|
+
},
|
|
63
|
+
"./components/unstable/ResizingDataGrid": {
|
|
64
|
+
"module": "./components/ResizingDataGrid.js",
|
|
65
|
+
"require": "./node/components/ResizingDataGrid.js",
|
|
66
|
+
"types": "./components/ResizingDataGrid.d.ts"
|
|
67
|
+
},
|
|
68
|
+
"./components/unstable/ResizingDataGridInfinite": {
|
|
69
|
+
"module": "./components/ResizingDataGridInfinite.js",
|
|
70
|
+
"require": "./node/components/ResizingDataGridInfinite.js",
|
|
71
|
+
"types": "./components/ResizingDataGridInfinite.d.ts"
|
|
47
72
|
}
|
|
48
73
|
},
|
|
49
74
|
"author": "Astral.Soft",
|
package/next.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@astral/components/next';
|
package/next.js
DELETED
package/node/next.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@astral/components/next';
|
package/node/next.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Компоненты, для работы которых необходим react >= 18 версии
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
16
|
-
};
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
__exportStar(require("@astral/components/next"), exports);
|