@pnkx-lib/ui 1.1.9 → 1.1.12

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/index.js CHANGED
@@ -1,32 +1,32 @@
1
- import { e, g as o, B as r, C as t, f as i, d as l, D as p, F as d, L as n, j as F, M as c, k as S, P as C, R as T, c as b, m as P, S as g, h as k, i as m, l as u, T as x, b as M, a as y, t as R } from "./chunks/Sidebar-Biqbo1mS.js";
1
+ import { e as o, g as r, B as t, C as i, f as l, d as p, D as d, F as n, L as F, j as c, M as C, k as S, P as T, R as P, c as b, S as g, h as k, i as m, l as u, T as x, b as M, a as y, t as R } from "./chunks/Steps-tGR8eV70.js";
2
2
  import { E as h, L as B, T as D } from "./chunks/AntdIcon-OM3ycq04.js";
3
+ import "react";
3
4
  import { C as E, D as w, I, P as j, R as v, a as G, S as q, T as z } from "./chunks/Switch-DKxIhHNw.js";
4
5
  export {
5
- e as Badge,
6
- o as Breadcrumb,
7
- r as Button,
8
- t as CascaderField,
6
+ o as Badge,
7
+ r as Breadcrumb,
8
+ t as Button,
9
+ i as CascaderField,
9
10
  E as CheckboxField,
10
- i as Col,
11
- l as Container,
11
+ l as Col,
12
+ p as Container,
12
13
  w as DatePickerField,
13
- p as Dropdown,
14
+ d as Dropdown,
14
15
  h as ErrorMessage,
15
- d as Flex,
16
+ n as Flex,
16
17
  I as Input,
17
18
  B as Label,
18
- n as Layout,
19
- F as Menu,
20
- c as Modal,
19
+ F as Layout,
20
+ c as Menu,
21
+ C as Modal,
21
22
  S as Pagination,
22
23
  j as PnkxField,
23
- C as Popover,
24
+ T as Popover,
24
25
  v as RadioGroup,
25
26
  G as RangePickerField,
26
- T as Row,
27
+ P as Row,
27
28
  b as SearchFiltersForm,
28
29
  q as SelectField,
29
- P as Sidebar,
30
30
  g as Skeleton,
31
31
  k as Space,
32
32
  m as Splitter,
@@ -419,8 +419,6 @@ export declare interface SelectFieldProps extends SelectProps {
419
419
  customStyleContainer?: string;
420
420
  }
421
421
 
422
- export declare const Sidebar: ({ children, menu }: SidebarProps) => JSX.Element;
423
-
424
422
  export declare interface SidebarProps {
425
423
  children?: React.ReactNode;
426
424
  menu: Array<{
@@ -433,6 +431,7 @@ export declare interface SidebarProps {
433
431
  href: string;
434
432
  }>;
435
433
  }>;
434
+ router: (path: string) => void;
436
435
  }
437
436
 
438
437
  declare type SingleCascaderProps = CascaderProps<DefaultOptionType, string> & {
@@ -460,8 +459,7 @@ export declare interface SplitterProps extends SplitterProps_2 {
460
459
 
461
460
  export declare type SplitterPropsUnion = BaseProps_10 & SplitterProps;
462
461
 
463
- export declare interface StepProps extends StepProps_2 {
464
- }
462
+ export declare type StepProps = StepProps_2;
465
463
 
466
464
  export declare const Steps: typeof Steps_2;
467
465
 
@@ -291,8 +291,6 @@ export declare interface SearchFiltersFormProps<T extends FieldValues> {
291
291
  onSubmit: (data: T) => void;
292
292
  }
293
293
 
294
- export declare const Sidebar: ({ children, menu }: SidebarProps) => JSX.Element;
295
-
296
294
  export declare interface SidebarProps {
297
295
  children?: React.ReactNode;
298
296
  menu: Array<{
@@ -305,6 +303,7 @@ export declare interface SidebarProps {
305
303
  href: string;
306
304
  }>;
307
305
  }>;
306
+ router: (path: string) => void;
308
307
  }
309
308
 
310
309
  declare type SingleCascaderProps = CascaderProps<DefaultOptionType, string> & {
@@ -332,8 +331,7 @@ export declare interface SplitterProps extends SplitterProps_2 {
332
331
 
333
332
  export declare type SplitterPropsUnion = BaseProps_10 & SplitterProps;
334
333
 
335
- export declare interface StepProps extends StepProps_2 {
336
- }
334
+ export declare type StepProps = StepProps_2;
337
335
 
338
336
  export declare const Steps: typeof Steps_2;
339
337
 
package/dist/ui/index.js CHANGED
@@ -1,24 +1,24 @@
1
- import { e, g as o, B as r, C as t, f as l, d as p, D as i, F as d, L as n, j as S, M as b, k as T, P as c, R as g, c as m, m as C, S as F, h as M, i as u, l as y, T as B, b as L, a as f, t as h } from "../chunks/Sidebar-Biqbo1mS.js";
1
+ import { e, g as r, B as t, C as p, f as l, d as i, D as n, F as d, L as S, j as T, M as b, k as c, P as g, R as m, c as C, S as F, h as M, i as u, l as y, T as B, b as L, a as f, t as h } from "../chunks/Steps-tGR8eV70.js";
2
2
  import { E as P, L as k, T as w } from "../chunks/AntdIcon-OM3ycq04.js";
3
+ import "react";
3
4
  export {
4
5
  e as Badge,
5
- o as Breadcrumb,
6
- r as Button,
7
- t as CascaderField,
6
+ r as Breadcrumb,
7
+ t as Button,
8
+ p as CascaderField,
8
9
  l as Col,
9
- p as Container,
10
- i as Dropdown,
10
+ i as Container,
11
+ n as Dropdown,
11
12
  P as ErrorMessage,
12
13
  d as Flex,
13
14
  k as Label,
14
- n as Layout,
15
- S as Menu,
15
+ S as Layout,
16
+ T as Menu,
16
17
  b as Modal,
17
- T as Pagination,
18
- c as Popover,
19
- g as Row,
20
- m as SearchFiltersForm,
21
- C as Sidebar,
18
+ c as Pagination,
19
+ g as Popover,
20
+ m as Row,
21
+ C as SearchFiltersForm,
22
22
  F as Skeleton,
23
23
  M as Space,
24
24
  u as Splitter,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.1.9",
4
+ "version": "1.1.12",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "exports": {