@pnkx-lib/ui 1.9.135 → 1.9.138
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/style.css +1 -1
- package/es/chunks/{ConfigProvider-DswQW9LE.js → ConfigProvider-BFt0Xocp.js} +525 -3
- package/es/index.js +1 -2
- package/es/ui/index.js +1 -2
- package/package.json +2 -3
- package/types/DemoTable/FiltersCategoryDemo/index.d.ts +1 -1
- package/types/assets/svg/PageNotFoundIcon.d.ts +3 -0
- package/types/components/ui/Page404.d.ts +1 -2
package/es/index.js
CHANGED
@@ -1,5 +1,4 @@
|
|
1
|
-
export {
|
1
|
+
export { Z as ActionRowTable, A as Alert, E as Anchor, G as Appfix, I as AutoComplete, e as Badge, g as Breadcrumb, a8 as BreadcrumbHeading, a7 as BulkActions, B as Button, a9 as Card, C as CascaderField, Y as CategoryStatus, f as Col, aa as ConfigProvider, U as ConfirmModal, d as Container, o as Divider, q as Drawer, D as Dropdown, N as Empty, V as ErrorBoundary, F as Flex, H as Heading, O as Image, L as Layout, j as Menu, M as Modal, a0 as PAGE_NUMBER, a1 as PAGE_SIZE, X as Page404, k as Pagination, J as PnkxCollapse, K as PnkxColorPicker, r as Popconfirm, P as Popover, Q as QRCode, u as Rate, s as Result, R as Row, a2 as SORT_BY, a3 as SORT_DESC, _ as START_PAGE, $ as START_PAGE_SIZE, c as SearchFiltersForm, v as Segmented, m as Sidebar, S as Skeleton, h as Space, p as Spin, i as Splitter, w as Statistic, l as Steps, T as Table, b as Tabs, n as Tag, x as Timeline, a as Tooltip, y as Tour, z as Tree, a4 as TypeActionRowTable, a5 as TypeBulkActions, a6 as TypeStatusTable, W as Watermark, t as typeColorMap } from './chunks/ConfigProvider-BFt0Xocp.js';
|
2
2
|
export { C as CheckboxField, D as DatePickerField, E as ErrorMessage, I as Input, L as Label, P as PnkxField, R as RangePickerField, a as TINY_API, b as TinyMCE, T as Typography } from './chunks/AntdIcon-BS99Z6_t.js';
|
3
|
-
import 'react-router';
|
4
3
|
export { R as RadioGroup, S as Select, a as Switch, U as UploadField } from './chunks/Switch-DHAoXDmV.js';
|
5
4
|
export { a as useMessage, u as useToast } from './chunks/useMessage-CUPcOtIS.js';
|
package/es/ui/index.js
CHANGED
@@ -1,3 +1,2 @@
|
|
1
|
-
export {
|
1
|
+
export { Z as ActionRowTable, A as Alert, E as Anchor, G as Appfix, I as AutoComplete, e as Badge, g as Breadcrumb, a8 as BreadcrumbHeading, a7 as BulkActions, B as Button, a9 as Card, C as CascaderField, Y as CategoryStatus, f as Col, aa as ConfigProvider, U as ConfirmModal, d as Container, o as Divider, q as Drawer, D as Dropdown, N as Empty, V as ErrorBoundary, F as Flex, H as Heading, O as Image, L as Layout, j as Menu, M as Modal, a0 as PAGE_NUMBER, a1 as PAGE_SIZE, X as Page404, k as Pagination, J as PnkxCollapse, K as PnkxColorPicker, r as Popconfirm, P as Popover, Q as QRCode, u as Rate, s as Result, R as Row, a2 as SORT_BY, a3 as SORT_DESC, _ as START_PAGE, $ as START_PAGE_SIZE, c as SearchFiltersForm, v as Segmented, m as Sidebar, S as Skeleton, h as Space, p as Spin, i as Splitter, w as Statistic, l as Steps, T as Table, b as Tabs, n as Tag, x as Timeline, a as Tooltip, y as Tour, z as Tree, a4 as TypeActionRowTable, a5 as TypeBulkActions, a6 as TypeStatusTable, W as Watermark, t as typeColorMap } from '../chunks/ConfigProvider-BFt0Xocp.js';
|
2
2
|
export { E as ErrorMessage, L as Label, a as TINY_API, T as Typography } from '../chunks/AntdIcon-BS99Z6_t.js';
|
3
|
-
import 'react-router';
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pnkx-lib/ui",
|
3
3
|
"private": false,
|
4
|
-
"version": "1.9.
|
4
|
+
"version": "1.9.138",
|
5
5
|
"type": "module",
|
6
6
|
"main": "./es/index.js",
|
7
7
|
"module": "./es/index.js",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
38
|
"scripts": {
|
39
|
-
"dev": "vite dev --port
|
39
|
+
"dev": "vite dev --port 3001",
|
40
40
|
"storybook": "storybook dev -p 6006",
|
41
41
|
"build:css": "npx @tailwindcss/cli -i ./src/index.css -o ./dist/style.css --minify",
|
42
42
|
"build": "npm run build:css && vite build",
|
@@ -114,7 +114,6 @@
|
|
114
114
|
"lodash": "^4.17.21",
|
115
115
|
"react-datepicker": "^4.16.0",
|
116
116
|
"react-hook-form": "^7.54.2",
|
117
|
-
"react-i18next": "^15.5.2",
|
118
117
|
"react-number-format": "^5.4.3",
|
119
118
|
"tailwind-merge": "^3.3.0",
|
120
119
|
"yup": "^1.6.1",
|
@@ -1,2 +1 @@
|
|
1
|
-
declare const
|
2
|
-
export default PageNotfound;
|
1
|
+
export declare const Page404: () => import("react/jsx-runtime").JSX.Element;
|