@rebilly/revel 12.27.0 → 12.28.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [12.27.0](https://github.com/Rebilly/rebilly/compare/revel-v12.26.3...revel-v12.27.0) (2026-04-22)
1
+ ## [12.28.0](https://github.com/Rebilly/rebilly/compare/revel-v12.27.0...revel-v12.28.0) (2026-04-24)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **regenerator,replay-sdk-generator:** Migrate Replay SDK generation to standalone project ([#20264](https://github.com/Rebilly/rebilly/issues/20264)) ([4b89f43](https://github.com/Rebilly/rebilly/commit/4b89f430498c1406856d8afda6901a2b49a1cafa))
6
+ * **Revel:** Update icon set for Revel ([#20807](https://github.com/Rebilly/rebilly/issues/20807)) ([1188aca](https://github.com/Rebilly/rebilly/commit/1188aca51ca64c2f872cae8aefdcb92faa78bd61))
@@ -99,11 +99,11 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
99
99
  }>, {
100
100
  columns: number;
101
101
  id: string;
102
+ placeholder: string;
102
103
  caption: string;
103
104
  label: string;
104
105
  type: string;
105
106
  disabled: boolean;
106
- placeholder: string;
107
107
  modelValue: Date | object | string | null;
108
108
  validate: Nullable<ValidationState>;
109
109
  placement: string;
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
38
38
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
39
39
  "onPreset-select"?: ((value: DateRange) => any) | undefined;
40
40
  }>, {
41
- disabled: boolean;
42
41
  placeholder: string;
42
+ disabled: boolean;
43
43
  modelValue: DateRange | string;
44
44
  timezone: string;
45
45
  is24hr: boolean;
@@ -33,8 +33,8 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
33
33
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
34
34
  "onUpdate:modelValue"?: ((value: string | Date | DateRange<Date | moment.Moment>) => any) | undefined;
35
35
  }>, {
36
- disabled: boolean;
37
36
  placeholder: string;
37
+ disabled: boolean;
38
38
  modelValue: Date | string | DateRange;
39
39
  timezone: string;
40
40
  is24hr: boolean;
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
13
13
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
14
14
  onClick?: (() => any) | undefined;
15
15
  }>, {
16
- disabled: boolean;
17
16
  placeholder: string;
17
+ disabled: boolean;
18
18
  isInvalid: boolean;
19
19
  timezone: string;
20
20
  is24hr: boolean;
@@ -31,9 +31,9 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
31
31
  onClear?: (() => any) | undefined;
32
32
  }>, {
33
33
  columns: 1 | 2;
34
+ placeholder: string;
34
35
  label: string;
35
36
  disabled: boolean;
36
- placeholder: string;
37
37
  validate: Nullable<ValidationState>;
38
38
  timezone: string;
39
39
  is24hr: boolean;
@@ -0,0 +1,2 @@
1
+ import { type IconNames } from './r-icon-sprites';
2
+ export declare const RIconSprites16: (RIconNames: Record<IconNames, string>) => string;
@@ -0,0 +1,2 @@
1
+ import { type IconNames } from './r-icon-sprites';
2
+ export declare const RIconSprites20: (RIconNames: Record<IconNames, string>) => string;
@@ -0,0 +1,2 @@
1
+ import { type IconNames } from './r-icon-sprites';
2
+ export declare const RIconSprites24: (RIconNames: Record<IconNames, string>) => string;
@@ -0,0 +1,2 @@
1
+ import { type IconNames } from './r-icon-sprites';
2
+ export declare const RIconSprites32: (RIconNames: Record<IconNames, string>) => string;
@@ -1,9 +1,8 @@
1
1
  export declare const RIconNames: {
2
2
  fingerprint: string;
3
3
  dashboard: string;
4
- lists: string;
5
- automation: string;
6
- customers: string;
4
+ automations: string;
5
+ customer: string;
7
6
  orders: string;
8
7
  transactions: string;
9
8
  guides: string;
@@ -18,7 +17,6 @@ export declare const RIconNames: {
18
17
  lock: string;
19
18
  'caret-up': string;
20
19
  'caret-down': string;
21
- 'caret-down-s': string;
22
20
  'caret-left': string;
23
21
  'caret-right': string;
24
22
  'arrow-up': string;
@@ -53,7 +51,7 @@ export declare const RIconNames: {
53
51
  'custom-fields': string;
54
52
  calendar: string;
55
53
  columns: string;
56
- blocklists: string;
54
+ blocklist: string;
57
55
  webhooks: string;
58
56
  'sticky-note': string;
59
57
  clip: string;
@@ -91,7 +89,7 @@ export declare const RIconNames: {
91
89
  phone: string;
92
90
  batch: string;
93
91
  merge: string;
94
- placeholders: string;
92
+ placeholder: string;
95
93
  'caret-double-left': string;
96
94
  'caret-double-right': string;
97
95
  heart: string;
@@ -111,7 +109,6 @@ export declare const RIconNames: {
111
109
  list: string;
112
110
  notifications: string;
113
111
  'one-column': string;
114
- 'rebilly-logo': string;
115
112
  'two-columns': string;
116
113
  meter: string;
117
114
  reports: string;
@@ -124,21 +121,12 @@ export declare const RIconNames: {
124
121
  camera: string;
125
122
  casino: string;
126
123
  slot: string;
127
- casinoChip: string;
128
- betRules: string;
124
+ 'casino-chip': string;
125
+ 'bet-rules': string;
129
126
  games: string;
130
127
  dice: string;
131
128
  trophy: string;
132
- };
133
- export declare const RIconMinorNames: {
134
- copy: string;
135
- 'external-link': string;
136
- close: string;
137
- check: string;
138
- 'caret-down': string;
139
- 'caret-up': string;
140
- 'caret-left': string;
141
- 'caret-right': string;
129
+ 'data-tables': string;
142
130
  };
143
131
  export declare const RIconColors: {
144
132
  default: string;
@@ -151,6 +139,5 @@ export declare const RIconColors: {
151
139
  };
152
140
  export type IconColor = keyof typeof RIconColors;
153
141
  export type IconNames = keyof typeof RIconNames;
154
- export type IconMinorNames = keyof typeof RIconMinorNames;
155
142
  export declare const RIconSprites: string;
156
143
  export declare function RIconSpritesAppend(el?: HTMLElement | DocumentFragment | null): void;
@@ -1,9 +1,9 @@
1
- import type { IconColor, IconNames, IconMinorNames } from './r-icon-sprites';
1
+ import type { IconColor, IconNames } from './r-icon-sprites';
2
2
  export interface Props {
3
3
  /**
4
4
  * Select any icon available in our svg sprite
5
5
  */
6
- icon: Nullable<IconNames | IconMinorNames>;
6
+ icon: Nullable<IconNames>;
7
7
  /**
8
8
  * Choose any color from our status color palette
9
9
  * primary, on-surface, success, warning, danger, info
@@ -16,7 +16,7 @@ export interface Props {
16
16
  /**
17
17
  * Choose icon size
18
18
  */
19
- size?: 'major' | 'minor';
19
+ size?: '20' | '16' | '24' | '32';
20
20
  }
21
21
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
22
22
  click: (event: MouseEvent) => any;
@@ -25,6 +25,6 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
25
25
  }>, {
26
26
  color: IconColor;
27
27
  stopPropagation: boolean;
28
- size: "major" | "minor";
28
+ size: "20" | "16" | "24" | "32";
29
29
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
30
  export default _default;
@@ -48,9 +48,9 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
48
48
  "onMonth-change"?: ((value: number) => any) | undefined;
49
49
  "onYear-change"?: ((value: number) => any) | undefined;
50
50
  }>, {
51
+ placeholder: string;
51
52
  caption: string;
52
53
  label: string;
53
- placeholder: string;
54
54
  position: Position;
55
55
  clearable: boolean;
56
56
  minValue: Month;
@@ -719,9 +719,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
719
719
  }>, {
720
720
  loading: boolean;
721
721
  id: string;
722
+ placeholder: string;
722
723
  label: string;
723
724
  disabled: boolean;
724
- placeholder: string;
725
725
  modelValue: Nullable<OptionItem | Options>;
726
726
  validate: ValidationState;
727
727
  allowEmpty: boolean;
@@ -773,7 +773,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
773
773
  }>, {
774
774
  color: import("../r-icon/r-icon-sprites.ts").IconColor;
775
775
  stopPropagation: boolean;
776
- size: "major" | "minor";
776
+ size: "20" | "16" | "24" | "32";
777
777
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
778
778
  RButton: {
779
779
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../r-button/r-button.vue").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {