@comercti/react-components-hmg 0.23.5 → 0.23.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/index.d.ts CHANGED
@@ -1407,6 +1407,8 @@ declare function __VLS_template_9(): {
1407
1407
  selection?: (props: {
1408
1408
  value?: CeSelectFieldProps["modelValue"];
1409
1409
  }) => VNode[];
1410
+ /** Slot para customizar a exibição da label do select */
1411
+ 'content-label'?: () => VNode[];
1410
1412
  }> & {
1411
1413
  /** Slot para adicionar conteúdo antes das opções */
1412
1414
  'prepend-item'?: () => VNode[];
@@ -1420,6 +1422,8 @@ declare function __VLS_template_9(): {
1420
1422
  selection?: (props: {
1421
1423
  value?: CeSelectFieldProps["modelValue"];
1422
1424
  }) => VNode[];
1425
+ /** Slot para customizar a exibição da label do select */
1426
+ 'content-label'?: () => VNode[];
1423
1427
  };
1424
1428
  refs: {
1425
1429
  rootRef: HTMLDivElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.23.5",
3
+ "version": "0.23.6",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",