@pnkx-lib/ui 1.9.526 → 1.9.527
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 +2 -2
- package/es/chunks/{AntdIcon-Bve8mGNz.js → AntdIcon-KP2HuB_x.js} +2 -44
- package/es/chunks/{CloseCircleFilled-Bo29sDEQ.js → CloseCircleFilled-4jnV3XJV.js} +1 -1
- package/es/chunks/{CloseOutlined-CZUJ_3tW.js → CloseOutlined-DdLJZQvZ.js} +1 -1
- package/es/chunks/{DownOutlined-O2mPkovb.js → DownOutlined-Cl95zPIN.js} +1 -1
- package/es/chunks/{InboxOutlined-BBuIJe6u.js → InboxOutlined-W7xl_mLq.js} +1 -1
- package/es/chunks/{LoadingOutlined-DCtDXz9K.js → LoadingOutlined-C5-PNVpb.js} +1 -1
- package/es/chunks/{bundle-mjs-BME7zF0Z.js → bundle-mjs-BBFHkixS.js} +1 -1
- package/es/chunks/{createSuper-C9_dQ5Zr.js → createSuper-CnOp-EUR.js} +1 -1
- package/es/chunks/{index-BLRvgOFN.js → index-xdC7i8zM.js} +1 -1
- package/es/chunks/{index.esm-Dr5ZHcf7.js → index.esm-Ds4t-z37.js} +3 -6
- package/es/chunks/{toArray-2LkvUaha.js → toArray-7SKWyzWi.js} +84 -250
- package/es/fields/CascaderField.js +1 -1
- package/es/fields/Checkbox.js +1 -1
- package/es/fields/DatePicker.js +3 -3
- package/es/fields/DateRangePicker.js +1 -1
- package/es/fields/Input.js +1 -1
- package/es/fields/InputRangePicker.js +1 -1
- package/es/fields/PnkxField.js +1 -1
- package/es/fields/Select.js +3 -3
- package/es/fields/SliderRanger.js +1 -1
- package/es/fields/SliderSingle.js +1 -1
- package/es/fields/Switch.js +1 -1
- package/es/fields/Textarea.js +1 -1
- package/es/fields/TimePicker.js +1 -1
- package/es/fields/TimeRangePicker.js +1 -1
- package/es/fields/TinyMCE.js +17 -36
- package/es/fields/Upload.js +1 -1
- package/es/index.js +1 -1
- package/es/ui/BreadcrumbHeading.js +1 -1
- package/es/ui/Button.js +1 -1
- package/es/ui/Cascader.js +1 -1
- package/es/ui/CategoryStatus.js +1 -1
- package/es/ui/Container.js +1 -1
- package/es/ui/Descriptions.js +1 -1
- package/es/ui/ExportFile.js +2 -2
- package/es/ui/GenericUploadModal.js +11546 -7
- package/es/ui/Heading.js +1 -1
- package/es/ui/ImportFile.js +2 -2
- package/es/ui/Label.js +1 -1
- package/es/ui/Layout.js +32 -35
- package/es/ui/Modal.js +1 -1
- package/es/ui/SearchFilterForm.js +2 -2
- package/es/ui/SelectSingleTable.js +1 -1
- package/es/ui/SelectTable.js +1 -1
- package/es/ui/Sidebar/index.js +3 -3
- package/es/ui/Tabs.js +2 -2
- package/es/ui/UploadComponent.js +2 -2
- package/es/ui/UploadImage.js +1 -1
- package/es/ui/UploadMultiple.js +1 -1
- package/es/ui/index.js +192 -17601
- package/package.json +1 -1
- package/types/components/ui/Table/ActionRowTable/index.d.ts +2 -2
- package/es/chunks/GenericUploadModal-Dhv5_mhq.js +0 -11608
package/es/ui/Heading.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { c as classNames } from '../chunks/index-
|
|
2
|
+
import { c as classNames } from '../chunks/index-xdC7i8zM.js';
|
|
3
3
|
import { WrapperBreadcrumb } from './WrapperBreadcrumb.js';
|
|
4
4
|
|
|
5
5
|
const Heading = (props) => {
|
package/es/ui/ImportFile.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Upload } from 'antd';
|
|
3
|
-
import { R as RefIcon } from '../chunks/InboxOutlined-
|
|
4
|
-
import { R as RefIcon$1, a as RefIcon$2 } from '../chunks/CloseCircleFilled-
|
|
3
|
+
import { R as RefIcon } from '../chunks/InboxOutlined-W7xl_mLq.js';
|
|
4
|
+
import { R as RefIcon$1, a as RefIcon$2 } from '../chunks/CloseCircleFilled-4jnV3XJV.js';
|
|
5
5
|
|
|
6
6
|
const { Dragger } = Upload;
|
|
7
7
|
const ImportFile = ({
|
package/es/ui/Label.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { t as twMerge } from '../chunks/bundle-mjs-
|
|
2
|
+
import { t as twMerge } from '../chunks/bundle-mjs-BBFHkixS.js';
|
|
3
3
|
import { Typography } from './Typography.js';
|
|
4
4
|
|
|
5
5
|
const Label = ({ label, required, classNameLabel, isSubLabel }) => {
|
package/es/ui/Layout.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { g as genStyleHooks, u as unit, C as ConfigContext, o as omit, t as toArray, a as useComponentConfig, _ as _toConsumableArray } from '../chunks/toArray-
|
|
2
|
+
import { g as genStyleHooks, u as unit, C as ConfigContext, o as omit, t as toArray, a as useComponentConfig, _ as _toConsumableArray } from '../chunks/toArray-7SKWyzWi.js';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { useContext, useState, useEffect, useRef } from 'react';
|
|
5
|
-
import { c as classNames } from '../chunks/index-
|
|
6
|
-
import { I as Icon, _ as _extends } from '../chunks/AntdIcon-
|
|
5
|
+
import { c as classNames } from '../chunks/index-xdC7i8zM.js';
|
|
6
|
+
import { I as Icon, _ as _extends } from '../chunks/AntdIcon-KP2HuB_x.js';
|
|
7
7
|
|
|
8
8
|
// This icon file is generated automatically.
|
|
9
9
|
var BarsOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "bars", "theme": "outlined" };
|
|
@@ -60,23 +60,6 @@ const LayoutContext = /*#__PURE__*/React.createContext({
|
|
|
60
60
|
}
|
|
61
61
|
});
|
|
62
62
|
|
|
63
|
-
const addMediaQueryListener = (mql, handler) => {
|
|
64
|
-
// Don't delete here, please keep the code compatible
|
|
65
|
-
if (typeof (mql === null || mql === void 0 ? void 0 : mql.addEventListener) !== 'undefined') {
|
|
66
|
-
mql.addEventListener('change', handler);
|
|
67
|
-
} else if (typeof (mql === null || mql === void 0 ? void 0 : mql.addListener) !== 'undefined') {
|
|
68
|
-
mql.addListener(handler);
|
|
69
|
-
}
|
|
70
|
-
};
|
|
71
|
-
const removeMediaQueryListener = (mql, handler) => {
|
|
72
|
-
// Don't delete here, please keep the code compatible
|
|
73
|
-
if (typeof (mql === null || mql === void 0 ? void 0 : mql.removeEventListener) !== 'undefined') {
|
|
74
|
-
mql.removeEventListener('change', handler);
|
|
75
|
-
} else if (typeof (mql === null || mql === void 0 ? void 0 : mql.removeListener) !== 'undefined') {
|
|
76
|
-
mql.removeListener(handler);
|
|
77
|
-
}
|
|
78
|
-
};
|
|
79
|
-
|
|
80
63
|
const genLayoutStyle = token => {
|
|
81
64
|
const {
|
|
82
65
|
antCls,
|
|
@@ -185,7 +168,7 @@ const prepareComponentToken = token => {
|
|
|
185
168
|
};
|
|
186
169
|
// ============================== Export ==============================
|
|
187
170
|
const DEPRECATED_TOKENS = [['colorBgBody', 'bodyBg'], ['colorBgHeader', 'headerBg'], ['colorBgTrigger', 'triggerBg']];
|
|
188
|
-
const useStyle$1 = genStyleHooks('Layout', genLayoutStyle, prepareComponentToken, {
|
|
171
|
+
const useStyle$1 = genStyleHooks('Layout', token => [genLayoutStyle(token)], prepareComponentToken, {
|
|
189
172
|
deprecatedTokens: DEPRECATED_TOKENS
|
|
190
173
|
});
|
|
191
174
|
|
|
@@ -296,7 +279,7 @@ const genSiderStyle = token => {
|
|
|
296
279
|
}
|
|
297
280
|
};
|
|
298
281
|
};
|
|
299
|
-
const useStyle = genStyleHooks(['Layout', 'Sider'], genSiderStyle, prepareComponentToken, {
|
|
282
|
+
const useStyle = genStyleHooks(['Layout', 'Sider'], token => [genSiderStyle(token)], prepareComponentToken, {
|
|
300
283
|
deprecatedTokens: DEPRECATED_TOKENS
|
|
301
284
|
});
|
|
302
285
|
|
|
@@ -320,7 +303,8 @@ const isNumeric = value => !Number.isNaN(Number.parseFloat(value)) && isFinite(v
|
|
|
320
303
|
const SiderContext = /*#__PURE__*/React.createContext({});
|
|
321
304
|
const generateId = (() => {
|
|
322
305
|
let i = 0;
|
|
323
|
-
return (
|
|
306
|
+
return function () {
|
|
307
|
+
let prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
324
308
|
i += 1;
|
|
325
309
|
return `${prefix}${i}`;
|
|
326
310
|
};
|
|
@@ -378,17 +362,29 @@ const Sider = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
378
362
|
};
|
|
379
363
|
useEffect(() => {
|
|
380
364
|
function responsiveHandler(mql) {
|
|
381
|
-
|
|
382
|
-
return (_a = responsiveHandlerRef.current) === null || _a === void 0 ? void 0 : _a.call(responsiveHandlerRef, mql);
|
|
365
|
+
return responsiveHandlerRef.current(mql);
|
|
383
366
|
}
|
|
384
367
|
let mql;
|
|
385
|
-
if (typeof
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
368
|
+
if (typeof window !== 'undefined') {
|
|
369
|
+
const {
|
|
370
|
+
matchMedia
|
|
371
|
+
} = window;
|
|
372
|
+
if (matchMedia && breakpoint && breakpoint in dimensionMaxMap) {
|
|
373
|
+
mql = matchMedia(`screen and (max-width: ${dimensionMaxMap[breakpoint]})`);
|
|
374
|
+
try {
|
|
375
|
+
mql.addEventListener('change', responsiveHandler);
|
|
376
|
+
} catch (_a) {
|
|
377
|
+
mql.addListener(responsiveHandler);
|
|
378
|
+
}
|
|
379
|
+
responsiveHandler(mql);
|
|
380
|
+
}
|
|
389
381
|
}
|
|
390
382
|
return () => {
|
|
391
|
-
|
|
383
|
+
try {
|
|
384
|
+
mql === null || mql === void 0 ? void 0 : mql.removeEventListener('change', responsiveHandler);
|
|
385
|
+
} catch (_a) {
|
|
386
|
+
mql === null || mql === void 0 ? void 0 : mql.removeListener(responsiveHandler);
|
|
387
|
+
}
|
|
392
388
|
};
|
|
393
389
|
}, [breakpoint]); // in order to accept dynamic 'breakpoint' property, we need to add 'breakpoint' into dependency array.
|
|
394
390
|
useEffect(() => {
|
|
@@ -472,11 +468,12 @@ var __rest = undefined && undefined.__rest || function (s, e) {
|
|
|
472
468
|
}
|
|
473
469
|
return t;
|
|
474
470
|
};
|
|
475
|
-
function generator({
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
471
|
+
function generator(_ref) {
|
|
472
|
+
let {
|
|
473
|
+
suffixCls,
|
|
474
|
+
tagName,
|
|
475
|
+
displayName
|
|
476
|
+
} = _ref;
|
|
480
477
|
return BasicComponent => {
|
|
481
478
|
const Adapter = /*#__PURE__*/React.forwardRef((props, ref) => (/*#__PURE__*/React.createElement(BasicComponent, Object.assign({
|
|
482
479
|
ref: ref,
|
package/es/ui/Modal.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { u as useForm } from '../chunks/index.esm-
|
|
2
|
+
import { u as useForm } from '../chunks/index.esm-Ds4t-z37.js';
|
|
3
3
|
import { Button } from './Button.js';
|
|
4
|
-
import { I as Icon, _ as _extends } from '../chunks/AntdIcon-
|
|
4
|
+
import { I as Icon, _ as _extends } from '../chunks/AntdIcon-KP2HuB_x.js';
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
|
|
7
7
|
// This icon file is generated automatically.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Select, Table } from 'antd';
|
|
3
3
|
import { useState, useRef, useCallback } from 'react';
|
|
4
|
-
import { t as twMerge } from '../chunks/bundle-mjs-
|
|
4
|
+
import { t as twMerge } from '../chunks/bundle-mjs-BBFHkixS.js';
|
|
5
5
|
import { get, isEmpty } from 'lodash';
|
|
6
6
|
import { ErrorMessage } from './ErrorMessage.js';
|
|
7
7
|
import { Label } from './Label.js';
|
package/es/ui/SelectTable.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Select, Table } from 'antd';
|
|
3
3
|
import { useState, useCallback } from 'react';
|
|
4
|
-
import { t as twMerge } from '../chunks/bundle-mjs-
|
|
4
|
+
import { t as twMerge } from '../chunks/bundle-mjs-BBFHkixS.js';
|
|
5
5
|
import { get } from 'lodash';
|
|
6
6
|
import { ErrorMessage } from './ErrorMessage.js';
|
|
7
7
|
import { Label } from './Label.js';
|
package/es/ui/Sidebar/index.js
CHANGED
|
@@ -5,9 +5,9 @@ import { useLocation, useNavigate } from 'react-router';
|
|
|
5
5
|
import { Flex, AutoComplete, Divider, ConfigProvider, Dropdown } from 'antd';
|
|
6
6
|
import { Layout } from '../Layout.js';
|
|
7
7
|
import { Input } from '../../fields/Input.js';
|
|
8
|
-
import { t as twMerge } from '../../chunks/bundle-mjs-
|
|
9
|
-
import { R as RefIcon$2 } from '../../chunks/DownOutlined-
|
|
10
|
-
import { I as Icon, _ as _extends } from '../../chunks/AntdIcon-
|
|
8
|
+
import { t as twMerge } from '../../chunks/bundle-mjs-BBFHkixS.js';
|
|
9
|
+
import { R as RefIcon$2 } from '../../chunks/DownOutlined-Cl95zPIN.js';
|
|
10
|
+
import { I as Icon, _ as _extends } from '../../chunks/AntdIcon-KP2HuB_x.js';
|
|
11
11
|
|
|
12
12
|
// This icon file is generated automatically.
|
|
13
13
|
var DoubleLeftOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z" } }] }, "name": "double-left", "theme": "outlined" };
|
package/es/ui/Tabs.js
CHANGED
|
@@ -29,8 +29,8 @@ const identity = (arg) => arg;
|
|
|
29
29
|
function useStore(api, selector = identity) {
|
|
30
30
|
const slice = React__default.useSyncExternalStore(
|
|
31
31
|
api.subscribe,
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
() => selector(api.getState()),
|
|
33
|
+
() => selector(api.getInitialState())
|
|
34
34
|
);
|
|
35
35
|
React__default.useDebugValue(slice);
|
|
36
36
|
return slice;
|
package/es/ui/UploadComponent.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Upload, Image, Tooltip } from 'antd';
|
|
3
3
|
import { Spin } from './Spin.js';
|
|
4
|
-
import { t as twMerge } from '../chunks/bundle-mjs-
|
|
4
|
+
import { t as twMerge } from '../chunks/bundle-mjs-BBFHkixS.js';
|
|
5
5
|
import { Label } from './Label.js';
|
|
6
|
-
import { R as RefIcon } from '../chunks/CloseOutlined-
|
|
6
|
+
import { R as RefIcon } from '../chunks/CloseOutlined-DdLJZQvZ.js';
|
|
7
7
|
|
|
8
8
|
const logoUpload = "data:image/png;base64,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";
|
|
9
9
|
|
package/es/ui/UploadImage.js
CHANGED
package/es/ui/UploadMultiple.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import { Spin, Upload } from 'antd';
|
|
3
|
-
import { R as RefIcon } from '../chunks/InboxOutlined-
|
|
3
|
+
import { R as RefIcon } from '../chunks/InboxOutlined-W7xl_mLq.js';
|
|
4
4
|
|
|
5
5
|
const { Dragger } = Upload;
|
|
6
6
|
const UploadMultiple = ({
|