@pnkx-lib/ui 1.9.163 → 1.9.164
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/es/chunks/{PageNotFound-DsNBxCPF.js → PageNotFound-V2cS-pzy.js} +2 -4
- package/es/chunks/{Switch-CZJblhYJ.js → Switch-DHCiuIa0.js} +1 -1
- package/es/chunks/{UploadImage-Djy7y51v.js → UploadImage-CRfo12AI.js} +5 -1
- package/es/fields/index.js +2 -2
- package/es/index.js +3 -3
- package/es/ui/index.js +2 -2
- package/package.json +1 -1
- package/types/constants/table.d.ts +0 -6
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { o as jsxRuntimeExports, p as Icon, _ as _extends, k as PnkxField, C as Checkbox, u as useSortable, q as CSS, t as twMerge, r as useForm, s as DndContext, v as closestCenter, w as SortableContext, x as verticalListSortingStrategy, y as arrayMove, z as className, a as Tooltip, A as lodashExports, B as distExports, F as useTabStore, G as distExports$1, I as Input, T as Typography$1 } from './UploadImage-CRfo12AI.js';
|
2
2
|
import { Button as Button$1, Cascader, Modal as Modal$1, Badge as Badge$1, Breadcrumb as Breadcrumb$1, Divider as Divider$1, Table as Table$1, Tabs as Tabs$1, Space, Card as Card$1, Skeleton as Skeleton$1, Popover as Popover$1, Col as Col$1, Row as Row$1, Dropdown as Dropdown$1, Flex as Flex$1, Pagination as Pagination$1, Tag as Tag$1, Alert as Alert$1, Drawer as Drawer$1, Popconfirm as Popconfirm$1, QRCode as QRCode$1, Result as Result$1, Rate as Rate$1, Segmented as Segmented$1, Statistic as Statistic$1, Timeline as Timeline$1, Tour as Tour$1, Tree as Tree$1, Typography, Watermark as Watermark$1, Anchor as Anchor$1, Affix, AutoComplete as AutoComplete$1, Input as Input$1, Collapse as Collapse$1, ColorPicker as ColorPicker$1, Empty as Empty$1, Image as Image$1, ConfigProvider as ConfigProvider$1 } from 'antd';
|
3
3
|
import * as React from 'react';
|
4
4
|
import { useState, useEffect, Component } from 'react';
|
@@ -616,8 +616,6 @@ const HeadingTable = (props) => {
|
|
616
616
|
);
|
617
617
|
};
|
618
618
|
|
619
|
-
const SORT_BY = "SortBy";
|
620
|
-
const SORT_DESC = "SortDesc";
|
621
619
|
var TypeActionRowTable = /* @__PURE__ */ ((TypeActionRowTable2) => {
|
622
620
|
TypeActionRowTable2["DELETE"] = "DELETE";
|
623
621
|
TypeActionRowTable2["EDIT"] = "EDIT";
|
@@ -2500,4 +2498,4 @@ const PageNotFound = ({ path = "/" }) => {
|
|
2500
2498
|
);
|
2501
2499
|
};
|
2502
2500
|
|
2503
|
-
export {
|
2501
|
+
export { PageNotFound as $, Alert as A, Button as B, CascaderField as C, Dropdown as D, Empty as E, Flex as F, ErrorBoundary as G, Heading as H, Image as I, CATEGORY_LIST_ENUM as J, badgeStatusCategoryConfig as K, CategoryStatus as L, Modal as M, ActionRowTable as N, TypeActionRowTable as O, Popover as P, QRCode as Q, Row as R, Skeleton as S, Table as T, TypeBulkActions as U, TypeStatusTable as V, Watermark as W, BulkActions as X, BreadcrumbHeading as Y, Card as Z, ConfigProvider as _, Tabs as a, SearchFiltersForm as b, Container as c, Badge as d, Col as e, Breadcrumb as f, Pagination as g, Sidebar as h, Tag as i, Divider as j, Drawer as k, Popconfirm as l, Result as m, Rate as n, Segmented as o, Statistic as p, Timeline as q, Tour as r, Tree as s, typeColorMap as t, Anchor as u, Appfix as v, AutoComplete as w, Collapse as x, ColorPicker as y, ConfirmModal as z };
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { n as get, o as jsxRuntimeExports, L as Label, t as twMerge, E as ErrorMessage, T as Typography, p as Icon, _ as _extends } from './UploadImage-CRfo12AI.js';
|
2
2
|
import { Select as Select$1, Radio, Upload, Image, Switch as Switch$1 } from 'antd';
|
3
3
|
import * as React from 'react';
|
4
4
|
import { useState } from 'react';
|
@@ -11608,6 +11608,10 @@ var Editor = /** @class */ (function (_super) {
|
|
11608
11608
|
}(React.Component));
|
11609
11609
|
|
11610
11610
|
const TINY_API = "miai0qn3c79adm555yoxd9kz6j6a323ek760nf7qd81nv1p5";
|
11611
|
+
const START_PAGE = 1;
|
11612
|
+
const START_PAGE_SIZE = 10;
|
11613
|
+
const PAGE_NUMBER = "page";
|
11614
|
+
const PAGE_SIZE = "size";
|
11611
11615
|
const SORT = "sort";
|
11612
11616
|
|
11613
11617
|
var lodash$1 = {exports: {}};
|
@@ -54388,4 +54392,4 @@ const UploadImage = ({
|
|
54388
54392
|
) });
|
54389
54393
|
};
|
54390
54394
|
|
54391
|
-
export { Checkbox as C, DatePicker as D, ErrorMessage as E, Input as I, Label as L, Menu as M,
|
54395
|
+
export { lodashExports as A, distExports$1 as B, Checkbox as C, DatePicker as D, ErrorMessage as E, useTabStore as F, distExports as G, Input as I, Label as L, Menu as M, PAGE_NUMBER as P, RangePicker as R, Space as S, Typography as T, UploadImage as U, _extends as _, Tooltip as a, Layout as b, Splitter as c, Steps as d, Spin as e, TINY_API as f, START_PAGE as g, START_PAGE_SIZE as h, PAGE_SIZE as i, SORT as j, PnkxField as k, TinyMCE as l, Textarea as m, get$1 as n, jsxRuntimeExports as o, Icon as p, CSS as q, useForm as r, DndContext as s, twMerge as t, useSortable as u, closestCenter as v, SortableContext as w, verticalListSortingStrategy as x, arrayMove as y, className as z };
|
package/es/fields/index.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export { C as Checkbox, D as DatePicker, I as Input,
|
2
|
-
export { R as RadioGroup, S as Select, a as Switch, U as UploadField } from '../chunks/Switch-
|
1
|
+
export { C as Checkbox, D as DatePicker, I as Input, k as PnkxField, R as RangePicker, m as Textarea, l as TinyMCE } from '../chunks/UploadImage-CRfo12AI.js';
|
2
|
+
export { R as RadioGroup, S as Select, a as Switch, U as UploadField } from '../chunks/Switch-DHCiuIa0.js';
|
package/es/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export { N as ActionRowTable, A as Alert, u as Anchor, v as Appfix, w as AutoComplete, d as Badge, f as Breadcrumb,
|
2
|
-
export { C as Checkbox, D as DatePicker, E as ErrorMessage, I as Input, L as Label, b as Layout, M as Menu, P as PnkxField, R as RangePicker,
|
3
|
-
export { R as RadioGroup, S as Select, a as Switch, U as UploadField } from './chunks/Switch-
|
1
|
+
export { N as ActionRowTable, A as Alert, u as Anchor, v as Appfix, w as AutoComplete, d as Badge, f as Breadcrumb, Y as BreadcrumbHeading, X as BulkActions, B as Button, J as CATEGORY_LIST_ENUM, Z as Card, C as CascaderField, L as CategoryStatus, e as Col, x as Collapse, y as ColorPicker, _ as ConfigProvider, z as ConfirmModal, c as Container, j as Divider, k as Drawer, D as Dropdown, E as Empty, G as ErrorBoundary, F as Flex, H as Heading, I as Image, M as Modal, $ as PageNotFound, g as Pagination, l as Popconfirm, P as Popover, Q as QRCode, n as Rate, m as Result, R as Row, b as SearchFiltersForm, o as Segmented, h as Sidebar, S as Skeleton, p as Statistic, T as Table, a as Tabs, i as Tag, q as Timeline, r as Tour, s as Tree, O as TypeActionRowTable, U as TypeBulkActions, V as TypeStatusTable, W as Watermark, K as badgeStatusCategoryConfig, t as typeColorMap } from './chunks/PageNotFound-V2cS-pzy.js';
|
2
|
+
export { C as Checkbox, D as DatePicker, E as ErrorMessage, I as Input, L as Label, b as Layout, M as Menu, P as PAGE_NUMBER, i as PAGE_SIZE, k as PnkxField, R as RangePicker, j as SORT, g as START_PAGE, h as START_PAGE_SIZE, S as Space, e as Spin, c as Splitter, d as Steps, f as TINY_API, m as Textarea, l as TinyMCE, a as Tooltip, T as Typography, U as UploadImage } from './chunks/UploadImage-CRfo12AI.js';
|
3
|
+
export { R as RadioGroup, S as Select, a as Switch, U as UploadField } from './chunks/Switch-DHCiuIa0.js';
|
4
4
|
export { a as useMessage, u as useToast } from './chunks/useMessage-CUPcOtIS.js';
|
package/es/ui/index.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export { N as ActionRowTable, A as Alert, u as Anchor, v as Appfix, w as AutoComplete, d as Badge, f as Breadcrumb,
|
2
|
-
export { E as ErrorMessage, L as Label, b as Layout, M as Menu,
|
1
|
+
export { N as ActionRowTable, A as Alert, u as Anchor, v as Appfix, w as AutoComplete, d as Badge, f as Breadcrumb, Y as BreadcrumbHeading, X as BulkActions, B as Button, J as CATEGORY_LIST_ENUM, Z as Card, C as CascaderField, L as CategoryStatus, e as Col, x as Collapse, y as ColorPicker, _ as ConfigProvider, z as ConfirmModal, c as Container, j as Divider, k as Drawer, D as Dropdown, E as Empty, G as ErrorBoundary, F as Flex, H as Heading, I as Image, M as Modal, $ as PageNotFound, g as Pagination, l as Popconfirm, P as Popover, Q as QRCode, n as Rate, m as Result, R as Row, b as SearchFiltersForm, o as Segmented, h as Sidebar, S as Skeleton, p as Statistic, T as Table, a as Tabs, i as Tag, q as Timeline, r as Tour, s as Tree, O as TypeActionRowTable, U as TypeBulkActions, V as TypeStatusTable, W as Watermark, K as badgeStatusCategoryConfig, t as typeColorMap } from '../chunks/PageNotFound-V2cS-pzy.js';
|
2
|
+
export { E as ErrorMessage, L as Label, b as Layout, M as Menu, P as PAGE_NUMBER, i as PAGE_SIZE, j as SORT, g as START_PAGE, h as START_PAGE_SIZE, S as Space, e as Spin, c as Splitter, d as Steps, f as TINY_API, a as Tooltip, T as Typography, U as UploadImage } from '../chunks/UploadImage-CRfo12AI.js';
|
package/package.json
CHANGED
@@ -1,9 +1,3 @@
|
|
1
|
-
export declare const START_PAGE = 1;
|
2
|
-
export declare const START_PAGE_SIZE = 10;
|
3
|
-
export declare const PAGE_NUMBER = "page";
|
4
|
-
export declare const PAGE_SIZE = "size";
|
5
|
-
export declare const SORT_BY = "SortBy";
|
6
|
-
export declare const SORT_DESC = "SortDesc";
|
7
1
|
export declare enum TypeActionRowTable {
|
8
2
|
DELETE = "DELETE",
|
9
3
|
EDIT = "EDIT",
|