acacia-ui 1.3.0 → 1.4.0

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 (68) hide show
  1. package/dist/components/ui/Affix/Affix.d.ts +4 -0
  2. package/dist/components/ui/Affix/Affix.d.ts.map +1 -0
  3. package/dist/components/ui/Alert/Alert.d.ts +4 -0
  4. package/dist/components/ui/Alert/Alert.d.ts.map +1 -0
  5. package/dist/components/ui/Anchor/Anchor.d.ts +4 -0
  6. package/dist/components/ui/Anchor/Anchor.d.ts.map +1 -0
  7. package/dist/components/ui/AutoComplete/AutoComplete.d.ts +4 -0
  8. package/dist/components/ui/AutoComplete/AutoComplete.d.ts.map +1 -0
  9. package/dist/components/ui/Cascader/Cascader.d.ts +7 -0
  10. package/dist/components/ui/Cascader/Cascader.d.ts.map +1 -0
  11. package/dist/components/ui/Cascader/Panel.d.ts +4 -0
  12. package/dist/components/ui/Cascader/Panel.d.ts.map +1 -0
  13. package/dist/components/ui/Collapse/Collapse.d.ts +4 -0
  14. package/dist/components/ui/Collapse/Collapse.d.ts.map +1 -0
  15. package/dist/components/ui/DatePicker/DatePicker.d.ts +1 -1
  16. package/dist/components/ui/Descriptions/Descriptions.d.ts +4 -0
  17. package/dist/components/ui/Descriptions/Descriptions.d.ts.map +1 -0
  18. package/dist/components/ui/Divider/Divider.d.ts +4 -0
  19. package/dist/components/ui/Divider/Divider.d.ts.map +1 -0
  20. package/dist/components/ui/Drawer/Drawer.d.ts +4 -0
  21. package/dist/components/ui/Drawer/Drawer.d.ts.map +1 -0
  22. package/dist/components/ui/Flex/Flex.d.ts +4 -0
  23. package/dist/components/ui/Flex/Flex.d.ts.map +1 -0
  24. package/dist/components/ui/FloatButton/FloatButton.d.ts +8 -0
  25. package/dist/components/ui/FloatButton/FloatButton.d.ts.map +1 -0
  26. package/dist/components/ui/FloatButton/FloatButtonBacktop.d.ts +4 -0
  27. package/dist/components/ui/FloatButton/FloatButtonBacktop.d.ts.map +1 -0
  28. package/dist/components/ui/FloatButton/FloatButtonGroup.d.ts +4 -0
  29. package/dist/components/ui/FloatButton/FloatButtonGroup.d.ts.map +1 -0
  30. package/dist/components/ui/Form/Form.d.ts +9 -0
  31. package/dist/components/ui/Form/Form.d.ts.map +1 -0
  32. package/dist/components/ui/Form/FormErrorList.d.ts +4 -0
  33. package/dist/components/ui/Form/FormErrorList.d.ts.map +1 -0
  34. package/dist/components/ui/Form/FormItem.d.ts +4 -0
  35. package/dist/components/ui/Form/FormItem.d.ts.map +1 -0
  36. package/dist/components/ui/Form/FormProvider.d.ts +4 -0
  37. package/dist/components/ui/Form/FormProvider.d.ts.map +1 -0
  38. package/dist/components/ui/Grid/Col.d.ts +4 -0
  39. package/dist/components/ui/Grid/Col.d.ts.map +1 -0
  40. package/dist/components/ui/Grid/Row.d.ts +4 -0
  41. package/dist/components/ui/Grid/Row.d.ts.map +1 -0
  42. package/dist/components/ui/InputNumber/InputNumber.d.ts +4 -0
  43. package/dist/components/ui/InputNumber/InputNumber.d.ts.map +1 -0
  44. package/dist/components/ui/List/List.d.ts +10 -0
  45. package/dist/components/ui/List/List.d.ts.map +1 -0
  46. package/dist/components/ui/List/ListItem.d.ts +7 -0
  47. package/dist/components/ui/List/ListItem.d.ts.map +1 -0
  48. package/dist/components/ui/List/ListItemMeta.d.ts +4 -0
  49. package/dist/components/ui/List/ListItemMeta.d.ts.map +1 -0
  50. package/dist/components/ui/Popover/Popover.d.ts +4 -0
  51. package/dist/components/ui/Popover/Popover.d.ts.map +1 -0
  52. package/dist/components/ui/Skeleton/Skeleton.d.ts +4 -0
  53. package/dist/components/ui/Skeleton/Skeleton.d.ts.map +1 -0
  54. package/dist/components/ui/Slider/Slider.d.ts +4 -0
  55. package/dist/components/ui/Slider/Slider.d.ts.map +1 -0
  56. package/dist/components/ui/Splitter/Splitter.d.ts +4 -0
  57. package/dist/components/ui/Splitter/Splitter.d.ts.map +1 -0
  58. package/dist/components/ui/Steps/Steps.d.ts +4 -0
  59. package/dist/components/ui/Steps/Steps.d.ts.map +1 -0
  60. package/dist/components/ui/Table/Table.d.ts +4 -0
  61. package/dist/components/ui/Table/Table.d.ts.map +1 -0
  62. package/dist/components/ui/Tooltip/Tooltip.d.ts +4 -0
  63. package/dist/components/ui/Tooltip/Tooltip.d.ts.map +1 -0
  64. package/dist/index.d.ts +23 -0
  65. package/dist/index.d.ts.map +1 -1
  66. package/dist/main.js +1474 -94
  67. package/dist/main.js.map +1 -1
  68. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import { type AffixProps } from "antd";
