@bit.rhplus/ui.grid 0.0.71 → 0.0.73
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/README-GridLayout.md
CHANGED
|
@@ -16,7 +16,7 @@ Automatické ukládání a načítání rozvržení sloupců gridu pomocí Grid
|
|
|
16
16
|
### Základní konfigurace
|
|
17
17
|
|
|
18
18
|
```jsx
|
|
19
|
-
import Grid from '@bit.rhplus/ui.grid
|
|
19
|
+
import Grid from '@bit.rhplus/ui.grid';
|
|
20
20
|
|
|
21
21
|
const MyGridComponent = () => {
|
|
22
22
|
const { accessToken } = useOidcAccessToken();
|
|
@@ -53,7 +53,7 @@ const MyGridComponent = () => {
|
|
|
53
53
|
### Pokročilé použití s manuálními ovládacími prvky
|
|
54
54
|
|
|
55
55
|
```jsx
|
|
56
|
-
import Grid, { useGridLayout } from '@bit.rhplus/ui.grid
|
|
56
|
+
import Grid, { useGridLayout } from '@bit.rhplus/ui.grid';
|
|
57
57
|
|
|
58
58
|
const AdvancedGridComponent = () => {
|
|
59
59
|
const { accessToken } = useOidcAccessToken();
|
|
@@ -16,7 +16,7 @@ Automatické ukládání a načítání rozvržení sloupců gridu pomocí Grid
|
|
|
16
16
|
### Základní konfigurace
|
|
17
17
|
|
|
18
18
|
```jsx
|
|
19
|
-
import Grid from '@bit.rhplus/ui.grid
|
|
19
|
+
import Grid from '@bit.rhplus/ui.grid';
|
|
20
20
|
|
|
21
21
|
const MyGridComponent = () => {
|
|
22
22
|
const { accessToken } = useOidcAccessToken();
|
|
@@ -53,7 +53,7 @@ const MyGridComponent = () => {
|
|
|
53
53
|
### Pokročilé použití s manuálními ovládacími prvky
|
|
54
54
|
|
|
55
55
|
```jsx
|
|
56
|
-
import Grid, { useGridLayout } from '@bit.rhplus/ui.grid
|
|
56
|
+
import Grid, { useGridLayout } from '@bit.rhplus/ui.grid';
|
|
57
57
|
|
|
58
58
|
const AdvancedGridComponent = () => {
|
|
59
59
|
const { accessToken } = useOidcAccessToken();
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bit.rhplus/ui.grid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.73",
|
|
4
4
|
"homepage": "https://bit.cloud/remote-scope/ui/grid",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "remote-scope",
|
|
8
8
|
"name": "ui/grid",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.73"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"antd": "^5.20.6",
|
|
13
13
|
"lucide-react": "^0.503.0",
|
|
14
14
|
"@axa-fr/react-oidc": "7.25.13",
|
|
15
|
-
"@bit.rhplus/ag-grid": "0.0.
|
|
15
|
+
"@bit.rhplus/ag-grid": "0.0.55",
|
|
16
16
|
"@bit.rhplus/shared-grid-form": "0.0.7",
|
|
17
17
|
"@bit.rhplus/ui.grid-layout": "0.0.28"
|
|
18
18
|
},
|
|
File without changes
|