@pnkx-lib/ui 1.9.488 → 1.9.490

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.
Files changed (40) hide show
  1. package/es/chunks/{AntdIcon--fhhlrN2.js → AntdIcon-Bve8mGNz.js} +2 -12
  2. package/es/chunks/{CloseCircleFilled-CFf9JuKT.js → CloseCircleFilled-Bo29sDEQ.js} +1 -1
  3. package/es/chunks/{CloseOutlined-Dr0OzVF3.js → CloseOutlined-CZUJ_3tW.js} +1 -1
  4. package/es/chunks/{DownOutlined-DeqIkZcf.js → DownOutlined-O2mPkovb.js} +1 -1
  5. package/es/chunks/{GenericUploadModal-M5Stp4up.js → GenericUploadModal-ncG7n1M5.js} +1896 -1916
  6. package/es/chunks/{InboxOutlined-BSPALM_S.js → InboxOutlined-BBuIJe6u.js} +1 -1
  7. package/es/chunks/{LoadingOutlined-RxqeOpLJ.js → LoadingOutlined-DCtDXz9K.js} +1 -1
  8. package/es/chunks/{createSuper-DsoUqJ1E.js → createSuper-C9_dQ5Zr.js} +2 -2
  9. package/es/chunks/{defineProperty-CnMPreZi.js → defineProperty-CTLrw71t.js} +1 -1
  10. package/es/chunks/{toArray-DA_RJdbk.js → toArray-2LkvUaha.js} +4 -4
  11. package/es/constants/index.js +7 -1
  12. package/es/fields/DatePicker.js +51 -3
  13. package/es/fields/Select.js +2 -2
  14. package/es/fields/Upload.js +18 -1
  15. package/es/index.js +7 -7
  16. package/es/ui/ExportFile.js +64 -6
  17. package/es/ui/GenericUploadModal.js +2 -2
  18. package/es/ui/ImportFile.js +2 -2
  19. package/es/ui/Layout.js +598 -2
  20. package/es/ui/SearchFilterForm.js +88 -4
  21. package/es/ui/Sidebar/index.js +655 -1
  22. package/es/ui/UploadComponent.js +1 -1
  23. package/es/ui/UploadMultiple.js +1 -1
  24. package/es/ui/index.js +20541 -129989
  25. package/package.json +1 -1
  26. package/types/components/ui/TableCategory/HeadingTable/components/GroupHeadingButton.d.ts +15 -0
  27. package/types/components/ui/TableCategory/HeadingTable/index.d.ts +18 -0
  28. package/types/components/ui/TableCategory/SettingTable/IconSettingTable.d.ts +6 -0
  29. package/types/components/ui/TableCategory/SettingTable/SettingColumnItem.d.ts +7 -0
  30. package/types/components/ui/TableCategory/SettingTable/SortTableItem.d.ts +7 -0
  31. package/types/components/ui/TableCategory/SettingTable/index.d.ts +11 -0
  32. package/types/components/ui/TableCategory/index.d.ts +19 -0
  33. package/types/components/ui/index.d.ts +1 -0
  34. package/types/constants/table.d.ts +1 -0
  35. package/es/chunks/ExportFile-HZ8zFqRV.js +0 -64
  36. package/es/chunks/Layout-CRPluSOs.js +0 -598
  37. package/es/chunks/PlusOutlined-BTNAWDVD.js +0 -20
  38. package/es/chunks/SearchFilterForm-dvW624w0.js +0 -88
  39. package/es/chunks/createForOfIteratorHelper-DEc7rz3b.js +0 -52
  40. package/es/chunks/index-skybeDDP.js +0 -655
@@ -1,4 +1,4 @@
1
- import { _ as _unsupportedIterableToArray, b as _defineProperty, a as _typeof } from './defineProperty-CnMPreZi.js';
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 { noteOnce as $, 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, warning as U, useInsertStyles as V, svgBaseProps as W, getTwoToneColor as X, setTwoToneColor as Y, contains as Z, _extends as _, _objectWithoutProperties as a, _objectSpread2 as b, _slicedToArray as c, warning$1 as d, canUseDom as e, _arrayWithHoles as f, _nonIterableRest as g, resetWarned as h, generate$1 as i, presetPalettes as j, IconContext as k, getShadowRoot as l, blue 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 };
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 _, _objectWithoutProperties as a, _objectSpread2 as b, _slicedToArray as c, warning$1 as d, canUseDom as e, _arrayWithHoles as f, _nonIterableRest as g, resetWarned as h, generate$1 as i, presetPalettes as j, IconContext as k, getShadowRoot as l, blue 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 { I as Icon, _ as _extends } from './AntdIcon--fhhlrN2.js';
1
+ import { I as Icon, _ as _extends } from './AntdIcon-Bve8mGNz.js';
2
2
  import * as React from 'react';
3
3
 
4
4
  // This icon file is generated automatically.
@@ -1,4 +1,4 @@
1
- import { I as Icon, _ as _extends } from './AntdIcon--fhhlrN2.js';
1
+ import { I as Icon, _ as _extends } from './AntdIcon-Bve8mGNz.js';
2
2
  import * as React from 'react';
3
3
 
4
4
  // This icon file is generated automatically.
@@ -1,4 +1,4 @@
1
- import { I as Icon, _ as _extends } from './AntdIcon--fhhlrN2.js';
1
+ import { I as Icon, _ as _extends } from './AntdIcon-Bve8mGNz.js';
2
2
  import * as React from 'react';
3
3
 
4
4
  // This icon file is generated automatically.