2
+ declare const Affix: ({ ...props }: AffixProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Affix;
4
+ //# sourceMappingURL=Affix.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Affix.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Affix/Affix.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAsB,MAAM,MAAM,CAAC;AAE3D,QAAA,MAAM,KAAK,GAAI,cAAc,UAAU,4CAEtC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type AlertProps } from "antd";
2
+ declare const Alert: ({ ...props }: AlertProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Alert;
4
+ //# sourceMappingURL=Alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Alert/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAsB,MAAM,MAAM,CAAC;AAE3D,QAAA,MAAM,KAAK,GAAI,cAAc,UAAU,4CAEtC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type AnchorProps } from "antd";
2
+ declare const Anchor: ({ ...props }: AnchorProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Anchor;
4
+ //# sourceMappingURL=Anchor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Anchor/Anchor.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAwB,MAAM,MAAM,CAAC;AAE9D,QAAA,MAAM,MAAM,GAAI,cAAc,WAAW,4CAExC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type AutoCompleteProps } from "antd";
2
+ declare const AutoComplete: ({ ...props }: AutoCompleteProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default AutoComplete;
4
+ //# sourceMappingURL=AutoComplete.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AutoComplete.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/AutoComplete/AutoComplete.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoC,KAAK,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAEhF,QAAA,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAEpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { type CascaderAutoProps } from "antd";
2
+ declare const Cascader: {
3
+ ({ ...props }: CascaderAutoProps): import("react/jsx-runtime").JSX.Element;
4
+ Panel: ({ ...props }: CascaderAutoProps) => import("react/jsx-runtime").JSX.Element;
5
+ };
6
+ export default Cascader;
7
+ //# sourceMappingURL=Cascader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cascader.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Cascader/Cascader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAGxE,QAAA,MAAM,QAAQ;mBAAkB,iBAAiB;;CAEhD,CAAC;AAGF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type CascaderAutoProps } from "antd";
2
+ declare const CascaderPanel: ({ ...props }: CascaderAutoProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CascaderPanel;
4
+ //# sourceMappingURL=Panel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Cascader/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAExE,QAAA,MAAM,aAAa,GAAI,cAAc,iBAAiB,4CAErD,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type CollapseProps } from "antd";
2
+ declare const Collapse: ({ ...props }: CollapseProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Collapse;
4
+ //# sourceMappingURL=Collapse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Collapse.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Collapse/Collapse.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,aAAa,EAAE,MAAM,MAAM,CAAC;AAEpE,QAAA,MAAM,QAAQ,GAAI,cAAc,aAAa,4CAE5C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -4,7 +4,7 @@ import type { AcaciaDatePickerProps } from "../interfaces";
4
4
  */
5
5
  declare const DatePicker: {
6
6
  ({ ...props }: AcaciaDatePickerProps): import("react/jsx-runtime").JSX.Element;
7
- RangePicker: ({ ...props }: Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
7
+ RangePicker: ({ ...props }: Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "locale" | "classNames" | "styles" | "generateConfig" | "hideHeader"> & {
8
8
  locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
9
9
  size?: import("antd/es/button").ButtonSize;
10
10
  placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
@@ -0,0 +1,4 @@
1
+ import { type DescriptionsProps } from "antd";
2
+ declare const Descriptions: ({ ...props }: DescriptionsProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Descriptions;
4
+ //# sourceMappingURL=Descriptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Descriptions.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Descriptions/Descriptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoC,KAAK,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAEhF,QAAA,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAEpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type DividerProps } from "antd";
2
+ declare const Divider: ({ ...props }: DividerProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Divider;
4
+ //# sourceMappingURL=Divider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Divider/Divider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,KAAK,YAAY,EAAE,MAAM,MAAM,CAAC;AAEjE,QAAA,MAAM,OAAO,GAAI,cAAc,YAAY,4CAE1C,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type DrawerProps } from "antd";
2
+ declare const Drawer: ({ ...props }: DrawerProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Drawer;
4
+ //# sourceMappingURL=Drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Drawer/Drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,WAAW,EAAE,MAAM,MAAM,CAAC;AAE9D,QAAA,MAAM,MAAM,GAAI,cAAc,WAAW,4CAExC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type FlexProps } from "antd";
2
+ declare const Flex: ({ ...props }: FlexProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Flex;
4
+ //# sourceMappingURL=Flex.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Flex.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Flex/Flex.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,MAAM,CAAC;AAExD,QAAA,MAAM,IAAI,GAAI,cAAc,SAAS,4CAEpC,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { type FloatButtonProps } from "antd";
2
+ declare const FloatButton: {
3
+ ({ ...props }: FloatButtonProps): import("react/jsx-runtime").JSX.Element;
4
+ Group: ({ ...props }: import("antd").FloatButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
5
+ Backtop: ({ ...props }: import("antd").BackTopProps) => import("react/jsx-runtime").JSX.Element;
6
+ };
7
+ export default FloatButton;
8
+ //# sourceMappingURL=FloatButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FloatButton.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/FloatButton/FloatButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkC,KAAK,gBAAgB,EAAE,MAAM,MAAM,CAAC;AAI7E,QAAA,MAAM,WAAW;mBAAkB,gBAAgB;;;CAElD,CAAC;AAIF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type BackTopProps } from "antd";
2
+ declare const FloatButtonBacktop: ({ ...props }: BackTopProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default FloatButtonBacktop;
4
+ //# sourceMappingURL=FloatButtonBacktop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FloatButtonBacktop.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/FloatButton/FloatButtonBacktop.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkC,KAAK,YAAY,EAAE,MAAM,MAAM,CAAC;AAEzE,QAAA,MAAM,kBAAkB,GAAI,cAAc,YAAY,4CAErD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type FloatButtonGroupProps } from "antd";
2
+ declare const FloatButtonGroup: ({ ...props }: FloatButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default FloatButtonGroup;
4
+ //# sourceMappingURL=FloatButtonGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FloatButtonGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/FloatButton/FloatButtonGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEN,KAAK,qBAAqB,EAC1B,MAAM,MAAM,CAAC;AAEd,QAAA,MAAM,gBAAgB,GAAI,cAAc,qBAAqB,4CAE5D,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { AcaciaFormProps } from "../interfaces";
2
+ declare const Form: {
3
+ ({ ...props }: AcaciaFormProps): import("react/jsx-runtime").JSX.Element;
4
+ Item: ({ ...props }: import("antd").FormItemProps) => import("react/jsx-runtime").JSX.Element;
5
+ ErrorList: ({ ...props }: import("antd/es/form").ErrorListProps) => import("react/jsx-runtime").JSX.Element;
6
+ Provider: ({ ...props }: import("antd/es/form/context").FormProviderProps) => import("react/jsx-runtime").JSX.Element;
7
+ };
8
+ export default Form;
9
+ //# sourceMappingURL=Form.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Form/Form.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAKrD,QAAA,MAAM,IAAI;mBAAkB,eAAe;;;;CAE1C,CAAC;AAKF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ErrorListProps } from "antd/es/form";
2
+ declare const FormErrorList: ({ ...props }: ErrorListProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default FormErrorList;
4
+ //# sourceMappingURL=FormErrorList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormErrorList.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Form/FormErrorList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEnD,QAAA,MAAM,aAAa,GAAI,cAAc,cAAc,4CAElD,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type FormItemProps } from "antd";
2
+ declare const FormItem: ({ ...props }: FormItemProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default FormItem;
4
+ //# sourceMappingURL=FormItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormItem.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Form/FormItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,aAAa,EAAE,MAAM,MAAM,CAAC;AAE5D,QAAA,MAAM,QAAQ,GAAI,cAAc,aAAa,4CAE5C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FormProviderProps } from "antd/es/form/context";
2
+ declare const FormProvider: ({ ...props }: FormProviderProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default FormProvider;
4
+ //# sourceMappingURL=FormProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormProvider.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Form/FormProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D,QAAA,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAEpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type ColProps } from "antd";
2
+ declare const Col: ({ ...props }: ColProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Col;
4
+ //# sourceMappingURL=Col.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Col.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Grid/Col.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkB,KAAK,QAAQ,EAAE,MAAM,MAAM,CAAC;AAErD,QAAA,MAAM,GAAG,GAAI,cAAc,QAAQ,4CAElC,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type RowProps } from "antd";
2
+ declare const Row: ({ ...props }: RowProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Row;
4
+ //# sourceMappingURL=Row.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Row.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Grid/Row.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkB,KAAK,QAAQ,EAAE,MAAM,MAAM,CAAC;AAErD,QAAA,MAAM,GAAG,GAAI,cAAc,QAAQ,4CAElC,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type InputNumberProps } from "antd";
2
+ declare const InputNumber: ({ ...props }: InputNumberProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default InputNumber;
4
+ //# sourceMappingURL=InputNumber.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputNumber.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/InputNumber/InputNumber.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkC,KAAK,gBAAgB,EAAE,MAAM,MAAM,CAAC;AAE7E,QAAA,MAAM,WAAW,GAAI,cAAc,gBAAgB,4CAElD,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { type ListProps } from "antd";
2
+ declare const List: {
3
+ <T>({ ...props }: ListProps<T>): import("react/jsx-runtime").JSX.Element;
4
+ Item: {
5
+ ({ ...props }: import("antd/es/list").ListItemProps): import("react/jsx-runtime").JSX.Element;
6
+ Meta: ({ ...props }: import("antd/es/list").ListItemMetaProps) => import("react/jsx-runtime").JSX.Element;
7
+ };
8
+ };
9
+ export default List;
10
+ //# sourceMappingURL=List.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/List/List.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,MAAM,CAAC;AAGxD,QAAA,MAAM,IAAI;KAAI,CAAC,gBAAiB,SAAS,CAAC,CAAC,CAAC;;;;;CAE3C,CAAC;AAGF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { ListItemProps } from "antd/es/list/Item";
2
+ declare const ListItem: {
3
+ ({ ...props }: ListItemProps): import("react/jsx-runtime").JSX.Element;
4
+ Meta: ({ ...props }: import("antd/es/list/Item").ListItemMetaProps) => import("react/jsx-runtime").JSX.Element;
5
+ };
6
+ export default ListItem;
7
+ //# sourceMappingURL=ListItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/List/ListItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGvD,QAAA,MAAM,QAAQ;mBAAkB,aAAa;;CAE5C,CAAC;AAGF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ListItemMetaProps } from "antd/es/list";
2
+ declare const ListItemMeta: ({ ...props }: ListItemMetaProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ListItemMeta;
4
+ //# sourceMappingURL=ListItemMeta.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListItemMeta.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/List/ListItemMeta.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEtD,QAAA,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAEpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type PopoverProps } from "antd";
2
+ declare const Popover: ({ ...props }: PopoverProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Popover;
4
+ //# sourceMappingURL=Popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Popover/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,KAAK,YAAY,EAAE,MAAM,MAAM,CAAC;AAEjE,QAAA,MAAM,OAAO,GAAI,cAAc,YAAY,4CAE1C,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type SkeletonProps } from "antd";
2
+ declare const Skeleton: ({ ...props }: SkeletonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Skeleton;
4
+ //# sourceMappingURL=Skeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,aAAa,EAAE,MAAM,MAAM,CAAC;AAEpE,QAAA,MAAM,QAAQ,GAAI,cAAc,aAAa,4CAE5C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type SliderSingleProps } from "antd";
2
+ declare const Slider: ({ ...props }: SliderSingleProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Slider;
4
+ //# sourceMappingURL=Slider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Slider/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAEpE,QAAA,MAAM,MAAM,GAAI,cAAc,iBAAiB,4CAE9C,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type SplitterProps } from "antd";
2
+ declare const Splitter: ({ ...props }: SplitterProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Splitter;
4
+ //# sourceMappingURL=Splitter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Splitter.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Splitter/Splitter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,aAAa,EAAE,MAAM,MAAM,CAAC;AAEpE,QAAA,MAAM,QAAQ,GAAI,cAAc,aAAa,4CAE5C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type StepsProps } from "antd";
2
+ declare const Steps: ({ ...props }: StepsProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Steps;
4
+ //# sourceMappingURL=Steps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Steps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Steps/Steps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAE3D,QAAA,MAAM,KAAK,GAAI,cAAc,UAAU,4CAEtC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type TableProps } from "antd";
2
+ declare const Table: ({ ...props }: TableProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Table;
4
+ //# sourceMappingURL=Table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAE3D,QAAA,MAAM,KAAK,GAAI,cAAc,UAAU,4CAEtC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type TooltipProps } from "antd";
2
+ declare const Tooltip: ({ ...props }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Tooltip;
4
+ //# sourceMappingURL=Tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0B,KAAK,YAAY,EAAE,MAAM,MAAM,CAAC;AAEjE,QAAA,MAAM,OAAO,GAAI,cAAc,YAAY,4CAE1C,CAAC;AAEF,eAAe,OAAO,CAAC"}
package/dist/index.d.ts CHANGED
@@ -22,6 +22,29 @@ export { default as Space } from "./components/ui/Space/Space";
22
22
  export { default as Panel } from "./components/ui/Panel/Panel";
23
23
  export { default as Popconfirm } from "./components/ui/Popconfirm/Popconfirm";
24
24
  export { default as Modal } from "./components/ui/Modal/Modal";
25
+ export { default as FloatButton } from "./components/ui/FloatButton/FloatButton";
26
+ export { default as Divider } from "./components/ui/Divider/Divider";
27
+ export { default as Flex } from "./components/ui/Flex/Flex";
28
+ export { default as Row } from "./components/ui/Grid/Row";
29
+ export { default as Col } from "./components/ui/Grid/Col";
30
+ export { default as Splitter } from "./components/ui/Splitter/Splitter";
31
+ export { default as Anchor } from "./components/ui/Anchor/Anchor";
32
+ export { default as Steps } from "./components/ui/Steps/Steps";
33
+ export { default as AutoComplete } from "./components/ui/AutoComplete/AutoComplete";
34
+ export { default as Cascader } from "./components/ui/Cascader/Cascader";
35
+ export { default as Form } from "./components/ui/Form/Form";
36
+ export { default as InputNumber } from "./components/ui/InputNumber/InputNumber";
37
+ export { default as Slider } from "./components/ui/Slider/Slider";
38
+ export { default as Collapse } from "./components/ui/Collapse/Collapse";
39
+ export { default as Descriptions } from "./components/ui/Descriptions/Descriptions";
40
+ export { default as List } from "./components/ui/List/List";
41
+ export { default as Popover } from "./components/ui/Popover/Popover";
42
+ export { default as Table } from "./components/ui/Table/Table";
43
+ export { default as Tooltip } from "./components/ui/Tooltip/Tooltip";
44
+ export { default as Alert } from "./components/ui/Alert/Alert";
45
+ export { default as Drawer } from "./components/ui/Drawer/Drawer";
46
+ export { default as Skeleton } from "./components/ui/Skeleton/Skeleton";
47
+ export { default as Affix } from "./components/ui/Affix/Affix";
25
48
  export { default as VerticalLayout } from "./components/layout/VerticalLayout/VerticalLayout";
26
49
  export { default as VerticalHeader } from "./components/layout/VerticalLayout/VerticalHeader";
27
50
  export { default as VerticalContent } from "./components/layout/VerticalLayout/VerticalContent";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAC1F,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAE/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,oDAAoD,CAAC;AAEhG,YAAY,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAItD,YAAY,EACX,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,yBAAyB,EACzB,qBAAqB,EACrB,0BAA0B,EAC1B,gBAAgB,EAChB,eAAe,EACf,qBAAqB,EACrB,qBAAqB,EACrB,0BAA0B,EAC1B,gBAAgB,EAChB,iBAAiB,EACjB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EAChB,qBAAqB,GACrB,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"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"}