@pnkx-lib/ui 1.9.488 → 1.9.489
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/{AntdIcon--fhhlrN2.js → AntdIcon-BBkWK3Bh.js} +2 -12
- package/es/chunks/{CloseCircleFilled-CFf9JuKT.js → CloseCircleFilled-BhIoQ_jl.js} +1 -1
- package/es/chunks/{CloseOutlined-Dr0OzVF3.js → CloseOutlined-DxdeeI1r.js} +1 -1
- package/es/chunks/{DownOutlined-DeqIkZcf.js → DownOutlined-D1mgHG6N.js} +1 -1
- package/es/chunks/{InboxOutlined-BSPALM_S.js → InboxOutlined-DuYhXnaV.js} +1 -1
- package/es/chunks/{LoadingOutlined-RxqeOpLJ.js → LoadingOutlined-CcWeOS8h.js} +1 -1
- package/es/chunks/{createSuper-DsoUqJ1E.js → createSuper-C9_dQ5Zr.js} +2 -2
- package/es/chunks/{defineProperty-CnMPreZi.js → defineProperty-CTLrw71t.js} +1 -1
- package/es/chunks/pickAttrs-BGdvT1iE.js +5051 -0
- package/es/chunks/{toArray-DA_RJdbk.js → toArray-wIHGfaHk.js} +4 -4
- package/es/fields/DatePicker.js +51 -3
- package/es/fields/Select.js +2 -2
- package/es/fields/Upload.js +18 -1
- package/es/index.js +2 -13
- package/es/ui/ExportFile.js +64 -6
- package/es/ui/GenericUploadModal.js +6542 -7
- package/es/ui/ImportFile.js +2 -2
- package/es/ui/Layout.js +598 -2
- package/es/ui/SearchFilterForm.js +88 -4
- package/es/ui/Sidebar/index.js +655 -1
- package/es/ui/UploadComponent.js +1 -1
- package/es/ui/UploadMultiple.js +1 -1
- package/es/ui/index.js +15620 -129856
- package/package.json +1 -1
- package/types/components/ui/index.d.ts +0 -13
- package/es/chunks/ExportFile-HZ8zFqRV.js +0 -64
- package/es/chunks/GenericUploadModal-M5Stp4up.js +0 -11602
- package/es/chunks/Layout-CRPluSOs.js +0 -598
- package/es/chunks/PlusOutlined-BTNAWDVD.js +0 -20
- package/es/chunks/SearchFilterForm-dvW624w0.js +0 -88
- package/es/chunks/createForOfIteratorHelper-DEc7rz3b.js +0 -52
- package/es/chunks/index-skybeDDP.js +0 -655
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as _unsupportedIterableToArray, b as _defineProperty, _ as _typeof } from './defineProperty-CTLrw71t.js';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import React__default, { createContext, useContext, useEffect } from 'react';
|
|
4
4
|
import { c as classNames } from './index-BLRvgOFN.js';
|
|
@@ -1161,16 +1161,6 @@ function normalizeTwoToneColors(twoToneColor) {
|
|
|
1161
1161
|
}
|
|
1162
1162
|
return Array.isArray(twoToneColor) ? twoToneColor : [twoToneColor];
|
|
1163
1163
|
}
|
|
1164
|
-
|
|
1165
|
-
// These props make sure that the SVG behaviours like general text.
|
|
1166
|
-
// Reference: https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4
|
|
1167
|
-
var svgBaseProps = {
|
|
1168
|
-
width: '1em',
|
|
1169
|
-
height: '1em',
|
|
1170
|
-
fill: 'currentColor',
|
|
1171
|
-
'aria-hidden': 'true',
|
|
1172
|
-
focusable: 'false'
|
|
1173
|
-
};
|
|
1174
1164
|
var iconStyles = "\n.anticon {\n display: inline-flex;\n align-items: center;\n color: inherit;\n font-style: normal;\n line-height: 0;\n text-align: center;\n text-transform: none;\n vertical-align: -0.125em;\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.anticon > * {\n line-height: 1;\n}\n\n.anticon svg {\n display: inline-block;\n}\n\n.anticon::before {\n display: none;\n}\n\n.anticon .anticon-icon {\n display: block;\n}\n\n.anticon[tabindex] {\n cursor: pointer;\n}\n\n.anticon-spin::before,\n.anticon-spin {\n display: inline-block;\n -webkit-animation: loadingCircle 1s infinite linear;\n animation: loadingCircle 1s infinite linear;\n}\n\n@-webkit-keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n";
|
|
1175
1165
|
var useInsertStyles = function useInsertStyles(eleRef) {
|
|
1176
1166
|
var _useContext = useContext(IconContext),
|
|
@@ -1325,4 +1315,4 @@ Icon.displayName = 'AntdIcon';
|
|
|
1325
1315
|
Icon.getTwoToneColor = getTwoToneColor;
|
|
1326
1316
|
Icon.setTwoToneColor = setTwoToneColor;
|
|
1327
1317
|
|
|
1328
|
-
export {
|
|
1318
|
+
export { greenDark as A, grey as B, greyDark as C, lime as D, limeDark as E, FastColor as F, magenta as G, magentaDark as H, Icon as I, orange as J, orangeDark as K, presetDarkPalettes as L, purple as M, purpleDark as N, red as O, redDark as P, volcano as Q, volcanoDark as R, yellow as S, yellowDark as T, _extends as _, _slicedToArray as a, _objectSpread2 as b, canUseDom as c, _objectWithoutProperties as d, warning$1 as e, blue as f, getShadowRoot as g, _arrayWithHoles as h, _nonIterableRest as i, resetWarned as j, generate$1 as k, presetPalettes as l, IconContext as m, blueDark as n, cyan as o, presetPrimaryColors as p, cyanDark as q, removeCSS as r, geekblue as s, geekblueDark as t, updateCSS as u, gold as v, warningOnce as w, goldDark as x, gray as y, green as z };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as toPropertyKey,
|
|
1
|
+
import { t as toPropertyKey, _ as _typeof } from './defineProperty-CTLrw71t.js';
|
|
2
2
|
|
|
3
3
|
function _classCallCheck(a, n) {
|
|
4
4
|
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
@@ -74,4 +74,4 @@ function _createSuper(t) {
|
|
|
74
74
|
};
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
export { _createClass as _, _classCallCheck as a, _inherits as b, _createSuper as c, _assertThisInitialized as d, _isNativeReflectConstruct as e, _setPrototypeOf as f, _getPrototypeOf as g
|
|
77
|
+
export { _createClass as _, _classCallCheck as a, _inherits as b, _createSuper as c, _assertThisInitialized as d, _isNativeReflectConstruct as e, _setPrototypeOf as f, _getPrototypeOf as g };
|
|
@@ -47,4 +47,4 @@ function _defineProperty(e, r, t) {
|
|
|
47
47
|
}) : e[r] = t, e;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
export {
|
|
50
|
+
export { _typeof as _, _unsupportedIterableToArray as a, _defineProperty as b, _arrayLikeToArray as c, toPropertyKey as t };
|