@public-ui/react-hook-form-adapter 3.0.6-rc.2 → 3.0.6
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.d.cts +26 -0
- package/dist/index.d.mts +26 -0
- package/dist/index.d.ts +26 -0
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -1500,6 +1500,8 @@ type PropHasCloser = {
|
|
|
1500
1500
|
hasCloser: HasCloserPropType;
|
|
1501
1501
|
};
|
|
1502
1502
|
|
|
1503
|
+
type HasSettingsMenuPropType = boolean;
|
|
1504
|
+
|
|
1503
1505
|
type HideLabelPropType = boolean;
|
|
1504
1506
|
type PropHideLabel = {
|
|
1505
1507
|
hideLabel: HideLabelPropType;
|
|
@@ -4762,6 +4764,10 @@ declare namespace Components {
|
|
|
4762
4764
|
* Defines the data for the table footer.
|
|
4763
4765
|
*/
|
|
4764
4766
|
"_dataFoot"?: Stringified<KoliBriTableDataType[]>;
|
|
4767
|
+
/**
|
|
4768
|
+
* Enables the settings menu if true (default: false).
|
|
4769
|
+
*/
|
|
4770
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
4765
4771
|
/**
|
|
4766
4772
|
* Defines the horizontal and vertical table headers.
|
|
4767
4773
|
*/
|
|
@@ -4809,6 +4815,10 @@ declare namespace Components {
|
|
|
4809
4815
|
* Defines the data for the table footer.
|
|
4810
4816
|
*/
|
|
4811
4817
|
"_dataFoot"?: TableDataFootPropType;
|
|
4818
|
+
/**
|
|
4819
|
+
* Enables the settings menu if true (default: false).
|
|
4820
|
+
*/
|
|
4821
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
4812
4822
|
/**
|
|
4813
4823
|
* Defines the horizontal and vertical table headers.
|
|
4814
4824
|
*/
|
|
@@ -4843,6 +4853,10 @@ declare namespace Components {
|
|
|
4843
4853
|
* Defines the data for the table footer.
|
|
4844
4854
|
*/
|
|
4845
4855
|
"_dataFoot"?: TableDataFootPropType;
|
|
4856
|
+
/**
|
|
4857
|
+
* Enables the settings menu if true (default: false).
|
|
4858
|
+
*/
|
|
4859
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
4846
4860
|
/**
|
|
4847
4861
|
* Defines the horizontal and vertical table headers.
|
|
4848
4862
|
*/
|
|
@@ -8282,6 +8296,10 @@ declare namespace LocalJSX {
|
|
|
8282
8296
|
* Defines the data for the table footer.
|
|
8283
8297
|
*/
|
|
8284
8298
|
"_dataFoot"?: Stringified<KoliBriTableDataType[]>;
|
|
8299
|
+
/**
|
|
8300
|
+
* Enables the settings menu if true (default: false).
|
|
8301
|
+
*/
|
|
8302
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
8285
8303
|
/**
|
|
8286
8304
|
* Defines the horizontal and vertical table headers.
|
|
8287
8305
|
*/
|
|
@@ -8325,6 +8343,10 @@ declare namespace LocalJSX {
|
|
|
8325
8343
|
* Defines the data for the table footer.
|
|
8326
8344
|
*/
|
|
8327
8345
|
"_dataFoot"?: TableDataFootPropType;
|
|
8346
|
+
/**
|
|
8347
|
+
* Enables the settings menu if true (default: false).
|
|
8348
|
+
*/
|
|
8349
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
8328
8350
|
/**
|
|
8329
8351
|
* Defines the horizontal and vertical table headers.
|
|
8330
8352
|
*/
|
|
@@ -8359,6 +8381,10 @@ declare namespace LocalJSX {
|
|
|
8359
8381
|
* Defines the data for the table footer.
|
|
8360
8382
|
*/
|
|
8361
8383
|
"_dataFoot"?: TableDataFootPropType;
|
|
8384
|
+
/**
|
|
8385
|
+
* Enables the settings menu if true (default: false).
|
|
8386
|
+
*/
|
|
8387
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
8362
8388
|
/**
|
|
8363
8389
|
* Defines the horizontal and vertical table headers.
|
|
8364
8390
|
*/
|
package/dist/index.d.mts
CHANGED
|
@@ -1500,6 +1500,8 @@ type PropHasCloser = {
|
|
|
1500
1500
|
hasCloser: HasCloserPropType;
|
|
1501
1501
|
};
|
|
1502
1502
|
|
|
1503
|
+
type HasSettingsMenuPropType = boolean;
|
|
1504
|
+
|
|
1503
1505
|
type HideLabelPropType = boolean;
|
|
1504
1506
|
type PropHideLabel = {
|
|
1505
1507
|
hideLabel: HideLabelPropType;
|
|
@@ -4762,6 +4764,10 @@ declare namespace Components {
|
|
|
4762
4764
|
* Defines the data for the table footer.
|
|
4763
4765
|
*/
|
|
4764
4766
|
"_dataFoot"?: Stringified<KoliBriTableDataType[]>;
|
|
4767
|
+
/**
|
|
4768
|
+
* Enables the settings menu if true (default: false).
|
|
4769
|
+
*/
|
|
4770
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
4765
4771
|
/**
|
|
4766
4772
|
* Defines the horizontal and vertical table headers.
|
|
4767
4773
|
*/
|
|
@@ -4809,6 +4815,10 @@ declare namespace Components {
|
|
|
4809
4815
|
* Defines the data for the table footer.
|
|
4810
4816
|
*/
|
|
4811
4817
|
"_dataFoot"?: TableDataFootPropType;
|
|
4818
|
+
/**
|
|
4819
|
+
* Enables the settings menu if true (default: false).
|
|
4820
|
+
*/
|
|
4821
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
4812
4822
|
/**
|
|
4813
4823
|
* Defines the horizontal and vertical table headers.
|
|
4814
4824
|
*/
|
|
@@ -4843,6 +4853,10 @@ declare namespace Components {
|
|
|
4843
4853
|
* Defines the data for the table footer.
|
|
4844
4854
|
*/
|
|
4845
4855
|
"_dataFoot"?: TableDataFootPropType;
|
|
4856
|
+
/**
|
|
4857
|
+
* Enables the settings menu if true (default: false).
|
|
4858
|
+
*/
|
|
4859
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
4846
4860
|
/**
|
|
4847
4861
|
* Defines the horizontal and vertical table headers.
|
|
4848
4862
|
*/
|
|
@@ -8282,6 +8296,10 @@ declare namespace LocalJSX {
|
|
|
8282
8296
|
* Defines the data for the table footer.
|
|
8283
8297
|
*/
|
|
8284
8298
|
"_dataFoot"?: Stringified<KoliBriTableDataType[]>;
|
|
8299
|
+
/**
|
|
8300
|
+
* Enables the settings menu if true (default: false).
|
|
8301
|
+
*/
|
|
8302
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
8285
8303
|
/**
|
|
8286
8304
|
* Defines the horizontal and vertical table headers.
|
|
8287
8305
|
*/
|
|
@@ -8325,6 +8343,10 @@ declare namespace LocalJSX {
|
|
|
8325
8343
|
* Defines the data for the table footer.
|
|
8326
8344
|
*/
|
|
8327
8345
|
"_dataFoot"?: TableDataFootPropType;
|
|
8346
|
+
/**
|
|
8347
|
+
* Enables the settings menu if true (default: false).
|
|
8348
|
+
*/
|
|
8349
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
8328
8350
|
/**
|
|
8329
8351
|
* Defines the horizontal and vertical table headers.
|
|
8330
8352
|
*/
|
|
@@ -8359,6 +8381,10 @@ declare namespace LocalJSX {
|
|
|
8359
8381
|
* Defines the data for the table footer.
|
|
8360
8382
|
*/
|
|
8361
8383
|
"_dataFoot"?: TableDataFootPropType;
|
|
8384
|
+
/**
|
|
8385
|
+
* Enables the settings menu if true (default: false).
|
|
8386
|
+
*/
|
|
8387
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
8362
8388
|
/**
|
|
8363
8389
|
* Defines the horizontal and vertical table headers.
|
|
8364
8390
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1500,6 +1500,8 @@ type PropHasCloser = {
|
|
|
1500
1500
|
hasCloser: HasCloserPropType;
|
|
1501
1501
|
};
|
|
1502
1502
|
|
|
1503
|
+
type HasSettingsMenuPropType = boolean;
|
|
1504
|
+
|
|
1503
1505
|
type HideLabelPropType = boolean;
|
|
1504
1506
|
type PropHideLabel = {
|
|
1505
1507
|
hideLabel: HideLabelPropType;
|
|
@@ -4762,6 +4764,10 @@ declare namespace Components {
|
|
|
4762
4764
|
* Defines the data for the table footer.
|
|
4763
4765
|
*/
|
|
4764
4766
|
"_dataFoot"?: Stringified<KoliBriTableDataType[]>;
|
|
4767
|
+
/**
|
|
4768
|
+
* Enables the settings menu if true (default: false).
|
|
4769
|
+
*/
|
|
4770
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
4765
4771
|
/**
|
|
4766
4772
|
* Defines the horizontal and vertical table headers.
|
|
4767
4773
|
*/
|
|
@@ -4809,6 +4815,10 @@ declare namespace Components {
|
|
|
4809
4815
|
* Defines the data for the table footer.
|
|
4810
4816
|
*/
|
|
4811
4817
|
"_dataFoot"?: TableDataFootPropType;
|
|
4818
|
+
/**
|
|
4819
|
+
* Enables the settings menu if true (default: false).
|
|
4820
|
+
*/
|
|
4821
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
4812
4822
|
/**
|
|
4813
4823
|
* Defines the horizontal and vertical table headers.
|
|
4814
4824
|
*/
|
|
@@ -4843,6 +4853,10 @@ declare namespace Components {
|
|
|
4843
4853
|
* Defines the data for the table footer.
|
|
4844
4854
|
*/
|
|
4845
4855
|
"_dataFoot"?: TableDataFootPropType;
|
|
4856
|
+
/**
|
|
4857
|
+
* Enables the settings menu if true (default: false).
|
|
4858
|
+
*/
|
|
4859
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
4846
4860
|
/**
|
|
4847
4861
|
* Defines the horizontal and vertical table headers.
|
|
4848
4862
|
*/
|
|
@@ -8282,6 +8296,10 @@ declare namespace LocalJSX {
|
|
|
8282
8296
|
* Defines the data for the table footer.
|
|
8283
8297
|
*/
|
|
8284
8298
|
"_dataFoot"?: Stringified<KoliBriTableDataType[]>;
|
|
8299
|
+
/**
|
|
8300
|
+
* Enables the settings menu if true (default: false).
|
|
8301
|
+
*/
|
|
8302
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
8285
8303
|
/**
|
|
8286
8304
|
* Defines the horizontal and vertical table headers.
|
|
8287
8305
|
*/
|
|
@@ -8325,6 +8343,10 @@ declare namespace LocalJSX {
|
|
|
8325
8343
|
* Defines the data for the table footer.
|
|
8326
8344
|
*/
|
|
8327
8345
|
"_dataFoot"?: TableDataFootPropType;
|
|
8346
|
+
/**
|
|
8347
|
+
* Enables the settings menu if true (default: false).
|
|
8348
|
+
*/
|
|
8349
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
8328
8350
|
/**
|
|
8329
8351
|
* Defines the horizontal and vertical table headers.
|
|
8330
8352
|
*/
|
|
@@ -8359,6 +8381,10 @@ declare namespace LocalJSX {
|
|
|
8359
8381
|
* Defines the data for the table footer.
|
|
8360
8382
|
*/
|
|
8361
8383
|
"_dataFoot"?: TableDataFootPropType;
|
|
8384
|
+
/**
|
|
8385
|
+
* Enables the settings menu if true (default: false).
|
|
8386
|
+
*/
|
|
8387
|
+
"_hasSettingsMenu"?: HasSettingsMenuPropType;
|
|
8362
8388
|
/**
|
|
8363
8389
|
* Defines the horizontal and vertical table headers.
|
|
8364
8390
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react-hook-form-adapter",
|
|
3
|
-
"version": "3.0.6
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"react-dom": "19.1.1",
|
|
57
57
|
"typescript": "5.9.2",
|
|
58
58
|
"unbuild": "3.6.1",
|
|
59
|
-
"@public-ui/components": "3.0.6
|
|
60
|
-
"@public-ui/react-v19": "3.0.6
|
|
59
|
+
"@public-ui/components": "3.0.6",
|
|
60
|
+
"@public-ui/react-v19": "3.0.6"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"react": "^19",
|
|
64
64
|
"react-hook-form": "^7",
|
|
65
|
-
"@public-ui/react-v19": "3.0.6
|
|
65
|
+
"@public-ui/react-v19": "3.0.6"
|
|
66
66
|
},
|
|
67
67
|
"sideEffects": false,
|
|
68
68
|
"type": "module",
|