@public-ui/react-hook-form-adapter 3.0.6 → 3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.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.
package/dist/index.d.cts CHANGED
@@ -1703,7 +1703,7 @@ type ButtonProps = Generic.Element.Members<RequiredButtonProps, OptionalButtonPr
1703
1703
  type RequiredProps$1 = PropHref;
1704
1704
  type OptionalProps$1 = {
1705
1705
  tabIndex: number;
1706
- } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaCurrentValue & PropAriaDescription & PropDisabled & PropDownload & PropHideLabel & PropIcons & PropLabelWithExpertSlot & PropLinkOnCallbacks & PropLinkTarget & PropLinkVariant & PropShortKey & PropTooltipAlign;
1706
+ } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaCurrentValue & PropAriaControls & PropAriaDescription & PropDisabled & PropDownload & PropHideLabel & PropIcons & PropLabelWithExpertSlot & PropLinkOnCallbacks & PropLinkTarget & PropLinkVariant & PropShortKey & PropTooltipAlign;
1707
1707
  type LinkProps = Generic.Element.Members<RequiredProps$1, OptionalProps$1>;
1708
1708
 
1709
1709
  type BreadcrumbLinkProps = LinkProps & LabelProp;
@@ -3737,6 +3737,10 @@ declare namespace Components {
3737
3737
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
3738
3738
  */
3739
3739
  "_accessKey"?: AccessKeyPropType;
3740
+ /**
3741
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
3742
+ */
3743
+ "_ariaControls"?: string;
3740
3744
  /**
3741
3745
  * Defines the value for the aria-current attribute.
3742
3746
  */
@@ -3745,6 +3749,11 @@ declare namespace Components {
3745
3749
  * Defines the value for the aria-description attribute.
3746
3750
  */
3747
3751
  "_ariaDescription"?: AriaDescriptionPropType;
3752
+ /**
3753
+ * Defines whether the interactive element of the component expanded something. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)
3754
+ * @TODO : Change type back to `AriaExpandedPropType` after Stencil#4663 has been resolved.
3755
+ */
3756
+ "_ariaExpanded"?: boolean;
3748
3757
  /**
3749
3758
  * Makes the element not focusable and ignore all events.
3750
3759
  * @default false
@@ -3809,6 +3818,10 @@ declare namespace Components {
3809
3818
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
3810
3819
  */
3811
3820
  "_accessKey"?: AccessKeyPropType;
3821
+ /**
3822
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
3823
+ */
3824
+ "_ariaControls"?: string;
3812
3825
  /**
3813
3826
  * Defines the value for the aria-current attribute.
3814
3827
  */
@@ -3885,6 +3898,10 @@ declare namespace Components {
3885
3898
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
3886
3899
  */
3887
3900
  "_accessKey"?: AccessKeyPropType;
3901
+ /**
3902
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
3903
+ */
3904
+ "_ariaControls"?: string;
3888
3905
  /**
3889
3906
  * Defines the value for the aria-current attribute.
3890
3907
  */
@@ -7358,6 +7375,10 @@ declare namespace LocalJSX {
7358
7375
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
7359
7376
  */
7360
7377
  "_accessKey"?: AccessKeyPropType;
7378
+ /**
7379
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
7380
+ */
7381
+ "_ariaControls"?: string;
7361
7382
  /**
7362
7383
  * Defines the value for the aria-current attribute.
7363
7384
  */
@@ -7366,6 +7387,11 @@ declare namespace LocalJSX {
7366
7387
  * Defines the value for the aria-description attribute.
7367
7388
  */
7368
7389
  "_ariaDescription"?: AriaDescriptionPropType;
7390
+ /**
7391
+ * Defines whether the interactive element of the component expanded something. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)
7392
+ * @TODO : Change type back to `AriaExpandedPropType` after Stencil#4663 has been resolved.
7393
+ */
7394
+ "_ariaExpanded"?: boolean;
7369
7395
  /**
7370
7396
  * Makes the element not focusable and ignore all events.
7371
7397
  * @default false
@@ -7426,6 +7452,10 @@ declare namespace LocalJSX {
7426
7452
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
7427
7453
  */
7428
7454
  "_accessKey"?: AccessKeyPropType;
7455
+ /**
7456
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
7457
+ */
7458
+ "_ariaControls"?: string;
7429
7459
  /**
7430
7460
  * Defines the value for the aria-current attribute.
7431
7461
  */
@@ -7498,6 +7528,10 @@ declare namespace LocalJSX {
7498
7528
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
7499
7529
  */
7500
7530
  "_accessKey"?: AccessKeyPropType;
7531
+ /**
7532
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
7533
+ */
7534
+ "_ariaControls"?: string;
7501
7535
  /**
7502
7536
  * Defines the value for the aria-current attribute.
7503
7537
  */
package/dist/index.d.mts CHANGED
@@ -1703,7 +1703,7 @@ type ButtonProps = Generic.Element.Members<RequiredButtonProps, OptionalButtonPr
1703
1703
  type RequiredProps$1 = PropHref;
1704
1704
  type OptionalProps$1 = {
1705
1705
  tabIndex: number;
1706
- } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaCurrentValue & PropAriaDescription & PropDisabled & PropDownload & PropHideLabel & PropIcons & PropLabelWithExpertSlot & PropLinkOnCallbacks & PropLinkTarget & PropLinkVariant & PropShortKey & PropTooltipAlign;
1706
+ } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaCurrentValue & PropAriaControls & PropAriaDescription & PropDisabled & PropDownload & PropHideLabel & PropIcons & PropLabelWithExpertSlot & PropLinkOnCallbacks & PropLinkTarget & PropLinkVariant & PropShortKey & PropTooltipAlign;
1707
1707
  type LinkProps = Generic.Element.Members<RequiredProps$1, OptionalProps$1>;
1708
1708
 
1709
1709
  type BreadcrumbLinkProps = LinkProps & LabelProp;
@@ -3737,6 +3737,10 @@ declare namespace Components {
3737
3737
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
3738
3738
  */
3739
3739
  "_accessKey"?: AccessKeyPropType;
3740
+ /**
3741
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
3742
+ */
3743
+ "_ariaControls"?: string;
3740
3744
  /**
3741
3745
  * Defines the value for the aria-current attribute.
3742
3746
  */
@@ -3745,6 +3749,11 @@ declare namespace Components {
3745
3749
  * Defines the value for the aria-description attribute.
3746
3750
  */
3747
3751
  "_ariaDescription"?: AriaDescriptionPropType;
3752
+ /**
3753
+ * Defines whether the interactive element of the component expanded something. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)
3754
+ * @TODO : Change type back to `AriaExpandedPropType` after Stencil#4663 has been resolved.
3755
+ */
3756
+ "_ariaExpanded"?: boolean;
3748
3757
  /**
3749
3758
  * Makes the element not focusable and ignore all events.
3750
3759
  * @default false
@@ -3809,6 +3818,10 @@ declare namespace Components {
3809
3818
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
3810
3819
  */
3811
3820
  "_accessKey"?: AccessKeyPropType;
3821
+ /**
3822
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
3823
+ */
3824
+ "_ariaControls"?: string;
3812
3825
  /**
3813
3826
  * Defines the value for the aria-current attribute.
3814
3827
  */
@@ -3885,6 +3898,10 @@ declare namespace Components {
3885
3898
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
3886
3899
  */
3887
3900
  "_accessKey"?: AccessKeyPropType;
3901
+ /**
3902
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
3903
+ */
3904
+ "_ariaControls"?: string;
3888
3905
  /**
3889
3906
  * Defines the value for the aria-current attribute.
3890
3907
  */
@@ -7358,6 +7375,10 @@ declare namespace LocalJSX {
7358
7375
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
7359
7376
  */
7360
7377
  "_accessKey"?: AccessKeyPropType;
7378
+ /**
7379
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
7380
+ */
7381
+ "_ariaControls"?: string;
7361
7382
  /**
7362
7383
  * Defines the value for the aria-current attribute.
7363
7384
  */
@@ -7366,6 +7387,11 @@ declare namespace LocalJSX {
7366
7387
  * Defines the value for the aria-description attribute.
7367
7388
  */
7368
7389
  "_ariaDescription"?: AriaDescriptionPropType;
7390
+ /**
7391
+ * Defines whether the interactive element of the component expanded something. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)
7392
+ * @TODO : Change type back to `AriaExpandedPropType` after Stencil#4663 has been resolved.
7393
+ */
7394
+ "_ariaExpanded"?: boolean;
7369
7395
  /**
7370
7396
  * Makes the element not focusable and ignore all events.
7371
7397
  * @default false
@@ -7426,6 +7452,10 @@ declare namespace LocalJSX {
7426
7452
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
7427
7453
  */
7428
7454
  "_accessKey"?: AccessKeyPropType;
7455
+ /**
7456
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
7457
+ */
7458
+ "_ariaControls"?: string;
7429
7459
  /**
7430
7460
  * Defines the value for the aria-current attribute.
7431
7461
  */
@@ -7498,6 +7528,10 @@ declare namespace LocalJSX {
7498
7528
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
7499
7529
  */
7500
7530
  "_accessKey"?: AccessKeyPropType;
7531
+ /**
7532
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
7533
+ */
7534
+ "_ariaControls"?: string;
7501
7535
  /**
7502
7536
  * Defines the value for the aria-current attribute.
7503
7537
  */
package/dist/index.d.ts CHANGED
@@ -1703,7 +1703,7 @@ type ButtonProps = Generic.Element.Members<RequiredButtonProps, OptionalButtonPr
1703
1703
  type RequiredProps$1 = PropHref;
1704
1704
  type OptionalProps$1 = {
1705
1705
  tabIndex: number;
1706
- } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaCurrentValue & PropAriaDescription & PropDisabled & PropDownload & PropHideLabel & PropIcons & PropLabelWithExpertSlot & PropLinkOnCallbacks & PropLinkTarget & PropLinkVariant & PropShortKey & PropTooltipAlign;
1706
+ } & PropAccessKey & PropAlternativeButtonLinkRole & PropAriaCurrentValue & PropAriaControls & PropAriaDescription & PropDisabled & PropDownload & PropHideLabel & PropIcons & PropLabelWithExpertSlot & PropLinkOnCallbacks & PropLinkTarget & PropLinkVariant & PropShortKey & PropTooltipAlign;
1707
1707
  type LinkProps = Generic.Element.Members<RequiredProps$1, OptionalProps$1>;
1708
1708
 
1709
1709
  type BreadcrumbLinkProps = LinkProps & LabelProp;
@@ -3737,6 +3737,10 @@ declare namespace Components {
3737
3737
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
3738
3738
  */
3739
3739
  "_accessKey"?: AccessKeyPropType;
3740
+ /**
3741
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
3742
+ */
3743
+ "_ariaControls"?: string;
3740
3744
  /**
3741
3745
  * Defines the value for the aria-current attribute.
3742
3746
  */
@@ -3745,6 +3749,11 @@ declare namespace Components {
3745
3749
  * Defines the value for the aria-description attribute.
3746
3750
  */
3747
3751
  "_ariaDescription"?: AriaDescriptionPropType;
3752
+ /**
3753
+ * Defines whether the interactive element of the component expanded something. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)
3754
+ * @TODO : Change type back to `AriaExpandedPropType` after Stencil#4663 has been resolved.
3755
+ */
3756
+ "_ariaExpanded"?: boolean;
3748
3757
  /**
3749
3758
  * Makes the element not focusable and ignore all events.
3750
3759
  * @default false
@@ -3809,6 +3818,10 @@ declare namespace Components {
3809
3818
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
3810
3819
  */
3811
3820
  "_accessKey"?: AccessKeyPropType;
3821
+ /**
3822
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
3823
+ */
3824
+ "_ariaControls"?: string;
3812
3825
  /**
3813
3826
  * Defines the value for the aria-current attribute.
3814
3827
  */
@@ -3885,6 +3898,10 @@ declare namespace Components {
3885
3898
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
3886
3899
  */
3887
3900
  "_accessKey"?: AccessKeyPropType;
3901
+ /**
3902
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
3903
+ */
3904
+ "_ariaControls"?: string;
3888
3905
  /**
3889
3906
  * Defines the value for the aria-current attribute.
3890
3907
  */
@@ -7358,6 +7375,10 @@ declare namespace LocalJSX {
7358
7375
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
7359
7376
  */
7360
7377
  "_accessKey"?: AccessKeyPropType;
7378
+ /**
7379
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
7380
+ */
7381
+ "_ariaControls"?: string;
7361
7382
  /**
7362
7383
  * Defines the value for the aria-current attribute.
7363
7384
  */
@@ -7366,6 +7387,11 @@ declare namespace LocalJSX {
7366
7387
  * Defines the value for the aria-description attribute.
7367
7388
  */
7368
7389
  "_ariaDescription"?: AriaDescriptionPropType;
7390
+ /**
7391
+ * Defines whether the interactive element of the component expanded something. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded)
7392
+ * @TODO : Change type back to `AriaExpandedPropType` after Stencil#4663 has been resolved.
7393
+ */
7394
+ "_ariaExpanded"?: boolean;
7369
7395
  /**
7370
7396
  * Makes the element not focusable and ignore all events.
7371
7397
  * @default false
@@ -7426,6 +7452,10 @@ declare namespace LocalJSX {
7426
7452
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
7427
7453
  */
7428
7454
  "_accessKey"?: AccessKeyPropType;
7455
+ /**
7456
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
7457
+ */
7458
+ "_ariaControls"?: string;
7429
7459
  /**
7430
7460
  * Defines the value for the aria-current attribute.
7431
7461
  */
@@ -7498,6 +7528,10 @@ declare namespace LocalJSX {
7498
7528
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
7499
7529
  */
7500
7530
  "_accessKey"?: AccessKeyPropType;
7531
+ /**
7532
+ * Defines which elements are controlled by this component. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
7533
+ */
7534
+ "_ariaControls"?: string;
7501
7535
  /**
7502
7536
  * Defines the value for the aria-current attribute.
7503
7537
  */
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.7-d0e38f2b24188b03316351f07d939c4524a2fd81.0",
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.7-d0e38f2b24188b03316351f07d939c4524a2fd81.0",
60
+ "@public-ui/react-v19": "3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.0"
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.7-d0e38f2b24188b03316351f07d939c4524a2fd81.0"
66
66
  },
67
67
  "sideEffects": false,
68
68
  "type": "module",