@propelinc/citrus-ui 1.0.0 → 1.0.2

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.
Files changed (122) hide show
  1. package/README.md +21 -15
  2. package/dist/index.cdn.css +1 -0
  3. package/dist/index.cdn.mjs +21718 -0
  4. package/dist/index.cdn.mjs.map +1 -0
  5. package/dist/styles/main.css +466 -62
  6. package/dist/styles/utils.css +390 -0
  7. package/package.json +5 -2
  8. package/src/components/CTextField.vue +11 -5
  9. package/src/styles/_core.scss +1 -0
  10. package/src/styles/_reset.scss +93 -78
  11. package/src/styles/utils.scss +50 -0
  12. package/dist/colors/colors.d.ts +0 -31
  13. package/dist/colors/theme.d.ts +0 -3
  14. package/dist/colors/util-classes.d.ts +0 -11
  15. package/dist/components/CAccordion.vue.d.ts +0 -21
  16. package/dist/components/CAccordionItem.vue.d.ts +0 -41
  17. package/dist/components/CAppBar.vue.d.ts +0 -156
  18. package/dist/components/CBadge.vue.d.ts +0 -52
  19. package/dist/components/CBottomSheet.vue.d.ts +0 -226
  20. package/dist/components/CButton/CButton.vue.d.ts +0 -231
  21. package/dist/components/CButton/types.d.ts +0 -5
  22. package/dist/components/CButtonStack.vue.d.ts +0 -24
  23. package/dist/components/CCard.vue.d.ts +0 -107
  24. package/dist/components/CCardFooter.vue.d.ts +0 -26
  25. package/dist/components/CCardHeader.vue.d.ts +0 -3
  26. package/dist/components/CCardSection.vue.d.ts +0 -17
  27. package/dist/components/CCheckbox.vue.d.ts +0 -145
  28. package/dist/components/CCol.vue.d.ts +0 -21
  29. package/dist/components/CDivider.vue.d.ts +0 -17
  30. package/dist/components/CDobField.vue.d.ts +0 -2109
  31. package/dist/components/CDobSelect.vue.d.ts +0 -398
  32. package/dist/components/CEmailField.vue.d.ts +0 -699
  33. package/dist/components/CExpandTransition.vue.d.ts +0 -19
  34. package/dist/components/CFadeTransition.vue.d.ts +0 -3
  35. package/dist/components/CFileInput.vue.d.ts +0 -98
  36. package/dist/components/CFixedPageFooter.vue.d.ts +0 -106
  37. package/dist/components/CForm.vue.d.ts +0 -29
  38. package/dist/components/CFormFieldCounter.vue.d.ts +0 -42
  39. package/dist/components/CIconButton.vue.d.ts +0 -390
  40. package/dist/components/CLabel.vue.d.ts +0 -32
  41. package/dist/components/CListItem.vue.d.ts +0 -208
  42. package/dist/components/CListItemContent.vue.d.ts +0 -27
  43. package/dist/components/CListItemIcon.vue.d.ts +0 -54
  44. package/dist/components/CLoader.vue.d.ts +0 -73
  45. package/dist/components/CLogo.vue.d.ts +0 -19
  46. package/dist/components/CMaskedTextField.vue.d.ts +0 -2012
  47. package/dist/components/CMenu.vue.d.ts +0 -6
  48. package/dist/components/CMenuItem.vue.d.ts +0 -170
  49. package/dist/components/CMenuLabel.vue.d.ts +0 -3
  50. package/dist/components/CModal.vue.d.ts +0 -206
  51. package/dist/components/CModalLoading.vue.d.ts +0 -230
  52. package/dist/components/CNotification.vue.d.ts +0 -589
  53. package/dist/components/CPhoneField.vue.d.ts +0 -2088
  54. package/dist/components/CPill.vue.d.ts +0 -42
  55. package/dist/components/CPillGroup.vue.d.ts +0 -70
  56. package/dist/components/CPopup.vue.d.ts +0 -21
  57. package/dist/components/CProgressLinear.vue.d.ts +0 -61
  58. package/dist/components/CProgressRing.vue.d.ts +0 -103
  59. package/dist/components/CRadio.vue.d.ts +0 -73
  60. package/dist/components/CRadioGroup.vue.d.ts +0 -123
  61. package/dist/components/CRebrand.vue.d.ts +0 -28
  62. package/dist/components/CRow.vue.d.ts +0 -67
  63. package/dist/components/CSafeArea.vue.d.ts +0 -18
  64. package/dist/components/CSectionHeader.vue.d.ts +0 -28
  65. package/dist/components/CSelect.vue.d.ts +0 -293
  66. package/dist/components/CSkeleton.vue.d.ts +0 -3
  67. package/dist/components/CSkeletonLoaderCard.vue.d.ts +0 -21
  68. package/dist/components/CSkeletonLoaderCircle.vue.d.ts +0 -5
  69. package/dist/components/CSkeletonLoaderText.vue.d.ts +0 -44
  70. package/dist/components/CSlideFadeTransition.vue.d.ts +0 -58
  71. package/dist/components/CSplitInput.vue.d.ts +0 -2131
  72. package/dist/components/CSquaredIcon.vue.d.ts +0 -47
  73. package/dist/components/CSsnField.vue.d.ts +0 -2083
  74. package/dist/components/CStatusDot.vue.d.ts +0 -27
  75. package/dist/components/CSwitch.vue.d.ts +0 -54
  76. package/dist/components/CSwitchListItem.vue.d.ts +0 -392
  77. package/dist/components/CTextArea.vue.d.ts +0 -240
  78. package/dist/components/CTextField.vue.d.ts +0 -647
  79. package/dist/components/CTextLink.vue.d.ts +0 -55
  80. package/dist/components/CThirdPartyLogo.vue.d.ts +0 -128
  81. package/dist/components/CTimeago.vue.d.ts +0 -12
  82. package/dist/components/CToast.vue.d.ts +0 -458
  83. package/dist/components/CToastsList.vue.d.ts +0 -430
  84. package/dist/components/CValidationMessage.vue.d.ts +0 -45
  85. package/dist/components/CZipcodeField.vue.d.ts +0 -2080
  86. package/dist/components/index.d.ts +0 -66
  87. package/dist/components/internal/CCloseButton.vue.d.ts +0 -14
  88. package/dist/composables/accessibility.d.ts +0 -1
  89. package/dist/composables/animation.d.ts +0 -12
  90. package/dist/composables/binding.d.ts +0 -19
  91. package/dist/composables/colors.d.ts +0 -13
  92. package/dist/composables/elements.d.ts +0 -3
  93. package/dist/composables/fields.d.ts +0 -9
  94. package/dist/composables/gestures.d.ts +0 -53
  95. package/dist/composables/i18n.d.ts +0 -3
  96. package/dist/composables/id.d.ts +0 -11
  97. package/dist/composables/input-mask.d.ts +0 -18
  98. package/dist/composables/router.d.ts +0 -30
  99. package/dist/composables/slots.d.ts +0 -2
  100. package/dist/composables/toast.d.ts +0 -21
  101. package/dist/composables/validations.d.ts +0 -77
  102. package/dist/index.css +0 -1
  103. package/dist/index.d.ts +0 -8
  104. package/dist/index.mjs +0 -11738
  105. package/dist/index.mjs.map +0 -1
  106. package/dist/plugin.d.ts +0 -3
  107. package/dist/services/animation.d.ts +0 -17
  108. package/dist/services/directives/index.d.ts +0 -2
  109. package/dist/services/directives/scroll-into-view.d.ts +0 -7
  110. package/dist/services/directives/tap-animation.d.ts +0 -6
  111. package/dist/services/id.d.ts +0 -22
  112. package/dist/services/injections/accordions.d.ts +0 -3
  113. package/dist/services/injections/animations.d.ts +0 -2
  114. package/dist/services/injections/buttons.d.ts +0 -4
  115. package/dist/services/injections/forms.d.ts +0 -6
  116. package/dist/services/injections/icon-buttons.d.ts +0 -3
  117. package/dist/services/injections/pills.d.ts +0 -4
  118. package/dist/services/injections/radio.d.ts +0 -10
  119. package/dist/theme/icons.d.ts +0 -36
  120. package/dist/types/CForm.d.ts +0 -12
  121. package/dist/types/font-awesome.d.ts +0 -5
  122. package/dist/types.d.ts +0 -12
