@redhq/ui 2.3.0 → 3.0.1
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/dist/App.d.ts +2 -0
- package/dist/components/base/Button/Button.d.ts +28 -0
- package/dist/components/base/Button/index.d.ts +1 -0
- package/dist/components/base/Button/styles.d.ts +51 -0
- package/dist/components/base/Card/Card.d.ts +38 -0
- package/dist/components/base/Card/CardAddress.d.ts +14 -0
- package/dist/components/base/Card/CardAddressWrapper.d.ts +14 -0
- package/dist/components/base/Card/CardBase.d.ts +14 -0
- package/dist/components/base/Card/CardContext.d.ts +3 -0
- package/dist/components/base/Card/CardDetails.d.ts +14 -0
- package/dist/components/base/Card/CardDetailsWrapper.d.ts +14 -0
- package/dist/components/base/Card/CardFeature.d.ts +20 -0
- package/dist/components/base/Card/CardFeatures.d.ts +14 -0
- package/dist/components/base/Card/CardImage.d.ts +16 -0
- package/dist/components/base/Card/CardImageWrapper.d.ts +16 -0
- package/dist/components/base/Card/CardProvider.d.ts +4 -0
- package/dist/components/base/Card/CardStat.d.ts +14 -0
- package/dist/components/base/Card/CardStats.d.ts +14 -0
- package/dist/components/base/Card/CardSuburb.d.ts +14 -0
- package/dist/components/base/Card/CardTag.d.ts +14 -0
- package/dist/components/base/Card/index.d.ts +1 -0
- package/dist/components/base/Image.d.ts +5 -0
- package/dist/components/base/index.d.ts +2 -0
- package/dist/components/digital/Cover/Cover.d.ts +21 -0
- package/dist/components/digital/Cover/CoverBase.d.ts +14 -0
- package/dist/components/digital/Cover/CoverContext.d.ts +3 -0
- package/dist/components/digital/Cover/CoverImage.d.ts +16 -0
- package/dist/components/digital/Cover/CoverOverlay.d.ts +16 -0
- package/dist/components/digital/Cover/CoverOverlayContainer.d.ts +14 -0
- package/dist/components/digital/Cover/CoverProvider.d.ts +4 -0
- package/dist/components/digital/Cover/CoverTitle.d.ts +14 -0
- package/dist/components/digital/Cover/index.d.ts +1 -0
- package/dist/components/digital/Drawer/Drawer.d.ts +27 -0
- package/dist/components/digital/Drawer/DrawerBase.d.ts +18 -0
- package/dist/components/digital/Drawer/DrawerClose.d.ts +16 -0
- package/dist/components/digital/Drawer/DrawerContext.d.ts +4 -0
- package/dist/components/digital/Drawer/DrawerItem.d.ts +18 -0
- package/dist/components/digital/Drawer/DrawerLogo.d.ts +16 -0
- package/dist/components/digital/Drawer/DrawerLogoWrapper.d.ts +14 -0
- package/dist/components/digital/Drawer/DrawerMenu.d.ts +14 -0
- package/dist/components/digital/Drawer/DrawerOverlay.d.ts +16 -0
- package/dist/components/digital/Drawer/DrawerProvider.d.ts +5 -0
- package/dist/components/digital/Drawer/index.d.ts +1 -0
- package/dist/components/digital/Header/Header.d.ts +21 -0
- package/dist/components/digital/Header/HeaderBase.d.ts +16 -0
- package/dist/components/digital/Header/HeaderBurgerMenu.d.ts +16 -0
- package/dist/components/digital/Header/HeaderContext.d.ts +5 -0
- package/dist/components/digital/Header/HeaderItem.d.ts +18 -0
- package/dist/components/digital/Header/HeaderLogo.d.ts +16 -0
- package/dist/components/digital/Header/HeaderMenu.d.ts +14 -0
- package/dist/components/digital/Header/HeaderProvider.d.ts +4 -0
- package/dist/components/digital/Header/index.d.ts +1 -0
- package/dist/components/digital/NextSteps/NextSteps.d.ts +21 -0
- package/dist/components/digital/NextSteps/NextStepsBase.d.ts +14 -0
- package/dist/components/digital/NextSteps/NextStepsContainer.d.ts +14 -0
- package/dist/components/digital/NextSteps/NextStepsContent.d.ts +14 -0
- package/dist/components/digital/NextSteps/NextStepsContext.d.ts +3 -0
- package/dist/components/digital/NextSteps/NextStepsCtaWrapper.d.ts +14 -0
- package/dist/components/digital/NextSteps/NextStepsProvider.d.ts +4 -0
- package/dist/components/digital/NextSteps/NextStepsTitle.d.ts +14 -0
- package/dist/components/digital/NextSteps/index.d.ts +1 -0
- package/dist/components/digital/Record/Record.d.ts +21 -0
- package/dist/components/digital/Record/RecordBase.d.ts +12 -0
- package/dist/components/digital/Record/RecordContext.d.ts +9 -0
- package/dist/components/digital/Record/RecordGrid.d.ts +22 -0
- package/dist/components/digital/Record/RecordItem.d.ts +12 -0
- package/dist/components/digital/Record/RecordProvider.d.ts +5 -0
- package/dist/components/digital/Record/RecordTitle.d.ts +14 -0
- package/dist/components/digital/Record/index.d.ts +1 -0
- package/dist/components/digital/Testimonials/Testimonials.d.ts +19 -0
- package/dist/components/digital/Testimonials/TestimonialsBase.d.ts +14 -0
- package/dist/components/digital/Testimonials/TestimonialsCarousel.d.ts +33 -0
- package/dist/components/digital/Testimonials/TestimonialsContainer.d.ts +15 -0
- package/dist/components/digital/Testimonials/TestimonialsContext.d.ts +9 -0
- package/dist/components/digital/Testimonials/TestimonialsProvider.d.ts +5 -0
- package/dist/components/digital/Testimonials/index.d.ts +1 -0
- package/dist/components/digital/index.d.ts +6 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/compound/Banner/Banner.d.ts +17 -0
- package/dist/compound/Banner/BannerBase.d.ts +12 -0
- package/dist/compound/Banner/BannerContext.d.ts +5 -0
- package/dist/compound/Banner/BannerProvider.d.ts +6 -0
- package/dist/compound/Banner/index.d.ts +1 -0
- package/dist/compound/Banner/preview/PreviewBase.d.ts +12 -0
- package/dist/compound/Banner/print/PrintBase.d.ts +6 -0
- package/dist/compound/Calendar/Calendar.d.ts +45 -0
- package/dist/compound/Calendar/CalendarContainer.d.ts +13 -0
- package/dist/compound/Calendar/CalendarContext.d.ts +4 -0
- package/dist/compound/Calendar/CalendarFooter.d.ts +13 -0
- package/dist/compound/Calendar/CalendarFooterLogo.d.ts +15 -0
- package/dist/compound/Calendar/CalendarFooterText.d.ts +13 -0
- package/dist/compound/Calendar/CalendarGhostFooter.d.ts +13 -0
- package/dist/compound/Calendar/CalendarImage.d.ts +15 -0
- package/dist/compound/Calendar/CalendarPage.d.ts +25 -0
- package/dist/compound/Calendar/CalendarProvider.d.ts +5 -0
- package/dist/compound/Calendar/CalendarTable.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTableBody.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTableCell.d.ts +15 -0
- package/dist/compound/Calendar/CalendarTableCellDate.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTableCellItem.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTableCellText.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTableHead.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTableRow.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTitle.d.ts +13 -0
- package/dist/compound/Calendar/index.d.ts +1 -0
- package/dist/compound/Cover/Cover.d.ts +35 -0
- package/dist/compound/Cover/CoverAddress.d.ts +13 -0
- package/dist/compound/Cover/CoverAgent.d.ts +13 -0
- package/dist/compound/Cover/CoverBase.d.ts +25 -0
- package/dist/compound/Cover/CoverContainer.d.ts +13 -0
- package/dist/compound/Cover/CoverContext.d.ts +4 -0
- package/dist/compound/Cover/CoverDetailsWrapper.d.ts +13 -0
- package/dist/compound/Cover/CoverFooter.d.ts +13 -0
- package/dist/compound/Cover/CoverFooterLogo.d.ts +15 -0
- package/dist/compound/Cover/CoverFooterText.d.ts +13 -0
- package/dist/compound/Cover/CoverImage.d.ts +15 -0
- package/dist/compound/Cover/CoverProvider.d.ts +5 -0
- package/dist/compound/Cover/CoverTitle.d.ts +13 -0
- package/dist/compound/Cover/CoverVendor.d.ts +13 -0
- package/dist/compound/Cover/index.d.ts +1 -0
- package/dist/compound/Letter/Letter.d.ts +51 -0
- package/dist/compound/Letter/LetterAgent.d.ts +13 -0
- package/dist/compound/Letter/LetterAgentEmail.d.ts +13 -0
- package/dist/compound/Letter/LetterAgentImage.d.ts +15 -0
- package/dist/compound/Letter/LetterAgentName.d.ts +13 -0
- package/dist/compound/Letter/LetterAgentOfficeLicense.d.ts +13 -0
- package/dist/compound/Letter/LetterAgentPhone.d.ts +13 -0
- package/dist/compound/Letter/LetterAgentWrapper.d.ts +13 -0
- package/dist/compound/Letter/LetterBase.d.ts +25 -0
- package/dist/compound/Letter/LetterBody.d.ts +13 -0
- package/dist/compound/Letter/LetterClosing.d.ts +13 -0
- package/dist/compound/Letter/LetterContainer.d.ts +13 -0
- package/dist/compound/Letter/LetterContent.d.ts +13 -0
- package/dist/compound/Letter/LetterContext.d.ts +4 -0
- package/dist/compound/Letter/LetterDetails.d.ts +13 -0
- package/dist/compound/Letter/LetterFooter.d.ts +13 -0
- package/dist/compound/Letter/LetterFooterLogo.d.ts +15 -0
- package/dist/compound/Letter/LetterFooterText.d.ts +13 -0
- package/dist/compound/Letter/LetterImage.d.ts +15 -0
- package/dist/compound/Letter/LetterProvider.d.ts +5 -0
- package/dist/compound/Letter/LetterSalutation.d.ts +13 -0
- package/dist/compound/Letter/LetterTitle.d.ts +13 -0
- package/dist/compound/Letter/index.d.ts +1 -0
- package/dist/compound/index.d.ts +3 -0
- package/dist/data.d.ts +145 -0
- package/dist/hooks/useContainerWidth.d.ts +2 -0
- package/dist/icons/CloseIcon.d.ts +1 -0
- package/dist/icons/MenuIcon.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/lib/aspectRatio.d.ts +1 -0
- package/dist/lib/cn.d.ts +5 -0
- package/dist/lib/gridCol.d.ts +1 -0
- package/dist/lib/pageDimensions.d.ts +46 -0
- package/dist/lib/unitFormatter.d.ts +1 -0
- package/dist/main.d.ts +1 -0
- package/dist/pages/BaseComponents.d.ts +1 -0
- package/dist/pages/Bayleys.d.ts +4 -0
- package/dist/pages/Coronis.d.ts +4 -0
- package/dist/pages/components/BayleysCarouselItem.d.ts +6 -0
- package/dist/pages/components/CompoundCard.d.ts +9 -0
- package/dist/pages/components/CoronisCarouselItem.d.ts +4 -0
- package/dist/pages/data.d.ts +6 -0
- package/dist/pagesV2/Bayleys.d.ts +4 -0
- package/dist/pagesV2/BayleysRural.d.ts +4 -0
- package/dist/pagesV2/Coronis.d.ts +4 -0
- package/dist/pagesV2/_components/BayleysCompoundCalendar.d.ts +7 -0
- package/dist/pagesV2/_components/BayleysCompoundCover.d.ts +7 -0
- package/dist/pagesV2/_components/BayleysCompoundLetter.d.ts +7 -0
- package/dist/pagesV2/_components/CoronisCompoundCover.d.ts +8 -0
- package/dist/pagesV2/_components/RuralCompoundCover.d.ts +7 -0
- package/dist/pagesV2/_components/Wrapper.d.ts +14 -0
- package/dist/pagesV2/data.d.ts +87 -0
- package/dist/pagesV2/styles.d.ts +285 -0
- package/dist/shared/argtypes/index.d.ts +232 -0
- package/dist/shared/index.d.ts +2 -0
- package/dist/shared/params/index.d.ts +9 -0
- package/dist/stories/base/Button.stories.d.ts +83 -0
- package/dist/stories/print/Calendar.stories.d.ts +337 -0
- package/dist/stories/print/Cover.stories.d.ts +186 -0
- package/dist/stories/print/Letter.stories.d.ts +277 -0
- package/package.json +8 -1
|
@@ -0,0 +1,337 @@
|
|
|
1
|
+
import { Calendar } from '../../compound';
|
|
2
|
+
import { paramaters } from '../../shared';
|
|
3
|
+
declare namespace _default {
|
|
4
|
+
export let title: string;
|
|
5
|
+
export { Calendar as componet };
|
|
6
|
+
export let tags: string[];
|
|
7
|
+
export { paramaters as parameters };
|
|
8
|
+
export let argTypes: {
|
|
9
|
+
style: {
|
|
10
|
+
control: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
footerLogo: {
|
|
14
|
+
control: string;
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
footerText: {
|
|
18
|
+
control: string;
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
control: string;
|
|
23
|
+
description: string;
|
|
24
|
+
type: {
|
|
25
|
+
name: string;
|
|
26
|
+
required: boolean;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
alt: {
|
|
30
|
+
control: string;
|
|
31
|
+
description: string;
|
|
32
|
+
type: {
|
|
33
|
+
name: string;
|
|
34
|
+
required: boolean;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
src: {
|
|
38
|
+
control: string;
|
|
39
|
+
description: string;
|
|
40
|
+
type: {
|
|
41
|
+
name: string;
|
|
42
|
+
required: boolean;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
id: {
|
|
46
|
+
control: string;
|
|
47
|
+
description: string;
|
|
48
|
+
type: {
|
|
49
|
+
name: string;
|
|
50
|
+
required: boolean;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
mode: {
|
|
54
|
+
control: string;
|
|
55
|
+
options: string[];
|
|
56
|
+
description: string;
|
|
57
|
+
};
|
|
58
|
+
size: {
|
|
59
|
+
control: {
|
|
60
|
+
type: string;
|
|
61
|
+
};
|
|
62
|
+
options: string[];
|
|
63
|
+
description: string;
|
|
64
|
+
};
|
|
65
|
+
orientation: {
|
|
66
|
+
control: string;
|
|
67
|
+
description: string;
|
|
68
|
+
table: {
|
|
69
|
+
readonly: boolean;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
export default _default;
|
|
75
|
+
export namespace Bayleys {
|
|
76
|
+
let args: {
|
|
77
|
+
style: {
|
|
78
|
+
footer: {
|
|
79
|
+
position: "absolute";
|
|
80
|
+
left: number;
|
|
81
|
+
right: number;
|
|
82
|
+
bottom: number;
|
|
83
|
+
zIndex: number;
|
|
84
|
+
width: string;
|
|
85
|
+
height: string;
|
|
86
|
+
padding: string;
|
|
87
|
+
gap: string;
|
|
88
|
+
display: "flex";
|
|
89
|
+
flexDirection: "row";
|
|
90
|
+
alignItems: "center";
|
|
91
|
+
justifyContent: "space-between";
|
|
92
|
+
backgroundColor: string;
|
|
93
|
+
borderTop: string;
|
|
94
|
+
borderBottom: string;
|
|
95
|
+
};
|
|
96
|
+
footerLogo: {
|
|
97
|
+
width: string;
|
|
98
|
+
height: string;
|
|
99
|
+
};
|
|
100
|
+
footerText: {
|
|
101
|
+
fontSize: string;
|
|
102
|
+
};
|
|
103
|
+
table: {
|
|
104
|
+
marginTop: string;
|
|
105
|
+
width: string;
|
|
106
|
+
};
|
|
107
|
+
thead: {
|
|
108
|
+
width: string;
|
|
109
|
+
};
|
|
110
|
+
tbody: {
|
|
111
|
+
width: string;
|
|
112
|
+
};
|
|
113
|
+
tr: {
|
|
114
|
+
width: string;
|
|
115
|
+
display: "flex";
|
|
116
|
+
flexDirection: "row";
|
|
117
|
+
borderLeft: string;
|
|
118
|
+
};
|
|
119
|
+
th: {
|
|
120
|
+
height: string;
|
|
121
|
+
color: string;
|
|
122
|
+
padding: string;
|
|
123
|
+
fontWeight: number;
|
|
124
|
+
borderTop: string;
|
|
125
|
+
};
|
|
126
|
+
td: {
|
|
127
|
+
minHeight: string;
|
|
128
|
+
padding: string;
|
|
129
|
+
fontWeight: string;
|
|
130
|
+
display: "flex";
|
|
131
|
+
alignItems: "center";
|
|
132
|
+
justifyContent: "center";
|
|
133
|
+
flexDirection: "column";
|
|
134
|
+
};
|
|
135
|
+
thtext: {
|
|
136
|
+
textAlign: "center";
|
|
137
|
+
};
|
|
138
|
+
tdtext: {
|
|
139
|
+
textAlign: "center";
|
|
140
|
+
letterSpacing: string;
|
|
141
|
+
};
|
|
142
|
+
tdhead: {
|
|
143
|
+
height: string;
|
|
144
|
+
backgroundColor: string;
|
|
145
|
+
padding: string;
|
|
146
|
+
fontWeight: number;
|
|
147
|
+
};
|
|
148
|
+
tdheadtext: {
|
|
149
|
+
textAlign: "left";
|
|
150
|
+
};
|
|
151
|
+
cellDate: {
|
|
152
|
+
position: "absolute";
|
|
153
|
+
top: string;
|
|
154
|
+
left: string;
|
|
155
|
+
};
|
|
156
|
+
cellItem: {
|
|
157
|
+
width: string;
|
|
158
|
+
padding: string;
|
|
159
|
+
marginBottom: string;
|
|
160
|
+
textAlign: "center";
|
|
161
|
+
};
|
|
162
|
+
title: {
|
|
163
|
+
width: string;
|
|
164
|
+
color: string;
|
|
165
|
+
fontSize: string;
|
|
166
|
+
lineHeight: string;
|
|
167
|
+
fontWeight: string;
|
|
168
|
+
fontStyle: "normal";
|
|
169
|
+
};
|
|
170
|
+
titleBorder: {
|
|
171
|
+
width: string;
|
|
172
|
+
height: string;
|
|
173
|
+
backgroundColor: string;
|
|
174
|
+
marginTop: string;
|
|
175
|
+
};
|
|
176
|
+
page: import("@react-pdf/renderer").Styles;
|
|
177
|
+
image: {
|
|
178
|
+
height: string;
|
|
179
|
+
minHeight: string;
|
|
180
|
+
};
|
|
181
|
+
container: {
|
|
182
|
+
marginTop: string;
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
footerLogo: string;
|
|
186
|
+
footerText: string;
|
|
187
|
+
title: string;
|
|
188
|
+
calendar: {
|
|
189
|
+
calendar: {
|
|
190
|
+
id: number;
|
|
191
|
+
color: string;
|
|
192
|
+
event: string;
|
|
193
|
+
date: string;
|
|
194
|
+
}[][][];
|
|
195
|
+
dates: string[][];
|
|
196
|
+
template: {
|
|
197
|
+
id: number;
|
|
198
|
+
client_id: number;
|
|
199
|
+
name: string;
|
|
200
|
+
menu_name: string;
|
|
201
|
+
created_at: string;
|
|
202
|
+
updated_at: string;
|
|
203
|
+
pages: {
|
|
204
|
+
id: number;
|
|
205
|
+
template_id: number;
|
|
206
|
+
name: string;
|
|
207
|
+
slide: string;
|
|
208
|
+
section: any;
|
|
209
|
+
form: string;
|
|
210
|
+
order: number;
|
|
211
|
+
configuration: {
|
|
212
|
+
extraFields: any[];
|
|
213
|
+
propertyFields: ({
|
|
214
|
+
key: string;
|
|
215
|
+
label: string;
|
|
216
|
+
value: any;
|
|
217
|
+
field_type: string;
|
|
218
|
+
required?: undefined;
|
|
219
|
+
type?: undefined;
|
|
220
|
+
options?: undefined;
|
|
221
|
+
} | {
|
|
222
|
+
key: string;
|
|
223
|
+
label: string;
|
|
224
|
+
value: any;
|
|
225
|
+
required: boolean;
|
|
226
|
+
field_type: string;
|
|
227
|
+
type?: undefined;
|
|
228
|
+
options?: undefined;
|
|
229
|
+
} | {
|
|
230
|
+
key: string;
|
|
231
|
+
type: string;
|
|
232
|
+
label: string;
|
|
233
|
+
value: any;
|
|
234
|
+
field_type: string;
|
|
235
|
+
required?: undefined;
|
|
236
|
+
options?: undefined;
|
|
237
|
+
} | {
|
|
238
|
+
key: string;
|
|
239
|
+
label: string;
|
|
240
|
+
value: any;
|
|
241
|
+
options: any[];
|
|
242
|
+
required: boolean;
|
|
243
|
+
field_type: string;
|
|
244
|
+
type?: undefined;
|
|
245
|
+
} | {
|
|
246
|
+
key: string;
|
|
247
|
+
label: string;
|
|
248
|
+
value: any;
|
|
249
|
+
options: {
|
|
250
|
+
label: string;
|
|
251
|
+
value: string;
|
|
252
|
+
}[];
|
|
253
|
+
field_type: string;
|
|
254
|
+
required?: undefined;
|
|
255
|
+
type?: undefined;
|
|
256
|
+
})[];
|
|
257
|
+
searchPropertyFields: ({
|
|
258
|
+
key: string;
|
|
259
|
+
label: string;
|
|
260
|
+
value: string;
|
|
261
|
+
hidden: boolean;
|
|
262
|
+
colSpan: number;
|
|
263
|
+
canRemove: boolean;
|
|
264
|
+
field_type: string;
|
|
265
|
+
options?: undefined;
|
|
266
|
+
disabled?: undefined;
|
|
267
|
+
} | {
|
|
268
|
+
key: string;
|
|
269
|
+
label: string;
|
|
270
|
+
value: string;
|
|
271
|
+
colSpan: number;
|
|
272
|
+
options: ({
|
|
273
|
+
label: string;
|
|
274
|
+
value: string;
|
|
275
|
+
} | {
|
|
276
|
+
label: string;
|
|
277
|
+
value: number;
|
|
278
|
+
})[];
|
|
279
|
+
disabled: boolean;
|
|
280
|
+
canRemove: boolean;
|
|
281
|
+
field_type: string;
|
|
282
|
+
hidden?: undefined;
|
|
283
|
+
} | {
|
|
284
|
+
key: string;
|
|
285
|
+
label: string;
|
|
286
|
+
value: string;
|
|
287
|
+
colSpan: number;
|
|
288
|
+
options: ({
|
|
289
|
+
label: string;
|
|
290
|
+
value: string;
|
|
291
|
+
} | {
|
|
292
|
+
label: string;
|
|
293
|
+
value: number;
|
|
294
|
+
})[];
|
|
295
|
+
canRemove: boolean;
|
|
296
|
+
field_type: string;
|
|
297
|
+
hidden?: undefined;
|
|
298
|
+
disabled?: undefined;
|
|
299
|
+
} | {
|
|
300
|
+
key: string;
|
|
301
|
+
label: string;
|
|
302
|
+
value: any;
|
|
303
|
+
colSpan: number;
|
|
304
|
+
canRemove: boolean;
|
|
305
|
+
field_type: string;
|
|
306
|
+
hidden?: undefined;
|
|
307
|
+
options?: undefined;
|
|
308
|
+
disabled?: undefined;
|
|
309
|
+
} | {
|
|
310
|
+
key: string;
|
|
311
|
+
label: string;
|
|
312
|
+
value: string;
|
|
313
|
+
hidden: boolean;
|
|
314
|
+
colSpan: number;
|
|
315
|
+
options: {
|
|
316
|
+
label: string;
|
|
317
|
+
value: string;
|
|
318
|
+
}[];
|
|
319
|
+
canRemove: boolean;
|
|
320
|
+
field_type: string;
|
|
321
|
+
disabled?: undefined;
|
|
322
|
+
})[];
|
|
323
|
+
};
|
|
324
|
+
created_at: string;
|
|
325
|
+
updated_at: string;
|
|
326
|
+
}[];
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
alt: string;
|
|
330
|
+
src: string;
|
|
331
|
+
id: string;
|
|
332
|
+
mode: string;
|
|
333
|
+
size: string;
|
|
334
|
+
orientation: string;
|
|
335
|
+
};
|
|
336
|
+
function render(args: any): import("react/jsx-runtime").JSX.Element;
|
|
337
|
+
}
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
import { Cover } from '../../compound';
|
|
2
|
+
import { paramaters } from '../../shared';
|
|
3
|
+
declare namespace _default {
|
|
4
|
+
export let title: string;
|
|
5
|
+
export { Cover as component };
|
|
6
|
+
export let tags: string[];
|
|
7
|
+
export { paramaters as parameters };
|
|
8
|
+
export let argTypes: {
|
|
9
|
+
style: {
|
|
10
|
+
control: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
footerLogo: {
|
|
14
|
+
control: string;
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
footerText: {
|
|
18
|
+
control: string;
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
21
|
+
address: {
|
|
22
|
+
control: string;
|
|
23
|
+
description: string;
|
|
24
|
+
type: {
|
|
25
|
+
name: string;
|
|
26
|
+
required: boolean;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
suburb: {
|
|
30
|
+
control: string;
|
|
31
|
+
description: string;
|
|
32
|
+
type: {
|
|
33
|
+
name: string;
|
|
34
|
+
required: boolean;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
control: string;
|
|
38
|
+
description: string;
|
|
39
|
+
table: {
|
|
40
|
+
type: {
|
|
41
|
+
summary: string;
|
|
42
|
+
detail: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
vendor: {
|
|
46
|
+
control: string;
|
|
47
|
+
description: string;
|
|
48
|
+
type: {
|
|
49
|
+
name: string;
|
|
50
|
+
required: boolean;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
title: {
|
|
54
|
+
control: string;
|
|
55
|
+
description: string;
|
|
56
|
+
type: {
|
|
57
|
+
name: string;
|
|
58
|
+
required: boolean;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
alt: {
|
|
62
|
+
control: string;
|
|
63
|
+
description: string;
|
|
64
|
+
type: {
|
|
65
|
+
name: string;
|
|
66
|
+
required: boolean;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
src: {
|
|
70
|
+
control: string;
|
|
71
|
+
description: string;
|
|
72
|
+
type: {
|
|
73
|
+
name: string;
|
|
74
|
+
required: boolean;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
id: {
|
|
78
|
+
control: string;
|
|
79
|
+
description: string;
|
|
80
|
+
type: {
|
|
81
|
+
name: string;
|
|
82
|
+
required: boolean;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
mode: {
|
|
86
|
+
control: string;
|
|
87
|
+
options: string[];
|
|
88
|
+
description: string;
|
|
89
|
+
};
|
|
90
|
+
size: {
|
|
91
|
+
control: {
|
|
92
|
+
type: string;
|
|
93
|
+
};
|
|
94
|
+
options: string[];
|
|
95
|
+
description: string;
|
|
96
|
+
};
|
|
97
|
+
orientation: {
|
|
98
|
+
control: string;
|
|
99
|
+
description: string;
|
|
100
|
+
table: {
|
|
101
|
+
readonly: boolean;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
export default _default;
|
|
107
|
+
export namespace Bayleys {
|
|
108
|
+
let args: {
|
|
109
|
+
style: {
|
|
110
|
+
footer: {
|
|
111
|
+
position: "absolute";
|
|
112
|
+
left: number;
|
|
113
|
+
right: number;
|
|
114
|
+
bottom: number;
|
|
115
|
+
zIndex: number;
|
|
116
|
+
width: string;
|
|
117
|
+
height: string;
|
|
118
|
+
padding: string;
|
|
119
|
+
gap: string;
|
|
120
|
+
display: "flex";
|
|
121
|
+
flexDirection: "row";
|
|
122
|
+
alignItems: "center";
|
|
123
|
+
justifyContent: "space-between";
|
|
124
|
+
backgroundColor: string;
|
|
125
|
+
borderTop: string;
|
|
126
|
+
borderBottom: string;
|
|
127
|
+
};
|
|
128
|
+
footerLogo: {
|
|
129
|
+
width: string;
|
|
130
|
+
height: string;
|
|
131
|
+
};
|
|
132
|
+
footerText: {
|
|
133
|
+
fontSize: string;
|
|
134
|
+
};
|
|
135
|
+
vendor: {
|
|
136
|
+
fontWeight: string;
|
|
137
|
+
marginTop: string;
|
|
138
|
+
};
|
|
139
|
+
address: {
|
|
140
|
+
fontWeight: string;
|
|
141
|
+
marginTop: string;
|
|
142
|
+
};
|
|
143
|
+
agent: {
|
|
144
|
+
fontWeight: string;
|
|
145
|
+
};
|
|
146
|
+
title: {
|
|
147
|
+
width: string;
|
|
148
|
+
color: string;
|
|
149
|
+
fontSize: string;
|
|
150
|
+
lineHeight: string;
|
|
151
|
+
fontWeight: string;
|
|
152
|
+
fontStyle: "normal";
|
|
153
|
+
};
|
|
154
|
+
titleBorder: {
|
|
155
|
+
width: string;
|
|
156
|
+
height: string;
|
|
157
|
+
backgroundColor: string;
|
|
158
|
+
marginTop: string;
|
|
159
|
+
};
|
|
160
|
+
page: {
|
|
161
|
+
backgroundColor: string;
|
|
162
|
+
};
|
|
163
|
+
image: {
|
|
164
|
+
height: string;
|
|
165
|
+
minHeight: string;
|
|
166
|
+
};
|
|
167
|
+
container: {
|
|
168
|
+
marginTop: string;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
footerLogo: string;
|
|
172
|
+
footerText: string;
|
|
173
|
+
title: string;
|
|
174
|
+
vendor: string;
|
|
175
|
+
agent: string;
|
|
176
|
+
address: string;
|
|
177
|
+
suburb: string;
|
|
178
|
+
alt: string;
|
|
179
|
+
src: string;
|
|
180
|
+
id: string;
|
|
181
|
+
mode: string;
|
|
182
|
+
size: string;
|
|
183
|
+
orientation: string;
|
|
184
|
+
};
|
|
185
|
+
function render(args: any): import("react/jsx-runtime").JSX.Element;
|
|
186
|
+
}
|