@hubspot/ui-extensions 0.11.1 → 0.11.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.
- package/dist/__synced__/experimental/types.synced.d.ts +3 -4
- package/dist/__synced__/remoteComponents.synced.d.ts +152 -70
- package/dist/__synced__/remoteComponents.synced.js +98 -0
- package/dist/__synced__/types/components/button.synced.d.ts +6 -0
- package/dist/__tests__/crm/hooks/useAssociations.spec.js +33 -29
- package/dist/__tests__/crm/hooks/useCrmProperties.spec.js +19 -18
- package/dist/__tests__/crm/utils/fetchAssociations.spec.js +8 -7
- package/dist/__tests__/crm/utils/fetchCrmProperties.spec.js +34 -33
- package/dist/crm/index.d.ts +1 -1
- package/dist/crm/index.js +1 -1
- package/dist/experimental/index.d.ts +1 -1
- package/dist/experimental/index.js +1 -1
- package/dist/experimental/testing/__tests__/debug.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/debug.spec.js +43 -0
- package/dist/experimental/testing/__tests__/find.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/find.spec.js +33 -0
- package/dist/experimental/testing/__tests__/findAll.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/findAll.spec.js +12 -0
- package/dist/experimental/testing/__tests__/findAllChildren.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/findAllChildren.spec.js +48 -0
- package/dist/experimental/testing/__tests__/findChild.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/findChild.spec.js +29 -0
- package/dist/experimental/testing/__tests__/fragments.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/fragments.spec.js +59 -0
- package/dist/experimental/testing/__tests__/invalid-components.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/invalid-components.spec.js +88 -0
- package/dist/experimental/testing/__tests__/isMatch.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/isMatch.spec.js +60 -0
- package/dist/experimental/testing/__tests__/maybeFind.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/maybeFind.spec.js +58 -0
- package/dist/experimental/testing/__tests__/maybeFindChild.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/maybeFindChild.spec.js +65 -0
- package/dist/experimental/testing/__tests__/trigger.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/trigger.spec.js +40 -0
- package/dist/experimental/testing/__tests__/type-utils.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/type-utils.spec.js +163 -0
- package/dist/experimental/testing/__tests__/waitFor.spec.d.ts +1 -0
- package/dist/experimental/testing/__tests__/waitFor.spec.js +55 -0
- package/dist/experimental/testing/index.d.ts +3 -0
- package/dist/experimental/testing/index.js +3 -0
- package/dist/experimental/testing/internal/convert.d.ts +10 -0
- package/dist/experimental/testing/internal/convert.js +131 -0
- package/dist/experimental/testing/internal/debug.d.ts +1 -1
- package/dist/experimental/testing/internal/debug.js +10 -1
- package/dist/experimental/testing/internal/document.d.ts +14 -0
- package/dist/experimental/testing/internal/document.js +37 -0
- package/dist/experimental/testing/internal/errors.d.ts +12 -0
- package/dist/experimental/testing/internal/errors.js +18 -0
- package/dist/experimental/testing/internal/match.d.ts +19 -0
- package/dist/experimental/testing/internal/match.js +42 -0
- package/dist/experimental/testing/internal/query.js +1 -19
- package/dist/experimental/testing/internal/utils/promise-utils.d.ts +14 -0
- package/dist/experimental/testing/internal/utils/promise-utils.js +14 -0
- package/dist/experimental/testing/render.d.ts +9 -0
- package/dist/experimental/testing/render.js +155 -0
- package/dist/experimental/testing/types.d.ts +1 -0
- package/dist/pages/home/index.d.ts +1 -1
- package/dist/pages/home/index.js +1 -1
- package/package.json +11 -13
- package/dist/__synced__/appHomeRemoteComponents.synced.d.ts +0 -28
- package/dist/__synced__/appHomeRemoteComponents.synced.js +0 -21
- package/dist/__synced__/crmRemoteComponents.synced.d.ts +0 -66
- package/dist/__synced__/crmRemoteComponents.synced.js +0 -15
- package/dist/__synced__/experimentalRemoteComponents.synced.d.ts +0 -94
- package/dist/__synced__/experimentalRemoteComponents.synced.js +0 -56
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import type * as
|
|
1
|
+
import type * as experimentalTypes from './experimental/types.synced';
|
|
2
|
+
import type * as componentTypes from './types/components/index.synced';
|
|
3
|
+
import * as crmTypes from './types/crm.synced';
|
|
2
4
|
/**
|
|
3
5
|
* Represents a registry of HubSpot-provided React components that should only be used **internally** by the UI extension SDK.
|
|
4
6
|
*
|
|
@@ -13,7 +15,7 @@ export declare const __hubSpotComponentRegistry: import("./utils/remote-componen
|
|
|
13
15
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/alert Docs}
|
|
14
16
|
* - {@link https://app.hubspot.com/docs/48008916/reference/ui-components/standard-components/alert#variants Variants}
|
|
15
17
|
*/
|
|
16
|
-
export declare const Alert: import("..").HubSpotReactComponent<
|
|
18
|
+
export declare const Alert: import("..").HubSpotReactComponent<componentTypes.AlertProps>;
|
|
17
19
|
/**
|
|
18
20
|
* The `Button` component renders a single button. Use this component to enable users to perform actions, such as submitting a form, sending data to an external system, or deleting data.
|
|
19
21
|
*
|
|
@@ -23,7 +25,7 @@ export declare const Alert: import("..").HubSpotReactComponent<types.AlertProps>
|
|
|
23
25
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/button#usage-examples Examples}
|
|
24
26
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/design-patterns#button Design Pattern Examples}
|
|
25
27
|
*/
|
|
26
|
-
export declare const Button: import("..").HubSpotReactComponent<
|
|
28
|
+
export declare const Button: import("..").HubSpotReactComponent<componentTypes.ButtonProps>;
|
|
27
29
|
/**
|
|
28
30
|
* The `ButtonRow` component renders a row of specified `Button` components. Use this component when you want to include multiple buttons in a row.
|
|
29
31
|
*
|
|
@@ -31,8 +33,8 @@ export declare const Button: import("..").HubSpotReactComponent<types.ButtonProp
|
|
|
31
33
|
*
|
|
32
34
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/button-row Docs}
|
|
33
35
|
*/
|
|
34
|
-
export declare const ButtonRow: import("..").HubSpotReactComponent<
|
|
35
|
-
export declare const Card: import("..").HubSpotReactComponent<
|
|
36
|
+
export declare const ButtonRow: import("..").HubSpotReactComponent<componentTypes.ButtonRowProps>;
|
|
37
|
+
export declare const Card: import("..").HubSpotReactComponent<componentTypes.CardProps>;
|
|
36
38
|
/**
|
|
37
39
|
* The `DescriptionList` component renders pairs of labels and values. Use this component to display pairs of labels and values in a way that's easy to read at a glance.
|
|
38
40
|
*
|
|
@@ -40,7 +42,7 @@ export declare const Card: import("..").HubSpotReactComponent<types.CardProps>;
|
|
|
40
42
|
*
|
|
41
43
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/description-list Docs}
|
|
42
44
|
*/
|
|
43
|
-
export declare const DescriptionList: import("..").HubSpotReactComponent<
|
|
45
|
+
export declare const DescriptionList: import("..").HubSpotReactComponent<componentTypes.DescriptionListProps>;
|
|
44
46
|
/**
|
|
45
47
|
* The `DescriptionListItem` component renders a single set of a label and value. Use this component within a `DescriptionList` component.
|
|
46
48
|
*
|
|
@@ -48,7 +50,7 @@ export declare const DescriptionList: import("..").HubSpotReactComponent<types.D
|
|
|
48
50
|
*
|
|
49
51
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/description-list Docs}
|
|
50
52
|
*/
|
|
51
|
-
export declare const DescriptionListItem: import("..").HubSpotReactComponent<
|
|
53
|
+
export declare const DescriptionListItem: import("..").HubSpotReactComponent<componentTypes.DescriptionListItemProps>;
|
|
52
54
|
/**
|
|
53
55
|
* The `Divider` component renders a grey, horizontal line for spacing out components vertically or creating sections in an extension. Use this component to space out other components when the content needs more separation than white space.
|
|
54
56
|
*
|
|
@@ -56,7 +58,7 @@ export declare const DescriptionListItem: import("..").HubSpotReactComponent<typ
|
|
|
56
58
|
*
|
|
57
59
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/divider Docs}
|
|
58
60
|
*/
|
|
59
|
-
export declare const Divider: import("..").HubSpotReactComponent<
|
|
61
|
+
export declare const Divider: import("..").HubSpotReactComponent<componentTypes.DividerProps>;
|
|
60
62
|
/**
|
|
61
63
|
* The `EmptyState` component sets the content that appears when the extension is in an empty state. Use this component when there's no content or data to help guide users.
|
|
62
64
|
*
|
|
@@ -64,7 +66,7 @@ export declare const Divider: import("..").HubSpotReactComponent<types.DividerPr
|
|
|
64
66
|
*
|
|
65
67
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/empty-state Docs}
|
|
66
68
|
*/
|
|
67
|
-
export declare const EmptyState: import("..").HubSpotReactComponent<
|
|
69
|
+
export declare const EmptyState: import("..").HubSpotReactComponent<componentTypes.EmptyStateProps>;
|
|
68
70
|
/**
|
|
69
71
|
* The `ErrorState` component sets the content of an erroring extension. Use this component to guide users through resolving errors that your extension might encounter.
|
|
70
72
|
*
|
|
@@ -72,7 +74,7 @@ export declare const EmptyState: import("..").HubSpotReactComponent<types.EmptyS
|
|
|
72
74
|
*
|
|
73
75
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/error-state Docs}
|
|
74
76
|
*/
|
|
75
|
-
export declare const ErrorState: import("..").HubSpotReactComponent<
|
|
77
|
+
export declare const ErrorState: import("..").HubSpotReactComponent<componentTypes.ErrorStateProps>;
|
|
76
78
|
/**
|
|
77
79
|
* The `Form` component renders a form that can contain other subcomponents, such as `Input`, `Select`, and `Button`. Use this component to enable users to submit data to HubSpot or an external system.
|
|
78
80
|
*
|
|
@@ -81,7 +83,7 @@ export declare const ErrorState: import("..").HubSpotReactComponent<types.ErrorS
|
|
|
81
83
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/form Docs}
|
|
82
84
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/design-patterns#form Design Pattern Examples}
|
|
83
85
|
*/
|
|
84
|
-
export declare const Form: import("..").HubSpotReactComponent<
|
|
86
|
+
export declare const Form: import("..").HubSpotReactComponent<componentTypes.FormProps>;
|
|
85
87
|
/**
|
|
86
88
|
* The `Heading` component renders large heading text. Use this component to introduce or differentiate sections of your component.
|
|
87
89
|
*
|
|
@@ -89,7 +91,7 @@ export declare const Form: import("..").HubSpotReactComponent<types.FormProps>;
|
|
|
89
91
|
*
|
|
90
92
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/heading Docs}
|
|
91
93
|
*/
|
|
92
|
-
export declare const Heading: import("..").HubSpotReactComponent<
|
|
94
|
+
export declare const Heading: import("..").HubSpotReactComponent<componentTypes.HeadingProps>;
|
|
93
95
|
/**
|
|
94
96
|
* The `Image` component renders an image. Use this component to add a logo or other visual brand identity asset, or to accentuate other content in the extension.
|
|
95
97
|
*
|
|
@@ -97,7 +99,7 @@ export declare const Heading: import("..").HubSpotReactComponent<types.HeadingPr
|
|
|
97
99
|
*
|
|
98
100
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/image Docs}
|
|
99
101
|
*/
|
|
100
|
-
export declare const Image: import("..").HubSpotReactComponent<
|
|
102
|
+
export declare const Image: import("..").HubSpotReactComponent<componentTypes.ImageProps>;
|
|
101
103
|
/**
|
|
102
104
|
* The `Input` component renders a text input field where a user can enter a custom text value. Like other inputs, this component should be used within a `Form` that has a submit button.
|
|
103
105
|
*
|
|
@@ -105,7 +107,7 @@ export declare const Image: import("..").HubSpotReactComponent<types.ImageProps>
|
|
|
105
107
|
*
|
|
106
108
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/input Docs}
|
|
107
109
|
*/
|
|
108
|
-
export declare const Input: import("..").HubSpotReactComponent<
|
|
110
|
+
export declare const Input: import("..").HubSpotReactComponent<componentTypes.InputProps>;
|
|
109
111
|
/**
|
|
110
112
|
* The `Link` component renders a clickable hyperlink. Use links to direct users to an external web page or another part of the HubSpot app.
|
|
111
113
|
*
|
|
@@ -113,7 +115,7 @@ export declare const Input: import("..").HubSpotReactComponent<types.InputProps>
|
|
|
113
115
|
*
|
|
114
116
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/link Docs}
|
|
115
117
|
*/
|
|
116
|
-
export declare const Link: import("..").HubSpotReactComponent<
|
|
118
|
+
export declare const Link: import("..").HubSpotReactComponent<componentTypes.LinkProps>;
|
|
117
119
|
/**
|
|
118
120
|
* The `TextArea` component renders a fillable text field. Like other inputs, this component should be used within a `Form` that has a submit button.
|
|
119
121
|
*
|
|
@@ -121,9 +123,9 @@ export declare const Link: import("..").HubSpotReactComponent<types.LinkProps>;
|
|
|
121
123
|
*
|
|
122
124
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/text-area Docs}
|
|
123
125
|
*/
|
|
124
|
-
export declare const TextArea: import("..").HubSpotReactComponent<
|
|
126
|
+
export declare const TextArea: import("..").HubSpotReactComponent<componentTypes.TextAreaProps>;
|
|
125
127
|
/** @deprecated use TextArea instead. With a capital A.*/
|
|
126
|
-
export declare const Textarea: import("..").HubSpotReactComponent<
|
|
128
|
+
export declare const Textarea: import("..").HubSpotReactComponent<componentTypes.TextAreaProps>;
|
|
127
129
|
/**
|
|
128
130
|
* The `LoadingSpinner` component renders a visual indicator for when an extension is loading or processing data.
|
|
129
131
|
*
|
|
@@ -131,7 +133,7 @@ export declare const Textarea: import("..").HubSpotReactComponent<types.TextArea
|
|
|
131
133
|
*
|
|
132
134
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/loading-spinner Docs}
|
|
133
135
|
*/
|
|
134
|
-
export declare const LoadingSpinner: import("..").HubSpotReactComponent<
|
|
136
|
+
export declare const LoadingSpinner: import("..").HubSpotReactComponent<componentTypes.LoadingSpinnerProps>;
|
|
135
137
|
/**
|
|
136
138
|
* The `ProgressBar` component renders a visual indicator showing a numeric and/or percentage-based representation of progress. The percentage is calculated based on the maximum possible value specified in the component.
|
|
137
139
|
*
|
|
@@ -139,7 +141,7 @@ export declare const LoadingSpinner: import("..").HubSpotReactComponent<types.Lo
|
|
|
139
141
|
*
|
|
140
142
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/progress-bar Docs}
|
|
141
143
|
*/
|
|
142
|
-
export declare const ProgressBar: import("..").HubSpotReactComponent<
|
|
144
|
+
export declare const ProgressBar: import("..").HubSpotReactComponent<componentTypes.ProgressBarProps>;
|
|
143
145
|
/**
|
|
144
146
|
* The `Select` component renders a dropdown menu select field where a user can select a single value. A search bar will be automatically included when there are more than seven options. Like other inputs, this component should be used within a `Form` that has a submit button.
|
|
145
147
|
*
|
|
@@ -147,7 +149,7 @@ export declare const ProgressBar: import("..").HubSpotReactComponent<types.Progr
|
|
|
147
149
|
*
|
|
148
150
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/select Docs}
|
|
149
151
|
*/
|
|
150
|
-
export declare const Select: import("..").HubSpotReactComponent<
|
|
152
|
+
export declare const Select: import("..").HubSpotReactComponent<componentTypes.SelectProps>;
|
|
151
153
|
/**
|
|
152
154
|
* The `Tag` component renders a tag to label or categorize information or other components. Tags can be static or clickable for invoking functions.
|
|
153
155
|
*
|
|
@@ -155,7 +157,7 @@ export declare const Select: import("..").HubSpotReactComponent<types.SelectProp
|
|
|
155
157
|
*
|
|
156
158
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/tag Docs}
|
|
157
159
|
*/
|
|
158
|
-
export declare const Tag: import("..").HubSpotReactComponent<
|
|
160
|
+
export declare const Tag: import("..").HubSpotReactComponent<componentTypes.TagProps>;
|
|
159
161
|
/**
|
|
160
162
|
* The `Text` component renders text with formatting options.
|
|
161
163
|
*
|
|
@@ -163,7 +165,7 @@ export declare const Tag: import("..").HubSpotReactComponent<types.TagProps>;
|
|
|
163
165
|
*
|
|
164
166
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/text Docs}
|
|
165
167
|
*/
|
|
166
|
-
export declare const Text: import("..").HubSpotReactComponent<
|
|
168
|
+
export declare const Text: import("..").HubSpotReactComponent<componentTypes.TextProps>;
|
|
167
169
|
/**
|
|
168
170
|
* The `Tile` component renders a square tile that can contain other components. Use this component to create groups of related components.
|
|
169
171
|
*
|
|
@@ -171,9 +173,9 @@ export declare const Text: import("..").HubSpotReactComponent<types.TextProps>;
|
|
|
171
173
|
*
|
|
172
174
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/tile Docs}
|
|
173
175
|
*/
|
|
174
|
-
export declare const Tile: import("..").HubSpotReactComponent<
|
|
176
|
+
export declare const Tile: import("..").HubSpotReactComponent<componentTypes.TileProps>;
|
|
175
177
|
/** @deprecated use Flex instead. It will be removed in the next release. */
|
|
176
|
-
export declare const Stack: import("..").HubSpotReactComponent<
|
|
178
|
+
export declare const Stack: import("..").HubSpotReactComponent<componentTypes.StackProps>;
|
|
177
179
|
/**
|
|
178
180
|
* The `ToggleGroup` component renders a list of selectable options, either in radio button or checkbox form.
|
|
179
181
|
*
|
|
@@ -185,11 +187,11 @@ export declare const ToggleGroup: import("..").HubSpotReactComponent<({
|
|
|
185
187
|
toggleType: "checkboxList";
|
|
186
188
|
onChange?: ((value: string[]) => void) | undefined;
|
|
187
189
|
value?: string[] | undefined;
|
|
188
|
-
} &
|
|
190
|
+
} & componentTypes.CommonGroupProps) | ({
|
|
189
191
|
toggleType: "radioButtonList";
|
|
190
192
|
onChange?: ((value: string) => void) | undefined;
|
|
191
193
|
value?: string | undefined;
|
|
192
|
-
} &
|
|
194
|
+
} & componentTypes.CommonGroupProps)>;
|
|
193
195
|
/**
|
|
194
196
|
* The `StatisticsItem` component renders a single data point within a `Statistics` component. Use this component to display a single data point, such as a number or percentage.
|
|
195
197
|
*
|
|
@@ -197,7 +199,7 @@ export declare const ToggleGroup: import("..").HubSpotReactComponent<({
|
|
|
197
199
|
*
|
|
198
200
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/statistics Docs}
|
|
199
201
|
*/
|
|
200
|
-
export declare const StatisticsItem: import("..").HubSpotReactComponent<
|
|
202
|
+
export declare const StatisticsItem: import("..").HubSpotReactComponent<componentTypes.StatisticsItemProps>;
|
|
201
203
|
/**
|
|
202
204
|
* The `Statistics` component renders a visual spotlight of one or more data points. Includes the `StatisticsItem` and `StatisticsTrend` subcomponents.
|
|
203
205
|
*
|
|
@@ -205,7 +207,7 @@ export declare const StatisticsItem: import("..").HubSpotReactComponent<types.St
|
|
|
205
207
|
*
|
|
206
208
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/statistics Docs}
|
|
207
209
|
*/
|
|
208
|
-
export declare const Statistics: import("..").HubSpotReactComponent<
|
|
210
|
+
export declare const Statistics: import("..").HubSpotReactComponent<componentTypes.StatisticsProps>;
|
|
209
211
|
/**
|
|
210
212
|
* The `StatisticsTrend` component renders a percentage trend value and direction alonside a `StatisticsItem` component. Use this component within the `StatisticsItem` component.
|
|
211
213
|
*
|
|
@@ -213,7 +215,7 @@ export declare const Statistics: import("..").HubSpotReactComponent<types.Statis
|
|
|
213
215
|
*
|
|
214
216
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/statistics Docs}
|
|
215
217
|
*/
|
|
216
|
-
export declare const StatisticsTrend: import("..").HubSpotReactComponent<
|
|
218
|
+
export declare const StatisticsTrend: import("..").HubSpotReactComponent<componentTypes.StatisticsTrendProps>;
|
|
217
219
|
/**
|
|
218
220
|
* The `Table` component renders a table. To format the table, use the subcomponents `TableHead`, `TableRow`, `TableHeader`, `TableBody`, `TableCell`and `TableFooter`.
|
|
219
221
|
*
|
|
@@ -222,7 +224,7 @@ export declare const StatisticsTrend: import("..").HubSpotReactComponent<types.S
|
|
|
222
224
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/table Docs}
|
|
223
225
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/design-patterns#table Design Pattern Example}
|
|
224
226
|
*/
|
|
225
|
-
export declare const Table: import("..").HubSpotReactComponent<
|
|
227
|
+
export declare const Table: import("..").HubSpotReactComponent<componentTypes.TableProps>;
|
|
226
228
|
/**
|
|
227
229
|
* The `TableFooter` component renders a footer within a `Table` component. Use this component to display totals or other summary information.
|
|
228
230
|
*
|
|
@@ -230,7 +232,7 @@ export declare const Table: import("..").HubSpotReactComponent<types.TableProps>
|
|
|
230
232
|
*
|
|
231
233
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/table Docs}
|
|
232
234
|
*/
|
|
233
|
-
export declare const TableFooter: import("..").HubSpotReactComponent<
|
|
235
|
+
export declare const TableFooter: import("..").HubSpotReactComponent<componentTypes.TableElementProps>;
|
|
234
236
|
/**
|
|
235
237
|
* The `TableCell` component renders individual cells within the `TableBody` component.
|
|
236
238
|
*
|
|
@@ -238,7 +240,7 @@ export declare const TableFooter: import("..").HubSpotReactComponent<types.Table
|
|
|
238
240
|
*
|
|
239
241
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/table Docs}
|
|
240
242
|
*/
|
|
241
|
-
export declare const TableCell: import("..").HubSpotReactComponent<
|
|
243
|
+
export declare const TableCell: import("..").HubSpotReactComponent<componentTypes.TableCellProps>;
|
|
242
244
|
/**
|
|
243
245
|
* The `TableRow` component renders a row within the `TableBody` or `TableHead` component.
|
|
244
246
|
*
|
|
@@ -246,7 +248,7 @@ export declare const TableCell: import("..").HubSpotReactComponent<types.TableCe
|
|
|
246
248
|
*
|
|
247
249
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/table Docs}
|
|
248
250
|
*/
|
|
249
|
-
export declare const TableRow: import("..").HubSpotReactComponent<
|
|
251
|
+
export declare const TableRow: import("..").HubSpotReactComponent<componentTypes.TableElementProps>;
|
|
250
252
|
/**
|
|
251
253
|
* The `TableBody` component renders the body (rows and cells) of a table within the `Table` component.
|
|
252
254
|
*
|
|
@@ -254,7 +256,7 @@ export declare const TableRow: import("..").HubSpotReactComponent<types.TableEle
|
|
|
254
256
|
*
|
|
255
257
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/table Docs}
|
|
256
258
|
*/
|
|
257
|
-
export declare const TableBody: import("..").HubSpotReactComponent<
|
|
259
|
+
export declare const TableBody: import("..").HubSpotReactComponent<componentTypes.TableElementProps>;
|
|
258
260
|
/**
|
|
259
261
|
* The `TableHeader` component renders individual cells containing bolded column labels, within `TableHead`.
|
|
260
262
|
*
|
|
@@ -262,7 +264,7 @@ export declare const TableBody: import("..").HubSpotReactComponent<types.TableEl
|
|
|
262
264
|
*
|
|
263
265
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/table Docs}
|
|
264
266
|
*/
|
|
265
|
-
export declare const TableHeader: import("..").HubSpotReactComponent<
|
|
267
|
+
export declare const TableHeader: import("..").HubSpotReactComponent<componentTypes.TableHeaderProps>;
|
|
266
268
|
/**
|
|
267
269
|
* The `TableHead` component renders the header section of the `Table` component, containing column labels.
|
|
268
270
|
*
|
|
@@ -270,7 +272,7 @@ export declare const TableHeader: import("..").HubSpotReactComponent<types.Table
|
|
|
270
272
|
*
|
|
271
273
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/table Docs}
|
|
272
274
|
*/
|
|
273
|
-
export declare const TableHead: import("..").HubSpotReactComponent<
|
|
275
|
+
export declare const TableHead: import("..").HubSpotReactComponent<componentTypes.TableElementProps>;
|
|
274
276
|
/**
|
|
275
277
|
* The `NumberInput` component renders a number input field. Like other inputs, this component should be used within a `Form` that has a submit button.
|
|
276
278
|
*
|
|
@@ -278,7 +280,7 @@ export declare const TableHead: import("..").HubSpotReactComponent<types.TableEl
|
|
|
278
280
|
*
|
|
279
281
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/number-input Docs}
|
|
280
282
|
*/
|
|
281
|
-
export declare const NumberInput: import("..").HubSpotReactComponent<
|
|
283
|
+
export declare const NumberInput: import("..").HubSpotReactComponent<componentTypes.NumberInputProps>;
|
|
282
284
|
/**
|
|
283
285
|
* The `Box` component renders an empty div container for fine tuning the spacing of components. Commonly used with the `Flex` component.
|
|
284
286
|
*
|
|
@@ -287,7 +289,7 @@ export declare const NumberInput: import("..").HubSpotReactComponent<types.Numbe
|
|
|
287
289
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/box Docs}
|
|
288
290
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/flex-and-box Flex and Box Example}
|
|
289
291
|
*/
|
|
290
|
-
export declare const Box: import("..").HubSpotReactComponent<
|
|
292
|
+
export declare const Box: import("..").HubSpotReactComponent<componentTypes.BoxProps>;
|
|
291
293
|
/**
|
|
292
294
|
* The `StepIndicator` component renders an indicator to show the current step of a multi-step process.
|
|
293
295
|
*
|
|
@@ -295,7 +297,7 @@ export declare const Box: import("..").HubSpotReactComponent<types.BoxProps>;
|
|
|
295
297
|
*
|
|
296
298
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/step-indicator Docs}
|
|
297
299
|
*/
|
|
298
|
-
export declare const StepIndicator: import("..").HubSpotReactComponent<
|
|
300
|
+
export declare const StepIndicator: import("..").HubSpotReactComponent<componentTypes.StepIndicatorProps>;
|
|
299
301
|
/**
|
|
300
302
|
* The `Accordion` component renders an expandable and collapsable section that can contain other components. This component can be helpful for saving space and breaking up extension content.
|
|
301
303
|
*
|
|
@@ -303,7 +305,7 @@ export declare const StepIndicator: import("..").HubSpotReactComponent<types.Ste
|
|
|
303
305
|
*
|
|
304
306
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/accordion Docs}
|
|
305
307
|
*/
|
|
306
|
-
export declare const Accordion: import("..").HubSpotReactComponent<
|
|
308
|
+
export declare const Accordion: import("..").HubSpotReactComponent<componentTypes.AccordionProps>;
|
|
307
309
|
/**
|
|
308
310
|
* The MultiSelect component renders a dropdown menu select field where a user can select multiple values. Commonly used within the `Form` component.
|
|
309
311
|
*
|
|
@@ -311,7 +313,7 @@ export declare const Accordion: import("..").HubSpotReactComponent<types.Accordi
|
|
|
311
313
|
*
|
|
312
314
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/multi-select Docs}
|
|
313
315
|
*/
|
|
314
|
-
export declare const MultiSelect: import("..").HubSpotReactComponent<
|
|
316
|
+
export declare const MultiSelect: import("..").HubSpotReactComponent<componentTypes.MultiSelectProps>;
|
|
315
317
|
/**
|
|
316
318
|
* The `Flex` component renders a flex container that can contain other components, and arrange them with props. Use this component to create a flexible and responsive layout.
|
|
317
319
|
*
|
|
@@ -320,7 +322,7 @@ export declare const MultiSelect: import("..").HubSpotReactComponent<types.Multi
|
|
|
320
322
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/flex Docs}
|
|
321
323
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/flex-and-box Flex and Box Example}
|
|
322
324
|
*/
|
|
323
|
-
export declare const Flex: import("..").HubSpotReactComponent<
|
|
325
|
+
export declare const Flex: import("..").HubSpotReactComponent<componentTypes.FlexProps>;
|
|
324
326
|
/**
|
|
325
327
|
* The `DateInput` component renders an input field where a user can select a date. Commonly used within the `Form` component.
|
|
326
328
|
*
|
|
@@ -328,7 +330,7 @@ export declare const Flex: import("..").HubSpotReactComponent<types.FlexProps>;
|
|
|
328
330
|
*
|
|
329
331
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/date-input Docs}
|
|
330
332
|
*/
|
|
331
|
-
export declare const DateInput: import("..").HubSpotReactComponent<
|
|
333
|
+
export declare const DateInput: import("..").HubSpotReactComponent<componentTypes.DateInputProps>;
|
|
332
334
|
/**
|
|
333
335
|
* The `Checkbox` component renders a single checkbox input. Commonly used within the `Form` component. If you want to display multiple checkboxes, you should use `ToggleGroup` instead, as it comes with extra logic for handling multiple checkboxes.
|
|
334
336
|
*
|
|
@@ -336,11 +338,11 @@ export declare const DateInput: import("..").HubSpotReactComponent<types.DateInp
|
|
|
336
338
|
*
|
|
337
339
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/checkbox Docs}
|
|
338
340
|
*/
|
|
339
|
-
export declare const Checkbox: import("..").HubSpotReactComponent<
|
|
341
|
+
export declare const Checkbox: import("..").HubSpotReactComponent<componentTypes.CheckboxProps>;
|
|
340
342
|
/**
|
|
341
343
|
* The `RadioButton` component renders a single radio input. Commonly used within the `Form` component. If you want to display multiple radio inputs, you should use `ToggleGroup` instead, as it comes with extra logic for handling multiple inputs.
|
|
342
344
|
*/
|
|
343
|
-
export declare const RadioButton: import("..").HubSpotReactComponent<
|
|
345
|
+
export declare const RadioButton: import("..").HubSpotReactComponent<componentTypes.RadioButtonProps>;
|
|
344
346
|
/**
|
|
345
347
|
* The `List` component renders a list of items. Use this component to display a list of items, such as a list of contacts, tasks, or other data. A list can be styled as a bulleted list or a numbered list.
|
|
346
348
|
*
|
|
@@ -348,7 +350,7 @@ export declare const RadioButton: import("..").HubSpotReactComponent<types.Radio
|
|
|
348
350
|
*
|
|
349
351
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/list Docs}
|
|
350
352
|
*/
|
|
351
|
-
export declare const List: import("..").HubSpotReactComponent<
|
|
353
|
+
export declare const List: import("..").HubSpotReactComponent<componentTypes.ListProps>;
|
|
352
354
|
/**
|
|
353
355
|
* The `Toggle` component renders a boolean toggle switch that can be configured with sizing, label position, read-only, and more.
|
|
354
356
|
*
|
|
@@ -356,7 +358,7 @@ export declare const List: import("..").HubSpotReactComponent<types.ListProps>;
|
|
|
356
358
|
*
|
|
357
359
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/toggle Docs}
|
|
358
360
|
*/
|
|
359
|
-
export declare const Toggle: import("..").HubSpotReactComponent<
|
|
361
|
+
export declare const Toggle: import("..").HubSpotReactComponent<componentTypes.ToggleProps>;
|
|
360
362
|
/**
|
|
361
363
|
* The `Dropdown` component renders a dropdown menu that can appear as a button or hyperlink. Use this component to enable users to select from multiple options in a compact list.
|
|
362
364
|
*
|
|
@@ -372,7 +374,7 @@ export declare const Dropdown: import("..").HubSpotReactComponent<import("..").U
|
|
|
372
374
|
*
|
|
373
375
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/dropdown Docs}
|
|
374
376
|
*/
|
|
375
|
-
ButtonItem: import("..").HubSpotReactComponent<
|
|
377
|
+
ButtonItem: import("..").HubSpotReactComponent<componentTypes.DropdownButtonItemProps>;
|
|
376
378
|
};
|
|
377
379
|
/**
|
|
378
380
|
* The Panel component renders a panel overlay on the right side of the page and contains other components.
|
|
@@ -383,7 +385,7 @@ export declare const Dropdown: import("..").HubSpotReactComponent<import("..").U
|
|
|
383
385
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/overlay-example Overlay Example}
|
|
384
386
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/design-patterns#panel Design Pattern Examples}
|
|
385
387
|
*/
|
|
386
|
-
export declare const Panel: import("..").HubSpotReactComponent<
|
|
388
|
+
export declare const Panel: import("..").HubSpotReactComponent<componentTypes.PanelProps>;
|
|
387
389
|
/**
|
|
388
390
|
* The `PanelFooter` is a sticky footer component displayed at the bottom of a `Panel` component. Use this component to display actions or other content that should be visible at all times. Include only one `PanelFooter` component per `Panel`.
|
|
389
391
|
*
|
|
@@ -392,7 +394,7 @@ export declare const Panel: import("..").HubSpotReactComponent<types.PanelProps>
|
|
|
392
394
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/panel-footer Docs}
|
|
393
395
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/overlay-example Overlay Example}
|
|
394
396
|
*/
|
|
395
|
-
export declare const PanelFooter: import("..").HubSpotReactComponent<
|
|
397
|
+
export declare const PanelFooter: import("..").HubSpotReactComponent<componentTypes.PanelFooterProps>;
|
|
396
398
|
/**
|
|
397
399
|
* The `PanelBody` component is a container that wraps the panel's content and makes it scrollable. Include only one `PanelBody` component per `Panel`.
|
|
398
400
|
*
|
|
@@ -401,7 +403,7 @@ export declare const PanelFooter: import("..").HubSpotReactComponent<types.Panel
|
|
|
401
403
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/panel-footer Docs}
|
|
402
404
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/overlay-example Overlay Example}
|
|
403
405
|
*/
|
|
404
|
-
export declare const PanelBody: import("..").HubSpotReactComponent<
|
|
406
|
+
export declare const PanelBody: import("..").HubSpotReactComponent<componentTypes.PanelBodyProps>;
|
|
405
407
|
/**
|
|
406
408
|
* The `PanelSection` component is a container that adds padding and bottom margin to provide spacing between content. Use the `PanelSection` component to separate content within a `PanelBody`.
|
|
407
409
|
*
|
|
@@ -410,7 +412,7 @@ export declare const PanelBody: import("..").HubSpotReactComponent<types.PanelBo
|
|
|
410
412
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/panel-footer Docs}
|
|
411
413
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/overlay-example Overlay Example}
|
|
412
414
|
*/
|
|
413
|
-
export declare const PanelSection: import("..").HubSpotReactComponent<
|
|
415
|
+
export declare const PanelSection: import("..").HubSpotReactComponent<componentTypes.PanelSectionProps>;
|
|
414
416
|
/**
|
|
415
417
|
* The `StepperInput` component renders a number input field that can be increased or decreased by a set number. Commonly used within the `Form` component.
|
|
416
418
|
*
|
|
@@ -418,7 +420,7 @@ export declare const PanelSection: import("..").HubSpotReactComponent<types.Pane
|
|
|
418
420
|
*
|
|
419
421
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/stepper-input Docs}
|
|
420
422
|
*/
|
|
421
|
-
export declare const StepperInput: import("..").HubSpotReactComponent<
|
|
423
|
+
export declare const StepperInput: import("..").HubSpotReactComponent<componentTypes.StepperInputProps>;
|
|
422
424
|
/**
|
|
423
425
|
* The Modal component renders a pop-up overlay that can contain other components.
|
|
424
426
|
*
|
|
@@ -428,7 +430,7 @@ export declare const StepperInput: import("..").HubSpotReactComponent<types.Step
|
|
|
428
430
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/overlay-example Overlay Example}
|
|
429
431
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/design-patterns#modal Design Pattern Examples}
|
|
430
432
|
*/
|
|
431
|
-
export declare const Modal: import("..").HubSpotReactComponent<
|
|
433
|
+
export declare const Modal: import("..").HubSpotReactComponent<componentTypes.ModalProps>;
|
|
432
434
|
/**
|
|
433
435
|
* The `ModalBody` component contains the main content of the modal. One `ModalBody` is required per `Modal`.
|
|
434
436
|
*
|
|
@@ -437,7 +439,7 @@ export declare const Modal: import("..").HubSpotReactComponent<types.ModalProps>
|
|
|
437
439
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/modal Docs}
|
|
438
440
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/overlay-example Overlay Example}
|
|
439
441
|
*/
|
|
440
|
-
export declare const ModalBody: import("..").HubSpotReactComponent<
|
|
442
|
+
export declare const ModalBody: import("..").HubSpotReactComponent<componentTypes.ModalBodyProps>;
|
|
441
443
|
/**
|
|
442
444
|
* The `ModalFooter` component is an optional component to format the footer section of the modal. Use one `ModalFooter` per `Modal`.
|
|
443
445
|
*
|
|
@@ -446,7 +448,7 @@ export declare const ModalBody: import("..").HubSpotReactComponent<types.ModalBo
|
|
|
446
448
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/modal Docs}
|
|
447
449
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/overlay-example Overlay Example}
|
|
448
450
|
*/
|
|
449
|
-
export declare const ModalFooter: import("..").HubSpotReactComponent<
|
|
451
|
+
export declare const ModalFooter: import("..").HubSpotReactComponent<componentTypes.ModalFooterProps>;
|
|
450
452
|
/**
|
|
451
453
|
* Use the `Icon` component to render a visual icon within other components. It can generally be used inside most components, excluding ones that don't support child components.
|
|
452
454
|
*
|
|
@@ -454,7 +456,7 @@ export declare const ModalFooter: import("..").HubSpotReactComponent<types.Modal
|
|
|
454
456
|
*
|
|
455
457
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/icon Docs}
|
|
456
458
|
*/
|
|
457
|
-
export declare const Icon: import("..").HubSpotReactComponent<
|
|
459
|
+
export declare const Icon: import("..").HubSpotReactComponent<componentTypes.IconProps>;
|
|
458
460
|
/**
|
|
459
461
|
* The `StatusTag` component renders a visual indicator to display the current status of an item. Status tags can be static or clickable.
|
|
460
462
|
*
|
|
@@ -463,7 +465,7 @@ export declare const Icon: import("..").HubSpotReactComponent<types.IconProps>;
|
|
|
463
465
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/status-tag Docs}
|
|
464
466
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/status-tag#variants Variants}
|
|
465
467
|
*/
|
|
466
|
-
export declare const StatusTag: import("..").HubSpotReactComponent<
|
|
468
|
+
export declare const StatusTag: import("..").HubSpotReactComponent<componentTypes.StatusTagProps>;
|
|
467
469
|
/**
|
|
468
470
|
* The `LoadingButton` component renders a button with loading state options.
|
|
469
471
|
*
|
|
@@ -471,7 +473,7 @@ export declare const StatusTag: import("..").HubSpotReactComponent<types.StatusT
|
|
|
471
473
|
*
|
|
472
474
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/loading-button Docs}
|
|
473
475
|
*/
|
|
474
|
-
export declare const LoadingButton: import("..").HubSpotReactComponent<
|
|
476
|
+
export declare const LoadingButton: import("..").HubSpotReactComponent<componentTypes.LoadingButtonProps>;
|
|
475
477
|
/**
|
|
476
478
|
* The `BarChart` component renders a bar chart for visualizing data. This type of chart is best suited for comparing categorical data.
|
|
477
479
|
*
|
|
@@ -481,7 +483,7 @@ export declare const LoadingButton: import("..").HubSpotReactComponent<types.Loa
|
|
|
481
483
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/charts Charts Docs}
|
|
482
484
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/charts-example Charts Example}
|
|
483
485
|
*/
|
|
484
|
-
export declare const BarChart: import("..").HubSpotReactComponent<
|
|
486
|
+
export declare const BarChart: import("..").HubSpotReactComponent<componentTypes.ChartProps>;
|
|
485
487
|
/**
|
|
486
488
|
* The `LineChart` component renders a line chart for visualizing data. This type of chart is best suited for time series plots or trend data.
|
|
487
489
|
*
|
|
@@ -491,7 +493,7 @@ export declare const BarChart: import("..").HubSpotReactComponent<types.ChartPro
|
|
|
491
493
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/charts Charts Docs}
|
|
492
494
|
* - {@link https://github.com/HubSpot/ui-extensions-examples/tree/main/charts-example Charts Example}
|
|
493
495
|
*/
|
|
494
|
-
export declare const LineChart: import("..").HubSpotReactComponent<
|
|
496
|
+
export declare const LineChart: import("..").HubSpotReactComponent<componentTypes.ChartProps>;
|
|
495
497
|
/**
|
|
496
498
|
* `Tabs` allow you to group related content in a compact space, allowing users to switch between views without leaving the page.
|
|
497
499
|
* @example
|
|
@@ -506,7 +508,7 @@ export declare const LineChart: import("..").HubSpotReactComponent<types.ChartPr
|
|
|
506
508
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/tabs Documentation}
|
|
507
509
|
* - {@link https://github.com/hubspotdev/uie-tabbed-product-carousel Tabs Example}
|
|
508
510
|
*/
|
|
509
|
-
export declare const Tabs: import("..").HubSpotReactComponent<
|
|
511
|
+
export declare const Tabs: import("..").HubSpotReactComponent<componentTypes.TabsProps>;
|
|
510
512
|
/**
|
|
511
513
|
* Each `Tab` represents a single tab (or "view") within the parent `Tabs` component.
|
|
512
514
|
* @example
|
|
@@ -521,7 +523,7 @@ export declare const Tabs: import("..").HubSpotReactComponent<types.TabsProps>;
|
|
|
521
523
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/tabs Documentation}
|
|
522
524
|
* - {@link https://github.com/hubspotdev/uie-tabbed-product-carousel Tabs Example}
|
|
523
525
|
*/
|
|
524
|
-
export declare const Tab: import("..").HubSpotReactComponent<
|
|
526
|
+
export declare const Tab: import("..").HubSpotReactComponent<componentTypes.TabProps>;
|
|
525
527
|
/**
|
|
526
528
|
* The `Illustration` component renders an illustration.
|
|
527
529
|
*
|
|
@@ -529,14 +531,14 @@ export declare const Tab: import("..").HubSpotReactComponent<types.TabProps>;
|
|
|
529
531
|
*
|
|
530
532
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/illustration Illustration Docs}
|
|
531
533
|
*/
|
|
532
|
-
export declare const Illustration: import("..").HubSpotReactComponent<
|
|
534
|
+
export declare const Illustration: import("..").HubSpotReactComponent<componentTypes.IllustrationProps>;
|
|
533
535
|
/**
|
|
534
536
|
* The `Tooltip` component renders a tooltip for a component.
|
|
535
537
|
*
|
|
536
538
|
* **Links:**
|
|
537
539
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/tooltip Documentation}
|
|
538
540
|
*/
|
|
539
|
-
export declare const Tooltip: import("..").HubSpotReactComponent<
|
|
541
|
+
export declare const Tooltip: import("..").HubSpotReactComponent<componentTypes.TooltipProps>;
|
|
540
542
|
/**
|
|
541
543
|
* The `SearchInput` component renders a search input field.
|
|
542
544
|
*
|
|
@@ -544,7 +546,7 @@ export declare const Tooltip: import("..").HubSpotReactComponent<types.TooltipPr
|
|
|
544
546
|
*
|
|
545
547
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/search-input SearchInput Docs}
|
|
546
548
|
*/
|
|
547
|
-
export declare const SearchInput: import("..").HubSpotReactComponent<
|
|
549
|
+
export declare const SearchInput: import("..").HubSpotReactComponent<componentTypes.SearchInputProps>;
|
|
548
550
|
/**
|
|
549
551
|
* The `TimeInput` component renders an input field where a user can select a time. Commonly used within the `Form` component.
|
|
550
552
|
*
|
|
@@ -552,7 +554,7 @@ export declare const SearchInput: import("..").HubSpotReactComponent<types.Searc
|
|
|
552
554
|
*
|
|
553
555
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/time-input Docs}
|
|
554
556
|
*/
|
|
555
|
-
export declare const TimeInput: import("..").HubSpotReactComponent<
|
|
557
|
+
export declare const TimeInput: import("..").HubSpotReactComponent<componentTypes.TimeInputProps>;
|
|
556
558
|
/**
|
|
557
559
|
* The `CurrencyInput` component renders a currency input field with proper formatting,
|
|
558
560
|
* currency symbols, and locale-specific display patterns. Commonly used within the `Form` component.
|
|
@@ -561,14 +563,14 @@ export declare const TimeInput: import("..").HubSpotReactComponent<types.TimeInp
|
|
|
561
563
|
*
|
|
562
564
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/currency-input Docs}
|
|
563
565
|
*/
|
|
564
|
-
export declare const CurrencyInput: import("..").HubSpotReactComponent<
|
|
566
|
+
export declare const CurrencyInput: import("..").HubSpotReactComponent<componentTypes.CurrencyInputProps>;
|
|
565
567
|
/**
|
|
566
568
|
* The `Inline` component spreads aligns its children horizontally (along the x-axis).
|
|
567
569
|
*
|
|
568
570
|
* **Links:**
|
|
569
571
|
*
|
|
570
572
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/inline Docs}
|
|
571
|
-
*/ export declare const Inline: import("..").HubSpotReactComponent<
|
|
573
|
+
*/ export declare const Inline: import("..").HubSpotReactComponent<componentTypes.InlineProps>;
|
|
572
574
|
/**
|
|
573
575
|
* The `AutoGrid` component renders a responsive grid layout that automatically adjusts the number of columns based on available space. Use this component to create flexible grid layouts for cards, tiles, or other content.
|
|
574
576
|
*
|
|
@@ -576,4 +578,84 @@ export declare const CurrencyInput: import("..").HubSpotReactComponent<types.Cur
|
|
|
576
578
|
*
|
|
577
579
|
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/simple-grid Docs}
|
|
578
580
|
*/
|
|
579
|
-
export declare const AutoGrid: import("..").HubSpotReactComponent<
|
|
581
|
+
export declare const AutoGrid: import("..").HubSpotReactComponent<componentTypes.AutoGridProps>;
|
|
582
|
+
export declare const CrmPropertyList: import("..").HubSpotReactComponent<crmTypes.CrmPropertyListProps>;
|
|
583
|
+
export declare const CrmAssociationTable: import("..").HubSpotReactComponent<crmTypes.CrmAssociationTableProps>;
|
|
584
|
+
export declare const CrmDataHighlight: import("..").HubSpotReactComponent<crmTypes.CrmDataHighlightProps>;
|
|
585
|
+
export declare const CrmReport: import("..").HubSpotReactComponent<crmTypes.CrmReportProps>;
|
|
586
|
+
export declare const CrmAssociationPivot: import("..").HubSpotReactComponent<crmTypes.CrmAssociationPivotProps>;
|
|
587
|
+
export declare const CrmAssociationPropertyList: import("..").HubSpotReactComponent<crmTypes.CrmAssociationPropertyListProps>;
|
|
588
|
+
export declare const CrmAssociationStageTracker: import("..").HubSpotReactComponent<crmTypes.CrmAssociationStageTrackerProps>;
|
|
589
|
+
export declare const CrmSimpleDeadline: import("..").HubSpotReactComponent<crmTypes.CrmSimpleDeadlineProps>;
|
|
590
|
+
export declare const CrmStageTracker: import("..").HubSpotReactComponent<crmTypes.CrmStageTrackerProps>;
|
|
591
|
+
export declare const CrmStatistics: import("..").HubSpotReactComponent<crmTypes.CrmStatisticsProps>;
|
|
592
|
+
export declare const CrmActionButton: import("..").HubSpotReactComponent<crmTypes.CrmActionButtonProps>;
|
|
593
|
+
export declare const CrmActionLink: import("..").HubSpotReactComponent<crmTypes.CrmActionLinkProps>;
|
|
594
|
+
export declare const CrmCardActions: import("..").HubSpotReactComponent<crmTypes.CrmCardActionsProps>;
|
|
595
|
+
/**
|
|
596
|
+
* The `HeaderActions` component renders a container for action buttons in the app home header. It accepts `PrimaryHeaderActionButton` and `SecondaryHeaderActionButton` as children.
|
|
597
|
+
*
|
|
598
|
+
*/
|
|
599
|
+
export declare const HeaderActions: import("..").HubSpotReactComponent<componentTypes.HeaderActionsProps>;
|
|
600
|
+
/**
|
|
601
|
+
* The `PrimaryHeaderActionButton` component renders a primary action button in the app home header. This button is styled as the main call-to-action and only one should be used per `HeaderActions` container.
|
|
602
|
+
*
|
|
603
|
+
*/
|
|
604
|
+
export declare const PrimaryHeaderActionButton: import("..").HubSpotReactComponent<componentTypes.HeaderActionButtonProps>;
|
|
605
|
+
/**
|
|
606
|
+
* The `SecondaryHeaderActionButton` component renders a secondary action button in the app home header. Multiple secondary actions can be used and they will be grouped appropriately in the header.
|
|
607
|
+
*
|
|
608
|
+
*/
|
|
609
|
+
export declare const SecondaryHeaderActionButton: import("..").HubSpotReactComponent<componentTypes.HeaderActionButtonProps>;
|
|
610
|
+
/**
|
|
611
|
+
* @experimental This component is experimental. Avoid using it in production due to potential breaking changes. Your feedback is valuable for improvements. Stay tuned for updates.
|
|
612
|
+
*/
|
|
613
|
+
export declare const Iframe: import("..").HubSpotReactComponent<componentTypes.IframeProps>;
|
|
614
|
+
/**
|
|
615
|
+
* @experimental This component is experimental. Avoid using it in production due to potential breaking changes. Your feedback is valuable for improvements. Stay tuned for updates.
|
|
616
|
+
*/
|
|
617
|
+
export declare const MediaObject: import("..").HubSpotReactComponent<experimentalTypes.MediaObjectProps>;
|
|
618
|
+
/**
|
|
619
|
+
* @experimental This component is experimental. Avoid using it in production due to potential breaking changes. Your feedback is valuable for improvements. Stay tuned for updates.
|
|
620
|
+
*/
|
|
621
|
+
export declare const Stack2: import("..").HubSpotReactComponent<experimentalTypes.Stack2Props>;
|
|
622
|
+
/**
|
|
623
|
+
* @experimental This component is experimental. Avoid using it in production due to potential breaking changes. Your feedback is valuable for improvements. Stay tuned for updates.
|
|
624
|
+
*/
|
|
625
|
+
export declare const Center: import("..").HubSpotReactComponent<experimentalTypes.CenterProps>;
|
|
626
|
+
/**
|
|
627
|
+
* @experimental This component is experimental. Avoid using it in production due to potential breaking changes. Your feedback is valuable for improvements. Stay tuned for updates.
|
|
628
|
+
*/
|
|
629
|
+
export declare const Grid: import("..").HubSpotReactComponent<experimentalTypes.GridProps>;
|
|
630
|
+
/**
|
|
631
|
+
* @experimental This component is experimental. Avoid using it in production due to potential breaking changes. Your feedback is valuable for improvements. Stay tuned for updates.
|
|
632
|
+
*/
|
|
633
|
+
export declare const GridItem: import("..").HubSpotReactComponent<experimentalTypes.GridItemProps>;
|
|
634
|
+
/**
|
|
635
|
+
* @experimental This component is experimental. Avoid using it in production due to potential breaking changes. Your feedback is valuable for improvements. Stay tuned for updates.
|
|
636
|
+
*/
|
|
637
|
+
export declare const SettingsView: import("..").HubSpotReactComponent<experimentalTypes.SettingsViewProps>;
|
|
638
|
+
/**
|
|
639
|
+
* The `ExpandableText` component renders a text that can be expanded or collapsed based on a maximum height.
|
|
640
|
+
*
|
|
641
|
+
* @experimental This component is experimental. Avoid using it in production due to potential breaking changes. Your feedback is valuable for improvements. Stay tuned for updates.
|
|
642
|
+
*
|
|
643
|
+
* **Links:**
|
|
644
|
+
*
|
|
645
|
+
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/expandable-text ExpandableText Docs}
|
|
646
|
+
*/
|
|
647
|
+
export declare const ExpandableText: import("..").HubSpotReactComponent<experimentalTypes.ExpandableTextProps>;
|
|
648
|
+
/**
|
|
649
|
+
* The `Popover` component renders a popover overlay that can contain other components.
|
|
650
|
+
*
|
|
651
|
+
* @experimental This component is experimental. Avoid using it in production due to potential breaking changes. Your feedback is valuable for improvements. Stay tuned for updates.
|
|
652
|
+
*
|
|
653
|
+
* **Links:**
|
|
654
|
+
*
|
|
655
|
+
* - {@link https://developers.hubspot.com/docs/reference/ui-components/standard-components/popover Popover Docs}
|
|
656
|
+
*/
|
|
657
|
+
export declare const Popover: import("..").HubSpotReactComponent<experimentalTypes.PopoverProps>;
|
|
658
|
+
/**
|
|
659
|
+
* @experimental This component is experimental. Avoid using it in production due to potential breaking changes. Your feedback is valuable for improvements. Stay tuned for updates.
|
|
660
|
+
*/
|
|
661
|
+
export declare const FileInput: import("..").HubSpotReactComponent<experimentalTypes.FileInputProps>;
|