@rippling/rippling-sdk 0.2.0-alpha.37 → 0.2.0-alpha.39
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/examples/sdui/sdui-crud-todo/sdui-crud-todo.ts +3 -3
- package/examples/sdui/sdui-showcase/sdui-showcase.ts +6 -11
- package/examples/sdui/sdui-tab-multi-view/sdui-tab-multi-view.ts +14 -24
- package/examples/sdui/vote/vote.ts +7 -11
- package/lib/manifest/app.d.mts +11 -1
- package/lib/manifest/app.d.mts.map +1 -1
- package/lib/manifest/app.d.ts +11 -1
- package/lib/manifest/app.d.ts.map +1 -1
- package/lib/manifest/app.js +42 -1
- package/lib/manifest/app.js.map +1 -1
- package/lib/manifest/app.mjs +42 -1
- package/lib/manifest/app.mjs.map +1 -1
- package/lib/manifest/category.d.mts +14 -3
- package/lib/manifest/category.d.mts.map +1 -1
- package/lib/manifest/category.d.ts +14 -3
- package/lib/manifest/category.d.ts.map +1 -1
- package/lib/manifest/category.js +25 -3
- package/lib/manifest/category.js.map +1 -1
- package/lib/manifest/category.mjs +25 -3
- package/lib/manifest/category.mjs.map +1 -1
- package/lib/manifest/custom-object-field-section.d.mts +13 -0
- package/lib/manifest/custom-object-field-section.d.mts.map +1 -1
- package/lib/manifest/custom-object-field-section.d.ts +13 -0
- package/lib/manifest/custom-object-field-section.d.ts.map +1 -1
- package/lib/manifest/custom-object-field-section.js +22 -1
- package/lib/manifest/custom-object-field-section.js.map +1 -1
- package/lib/manifest/custom-object-field-section.mjs +22 -1
- package/lib/manifest/custom-object-field-section.mjs.map +1 -1
- package/lib/manifest/custom-object-page-layout.d.mts +23 -0
- package/lib/manifest/custom-object-page-layout.d.mts.map +1 -1
- package/lib/manifest/custom-object-page-layout.d.ts +23 -0
- package/lib/manifest/custom-object-page-layout.d.ts.map +1 -1
- package/lib/manifest/custom-object-page-layout.js +45 -2
- package/lib/manifest/custom-object-page-layout.js.map +1 -1
- package/lib/manifest/custom-object-page-layout.mjs +45 -2
- package/lib/manifest/custom-object-page-layout.mjs.map +1 -1
- package/lib/manifest/custom-object.d.mts +41 -2
- package/lib/manifest/custom-object.d.mts.map +1 -1
- package/lib/manifest/custom-object.d.ts +41 -2
- package/lib/manifest/custom-object.d.ts.map +1 -1
- package/lib/manifest/custom-object.js +70 -3
- package/lib/manifest/custom-object.js.map +1 -1
- package/lib/manifest/custom-object.mjs +70 -3
- package/lib/manifest/custom-object.mjs.map +1 -1
- package/lib/manifest/existing-manifest-context.d.mts +87 -0
- package/lib/manifest/existing-manifest-context.d.mts.map +1 -0
- package/lib/manifest/existing-manifest-context.d.ts +87 -0
- package/lib/manifest/existing-manifest-context.d.ts.map +1 -0
- package/lib/manifest/existing-manifest-context.js +511 -0
- package/lib/manifest/existing-manifest-context.js.map +1 -0
- package/lib/manifest/existing-manifest-context.mjs +506 -0
- package/lib/manifest/existing-manifest-context.mjs.map +1 -0
- package/lib/manifest/field.d.mts +44 -2
- package/lib/manifest/field.d.mts.map +1 -1
- package/lib/manifest/field.d.ts +44 -2
- package/lib/manifest/field.d.ts.map +1 -1
- package/lib/manifest/field.js +134 -3
- package/lib/manifest/field.js.map +1 -1
- package/lib/manifest/field.mjs +134 -3
- package/lib/manifest/field.mjs.map +1 -1
- package/lib/manifest/index.d.mts +8 -7
- package/lib/manifest/index.d.mts.map +1 -1
- package/lib/manifest/index.d.ts +8 -7
- package/lib/manifest/index.d.ts.map +1 -1
- package/lib/manifest/index.js +3 -1
- package/lib/manifest/index.js.map +1 -1
- package/lib/manifest/index.mjs +5 -4
- package/lib/manifest/index.mjs.map +1 -1
- package/lib/manifest/list-view.d.mts +17 -0
- package/lib/manifest/list-view.d.mts.map +1 -1
- package/lib/manifest/list-view.d.ts +17 -0
- package/lib/manifest/list-view.d.ts.map +1 -1
- package/lib/manifest/list-view.js +38 -1
- package/lib/manifest/list-view.js.map +1 -1
- package/lib/manifest/list-view.mjs +38 -1
- package/lib/manifest/list-view.mjs.map +1 -1
- package/lib/manifest/manifest-builder.d.mts +60 -7
- package/lib/manifest/manifest-builder.d.mts.map +1 -1
- package/lib/manifest/manifest-builder.d.ts +60 -7
- package/lib/manifest/manifest-builder.d.ts.map +1 -1
- package/lib/manifest/manifest-builder.js +62 -4
- package/lib/manifest/manifest-builder.js.map +1 -1
- package/lib/manifest/manifest-builder.mjs +62 -4
- package/lib/manifest/manifest-builder.mjs.map +1 -1
- package/lib/manifest/manifest-function.d.mts +18 -3
- package/lib/manifest/manifest-function.d.mts.map +1 -1
- package/lib/manifest/manifest-function.d.ts +18 -3
- package/lib/manifest/manifest-function.d.ts.map +1 -1
- package/lib/manifest/manifest-function.js +44 -3
- package/lib/manifest/manifest-function.js.map +1 -1
- package/lib/manifest/manifest-function.mjs +44 -3
- package/lib/manifest/manifest-function.mjs.map +1 -1
- package/lib/manifest/rule.d.mts +17 -0
- package/lib/manifest/rule.d.mts.map +1 -1
- package/lib/manifest/rule.d.ts +17 -0
- package/lib/manifest/rule.d.ts.map +1 -1
- package/lib/manifest/rule.js +45 -1
- package/lib/manifest/rule.js.map +1 -1
- package/lib/manifest/rule.mjs +45 -1
- package/lib/manifest/rule.mjs.map +1 -1
- package/lib/manifest/sdui-page.d.mts +10 -1
- package/lib/manifest/sdui-page.d.mts.map +1 -1
- package/lib/manifest/sdui-page.d.ts +10 -1
- package/lib/manifest/sdui-page.d.ts.map +1 -1
- package/lib/manifest/sdui-page.js +28 -1
- package/lib/manifest/sdui-page.js.map +1 -1
- package/lib/manifest/sdui-page.mjs +28 -1
- package/lib/manifest/sdui-page.mjs.map +1 -1
- package/lib/manifest/validation.d.mts +17 -0
- package/lib/manifest/validation.d.mts.map +1 -1
- package/lib/manifest/validation.d.ts +17 -0
- package/lib/manifest/validation.d.ts.map +1 -1
- package/lib/manifest/validation.js +31 -1
- package/lib/manifest/validation.js.map +1 -1
- package/lib/manifest/validation.mjs +31 -1
- package/lib/manifest/validation.mjs.map +1 -1
- package/lib/sdui/actions.d.mts.map +1 -1
- package/lib/sdui/actions.d.ts.map +1 -1
- package/lib/sdui/actions.js +23 -13
- package/lib/sdui/actions.js.map +1 -1
- package/lib/sdui/actions.mjs +23 -13
- package/lib/sdui/actions.mjs.map +1 -1
- package/lib/sdui/component.d.mts +28 -11
- package/lib/sdui/component.d.mts.map +1 -1
- package/lib/sdui/component.d.ts +28 -11
- package/lib/sdui/component.d.ts.map +1 -1
- package/lib/sdui/component.js +69 -36
- package/lib/sdui/component.js.map +1 -1
- package/lib/sdui/component.mjs +69 -36
- package/lib/sdui/component.mjs.map +1 -1
- package/lib/sdui/components.d.mts +1141 -132
- package/lib/sdui/components.d.mts.map +1 -1
- package/lib/sdui/components.d.ts +1141 -132
- package/lib/sdui/components.d.ts.map +1 -1
- package/lib/sdui/components.js +834 -206
- package/lib/sdui/components.js.map +1 -1
- package/lib/sdui/components.mjs +830 -203
- package/lib/sdui/components.mjs.map +1 -1
- package/lib/sdui/directives.d.mts.map +1 -1
- package/lib/sdui/directives.d.ts.map +1 -1
- package/lib/sdui/directives.js +4 -1
- package/lib/sdui/directives.js.map +1 -1
- package/lib/sdui/directives.mjs +4 -1
- package/lib/sdui/directives.mjs.map +1 -1
- package/lib/sdui/index.d.mts +314 -261
- package/lib/sdui/index.d.mts.map +1 -1
- package/lib/sdui/index.d.ts +314 -261
- package/lib/sdui/index.d.ts.map +1 -1
- package/lib/sdui/index.js +255 -204
- package/lib/sdui/index.js.map +1 -1
- package/lib/sdui/index.mjs +128 -103
- package/lib/sdui/index.mjs.map +1 -1
- package/lib/sdui/propTypes.d.mts +6330 -0
- package/lib/sdui/propTypes.d.mts.map +1 -0
- package/lib/sdui/propTypes.d.ts +6330 -0
- package/lib/sdui/propTypes.d.ts.map +1 -0
- package/lib/sdui/propTypes.js +14 -0
- package/lib/sdui/propTypes.js.map +1 -0
- package/lib/sdui/propTypes.mjs +13 -0
- package/lib/sdui/propTypes.mjs.map +1 -0
- package/lib/sdui/render.d.mts +1 -1
- package/lib/sdui/render.d.mts.map +1 -1
- package/lib/sdui/render.d.ts +1 -1
- package/lib/sdui/render.d.ts.map +1 -1
- package/lib/sdui/render.js +11 -3
- package/lib/sdui/render.js.map +1 -1
- package/lib/sdui/render.mjs +11 -3
- package/lib/sdui/render.mjs.map +1 -1
- package/lib/sdui/state.d.mts.map +1 -1
- package/lib/sdui/state.d.ts.map +1 -1
- package/lib/sdui/state.js +3 -1
- package/lib/sdui/state.js.map +1 -1
- package/lib/sdui/state.mjs +3 -1
- package/lib/sdui/state.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/manifest/app.ts +46 -2
- package/src/lib/manifest/category.ts +35 -7
- package/src/lib/manifest/custom-object-field-section.ts +37 -1
- package/src/lib/manifest/custom-object-page-layout.ts +67 -2
- package/src/lib/manifest/custom-object.ts +88 -4
- package/src/lib/manifest/existing-manifest-context.ts +673 -0
- package/src/lib/manifest/field.ts +160 -3
- package/src/lib/manifest/index.ts +39 -4
- package/src/lib/manifest/list-view.ts +50 -1
- package/src/lib/manifest/manifest-builder.ts +115 -5
- package/src/lib/manifest/manifest-function.ts +44 -4
- package/src/lib/manifest/rule.ts +60 -1
- package/src/lib/manifest/sdui-page.ts +37 -2
- package/src/lib/manifest/validation.ts +48 -1
- package/src/lib/sdui/actions.ts +23 -10
- package/src/lib/sdui/component.ts +84 -44
- package/src/lib/sdui/components.ts +1627 -212
- package/src/lib/sdui/directives.ts +4 -1
- package/src/lib/sdui/index.ts +565 -200
- package/src/lib/sdui/propTypes.ts +8470 -0
- package/src/lib/sdui/render.ts +13 -5
- package/src/lib/sdui/state.ts +8 -2
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/src/lib/sdui/index.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* AUTO-GENERATED —
|
|
3
|
-
*
|
|
4
|
-
* Components: 128
|
|
2
|
+
* AUTO-GENERATED — generated from catalog-schema.json
|
|
3
|
+
* Components: 154
|
|
5
4
|
*
|
|
6
|
-
* Do not edit manually. Run:
|
|
5
|
+
* Do not edit manually. Run: node tools/sdui/builder/build.js
|
|
7
6
|
*/
|
|
8
7
|
|
|
9
8
|
// --- Named exports (individual imports) ---
|
|
@@ -26,136 +25,476 @@ export type { ActionBinding } from './actions';
|
|
|
26
25
|
|
|
27
26
|
// Components
|
|
28
27
|
export {
|
|
29
|
-
TextInput,
|
|
30
|
-
Select,
|
|
31
|
-
AppGroupSelect,
|
|
32
|
-
Checkbox,
|
|
33
|
-
CheckboxGroup,
|
|
34
|
-
Email,
|
|
35
|
-
Number,
|
|
36
|
-
Date,
|
|
37
|
-
DateRange,
|
|
38
|
-
DateInlineMulti,
|
|
39
|
-
Textarea,
|
|
40
|
-
Radio,
|
|
41
|
-
Phone,
|
|
42
|
-
Password,
|
|
43
|
-
Switch,
|
|
44
|
-
FileDrop,
|
|
45
|
-
TextAutoSuggest,
|
|
46
|
-
Currency,
|
|
47
|
-
WorkEmail,
|
|
48
|
-
Percentage,
|
|
49
|
-
SegmentedControl,
|
|
50
|
-
Time,
|
|
51
|
-
TimeRange,
|
|
52
|
-
Timezone,
|
|
53
|
-
Slider,
|
|
54
|
-
RangeSlider,
|
|
55
|
-
Masker,
|
|
56
|
-
DaySelector,
|
|
57
|
-
ColorPicker,
|
|
58
|
-
SelectableGroup,
|
|
59
|
-
Ssn,
|
|
60
|
-
Sin,
|
|
61
|
-
Signature,
|
|
62
|
-
Survey,
|
|
63
|
-
Tree,
|
|
64
|
-
TreeSelect,
|
|
65
|
-
File,
|
|
66
|
-
InputGroup,
|
|
67
|
-
Field,
|
|
68
28
|
ActionCard,
|
|
29
|
+
AiIcon,
|
|
69
30
|
Alert,
|
|
31
|
+
Animation,
|
|
32
|
+
ApiError,
|
|
33
|
+
AppGroupLoader,
|
|
34
|
+
AppGroupSelect,
|
|
35
|
+
AppNavBar,
|
|
36
|
+
AtomsSeparator,
|
|
70
37
|
Avatar,
|
|
38
|
+
AvatarList,
|
|
71
39
|
Badge,
|
|
72
|
-
|
|
40
|
+
Box,
|
|
41
|
+
Breadcrumb,
|
|
42
|
+
Button,
|
|
43
|
+
ButtonGroup,
|
|
73
44
|
Card,
|
|
74
|
-
|
|
75
|
-
Divider,
|
|
76
|
-
Icon,
|
|
77
|
-
Label,
|
|
78
|
-
ListItem,
|
|
79
|
-
Modal,
|
|
80
|
-
ModalFooter,
|
|
81
|
-
ProgressBar,
|
|
82
|
-
Skeleton,
|
|
83
|
-
Spinner,
|
|
84
|
-
Stepper,
|
|
85
|
-
TextClip,
|
|
86
|
-
TextSnippet,
|
|
87
|
-
Tip,
|
|
88
|
-
CheckList,
|
|
89
|
-
DistributionBar,
|
|
90
|
-
ImageViewer,
|
|
91
|
-
ObjectUI,
|
|
92
|
-
ObjectUITemplate,
|
|
93
|
-
ObjectUIHeader,
|
|
94
|
-
ObjectUIContent,
|
|
95
|
-
ObjectUIStats,
|
|
96
|
-
SnackBar,
|
|
97
|
-
Video,
|
|
98
|
-
AvatarList,
|
|
99
|
-
Image,
|
|
100
|
-
AtomsSeparator,
|
|
45
|
+
CardGroup,
|
|
101
46
|
Carousel,
|
|
102
|
-
TableBasic,
|
|
103
|
-
LocationCard,
|
|
104
|
-
LoaderCard,
|
|
105
|
-
LayoutCard,
|
|
106
|
-
AppGroupLoader,
|
|
107
47
|
ChartLoader,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
48
|
+
CheckList,
|
|
49
|
+
Checkbox,
|
|
50
|
+
CheckboxGroup,
|
|
51
|
+
Chip,
|
|
112
52
|
ChipGroup,
|
|
113
|
-
ModalCloseButton,
|
|
114
|
-
Status,
|
|
115
|
-
ApiError,
|
|
116
53
|
Circle,
|
|
54
|
+
ColorPicker,
|
|
55
|
+
ContentLoader,
|
|
117
56
|
CountDown,
|
|
118
57
|
Country,
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
58
|
+
Currency,
|
|
59
|
+
Date,
|
|
60
|
+
DateInlineMulti,
|
|
61
|
+
DateRange,
|
|
62
|
+
DaySelector,
|
|
63
|
+
DistributionBar,
|
|
64
|
+
Divider,
|
|
125
65
|
DraggableList,
|
|
126
66
|
Drawer,
|
|
127
67
|
Dropdown,
|
|
68
|
+
Email,
|
|
128
69
|
ExpansionPanel,
|
|
129
70
|
ExpansionPanelGroup,
|
|
71
|
+
Field,
|
|
72
|
+
File,
|
|
73
|
+
FileDrop,
|
|
130
74
|
FloatingButton,
|
|
75
|
+
Grid,
|
|
76
|
+
HStack,
|
|
77
|
+
Heading,
|
|
78
|
+
Icon,
|
|
131
79
|
IconButton,
|
|
80
|
+
Image,
|
|
81
|
+
ImageViewer,
|
|
82
|
+
InputGroup,
|
|
132
83
|
ItemNavigator,
|
|
84
|
+
Label,
|
|
85
|
+
LabelGroup,
|
|
86
|
+
Layout,
|
|
87
|
+
LayoutCard,
|
|
133
88
|
Link,
|
|
89
|
+
ListItem,
|
|
90
|
+
LoaderCard,
|
|
91
|
+
LocationCard,
|
|
92
|
+
Masker,
|
|
134
93
|
MenuList,
|
|
94
|
+
Modal,
|
|
95
|
+
ModalCloseButton,
|
|
96
|
+
ModalFooter,
|
|
135
97
|
NestedList,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
Box,
|
|
143
|
-
Grid,
|
|
144
|
-
HStack,
|
|
145
|
-
LabelGroup,
|
|
146
|
-
Layout,
|
|
147
|
-
PageContent,
|
|
148
|
-
PageHeader,
|
|
98
|
+
Number,
|
|
99
|
+
ObjectUI,
|
|
100
|
+
ObjectUIContent,
|
|
101
|
+
ObjectUIHeader,
|
|
102
|
+
ObjectUIStats,
|
|
103
|
+
ObjectUITemplate,
|
|
149
104
|
PageAppLogo,
|
|
105
|
+
PageContent,
|
|
150
106
|
PageFooter,
|
|
107
|
+
PageHeader,
|
|
108
|
+
Paginate,
|
|
151
109
|
Pane,
|
|
110
|
+
Password,
|
|
111
|
+
Percentage,
|
|
112
|
+
Phone,
|
|
113
|
+
ProgressBar,
|
|
114
|
+
ProgressSteps,
|
|
115
|
+
Radio,
|
|
116
|
+
RangeSlider,
|
|
117
|
+
ReportLoader,
|
|
118
|
+
ReportShareLoader,
|
|
119
|
+
ReportViewerLoader,
|
|
152
120
|
Responsive,
|
|
121
|
+
SegmentedControl,
|
|
122
|
+
Select,
|
|
123
|
+
SelectableGroup,
|
|
124
|
+
SelectableMenu,
|
|
125
|
+
SettingsLoader,
|
|
126
|
+
ShowMore,
|
|
127
|
+
Signature,
|
|
128
|
+
Sin,
|
|
129
|
+
Skeleton,
|
|
130
|
+
Slider,
|
|
131
|
+
SnackBar,
|
|
132
|
+
Spinner,
|
|
133
|
+
SplitButton,
|
|
153
134
|
SplitPane,
|
|
135
|
+
Ssn,
|
|
136
|
+
Status,
|
|
137
|
+
Stepper,
|
|
138
|
+
Survey,
|
|
139
|
+
Switch,
|
|
140
|
+
Tab,
|
|
141
|
+
TableBasic,
|
|
142
|
+
Text,
|
|
143
|
+
TextAutoSuggest,
|
|
144
|
+
TextClip,
|
|
145
|
+
TextInput,
|
|
146
|
+
TextSnippet,
|
|
147
|
+
Textarea,
|
|
148
|
+
Time,
|
|
149
|
+
TimeRange,
|
|
150
|
+
Timezone,
|
|
151
|
+
Tip,
|
|
152
|
+
TitleCaption,
|
|
153
|
+
ToggleableArrow,
|
|
154
|
+
Tree,
|
|
155
|
+
TreeSelect,
|
|
154
156
|
VStack,
|
|
157
|
+
Video,
|
|
158
|
+
WorkEmail,
|
|
159
|
+
AnalyticsCard,
|
|
160
|
+
ResizableBoard,
|
|
161
|
+
EChart,
|
|
162
|
+
RichText,
|
|
163
|
+
DashboardRichText,
|
|
155
164
|
CustomObjectGrid,
|
|
156
165
|
ObjectListView,
|
|
166
|
+
BarChart,
|
|
167
|
+
LineChart,
|
|
168
|
+
HorizontalBarChart,
|
|
169
|
+
CombinationChart,
|
|
170
|
+
PieChart,
|
|
171
|
+
ScatterChart,
|
|
172
|
+
FunnelChart,
|
|
173
|
+
GaugeChart,
|
|
174
|
+
SunburstChart,
|
|
175
|
+
WithSpinner,
|
|
176
|
+
RadarChart,
|
|
177
|
+
RadarFilledChart,
|
|
178
|
+
HeatmapCalendarChart,
|
|
179
|
+
HeatmapChart,
|
|
180
|
+
TreemapChart,
|
|
181
|
+
SqlHighlight,
|
|
157
182
|
} from './components';
|
|
158
183
|
export type { SpecNode } from './components';
|
|
184
|
+
export type {
|
|
185
|
+
ActionCardProps,
|
|
186
|
+
AiIconProps,
|
|
187
|
+
AlertProps,
|
|
188
|
+
AnimationProps,
|
|
189
|
+
ApiErrorProps,
|
|
190
|
+
AppGroupLoaderProps,
|
|
191
|
+
AppGroupSelectProps,
|
|
192
|
+
AppNavBarProps,
|
|
193
|
+
AtomsSeparatorProps,
|
|
194
|
+
AvatarProps,
|
|
195
|
+
AvatarListProps,
|
|
196
|
+
BadgeProps,
|
|
197
|
+
BoxProps,
|
|
198
|
+
BreadcrumbProps,
|
|
199
|
+
ButtonProps,
|
|
200
|
+
ButtonGroupProps,
|
|
201
|
+
CardProps,
|
|
202
|
+
CardGroupProps,
|
|
203
|
+
CarouselProps,
|
|
204
|
+
ChartLoaderProps,
|
|
205
|
+
CheckListProps,
|
|
206
|
+
CheckboxProps,
|
|
207
|
+
CheckboxGroupProps,
|
|
208
|
+
ChipProps,
|
|
209
|
+
ChipGroupProps,
|
|
210
|
+
CircleProps,
|
|
211
|
+
ColorPickerProps,
|
|
212
|
+
ContentLoaderProps,
|
|
213
|
+
CountDownProps,
|
|
214
|
+
CountryProps,
|
|
215
|
+
CurrencyProps,
|
|
216
|
+
DateProps,
|
|
217
|
+
DateInlineMultiProps,
|
|
218
|
+
DateRangeProps,
|
|
219
|
+
DaySelectorProps,
|
|
220
|
+
DistributionBarProps,
|
|
221
|
+
DividerProps,
|
|
222
|
+
DraggableListProps,
|
|
223
|
+
DrawerProps,
|
|
224
|
+
DropdownProps,
|
|
225
|
+
EmailProps,
|
|
226
|
+
ExpansionPanelProps,
|
|
227
|
+
ExpansionPanelGroupProps,
|
|
228
|
+
FieldProps,
|
|
229
|
+
FileProps,
|
|
230
|
+
FileDropProps,
|
|
231
|
+
FloatingButtonProps,
|
|
232
|
+
GridProps,
|
|
233
|
+
HStackProps,
|
|
234
|
+
HeadingProps,
|
|
235
|
+
IconProps,
|
|
236
|
+
IconButtonProps,
|
|
237
|
+
ImageProps,
|
|
238
|
+
ImageViewerProps,
|
|
239
|
+
InputGroupProps,
|
|
240
|
+
ItemNavigatorProps,
|
|
241
|
+
LabelProps,
|
|
242
|
+
LabelGroupProps,
|
|
243
|
+
LayoutProps,
|
|
244
|
+
LayoutCardProps,
|
|
245
|
+
LinkProps,
|
|
246
|
+
ListItemProps,
|
|
247
|
+
LoaderCardProps,
|
|
248
|
+
LocationCardProps,
|
|
249
|
+
MaskerProps,
|
|
250
|
+
MenuListProps,
|
|
251
|
+
ModalProps,
|
|
252
|
+
ModalCloseButtonProps,
|
|
253
|
+
ModalFooterProps,
|
|
254
|
+
NestedListProps,
|
|
255
|
+
NumberProps,
|
|
256
|
+
ObjectUIProps,
|
|
257
|
+
ObjectUIContentProps,
|
|
258
|
+
ObjectUIHeaderProps,
|
|
259
|
+
ObjectUIStatsProps,
|
|
260
|
+
ObjectUITemplateProps,
|
|
261
|
+
PageAppLogoProps,
|
|
262
|
+
PageContentProps,
|
|
263
|
+
PageFooterProps,
|
|
264
|
+
PageHeaderProps,
|
|
265
|
+
PaginateProps,
|
|
266
|
+
PaneProps,
|
|
267
|
+
PasswordProps,
|
|
268
|
+
PercentageProps,
|
|
269
|
+
PhoneProps,
|
|
270
|
+
ProgressBarProps,
|
|
271
|
+
ProgressStepsProps,
|
|
272
|
+
RadioProps,
|
|
273
|
+
RangeSliderProps,
|
|
274
|
+
ReportLoaderProps,
|
|
275
|
+
ReportShareLoaderProps,
|
|
276
|
+
ReportViewerLoaderProps,
|
|
277
|
+
ResponsiveProps,
|
|
278
|
+
SegmentedControlProps,
|
|
279
|
+
SelectProps,
|
|
280
|
+
SelectableGroupProps,
|
|
281
|
+
SelectableMenuProps,
|
|
282
|
+
SettingsLoaderProps,
|
|
283
|
+
ShowMoreProps,
|
|
284
|
+
SignatureProps,
|
|
285
|
+
SinProps,
|
|
286
|
+
SkeletonProps,
|
|
287
|
+
SliderProps,
|
|
288
|
+
SnackBarProps,
|
|
289
|
+
SpinnerProps,
|
|
290
|
+
SplitButtonProps,
|
|
291
|
+
SplitPaneProps,
|
|
292
|
+
SsnProps,
|
|
293
|
+
StatusProps,
|
|
294
|
+
StepperProps,
|
|
295
|
+
SurveyProps,
|
|
296
|
+
SwitchProps,
|
|
297
|
+
TabProps,
|
|
298
|
+
TableBasicProps,
|
|
299
|
+
TextProps,
|
|
300
|
+
TextAutoSuggestProps,
|
|
301
|
+
TextClipProps,
|
|
302
|
+
TextInputProps,
|
|
303
|
+
TextSnippetProps,
|
|
304
|
+
TextareaProps,
|
|
305
|
+
TimeProps,
|
|
306
|
+
TimeRangeProps,
|
|
307
|
+
TimezoneProps,
|
|
308
|
+
TipProps,
|
|
309
|
+
TitleCaptionProps,
|
|
310
|
+
ToggleableArrowProps,
|
|
311
|
+
TreeProps,
|
|
312
|
+
TreeSelectProps,
|
|
313
|
+
VStackProps,
|
|
314
|
+
VideoProps,
|
|
315
|
+
WorkEmailProps,
|
|
316
|
+
AnalyticsCardProps,
|
|
317
|
+
ResizableBoardProps,
|
|
318
|
+
EChartProps,
|
|
319
|
+
RichTextProps,
|
|
320
|
+
DashboardRichTextProps,
|
|
321
|
+
CustomObjectGridProps,
|
|
322
|
+
ObjectListViewProps,
|
|
323
|
+
BarChartProps,
|
|
324
|
+
LineChartProps,
|
|
325
|
+
HorizontalBarChartProps,
|
|
326
|
+
CombinationChartProps,
|
|
327
|
+
PieChartProps,
|
|
328
|
+
ScatterChartProps,
|
|
329
|
+
FunnelChartProps,
|
|
330
|
+
GaugeChartProps,
|
|
331
|
+
SunburstChartProps,
|
|
332
|
+
WithSpinnerProps,
|
|
333
|
+
RadarChartProps,
|
|
334
|
+
RadarFilledChartProps,
|
|
335
|
+
HeatmapCalendarChartProps,
|
|
336
|
+
HeatmapChartProps,
|
|
337
|
+
TreemapChartProps,
|
|
338
|
+
SqlHighlightProps,
|
|
339
|
+
} from './components';
|
|
340
|
+
|
|
341
|
+
// Per-component catalog prop interfaces (from the catalog JSON Schema)
|
|
342
|
+
export type {
|
|
343
|
+
ActionCardCatalogProps,
|
|
344
|
+
AiIconCatalogProps,
|
|
345
|
+
AlertCatalogProps,
|
|
346
|
+
AnimationCatalogProps,
|
|
347
|
+
ApiErrorCatalogProps,
|
|
348
|
+
AppGroupLoaderCatalogProps,
|
|
349
|
+
AppGroupSelectCatalogProps,
|
|
350
|
+
AppNavBarCatalogProps,
|
|
351
|
+
AtomsSeparatorCatalogProps,
|
|
352
|
+
AvatarCatalogProps,
|
|
353
|
+
AvatarListCatalogProps,
|
|
354
|
+
BadgeCatalogProps,
|
|
355
|
+
BoxCatalogProps,
|
|
356
|
+
BreadcrumbCatalogProps,
|
|
357
|
+
ButtonCatalogProps,
|
|
358
|
+
ButtonGroupCatalogProps,
|
|
359
|
+
CardCatalogProps,
|
|
360
|
+
CardGroupCatalogProps,
|
|
361
|
+
CarouselCatalogProps,
|
|
362
|
+
ChartLoaderCatalogProps,
|
|
363
|
+
CheckListCatalogProps,
|
|
364
|
+
CheckboxCatalogProps,
|
|
365
|
+
CheckboxGroupCatalogProps,
|
|
366
|
+
ChipCatalogProps,
|
|
367
|
+
ChipGroupCatalogProps,
|
|
368
|
+
CircleCatalogProps,
|
|
369
|
+
ColorPickerCatalogProps,
|
|
370
|
+
ContentLoaderCatalogProps,
|
|
371
|
+
CountDownCatalogProps,
|
|
372
|
+
CountryCatalogProps,
|
|
373
|
+
CurrencyCatalogProps,
|
|
374
|
+
DateCatalogProps,
|
|
375
|
+
DateInlineMultiCatalogProps,
|
|
376
|
+
DateRangeCatalogProps,
|
|
377
|
+
DaySelectorCatalogProps,
|
|
378
|
+
DistributionBarCatalogProps,
|
|
379
|
+
DividerCatalogProps,
|
|
380
|
+
DraggableListCatalogProps,
|
|
381
|
+
DrawerCatalogProps,
|
|
382
|
+
DropdownCatalogProps,
|
|
383
|
+
EmailCatalogProps,
|
|
384
|
+
ExpansionPanelCatalogProps,
|
|
385
|
+
ExpansionPanelGroupCatalogProps,
|
|
386
|
+
FieldCatalogProps,
|
|
387
|
+
FileCatalogProps,
|
|
388
|
+
FileDropCatalogProps,
|
|
389
|
+
FloatingButtonCatalogProps,
|
|
390
|
+
GridCatalogProps,
|
|
391
|
+
HStackCatalogProps,
|
|
392
|
+
HeadingCatalogProps,
|
|
393
|
+
IconCatalogProps,
|
|
394
|
+
IconButtonCatalogProps,
|
|
395
|
+
ImageCatalogProps,
|
|
396
|
+
ImageViewerCatalogProps,
|
|
397
|
+
InputGroupCatalogProps,
|
|
398
|
+
ItemNavigatorCatalogProps,
|
|
399
|
+
LabelCatalogProps,
|
|
400
|
+
LabelGroupCatalogProps,
|
|
401
|
+
LayoutCatalogProps,
|
|
402
|
+
LayoutCardCatalogProps,
|
|
403
|
+
LinkCatalogProps,
|
|
404
|
+
ListItemCatalogProps,
|
|
405
|
+
LoaderCardCatalogProps,
|
|
406
|
+
LocationCardCatalogProps,
|
|
407
|
+
MaskerCatalogProps,
|
|
408
|
+
MenuListCatalogProps,
|
|
409
|
+
ModalCatalogProps,
|
|
410
|
+
ModalCloseButtonCatalogProps,
|
|
411
|
+
ModalFooterCatalogProps,
|
|
412
|
+
NestedListCatalogProps,
|
|
413
|
+
NumberCatalogProps,
|
|
414
|
+
ObjectUICatalogProps,
|
|
415
|
+
ObjectUIContentCatalogProps,
|
|
416
|
+
ObjectUIHeaderCatalogProps,
|
|
417
|
+
ObjectUIStatsCatalogProps,
|
|
418
|
+
ObjectUITemplateCatalogProps,
|
|
419
|
+
PageAppLogoCatalogProps,
|
|
420
|
+
PageContentCatalogProps,
|
|
421
|
+
PageFooterCatalogProps,
|
|
422
|
+
PageHeaderCatalogProps,
|
|
423
|
+
PaginateCatalogProps,
|
|
424
|
+
PaneCatalogProps,
|
|
425
|
+
PasswordCatalogProps,
|
|
426
|
+
PercentageCatalogProps,
|
|
427
|
+
PhoneCatalogProps,
|
|
428
|
+
ProgressBarCatalogProps,
|
|
429
|
+
ProgressStepsCatalogProps,
|
|
430
|
+
RadioCatalogProps,
|
|
431
|
+
RangeSliderCatalogProps,
|
|
432
|
+
ReportLoaderCatalogProps,
|
|
433
|
+
ReportShareLoaderCatalogProps,
|
|
434
|
+
ReportViewerLoaderCatalogProps,
|
|
435
|
+
ResponsiveCatalogProps,
|
|
436
|
+
SegmentedControlCatalogProps,
|
|
437
|
+
SelectCatalogProps,
|
|
438
|
+
SelectableGroupCatalogProps,
|
|
439
|
+
SelectableMenuCatalogProps,
|
|
440
|
+
SettingsLoaderCatalogProps,
|
|
441
|
+
ShowMoreCatalogProps,
|
|
442
|
+
SignatureCatalogProps,
|
|
443
|
+
SinCatalogProps,
|
|
444
|
+
SkeletonCatalogProps,
|
|
445
|
+
SliderCatalogProps,
|
|
446
|
+
SnackBarCatalogProps,
|
|
447
|
+
SpinnerCatalogProps,
|
|
448
|
+
SplitButtonCatalogProps,
|
|
449
|
+
SplitPaneCatalogProps,
|
|
450
|
+
SsnCatalogProps,
|
|
451
|
+
StatusCatalogProps,
|
|
452
|
+
StepperCatalogProps,
|
|
453
|
+
SurveyCatalogProps,
|
|
454
|
+
SwitchCatalogProps,
|
|
455
|
+
TabCatalogProps,
|
|
456
|
+
TableBasicCatalogProps,
|
|
457
|
+
TextCatalogProps,
|
|
458
|
+
TextAutoSuggestCatalogProps,
|
|
459
|
+
TextClipCatalogProps,
|
|
460
|
+
TextInputCatalogProps,
|
|
461
|
+
TextSnippetCatalogProps,
|
|
462
|
+
TextareaCatalogProps,
|
|
463
|
+
TimeCatalogProps,
|
|
464
|
+
TimeRangeCatalogProps,
|
|
465
|
+
TimezoneCatalogProps,
|
|
466
|
+
TipCatalogProps,
|
|
467
|
+
TitleCaptionCatalogProps,
|
|
468
|
+
ToggleableArrowCatalogProps,
|
|
469
|
+
TreeCatalogProps,
|
|
470
|
+
TreeSelectCatalogProps,
|
|
471
|
+
VStackCatalogProps,
|
|
472
|
+
VideoCatalogProps,
|
|
473
|
+
WorkEmailCatalogProps,
|
|
474
|
+
AnalyticsCardCatalogProps,
|
|
475
|
+
ResizableBoardCatalogProps,
|
|
476
|
+
EChartCatalogProps,
|
|
477
|
+
RichTextCatalogProps,
|
|
478
|
+
DashboardRichTextCatalogProps,
|
|
479
|
+
CustomObjectGridCatalogProps,
|
|
480
|
+
ObjectListViewCatalogProps,
|
|
481
|
+
BarChartCatalogProps,
|
|
482
|
+
LineChartCatalogProps,
|
|
483
|
+
HorizontalBarChartCatalogProps,
|
|
484
|
+
CombinationChartCatalogProps,
|
|
485
|
+
PieChartCatalogProps,
|
|
486
|
+
ScatterChartCatalogProps,
|
|
487
|
+
FunnelChartCatalogProps,
|
|
488
|
+
GaugeChartCatalogProps,
|
|
489
|
+
SunburstChartCatalogProps,
|
|
490
|
+
WithSpinnerCatalogProps,
|
|
491
|
+
RadarChartCatalogProps,
|
|
492
|
+
RadarFilledChartCatalogProps,
|
|
493
|
+
HeatmapCalendarChartCatalogProps,
|
|
494
|
+
HeatmapChartCatalogProps,
|
|
495
|
+
TreemapChartCatalogProps,
|
|
496
|
+
SqlHighlightCatalogProps,
|
|
497
|
+
} from './propTypes';
|
|
159
498
|
|
|
160
499
|
// Directives
|
|
161
500
|
export { visible, repeat, $item, $bindItem, $index } from './directives';
|
|
@@ -202,134 +541,160 @@ export const actions = {
|
|
|
202
541
|
};
|
|
203
542
|
|
|
204
543
|
export const components = {
|
|
205
|
-
TextInput: _components.TextInput,
|
|
206
|
-
Select: _components.Select,
|
|
207
|
-
AppGroupSelect: _components.AppGroupSelect,
|
|
208
|
-
Checkbox: _components.Checkbox,
|
|
209
|
-
CheckboxGroup: _components.CheckboxGroup,
|
|
210
|
-
Email: _components.Email,
|
|
211
|
-
Number: _components.Number,
|
|
212
|
-
Date: _components.Date,
|
|
213
|
-
DateRange: _components.DateRange,
|
|
214
|
-
DateInlineMulti: _components.DateInlineMulti,
|
|
215
|
-
Textarea: _components.Textarea,
|
|
216
|
-
Radio: _components.Radio,
|
|
217
|
-
Phone: _components.Phone,
|
|
218
|
-
Password: _components.Password,
|
|
219
|
-
Switch: _components.Switch,
|
|
220
|
-
FileDrop: _components.FileDrop,
|
|
221
|
-
TextAutoSuggest: _components.TextAutoSuggest,
|
|
222
|
-
Currency: _components.Currency,
|
|
223
|
-
WorkEmail: _components.WorkEmail,
|
|
224
|
-
Percentage: _components.Percentage,
|
|
225
|
-
SegmentedControl: _components.SegmentedControl,
|
|
226
|
-
Time: _components.Time,
|
|
227
|
-
TimeRange: _components.TimeRange,
|
|
228
|
-
Timezone: _components.Timezone,
|
|
229
|
-
Slider: _components.Slider,
|
|
230
|
-
RangeSlider: _components.RangeSlider,
|
|
231
|
-
Masker: _components.Masker,
|
|
232
|
-
DaySelector: _components.DaySelector,
|
|
233
|
-
ColorPicker: _components.ColorPicker,
|
|
234
|
-
SelectableGroup: _components.SelectableGroup,
|
|
235
|
-
Ssn: _components.Ssn,
|
|
236
|
-
Sin: _components.Sin,
|
|
237
|
-
Signature: _components.Signature,
|
|
238
|
-
Survey: _components.Survey,
|
|
239
|
-
Tree: _components.Tree,
|
|
240
|
-
TreeSelect: _components.TreeSelect,
|
|
241
|
-
File: _components.File,
|
|
242
|
-
InputGroup: _components.InputGroup,
|
|
243
|
-
Field: _components.Field,
|
|
244
544
|
ActionCard: _components.ActionCard,
|
|
545
|
+
AiIcon: _components.AiIcon,
|
|
245
546
|
Alert: _components.Alert,
|
|
547
|
+
Animation: _components.Animation,
|
|
548
|
+
ApiError: _components.ApiError,
|
|
549
|
+
AppGroupLoader: _components.AppGroupLoader,
|
|
550
|
+
AppGroupSelect: _components.AppGroupSelect,
|
|
551
|
+
AppNavBar: _components.AppNavBar,
|
|
552
|
+
AtomsSeparator: _components.AtomsSeparator,
|
|
246
553
|
Avatar: _components.Avatar,
|
|
554
|
+
AvatarList: _components.AvatarList,
|
|
247
555
|
Badge: _components.Badge,
|
|
248
|
-
|
|
556
|
+
Box: _components.Box,
|
|
557
|
+
Breadcrumb: _components.Breadcrumb,
|
|
558
|
+
Button: _components.Button,
|
|
559
|
+
ButtonGroup: _components.ButtonGroup,
|
|
249
560
|
Card: _components.Card,
|
|
250
|
-
|
|
251
|
-
Divider: _components.Divider,
|
|
252
|
-
Icon: _components.Icon,
|
|
253
|
-
Label: _components.Label,
|
|
254
|
-
ListItem: _components.ListItem,
|
|
255
|
-
Modal: _components.Modal,
|
|
256
|
-
ModalFooter: _components.ModalFooter,
|
|
257
|
-
ProgressBar: _components.ProgressBar,
|
|
258
|
-
Skeleton: _components.Skeleton,
|
|
259
|
-
Spinner: _components.Spinner,
|
|
260
|
-
Stepper: _components.Stepper,
|
|
261
|
-
TextClip: _components.TextClip,
|
|
262
|
-
TextSnippet: _components.TextSnippet,
|
|
263
|
-
Tip: _components.Tip,
|
|
264
|
-
CheckList: _components.CheckList,
|
|
265
|
-
DistributionBar: _components.DistributionBar,
|
|
266
|
-
ImageViewer: _components.ImageViewer,
|
|
267
|
-
ObjectUI: _components.ObjectUI,
|
|
268
|
-
ObjectUITemplate: _components.ObjectUITemplate,
|
|
269
|
-
ObjectUIHeader: _components.ObjectUIHeader,
|
|
270
|
-
ObjectUIContent: _components.ObjectUIContent,
|
|
271
|
-
ObjectUIStats: _components.ObjectUIStats,
|
|
272
|
-
SnackBar: _components.SnackBar,
|
|
273
|
-
Video: _components.Video,
|
|
274
|
-
AvatarList: _components.AvatarList,
|
|
275
|
-
Image: _components.Image,
|
|
276
|
-
AtomsSeparator: _components.AtomsSeparator,
|
|
561
|
+
CardGroup: _components.CardGroup,
|
|
277
562
|
Carousel: _components.Carousel,
|
|
278
|
-
TableBasic: _components.TableBasic,
|
|
279
|
-
LocationCard: _components.LocationCard,
|
|
280
|
-
LoaderCard: _components.LoaderCard,
|
|
281
|
-
LayoutCard: _components.LayoutCard,
|
|
282
|
-
AppGroupLoader: _components.AppGroupLoader,
|
|
283
563
|
ChartLoader: _components.ChartLoader,
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
564
|
+
CheckList: _components.CheckList,
|
|
565
|
+
Checkbox: _components.Checkbox,
|
|
566
|
+
CheckboxGroup: _components.CheckboxGroup,
|
|
567
|
+
Chip: _components.Chip,
|
|
288
568
|
ChipGroup: _components.ChipGroup,
|
|
289
|
-
ModalCloseButton: _components.ModalCloseButton,
|
|
290
|
-
Status: _components.Status,
|
|
291
|
-
ApiError: _components.ApiError,
|
|
292
569
|
Circle: _components.Circle,
|
|
570
|
+
ColorPicker: _components.ColorPicker,
|
|
571
|
+
ContentLoader: _components.ContentLoader,
|
|
293
572
|
CountDown: _components.CountDown,
|
|
294
573
|
Country: _components.Country,
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
574
|
+
Currency: _components.Currency,
|
|
575
|
+
Date: _components.Date,
|
|
576
|
+
DateInlineMulti: _components.DateInlineMulti,
|
|
577
|
+
DateRange: _components.DateRange,
|
|
578
|
+
DaySelector: _components.DaySelector,
|
|
579
|
+
DistributionBar: _components.DistributionBar,
|
|
580
|
+
Divider: _components.Divider,
|
|
301
581
|
DraggableList: _components.DraggableList,
|
|
302
582
|
Drawer: _components.Drawer,
|
|
303
583
|
Dropdown: _components.Dropdown,
|
|
584
|
+
Email: _components.Email,
|
|
304
585
|
ExpansionPanel: _components.ExpansionPanel,
|
|
305
586
|
ExpansionPanelGroup: _components.ExpansionPanelGroup,
|
|
587
|
+
Field: _components.Field,
|
|
588
|
+
File: _components.File,
|
|
589
|
+
FileDrop: _components.FileDrop,
|
|
306
590
|
FloatingButton: _components.FloatingButton,
|
|
591
|
+
Grid: _components.Grid,
|
|
592
|
+
HStack: _components.HStack,
|
|
593
|
+
Heading: _components.Heading,
|
|
594
|
+
Icon: _components.Icon,
|
|
307
595
|
IconButton: _components.IconButton,
|
|
596
|
+
Image: _components.Image,
|
|
597
|
+
ImageViewer: _components.ImageViewer,
|
|
598
|
+
InputGroup: _components.InputGroup,
|
|
308
599
|
ItemNavigator: _components.ItemNavigator,
|
|
600
|
+
Label: _components.Label,
|
|
601
|
+
LabelGroup: _components.LabelGroup,
|
|
602
|
+
Layout: _components.Layout,
|
|
603
|
+
LayoutCard: _components.LayoutCard,
|
|
309
604
|
Link: _components.Link,
|
|
605
|
+
ListItem: _components.ListItem,
|
|
606
|
+
LoaderCard: _components.LoaderCard,
|
|
607
|
+
LocationCard: _components.LocationCard,
|
|
608
|
+
Masker: _components.Masker,
|
|
310
609
|
MenuList: _components.MenuList,
|
|
610
|
+
Modal: _components.Modal,
|
|
611
|
+
ModalCloseButton: _components.ModalCloseButton,
|
|
612
|
+
ModalFooter: _components.ModalFooter,
|
|
311
613
|
NestedList: _components.NestedList,
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
Box: _components.Box,
|
|
319
|
-
Grid: _components.Grid,
|
|
320
|
-
HStack: _components.HStack,
|
|
321
|
-
LabelGroup: _components.LabelGroup,
|
|
322
|
-
Layout: _components.Layout,
|
|
323
|
-
PageContent: _components.PageContent,
|
|
324
|
-
PageHeader: _components.PageHeader,
|
|
614
|
+
Number: _components.Number,
|
|
615
|
+
ObjectUI: _components.ObjectUI,
|
|
616
|
+
ObjectUIContent: _components.ObjectUIContent,
|
|
617
|
+
ObjectUIHeader: _components.ObjectUIHeader,
|
|
618
|
+
ObjectUIStats: _components.ObjectUIStats,
|
|
619
|
+
ObjectUITemplate: _components.ObjectUITemplate,
|
|
325
620
|
PageAppLogo: _components.PageAppLogo,
|
|
621
|
+
PageContent: _components.PageContent,
|
|
326
622
|
PageFooter: _components.PageFooter,
|
|
623
|
+
PageHeader: _components.PageHeader,
|
|
624
|
+
Paginate: _components.Paginate,
|
|
327
625
|
Pane: _components.Pane,
|
|
626
|
+
Password: _components.Password,
|
|
627
|
+
Percentage: _components.Percentage,
|
|
628
|
+
Phone: _components.Phone,
|
|
629
|
+
ProgressBar: _components.ProgressBar,
|
|
630
|
+
ProgressSteps: _components.ProgressSteps,
|
|
631
|
+
Radio: _components.Radio,
|
|
632
|
+
RangeSlider: _components.RangeSlider,
|
|
633
|
+
ReportLoader: _components.ReportLoader,
|
|
634
|
+
ReportShareLoader: _components.ReportShareLoader,
|
|
635
|
+
ReportViewerLoader: _components.ReportViewerLoader,
|
|
328
636
|
Responsive: _components.Responsive,
|
|
637
|
+
SegmentedControl: _components.SegmentedControl,
|
|
638
|
+
Select: _components.Select,
|
|
639
|
+
SelectableGroup: _components.SelectableGroup,
|
|
640
|
+
SelectableMenu: _components.SelectableMenu,
|
|
641
|
+
SettingsLoader: _components.SettingsLoader,
|
|
642
|
+
ShowMore: _components.ShowMore,
|
|
643
|
+
Signature: _components.Signature,
|
|
644
|
+
Sin: _components.Sin,
|
|
645
|
+
Skeleton: _components.Skeleton,
|
|
646
|
+
Slider: _components.Slider,
|
|
647
|
+
SnackBar: _components.SnackBar,
|
|
648
|
+
Spinner: _components.Spinner,
|
|
649
|
+
SplitButton: _components.SplitButton,
|
|
329
650
|
SplitPane: _components.SplitPane,
|
|
651
|
+
Ssn: _components.Ssn,
|
|
652
|
+
Status: _components.Status,
|
|
653
|
+
Stepper: _components.Stepper,
|
|
654
|
+
Survey: _components.Survey,
|
|
655
|
+
Switch: _components.Switch,
|
|
656
|
+
Tab: _components.Tab,
|
|
657
|
+
TableBasic: _components.TableBasic,
|
|
658
|
+
Text: _components.Text,
|
|
659
|
+
TextAutoSuggest: _components.TextAutoSuggest,
|
|
660
|
+
TextClip: _components.TextClip,
|
|
661
|
+
TextInput: _components.TextInput,
|
|
662
|
+
TextSnippet: _components.TextSnippet,
|
|
663
|
+
Textarea: _components.Textarea,
|
|
664
|
+
Time: _components.Time,
|
|
665
|
+
TimeRange: _components.TimeRange,
|
|
666
|
+
Timezone: _components.Timezone,
|
|
667
|
+
Tip: _components.Tip,
|
|
668
|
+
TitleCaption: _components.TitleCaption,
|
|
669
|
+
ToggleableArrow: _components.ToggleableArrow,
|
|
670
|
+
Tree: _components.Tree,
|
|
671
|
+
TreeSelect: _components.TreeSelect,
|
|
330
672
|
VStack: _components.VStack,
|
|
673
|
+
Video: _components.Video,
|
|
674
|
+
WorkEmail: _components.WorkEmail,
|
|
675
|
+
AnalyticsCard: _components.AnalyticsCard,
|
|
676
|
+
ResizableBoard: _components.ResizableBoard,
|
|
677
|
+
EChart: _components.EChart,
|
|
678
|
+
RichText: _components.RichText,
|
|
679
|
+
DashboardRichText: _components.DashboardRichText,
|
|
331
680
|
CustomObjectGrid: _components.CustomObjectGrid,
|
|
332
681
|
ObjectListView: _components.ObjectListView,
|
|
682
|
+
BarChart: _components.BarChart,
|
|
683
|
+
LineChart: _components.LineChart,
|
|
684
|
+
HorizontalBarChart: _components.HorizontalBarChart,
|
|
685
|
+
CombinationChart: _components.CombinationChart,
|
|
686
|
+
PieChart: _components.PieChart,
|
|
687
|
+
ScatterChart: _components.ScatterChart,
|
|
688
|
+
FunnelChart: _components.FunnelChart,
|
|
689
|
+
GaugeChart: _components.GaugeChart,
|
|
690
|
+
SunburstChart: _components.SunburstChart,
|
|
691
|
+
WithSpinner: _components.WithSpinner,
|
|
692
|
+
RadarChart: _components.RadarChart,
|
|
693
|
+
RadarFilledChart: _components.RadarFilledChart,
|
|
694
|
+
HeatmapCalendarChart: _components.HeatmapCalendarChart,
|
|
695
|
+
HeatmapChart: _components.HeatmapChart,
|
|
696
|
+
TreemapChart: _components.TreemapChart,
|
|
697
|
+
SqlHighlight: _components.SqlHighlight,
|
|
333
698
|
};
|
|
334
699
|
|
|
335
700
|
export const directives = {
|