@rebilly/revel 6.30.37 → 6.30.38

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.37](https://github.com/Rebilly/rebilly/compare/revel-v6.30.36...revel-v6.30.37) (2024-07-29)
1
+ ## [6.30.38](https://github.com/Rebilly/rebilly/compare/revel-v6.30.37...revel-v6.30.38) (2024-07-29)
@@ -1,18 +1,38 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- fluid: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- }, unknown, unknown, {
7
- classes(): {
8
- 'r-button-group-fluid': boolean;
9
- };
10
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
- fluid: {
12
- type: BooleanConstructor;
13
- default: boolean;
14
- };
15
- }>>, {
1
+ interface Props {
2
+ /**
3
+ * Makes the button group full width.
4
+ */
5
+ fluid: boolean;
6
+ }
7
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
8
  fluid: boolean;
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ fluid: boolean;
11
+ }>>>, {
12
+ fluid: boolean;
13
+ }>, {
14
+ default?(_: {}): any;
17
15
  }>;
18
16
  export default _default;
17
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
+ type __VLS_TypePropsToRuntimeProps<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ } : {
22
+ type: import('vue').PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
26
+ type __VLS_WithDefaults<P, D> = {
27
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
+ default: D[K];
29
+ }> : P[K];
30
+ };
31
+ type __VLS_Prettify<T> = {
32
+ [K in keyof T]: T[K];
33
+ } & {};
34
+ type __VLS_WithTemplateSlots<T, S> = T & {
35
+ new (): {
36
+ $slots: S;
37
+ };
38
+ };
@@ -385,11 +385,11 @@ declare const _default: import("vue").DefineComponent<{
385
385
  "onRight-icon-click"?: ((...args: any[]) => any) | undefined;
386
386
  }, {
387
387
  label: string;
388
- name: string;
389
388
  modelValue: Nullable<string | number | boolean>;
390
389
  validate: Record<string, any>;
391
390
  inputEvents: Record<string, any>;
392
391
  rightIcon: "fingerprint" | "dashboard" | "lists" | "automation" | "customers" | "orders" | "transactions" | "guides" | "settings" | "alerts" | "stream" | "search" | "filter" | "collapse-segments" | "resize-columns" | "segments" | "lock" | "caret-up" | "caret-down" | "caret-down-s" | "caret-left" | "caret-right" | "arrow-up" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up-l" | "arrow-down-l" | "arrow-left-l" | "arrow-right-l" | "close" | "close-s" | "logout" | "actions" | "circle" | "eye" | "eye-closed" | "burger" | "help" | "info" | "dash-l" | "company" | "website" | "email" | "external-link" | "trash" | "bank" | "map-marker" | "credit-card" | "checkout" | "check-s" | "custom-fields" | "calendar" | "columns" | "blocklists" | "webhooks" | "sticky-note" | "clip" | "loading" | "product" | "api-key" | "coupon" | "average" | "payments" | "tag" | "clone" | "copy" | "edit" | "edit-s" | "stop" | "unlock" | "event" | "invoices" | "rules" | "users" | "sharp" | "at" | "file" | "download" | "export" | "data-exports" | "shipping" | "plus" | "drag" | "reset" | "drag-move" | "world" | "integrations" | "id" | "phone" | "batch" | "merge" | "placeholders" | "caret-double-left" | "caret-double-right" | "heart" | "checkbox-checkmark" | "radio-checkmark" | "star" | "star-empty" | "report-match" | "emulate" | "billing-portal" | "app-store" | "kyc" | "cake" | "briefcase" | "tag-untag" | "risk-score" | "list" | "notifications" | "one-column" | "rebilly-logo" | "two-columns" | "meter" | "reports" | "allowlists" | "collapse-layout" | "rebilly-icon" | "sun" | "moon" | "upload" | "camera";
392
+ name: string;
393
393
  rows: string | number;
394
394
  numeric: boolean;
395
395
  helpText: string;
@@ -59,9 +59,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
59
59
  caption: string;
60
60
  label: string;
61
61
  disabled: boolean;
62
- name: string;
63
62
  modelValue: Nullable<Value>;
64
63
  validate: Nullable<ValidationState>;
64
+ name: string;
65
65
  }>, {
66
66
  label?(_: {}): any;
67
67
  }>;
@@ -694,10 +694,10 @@ declare const _default: import("vue").DefineComponent<{
694
694
  id: string;
695
695
  label: string;
696
696
  disabled: boolean;
697
- name: string;
698
697
  modelValue: Nullable<OptionItem | Options>;
699
698
  validate: ValidationState;
700
699
  placeholder: string;
700
+ name: string;
701
701
  multiple: boolean;
702
702
  helpText: string;
703
703
  autocomplete: string;
@@ -33,8 +33,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
33
33
  }, {
34
34
  label: Nullable<string>;
35
35
  disabled: boolean;
36
- name: string;
37
36
  modelValue: boolean;
37
+ name: string;
38
38
  }>;
39
39
  export default _default;
40
40
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;