pne-ui 1.0.220 → 2.0.1

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 (26) hide show
  1. package/README.md +20 -3
  2. package/cjs/component/non-abstract-entity-selector/styled.d.ts +18 -18
  3. package/cjs/component/non-abstract-entity-selector/styled.js +19 -19
  4. package/cjs/component/non-abstract-entity-selector/styled.js.map +1 -1
  5. package/cjs/component/search-ui/filters/styled.d.ts +2 -2
  6. package/cjs/component/search-ui/filters/styled.js +3 -3
  7. package/cjs/component/search-ui/filters/styled.js.map +1 -1
  8. package/cjs/component/table/PneTablePagination.d.ts +1 -1
  9. package/cjs/component/table/PneTablePagination.js +2 -2
  10. package/cjs/component/table/PneTablePagination.js.map +1 -1
  11. package/cjs/component/table/PneTableRow.d.ts +1 -1
  12. package/cjs/component/table/PneTableRow.js +2 -2
  13. package/cjs/component/table/PneTableRow.js.map +1 -1
  14. package/esm/component/non-abstract-entity-selector/styled.d.ts +18 -18
  15. package/esm/component/non-abstract-entity-selector/styled.js +1 -1
  16. package/esm/component/non-abstract-entity-selector/styled.js.map +1 -1
  17. package/esm/component/search-ui/filters/styled.d.ts +2 -2
  18. package/esm/component/search-ui/filters/styled.js +1 -1
  19. package/esm/component/search-ui/filters/styled.js.map +1 -1
  20. package/esm/component/table/PneTablePagination.d.ts +1 -1
  21. package/esm/component/table/PneTablePagination.js +1 -1
  22. package/esm/component/table/PneTablePagination.js.map +1 -1
  23. package/esm/component/table/PneTableRow.d.ts +1 -1
  24. package/esm/component/table/PneTableRow.js +1 -1
  25. package/esm/component/table/PneTableRow.js.map +1 -1
  26. package/package.json +27 -7
package/README.md CHANGED
@@ -5,16 +5,33 @@
5
5
 
6
6
  Our wrapper over mui
7
7
 
8
- ## Installation:
8
+ ## Installation
9
+
10
+ Install `pne-ui` together with its peer dependencies to avoid missing-package warnings:
9
11
 
10
12
  ```bash
11
- yarn add pne-ui
13
+ yarn add pne-ui @emotion/react@^11 @emotion/styled@^11 @mui/material@^5 @mui/system@^5 @mui/x-date-pickers-pro@^6 @mui/icons-material@^5 i18next@^23 react@^18 react-dom@^18 react-i18next@^11
12
14
  ```
13
15
 
16
+ Adjust the React and React DOM versions to `^18` or `^19` depending on your application.
17
+
18
+ Required peer packages and minimum versions:
19
+
20
+ - `@emotion/react@^11`
21
+ - `@emotion/styled@^11`
22
+ - `@mui/material@^5`
23
+ - `@mui/system@^5`
24
+ - `@mui/x-date-pickers-pro@^6`
25
+ - `@mui/icons-material@^5`
26
+ - `i18next@^23`
27
+ - `react@^18 || ^19`
28
+ - `react-dom@^18 || ^19`
29
+ - `react-i18next@^11`
30
+
14
31
  [npm-url]: https://www.npmjs.com/package/pne-ui
15
32
 
16
33
  [npm-image]: https://img.shields.io/npm/v/pne-ui
17
34
 
18
35
  [github-build]: https://github.com/alcovp/pne-ui/actions/workflows/publish.yml/badge.svg
19
36
 
20
- [github-build-url]: https://github.com/alcovp/pne-ui/actions/workflows/publish.yml
37
+ [github-build-url]: https://github.com/alcovp/pne-ui/actions/workflows/publish.yml
@@ -1,37 +1,37 @@
1
1
  /// <reference types="react" />
2
- export declare const HeaderWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const EntitySelectorListItemDisplayName: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const StyledEntitySelectorListItemDisplayName: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, {}, {}>;
5
- export declare const StyledPneHeaderTableCell: import("@emotion/styled").StyledComponent<import("@mui/material").TableCellProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
6
- export declare const SeparateWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
- export declare const PropertyGroupTitle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
- export declare const EntitySelectorListItem: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
2
+ export declare const HeaderWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
+ export declare const EntitySelectorListItemDisplayName: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
+ export declare const StyledEntitySelectorListItemDisplayName: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, {}, {}>;
5
+ export declare const StyledPneHeaderTableCell: import("@emotion/styled").StyledComponent<import("@mui/material").TableCellProps & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, {}, {}>;
6
+ export declare const SeparateWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
+ export declare const PropertyGroupTitle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
+ export declare const EntitySelectorListItem: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
9
9
  isAdded?: boolean | undefined;
10
10
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
11
- export declare const StyledEntitySelectorListItem: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
11
+ export declare const StyledEntitySelectorListItem: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
12
12
  isAdded?: boolean | undefined;
13
13
  } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, {}, {}>;
14
- export declare const Container: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
14
+ export declare const Container: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
15
15
  height?: string | undefined;
16
16
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
17
- export declare const ColumnWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement> | keyof import("react").ClassAttributes<HTMLDivElement>>, {}>;
18
- export declare const AddedListWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
19
- export declare const HeaderColumnWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
20
- export declare const HeaderColumn: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
21
- export declare const ItemList: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
17
+ export declare const ColumnWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement> | keyof import("react").ClassAttributes<HTMLDivElement>>, {}>;
18
+ export declare const AddedListWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
19
+ export declare const HeaderColumnWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
20
+ export declare const HeaderColumn: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
21
+ export declare const ItemList: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
22
22
  withSearch?: boolean | undefined;
23
23
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
24
- export declare const ListContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
24
+ export declare const ListContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
25
25
  withSearch?: boolean | undefined;
26
26
  } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, {}, {}>;
27
- export declare const EntitySelectorListItemId: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
27
+ export declare const EntitySelectorListItemId: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
28
28
  width?: string | undefined;
29
29
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
30
30
  export declare const StyledListItem: import("@emotion/styled").StyledComponent<{
31
31
  button?: false | undefined;
32
32
  } & import("@mui/material").ListItemOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
33
33
  ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
34
- }, "components" | "disabled" | "className" | "style" | "classes" | "button" | "children" | "sx" | "alignItems" | "autoFocus" | "selected" | "dense" | "componentsProps" | "slotProps" | "slots" | "disableGutters" | "divider" | "ContainerComponent" | "ContainerProps" | "disablePadding" | "secondaryAction"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
34
+ }, "components" | "disabled" | "className" | "style" | "classes" | "button" | "children" | "sx" | "alignItems" | "autoFocus" | "selected" | "dense" | "componentsProps" | "slotProps" | "slots" | "disableGutters" | "divider" | "ContainerComponent" | "ContainerProps" | "disablePadding" | "secondaryAction"> & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, {}, {}>;
35
35
  export declare const StyledListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
36
36
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
37
- }, "disabled" | "className" | "style" | "classes" | "action" | "centerRipple" | "children" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "autoFocus" | "selected" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
37
+ }, "disabled" | "className" | "style" | "classes" | "action" | "centerRipple" | "children" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "autoFocus" | "selected" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, {}, {}>;
@@ -1,38 +1,38 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StyledListItemButton = exports.StyledListItem = exports.EntitySelectorListItemId = exports.ListContainer = exports.ItemList = exports.HeaderColumn = exports.HeaderColumnWrapper = exports.AddedListWrapper = exports.ColumnWrapper = exports.Container = exports.StyledEntitySelectorListItem = exports.EntitySelectorListItem = exports.PropertyGroupTitle = exports.SeparateWrapper = exports.StyledPneHeaderTableCell = exports.StyledEntitySelectorListItemDisplayName = exports.EntitySelectorListItemDisplayName = exports.HeaderWrapper = void 0;
4
- const styles_1 = require("@mui/material/styles");
4
+ const system_1 = require("@mui/system");
5
5
  const index_1 = require("../../index");
6
6
  const material_1 = require("@mui/material");
7
- exports.HeaderWrapper = (0, styles_1.styled)('div') `
7
+ exports.HeaderWrapper = (0, system_1.styled)('div') `
8
8
  display: flex;
9
9
  justify-content: space-between;
10
10
  align-items: center;
11
11
  `;
12
- exports.EntitySelectorListItemDisplayName = (0, styles_1.styled)('div') `
12
+ exports.EntitySelectorListItemDisplayName = (0, system_1.styled)('div') `
13
13
  font-style: normal;
14
14
  font-weight: 500;
15
15
  font-size: 14px;
16
16
  line-height: 20px;
17
17
  color: #000000;
18
18
  `;
19
- exports.StyledEntitySelectorListItemDisplayName = (0, styles_1.styled)(exports.EntitySelectorListItemDisplayName) `
19
+ exports.StyledEntitySelectorListItemDisplayName = (0, system_1.styled)(exports.EntitySelectorListItemDisplayName) `
20
20
  text-overflow: ellipsis;
21
21
  `;
22
- exports.StyledPneHeaderTableCell = (0, styles_1.styled)(index_1.PneHeaderTableCell) `
22
+ exports.StyledPneHeaderTableCell = (0, system_1.styled)(index_1.PneHeaderTableCell) `
23
23
  background: #F1F5FA;
24
24
  `;
25
- exports.SeparateWrapper = (0, styles_1.styled)('div') `
25
+ exports.SeparateWrapper = (0, system_1.styled)('div') `
26
26
  margin-top: 20px;
27
27
  `;
28
- exports.PropertyGroupTitle = (0, styles_1.styled)('div') `
28
+ exports.PropertyGroupTitle = (0, system_1.styled)('div') `
29
29
  margin-top: 1em;
30
30
  padding: 10px 20px;
31
31
  font-size: 20px;
32
32
  color: #274152;
33
33
  box-sizing: border-box;
34
34
  `;
