@rebilly/revel 6.30.6 → 6.30.8

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/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [6.30.6](https://github.com/Rebilly/rebilly/compare/revel-v6.30.5...revel-v6.30.6) (2024-07-04)
1
+ ## [6.30.8](https://github.com/Rebilly/rebilly/compare/revel-v6.30.7...revel-v6.30.8) (2024-07-05)
@@ -84,20 +84,7 @@ declare const _default: import("vue").DefineComponent<{
84
84
  disabled: string;
85
85
  };
86
86
  }, {
87
- classes(): {
88
- 'r-has-icon-left': boolean;
89
- 'r-has-icon-right': boolean;
90
- 'r-has-icon': boolean;
91
- 'r-is-loading': boolean;
92
- 'r-button-type-link': boolean;
93
- } | {
94
- 'r-has-icon-left': boolean;
95
- 'r-has-icon-right': boolean;
96
- 'r-has-icon': boolean;
97
- 'r-is-loading': boolean;
98
- 'r-button-fluid': boolean;
99
- 'r-is-active': boolean;
100
- };
87
+ classes(): Record<`r-${string}`, boolean>;
101
88
  title(): string;
102
89
  divRole(): "" | "button";
103
90
  href(): string;
@@ -7,6 +7,16 @@ interface Month {
7
7
  interface State {
8
8
  months: string[];
9
9
  }
10
+ export interface Props {
11
+ label?: string;
12
+ caption?: string;
13
+ modelValue: Month;
14
+ clearable?: boolean;
15
+ placeholder?: string;
16
+ position?: Position;
17
+ minValue?: Month;
18
+ maxValue?: Month;
19
+ }
10
20
  declare const _default: import("vue").DefineComponent<{
11
21
  /**
12
22
  * Label for the month picker
package/dist/revel.mjs CHANGED
@@ -9492,6 +9492,7 @@ function uN(M, b, z, p, o, O) {
9492
9492
  ]),
9493
9493
  M.close ? (i(), p0(e, {
9494
9494
  key: 0,
9495
+ "data-testid": "close-icon",
9495
9496
  "aria-hidden": "true",
9496
9497
  class: "r-icon-gray r-badge-icon r-cursor-pointer",
9497
9498
  icon: "close-s",