@@ -1,293 +0,0 @@
1
- import { PropType, DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, ComputedRef, ComponentProvideOptions } from 'vue';
2
- import { IconDefinition } from '@fortawesome/pro-regular-svg-icons';
3
- import { HexColor, isValidColor, CssColor } from '../colors/colors';
4
- import { FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
5
- declare const _default: DefineComponent<ExtractPropTypes<{
6
- /** The select's label, both visual and screenreader-only */
7
- label: {
8
- type: StringConstructor;
9
- default: undefined;
10
- };
11
- /** Overrides label for screenreader-only */
12
- ariaLabel: {
13
- type: StringConstructor;
14
- default: undefined;
15
- };
16
- /** Set the select's placeholder text */
17
- placeholder: {
18
- type: StringConstructor;
19
- default: undefined;
20
- };
21
- /** Assigns the select input's id */
22
- id: {
23
- type: StringConstructor;
24
- default: undefined;
25
- };
26
- /** List of options like `{ label: 'Yes', value: 'yes' }` */
27
- items: {
28
- type: PropType<{
29
- label: string;
30
- value: string;
31
- disabled?: boolean;
32
- }[]>;
33
- default: () => never[];
34
- };
35
- /** Controls whether the select is disabled */
36
- disabled: {
37
- type: BooleanConstructor;
38
- default: boolean;
39
- };
40
- /** Controls the value of the select */
41
- value: {
42
- type: StringConstructor;
43
- default: string;
44
- };
45
- /** Prefix for test selectors */
46
- dataTest: {
47
- type: StringConstructor;
48
- default: string;
49
- };
50
- /** Hides the label and instead labels the field with `aria-label` */
51
- hideLabel: {
52
- type: BooleanConstructor;
53
- default: boolean;
54
- };
55
- /**
56
- * Hides the validation message area. Defaults to `false` (show message area even
57
- * when valid), so validations transition in gracefully.
58
- *
59
- * If set to 'auto', the validation message area will only display if there is a message.
60
- */
61
- hideDetails: {
62
- type: PropType<boolean | "auto">;
63
- default: boolean;
64
- };
65
- /** Controls whether the select is loading */
66
- loading: {
67
- type: BooleanConstructor;
68
- default: boolean;
69
- };
70
- /**
71
- * An array of functions that either return either true / false or a string
72
- * containing an error message. The component passes the input value as an
73
- * argument. The input field will enter an error state if a function does
74
- * not return true.
75
- * */
76
- rules: {
77
- type: PropType<((value: string) => string | boolean)[]>;
78
- default: () => never[];
79
- };
80
- /** If true, the select will be required */
81
- required: {
82
- type: BooleanConstructor;
83
- default: boolean;
84
- };
85
- }>, {
86
- inputValue: Ref<string, string>;
87
- validationListeners: Record<string, (event: Event) => void>;
88
- validationMessage: Ref<string | null, string | null>;
89
- isValidationValid: Ref<boolean | null, boolean | null>;
90
- select: Ref<HTMLSelectElement | null, HTMLSelectElement | null>;
91
- faChevronDown: IconDefinition;
92
- onInput: (event: Event) => void;
93
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("input" | "focus" | "blur" | "keydown")[], "input" | "focus" | "blur" | "keydown", PublicProps, Readonly< ExtractPropTypes<{
94
- /** The select's label, both visual and screenreader-only */
95
- label: {
96
- type: StringConstructor;
97
- default: undefined;
98
- };
99
- /** Overrides label for screenreader-only */
100
- ariaLabel: {
101
- type: StringConstructor;
102
- default: undefined;
103
- };
104
- /** Set the select's placeholder text */
105
- placeholder: {
106
- type: StringConstructor;
107
- default: undefined;
108
- };
109
- /** Assigns the select input's id */
110
- id: {
111
- type: StringConstructor;
112
- default: undefined;
113
- };
114
- /** List of options like `{ label: 'Yes', value: 'yes' }` */
115
- items: {
116
- type: PropType<{
117
- label: string;
118
- value: string;
119
- disabled?: boolean;
120
- }[]>;
121
- default: () => never[];
122
- };
123
- /** Controls whether the select is disabled */
124
- disabled: {
125
- type: BooleanConstructor;
126
- default: boolean;
127
- };
128
- /** Controls the value of the select */
129
- value: {
130
- type: StringConstructor;
131
- default: string;
132
- };
133
- /** Prefix for test selectors */
134
- dataTest: {
135
- type: StringConstructor;
136
- default: string;
137
- };
138
- /** Hides the label and instead labels the field with `aria-label` */
139
- hideLabel: {
140
- type: BooleanConstructor;
141
- default: boolean;
142
- };
143
- /**
144
- * Hides the validation message area. Defaults to `false` (show message area even
145
- * when valid), so validations transition in gracefully.
146
- *
147
- * If set to 'auto', the validation message area will only display if there is a message.
148
- */
149
- hideDetails: {
150
- type: PropType<boolean | "auto">;
151
- default: boolean;
152
- };
153
- /** Controls whether the select is loading */
154
- loading: {
155
- type: BooleanConstructor;
156
- default: boolean;
157
- };
158
- /**
159
- * An array of functions that either return either true / false or a string
160
- * containing an error message. The component passes the input value as an
161
- * argument. The input field will enter an error state if a function does
162
- * not return true.
163
- * */
164
- rules: {
165
- type: PropType<((value: string) => string | boolean)[]>;
166
- default: () => never[];
167
- };
168
- /** If true, the select will be required */
169
- required: {
170
- type: BooleanConstructor;
171
- default: boolean;
172
- };
173
- }>> & Readonly<{
174
- onFocus?: ((...args: any[]) => any) | undefined;
175
- onBlur?: ((...args: any[]) => any) | undefined;
176
- onInput?: ((...args: any[]) => any) | undefined;
177
- onKeydown?: ((...args: any[]) => any) | undefined;
178
- }>, {
179
- label: string;
180
- id: string;
181
- value: string;
182
- dataTest: string;
183
- placeholder: string;
184
- loading: boolean;
185
- disabled: boolean;
186
- ariaLabel: string;
187
- rules: ((value: string) => string | boolean)[];
188
- required: boolean;
189
- hideDetails: boolean | "auto";
190
- hideLabel: boolean;
191
- items: {
192
- label: string;
193
- value: string;
194
- disabled?: boolean;
195
- }[];
196
- }, {}, {
197
- CLoader: DefineComponent<ExtractPropTypes<{
198
- accessibleText: {
199
- type: StringConstructor;
200
- default: undefined;
201
- };
202
- color: {
203
- type: PropType< HexColor | string>;
204
- default: string;
205
- validator: isValidColor;
206
- };
207
- small: {
208
- type: BooleanConstructor;
209
- default: boolean;
210
- };
211
- size: {
212
- type: PropType<"sm" | "lg" | "md">;
213
- default: string;
214
- };
215
- trackColor: {
216
- type: PropType< HexColor | string>;
217
- default: string;
218
- validator: isValidColor;
219
- };
220
- }>, {
221
- computedSize: ComputedRef<"sm" | "lg" | "md">;
222
- indicatorColorCode: Ref< CssColor | undefined, CssColor | undefined>;
223
- SIZE_TO_FONT_SIZE: Record<"sm" | "lg" | "md", `${number}px`>;
224
- SIZE_TO_TRACK_WIDTH: Record<"sm" | "lg" | "md", `${number}px`>;
225
- trackColorCode: Ref< CssColor | undefined, CssColor | undefined>;
226
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
227
- accessibleText: {
228
- type: StringConstructor;
229
- default: undefined;
230
- };
231
- color: {
232
- type: PropType< HexColor | string>;
233
- default: string;
234
- validator: isValidColor;
235
- };
236
- small: {
237
- type: BooleanConstructor;
238
- default: boolean;
239
- };
240
- size: {
241
- type: PropType<"sm" | "lg" | "md">;
242
- default: string;
243
- };
244
- trackColor: {
245
- type: PropType< HexColor | string>;
246
- default: string;
247
- validator: isValidColor;
248
- };
249
- }>> & Readonly<{}>, {
250
- small: boolean;
251
- size: "sm" | "lg" | "md";
252
- accessibleText: string;
253
- color: string;
254
- trackColor: string;
255
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
256
- CValidationMessage: DefineComponent<ExtractPropTypes<{
257
- dataTest: {
258
- type: StringConstructor;
259
- default: string;
260
- };
261
- validationMessage: {
262
- type: PropType<string | null>;
263
- default: null;
264
- };
265
- hide: {
266
- type: PropType<boolean | "auto">;
267
- default: boolean;
268
- };
269
- }>, {
270
- isHidden: ComputedRef<boolean>;
271
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
272
- dataTest: {
273
- type: StringConstructor;
274
- default: string;
275
- };
276
- validationMessage: {
277
- type: PropType<string | null>;
278
- default: null;
279
- };
280
- hide: {
281
- type: PropType<boolean | "auto">;
282
- default: boolean;
283
- };
284
- }>> & Readonly<{}>, {
285
- dataTest: string;
286
- validationMessage: string | null;
287
- hide: boolean | "auto";
288
- }, {}, {
289
- CFadeTransition: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
290
- }, {}, string, ComponentProvideOptions, true, {}, any>;
291
- FontAwesomeIcon: DefineComponent<FontAwesomeIconProps>;
292
- }, {}, string, ComponentProvideOptions, true, {}, any>;
293
- export default _default;
@@ -1,3 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
3
- export default _default;
@@ -1,21 +0,0 @@
1
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<ExtractPropTypes<{
3
- /** Controls the height of the skeleton loader card */
4
- height: {
5
- type: (StringConstructor | NumberConstructor)[];
6
- required: false;
7
- default: number;
8
- };
9
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
10
- /** Controls the height of the skeleton loader card */
11
- height: {
12
- type: (StringConstructor | NumberConstructor)[];
13
- required: false;
14
- default: number;
15
- };
16
- }>> & Readonly<{}>, {
17
- height: string | number;
18
- }, {}, {
19
- CSkeleton: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
20
- }, {}, string, ComponentProvideOptions, true, {}, any>;
21
- export default _default;
@@ -1,5 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
3
- CSkeleton: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
4
- }, {}, string, ComponentProvideOptions, true, {}, any>;
5
- export default _default;
@@ -1,44 +0,0 @@
1
- import { PropType, DefineComponent, ExtractPropTypes, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- type SkeletonLoaderType = 'balance' | 'body' | 'caption' | 'eyebrow' | 'headline' | 'large-headline' | 'overline' | 'statement' | 'subheadline' | 'wallet-caption' | 'x-large-headline';
3
- declare const _default: DefineComponent<ExtractPropTypes<{
4
- /** Applies the align-items css property. */
5
- align: {
6
- type: PropType<"center" | "start" | "end">;
7
- default: string;
8
- };
9
- /** Controls how many rows of loading text are shown */
10
- rows: {
11
- type: NumberConstructor;
12
- default: number;
13
- };
14
- /** Controls the appearance of the loading text */
15
- type: {
16
- type: PropType<SkeletonLoaderType>;
17
- default: string;
18
- };
19
- }>, {
20
- lineTypeClass: ComputedRef<string>;
21
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
22
- /** Applies the align-items css property. */
23
- align: {
24
- type: PropType<"center" | "start" | "end">;
25
- default: string;
26
- };
27
- /** Controls how many rows of loading text are shown */
28
- rows: {
29
- type: NumberConstructor;
30
- default: number;
31
- };
32
- /** Controls the appearance of the loading text */
33
- type: {
34
- type: PropType<SkeletonLoaderType>;
35
- default: string;
36
- };
37
- }>> & Readonly<{}>, {
38
- type: SkeletonLoaderType;
39
- rows: number;
40
- align: "center" | "end" | "start";
41
- }, {}, {
42
- CSkeleton: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
43
- }, {}, string, ComponentProvideOptions, true, {}, any>;
44
- export default _default;
@@ -1,58 +0,0 @@
1
- import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- type Direction = 'to-left' | 'to-right' | 'to-top' | 'to-bottom';
3
- /**
4
- * This component can be used to create a slide-fade transition for children.
5
- *
6
- * FIXME: Vue 3 Conversion - Remove this comment when Vue 3 conversion is complete.
7
- * NOTE: For Vue 2 usage: if you are conditionally rendering children, be sure to add unique
8
- * keys to each child!
9
- *
10
- * Example:
11
- * ```vue
12
- * <CSlideFadeTransition>
13
- * <div v-if="condition" :key="if">This will slide in</div>
14
- * <div v-else :key="else">This will slide out</div>
15
- * </CSlideFadeTransition>
16
- * ```
17
- */
18
- declare const _default: DefineComponent<ExtractPropTypes<{
19
- /**
20
- * The amount of pixels to slide the elements in or out
21
- * @default 20
22
- */
23
- amount: {
24
- type: NumberConstructor;
25
- default: number;
26
- validator(value: number): boolean;
27
- };
28
- /**
29
- * Changes the direction of the slide fade transition
30
- * @default 'to-left'
31
- */
32
- direction: {
33
- type: PropType<Direction>;
34
- default: string;
35
- };
36
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
37
- /**
38
- * The amount of pixels to slide the elements in or out
39
- * @default 20
40
- */
41
- amount: {
42
- type: NumberConstructor;
43
- default: number;
44
- validator(value: number): boolean;
45
- };
46
- /**
47
- * Changes the direction of the slide fade transition
48
- * @default 'to-left'
49
- */
50
- direction: {
51
- type: PropType<Direction>;
52
- default: string;
53
- };
54
- }>> & Readonly<{}>, {
55
- amount: number;
56
- direction: Direction;
57
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
58
- export default _default;