@pnkx-lib/ui 1.9.96 → 1.9.97
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-sydRpDMU.js → AntdIcon-CwSrIOy0.js} +1 -1
- package/es/chunks/{Switch-Ch-t7bqG.js → Switch-CCKfNjFl.js} +1 -1
- package/es/chunks/{index-BMH0bSgU.js → index-CzcsLV_v.js} +159 -94
- 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/fields.d.ts +13 -13
- package/types/index.d.ts +86 -57
- package/types/ui.d.ts +74 -45
@@ -43439,4 +43439,4 @@ Icon.displayName = 'AntdIcon';
|
|
43439
43439
|
Icon.getTwoToneColor = getTwoToneColor;
|
43440
43440
|
Icon.setTwoToneColor = setTwoToneColor;
|
43441
43441
|
|
43442
|
-
export {
|
43442
|
+
export { generate$1 as A, presetPrimaryColors as B, CheckboxField as C, DatePickerField as D, ErrorMessage as E, FastColor as F, presetPalettes as G, _inherits as H, Input as I, _createSuper as J, _assertThisInitialized$1 as K, Label as L, _objectWithoutProperties as M, IconContext as N, PnkxField as P, RangePickerField as R, Typography as T, _extends as _, TINY_API as a, TinyMCE as b, Icon as c, classNames as d, _typeof as e, commonjsGlobal as f, get as g, _arrayLikeToArray as h, _unsupportedIterableToArray as i, jsxRuntimeExports as j, _createClass as k, lodashExports as l, _classCallCheck as m, _defineProperty as n, _slicedToArray as o, warning$1 as p, canUseDom as q, _objectSpread2 as r, updateCSS as s, twMerge as t, useForm as u, removeCSS as v, warningOnce as w, _arrayWithHoles as x, _nonIterableRest as y, resetWarned as z };
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { g as get, j as jsxRuntimeExports, L as Label, t as twMerge, E as ErrorMessage, T as Typography, c as Icon, _ as _extends, d as classNames } from './AntdIcon-
|
1
|
+
import { g as get, j as jsxRuntimeExports, L as Label, t as twMerge, E as ErrorMessage, T as Typography, c as Icon, _ as _extends, d as classNames } from './AntdIcon-CwSrIOy0.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';
|