35
- exports.EntitySelectorListItem = (0, styles_1.styled)('div', {
35
+ exports.EntitySelectorListItem = (0, system_1.styled)('div', {
36
36
  shouldForwardProp: prop => prop !== 'isAdded'
37
37
  })(({ theme }) => ({
38
38
  // backgroundColor: theme.color.background, //TODO theme
@@ -52,10 +52,10 @@ exports.EntitySelectorListItem = (0, styles_1.styled)('div', {
52
52
  // color: theme.skin.experimentalColor //TODO theme
53
53
  },
54
54
  }));
55
- exports.StyledEntitySelectorListItem = (0, styles_1.styled)(exports.EntitySelectorListItem) `
55
+ exports.StyledEntitySelectorListItem = (0, system_1.styled)(exports.EntitySelectorListItem) `
56
56
  padding-right: 12px;
57
57
  `;
58
- exports.Container = (0, styles_1.styled)('div', {
58
+ exports.Container = (0, system_1.styled)('div', {
59
59
  shouldForwardProp: prop => prop !== 'height'
60
60
  })(() => ({
61
61
  boxSizing: 'border-box',
@@ -63,17 +63,17 @@ exports.Container = (0, styles_1.styled)('div', {
63
63
  display: 'flex',
64
64
  justifyContent: 'space-between',
65
65
  }));
66
- exports.ColumnWrapper = (0, styles_1.styled)('div', {})(() => ({
66
+ exports.ColumnWrapper = (0, system_1.styled)('div', {})(() => ({
67
67
  width: 'calc(50% - 4px)',
68
68
  boxSizing: 'border-box',
69
69
  }));
70
- exports.AddedListWrapper = (0, styles_1.styled)('div') `
70
+ exports.AddedListWrapper = (0, system_1.styled)('div') `
71
71
  display: flex;
72
72
  flex-direction: column;
73
73
  height: 100%;
74
74
  box-sizing: border-box;
75
75
  `;
76
- exports.HeaderColumnWrapper = (0, styles_1.styled)('div') `
76
+ exports.HeaderColumnWrapper = (0, system_1.styled)('div') `
77
77
  height: 20px;
78
78
  box-sizing: border-box;
79
79
  display: flex;
@@ -81,7 +81,7 @@ exports.HeaderColumnWrapper = (0, styles_1.styled)('div') `
81
81
  position: relative;
82
82
  margin-bottom: 16px;
83
83
  `;
84
- exports.HeaderColumn = (0, styles_1.styled)('div') `
84
+ exports.HeaderColumn = (0, system_1.styled)('div') `
85
85
  font-style: normal;
86
86
  font-weight: 700;
87
87
  font-size: 14px;
@@ -89,7 +89,7 @@ exports.HeaderColumn = (0, styles_1.styled)('div') `
89
89
  color: #4E5D78;
90
90
 
91
91
  `;
92
- exports.ItemList = (0, styles_1.styled)('div', {
92
+ exports.ItemList = (0, system_1.styled)('div', {
93
93
  shouldForwardProp: prop => prop !== 'withSearch'
94
94
  })(({ withSearch }) => ({
95
95
  height: withSearch ? 'calc(100% - 92px)' : 'calc(100% - 46px)',
@@ -97,7 +97,7 @@ exports.ItemList = (0, styles_1.styled)('div', {
97
97
  borderRadius: '8px',
98
98
  padding: '2px',
99
99
  }));
100
- exports.ListContainer = (0, styles_1.styled)(exports.ItemList) `
100
+ exports.ListContainer = (0, system_1.styled)(exports.ItemList) `
101
101
  &::-webkit-scrollbar-track {
102
102
  background: #FFFFFF;
103
103
  border-radius: 12px;
@@ -109,7 +109,7 @@ exports.ListContainer = (0, styles_1.styled)(exports.ItemList) `
109
109
  border: 4px solid #FFFFFF;
110
110
  }
111
111
  `;
112
- exports.EntitySelectorListItemId = (0, styles_1.styled)('div', {
112
+ exports.EntitySelectorListItemId = (0, system_1.styled)('div', {
113
113
  shouldForwardProp: prop => prop !== 'width '
114
114
  })(() => ({
115
115
  fontStyle: 'normal',
@@ -121,7 +121,7 @@ exports.EntitySelectorListItemId = (0, styles_1.styled)('div', {
121
121
  textAlign: 'right',
122
122
  flexShrink: 0,
123
123
  }));
124
- exports.StyledListItem = (0, styles_1.styled)(material_1.ListItem)(() => ({
124
+ exports.StyledListItem = (0, system_1.styled)(material_1.ListItem)(() => ({
125
125
  minHeight: '32px',
126
126
  padding: '6px 8px',
127
127
  backgroundColor: 'rgba(25, 118, 210, 0.08)',
@@ -129,7 +129,7 @@ exports.StyledListItem = (0, styles_1.styled)(material_1.ListItem)(() => ({
129
129
  marginBottom: '2px',
130
130
  cursor: 'pointer'
131
131
  }));
132
- exports.StyledListItemButton = (0, styles_1.styled)(material_1.ListItemButton)(() => ({
132
+ exports.StyledListItemButton = (0, system_1.styled)(material_1.ListItemButton)(() => ({
133
133
  minHeight: '32px',
134
134
  padding: '6px 8px',
135
135
  backgroundColor: 'rgba(25, 118, 210, 0.08)',
@@ -1 +1 @@
1
- {"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../src/component/non-abstract-entity-selector/styled.ts"],"names":[],"mappings":";;;AAAA,iDAA4C;AAC5C,uCAA+C;AAC/C,4CAAuD;AAE1C,QAAA,aAAa,GAAG,IAAA,eAAM,EAAC,KAAK,CAAC,CAAA;;;;CAIzC,CAAC;AAEW,QAAA,iCAAiC,GAAG,IAAA,eAAM,EAAC,KAAK,CAAC,CAAA;;;;;;CAM7D,CAAC;AAEW,QAAA,uCAAuC,GAAG,IAAA,eAAM,EAAC,yCAAiC,CAAC,CAAA;;CAE/F,CAAC;AAEW,QAAA,wBAAwB,GAAG,IAAA,eAAM,EAAC,0BAAkB,CAAC,CAAA;;CAEjE,CAAC;AAEW,QAAA,eAAe,GAAG,IAAA,eAAM,EAAC,KAAK,CAAC,CAAA;;CAE3C,CAAC;AAEW,QAAA,kBAAkB,GAAG,IAAA,eAAM,EAAC,KAAK,CAAC,CAAA;;;;;;CAM9C,CAAC;AAEW,QAAA,sBAAsB,GAAG,IAAA,eAAM,EAAC,KAAK,EAAE;IAChD,iBAAiB,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,KAAK,SAAS;CAChD,CAAC,CAAwB,CAAC,EAAC,KAAK,EAAC,EAAE,EAAE,CAAC,CAAC;IACpC,wDAAwD;IACxD,YAAY,EAAE,KAAK;IACnB,YAAY,EAAE,KAAK;IACnB,SAAS,EAAE,YAAY;IACvB,OAAO,EAAE,qBAAqB;IAC9B,SAAS,EAAE,QAAQ;IACnB,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,MAAM;IAClB,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE,WAAW;IAEtB,SAAS,EAAE;IACP,8DAA8D;IAC9D,mDAAmD;KACtD;CAEJ,CAAC,CAAC,CAAC;AAES,QAAA,4BAA4B,GAAG,IAAA,eAAM,EAAC,8BAAsB,CAAC,CAAA;;CAEzE,CAAA;AACY,QAAA,SAAS,GAAG,IAAA,eAAM,EAAC,KAAK,EAAE;IACnC,iBAAiB,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,KAAK,QAAQ;CAC/C,CAAC,CAAsB,GAAG,EAAE,CAAC,CAAC;IAC3B,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,OAAO;IAClB,OAAO,EAAE,MAAM;IACf,cAAc,EAAE,eAAe;CAClC,CAAC,CAAC,CAAC;AAGS,QAAA,aAAa,GAAG,IAAA,eAAM,EAAC,KAAK,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IAClD,KAAK,EAAE,iBAAiB;IACxB,SAAS,EAAE,YAAY;CAE1B,CAAC,CAAC,CAAC;AAES,QAAA,gBAAgB,GAAG,IAAA,eAAM,EAAC,KAAK,CAAC,CAAA;;;;;CAK5C,CAAC;AAEW,QAAA,mBAAmB,GAAG,IAAA,eAAM,EAAC,KAAK,CAAC,CAAA;;;;;;;CAO/C,CAAC;AAEW,QAAA,YAAY,GAAG,IAAA,eAAM,EAAC,KAAK,CAAC,CAAA;;;;;;;CAOxC,CAAC;AAEW,QAAA,QAAQ,GAAG,IAAA,eAAM,EAAC,KAAK,EAAE;IAClC,iBAAiB,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,KAAK,YAAY;CACnD,CAAC,CAA2B,CAAC,EAAC,UAAU,EAAC,EAAE,EAAE,CAAC,CAAC;IAC5C,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,mBAAmB;IAC9D,SAAS,EAAE,QAAQ;IACnB,YAAY,EAAE,KAAK;IACnB,OAAO,EAAE,KAAK;CACjB,CAAC,CAAC,CAAC;AAES,QAAA,aAAa,GAAG,IAAA,eAAM,EAAC,gBAAQ,CAAC,CAAA;;;;;;;;;;;CAW5C,CAAC;AAEW,QAAA,wBAAwB,GAAG,IAAA,eAAM,EAAC,KAAK,EAAE;IAClD,iBAAiB,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,KAAK,SAAS;CAChD,CAAC,CAAqB,GAAG,EAAE,CAAC,CAAC;IAC1B,SAAS,EAAE,QAAQ;IACnB,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,MAAM;IAClB,KAAK,EAAE,SAAS;IAChB,WAAW,EAAE,MAAM;IACnB,SAAS,EAAE,OAAO;IAClB,UAAU,EAAE,CAAC;CAChB,CAAC,CAAC,CAAC;AAES,QAAA,cAAc,GAAG,IAAA,eAAM,EAAC,mBAAQ,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IAClD,SAAS,EAAE,MAAM;IACjB,OAAO,EAAE,SAAS;IAClB,eAAe,EAAE,0BAA0B;IAC3C,QAAQ,EAAE,MAAM;IAChB,YAAY,EAAE,KAAK;IACnB,MAAM,EAAE,SAAS;CACpB,CAAC,CAAC,CAAC;AAES,QAAA,oBAAoB,GAAG,IAAA,eAAM,EAAC,yBAAc,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IAC9D,SAAS,EAAE,MAAM;IACjB,OAAO,EAAE,SAAS;IAClB,eAAe,EAAE,0BAA0B;IAC3C,QAAQ,EAAE,MAAM;IAChB,YAAY,EAAE,KAAK;IACnB,MAAM,EAAE,SAAS;CACpB,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../src/component/non-abstract-entity-selector/styled.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- export declare const SearchUIFiltersHeaderRight: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const SearchUIFiltersCriterionHeaderButton: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ export declare const SearchUIFiltersHeaderRight: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
+ export declare const SearchUIFiltersCriterionHeaderButton: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,15 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchUIFiltersCriterionHeaderButton = exports.SearchUIFiltersHeaderRight = void 0;
4
- const styles_1 = require("@mui/material/styles");
5
- exports.SearchUIFiltersHeaderRight = (0, styles_1.styled)('div') `
4
+ const system_1 = require("@mui/system");
5
+ exports.SearchUIFiltersHeaderRight = (0, system_1.styled)('div') `
6
6
  display: flex;
7
7
  flex-direction: row;
8
8
  align-items: center;
9
9
  column-gap: 5px;
10
10
  margin-left: auto;
11
11
  `;
12
- exports.SearchUIFiltersCriterionHeaderButton = (0, styles_1.styled)('div') `
12
+ exports.SearchUIFiltersCriterionHeaderButton = (0, system_1.styled)('div') `
13
13
  display: flex;
14
14
  align-items: center;
15
15
  padding: 4px;
@@ -1 +1 @@
1
- {"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../../src/component/search-ui/filters/styled.ts"],"names":[],"mappings":";;;AAAA,iDAA4C;AAE/B,QAAA,0BAA0B,GAAG,IAAA,eAAM,EAAC,KAAK,CAAC,CAAA;;;;;;CAMtD,CAAC;AAEW,QAAA,oCAAoC,GAAG,IAAA,eAAM,EAAC,KAAK,CAAC,CAAA;;;;;;;;CAQhE,CAAC"}
1
+ {"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../../src/component/search-ui/filters/styled.ts"],"names":[],"mappings":";;;AAAA,wCAAmC;AAEtB,QAAA,0BAA0B,GAAG,IAAA,eAAM,EAAC,KAAK,CAAC,CAAA;;;;;;CAMtD,CAAC;AAEW,QAAA,oCAAoC,GAAG,IAAA,eAAM,EAAC,KAAK,CAAC,CAAA;;;;;;;;CAQhE,CAAC"}
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- declare const PneTablePagination: import("@emotion/styled").StyledComponent<import("@mui/material/OverridableComponent").DefaultComponentProps<import("@mui/material").TablePaginationTypeMap<{}, import("react").JSXElementConstructor<import("@mui/material").TablePaginationBaseProps>>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
2
+ declare const PneTablePagination: import("@emotion/styled").StyledComponent<import("@mui/material/OverridableComponent").DefaultComponentProps<import("@mui/material").TablePaginationTypeMap<{}, import("react").JSXElementConstructor<import("@mui/material").TablePaginationBaseProps>>> & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, {}, {}>;
3
3
  export default PneTablePagination;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const styles_1 = require("@mui/material/styles");
3
+ const system_1 = require("@mui/system");
4
4
  const material_1 = require("@mui/material");
5
- const PneTablePagination = (0, styles_1.styled)(material_1.TablePagination) `
5
+ const PneTablePagination = (0, system_1.styled)(material_1.TablePagination) `
6
6
  border: none;
7
7
  & .MuiToolbar-root {
8
8
  padding: 0;
@@ -1 +1 @@
1
- {"version":3,"file":"PneTablePagination.js","sourceRoot":"","sources":["../../../src/component/table/PneTablePagination.tsx"],"names":[],"mappings":";;AAAA,iDAA4C;AAC5C,4CAA8C;AAE9C,MAAM,kBAAkB,GAAG,IAAA,eAAM,EAAC,0BAAe,CAAC,CAAA;;;;;;;;;;;;;;;;;;;;;;CAsBjD,CAAC;AAEF,kBAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"PneTablePagination.js","sourceRoot":"","sources":["../../../src/component/table/PneTablePagination.tsx"],"names":[],"mappings":";;AAAA,wCAAmC;AACnC,4CAA8C;AAE9C,MAAM,kBAAkB,GAAG,IAAA,eAAM,EAAC,0BAAe,CAAC,CAAA;;;;;;;;;;;;;;;;;;;;;;CAsBjD,CAAC;AAEF,kBAAe,kBAAkB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  declare const PneTableRow: import("@emotion/styled").StyledComponent<import("@mui/material").TableRowOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLTableRowElement | null) => void) | import("react").RefObject<HTMLTableRowElement> | null | undefined;
4
- }, "className" | "style" | "classes" | "children" | "sx" | "selected" | "hover"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
4
+ }, "className" | "style" | "classes" | "children" | "sx" | "selected" | "hover"> & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
5
5
  hover?: boolean | undefined;
6
6
  }, {}, {}>;
7
7
  export default PneTableRow;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const styles_1 = require("@mui/material/styles");
3
+ const system_1 = require("@mui/system");
4
4
  const material_1 = require("@mui/material");
5
- const PneTableRow = (0, styles_1.styled)(material_1.TableRow, {
5
+ const PneTableRow = (0, system_1.styled)(material_1.TableRow, {
6
6
  shouldForwardProp: prop => prop !== 'hover'
7
7
  })(({ theme, hover = true }) => ({
8
8
  borderColor: 'transparent',
@@ -1 +1 @@
1
- {"version":3,"file":"PneTableRow.js","sourceRoot":"","sources":["../../../src/component/table/PneTableRow.tsx"],"names":[],"mappings":";;AAAA,iDAA4C;AAC5C,4CAAuC;AAEvC,MAAM,WAAW,GAAG,IAAA,eAAM,EAAC,mBAAQ,EAAE;IACjC,iBAAiB,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,KAAK,OAAO;CAC9C,CAAC,CAAsB,CAAC,EAAC,KAAK,EAAE,KAAK,GAAG,IAAI,EAAC,EAAE,EAAE,CAAC,CAAC;IAChD,WAAW,EAAE,aAAa;IAC1B,iBAAiB,EAAE,SAAS;IAC5B,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,MAAM;IAClB,iBAAiB,EAAE;QACf,iBAAiB,EAAE,SAAS;KAC/B;IACD,MAAM,EAAE;QACJ,SAAS,EAAE,gBAAgB;QAC3B,YAAY,EAAE,gBAAgB;QAC9B,WAAW,EAAE,SAAS;KACzB;IACD,oBAAoB,EAAE;QAClB,UAAU,EAAE,gBAAgB;QAC5B,WAAW,EAAE,SAAS;KACzB;IACD,mBAAmB,EAAE;QACjB,WAAW,EAAE,gBAAgB;QAC7B,WAAW,EAAE,SAAS;KACzB;CACJ,CAAC,CAAC,CAAA;AAEH,kBAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"PneTableRow.js","sourceRoot":"","sources":["../../../src/component/table/PneTableRow.tsx"],"names":[],"mappings":";;AAAA,wCAAmC;AACnC,4CAAuC;AAEvC,MAAM,WAAW,GAAG,IAAA,eAAM,EAAC,mBAAQ,EAAE;IACjC,iBAAiB,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,KAAK,OAAO;CAC9C,CAAC,CAAsB,CAAC,EAAC,KAAK,EAAE,KAAK,GAAG,IAAI,EAAC,EAAE,EAAE,CAAC,CAAC;IAChD,WAAW,EAAE,aAAa;IAC1B,iBAAiB,EAAE,SAAS;IAC5B,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,MAAM;IAClB,iBAAiB,EAAE;QACf,iBAAiB,EAAE,SAAS;KAC/B;IACD,MAAM,EAAE;QACJ,SAAS,EAAE,gBAAgB;QAC3B,YAAY,EAAE,gBAAgB;QAC9B,WAAW,EAAE,SAAS;KACzB;IACD,oBAAoB,EAAE;QAClB,UAAU,EAAE,gBAAgB;QAC5B,WAAW,EAAE,SAAS;KACzB;IACD,mBAAmB,EAAE;QACjB,WAAW,EAAE,gBAAgB;QAC7B,WAAW,EAAE,SAAS;KACzB;CACJ,CAAC,CAAC,CAAA;AAEH,kBAAe,WAAW,CAAC"}
@@ -1,37 +1,37 @@
1
1
  /// <reference types="react" />
2
- export declare const HeaderWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const EntitySelectorListItemDisplayName: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const StyledEntitySelectorListItemDisplayName: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, {}, {}>;
5
- export declare const StyledPneHeaderTableCell: import("@emotion/styled").StyledComponent<import("@mui/material").TableCellProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
6
- export declare const SeparateWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
- export declare const PropertyGroupTitle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
- export declare const EntitySelectorListItem: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
2
+ export declare const HeaderWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
+ export declare const EntitySelectorListItemDisplayName: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
+ export declare const StyledEntitySelectorListItemDisplayName: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, {}, {}>;
5
+ export declare const StyledPneHeaderTableCell: import("@emotion/styled").StyledComponent<import("@mui/material").TableCellProps & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, {}, {}>;
6
+ export declare const SeparateWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
+ export declare const PropertyGroupTitle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
+ export declare const EntitySelectorListItem: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
9
9
  isAdded?: boolean | undefined;
10
10
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
11
- export declare const StyledEntitySelectorListItem: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
11
+ export declare const StyledEntitySelectorListItem: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
12
12
  isAdded?: boolean | undefined;
13
13
  } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, {}, {}>;
14
- export declare const Container: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
14
+ export declare const Container: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
15
15
  height?: string | undefined;
16
16
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
17
- export declare const ColumnWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement> | keyof import("react").ClassAttributes<HTMLDivElement>>, {}>;
18
- export declare const AddedListWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
19
- export declare const HeaderColumnWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
20
- export declare const HeaderColumn: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
21
- export declare const ItemList: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
17
+ export declare const ColumnWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement> | keyof import("react").ClassAttributes<HTMLDivElement>>, {}>;
18
+ export declare const AddedListWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
19
+ export declare const HeaderColumnWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
20
+ export declare const HeaderColumn: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
21
+ export declare const ItemList: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
22
22
  withSearch?: boolean | undefined;
23
23
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
24
- export declare const ListContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
24
+ export declare const ListContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
25
25
  withSearch?: boolean | undefined;
26
26
  } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, {}, {}>;
27
- export declare const EntitySelectorListItemId: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
27
+ export declare const EntitySelectorListItemId: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
28
28
  width?: string | undefined;
29
29
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
30
30
  export declare const StyledListItem: import("@emotion/styled").StyledComponent<{
31
31
  button?: false | undefined;
32
32
  } & import("@mui/material").ListItemOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
33
33
  ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
34
- }, "components" | "disabled" | "className" | "style" | "classes" | "button" | "children" | "sx" | "alignItems" | "autoFocus" | "selected" | "dense" | "componentsProps" | "slotProps" | "slots" | "disableGutters" | "divider" | "ContainerComponent" | "ContainerProps" | "disablePadding" | "secondaryAction"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
34
+ }, "components" | "disabled" | "className" | "style" | "classes" | "button" | "children" | "sx" | "alignItems" | "autoFocus" | "selected" | "dense" | "componentsProps" | "slotProps" | "slots" | "disableGutters" | "divider" | "ContainerComponent" | "ContainerProps" | "disablePadding" | "secondaryAction"> & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, {}, {}>;
35
35
  export declare const StyledListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
36
36
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
37
- }, "disabled" | "className" | "style" | "classes" | "action" | "centerRipple" | "children" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "autoFocus" | "selected" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
37
+ }, "disabled" | "className" | "style" | "classes" | "action" | "centerRipple" | "children" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "autoFocus" | "selected" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, {}, {}>;
@@ -1,4 +1,4 @@
1
- import { styled } from '@mui/material/styles';
1
+ import { styled } from '@mui/system';
2
2
  import { PneHeaderTableCell } from "../../index";
3
3
  import { ListItem, ListItemButton } from '@mui/material';
4
4
  export const HeaderWrapper = styled('div') `
@@ -1 +1 @@
1
- {"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../src/component/non-abstract-entity-selector/styled.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../src/component/non-abstract-entity-selector/styled.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- export declare const SearchUIFiltersHeaderRight: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const SearchUIFiltersCriterionHeaderButton: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ export declare const SearchUIFiltersHeaderRight: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
+ export declare const SearchUIFiltersCriterionHeaderButton: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +1,4 @@
1
- import { styled } from '@mui/material/styles';
1
+ import { styled } from '@mui/system';
2
2
  export const SearchUIFiltersHeaderRight = styled('div') `
3
3
  display: flex;
4
4
  flex-direction: row;
@@ -1 +1 @@
1
- {"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../../src/component/search-ui/filters/styled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,sBAAsB,CAAC;AAE5C,MAAM,CAAC,MAAM,0BAA0B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAA;;;;;;CAMtD,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAAG,MAAM,CAAC,KAAK,CAAC,CAAA;;;;;;;;CAQhE,CAAC"}
1
+ {"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../../src/component/search-ui/filters/styled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,0BAA0B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAA;;;;;;CAMtD,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAAG,MAAM,CAAC,KAAK,CAAC,CAAA;;;;;;;;CAQhE,CAAC"}
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- declare const PneTablePagination: import("@emotion/styled").StyledComponent<import("@mui/material/OverridableComponent").DefaultComponentProps<import("@mui/material").TablePaginationTypeMap<{}, import("react").JSXElementConstructor<import("@mui/material").TablePaginationBaseProps>>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
2
+ declare const PneTablePagination: import("@emotion/styled").StyledComponent<import("@mui/material/OverridableComponent").DefaultComponentProps<import("@mui/material").TablePaginationTypeMap<{}, import("react").JSXElementConstructor<import("@mui/material").TablePaginationBaseProps>>> & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, {}, {}>;
3
3
  export default PneTablePagination;
@@ -1,4 +1,4 @@
1
- import { styled } from '@mui/material/styles';
1
+ import { styled } from '@mui/system';
2
2
  import { TablePagination } from "@mui/material";
3
3
  const PneTablePagination = styled(TablePagination) `
4
4
  border: none;
@@ -1 +1 @@
1
- {"version":3,"file":"PneTablePagination.js","sourceRoot":"","sources":["../../../src/component/table/PneTablePagination.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAE9C,MAAM,kBAAkB,GAAG,MAAM,CAAC,eAAe,CAAC,CAAA;;;;;;;;;;;;;;;;;;;;;;CAsBjD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"PneTablePagination.js","sourceRoot":"","sources":["../../../src/component/table/PneTablePagination.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,aAAa,CAAC;AACnC,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAE9C,MAAM,kBAAkB,GAAG,MAAM,CAAC,eAAe,CAAC,CAAA;;;;;;;;;;;;;;;;;;;;;;CAsBjD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  declare const PneTableRow: import("@emotion/styled").StyledComponent<import("@mui/material").TableRowOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLTableRowElement | null) => void) | import("react").RefObject<HTMLTableRowElement> | null | undefined;
4
- }, "className" | "style" | "classes" | "children" | "sx" | "selected" | "hover"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
4
+ }, "className" | "style" | "classes" | "children" | "sx" | "selected" | "hover"> & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme> & {
5
5
  hover?: boolean | undefined;
6
6
  }, {}, {}>;
7
7
  export default PneTableRow;
@@ -1,4 +1,4 @@
1
- import { styled } from '@mui/material/styles';
1
+ import { styled } from '@mui/system';
2
2
  import { TableRow } from '@mui/material';
3
3
  const PneTableRow = styled(TableRow, {
4
4
  shouldForwardProp: prop => prop !== 'hover'
@@ -1 +1 @@
1
- {"version":3,"file":"PneTableRow.js","sourceRoot":"","sources":["../../../src/component/table/PneTableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AAEvC,MAAM,WAAW,GAAG,MAAM,CAAC,QAAQ,EAAE;IACjC,iBAAiB,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,KAAK,OAAO;CAC9C,CAAC,CAAsB,CAAC,EAAC,KAAK,EAAE,KAAK,GAAG,IAAI,EAAC,EAAE,EAAE,CAAC,CAAC;IAChD,WAAW,EAAE,aAAa;IAC1B,iBAAiB,EAAE,SAAS;IAC5B,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,MAAM;IAClB,iBAAiB,EAAE;QACf,iBAAiB,EAAE,SAAS;KAC/B;IACD,MAAM,EAAE;QACJ,SAAS,EAAE,gBAAgB;QAC3B,YAAY,EAAE,gBAAgB;QAC9B,WAAW,EAAE,SAAS;KACzB;IACD,oBAAoB,EAAE;QAClB,UAAU,EAAE,gBAAgB;QAC5B,WAAW,EAAE,SAAS;KACzB;IACD,mBAAmB,EAAE;QACjB,WAAW,EAAE,gBAAgB;QAC7B,WAAW,EAAE,SAAS;KACzB;CACJ,CAAC,CAAC,CAAA;AAEH,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"PneTableRow.js","sourceRoot":"","sources":["../../../src/component/table/PneTableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,aAAa,CAAC;AACnC,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AAEvC,MAAM,WAAW,GAAG,MAAM,CAAC,QAAQ,EAAE;IACjC,iBAAiB,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,KAAK,OAAO;CAC9C,CAAC,CAAsB,CAAC,EAAC,KAAK,EAAE,KAAK,GAAG,IAAI,EAAC,EAAE,EAAE,CAAC,CAAC;IAChD,WAAW,EAAE,aAAa;IAC1B,iBAAiB,EAAE,SAAS;IAC5B,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,MAAM;IAClB,iBAAiB,EAAE;QACf,iBAAiB,EAAE,SAAS;KAC/B;IACD,MAAM,EAAE;QACJ,SAAS,EAAE,gBAAgB;QAC3B,YAAY,EAAE,gBAAgB;QAC9B,WAAW,EAAE,SAAS;KACzB;IACD,oBAAoB,EAAE;QAClB,UAAU,EAAE,gBAAgB;QAC5B,WAAW,EAAE,SAAS;KACzB;IACD,mBAAmB,EAAE;QACjB,WAAW,EAAE,gBAAgB;QAC7B,WAAW,EAAE,SAAS;KACzB;CACJ,CAAC,CAAC,CAAA;AAEH,eAAe,WAAW,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pne-ui",
3
- "version": "1.0.220",
3
+ "version": "2.0.1",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,6 +9,15 @@
9
9
  "main": "cjs/index.js",
10
10
  "module": "esm/index.js",
11
11
  "types": "./esm/index.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "types": "./esm/index.d.ts",
15
+ "import": "./esm/index.js",
16
+ "require": "./cjs/index.js",
17
+ "default": "./esm/index.js"
18
+ },
19
+ "./package.json": "./package.json"
20
+ },
12
21
  "scripts": {
13
22
  "build": "yarn build:esm && yarn build:cjs",
14
23
  "build:esm": "tsc",
@@ -24,6 +33,7 @@
24
33
  "build-storybook": "storybook build",
25
34
  "chromatic": "npx chromatic"
26
35
  },
36
+ "sideEffects": false,
27
37
  "keywords": [
28
38
  "react",
29
39
  "typescript",
@@ -42,7 +52,16 @@
42
52
  },
43
53
  "license": "MIT",
44
54
  "peerDependencies": {
45
- "react": ">=18"
55
+ "@emotion/react": "^11",
56
+ "@emotion/styled": "^11",
57
+ "@mui/icons-material": "^5",
58
+ "@mui/material": "^5",
59
+ "@mui/system": "^5",
60
+ "@mui/x-date-pickers-pro": "^6",
61
+ "i18next": "^23",
62
+ "react": "^18 || ^19",
63
+ "react-dom": "^18 || ^19",
64
+ "react-i18next": "^11"
46
65
  },
47
66
  "devDependencies": {
48
67
  "@babel/core": "7.26.0",
@@ -53,7 +72,9 @@
53
72
  "@chromatic-com/storybook": "1",
54
73
  "@emotion/react": "11.11.1",
55
74
  "@emotion/styled": "11.11.0",
56
- "@mui/icons-material": "5.11.16",
75
+ "@mui/material": "5.15.13",
76
+ "@mui/system": "5.15.13",
77
+ "@mui/x-date-pickers-pro": "6.17.0",
57
78
  "@simbathesailor/use-what-changed": "2.0.0",
58
79
  "@storybook/addon-essentials": "8.0.9",
59
80
  "@storybook/addon-interactions": "8.0.9",
@@ -63,6 +84,7 @@
63
84
  "@storybook/blocks": "8.0.9",
64
85
  "@storybook/react": "8.0.9",
65
86
  "@storybook/react-webpack5": "8.0.9",
87
+ "@storybook/test": "8.0.9",
66
88
  "@testing-library/react": "14.0.0",
67
89
  "@types/babel__core": "^7",
68
90
  "@types/jest": "29.5.2",
@@ -78,25 +100,23 @@
78
100
  "eslint-plugin-react": "7.32.2",
79
101
  "eslint-plugin-react-hooks": "4.6.0",
80
102
  "eslint-plugin-storybook": "0.8.0",
103
+ "i18next": "23.10.0",
81
104
  "jest": "29.5.0",
82
105
  "jest-canvas-mock": "2.5.1",
83
106
  "jest-environment-jsdom": "29.5.0",
84
107
  "prop-types": "15.8.1",
85
108
  "react": "18.2.0",
86
109
  "react-dom": "18.2.0",
110
+ "react-i18next": "11.18.6",
87
111
  "storybook": "8.0.9",
88
112
  "ts-jest": "29.1.0",
89
113
  "typescript": "5.4.2"
90
114
  },
91
115
  "dependencies": {
92
116
  "@hello-pangea/dnd": "16.6.0",
93
- "@mui/material": "5.15.13",
94
- "@mui/x-date-pickers-pro": "6.17.0",
95
- "@storybook/test": "8.0.9",
96
117
  "dayjs": "1.11.5",
97
118
  "immer": "10.0.3",
98
119
  "react-beautiful-dnd": "11.0.5",
99
- "react-i18next": "11.18.6",
100
120
  "react-imask": "^7.6.1",
101
121
  "react-is": "18.2.0",
102
122
  "react-virtuoso": "4.7.5",