@pnkx-lib/ui 1.9.112 → 1.9.118
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-CtaI55qk.js → AntdIcon-BS99Z6_t.js} +7203 -460
- package/es/chunks/{BreadcrumbHeading-Bb9JwHgb.js → Card-CCVU-3bH.js} +74 -60
- package/es/chunks/{Switch-CigYj8FF.js → Switch-vaUhKEAu.js} +1 -1
- package/es/fields/index.js +2 -2
- package/es/index.js +3 -3
- package/es/ui/index.js +2 -2
- package/package.json +3 -2
- package/types/fields/CascaderField.d.ts +13 -0
- package/types/fields/Checkbox.d.ts +12 -0
- package/types/fields/DatePicker.d.ts +22 -0
- package/types/fields/DateRangePicker.d.ts +13 -0
- package/types/fields/Input.d.ts +32 -0
- package/types/fields/PnkxField.d.ts +12 -0
- package/types/fields/Radio.d.ts +19 -0
- package/types/fields/Select.d.ts +13 -0
- package/types/fields/Switch.d.ts +12 -0
- package/types/fields/Textarea.d.ts +13 -0
- package/types/fields/TinyMCE.d.ts +16 -0
- package/types/fields/Upload.d.ts +15 -0
- package/types/fields/index.d.ts +11 -0
- package/types/fields.d.ts +2 -198
- package/types/hooks/index.d.ts +2 -0
- package/types/hooks/useDebounce.d.ts +1 -0
- package/types/hooks/useMessage.d.ts +5 -0
- package/types/hooks/useToast.d.ts +12 -0
- package/types/hooks.d.ts +2 -23
- package/types/icons/ActivateIcon.d.ts +6 -0
- package/types/icons/AllowClearIcon.d.ts +2 -0
- package/types/icons/ApprovalIcon.d.ts +6 -0
- package/types/icons/CancelApprovalIcon.d.ts +6 -0
- package/types/icons/CancelSendApprovalIcon.d.ts +6 -0
- package/types/icons/DeleteIcon.d.ts +6 -0
- package/types/icons/DragIcon.d.ts +6 -0
- package/types/icons/EditIcon.d.ts +6 -0
- package/types/icons/ErrorConfirmIcon.d.ts +3 -0
- package/types/icons/InActivateIcon.d.ts +6 -0
- package/types/icons/InfoConfirmIcon.d.ts +3 -0
- package/types/icons/MoreIcon.d.ts +6 -0
- package/types/icons/PlusIcon.d.ts +6 -0
- package/types/icons/RefuseApprovalIcon.d.ts +6 -0
- package/types/icons/RestoreIcon.d.ts +6 -0
- package/types/icons/SearchAdvanceIcon.d.ts +6 -0
- package/types/icons/SearchIcon.d.ts +2 -0
- package/types/icons/SendApprovalIcon.d.ts +6 -0
- package/types/icons/SettingIcon.d.ts +1 -0
- package/types/icons/SuccessIcon.d.ts +3 -0
- package/types/icons/TrashCanIcon.d.ts +2 -0
- package/types/icons/WaitingApprovalIcon.d.ts +6 -0
- package/types/icons/WarningConfirmIcon.d.ts +3 -0
- package/types/icons/index.d.ts +18 -0
- package/types/index.d.ts +3 -922
- package/types/ui/Alert.d.ts +3 -0
- package/types/ui/Anchor.d.ts +11 -0
- package/types/ui/Appfix.d.ts +6 -0
- package/types/ui/AutoComplete.d.ts +3 -0
- package/types/ui/Badge.d.ts +8 -0
- package/types/ui/Breadcrumb.d.ts +16 -0
- package/types/ui/BreadcrumbHeading.d.ts +5 -0
- package/types/ui/BulkActions/BulkAction.d.ts +11 -0
- package/types/ui/BulkActions/DropListActions.d.ts +9 -0
- package/types/ui/BulkActions/index.d.ts +31 -0
- package/types/ui/Button.d.ts +4 -0
- package/types/ui/Card.d.ts +3 -0
- package/types/ui/Cascader.d.ts +14 -0
- package/types/ui/CategoryStatus.d.ts +4 -0
- package/types/ui/Col.d.ts +11 -0
- package/types/ui/Collapse.d.ts +3 -0
- package/types/ui/ColorPicker.d.ts +2 -0
- package/types/ui/ConfirmModal.d.ts +12 -0
- package/types/ui/Container.d.ts +8 -0
- package/types/ui/Divider.d.ts +6 -0
- package/types/ui/Drawer.d.ts +7 -0
- package/types/ui/Dropdown.d.ts +12 -0
- package/types/ui/Empty.d.ts +3 -0
- package/types/ui/ErrorBoundary.d.ts +18 -0
- package/types/ui/ErrorMessage.d.ts +7 -0
- package/types/ui/Flex.d.ts +9 -0
- package/types/ui/Footer.d.ts +2 -0
- package/types/ui/Heading.d.ts +10 -0
- package/types/ui/Image.d.ts +2 -0
- package/types/ui/Label.d.ts +5 -0
- package/types/ui/Layout.d.ts +14 -0
- package/types/ui/Menu.d.ts +22 -0
- package/types/ui/Modal.d.ts +6 -0
- package/types/ui/Page404.d.ts +2 -0
- package/types/ui/Pagination.d.ts +12 -0
- package/types/ui/Popconfirm.d.ts +6 -0
- package/types/ui/Popover.d.ts +9 -0
- package/types/ui/QRCode.d.ts +3 -0
- package/types/ui/Rate.d.ts +2 -0
- package/types/ui/Result.d.ts +6 -0
- package/types/ui/Row.d.ts +7 -0
- package/types/ui/SearchFilterForm.d.ts +18 -0
- package/types/ui/Segmented.d.ts +3 -0
- package/types/ui/Sidebar.d.ts +36 -0
- package/types/ui/Skeleton.d.ts +6 -0
- package/types/ui/Space.d.ts +8 -0
- package/types/ui/Spin.d.ts +6 -0
- package/types/ui/Splitter.d.ts +8 -0
- package/types/ui/Statistic.d.ts +3 -0
- package/types/ui/Steps.d.ts +12 -0
- package/types/ui/Table/ActionRowTable/index.d.ts +10 -0
- package/types/ui/Table/HeadingTable/components/GroupHeadingButton.d.ts +13 -0
- package/types/ui/Table/HeadingTable/index.d.ts +16 -0
- package/types/ui/Table/SettingTable/IconSettingTable.d.ts +6 -0
- package/types/ui/Table/SettingTable/SettingColumnItem.d.ts +7 -0
- package/types/ui/Table/SettingTable/SortableItem.d.ts +6 -0
- package/types/ui/Table/SettingTable/index.d.ts +11 -0
- package/types/ui/Table/index.d.ts +42 -0
- package/types/ui/Tabs.d.ts +14 -0
- package/types/ui/Tag.d.ts +5 -0
- package/types/ui/Timeline.d.ts +3 -0
- package/types/ui/Tooltip.d.ts +4 -0
- package/types/ui/Tour.d.ts +3 -0
- package/types/ui/Tree.d.ts +3 -0
- package/types/ui/Typography.d.ts +8 -0
- package/types/ui/Watermark.d.ts +2 -0
- package/types/ui/index.d.ts +58 -0
- package/types/ui.d.ts +2 -709
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.