@rippling/rippling-sdk 0.2.0-alpha.49 → 0.2.0-alpha.50
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/lib/manifest/custom-object-page-layout.d.mts +148 -34
- package/lib/manifest/custom-object-page-layout.d.mts.map +1 -1
- package/lib/manifest/custom-object-page-layout.d.ts +148 -34
- package/lib/manifest/custom-object-page-layout.d.ts.map +1 -1
- package/lib/manifest/custom-object-page-layout.js +61 -18
- package/lib/manifest/custom-object-page-layout.js.map +1 -1
- package/lib/manifest/custom-object-page-layout.mjs +61 -18
- package/lib/manifest/custom-object-page-layout.mjs.map +1 -1
- package/lib/manifest/custom-object.d.mts +1 -1
- package/lib/manifest/custom-object.d.ts +1 -1
- package/lib/manifest/custom-object.js +1 -1
- package/lib/manifest/custom-object.mjs +1 -1
- package/lib/manifest/field.d.mts +3 -3
- package/lib/manifest/field.d.ts +3 -3
- package/lib/manifest/field.js +2 -2
- package/lib/manifest/field.mjs +2 -2
- package/lib/manifest/index.d.mts +1 -1
- package/lib/manifest/index.d.mts.map +1 -1
- package/lib/manifest/index.d.ts +1 -1
- package/lib/manifest/index.d.ts.map +1 -1
- package/lib/manifest/index.js.map +1 -1
- package/lib/manifest/index.mjs.map +1 -1
- package/lib/sdui/components.d.mts +100 -211
- package/lib/sdui/components.d.mts.map +1 -1
- package/lib/sdui/components.d.ts +100 -211
- package/lib/sdui/components.d.ts.map +1 -1
- package/lib/sdui/components.js +96 -182
- package/lib/sdui/components.js.map +1 -1
- package/lib/sdui/components.mjs +93 -178
- package/lib/sdui/components.mjs.map +1 -1
- package/lib/sdui/index.d.mts +12 -52
- package/lib/sdui/index.d.mts.map +1 -1
- package/lib/sdui/index.d.ts +12 -52
- package/lib/sdui/index.d.ts.map +1 -1
- package/lib/sdui/index.js +10 -50
- package/lib/sdui/index.js.map +1 -1
- package/lib/sdui/index.mjs +5 -25
- package/lib/sdui/index.mjs.map +1 -1
- package/lib/sdui/propTypes.d.mts +3156 -3515
- package/lib/sdui/propTypes.d.mts.map +1 -1
- package/lib/sdui/propTypes.d.ts +3156 -3515
- package/lib/sdui/propTypes.d.ts.map +1 -1
- package/lib/sdui/propTypes.js +1 -1
- package/lib/sdui/propTypes.mjs +1 -1
- package/package.json +1 -1
- package/src/lib/manifest/custom-object-page-layout.ts +294 -79
- package/src/lib/manifest/custom-object.ts +1 -1
- package/src/lib/manifest/field.ts +3 -3
- package/src/lib/manifest/index.ts +27 -0
- package/src/lib/sdui/components.ts +181 -332
- package/src/lib/sdui/index.ts +13 -93
- package/src/lib/sdui/propTypes.ts +3509 -3892
- 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,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* AUTO-GENERATED — generated from catalog-schema.json
|
|
3
|
-
* Components:
|
|
3
|
+
* Components: 134
|
|
4
4
|
*
|
|
5
5
|
* Do not edit manually. Run: node tools/sdui/builder/build.js
|
|
6
6
|
*/
|
|
@@ -56,6 +56,7 @@ export {
|
|
|
56
56
|
CountDown,
|
|
57
57
|
Country,
|
|
58
58
|
Currency,
|
|
59
|
+
CustomObjectGrid,
|
|
59
60
|
Date,
|
|
60
61
|
DateInlineMulti,
|
|
61
62
|
DateRange,
|
|
@@ -96,6 +97,7 @@ export {
|
|
|
96
97
|
ModalFooter,
|
|
97
98
|
NestedList,
|
|
98
99
|
Number,
|
|
100
|
+
ObjectListView,
|
|
99
101
|
ObjectUI,
|
|
100
102
|
ObjectUIContent,
|
|
101
103
|
ObjectUIHeader,
|
|
@@ -117,6 +119,7 @@ export {
|
|
|
117
119
|
ReportLoader,
|
|
118
120
|
ReportShareLoader,
|
|
119
121
|
ReportViewerLoader,
|
|
122
|
+
ResizableBoard,
|
|
120
123
|
Responsive,
|
|
121
124
|
SegmentedControl,
|
|
122
125
|
Select,
|
|
@@ -156,29 +159,6 @@ export {
|
|
|
156
159
|
VStack,
|
|
157
160
|
Video,
|
|
158
161
|
WorkEmail,
|
|
159
|
-
AnalyticsCard,
|
|
160
|
-
ResizableBoard,
|
|
161
|
-
EChart,
|
|
162
|
-
RichText,
|
|
163
|
-
DashboardRichText,
|
|
164
|
-
CustomObjectGrid,
|
|
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,
|
|
182
162
|
} from './components';
|
|
183
163
|
export type { SpecNode } from './components';
|
|
184
164
|
export type {
|
|
@@ -213,6 +193,7 @@ export type {
|
|
|
213
193
|
CountDownProps,
|
|
214
194
|
CountryProps,
|
|
215
195
|
CurrencyProps,
|
|
196
|
+
CustomObjectGridProps,
|
|
216
197
|
DateProps,
|
|
217
198
|
DateInlineMultiProps,
|
|
218
199
|
DateRangeProps,
|
|
@@ -253,6 +234,7 @@ export type {
|
|
|
253
234
|
ModalFooterProps,
|
|
254
235
|
NestedListProps,
|
|
255
236
|
NumberProps,
|
|
237
|
+
ObjectListViewProps,
|
|
256
238
|
ObjectUIProps,
|
|
257
239
|
ObjectUIContentProps,
|
|
258
240
|
ObjectUIHeaderProps,
|
|
@@ -274,6 +256,7 @@ export type {
|
|
|
274
256
|
ReportLoaderProps,
|
|
275
257
|
ReportShareLoaderProps,
|
|
276
258
|
ReportViewerLoaderProps,
|
|
259
|
+
ResizableBoardProps,
|
|
277
260
|
ResponsiveProps,
|
|
278
261
|
SegmentedControlProps,
|
|
279
262
|
SelectProps,
|
|
@@ -313,29 +296,6 @@ export type {
|
|
|
313
296
|
VStackProps,
|
|
314
297
|
VideoProps,
|
|
315
298
|
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
299
|
} from './components';
|
|
340
300
|
|
|
341
301
|
// Per-component catalog prop interfaces (from the catalog JSON Schema)
|
|
@@ -371,6 +331,7 @@ export type {
|
|
|
371
331
|
CountDownCatalogProps,
|
|
372
332
|
CountryCatalogProps,
|
|
373
333
|
CurrencyCatalogProps,
|
|
334
|
+
CustomObjectGridCatalogProps,
|
|
374
335
|
DateCatalogProps,
|
|
375
336
|
DateInlineMultiCatalogProps,
|
|
376
337
|
DateRangeCatalogProps,
|
|
@@ -411,6 +372,7 @@ export type {
|
|
|
411
372
|
ModalFooterCatalogProps,
|
|
412
373
|
NestedListCatalogProps,
|
|
413
374
|
NumberCatalogProps,
|
|
375
|
+
ObjectListViewCatalogProps,
|
|
414
376
|
ObjectUICatalogProps,
|
|
415
377
|
ObjectUIContentCatalogProps,
|
|
416
378
|
ObjectUIHeaderCatalogProps,
|
|
@@ -432,6 +394,7 @@ export type {
|
|
|
432
394
|
ReportLoaderCatalogProps,
|
|
433
395
|
ReportShareLoaderCatalogProps,
|
|
434
396
|
ReportViewerLoaderCatalogProps,
|
|
397
|
+
ResizableBoardCatalogProps,
|
|
435
398
|
ResponsiveCatalogProps,
|
|
436
399
|
SegmentedControlCatalogProps,
|
|
437
400
|
SelectCatalogProps,
|
|
@@ -471,29 +434,6 @@ export type {
|
|
|
471
434
|
VStackCatalogProps,
|
|
472
435
|
VideoCatalogProps,
|
|
473
436
|
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
437
|
} from './propTypes';
|
|
498
438
|
|
|
499
439
|
// Directives
|
|
@@ -572,6 +512,7 @@ export const components = {
|
|
|
572
512
|
CountDown: _components.CountDown,
|
|
573
513
|
Country: _components.Country,
|
|
574
514
|
Currency: _components.Currency,
|
|
515
|
+
CustomObjectGrid: _components.CustomObjectGrid,
|
|
575
516
|
Date: _components.Date,
|
|
576
517
|
DateInlineMulti: _components.DateInlineMulti,
|
|
577
518
|
DateRange: _components.DateRange,
|
|
@@ -612,6 +553,7 @@ export const components = {
|
|
|
612
553
|
ModalFooter: _components.ModalFooter,
|
|
613
554
|
NestedList: _components.NestedList,
|
|
614
555
|
Number: _components.Number,
|
|
556
|
+
ObjectListView: _components.ObjectListView,
|
|
615
557
|
ObjectUI: _components.ObjectUI,
|
|
616
558
|
ObjectUIContent: _components.ObjectUIContent,
|
|
617
559
|
ObjectUIHeader: _components.ObjectUIHeader,
|
|
@@ -633,6 +575,7 @@ export const components = {
|
|
|
633
575
|
ReportLoader: _components.ReportLoader,
|
|
634
576
|
ReportShareLoader: _components.ReportShareLoader,
|
|
635
577
|
ReportViewerLoader: _components.ReportViewerLoader,
|
|
578
|
+
ResizableBoard: _components.ResizableBoard,
|
|
636
579
|
Responsive: _components.Responsive,
|
|
637
580
|
SegmentedControl: _components.SegmentedControl,
|
|
638
581
|
Select: _components.Select,
|
|
@@ -672,29 +615,6 @@ export const components = {
|
|
|
672
615
|
VStack: _components.VStack,
|
|
673
616
|
Video: _components.Video,
|
|
674
617
|
WorkEmail: _components.WorkEmail,
|
|
675
|
-
AnalyticsCard: _components.AnalyticsCard,
|
|
676
|
-
ResizableBoard: _components.ResizableBoard,
|
|
677
|
-
EChart: _components.EChart,
|
|
678
|
-
RichText: _components.RichText,
|
|
679
|
-
DashboardRichText: _components.DashboardRichText,
|
|
680
|
-
CustomObjectGrid: _components.CustomObjectGrid,
|
|
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,
|
|
698
618
|
};
|
|
699
619
|
|
|
700
620
|
export const directives = {
|