@rebilly/revel 12.0.0 → 12.1.1

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,10 +1,6 @@
1
- ## [12.0.0](https://github.com/Rebilly/rebilly/compare/revel-v11.4.3...revel-v12.0.0) (2025-10-09)
1
+ ## [12.1.1](https://github.com/Rebilly/rebilly/compare/revel-v12.1.0...revel-v12.1.1) (2025-10-15)
2
2
 
3
3
 
4
- ### BREAKING CHANGES
4
+ ### Bug Fixes
5
5
 
6
- * **fe:** Upgrade `tar-fs` (#15658)
7
-
8
- ### Chores
9
-
10
- * **fe:** Upgrade `tar-fs` ([#15658](https://github.com/Rebilly/rebilly/issues/15658)) ([0804035](https://github.com/Rebilly/rebilly/commit/0804035510196ac0fed9db2db9c2c8c990b1c84d))
6
+ * **recomm:** fix price plan validation and errors ([#15463](https://github.com/Rebilly/rebilly/issues/15463)) ([0938110](https://github.com/Rebilly/rebilly/commit/0938110a76444f2fc230c0718c0a6719ab39e2e1))
@@ -103,6 +103,7 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
103
103
  label: string;
104
104
  type: string;
105
105
  disabled: boolean;
106
+ placeholder: string;
106
107
  modelValue: Date | object | string | null;
107
108
  validate: Nullable<ValidationState>;
108
109
  placement: string;
@@ -114,7 +115,6 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
114
115
  locale: string;
115
116
  minDate: Date | string | object;
116
117
  maxDate: Date | string | object;
117
- placeholder: string;
118
118
  timePicker: boolean;
119
119
  showValidateMessages: boolean;
120
120
  availableDates: object;
@@ -39,10 +39,10 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
39
39
  "onPreset-select"?: ((value: DateRange) => any) | undefined;
40
40
  }>, {
41
41
  disabled: boolean;
42
+ placeholder: string;
42
43
  modelValue: DateRange | string;
43
44
  timezone: string;
44
45
  is24hr: boolean;
45
- placeholder: string;
46
46
  calendarToggle: () => void;
47
47
  timePicker: boolean;
48
48
  showPresets: boolean;
@@ -34,10 +34,10 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
34
34
  "onUpdate:modelValue"?: ((value: string | Date | DateRange<Date | moment.Moment>) => any) | undefined;
35
35
  }>, {
36
36
  disabled: boolean;
37
+ placeholder: string;
37
38
  modelValue: Date | string | DateRange;
38
39
  timezone: string;
39
40
  is24hr: boolean;
40
- placeholder: string;
41
41
  timePicker: boolean;
42
42
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
43
  export default _default;
@@ -721,10 +721,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
721
721
  id: string;
722
722
  label: string;
723
723
  disabled: boolean;
724
+ placeholder: string;
724
725
  modelValue: Nullable<OptionItem | Options>;
725
726
  validate: ValidationState;
726
727
  allowEmpty: boolean;
727
- placeholder: string;
728
728
  showValidateMessages: boolean;
729
729
  name: string;
730
730
  multiple: boolean;