@useblu/ocean-react 1.84.0 → 1.86.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/Accordion/Accordion.d.ts +7 -8
- package/Accordion/Accordion.d.ts.map +1 -1
- package/Accordion/index.d.ts +1 -1
- package/Alert/Alert.d.ts +18 -18
- package/Alert/Alert.d.ts.map +1 -1
- package/Alert/AlertIcon.d.ts +7 -7
- package/Alert/AlertIcon.d.ts.map +1 -1
- package/Alert/index.d.ts +1 -1
- package/Badge/Badge.d.ts +12 -12
- package/Badge/Badge.d.ts.map +1 -1
- package/Badge/index.d.ts +1 -1
- package/Breadcrumb/Breadcrumb.d.ts +8 -8
- package/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/Breadcrumb/index.d.ts +1 -1
- package/Button/Button.d.ts +16 -16
- package/Button/Button.d.ts.map +1 -1
- package/Button/index.d.ts +1 -1
- package/CHANGELOG.md +12 -0
- package/CardGroup/ActionButton.d.ts +6 -7
- package/CardGroup/ActionButton.d.ts.map +1 -1
- package/CardGroup/CardGroup.d.ts +12 -12
- package/CardGroup/Header.d.ts +7 -8
- package/CardGroup/Header.d.ts.map +1 -1
- package/CardGroup/index.d.ts +1 -1
- package/CardGroup/stories/RenderCardGroup.d.ts +3 -4
- package/CardGroup/stories/RenderCardGroup.d.ts.map +1 -1
- package/CardListItem/CardListItem.d.ts +15 -15
- package/CardListItem/CardListItem.d.ts.map +1 -1
- package/CardListItem/index.d.ts +1 -1
- package/Carousel/Carousel.d.ts +8 -8
- package/Carousel/Carousel.d.ts.map +1 -1
- package/Carousel/CarouselDotList.d.ts +6 -6
- package/Carousel/CarouselDotList.d.ts.map +1 -1
- package/Carousel/examples/BannerExample.d.ts +5 -5
- package/Carousel/index.d.ts +1 -1
- package/Chart/DoughnutChart.d.ts +19 -19
- package/Chart/DoughnutChart.d.ts.map +1 -1
- package/Chart/index.d.ts +2 -2
- package/Chart/mocks/doughnutChart.d.ts +9 -9
- package/Checkbox/Checkbox.d.ts +14 -14
- package/Checkbox/Checkbox.d.ts.map +1 -1
- package/Checkbox/index.d.ts +1 -1
- package/Chips/Chips.d.ts +25 -25
- package/Chips/Chips.d.ts.map +1 -1
- package/Chips/Options.d.ts +14 -14
- package/Chips/index.d.ts +1 -1
- package/CrossSellCard/CrossSellCard.d.ts +18 -18
- package/CrossSellCard/CrossSellCard.d.ts.map +1 -1
- package/CrossSellCard/index.d.ts +1 -1
- package/Date/DateHeader.d.ts +9 -9
- package/Date/DateHeader.d.ts.map +1 -1
- package/Date/DatePicker.d.ts +7 -7
- package/Date/DateRange.d.ts +14 -14
- package/Date/hooks/useDatePicker.d.ts +2 -2
- package/Date/hooks/useDateRange.d.ts +2 -2
- package/Date/index.d.ts +4 -4
- package/Date/types/DatePicker.types.d.ts +26 -27
- package/Date/types/DatePicker.types.d.ts.map +1 -1
- package/Date/types/DateRange.types.d.ts +42 -42
- package/Date/types/DateRange.types.d.ts.map +1 -1
- package/Date/utils/dateUtils.d.ts +6 -6
- package/Date/utils/dateUtils.d.ts.map +1 -1
- package/Divider/Divider.d.ts +3 -3
- package/Divider/index.d.ts +1 -1
- package/DotPagination/DotPagination.d.ts +8 -8
- package/DotPagination/index.d.ts +1 -1
- package/Drawer/Drawer.d.ts +15 -15
- package/Drawer/Drawer.d.ts.map +1 -1
- package/Drawer/examples/AttachedDrawer.d.ts +10 -10
- package/Drawer/examples/AttachedDrawer.d.ts.map +1 -1
- package/Drawer/examples/SimpleDrawer.d.ts +10 -10
- package/Drawer/examples/SimpleDrawer.d.ts.map +1 -1
- package/Drawer/index.d.ts +1 -1
- package/FileUploader/File.d.ts +12 -12
- package/FileUploader/File.d.ts.map +1 -1
- package/FileUploader/FileUploader.d.ts +46 -46
- package/FileUploader/FileUploader.d.ts.map +1 -1
- package/FileUploader/examples/FileUploaderAuto.d.ts +3 -3
- package/FileUploader/examples/FileUploaderControlled.d.ts +7 -7
- package/FileUploader/examples/FileUploaderControlled.d.ts.map +1 -1
- package/FileUploader/index.d.ts +1 -1
- package/FormControl/FormControl.d.ts +12 -12
- package/FormControl/FormControl.d.ts.map +1 -1
- package/FormControl/index.d.ts +2 -2
- package/FormLabel/FormLabel.d.ts +10 -10
- package/FormLabel/FormLabel.d.ts.map +1 -1
- package/FormLabel/index.d.ts +1 -1
- package/Grid/Col.d.ts +15 -15
- package/Grid/Col.d.ts.map +1 -1
- package/Grid/Container.d.ts +5 -5
- package/Grid/Container.d.ts.map +1 -1
- package/Grid/Row.d.ts +19 -19
- package/Grid/Row.d.ts.map +1 -1
- package/Grid/index.d.ts +40 -41
- package/Grid/index.d.ts.map +1 -1
- package/Grid/stories/_shared.d.ts +34 -34
- package/Grid/stories/_shared.d.ts.map +1 -1
- package/IconButton/IconButton.d.ts +11 -11
- package/IconButton/IconButton.d.ts.map +1 -1
- package/IconButton/index.d.ts +1 -1
- package/Input/Input.d.ts +25 -25
- package/Input/Input.d.ts.map +1 -1
- package/Input/examples/InputControlled.d.ts +3 -3
- package/Input/index.d.ts +1 -1
- package/Input/stories/_shared.d.ts +468 -468
- package/Input/stories/_shared.d.ts.map +1 -1
- package/Link/Link.d.ts +14 -14
- package/Link/Link.d.ts.map +1 -1
- package/Link/LinkIcons.d.ts +6 -6
- package/Link/LinkIcons.d.ts.map +1 -1
- package/Link/index.d.ts +1 -1
- package/List/List.d.ts +4 -4
- package/List/List.d.ts.map +1 -1
- package/List/index.d.ts +1 -1
- package/Modal/Modal.d.ts +10 -10
- package/Modal/Modal.d.ts.map +1 -1
- package/Modal/examples/SimpleModal.d.ts +4 -4
- package/Modal/index.d.ts +1 -1
- package/Progress/Progress.d.ts +10 -10
- package/Progress/Progress.d.ts.map +1 -1
- package/Progress/img/IconLg.d.ts +3 -3
- package/Progress/img/IconMd.d.ts +3 -3
- package/Progress/img/IconSm.d.ts +3 -3
- package/Progress/index.d.ts +1 -1
- package/Radio/Radio.d.ts +8 -8
- package/Radio/Radio.d.ts.map +1 -1
- package/Radio/index.d.ts +1 -1
- package/Search/Search.d.ts +5 -5
- package/Search/Search.d.ts.map +1 -1
- package/Search/index.d.ts +1 -1
- package/Select/Listbox.d.ts +9 -9
- package/Select/Listbox.d.ts.map +1 -1
- package/Select/Option.d.ts +4 -4
- package/Select/Select.d.ts +4 -4
- package/Select/SelectAutocomplete.d.ts +4 -4
- package/Select/context.d.ts +10 -10
- package/Select/context.d.ts.map +1 -1
- package/Select/examples/SelectAutocompleteControlled.d.ts +3 -3
- package/Select/examples/SelectControlled.d.ts +3 -3
- package/Select/index.d.ts +4 -4
- package/Select/types.d.ts +26 -26
- package/Select/types.d.ts.map +1 -1
- package/Select/useSelect.d.ts +15 -16
- package/Select/useSelect.d.ts.map +1 -1
- package/Shortcut/Shortcut.d.ts +15 -15
- package/Shortcut/Shortcut.d.ts.map +1 -1
- package/Shortcut/index.d.ts +1 -1
- package/Snackbar/Snackbar.d.ts +23 -23
- package/Snackbar/Snackbar.d.ts.map +1 -1
- package/Snackbar/hook/useSnackbar.d.ts +13 -13
- package/Snackbar/hook/useSnackbar.d.ts.map +1 -1
- package/Snackbar/index.d.ts +1 -1
- package/Stepper/Stepper.d.ts +11 -11
- package/Stepper/Stepper.d.ts.map +1 -1
- package/Stepper/index.d.ts +1 -1
- package/Steps/Steps.d.ts +11 -11
- package/Steps/Steps.d.ts.map +1 -1
- package/Steps/index.d.ts +1 -1
- package/SubHeader/SubHeader.d.ts +8 -8
- package/SubHeader/SubHeader.d.ts.map +1 -1
- package/SubHeader/index.d.ts +1 -1
- package/Switch/Switch.d.ts +4 -4
- package/Switch/Switch.d.ts.map +1 -1
- package/Switch/index.d.ts +1 -1
- package/Tag/Tag.d.ts +17 -17
- package/Tag/Tag.d.ts.map +1 -1
- package/Tag/TagIcon.d.ts +7 -7
- package/Tag/TagIcon.d.ts.map +1 -1
- package/Tag/index.d.ts +1 -1
- package/TextArea/TextArea.d.ts +5 -5
- package/TextArea/TextArea.d.ts.map +1 -1
- package/TextArea/examples/TextAreaControlled.d.ts +3 -3
- package/TextArea/index.d.ts +1 -1
- package/TextListItem/TextListItem.d.ts +32 -32
- package/TextListItem/TextListItem.d.ts.map +1 -1
- package/TextListItem/index.d.ts +1 -1
- package/TokenInput/DigitInput.d.ts +7 -7
- package/TokenInput/TokenInput.d.ts +15 -15
- package/TokenInput/index.d.ts +1 -1
- package/TopBar/TopBar.d.ts +14 -14
- package/TopBar/index.d.ts +1 -1
- package/TransactionListItem/TransactionListItem.d.ts +30 -30
- package/TransactionListItem/TransactionListItem.d.ts.map +1 -1
- package/TransactionListItem/index.d.ts +1 -1
- package/Typography/Typography.d.ts +14 -14
- package/Typography/Typography.d.ts.map +1 -1
- package/Typography/index.d.ts +1 -1
- package/UnorderedListItem/UnorderedListItem.d.ts +17 -17
- package/UnorderedListItem/UnorderedListItem.d.ts.map +1 -1
- package/UnorderedListItem/index.d.ts +1 -1
- package/WebNotification/WebNotification.d.ts +25 -25
- package/WebNotification/WebNotification.d.ts.map +1 -1
- package/WebNotification/hook/useWebNotification.d.ts +8 -8
- package/WebNotification/hook/useWebNotification.d.ts.map +1 -1
- package/WebNotification/index.d.ts +1 -1
- package/_util/makeId.d.ts +2 -2
- package/_util/makeId.d.ts.map +1 -1
- package/_util/type.d.ts +1 -2
- package/_util/type.d.ts.map +1 -1
- package/_util/useInputFilled.d.ts +13 -13
- package/_util/useInputFilled.d.ts.map +1 -1
- package/index.d.ts +82 -82
- package/index.es.js +1876 -3198
- package/index.es.js.map +1 -1
- package/index.js +1995 -3324
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/Button/stories/Button.stories.d.ts +0 -13
- package/Button/stories/Button.stories.d.ts.map +0 -1
- package/CrossSellCard/__tests__/CrossSellCard.d.ts +0 -2
- package/CrossSellCard/__tests__/CrossSellCard.d.ts.map +0 -1
- package/FileUploader/stories/FileUploader.stories.d.ts +0 -7
- package/FileUploader/stories/FileUploader.stories.d.ts.map +0 -1
- package/Grid/stories/Col.stories.d.ts +0 -7
- package/Grid/stories/Col.stories.d.ts.map +0 -1
- package/Grid/stories/Container.stories.d.ts +0 -7
- package/Grid/stories/Container.stories.d.ts.map +0 -1
- package/Grid/stories/Grid.stories.d.ts +0 -7
- package/Grid/stories/Grid.stories.d.ts.map +0 -1
- package/Grid/stories/Row.stories.d.ts +0 -7
- package/Grid/stories/Row.stories.d.ts.map +0 -1
- package/Input/stories/Currency.stories.d.ts +0 -12
- package/Input/stories/Currency.stories.d.ts.map +0 -1
- package/Input/stories/Getting-started.stories.d.ts +0 -13
- package/Input/stories/Getting-started.stories.d.ts.map +0 -1
- package/Input/stories/Text.stories.d.ts +0 -11
- package/Input/stories/Text.stories.d.ts.map +0 -1
- package/Input/stories/WithIcon.stories.d.ts +0 -10
- package/Input/stories/WithIcon.stories.d.ts.map +0 -1
- package/Input/stories/WithLabelIconTooltip.stories.d.ts +0 -9
- package/Input/stories/WithLabelIconTooltip.stories.d.ts.map +0 -1
- package/List/stories/Examples.stories.d.ts +0 -15
- package/List/stories/Examples.stories.d.ts.map +0 -1
- package/List/stories/List.stories.d.ts +0 -12
- package/List/stories/List.stories.d.ts.map +0 -1
- package/Shortcut/__tests__/Shortcut.spec.d.ts +0 -2
- package/Shortcut/__tests__/Shortcut.spec.d.ts.map +0 -1
- package/SubHeader/__tests__/SubHeader.spec.d.ts +0 -2
- package/SubHeader/__tests__/SubHeader.spec.d.ts.map +0 -1
- package/Tag/stories/Tag.stories.d.ts +0 -13
- package/Tag/stories/Tag.stories.d.ts.map +0 -1
- package/TokenInput/stories/TokenInput.stories.d.ts +0 -10
- package/TokenInput/stories/TokenInput.stories.d.ts.map +0 -1
- package/_stories/components/Cover.d.ts +0 -4
- package/_stories/components/Cover.d.ts.map +0 -1
- package/_stories/components/FormExample.d.ts +0 -4
- package/_stories/components/FormExample.d.ts.map +0 -1
- package/_stories/components/Showcase.d.ts +0 -4
- package/_stories/components/Showcase.d.ts.map +0 -1
|
@@ -1,469 +1,469 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
|
-
import Input from '../Input';
|
|
4
|
-
export declare const commonArgTypes: {
|
|
5
|
-
label: {
|
|
6
|
-
description: string;
|
|
7
|
-
control: string;
|
|
8
|
-
};
|
|
9
|
-
placeholder: {
|
|
10
|
-
description: string;
|
|
11
|
-
control: string;
|
|
12
|
-
};
|
|
13
|
-
helperText: {
|
|
14
|
-
description: string;
|
|
15
|
-
control: string;
|
|
16
|
-
};
|
|
17
|
-
error: {
|
|
18
|
-
description: string;
|
|
19
|
-
control: string;
|
|
20
|
-
};
|
|
21
|
-
disabled: {
|
|
22
|
-
description: string;
|
|
23
|
-
control: string;
|
|
24
|
-
};
|
|
25
|
-
required: {
|
|
26
|
-
description: string;
|
|
27
|
-
control: string;
|
|
28
|
-
};
|
|
29
|
-
type: {
|
|
30
|
-
table: {
|
|
31
|
-
disable: boolean;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
defaultValue: {
|
|
35
|
-
table: {
|
|
36
|
-
disable: boolean;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
htmlFor: {
|
|
40
|
-
table: {
|
|
41
|
-
disable: boolean;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
export declare const adornmentSpecificProps: {
|
|
46
|
-
position: {
|
|
47
|
-
table: {
|
|
48
|
-
disable: boolean;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
export declare const tooltipSpecificProps: {
|
|
53
|
-
tooltipMessage: {
|
|
54
|
-
description: string;
|
|
55
|
-
control: string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
export declare const currencySpecificProps: {
|
|
59
|
-
type: {
|
|
60
|
-
description: string;
|
|
61
|
-
control: {
|
|
62
|
-
type: null;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
adornment: {
|
|
66
|
-
description: string;
|
|
67
|
-
control: {
|
|
68
|
-
type: null;
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
position: {
|
|
72
|
-
description: string;
|
|
73
|
-
control: {
|
|
74
|
-
type: string;
|
|
75
|
-
};
|
|
76
|
-
options: string[];
|
|
77
|
-
};
|
|
78
|
-
placeholder: {
|
|
79
|
-
description: string;
|
|
80
|
-
control: {
|
|
81
|
-
type: string;
|
|
82
|
-
};
|
|
83
|
-
};
|
|
84
|
-
helperText: {
|
|
85
|
-
description: string;
|
|
86
|
-
control: {
|
|
87
|
-
type: string;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
error: {
|
|
91
|
-
description: string;
|
|
92
|
-
control: {
|
|
93
|
-
type: string;
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
disabled: {
|
|
97
|
-
description: string;
|
|
98
|
-
control: {
|
|
99
|
-
type: string;
|
|
100
|
-
};
|
|
101
|
-
};
|
|
102
|
-
defaultValue: {
|
|
103
|
-
description: string;
|
|
104
|
-
control: {
|
|
105
|
-
type: null;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
|
-
tooltipMessage: {
|
|
109
|
-
description: string;
|
|
110
|
-
control: {
|
|
111
|
-
type: string;
|
|
112
|
-
};
|
|
113
|
-
type: string;
|
|
114
|
-
};
|
|
115
|
-
};
|
|
116
|
-
export declare const defaultUsageDecorator: ((Story: React.ComponentType) => JSX.Element)[];
|
|
117
|
-
export declare const createIntroduction: (description: string, overview: string, features?: string[]
|
|
118
|
-
export declare const createCommonPatterns: (codeExamples: string[]) => () => JSX.Element;
|
|
119
|
-
export declare const SharedBestPractices: {
|
|
120
|
-
(): JSX.Element;
|
|
121
|
-
displayName: string;
|
|
122
|
-
};
|
|
123
|
-
export declare const TooltipBestPractices: {
|
|
124
|
-
(): JSX.Element;
|
|
125
|
-
displayName: string;
|
|
126
|
-
};
|
|
127
|
-
export declare const CurrencyBestPractices: {
|
|
128
|
-
(): JSX.Element;
|
|
129
|
-
displayName: string;
|
|
130
|
-
};
|
|
131
|
-
export declare const SharedCssClasses: {
|
|
132
|
-
(): JSX.Element;
|
|
133
|
-
displayName: string;
|
|
134
|
-
};
|
|
135
|
-
export declare const TooltipCssClasses: {
|
|
136
|
-
(): JSX.Element;
|
|
137
|
-
displayName: string;
|
|
138
|
-
};
|
|
139
|
-
export declare const createApiReference: (specificProps?: {
|
|
140
|
-
prop: string;
|
|
141
|
-
type: string;
|
|
142
|
-
default: string;
|
|
143
|
-
description: string;
|
|
144
|
-
}
|
|
145
|
-
export declare const SharedUsageExamples: {
|
|
146
|
-
(): JSX.Element;
|
|
147
|
-
displayName: string;
|
|
148
|
-
};
|
|
149
|
-
export declare const commonCodeExamples: {
|
|
150
|
-
basicUsage: string;
|
|
151
|
-
withValidation: string;
|
|
152
|
-
disabled: string;
|
|
153
|
-
withIcon: string;
|
|
154
|
-
currency: string;
|
|
155
|
-
tooltip: string;
|
|
156
|
-
};
|
|
157
|
-
export declare const containerStyles: {
|
|
158
|
-
form: {
|
|
159
|
-
display: string;
|
|
160
|
-
flexDirection: "column";
|
|
161
|
-
gap: string;
|
|
162
|
-
maxWidth: string;
|
|
163
|
-
};
|
|
164
|
-
grid: {
|
|
165
|
-
display: string;
|
|
166
|
-
gridTemplateColumns: string;
|
|
167
|
-
gap: string;
|
|
168
|
-
maxWidth: string;
|
|
169
|
-
};
|
|
170
|
-
inline: {
|
|
171
|
-
display: string;
|
|
172
|
-
gap: string;
|
|
173
|
-
alignItems: string;
|
|
174
|
-
flexWrap: "wrap";
|
|
175
|
-
};
|
|
176
|
-
};
|
|
177
|
-
export declare const defaultUsageControls: {
|
|
178
|
-
include: string[];
|
|
179
|
-
};
|
|
180
|
-
export declare const tooltipApiReference: {
|
|
181
|
-
prop: string;
|
|
182
|
-
type: string;
|
|
183
|
-
default: string;
|
|
184
|
-
description: string;
|
|
185
|
-
}[];
|
|
186
|
-
export declare const createMetaStructure: (title: string, argTypes: Record<string, unknown>, pageComponent: () => JSX.Element) => Meta<typeof Input>;
|
|
187
|
-
export declare const createStandardDocsPage: <T>(Introduction: () => JSX.Element, Usage: StoryObj<T>, CommonPatterns: () => JSX.Element, examples: {
|
|
188
|
-
title: string;
|
|
189
|
-
story: StoryObj<T>;
|
|
190
|
-
}
|
|
191
|
-
export declare const INPUT_COMMON_DATA: {
|
|
192
|
-
LABELS: {
|
|
193
|
-
email: string;
|
|
194
|
-
senha: string;
|
|
195
|
-
telefone: string;
|
|
196
|
-
nomeCompleto: string;
|
|
197
|
-
cpfCnpj: string;
|
|
198
|
-
usuario: string;
|
|
199
|
-
idade: string;
|
|
200
|
-
endereco: string;
|
|
201
|
-
cidade: string;
|
|
202
|
-
cep: string;
|
|
203
|
-
empresa: string;
|
|
204
|
-
cargo: string;
|
|
205
|
-
nome: string;
|
|
206
|
-
sobrenome: string;
|
|
207
|
-
titulo: string;
|
|
208
|
-
descricao: string;
|
|
209
|
-
mensagem: string;
|
|
210
|
-
observacoes: string;
|
|
211
|
-
comentarios: string;
|
|
212
|
-
buscar: string;
|
|
213
|
-
buscarProdutos: string;
|
|
214
|
-
pesquisar: string;
|
|
215
|
-
confirmarSenha: string;
|
|
216
|
-
codigoSeguranca: string;
|
|
217
|
-
preco: string;
|
|
218
|
-
realBrasileiro: string;
|
|
219
|
-
dolarAmericano: string;
|
|
220
|
-
euro: string;
|
|
221
|
-
libraEsterlina: string;
|
|
222
|
-
precoCusto: string;
|
|
223
|
-
frete: string;
|
|
224
|
-
desconto: string;
|
|
225
|
-
campoNormal: string;
|
|
226
|
-
campoComErro: string;
|
|
227
|
-
campoDesabilitado: string;
|
|
228
|
-
nomeProduto: string;
|
|
229
|
-
quantidadeEstoque: string;
|
|
230
|
-
sku: string;
|
|
231
|
-
};
|
|
232
|
-
PLACEHOLDERS: {
|
|
233
|
-
seuEmail: string;
|
|
234
|
-
digiteSenha: string;
|
|
235
|
-
telefoneExemplo: string;
|
|
236
|
-
nomeCompleto: string;
|
|
237
|
-
cpfExemplo: string;
|
|
238
|
-
nomeUsuario: string;
|
|
239
|
-
idadeExemplo: string;
|
|
240
|
-
enderecoExemplo: string;
|
|
241
|
-
cidadeExemplo: string;
|
|
242
|
-
cepExemplo: string;
|
|
243
|
-
empresaExemplo: string;
|
|
244
|
-
cargoExemplo: string;
|
|
245
|
-
tituloExemplo: string;
|
|
246
|
-
descricaoExemplo: string;
|
|
247
|
-
mensagemExemplo: string;
|
|
248
|
-
observacoesExemplo: string;
|
|
249
|
-
buscarExemplo: string;
|
|
250
|
-
buscarProdutos: string;
|
|
251
|
-
digitePesquisar: string;
|
|
252
|
-
buscarAqui: string;
|
|
253
|
-
confirmarSenha: string;
|
|
254
|
-
cvv: string;
|
|
255
|
-
precoExemplo: string;
|
|
256
|
-
valorExemplo: string;
|
|
257
|
-
digitarAqui: string;
|
|
258
|
-
emailInvalido: string;
|
|
259
|
-
naoEditar: string;
|
|
260
|
-
nomeProdutoExemplo: string;
|
|
261
|
-
quantidadeExemplo: string;
|
|
262
|
-
skuExemplo: string;
|
|
263
|
-
};
|
|
264
|
-
HELPER_TEXTS: {
|
|
265
|
-
emailVerificacao: string;
|
|
266
|
-
senhaForte: string;
|
|
267
|
-
incluaDDD: string;
|
|
268
|
-
primeiroUltimoNome: string;
|
|
269
|
-
identificacaoFiscal: string;
|
|
270
|
-
identificadorUnico: string;
|
|
271
|
-
minimoCaracteres: string;
|
|
272
|
-
idadeMaior18: string;
|
|
273
|
-
incluaApartamento: string;
|
|
274
|
-
cidadeOndeVive: string;
|
|
275
|
-
cepCompleto: string;
|
|
276
|
-
nomeEmpresaTrabalha: string;
|
|
277
|
-
cargoAtual: string;
|
|
278
|
-
nomeUsuario: string;
|
|
279
|
-
sobrenomeCompleto: string;
|
|
280
|
-
tituloDescritivo: string;
|
|
281
|
-
descricaoDetalhada: string;
|
|
282
|
-
mensagemDetalhada: string;
|
|
283
|
-
observacoesAdicionais: string;
|
|
284
|
-
comentariosOpcionais: string;
|
|
285
|
-
usePalavrasChave: string;
|
|
286
|
-
pressioneEnterBuscar: string;
|
|
287
|
-
cliqueBolinha: string;
|
|
288
|
-
emailValido: string;
|
|
289
|
-
senhaSegura: string;
|
|
290
|
-
telefoneComDDD: string;
|
|
291
|
-
usuarioUnico: string;
|
|
292
|
-
senhasDevemCoincidir: string;
|
|
293
|
-
codigoTresDigitos: string;
|
|
294
|
-
digite3Caracteres: string;
|
|
295
|
-
valorEmReais: string;
|
|
296
|
-
digitePrecoBrasileiro: string;
|
|
297
|
-
moedaBrasileira: string;
|
|
298
|
-
moedaAmericana: string;
|
|
299
|
-
moedaEuropeia: string;
|
|
300
|
-
moedaBritanica: string;
|
|
301
|
-
digitePrecoProduto: string;
|
|
302
|
-
precoMaiorZero: string;
|
|
303
|
-
precoCalculadoAuto: string;
|
|
304
|
-
valorDentroLimite: string;
|
|
305
|
-
valorExcedeLimite: string;
|
|
306
|
-
campoObrigatorio: string;
|
|
307
|
-
custoProduto: string;
|
|
308
|
-
custosEnvio: string;
|
|
309
|
-
valorDesconto: string;
|
|
310
|
-
estadoNormal: string;
|
|
311
|
-
erroValidacao: string;
|
|
312
|
-
preenchidoAuto: string;
|
|
313
|
-
tituloDescriptivoProduto: string;
|
|
314
|
-
precoVendaProduto: string;
|
|
315
|
-
inventarioDisponivel: string;
|
|
316
|
-
identificadorUnicoProduto: string;
|
|
317
|
-
};
|
|
318
|
-
TOOLTIPS: {
|
|
319
|
-
senhaRequisitos: string;
|
|
320
|
-
emailPrivacidade: string;
|
|
321
|
-
telefoneFormato: string;
|
|
322
|
-
cpfCnpjFormato: string;
|
|
323
|
-
usuarioRequisitos: string;
|
|
324
|
-
valorExemplo: string;
|
|
325
|
-
observacoesLimite: string;
|
|
326
|
-
skuExplicacao: string;
|
|
327
|
-
registroSeguranca: string;
|
|
328
|
-
taxIdProposito: string;
|
|
329
|
-
};
|
|
330
|
-
};
|
|
331
|
-
export declare const COMMON_LABELS: {
|
|
332
|
-
email: string;
|
|
333
|
-
senha: string;
|
|
334
|
-
telefone: string;
|
|
335
|
-
nomeCompleto: string;
|
|
336
|
-
cpfCnpj: string;
|
|
337
|
-
usuario: string;
|
|
338
|
-
idade: string;
|
|
339
|
-
endereco: string;
|
|
340
|
-
cidade: string;
|
|
341
|
-
cep: string;
|
|
342
|
-
empresa: string;
|
|
343
|
-
cargo: string;
|
|
344
|
-
nome: string;
|
|
345
|
-
sobrenome: string;
|
|
346
|
-
titulo: string;
|
|
347
|
-
descricao: string;
|
|
348
|
-
mensagem: string;
|
|
349
|
-
observacoes: string;
|
|
350
|
-
comentarios: string;
|
|
351
|
-
buscar: string;
|
|
352
|
-
buscarProdutos: string;
|
|
353
|
-
pesquisar: string;
|
|
354
|
-
confirmarSenha: string;
|
|
355
|
-
codigoSeguranca: string;
|
|
356
|
-
preco: string;
|
|
357
|
-
realBrasileiro: string;
|
|
358
|
-
dolarAmericano: string;
|
|
359
|
-
euro: string;
|
|
360
|
-
libraEsterlina: string;
|
|
361
|
-
precoCusto: string;
|
|
362
|
-
frete: string;
|
|
363
|
-
desconto: string;
|
|
364
|
-
campoNormal: string;
|
|
365
|
-
campoComErro: string;
|
|
366
|
-
campoDesabilitado: string;
|
|
367
|
-
nomeProduto: string;
|
|
368
|
-
quantidadeEstoque: string;
|
|
369
|
-
sku: string;
|
|
370
|
-
};
|
|
371
|
-
export declare const COMMON_PLACEHOLDERS: {
|
|
372
|
-
seuEmail: string;
|
|
373
|
-
digiteSenha: string;
|
|
374
|
-
telefoneExemplo: string;
|
|
375
|
-
nomeCompleto: string;
|
|
376
|
-
cpfExemplo: string;
|
|
377
|
-
nomeUsuario: string;
|
|
378
|
-
idadeExemplo: string;
|
|
379
|
-
enderecoExemplo: string;
|
|
380
|
-
cidadeExemplo: string;
|
|
381
|
-
cepExemplo: string;
|
|
382
|
-
empresaExemplo: string;
|
|
383
|
-
cargoExemplo: string;
|
|
384
|
-
tituloExemplo: string;
|
|
385
|
-
descricaoExemplo: string;
|
|
386
|
-
mensagemExemplo: string;
|
|
387
|
-
observacoesExemplo: string;
|
|
388
|
-
buscarExemplo: string;
|
|
389
|
-
buscarProdutos: string;
|
|
390
|
-
digitePesquisar: string;
|
|
391
|
-
buscarAqui: string;
|
|
392
|
-
confirmarSenha: string;
|
|
393
|
-
cvv: string;
|
|
394
|
-
precoExemplo: string;
|
|
395
|
-
valorExemplo: string;
|
|
396
|
-
digitarAqui: string;
|
|
397
|
-
emailInvalido: string;
|
|
398
|
-
naoEditar: string;
|
|
399
|
-
nomeProdutoExemplo: string;
|
|
400
|
-
quantidadeExemplo: string;
|
|
401
|
-
skuExemplo: string;
|
|
402
|
-
};
|
|
403
|
-
export declare const COMMON_HELPER_TEXTS: {
|
|
404
|
-
emailVerificacao: string;
|
|
405
|
-
senhaForte: string;
|
|
406
|
-
incluaDDD: string;
|
|
407
|
-
primeiroUltimoNome: string;
|
|
408
|
-
identificacaoFiscal: string;
|
|
409
|
-
identificadorUnico: string;
|
|
410
|
-
minimoCaracteres: string;
|
|
411
|
-
idadeMaior18: string;
|
|
412
|
-
incluaApartamento: string;
|
|
413
|
-
cidadeOndeVive: string;
|
|
414
|
-
cepCompleto: string;
|
|
415
|
-
nomeEmpresaTrabalha: string;
|
|
416
|
-
cargoAtual: string;
|
|
417
|
-
nomeUsuario: string;
|
|
418
|
-
sobrenomeCompleto: string;
|
|
419
|
-
tituloDescritivo: string;
|
|
420
|
-
descricaoDetalhada: string;
|
|
421
|
-
mensagemDetalhada: string;
|
|
422
|
-
observacoesAdicionais: string;
|
|
423
|
-
comentariosOpcionais: string;
|
|
424
|
-
usePalavrasChave: string;
|
|
425
|
-
pressioneEnterBuscar: string;
|
|
426
|
-
cliqueBolinha: string;
|
|
427
|
-
emailValido: string;
|
|
428
|
-
senhaSegura: string;
|
|
429
|
-
telefoneComDDD: string;
|
|
430
|
-
usuarioUnico: string;
|
|
431
|
-
senhasDevemCoincidir: string;
|
|
432
|
-
codigoTresDigitos: string;
|
|
433
|
-
digite3Caracteres: string;
|
|
434
|
-
valorEmReais: string;
|
|
435
|
-
digitePrecoBrasileiro: string;
|
|
436
|
-
moedaBrasileira: string;
|
|
437
|
-
moedaAmericana: string;
|
|
438
|
-
moedaEuropeia: string;
|
|
439
|
-
moedaBritanica: string;
|
|
440
|
-
digitePrecoProduto: string;
|
|
441
|
-
precoMaiorZero: string;
|
|
442
|
-
precoCalculadoAuto: string;
|
|
443
|
-
valorDentroLimite: string;
|
|
444
|
-
valorExcedeLimite: string;
|
|
445
|
-
campoObrigatorio: string;
|
|
446
|
-
custoProduto: string;
|
|
447
|
-
custosEnvio: string;
|
|
448
|
-
valorDesconto: string;
|
|
449
|
-
estadoNormal: string;
|
|
450
|
-
erroValidacao: string;
|
|
451
|
-
preenchidoAuto: string;
|
|
452
|
-
tituloDescriptivoProduto: string;
|
|
453
|
-
precoVendaProduto: string;
|
|
454
|
-
inventarioDisponivel: string;
|
|
455
|
-
identificadorUnicoProduto: string;
|
|
456
|
-
};
|
|
457
|
-
export declare const COMMON_TOOLTIPS: {
|
|
458
|
-
senhaRequisitos: string;
|
|
459
|
-
emailPrivacidade: string;
|
|
460
|
-
telefoneFormato: string;
|
|
461
|
-
cpfCnpjFormato: string;
|
|
462
|
-
usuarioRequisitos: string;
|
|
463
|
-
valorExemplo: string;
|
|
464
|
-
observacoesLimite: string;
|
|
465
|
-
skuExplicacao: string;
|
|
466
|
-
registroSeguranca: string;
|
|
467
|
-
taxIdProposito: string;
|
|
468
|
-
};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
|
+
import Input from '../Input';
|
|
4
|
+
export declare const commonArgTypes: {
|
|
5
|
+
label: {
|
|
6
|
+
description: string;
|
|
7
|
+
control: string;
|
|
8
|
+
};
|
|
9
|
+
placeholder: {
|
|
10
|
+
description: string;
|
|
11
|
+
control: string;
|
|
12
|
+
};
|
|
13
|
+
helperText: {
|
|
14
|
+
description: string;
|
|
15
|
+
control: string;
|
|
16
|
+
};
|
|
17
|
+
error: {
|
|
18
|
+
description: string;
|
|
19
|
+
control: string;
|
|
20
|
+
};
|
|
21
|
+
disabled: {
|
|
22
|
+
description: string;
|
|
23
|
+
control: string;
|
|
24
|
+
};
|
|
25
|
+
required: {
|
|
26
|
+
description: string;
|
|
27
|
+
control: string;
|
|
28
|
+
};
|
|
29
|
+
type: {
|
|
30
|
+
table: {
|
|
31
|
+
disable: boolean;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
defaultValue: {
|
|
35
|
+
table: {
|
|
36
|
+
disable: boolean;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
htmlFor: {
|
|
40
|
+
table: {
|
|
41
|
+
disable: boolean;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
export declare const adornmentSpecificProps: {
|
|
46
|
+
position: {
|
|
47
|
+
table: {
|
|
48
|
+
disable: boolean;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
export declare const tooltipSpecificProps: {
|
|
53
|
+
tooltipMessage: {
|
|
54
|
+
description: string;
|
|
55
|
+
control: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
export declare const currencySpecificProps: {
|
|
59
|
+
type: {
|
|
60
|
+
description: string;
|
|
61
|
+
control: {
|
|
62
|
+
type: null;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
adornment: {
|
|
66
|
+
description: string;
|
|
67
|
+
control: {
|
|
68
|
+
type: null;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
position: {
|
|
72
|
+
description: string;
|
|
73
|
+
control: {
|
|
74
|
+
type: string;
|
|
75
|
+
};
|
|
76
|
+
options: string[];
|
|
77
|
+
};
|
|
78
|
+
placeholder: {
|
|
79
|
+
description: string;
|
|
80
|
+
control: {
|
|
81
|
+
type: string;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
helperText: {
|
|
85
|
+
description: string;
|
|
86
|
+
control: {
|
|
87
|
+
type: string;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
error: {
|
|
91
|
+
description: string;
|
|
92
|
+
control: {
|
|
93
|
+
type: string;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
disabled: {
|
|
97
|
+
description: string;
|
|
98
|
+
control: {
|
|
99
|
+
type: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
defaultValue: {
|
|
103
|
+
description: string;
|
|
104
|
+
control: {
|
|
105
|
+
type: null;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
tooltipMessage: {
|
|
109
|
+
description: string;
|
|
110
|
+
control: {
|
|
111
|
+
type: string;
|
|
112
|
+
};
|
|
113
|
+
type: string;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
export declare const defaultUsageDecorator: ((Story: React.ComponentType) => JSX.Element)[];
|
|
117
|
+
export declare const createIntroduction: (description: string, overview: string, features?: string[]) => () => JSX.Element;
|
|
118
|
+
export declare const createCommonPatterns: (codeExamples: string[]) => () => JSX.Element;
|
|
119
|
+
export declare const SharedBestPractices: {
|
|
120
|
+
(): JSX.Element;
|
|
121
|
+
displayName: string;
|
|
122
|
+
};
|
|
123
|
+
export declare const TooltipBestPractices: {
|
|
124
|
+
(): JSX.Element;
|
|
125
|
+
displayName: string;
|
|
126
|
+
};
|
|
127
|
+
export declare const CurrencyBestPractices: {
|
|
128
|
+
(): JSX.Element;
|
|
129
|
+
displayName: string;
|
|
130
|
+
};
|
|
131
|
+
export declare const SharedCssClasses: {
|
|
132
|
+
(): JSX.Element;
|
|
133
|
+
displayName: string;
|
|
134
|
+
};
|
|
135
|
+
export declare const TooltipCssClasses: {
|
|
136
|
+
(): JSX.Element;
|
|
137
|
+
displayName: string;
|
|
138
|
+
};
|
|
139
|
+
export declare const createApiReference: (specificProps?: Array<{
|
|
140
|
+
prop: string;
|
|
141
|
+
type: string;
|
|
142
|
+
default: string;
|
|
143
|
+
description: string;
|
|
144
|
+
}>) => (() => JSX.Element);
|
|
145
|
+
export declare const SharedUsageExamples: {
|
|
146
|
+
(): JSX.Element;
|
|
147
|
+
displayName: string;
|
|
148
|
+
};
|
|
149
|
+
export declare const commonCodeExamples: {
|
|
150
|
+
basicUsage: string;
|
|
151
|
+
withValidation: string;
|
|
152
|
+
disabled: string;
|
|
153
|
+
withIcon: string;
|
|
154
|
+
currency: string;
|
|
155
|
+
tooltip: string;
|
|
156
|
+
};
|
|
157
|
+
export declare const containerStyles: {
|
|
158
|
+
form: {
|
|
159
|
+
display: string;
|
|
160
|
+
flexDirection: "column";
|
|
161
|
+
gap: string;
|
|
162
|
+
maxWidth: string;
|
|
163
|
+
};
|
|
164
|
+
grid: {
|
|
165
|
+
display: string;
|
|
166
|
+
gridTemplateColumns: string;
|
|
167
|
+
gap: string;
|
|
168
|
+
maxWidth: string;
|
|
169
|
+
};
|
|
170
|
+
inline: {
|
|
171
|
+
display: string;
|
|
172
|
+
gap: string;
|
|
173
|
+
alignItems: string;
|
|
174
|
+
flexWrap: "wrap";
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
export declare const defaultUsageControls: {
|
|
178
|
+
include: string[];
|
|
179
|
+
};
|
|
180
|
+
export declare const tooltipApiReference: {
|
|
181
|
+
prop: string;
|
|
182
|
+
type: string;
|
|
183
|
+
default: string;
|
|
184
|
+
description: string;
|
|
185
|
+
}[];
|
|
186
|
+
export declare const createMetaStructure: (title: string, argTypes: Record<string, unknown>, pageComponent: () => JSX.Element) => Meta<typeof Input>;
|
|
187
|
+
export declare const createStandardDocsPage: <T>(Introduction: () => JSX.Element, Usage: StoryObj<T>, CommonPatterns: () => JSX.Element, examples: Array<{
|
|
188
|
+
title: string;
|
|
189
|
+
story: StoryObj<T>;
|
|
190
|
+
}>, components: Array<React.ComponentType>, ApiReference: () => JSX.Element) => (() => JSX.Element);
|
|
191
|
+
export declare const INPUT_COMMON_DATA: {
|
|
192
|
+
LABELS: {
|
|
193
|
+
email: string;
|
|
194
|
+
senha: string;
|
|
195
|
+
telefone: string;
|
|
196
|
+
nomeCompleto: string;
|
|
197
|
+
cpfCnpj: string;
|
|
198
|
+
usuario: string;
|
|
199
|
+
idade: string;
|
|
200
|
+
endereco: string;
|
|
201
|
+
cidade: string;
|
|
202
|
+
cep: string;
|
|
203
|
+
empresa: string;
|
|
204
|
+
cargo: string;
|
|
205
|
+
nome: string;
|
|
206
|
+
sobrenome: string;
|
|
207
|
+
titulo: string;
|
|
208
|
+
descricao: string;
|
|
209
|
+
mensagem: string;
|
|
210
|
+
observacoes: string;
|
|
211
|
+
comentarios: string;
|
|
212
|
+
buscar: string;
|
|
213
|
+
buscarProdutos: string;
|
|
214
|
+
pesquisar: string;
|
|
215
|
+
confirmarSenha: string;
|
|
216
|
+
codigoSeguranca: string;
|
|
217
|
+
preco: string;
|
|
218
|
+
realBrasileiro: string;
|
|
219
|
+
dolarAmericano: string;
|
|
220
|
+
euro: string;
|
|
221
|
+
libraEsterlina: string;
|
|
222
|
+
precoCusto: string;
|
|
223
|
+
frete: string;
|
|
224
|
+
desconto: string;
|
|
225
|
+
campoNormal: string;
|
|
226
|
+
campoComErro: string;
|
|
227
|
+
campoDesabilitado: string;
|
|
228
|
+
nomeProduto: string;
|
|
229
|
+
quantidadeEstoque: string;
|
|
230
|
+
sku: string;
|
|
231
|
+
};
|
|
232
|
+
PLACEHOLDERS: {
|
|
233
|
+
seuEmail: string;
|
|
234
|
+
digiteSenha: string;
|
|
235
|
+
telefoneExemplo: string;
|
|
236
|
+
nomeCompleto: string;
|
|
237
|
+
cpfExemplo: string;
|
|
238
|
+
nomeUsuario: string;
|
|
239
|
+
idadeExemplo: string;
|
|
240
|
+
enderecoExemplo: string;
|
|
241
|
+
cidadeExemplo: string;
|
|
242
|
+
cepExemplo: string;
|
|
243
|
+
empresaExemplo: string;
|
|
244
|
+
cargoExemplo: string;
|
|
245
|
+
tituloExemplo: string;
|
|
246
|
+
descricaoExemplo: string;
|
|
247
|
+
mensagemExemplo: string;
|
|
248
|
+
observacoesExemplo: string;
|
|
249
|
+
buscarExemplo: string;
|
|
250
|
+
buscarProdutos: string;
|
|
251
|
+
digitePesquisar: string;
|
|
252
|
+
buscarAqui: string;
|
|
253
|
+
confirmarSenha: string;
|
|
254
|
+
cvv: string;
|
|
255
|
+
precoExemplo: string;
|
|
256
|
+
valorExemplo: string;
|
|
257
|
+
digitarAqui: string;
|
|
258
|
+
emailInvalido: string;
|
|
259
|
+
naoEditar: string;
|
|
260
|
+
nomeProdutoExemplo: string;
|
|
261
|
+
quantidadeExemplo: string;
|
|
262
|
+
skuExemplo: string;
|
|
263
|
+
};
|
|
264
|
+
HELPER_TEXTS: {
|
|
265
|
+
emailVerificacao: string;
|
|
266
|
+
senhaForte: string;
|
|
267
|
+
incluaDDD: string;
|
|
268
|
+
primeiroUltimoNome: string;
|
|
269
|
+
identificacaoFiscal: string;
|
|
270
|
+
identificadorUnico: string;
|
|
271
|
+
minimoCaracteres: string;
|
|
272
|
+
idadeMaior18: string;
|
|
273
|
+
incluaApartamento: string;
|
|
274
|
+
cidadeOndeVive: string;
|
|
275
|
+
cepCompleto: string;
|
|
276
|
+
nomeEmpresaTrabalha: string;
|
|
277
|
+
cargoAtual: string;
|
|
278
|
+
nomeUsuario: string;
|
|
279
|
+
sobrenomeCompleto: string;
|
|
280
|
+
tituloDescritivo: string;
|
|
281
|
+
descricaoDetalhada: string;
|
|
282
|
+
mensagemDetalhada: string;
|
|
283
|
+
observacoesAdicionais: string;
|
|
284
|
+
comentariosOpcionais: string;
|
|
285
|
+
usePalavrasChave: string;
|
|
286
|
+
pressioneEnterBuscar: string;
|
|
287
|
+
cliqueBolinha: string;
|
|
288
|
+
emailValido: string;
|
|
289
|
+
senhaSegura: string;
|
|
290
|
+
telefoneComDDD: string;
|
|
291
|
+
usuarioUnico: string;
|
|
292
|
+
senhasDevemCoincidir: string;
|
|
293
|
+
codigoTresDigitos: string;
|
|
294
|
+
digite3Caracteres: string;
|
|
295
|
+
valorEmReais: string;
|
|
296
|
+
digitePrecoBrasileiro: string;
|
|
297
|
+
moedaBrasileira: string;
|
|
298
|
+
moedaAmericana: string;
|
|
299
|
+
moedaEuropeia: string;
|
|
300
|
+
moedaBritanica: string;
|
|
301
|
+
digitePrecoProduto: string;
|
|
302
|
+
precoMaiorZero: string;
|
|
303
|
+
precoCalculadoAuto: string;
|
|
304
|
+
valorDentroLimite: string;
|
|
305
|
+
valorExcedeLimite: string;
|
|
306
|
+
campoObrigatorio: string;
|
|
307
|
+
custoProduto: string;
|
|
308
|
+
custosEnvio: string;
|
|
309
|
+
valorDesconto: string;
|
|
310
|
+
estadoNormal: string;
|
|
311
|
+
erroValidacao: string;
|
|
312
|
+
preenchidoAuto: string;
|
|
313
|
+
tituloDescriptivoProduto: string;
|
|
314
|
+
precoVendaProduto: string;
|
|
315
|
+
inventarioDisponivel: string;
|
|
316
|
+
identificadorUnicoProduto: string;
|
|
317
|
+
};
|
|
318
|
+
TOOLTIPS: {
|
|
319
|
+
senhaRequisitos: string;
|
|
320
|
+
emailPrivacidade: string;
|
|
321
|
+
telefoneFormato: string;
|
|
322
|
+
cpfCnpjFormato: string;
|
|
323
|
+
usuarioRequisitos: string;
|
|
324
|
+
valorExemplo: string;
|
|
325
|
+
observacoesLimite: string;
|
|
326
|
+
skuExplicacao: string;
|
|
327
|
+
registroSeguranca: string;
|
|
328
|
+
taxIdProposito: string;
|
|
329
|
+
};
|
|
330
|
+
};
|
|
331
|
+
export declare const COMMON_LABELS: {
|
|
332
|
+
email: string;
|
|
333
|
+
senha: string;
|
|
334
|
+
telefone: string;
|
|
335
|
+
nomeCompleto: string;
|
|
336
|
+
cpfCnpj: string;
|
|
337
|
+
usuario: string;
|
|
338
|
+
idade: string;
|
|
339
|
+
endereco: string;
|
|
340
|
+
cidade: string;
|
|
341
|
+
cep: string;
|
|
342
|
+
empresa: string;
|
|
343
|
+
cargo: string;
|
|
344
|
+
nome: string;
|
|
345
|
+
sobrenome: string;
|
|
346
|
+
titulo: string;
|
|
347
|
+
descricao: string;
|
|
348
|
+
mensagem: string;
|
|
349
|
+
observacoes: string;
|
|
350
|
+
comentarios: string;
|
|
351
|
+
buscar: string;
|
|
352
|
+
buscarProdutos: string;
|
|
353
|
+
pesquisar: string;
|
|
354
|
+
confirmarSenha: string;
|
|
355
|
+
codigoSeguranca: string;
|
|
356
|
+
preco: string;
|
|
357
|
+
realBrasileiro: string;
|
|
358
|
+
dolarAmericano: string;
|
|
359
|
+
euro: string;
|
|
360
|
+
libraEsterlina: string;
|
|
361
|
+
precoCusto: string;
|
|
362
|
+
frete: string;
|
|
363
|
+
desconto: string;
|
|
364
|
+
campoNormal: string;
|
|
365
|
+
campoComErro: string;
|
|
366
|
+
campoDesabilitado: string;
|
|
367
|
+
nomeProduto: string;
|
|
368
|
+
quantidadeEstoque: string;
|
|
369
|
+
sku: string;
|
|
370
|
+
};
|
|
371
|
+
export declare const COMMON_PLACEHOLDERS: {
|
|
372
|
+
seuEmail: string;
|
|
373
|
+
digiteSenha: string;
|
|
374
|
+
telefoneExemplo: string;
|
|
375
|
+
nomeCompleto: string;
|
|
376
|
+
cpfExemplo: string;
|
|
377
|
+
nomeUsuario: string;
|
|
378
|
+
idadeExemplo: string;
|
|
379
|
+
enderecoExemplo: string;
|
|
380
|
+
cidadeExemplo: string;
|
|
381
|
+
cepExemplo: string;
|
|
382
|
+
empresaExemplo: string;
|
|
383
|
+
cargoExemplo: string;
|
|
384
|
+
tituloExemplo: string;
|
|
385
|
+
descricaoExemplo: string;
|
|
386
|
+
mensagemExemplo: string;
|
|
387
|
+
observacoesExemplo: string;
|
|
388
|
+
buscarExemplo: string;
|
|
389
|
+
buscarProdutos: string;
|
|
390
|
+
digitePesquisar: string;
|
|
391
|
+
buscarAqui: string;
|
|
392
|
+
confirmarSenha: string;
|
|
393
|
+
cvv: string;
|
|
394
|
+
precoExemplo: string;
|
|
395
|
+
valorExemplo: string;
|
|
396
|
+
digitarAqui: string;
|
|
397
|
+
emailInvalido: string;
|
|
398
|
+
naoEditar: string;
|
|
399
|
+
nomeProdutoExemplo: string;
|
|
400
|
+
quantidadeExemplo: string;
|
|
401
|
+
skuExemplo: string;
|
|
402
|
+
};
|
|
403
|
+
export declare const COMMON_HELPER_TEXTS: {
|
|
404
|
+
emailVerificacao: string;
|
|
405
|
+
senhaForte: string;
|
|
406
|
+
incluaDDD: string;
|
|
407
|
+
primeiroUltimoNome: string;
|
|
408
|
+
identificacaoFiscal: string;
|
|
409
|
+
identificadorUnico: string;
|
|
410
|
+
minimoCaracteres: string;
|
|
411
|
+
idadeMaior18: string;
|
|
412
|
+
incluaApartamento: string;
|
|
413
|
+
cidadeOndeVive: string;
|
|
414
|
+
cepCompleto: string;
|
|
415
|
+
nomeEmpresaTrabalha: string;
|
|
416
|
+
cargoAtual: string;
|
|
417
|
+
nomeUsuario: string;
|
|
418
|
+
sobrenomeCompleto: string;
|
|
419
|
+
tituloDescritivo: string;
|
|
420
|
+
descricaoDetalhada: string;
|
|
421
|
+
mensagemDetalhada: string;
|
|
422
|
+
observacoesAdicionais: string;
|
|
423
|
+
comentariosOpcionais: string;
|
|
424
|
+
usePalavrasChave: string;
|
|
425
|
+
pressioneEnterBuscar: string;
|
|
426
|
+
cliqueBolinha: string;
|
|
427
|
+
emailValido: string;
|
|
428
|
+
senhaSegura: string;
|
|
429
|
+
telefoneComDDD: string;
|
|
430
|
+
usuarioUnico: string;
|
|
431
|
+
senhasDevemCoincidir: string;
|
|
432
|
+
codigoTresDigitos: string;
|
|
433
|
+
digite3Caracteres: string;
|
|
434
|
+
valorEmReais: string;
|
|
435
|
+
digitePrecoBrasileiro: string;
|
|
436
|
+
moedaBrasileira: string;
|
|
437
|
+
moedaAmericana: string;
|
|
438
|
+
moedaEuropeia: string;
|
|
439
|
+
moedaBritanica: string;
|
|
440
|
+
digitePrecoProduto: string;
|
|
441
|
+
precoMaiorZero: string;
|
|
442
|
+
precoCalculadoAuto: string;
|
|
443
|
+
valorDentroLimite: string;
|
|
444
|
+
valorExcedeLimite: string;
|
|
445
|
+
campoObrigatorio: string;
|
|
446
|
+
custoProduto: string;
|
|
447
|
+
custosEnvio: string;
|
|
448
|
+
valorDesconto: string;
|
|
449
|
+
estadoNormal: string;
|
|
450
|
+
erroValidacao: string;
|
|
451
|
+
preenchidoAuto: string;
|
|
452
|
+
tituloDescriptivoProduto: string;
|
|
453
|
+
precoVendaProduto: string;
|
|
454
|
+
inventarioDisponivel: string;
|
|
455
|
+
identificadorUnicoProduto: string;
|
|
456
|
+
};
|
|
457
|
+
export declare const COMMON_TOOLTIPS: {
|
|
458
|
+
senhaRequisitos: string;
|
|
459
|
+
emailPrivacidade: string;
|
|
460
|
+
telefoneFormato: string;
|
|
461
|
+
cpfCnpjFormato: string;
|
|
462
|
+
usuarioRequisitos: string;
|
|
463
|
+
valorExemplo: string;
|
|
464
|
+
observacoesLimite: string;
|
|
465
|
+
skuExplicacao: string;
|
|
466
|
+
registroSeguranca: string;
|
|
467
|
+
taxIdProposito: string;
|
|
468
|
+
};
|
|
469
469
|
//# sourceMappingURL=_shared.d.ts.map
|