@rebilly/revel 6.30.16 → 6.30.18
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 +1 -1
- package/dist/components/r-alert/r-alert.vue.d.ts +4 -3
- package/dist/components/r-avatar/r-avatar.vue.d.ts +24 -68
- package/dist/components/r-badge/r-badge.vue.d.ts +1 -1
- package/dist/components/r-button/r-button.vue.d.ts +12 -11
- package/dist/components/r-checkbox/r-checkbox.vue.d.ts +5 -5
- package/dist/components/r-date-input/r-date-input.vue.d.ts +9 -9
- package/dist/components/r-file-upload/r-file-upload.vue.d.ts +1 -1
- package/dist/components/r-grid/columnTypes/badge.vue.d.ts +2 -2
- package/dist/components/r-grid/columnTypes/index.d.ts +2 -2
- package/dist/components/r-grid/r-grid.vue.d.ts +4 -4
- package/dist/components/r-icon/r-icon-sprites.d.ts +3 -1
- package/dist/components/r-icon/r-icon.vue.d.ts +36 -49
- package/dist/components/r-input/r-input.vue.d.ts +8 -8
- package/dist/components/r-radio/r-radio.vue.d.ts +6 -6
- package/dist/components/r-select/r-select.vue.d.ts +5 -5
- package/dist/components/r-tabs/r-tabs.vue.d.ts +2 -2
- package/dist/components/r-toast/r-toast.vue.d.ts +1 -1
- package/dist/components/r-toggle/r-toggle.vue.d.ts +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/revel.mjs +2450 -2520
- package/dist/revel.umd.js +4 -4
- package/package.json +1 -1
|
@@ -53,7 +53,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
* TBD
|
|
54
54
|
*/
|
|
55
55
|
leftIcon: {
|
|
56
|
-
type:
|
|
56
|
+
type: PropType<"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">;
|
|
57
57
|
default: null;
|
|
58
58
|
};
|
|
59
59
|
/**
|
|
@@ -67,7 +67,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
* TBD
|
|
68
68
|
*/
|
|
69
69
|
rightIcon: {
|
|
70
|
-
type:
|
|
70
|
+
type: PropType<"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">;
|
|
71
71
|
default: null;
|
|
72
72
|
};
|
|
73
73
|
/**
|
|
@@ -180,7 +180,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
180
180
|
inputElement: import("vue").Ref<HTMLInputElement | null>;
|
|
181
181
|
}, unknown, {
|
|
182
182
|
isInvalid(): any;
|
|
183
|
-
isGroupedInput():
|
|
183
|
+
isGroupedInput(): false | "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";
|
|
184
184
|
fieldStyles(): Record<string, boolean>;
|
|
185
185
|
type(): "number" | "text" | "password";
|
|
186
186
|
autocompleteFlag(): string;
|
|
@@ -251,7 +251,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
251
251
|
* TBD
|
|
252
252
|
*/
|
|
253
253
|
leftIcon: {
|
|
254
|
-
type:
|
|
254
|
+
type: PropType<"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">;
|
|
255
255
|
default: null;
|
|
256
256
|
};
|
|
257
257
|
/**
|
|
@@ -265,7 +265,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
265
265
|
* TBD
|
|
266
266
|
*/
|
|
267
267
|
rightIcon: {
|
|
268
|
-
type:
|
|
268
|
+
type: PropType<"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">;
|
|
269
269
|
default: null;
|
|
270
270
|
};
|
|
271
271
|
/**
|
|
@@ -384,18 +384,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
384
384
|
"onLeft-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
385
385
|
"onRight-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
386
386
|
}, {
|
|
387
|
-
name: string;
|
|
388
387
|
label: string;
|
|
388
|
+
name: string;
|
|
389
389
|
modelValue: Nullable<string | number | boolean>;
|
|
390
390
|
validate: Record<string, any>;
|
|
391
391
|
inputEvents: Record<string, any>;
|
|
392
|
-
rightIcon:
|
|
392
|
+
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";
|
|
393
393
|
rows: string | number;
|
|
394
394
|
numeric: boolean;
|
|
395
395
|
helpText: string;
|
|
396
396
|
multiline: boolean;
|
|
397
397
|
submitOnEnter: boolean;
|
|
398
|
-
leftIcon:
|
|
398
|
+
leftIcon: "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";
|
|
399
399
|
leftIconClickPointer: boolean;
|
|
400
400
|
rightIconClickPointer: boolean;
|
|
401
401
|
leftIconSpinning: boolean;
|
|
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
* Radio input value
|
|
34
34
|
*/
|
|
35
35
|
value: {
|
|
36
|
-
type: (
|
|
36
|
+
type: (BooleanConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
default: null;
|
|
52
52
|
};
|
|
53
53
|
modelValue: {
|
|
54
|
-
type: (
|
|
54
|
+
type: (BooleanConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
55
55
|
default: null;
|
|
56
56
|
};
|
|
57
57
|
}, unknown, unknown, {
|
|
@@ -97,7 +97,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
97
|
* Radio input value
|
|
98
98
|
*/
|
|
99
99
|
value: {
|
|
100
|
-
type: (
|
|
100
|
+
type: (BooleanConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
101
101
|
required: true;
|
|
102
102
|
};
|
|
103
103
|
/**
|
|
@@ -115,17 +115,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
115
115
|
default: null;
|
|
116
116
|
};
|
|
117
117
|
modelValue: {
|
|
118
|
-
type: (
|
|
118
|
+
type: (BooleanConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
119
119
|
default: null;
|
|
120
120
|
};
|
|
121
121
|
}>> & {
|
|
122
122
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
123
123
|
}, {
|
|
124
|
-
|
|
124
|
+
id: string;
|
|
125
125
|
caption: string;
|
|
126
126
|
label: string;
|
|
127
|
+
name: string;
|
|
127
128
|
disabled: boolean;
|
|
128
|
-
id: string;
|
|
129
129
|
modelValue: string | number | boolean | unknown[];
|
|
130
130
|
validate: ValidationState;
|
|
131
131
|
}>;
|
|
@@ -390,7 +390,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
390
390
|
handleAsyncLoadPrev(): Promise<void>;
|
|
391
391
|
handleAsyncLoadMore(count: number): Promise<void>;
|
|
392
392
|
handleAsyncLoadByQuery({ limit, offset }: Partial<Query>): Promise<void>;
|
|
393
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
393
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "tag" | "select" | "open" | "update:modelValue" | "async-loaded" | "search-change" | "remove")[], "close" | "tag" | "select" | "open" | "update:modelValue" | "async-loaded" | "search-change" | "remove", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
394
394
|
/**
|
|
395
395
|
* Specify if no option can be selected
|
|
396
396
|
*/
|
|
@@ -684,17 +684,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
684
684
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
685
685
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
686
686
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
687
|
+
onTag?: ((...args: any[]) => any) | undefined;
|
|
687
688
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
688
689
|
"onAsync-loaded"?: ((...args: any[]) => any) | undefined;
|
|
689
690
|
"onSearch-change"?: ((...args: any[]) => any) | undefined;
|
|
690
691
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
691
|
-
onTag?: ((...args: any[]) => any) | undefined;
|
|
692
692
|
}, {
|
|
693
|
-
name: string;
|
|
694
|
-
label: string;
|
|
695
|
-
disabled: boolean;
|
|
696
693
|
loading: boolean;
|
|
697
694
|
id: string;
|
|
695
|
+
label: string;
|
|
696
|
+
name: string;
|
|
697
|
+
disabled: boolean;
|
|
698
698
|
modelValue: Nullable<OptionItem | Options>;
|
|
699
699
|
validate: ValidationState;
|
|
700
700
|
placeholder: string;
|
|
@@ -3495,9 +3495,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3495
3495
|
query: import("vue-router").LocationQuery;
|
|
3496
3496
|
hash: string;
|
|
3497
3497
|
redirectedFrom: any | undefined;
|
|
3498
|
-
name: import("vue-router").RouteRecordNameGeneric | null;
|
|
3499
3498
|
meta: import("vue-router").RouteMeta;
|
|
3500
3499
|
path: string;
|
|
3500
|
+
name: import("vue-router").RouteRecordNameGeneric | null;
|
|
3501
3501
|
params: import("vue-router").RouteParamsGeneric;
|
|
3502
3502
|
} | undefined;
|
|
3503
3503
|
}[];
|
|
@@ -6966,9 +6966,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6966
6966
|
query: import("vue-router").LocationQuery;
|
|
6967
6967
|
hash: string;
|
|
6968
6968
|
redirectedFrom: any | undefined;
|
|
6969
|
-
name: import("vue-router").RouteRecordNameGeneric | null;
|
|
6970
6969
|
meta: import("vue-router").RouteMeta;
|
|
6971
6970
|
path: string;
|
|
6971
|
+
name: import("vue-router").RouteRecordNameGeneric | null;
|
|
6972
6972
|
params: import("vue-router").RouteParamsGeneric;
|
|
6973
6973
|
} | undefined;
|
|
6974
6974
|
} | undefined;
|
|
@@ -128,8 +128,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
128
128
|
}>> & {
|
|
129
129
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
130
130
|
}, {
|
|
131
|
-
type: string;
|
|
132
131
|
title: string;
|
|
132
|
+
type: string;
|
|
133
133
|
autoHide: boolean;
|
|
134
134
|
hideDelay: number;
|
|
135
135
|
visible: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export * from './components';
|
|
|
6
6
|
export * from './directives';
|
|
7
7
|
export { createRToastManager };
|
|
8
8
|
export { tokens, icons };
|
|
9
|
+
export type { IconNames } from './components/r-icon/r-icon-sprites';
|
|
9
10
|
/**
|
|
10
11
|
* This plugin registers all revel components and directives
|
|
11
12
|
* install can be imported and called as a named import or as a default import (for plugin mode)
|