udp-react-stencil-component-library 26.5.0-beta.2 → 26.5.0-beta.20

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.
Files changed (35) hide show
  1. package/dist/index.d.mts +8 -1
  2. package/dist/index.mjs +8 -1
  3. package/dist/lib/components.d.mts +7 -0
  4. package/dist/lib/udp-fluent-list-input.d.mts +11 -0
  5. package/dist/lib/udp-fluent-list-input.d.mts.map +1 -0
  6. package/dist/lib/udp-fluent-list-input.mjs +16 -0
  7. package/dist/lib/udp-fluent-list-input.mjs.map +1 -0
  8. package/dist/lib/udp-fluent-table-input.d.mts +12 -0
  9. package/dist/lib/udp-fluent-table-input.d.mts.map +1 -0
  10. package/dist/lib/udp-fluent-table-input.mjs +16 -0
  11. package/dist/lib/udp-fluent-table-input.mjs.map +1 -0
  12. package/dist/lib/udp-form-component.d.mts +2 -2
  13. package/dist/lib/udp-form-component.d.mts.map +1 -1
  14. package/dist/lib/udp-form-component.mjs.map +1 -1
  15. package/dist/lib/udp-form-version-drawer.d.mts +9 -0
  16. package/dist/lib/udp-form-version-drawer.d.mts.map +1 -0
  17. package/dist/lib/udp-form-version-drawer.mjs +16 -0
  18. package/dist/lib/udp-form-version-drawer.mjs.map +1 -0
  19. package/dist/lib/udp-question-config-fluent.d.mts +9 -0
  20. package/dist/lib/udp-question-config-fluent.d.mts.map +1 -0
  21. package/dist/lib/udp-question-config-fluent.mjs +16 -0
  22. package/dist/lib/udp-question-config-fluent.mjs.map +1 -0
  23. package/dist/lib/udp-question-form-builder.d.mts +15 -0
  24. package/dist/lib/udp-question-form-builder.d.mts.map +1 -0
  25. package/dist/lib/udp-question-form-builder.mjs +16 -0
  26. package/dist/lib/udp-question-form-builder.mjs.map +1 -0
  27. package/dist/lib/udp-question-form-renderer.d.mts +12 -0
  28. package/dist/lib/udp-question-form-renderer.d.mts.map +1 -0
  29. package/dist/lib/udp-question-form-renderer.mjs +16 -0
  30. package/dist/lib/udp-question-form-renderer.mjs.map +1 -0
  31. package/dist/lib/udp-question-tally-adapter.d.mts +9 -0
  32. package/dist/lib/udp-question-tally-adapter.d.mts.map +1 -0
  33. package/dist/lib/udp-question-tally-adapter.mjs +16 -0
  34. package/dist/lib/udp-question-tally-adapter.mjs.map +1 -0
  35. package/package.json +9 -2
package/dist/index.d.mts CHANGED
@@ -147,6 +147,7 @@ import { UdpFluentIcon } from "./lib/udp-fluent-icon.mjs";
147
147
  import { UdpFluentImage } from "./lib/udp-fluent-image.mjs";
148
148
  import { UdpFluentInlineEdit } from "./lib/udp-fluent-inline-edit.mjs";
149
149
  import { UdpFluentLink } from "./lib/udp-fluent-link.mjs";
150
+ import { UdpFluentListInput } from "./lib/udp-fluent-list-input.mjs";
150
151
  import { UdpFluentListItem } from "./lib/udp-fluent-list-item.mjs";
151
152
  import { UdpFluentLocationInput } from "./lib/udp-fluent-location-input.mjs";
152
153
  import { UdpFluentMenu } from "./lib/udp-fluent-menu.mjs";
@@ -154,10 +155,12 @@ import { UdpFluentNumberInput } from "./lib/udp-fluent-number-input.mjs";
154
155
  import { UdpFluentRadioGroup } from "./lib/udp-fluent-radio-group.mjs";
155
156
  import { UdpFluentSignatureInput } from "./lib/udp-fluent-signature-input.mjs";
156
157
  import { UdpFluentSwitch } from "./lib/udp-fluent-switch.mjs";
158
+ import { UdpFluentTableInput } from "./lib/udp-fluent-table-input.mjs";
157
159
  import { UdpFluentTablist } from "./lib/udp-fluent-tablist.mjs";
158
160
  import { UdpFluentTextInput } from "./lib/udp-fluent-text-input.mjs";
159
161
  import { UdpFluentToggleButton } from "./lib/udp-fluent-toggle-button.mjs";
160
162
  import { UdpFormComponent } from "./lib/udp-form-component.mjs";
163
+ import { UdpFormVersionDrawer } from "./lib/udp-form-version-drawer.mjs";
161
164
  import { UdpFormsBuilderMenu } from "./lib/udp-forms-builder-menu.mjs";
162
165
  import { UdpFormsBuilderQuestionItem } from "./lib/udp-forms-builder-question-item.mjs";
163
166
  import { UdpFormsBuilderStyleOverride } from "./lib/udp-forms-builder-style-override.mjs";
@@ -196,6 +199,10 @@ import { UdpPopover } from "./lib/udp-popover.mjs";
196
199
  import { UdpPrimaryActionHeader } from "./lib/udp-primary-action-header.mjs";
197
200
  import { UdpProgressBar } from "./lib/udp-progress-bar.mjs";
198
201
  import { UdpQuestionComments } from "./lib/udp-question-comments.mjs";
202
+ import { UdpQuestionConfigFluent } from "./lib/udp-question-config-fluent.mjs";
203
+ import { UdpQuestionFormBuilder } from "./lib/udp-question-form-builder.mjs";
204
+ import { UdpQuestionFormRenderer } from "./lib/udp-question-form-renderer.mjs";
205
+ import { UdpQuestionTallyAdapter } from "./lib/udp-question-tally-adapter.mjs";
199
206
  import { UdpQuestion } from "./lib/udp-question.mjs";
200
207
  import { UdpRadioButton } from "./lib/udp-radio-button.mjs";
201
208
  import { UdpSankeyChart } from "./lib/udp-sankey-chart.mjs";
@@ -235,4 +242,4 @@ import { UnityTypography } from "./lib/unity-typography.mjs";
235
242
  import { UpdAlertBanner } from "./lib/upd-alert-banner.mjs";
236
243
  import { ValidationChip } from "./lib/validation-chip.mjs";
237
244
  export * from "udp-stencil-component-library/dist/components";
238
- export { AddMapFeaturePopup, AddressSearch, AdvancedSearch, AdvancedSearchGrouped, AgGridBase, AgTable, AmbientTemplateGrid, ApiMethodInstanceGrid, AppBar, BaseMap, ChartContainer, ChartKpi, CheckBox, CheckBoxGroup, ChipSection, ClientSideGrid, CustomButton, DateTimeRenderer, EditViewFormDialog, FeatureDetailsCard, FeatureDetailsPopup, FileUpload, FileUploadRenderer, FilterConditions, FormMetadataDisplay, FormMetadataDisplayRenderer, GhostRender, GridHeader, GridPrimaryBar, HintPanel, IconGrid, ImageUpload, KpiList, ListOptionsRenderer, LocationInput, LocationRenderer, LogicalSearchIndicator, MapComponent, MapToolbar, NumericField, PrimaryActionHeader, QuestionConfigsRenderer, QuestionSpecificConfigsRenderer, ResourceTimelineCalendar, ResourceTimelinePrimaryBar, SaveViewFormDialog, SearchListItem, SearchMethodGrid, SectionConfigsRenderer, SelectLayerPopup, SelectableList, ServerSideGrid, SideSheet, SideSheetContainer, SignatureInput, SignatureRenderer, SimpleCard, SplitLinePopup, StatusChip, StencilChip, StencilField, StencilForm, StencilIconButton, StencilIconButtonGridActionHeader, StencilToggle, TableColumnsRenderer, TableInput, TallyDisplay, TestComponentsPage, TestForm, TextArea, TextField, TextInputRenderer, TreeListItem, UdpAccordion, UdpAdornment, UdpAdvancedSearchBuilder, UdpAdvancedSearchFilterGroup, UdpAgAreaChart, UdpAgBarChart, UdpAgBubbleChart, UdpAgComboChart, UdpAgDonutChart, UdpAgLineChart, UdpAgPieChart, UdpAgScatterChart, UdpAmbientCard, UdpAmbientToolTip, UdpAttachmentItem, UdpAttachmentList, UdpAutocomplete, UdpAvatar, UdpBadge, UdpBarChart, UdpButton, UdpCalendarBase, UdpCalendarDay, UdpCalendarMonth, UdpCalendarWeek, UdpCalendarYear, UdpCard, UdpCardActionArea, UdpCardActions, UdpCardContent, UdpCardHeader, UdpCardMedia, UdpChartsExample, UdpChip, UdpColumnHeader, UdpCompoundButton, UdpContainer, UdpContainerQuery, UdpContainerQueryGrid, UdpContainerQueryGridItem, UdpDateInput, UdpDateRangeSelector, UdpDateSelector, UdpDateTimeInput, UdpDatetimeSelector, UdpDetailList, UdpDetailListItem, UdpDialog, UdpDistributionChart, UdpDivider, UdpDonutChart, UdpDurationInput, UdpDynamicContainerWithMenu, UdpDynamicForm, UdpEmptyState, UdpEmptyStateDisplay, UdpExportSheet, UdpField, UdpFlexbox, UdpFluentAvatar, UdpFluentBadge, UdpFluentButton, UdpFluentCard, UdpFluentCheckbox, UdpFluentCounterBadge, UdpFluentDialog, UdpFluentDivider, UdpFluentDrawer, UdpFluentDropdown, UdpFluentFileInput, UdpFluentIcon, UdpFluentIconButton, UdpFluentImage, UdpFluentInlineEdit, UdpFluentLink, UdpFluentListItem, UdpFluentLocationInput, UdpFluentMenu, UdpFluentNumberInput, UdpFluentRadioGroup, UdpFluentSignatureInput, UdpFluentSwitch, UdpFluentTablist, UdpFluentTextInput, UdpFluentToggleButton, UdpFormComponent, UdpFormsBuilder, UdpFormsBuilderMenu, UdpFormsBuilderQuestionItem, UdpFormsBuilderStyleOverride, UdpFormsFollowUpListCard, UdpFormsList, UdpFormsListCard, UdpFormsRenderer, UdpFormsUi, UdpFunctionButton, UdpGridLoader, UdpHotlistForm, UdpIcon, UdpIconButton, UdpKpiCard, UdpKpiCards, UdpLazyLoader, UdpLineChart, UdpLinearLoader, UdpLink, UdpList, UdpListItem, UdpListRenderer, UdpMap, UdpMapToolbar, UdpMenu, UdpMenuItem, UdpMessageBar, UdpNotification, UdpPage, UdpPageHeader, UdpPagination, UdpPopOver, UdpPopOverGridActionHeader, UdpPopover, UdpPrimaryActionHeader, UdpProgressBar, UdpQuestion, UdpQuestionComments, UdpRadioButton, UdpSankeyChart, UdpSaveDraftButton, UdpSearchInput, UdpSelector, UdpSideSheet, UdpSidebarLayout, UdpSkeletonLoading, UdpSlider, UdpSpinner, UdpSplitScreen, UdpStepper, UdpStepperActions, UdpStepperContent, UdpStepperDemo, UdpStepperNav, UdpSwatchPicker, UdpTab, UdpTabPanel, UdpTabs, UdpText, UdpTextarea, UdpTimeInput, UdpTimeSelector, UdpTimeline, UdpTimelineConnector, UdpTimelineDot, UdpTimelineItem, UdpTimelineSeparator, UdpTooltip, UdpTree, UdpVerticalSpacer, UdpXyChart, UdpXyMultiSeriesChart, UnityTypography, UpdAlertBanner, ValidationChip };
245
+ export { AddMapFeaturePopup, AddressSearch, AdvancedSearch, AdvancedSearchGrouped, AgGridBase, AgTable, AmbientTemplateGrid, ApiMethodInstanceGrid, AppBar, BaseMap, ChartContainer, ChartKpi, CheckBox, CheckBoxGroup, ChipSection, ClientSideGrid, CustomButton, DateTimeRenderer, EditViewFormDialog, FeatureDetailsCard, FeatureDetailsPopup, FileUpload, FileUploadRenderer, FilterConditions, FormMetadataDisplay, FormMetadataDisplayRenderer, GhostRender, GridHeader, GridPrimaryBar, HintPanel, IconGrid, ImageUpload, KpiList, ListOptionsRenderer, LocationInput, LocationRenderer, LogicalSearchIndicator, MapComponent, MapToolbar, NumericField, PrimaryActionHeader, QuestionConfigsRenderer, QuestionSpecificConfigsRenderer, ResourceTimelineCalendar, ResourceTimelinePrimaryBar, SaveViewFormDialog, SearchListItem, SearchMethodGrid, SectionConfigsRenderer, SelectLayerPopup, SelectableList, ServerSideGrid, SideSheet, SideSheetContainer, SignatureInput, SignatureRenderer, SimpleCard, SplitLinePopup, StatusChip, StencilChip, StencilField, StencilForm, StencilIconButton, StencilIconButtonGridActionHeader, StencilToggle, TableColumnsRenderer, TableInput, TallyDisplay, TestComponentsPage, TestForm, TextArea, TextField, TextInputRenderer, TreeListItem, UdpAccordion, UdpAdornment, UdpAdvancedSearchBuilder, UdpAdvancedSearchFilterGroup, UdpAgAreaChart, UdpAgBarChart, UdpAgBubbleChart, UdpAgComboChart, UdpAgDonutChart, UdpAgLineChart, UdpAgPieChart, UdpAgScatterChart, UdpAmbientCard, UdpAmbientToolTip, UdpAttachmentItem, UdpAttachmentList, UdpAutocomplete, UdpAvatar, UdpBadge, UdpBarChart, UdpButton, UdpCalendarBase, UdpCalendarDay, UdpCalendarMonth, UdpCalendarWeek, UdpCalendarYear, UdpCard, UdpCardActionArea, UdpCardActions, UdpCardContent, UdpCardHeader, UdpCardMedia, UdpChartsExample, UdpChip, UdpColumnHeader, UdpCompoundButton, UdpContainer, UdpContainerQuery, UdpContainerQueryGrid, UdpContainerQueryGridItem, UdpDateInput, UdpDateRangeSelector, UdpDateSelector, UdpDateTimeInput, UdpDatetimeSelector, UdpDetailList, UdpDetailListItem, UdpDialog, UdpDistributionChart, UdpDivider, UdpDonutChart, UdpDurationInput, UdpDynamicContainerWithMenu, UdpDynamicForm, UdpEmptyState, UdpEmptyStateDisplay, UdpExportSheet, UdpField, UdpFlexbox, UdpFluentAvatar, UdpFluentBadge, UdpFluentButton, UdpFluentCard, UdpFluentCheckbox, UdpFluentCounterBadge, UdpFluentDialog, UdpFluentDivider, UdpFluentDrawer, UdpFluentDropdown, UdpFluentFileInput, UdpFluentIcon, UdpFluentIconButton, UdpFluentImage, UdpFluentInlineEdit, UdpFluentLink, UdpFluentListInput, UdpFluentListItem, UdpFluentLocationInput, UdpFluentMenu, UdpFluentNumberInput, UdpFluentRadioGroup, UdpFluentSignatureInput, UdpFluentSwitch, UdpFluentTableInput, UdpFluentTablist, UdpFluentTextInput, UdpFluentToggleButton, UdpFormComponent, UdpFormVersionDrawer, UdpFormsBuilder, UdpFormsBuilderMenu, UdpFormsBuilderQuestionItem, UdpFormsBuilderStyleOverride, UdpFormsFollowUpListCard, UdpFormsList, UdpFormsListCard, UdpFormsRenderer, UdpFormsUi, UdpFunctionButton, UdpGridLoader, UdpHotlistForm, UdpIcon, UdpIconButton, UdpKpiCard, UdpKpiCards, UdpLazyLoader, UdpLineChart, UdpLinearLoader, UdpLink, UdpList, UdpListItem, UdpListRenderer, UdpMap, UdpMapToolbar, UdpMenu, UdpMenuItem, UdpMessageBar, UdpNotification, UdpPage, UdpPageHeader, UdpPagination, UdpPopOver, UdpPopOverGridActionHeader, UdpPopover, UdpPrimaryActionHeader, UdpProgressBar, UdpQuestion, UdpQuestionComments, UdpQuestionConfigFluent, UdpQuestionFormBuilder, UdpQuestionFormRenderer, UdpQuestionTallyAdapter, UdpRadioButton, UdpSankeyChart, UdpSaveDraftButton, UdpSearchInput, UdpSelector, UdpSideSheet, UdpSidebarLayout, UdpSkeletonLoading, UdpSlider, UdpSpinner, UdpSplitScreen, UdpStepper, UdpStepperActions, UdpStepperContent, UdpStepperDemo, UdpStepperNav, UdpSwatchPicker, UdpTab, UdpTabPanel, UdpTabs, UdpText, UdpTextarea, UdpTimeInput, UdpTimeSelector, UdpTimeline, UdpTimelineConnector, UdpTimelineDot, UdpTimelineItem, UdpTimelineSeparator, UdpTooltip, UdpTree, UdpVerticalSpacer, UdpXyChart, UdpXyMultiSeriesChart, UnityTypography, UpdAlertBanner, ValidationChip };
package/dist/index.mjs CHANGED
@@ -147,6 +147,7 @@ import { UdpFluentIcon } from "./lib/udp-fluent-icon.mjs";
147
147
  import { UdpFluentImage } from "./lib/udp-fluent-image.mjs";
148
148
  import { UdpFluentInlineEdit } from "./lib/udp-fluent-inline-edit.mjs";
149
149
  import { UdpFluentLink } from "./lib/udp-fluent-link.mjs";
150
+ import { UdpFluentListInput } from "./lib/udp-fluent-list-input.mjs";
150
151
  import { UdpFluentListItem } from "./lib/udp-fluent-list-item.mjs";
151
152
  import { UdpFluentLocationInput } from "./lib/udp-fluent-location-input.mjs";
152
153
  import { UdpFluentMenu } from "./lib/udp-fluent-menu.mjs";
@@ -154,10 +155,12 @@ import { UdpFluentNumberInput } from "./lib/udp-fluent-number-input.mjs";
154
155
  import { UdpFluentRadioGroup } from "./lib/udp-fluent-radio-group.mjs";
155
156
  import { UdpFluentSignatureInput } from "./lib/udp-fluent-signature-input.mjs";
156
157
  import { UdpFluentSwitch } from "./lib/udp-fluent-switch.mjs";
158
+ import { UdpFluentTableInput } from "./lib/udp-fluent-table-input.mjs";
157
159
  import { UdpFluentTablist } from "./lib/udp-fluent-tablist.mjs";
158
160
  import { UdpFluentTextInput } from "./lib/udp-fluent-text-input.mjs";
159
161
  import { UdpFluentToggleButton } from "./lib/udp-fluent-toggle-button.mjs";
160
162
  import { UdpFormComponent } from "./lib/udp-form-component.mjs";
163
+ import { UdpFormVersionDrawer } from "./lib/udp-form-version-drawer.mjs";
161
164
  import { UdpFormsBuilderMenu } from "./lib/udp-forms-builder-menu.mjs";
162
165
  import { UdpFormsBuilderQuestionItem } from "./lib/udp-forms-builder-question-item.mjs";
163
166
  import { UdpFormsBuilderStyleOverride } from "./lib/udp-forms-builder-style-override.mjs";
@@ -196,6 +199,10 @@ import { UdpPopover } from "./lib/udp-popover.mjs";
196
199
  import { UdpPrimaryActionHeader } from "./lib/udp-primary-action-header.mjs";
197
200
  import { UdpProgressBar } from "./lib/udp-progress-bar.mjs";
198
201
  import { UdpQuestionComments } from "./lib/udp-question-comments.mjs";
202
+ import { UdpQuestionConfigFluent } from "./lib/udp-question-config-fluent.mjs";
203
+ import { UdpQuestionFormBuilder } from "./lib/udp-question-form-builder.mjs";
204
+ import { UdpQuestionFormRenderer } from "./lib/udp-question-form-renderer.mjs";
205
+ import { UdpQuestionTallyAdapter } from "./lib/udp-question-tally-adapter.mjs";
199
206
  import { UdpQuestion } from "./lib/udp-question.mjs";
200
207
  import { UdpRadioButton } from "./lib/udp-radio-button.mjs";
201
208
  import { UdpSankeyChart } from "./lib/udp-sankey-chart.mjs";
@@ -235,4 +242,4 @@ import { UnityTypography } from "./lib/unity-typography.mjs";
235
242
  import { UpdAlertBanner } from "./lib/upd-alert-banner.mjs";
236
243
  import { ValidationChip } from "./lib/validation-chip.mjs";
237
244
  export * from "udp-stencil-component-library/dist/components";
238
- export { AddMapFeaturePopup, AddressSearch, AdvancedSearch, AdvancedSearchGrouped, AgGridBase, AgTable, AmbientTemplateGrid, ApiMethodInstanceGrid, AppBar, BaseMap, ChartContainer, ChartKpi, CheckBox, CheckBoxGroup, ChipSection, ClientSideGrid, CustomButton, DateTimeRenderer, EditViewFormDialog, FeatureDetailsCard, FeatureDetailsPopup, FileUpload, FileUploadRenderer, FilterConditions, FormMetadataDisplay, FormMetadataDisplayRenderer, GhostRender, GridHeader, GridPrimaryBar, HintPanel, IconGrid, ImageUpload, KpiList, ListOptionsRenderer, LocationInput, LocationRenderer, LogicalSearchIndicator, MapComponent, MapToolbar, NumericField, PrimaryActionHeader, QuestionConfigsRenderer, QuestionSpecificConfigsRenderer, ResourceTimelineCalendar, ResourceTimelinePrimaryBar, SaveViewFormDialog, SearchListItem, SearchMethodGrid, SectionConfigsRenderer, SelectLayerPopup, SelectableList, ServerSideGrid, SideSheet, SideSheetContainer, SignatureInput, SignatureRenderer, SimpleCard, SplitLinePopup, StatusChip, StencilChip, StencilField, StencilForm, StencilIconButton, StencilIconButtonGridActionHeader, StencilToggle, TableColumnsRenderer, TableInput, TallyDisplay, TestComponentsPage, TestForm, TextArea, TextField, TextInputRenderer, TreeListItem, UdpAccordion, UdpAdornment, UdpAdvancedSearchBuilder, UdpAdvancedSearchFilterGroup, UdpAgAreaChart, UdpAgBarChart, UdpAgBubbleChart, UdpAgComboChart, UdpAgDonutChart, UdpAgLineChart, UdpAgPieChart, UdpAgScatterChart, UdpAmbientCard, UdpAmbientToolTip, UdpAttachmentItem, UdpAttachmentList, UdpAutocomplete, UdpAvatar, UdpBadge, UdpBarChart, UdpButton, UdpCalendarBase, UdpCalendarDay, UdpCalendarMonth, UdpCalendarWeek, UdpCalendarYear, UdpCard, UdpCardActionArea, UdpCardActions, UdpCardContent, UdpCardHeader, UdpCardMedia, UdpChartsExample, UdpChip, UdpColumnHeader, UdpCompoundButton, UdpContainer, UdpContainerQuery, UdpContainerQueryGrid, UdpContainerQueryGridItem, UdpDateInput, UdpDateRangeSelector, UdpDateSelector, UdpDateTimeInput, UdpDatetimeSelector, UdpDetailList, UdpDetailListItem, UdpDialog, UdpDistributionChart, UdpDivider, UdpDonutChart, UdpDurationInput, UdpDynamicContainerWithMenu, UdpDynamicForm, UdpEmptyState, UdpEmptyStateDisplay, UdpExportSheet, UdpField, UdpFlexbox, UdpFluentAvatar, UdpFluentBadge, UdpFluentButton, UdpFluentCard, UdpFluentCheckbox, UdpFluentCounterBadge, UdpFluentDialog, UdpFluentDivider, UdpFluentDrawer, UdpFluentDropdown, UdpFluentFileInput, UdpFluentIcon, UdpFluentIconButton, UdpFluentImage, UdpFluentInlineEdit, UdpFluentLink, UdpFluentListItem, UdpFluentLocationInput, UdpFluentMenu, UdpFluentNumberInput, UdpFluentRadioGroup, UdpFluentSignatureInput, UdpFluentSwitch, UdpFluentTablist, UdpFluentTextInput, UdpFluentToggleButton, UdpFormComponent, UdpFormsBuilder, UdpFormsBuilderMenu, UdpFormsBuilderQuestionItem, UdpFormsBuilderStyleOverride, UdpFormsFollowUpListCard, UdpFormsList, UdpFormsListCard, UdpFormsRenderer, UdpFormsUi, UdpFunctionButton, UdpGridLoader, UdpHotlistForm, UdpIcon, UdpIconButton, UdpKpiCard, UdpKpiCards, UdpLazyLoader, UdpLineChart, UdpLinearLoader, UdpLink, UdpList, UdpListItem, UdpListRenderer, UdpMap, UdpMapToolbar, UdpMenu, UdpMenuItem, UdpMessageBar, UdpNotification, UdpPage, UdpPageHeader, UdpPagination, UdpPopOver, UdpPopOverGridActionHeader, UdpPopover, UdpPrimaryActionHeader, UdpProgressBar, UdpQuestion, UdpQuestionComments, UdpRadioButton, UdpSankeyChart, UdpSaveDraftButton, UdpSearchInput, UdpSelector, UdpSideSheet, UdpSidebarLayout, UdpSkeletonLoading, UdpSlider, UdpSpinner, UdpSplitScreen, UdpStepper, UdpStepperActions, UdpStepperContent, UdpStepperDemo, UdpStepperNav, UdpSwatchPicker, UdpTab, UdpTabPanel, UdpTabs, UdpText, UdpTextarea, UdpTimeInput, UdpTimeSelector, UdpTimeline, UdpTimelineConnector, UdpTimelineDot, UdpTimelineItem, UdpTimelineSeparator, UdpTooltip, UdpTree, UdpVerticalSpacer, UdpXyChart, UdpXyMultiSeriesChart, UnityTypography, UpdAlertBanner, ValidationChip };
245
+ export { AddMapFeaturePopup, AddressSearch, AdvancedSearch, AdvancedSearchGrouped, AgGridBase, AgTable, AmbientTemplateGrid, ApiMethodInstanceGrid, AppBar, BaseMap, ChartContainer, ChartKpi, CheckBox, CheckBoxGroup, ChipSection, ClientSideGrid, CustomButton, DateTimeRenderer, EditViewFormDialog, FeatureDetailsCard, FeatureDetailsPopup, FileUpload, FileUploadRenderer, FilterConditions, FormMetadataDisplay, FormMetadataDisplayRenderer, GhostRender, GridHeader, GridPrimaryBar, HintPanel, IconGrid, ImageUpload, KpiList, ListOptionsRenderer, LocationInput, LocationRenderer, LogicalSearchIndicator, MapComponent, MapToolbar, NumericField, PrimaryActionHeader, QuestionConfigsRenderer, QuestionSpecificConfigsRenderer, ResourceTimelineCalendar, ResourceTimelinePrimaryBar, SaveViewFormDialog, SearchListItem, SearchMethodGrid, SectionConfigsRenderer, SelectLayerPopup, SelectableList, ServerSideGrid, SideSheet, SideSheetContainer, SignatureInput, SignatureRenderer, SimpleCard, SplitLinePopup, StatusChip, StencilChip, StencilField, StencilForm, StencilIconButton, StencilIconButtonGridActionHeader, StencilToggle, TableColumnsRenderer, TableInput, TallyDisplay, TestComponentsPage, TestForm, TextArea, TextField, TextInputRenderer, TreeListItem, UdpAccordion, UdpAdornment, UdpAdvancedSearchBuilder, UdpAdvancedSearchFilterGroup, UdpAgAreaChart, UdpAgBarChart, UdpAgBubbleChart, UdpAgComboChart, UdpAgDonutChart, UdpAgLineChart, UdpAgPieChart, UdpAgScatterChart, UdpAmbientCard, UdpAmbientToolTip, UdpAttachmentItem, UdpAttachmentList, UdpAutocomplete, UdpAvatar, UdpBadge, UdpBarChart, UdpButton, UdpCalendarBase, UdpCalendarDay, UdpCalendarMonth, UdpCalendarWeek, UdpCalendarYear, UdpCard, UdpCardActionArea, UdpCardActions, UdpCardContent, UdpCardHeader, UdpCardMedia, UdpChartsExample, UdpChip, UdpColumnHeader, UdpCompoundButton, UdpContainer, UdpContainerQuery, UdpContainerQueryGrid, UdpContainerQueryGridItem, UdpDateInput, UdpDateRangeSelector, UdpDateSelector, UdpDateTimeInput, UdpDatetimeSelector, UdpDetailList, UdpDetailListItem, UdpDialog, UdpDistributionChart, UdpDivider, UdpDonutChart, UdpDurationInput, UdpDynamicContainerWithMenu, UdpDynamicForm, UdpEmptyState, UdpEmptyStateDisplay, UdpExportSheet, UdpField, UdpFlexbox, UdpFluentAvatar, UdpFluentBadge, UdpFluentButton, UdpFluentCard, UdpFluentCheckbox, UdpFluentCounterBadge, UdpFluentDialog, UdpFluentDivider, UdpFluentDrawer, UdpFluentDropdown, UdpFluentFileInput, UdpFluentIcon, UdpFluentIconButton, UdpFluentImage, UdpFluentInlineEdit, UdpFluentLink, UdpFluentListInput, UdpFluentListItem, UdpFluentLocationInput, UdpFluentMenu, UdpFluentNumberInput, UdpFluentRadioGroup, UdpFluentSignatureInput, UdpFluentSwitch, UdpFluentTableInput, UdpFluentTablist, UdpFluentTextInput, UdpFluentToggleButton, UdpFormComponent, UdpFormVersionDrawer, UdpFormsBuilder, UdpFormsBuilderMenu, UdpFormsBuilderQuestionItem, UdpFormsBuilderStyleOverride, UdpFormsFollowUpListCard, UdpFormsList, UdpFormsListCard, UdpFormsRenderer, UdpFormsUi, UdpFunctionButton, UdpGridLoader, UdpHotlistForm, UdpIcon, UdpIconButton, UdpKpiCard, UdpKpiCards, UdpLazyLoader, UdpLineChart, UdpLinearLoader, UdpLink, UdpList, UdpListItem, UdpListRenderer, UdpMap, UdpMapToolbar, UdpMenu, UdpMenuItem, UdpMessageBar, UdpNotification, UdpPage, UdpPageHeader, UdpPagination, UdpPopOver, UdpPopOverGridActionHeader, UdpPopover, UdpPrimaryActionHeader, UdpProgressBar, UdpQuestion, UdpQuestionComments, UdpQuestionConfigFluent, UdpQuestionFormBuilder, UdpQuestionFormRenderer, UdpQuestionTallyAdapter, UdpRadioButton, UdpSankeyChart, UdpSaveDraftButton, UdpSearchInput, UdpSelector, UdpSideSheet, UdpSidebarLayout, UdpSkeletonLoading, UdpSlider, UdpSpinner, UdpSplitScreen, UdpStepper, UdpStepperActions, UdpStepperContent, UdpStepperDemo, UdpStepperNav, UdpSwatchPicker, UdpTab, UdpTabPanel, UdpTabs, UdpText, UdpTextarea, UdpTimeInput, UdpTimeSelector, UdpTimeline, UdpTimelineConnector, UdpTimelineDot, UdpTimelineItem, UdpTimelineSeparator, UdpTooltip, UdpTree, UdpVerticalSpacer, UdpXyChart, UdpXyMultiSeriesChart, UnityTypography, UpdAlertBanner, ValidationChip };
@@ -147,6 +147,7 @@ import { UdpFluentIcon } from "./udp-fluent-icon.mjs";
147
147
  import { UdpFluentImage } from "./udp-fluent-image.mjs";
148
148
  import { UdpFluentInlineEdit } from "./udp-fluent-inline-edit.mjs";
149
149
  import { UdpFluentLink } from "./udp-fluent-link.mjs";
150
+ import { UdpFluentListInput } from "./udp-fluent-list-input.mjs";
150
151
  import { UdpFluentListItem } from "./udp-fluent-list-item.mjs";
151
152
  import { UdpFluentLocationInput } from "./udp-fluent-location-input.mjs";
152
153
  import { UdpFluentMenu } from "./udp-fluent-menu.mjs";
@@ -154,10 +155,12 @@ import { UdpFluentNumberInput } from "./udp-fluent-number-input.mjs";
154
155
  import { UdpFluentRadioGroup } from "./udp-fluent-radio-group.mjs";
155
156
  import { UdpFluentSignatureInput } from "./udp-fluent-signature-input.mjs";
156
157
  import { UdpFluentSwitch } from "./udp-fluent-switch.mjs";
158
+ import { UdpFluentTableInput } from "./udp-fluent-table-input.mjs";
157
159
  import { UdpFluentTablist } from "./udp-fluent-tablist.mjs";
158
160
  import { UdpFluentTextInput } from "./udp-fluent-text-input.mjs";
159
161
  import { UdpFluentToggleButton } from "./udp-fluent-toggle-button.mjs";
160
162
  import { UdpFormComponent } from "./udp-form-component.mjs";
163
+ import { UdpFormVersionDrawer } from "./udp-form-version-drawer.mjs";
161
164
  import { UdpFormsBuilderMenu } from "./udp-forms-builder-menu.mjs";
162
165
  import { UdpFormsBuilderQuestionItem } from "./udp-forms-builder-question-item.mjs";
163
166
  import { UdpFormsBuilderStyleOverride } from "./udp-forms-builder-style-override.mjs";
@@ -196,6 +199,10 @@ import { UdpPopover } from "./udp-popover.mjs";
196
199
  import { UdpPrimaryActionHeader } from "./udp-primary-action-header.mjs";
197
200
  import { UdpProgressBar } from "./udp-progress-bar.mjs";
198
201
  import { UdpQuestionComments } from "./udp-question-comments.mjs";
202
+ import { UdpQuestionConfigFluent } from "./udp-question-config-fluent.mjs";
203
+ import { UdpQuestionFormBuilder } from "./udp-question-form-builder.mjs";
204
+ import { UdpQuestionFormRenderer } from "./udp-question-form-renderer.mjs";
205
+ import { UdpQuestionTallyAdapter } from "./udp-question-tally-adapter.mjs";
199
206
  import { UdpQuestion } from "./udp-question.mjs";
200
207
  import { UdpRadioButton } from "./udp-radio-button.mjs";
201
208
  import { UdpSankeyChart } from "./udp-sankey-chart.mjs";
@@ -0,0 +1,11 @@
1
+ import { EventName, StencilReactComponent } from "@stencil/react-output-target/runtime";
2
+ import { UdpFluentListInput } from "udp-stencil-component-library/dist/components/udp-fluent-list-input.js";
3
+
4
+ //#region lib/udp-fluent-list-input.d.ts
5
+ type UdpFluentListInputEvents = {
6
+ onValueChanged: EventName<CustomEvent<string[]>>;
7
+ };
8
+ declare const UdpFluentListInput$1: StencilReactComponent<UdpFluentListInput, UdpFluentListInputEvents>;
9
+ //#endregion
10
+ export { UdpFluentListInput$1 as UdpFluentListInput };
11
+ //# sourceMappingURL=udp-fluent-list-input.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-fluent-list-input.d.mts","names":[],"sources":["../../lib/udp-fluent-list-input.ts"],"mappings":";;;;KAcY,wBAAA;EAA6B,cAAA,EAAgB,SAAA,CAAU,WAAA;AAAA;AAAA,cAEtD,oBAAA,EAAoB,qBAAA,CAAsB,kBAAA,EAA2B,wBAAA"}
@@ -0,0 +1,16 @@
1
+ "use client";
2
+ import { createComponent } from "@stencil/react-output-target/runtime";
3
+ import React from "react";
4
+ import { UdpFluentListInput, defineCustomElement } from "udp-stencil-component-library/dist/components/udp-fluent-list-input.js";
5
+ //#region lib/udp-fluent-list-input.ts
6
+ const UdpFluentListInput$1 = /* @__PURE__ */ createComponent({
7
+ tagName: "udp-fluent-list-input",
8
+ elementClass: UdpFluentListInput,
9
+ react: React,
10
+ events: { onValueChanged: "valueChanged" },
11
+ defineCustomElement
12
+ });
13
+ //#endregion
14
+ export { UdpFluentListInput$1 as UdpFluentListInput };
15
+
16
+ //# sourceMappingURL=udp-fluent-list-input.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-fluent-list-input.mjs","names":["UdpFluentListInput","UdpFluentListInputElement","defineUdpFluentListInput"],"sources":["../../lib/udp-fluent-list-input.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport { UdpFluentListInput as UdpFluentListInputElement, defineCustomElement as defineUdpFluentListInput } from \"@univerus/udp-stencil-component-library/dist/components/udp-fluent-list-input.js\";\nimport React from 'react';\n\nexport type UdpFluentListInputEvents = { onValueChanged: EventName<CustomEvent<string[]>> };\n\nexport const UdpFluentListInput: StencilReactComponent<UdpFluentListInputElement, UdpFluentListInputEvents> = /*@__PURE__*/ createComponent<UdpFluentListInputElement, UdpFluentListInputEvents>({\n tagName: 'udp-fluent-list-input',\n elementClass: UdpFluentListInputElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: { onValueChanged: 'valueChanged' } as UdpFluentListInputEvents,\n defineCustomElement: defineUdpFluentListInput\n});\n"],"mappings":";;;;;AAgBA,MAAaA,uBAA+G,gCAAqE;CAC7L,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE,gBAAgB,gBAAgB;CACrBC;CACxB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { EventName, StencilReactComponent } from "@stencil/react-output-target/runtime";
2
+ import { UdpFluentTableInput } from "udp-stencil-component-library/dist/components/udp-fluent-table-input.js";
3
+ import { TableInputValue, UdpFluentTableInputCustomEvent } from "udp-stencil-component-library";
4
+
5
+ //#region lib/udp-fluent-table-input.d.ts
6
+ type UdpFluentTableInputEvents = {
7
+ onValueChanged: EventName<UdpFluentTableInputCustomEvent<TableInputValue>>;
8
+ };
9
+ declare const UdpFluentTableInput$1: StencilReactComponent<UdpFluentTableInput, UdpFluentTableInputEvents>;
10
+ //#endregion
11
+ export { UdpFluentTableInput$1 as UdpFluentTableInput };
12
+ //# sourceMappingURL=udp-fluent-table-input.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-fluent-table-input.d.mts","names":[],"sources":["../../lib/udp-fluent-table-input.ts"],"mappings":";;;;;KAeY,yBAAA;EAA8B,cAAA,EAAgB,SAAA,CAAU,8BAAA,CAA+B,eAAA;AAAA;AAAA,cAEtF,qBAAA,EAAqB,qBAAA,CAAsB,mBAAA,EAA4B,yBAAA"}
@@ -0,0 +1,16 @@
1
+ "use client";
2
+ import { createComponent } from "@stencil/react-output-target/runtime";
3
+ import React from "react";
4
+ import { UdpFluentTableInput, defineCustomElement } from "udp-stencil-component-library/dist/components/udp-fluent-table-input.js";
5
+ //#region lib/udp-fluent-table-input.ts
6
+ const UdpFluentTableInput$1 = /* @__PURE__ */ createComponent({
7
+ tagName: "udp-fluent-table-input",
8
+ elementClass: UdpFluentTableInput,
9
+ react: React,
10
+ events: { onValueChanged: "valueChanged" },
11
+ defineCustomElement
12
+ });
13
+ //#endregion
14
+ export { UdpFluentTableInput$1 as UdpFluentTableInput };
15
+
16
+ //# sourceMappingURL=udp-fluent-table-input.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-fluent-table-input.mjs","names":["UdpFluentTableInput","UdpFluentTableInputElement","defineUdpFluentTableInput"],"sources":["../../lib/udp-fluent-table-input.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport { type TableInputValue, type UdpFluentTableInputCustomEvent } from \"@univerus/udp-stencil-component-library\";\nimport { UdpFluentTableInput as UdpFluentTableInputElement, defineCustomElement as defineUdpFluentTableInput } from \"@univerus/udp-stencil-component-library/dist/components/udp-fluent-table-input.js\";\nimport React from 'react';\n\nexport type UdpFluentTableInputEvents = { onValueChanged: EventName<UdpFluentTableInputCustomEvent<TableInputValue>> };\n\nexport const UdpFluentTableInput: StencilReactComponent<UdpFluentTableInputElement, UdpFluentTableInputEvents> = /*@__PURE__*/ createComponent<UdpFluentTableInputElement, UdpFluentTableInputEvents>({\n tagName: 'udp-fluent-table-input',\n elementClass: UdpFluentTableInputElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: { onValueChanged: 'valueChanged' } as UdpFluentTableInputEvents,\n defineCustomElement: defineUdpFluentTableInput\n});\n"],"mappings":";;;;;AAiBA,MAAaA,wBAAkH,gCAAuE;CAClM,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE,gBAAgB,gBAAgB;CACrBC;CACxB,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import { EventName, StencilReactComponent } from "@stencil/react-output-target/runtime";
2
2
  import { UdpFormComponent } from "udp-stencil-component-library/dist/components/udp-form-component.js";
3
- import { FormApi, UdpFormComponentCustomEvent } from "udp-stencil-component-library";
3
+ import { FormApi, FormStateUpdatePayload, UdpFormComponentCustomEvent } from "udp-stencil-component-library";
4
4
 
5
5
  //#region lib/udp-form-component.d.ts
6
6
  type UdpFormComponentEvents = {
7
7
  onFormSubmitted: EventName<UdpFormComponentCustomEvent<Record<string, any>>>;
8
- onFormStateUpdated: EventName<CustomEvent<any>>;
8
+ onFormStateUpdated: EventName<UdpFormComponentCustomEvent<FormStateUpdatePayload>>;
9
9
  onFormReady: EventName<UdpFormComponentCustomEvent<FormApi<Record<string, any>>>>;
10
10
  };
11
11
  declare const UdpFormComponent$1: StencilReactComponent<UdpFormComponent, UdpFormComponentEvents>;
@@ -1 +1 @@
1
- {"version":3,"file":"udp-form-component.d.mts","names":[],"sources":["../../lib/udp-form-component.ts"],"mappings":";;;;;KAeY,sBAAA;EACR,eAAA,EAAiB,SAAA,CAAU,2BAAA,CAA4B,MAAA;EACvD,kBAAA,EAAoB,SAAA,CAAU,WAAA;EAC9B,WAAA,EAAa,SAAA,CAAU,2BAAA,CAA4B,OAAA,CAAQ,MAAA;AAAA;AAAA,cAGlD,kBAAA,EAAkB,qBAAA,CAAsB,gBAAA,EAAyB,sBAAA"}
1
+ {"version":3,"file":"udp-form-component.d.mts","names":[],"sources":["../../lib/udp-form-component.ts"],"mappings":";;;;;KAeY,sBAAA;EACR,eAAA,EAAiB,SAAA,CAAU,2BAAA,CAA4B,MAAA;EACvD,kBAAA,EAAoB,SAAA,CAAU,2BAAA,CAA4B,sBAAA;EAC1D,WAAA,EAAa,SAAA,CAAU,2BAAA,CAA4B,OAAA,CAAQ,MAAA;AAAA;AAAA,cAGlD,kBAAA,EAAkB,qBAAA,CAAsB,gBAAA,EAAyB,sBAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"udp-form-component.mjs","names":["UdpFormComponent","UdpFormComponentElement","defineUdpFormComponent"],"sources":["../../lib/udp-form-component.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport { type FormApi, type UdpFormComponentCustomEvent } from \"@univerus/udp-stencil-component-library\";\nimport { UdpFormComponent as UdpFormComponentElement, defineCustomElement as defineUdpFormComponent } from \"@univerus/udp-stencil-component-library/dist/components/udp-form-component.js\";\nimport React from 'react';\n\nexport type UdpFormComponentEvents = {\n onFormSubmitted: EventName<UdpFormComponentCustomEvent<Record<string, any>>>,\n onFormStateUpdated: EventName<CustomEvent<any>>,\n onFormReady: EventName<UdpFormComponentCustomEvent<FormApi<Record<string, any>>>>\n};\n\nexport const UdpFormComponent: StencilReactComponent<UdpFormComponentElement, UdpFormComponentEvents> = /*@__PURE__*/ createComponent<UdpFormComponentElement, UdpFormComponentEvents>({\n tagName: 'udp-form-component',\n elementClass: UdpFormComponentElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: {\n onFormSubmitted: 'formSubmitted',\n onFormStateUpdated: 'formStateUpdated',\n onFormReady: 'formReady'\n } as UdpFormComponentEvents,\n defineCustomElement: defineUdpFormComponent\n});\n"],"mappings":";;;;;AAqBA,MAAaA,qBAAyG,gCAAiE;CACnL,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ;EACJ,iBAAiB;EACjB,oBAAoB;EACpB,aAAa;EAChB;CACoBC;CACxB,CAAC"}
1
+ {"version":3,"file":"udp-form-component.mjs","names":["UdpFormComponent","UdpFormComponentElement","defineUdpFormComponent"],"sources":["../../lib/udp-form-component.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport { type FormApi, type FormStateUpdatePayload, type UdpFormComponentCustomEvent } from \"@univerus/udp-stencil-component-library\";\nimport { UdpFormComponent as UdpFormComponentElement, defineCustomElement as defineUdpFormComponent } from \"@univerus/udp-stencil-component-library/dist/components/udp-form-component.js\";\nimport React from 'react';\n\nexport type UdpFormComponentEvents = {\n onFormSubmitted: EventName<UdpFormComponentCustomEvent<Record<string, any>>>,\n onFormStateUpdated: EventName<UdpFormComponentCustomEvent<FormStateUpdatePayload>>,\n onFormReady: EventName<UdpFormComponentCustomEvent<FormApi<Record<string, any>>>>\n};\n\nexport const UdpFormComponent: StencilReactComponent<UdpFormComponentElement, UdpFormComponentEvents> = /*@__PURE__*/ createComponent<UdpFormComponentElement, UdpFormComponentEvents>({\n tagName: 'udp-form-component',\n elementClass: UdpFormComponentElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: {\n onFormSubmitted: 'formSubmitted',\n onFormStateUpdated: 'formStateUpdated',\n onFormReady: 'formReady'\n } as UdpFormComponentEvents,\n defineCustomElement: defineUdpFormComponent\n});\n"],"mappings":";;;;;AAqBA,MAAaA,qBAAyG,gCAAiE;CACnL,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ;EACJ,iBAAiB;EACjB,oBAAoB;EACpB,aAAa;EAChB;CACoBC;CACxB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { StencilReactComponent } from "@stencil/react-output-target/runtime";
2
+ import { UdpFormVersionDrawer } from "udp-stencil-component-library/dist/components/udp-form-version-drawer.js";
3
+
4
+ //#region lib/udp-form-version-drawer.d.ts
5
+ type UdpFormVersionDrawerEvents = NonNullable<unknown>;
6
+ declare const UdpFormVersionDrawer$1: StencilReactComponent<UdpFormVersionDrawer, UdpFormVersionDrawerEvents>;
7
+ //#endregion
8
+ export { UdpFormVersionDrawer$1 as UdpFormVersionDrawer };
9
+ //# sourceMappingURL=udp-form-version-drawer.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-form-version-drawer.d.mts","names":[],"sources":["../../lib/udp-form-version-drawer.ts"],"mappings":";;;;KAcY,0BAAA,GAA6B,WAAA;AAAA,cAE5B,sBAAA,EAAsB,qBAAA,CAAsB,oBAAA,EAA6B,0BAAA"}
@@ -0,0 +1,16 @@
1
+ "use client";
2
+ import { createComponent } from "@stencil/react-output-target/runtime";
3
+ import React from "react";
4
+ import { UdpFormVersionDrawer, defineCustomElement } from "udp-stencil-component-library/dist/components/udp-form-version-drawer.js";
5
+ //#region lib/udp-form-version-drawer.ts
6
+ const UdpFormVersionDrawer$1 = /* @__PURE__ */ createComponent({
7
+ tagName: "udp-form-version-drawer",
8
+ elementClass: UdpFormVersionDrawer,
9
+ react: React,
10
+ events: {},
11
+ defineCustomElement
12
+ });
13
+ //#endregion
14
+ export { UdpFormVersionDrawer$1 as UdpFormVersionDrawer };
15
+
16
+ //# sourceMappingURL=udp-form-version-drawer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-form-version-drawer.mjs","names":["UdpFormVersionDrawer","UdpFormVersionDrawerElement","defineUdpFormVersionDrawer"],"sources":["../../lib/udp-form-version-drawer.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport { UdpFormVersionDrawer as UdpFormVersionDrawerElement, defineCustomElement as defineUdpFormVersionDrawer } from \"@univerus/udp-stencil-component-library/dist/components/udp-form-version-drawer.js\";\nimport React from 'react';\n\nexport type UdpFormVersionDrawerEvents = NonNullable<unknown>;\n\nexport const UdpFormVersionDrawer: StencilReactComponent<UdpFormVersionDrawerElement, UdpFormVersionDrawerEvents> = /*@__PURE__*/ createComponent<UdpFormVersionDrawerElement, UdpFormVersionDrawerEvents>({\n tagName: 'udp-form-version-drawer',\n elementClass: UdpFormVersionDrawerElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: {} as UdpFormVersionDrawerEvents,\n defineCustomElement: defineUdpFormVersionDrawer\n});\n"],"mappings":";;;;;AAgBA,MAAaA,yBAAqH,gCAAyE;CACvM,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE;CACWC;CACxB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { StencilReactComponent } from "@stencil/react-output-target/runtime";
2
+ import { UdpQuestionConfigFluent } from "udp-stencil-component-library/dist/components/udp-question-config-fluent.js";
3
+
4
+ //#region lib/udp-question-config-fluent.d.ts
5
+ type UdpQuestionConfigFluentEvents = NonNullable<unknown>;
6
+ declare const UdpQuestionConfigFluent$1: StencilReactComponent<UdpQuestionConfigFluent, UdpQuestionConfigFluentEvents>;
7
+ //#endregion
8
+ export { UdpQuestionConfigFluent$1 as UdpQuestionConfigFluent };
9
+ //# sourceMappingURL=udp-question-config-fluent.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-question-config-fluent.d.mts","names":[],"sources":["../../lib/udp-question-config-fluent.ts"],"mappings":";;;;KAcY,6BAAA,GAAgC,WAAA;AAAA,cAE/B,yBAAA,EAAyB,qBAAA,CAAsB,uBAAA,EAAgC,6BAAA"}
@@ -0,0 +1,16 @@
1
+ "use client";
2
+ import { createComponent } from "@stencil/react-output-target/runtime";
3
+ import React from "react";
4
+ import { UdpQuestionConfigFluent, defineCustomElement } from "udp-stencil-component-library/dist/components/udp-question-config-fluent.js";
5
+ //#region lib/udp-question-config-fluent.ts
6
+ const UdpQuestionConfigFluent$1 = /* @__PURE__ */ createComponent({
7
+ tagName: "udp-question-config-fluent",
8
+ elementClass: UdpQuestionConfigFluent,
9
+ react: React,
10
+ events: {},
11
+ defineCustomElement
12
+ });
13
+ //#endregion
14
+ export { UdpQuestionConfigFluent$1 as UdpQuestionConfigFluent };
15
+
16
+ //# sourceMappingURL=udp-question-config-fluent.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-question-config-fluent.mjs","names":["UdpQuestionConfigFluent","UdpQuestionConfigFluentElement","defineUdpQuestionConfigFluent"],"sources":["../../lib/udp-question-config-fluent.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport { UdpQuestionConfigFluent as UdpQuestionConfigFluentElement, defineCustomElement as defineUdpQuestionConfigFluent } from \"@univerus/udp-stencil-component-library/dist/components/udp-question-config-fluent.js\";\nimport React from 'react';\n\nexport type UdpQuestionConfigFluentEvents = NonNullable<unknown>;\n\nexport const UdpQuestionConfigFluent: StencilReactComponent<UdpQuestionConfigFluentElement, UdpQuestionConfigFluentEvents> = /*@__PURE__*/ createComponent<UdpQuestionConfigFluentElement, UdpQuestionConfigFluentEvents>({\n tagName: 'udp-question-config-fluent',\n elementClass: UdpQuestionConfigFluentElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: {} as UdpQuestionConfigFluentEvents,\n defineCustomElement: defineUdpQuestionConfigFluent\n});\n"],"mappings":";;;;;AAgBA,MAAaA,4BAA8H,gCAA+E;CACtN,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE;CACWC;CACxB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { EventName, StencilReactComponent } from "@stencil/react-output-target/runtime";
2
+ import { UdpQuestionFormBuilder } from "udp-stencil-component-library/dist/components/udp-question-form-builder.js";
3
+ import { Guid, UdpQuestionFormBuilderCustomEvent } from "udp-stencil-component-library";
4
+
5
+ //#region lib/udp-question-form-builder.d.ts
6
+ type UdpQuestionFormBuilderEvents = {
7
+ onFormCreated: EventName<UdpQuestionFormBuilderCustomEvent<{
8
+ formId: Guid;
9
+ version: number;
10
+ }>>;
11
+ };
12
+ declare const UdpQuestionFormBuilder$1: StencilReactComponent<UdpQuestionFormBuilder, UdpQuestionFormBuilderEvents>;
13
+ //#endregion
14
+ export { UdpQuestionFormBuilder$1 as UdpQuestionFormBuilder };
15
+ //# sourceMappingURL=udp-question-form-builder.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-question-form-builder.d.mts","names":[],"sources":["../../lib/udp-question-form-builder.ts"],"mappings":";;;;;KAeY,4BAAA;EAAiC,aAAA,EAAe,SAAA,CAAU,iCAAA;IAAoC,MAAA,EAAQ,IAAA;IAAM,OAAA;EAAA;AAAA;AAAA,cAE3G,wBAAA,EAAwB,qBAAA,CAAsB,sBAAA,EAA+B,4BAAA"}
@@ -0,0 +1,16 @@
1
+ "use client";
2
+ import { createComponent } from "@stencil/react-output-target/runtime";
3
+ import React from "react";
4
+ import { UdpQuestionFormBuilder, defineCustomElement } from "udp-stencil-component-library/dist/components/udp-question-form-builder.js";
5
+ //#region lib/udp-question-form-builder.ts
6
+ const UdpQuestionFormBuilder$1 = /* @__PURE__ */ createComponent({
7
+ tagName: "udp-question-form-builder",
8
+ elementClass: UdpQuestionFormBuilder,
9
+ react: React,
10
+ events: { onFormCreated: "formCreated" },
11
+ defineCustomElement
12
+ });
13
+ //#endregion
14
+ export { UdpQuestionFormBuilder$1 as UdpQuestionFormBuilder };
15
+
16
+ //# sourceMappingURL=udp-question-form-builder.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-question-form-builder.mjs","names":["UdpQuestionFormBuilder","UdpQuestionFormBuilderElement","defineUdpQuestionFormBuilder"],"sources":["../../lib/udp-question-form-builder.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport { type Guid, type UdpQuestionFormBuilderCustomEvent } from \"@univerus/udp-stencil-component-library\";\nimport { UdpQuestionFormBuilder as UdpQuestionFormBuilderElement, defineCustomElement as defineUdpQuestionFormBuilder } from \"@univerus/udp-stencil-component-library/dist/components/udp-question-form-builder.js\";\nimport React from 'react';\n\nexport type UdpQuestionFormBuilderEvents = { onFormCreated: EventName<UdpQuestionFormBuilderCustomEvent<{ formId: Guid; version: number }>> };\n\nexport const UdpQuestionFormBuilder: StencilReactComponent<UdpQuestionFormBuilderElement, UdpQuestionFormBuilderEvents> = /*@__PURE__*/ createComponent<UdpQuestionFormBuilderElement, UdpQuestionFormBuilderEvents>({\n tagName: 'udp-question-form-builder',\n elementClass: UdpQuestionFormBuilderElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: { onFormCreated: 'formCreated' } as UdpQuestionFormBuilderEvents,\n defineCustomElement: defineUdpQuestionFormBuilder\n});\n"],"mappings":";;;;;AAiBA,MAAaA,2BAA2H,gCAA6E;CACjN,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE,eAAe,eAAe;CACnBC;CACxB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { EventName, StencilReactComponent } from "@stencil/react-output-target/runtime";
2
+ import { UdpQuestionFormRenderer } from "udp-stencil-component-library/dist/components/udp-question-form-renderer.js";
3
+ import { Guid, UdpQuestionFormRendererCustomEvent } from "udp-stencil-component-library";
4
+
5
+ //#region lib/udp-question-form-renderer.d.ts
6
+ type UdpQuestionFormRendererEvents = {
7
+ onSubmitted: EventName<UdpQuestionFormRendererCustomEvent<Guid>>;
8
+ };
9
+ declare const UdpQuestionFormRenderer$1: StencilReactComponent<UdpQuestionFormRenderer, UdpQuestionFormRendererEvents>;
10
+ //#endregion
11
+ export { UdpQuestionFormRenderer$1 as UdpQuestionFormRenderer };
12
+ //# sourceMappingURL=udp-question-form-renderer.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-question-form-renderer.d.mts","names":[],"sources":["../../lib/udp-question-form-renderer.ts"],"mappings":";;;;;KAeY,6BAAA;EAAkC,WAAA,EAAa,SAAA,CAAU,kCAAA,CAAmC,IAAA;AAAA;AAAA,cAE3F,yBAAA,EAAyB,qBAAA,CAAsB,uBAAA,EAAgC,6BAAA"}
@@ -0,0 +1,16 @@
1
+ "use client";
2
+ import { createComponent } from "@stencil/react-output-target/runtime";
3
+ import React from "react";
4
+ import { UdpQuestionFormRenderer, defineCustomElement } from "udp-stencil-component-library/dist/components/udp-question-form-renderer.js";
5
+ //#region lib/udp-question-form-renderer.ts
6
+ const UdpQuestionFormRenderer$1 = /* @__PURE__ */ createComponent({
7
+ tagName: "udp-question-form-renderer",
8
+ elementClass: UdpQuestionFormRenderer,
9
+ react: React,
10
+ events: { onSubmitted: "submitted" },
11
+ defineCustomElement
12
+ });
13
+ //#endregion
14
+ export { UdpQuestionFormRenderer$1 as UdpQuestionFormRenderer };
15
+
16
+ //# sourceMappingURL=udp-question-form-renderer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-question-form-renderer.mjs","names":["UdpQuestionFormRenderer","UdpQuestionFormRendererElement","defineUdpQuestionFormRenderer"],"sources":["../../lib/udp-question-form-renderer.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport { type Guid, type UdpQuestionFormRendererCustomEvent } from \"@univerus/udp-stencil-component-library\";\nimport { UdpQuestionFormRenderer as UdpQuestionFormRendererElement, defineCustomElement as defineUdpQuestionFormRenderer } from \"@univerus/udp-stencil-component-library/dist/components/udp-question-form-renderer.js\";\nimport React from 'react';\n\nexport type UdpQuestionFormRendererEvents = { onSubmitted: EventName<UdpQuestionFormRendererCustomEvent<Guid>> };\n\nexport const UdpQuestionFormRenderer: StencilReactComponent<UdpQuestionFormRendererElement, UdpQuestionFormRendererEvents> = /*@__PURE__*/ createComponent<UdpQuestionFormRendererElement, UdpQuestionFormRendererEvents>({\n tagName: 'udp-question-form-renderer',\n elementClass: UdpQuestionFormRendererElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: { onSubmitted: 'submitted' } as UdpQuestionFormRendererEvents,\n defineCustomElement: defineUdpQuestionFormRenderer\n});\n"],"mappings":";;;;;AAiBA,MAAaA,4BAA8H,gCAA+E;CACtN,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE,aAAa,aAAa;CACfC;CACxB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { StencilReactComponent } from "@stencil/react-output-target/runtime";
2
+ import { UdpQuestionTallyAdapter } from "udp-stencil-component-library/dist/components/udp-question-tally-adapter.js";
3
+
4
+ //#region lib/udp-question-tally-adapter.d.ts
5
+ type UdpQuestionTallyAdapterEvents = NonNullable<unknown>;
6
+ declare const UdpQuestionTallyAdapter$1: StencilReactComponent<UdpQuestionTallyAdapter, UdpQuestionTallyAdapterEvents>;
7
+ //#endregion
8
+ export { UdpQuestionTallyAdapter$1 as UdpQuestionTallyAdapter };
9
+ //# sourceMappingURL=udp-question-tally-adapter.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-question-tally-adapter.d.mts","names":[],"sources":["../../lib/udp-question-tally-adapter.ts"],"mappings":";;;;KAcY,6BAAA,GAAgC,WAAA;AAAA,cAE/B,yBAAA,EAAyB,qBAAA,CAAsB,uBAAA,EAAgC,6BAAA"}
@@ -0,0 +1,16 @@
1
+ "use client";
2
+ import { createComponent } from "@stencil/react-output-target/runtime";
3
+ import React from "react";
4
+ import { UdpQuestionTallyAdapter, defineCustomElement } from "udp-stencil-component-library/dist/components/udp-question-tally-adapter.js";
5
+ //#region lib/udp-question-tally-adapter.ts
6
+ const UdpQuestionTallyAdapter$1 = /* @__PURE__ */ createComponent({
7
+ tagName: "udp-question-tally-adapter",
8
+ elementClass: UdpQuestionTallyAdapter,
9
+ react: React,
10
+ events: {},
11
+ defineCustomElement
12
+ });
13
+ //#endregion
14
+ export { UdpQuestionTallyAdapter$1 as UdpQuestionTallyAdapter };
15
+
16
+ //# sourceMappingURL=udp-question-tally-adapter.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-question-tally-adapter.mjs","names":["UdpQuestionTallyAdapter","UdpQuestionTallyAdapterElement","defineUdpQuestionTallyAdapter"],"sources":["../../lib/udp-question-tally-adapter.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport { UdpQuestionTallyAdapter as UdpQuestionTallyAdapterElement, defineCustomElement as defineUdpQuestionTallyAdapter } from \"@univerus/udp-stencil-component-library/dist/components/udp-question-tally-adapter.js\";\nimport React from 'react';\n\nexport type UdpQuestionTallyAdapterEvents = NonNullable<unknown>;\n\nexport const UdpQuestionTallyAdapter: StencilReactComponent<UdpQuestionTallyAdapterElement, UdpQuestionTallyAdapterEvents> = /*@__PURE__*/ createComponent<UdpQuestionTallyAdapterElement, UdpQuestionTallyAdapterEvents>({\n tagName: 'udp-question-tally-adapter',\n elementClass: UdpQuestionTallyAdapterElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: {} as UdpQuestionTallyAdapterEvents,\n defineCustomElement: defineUdpQuestionTallyAdapter\n});\n"],"mappings":";;;;;AAgBA,MAAaA,4BAA8H,gCAA+E;CACtN,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE;CACWC;CACxB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "udp-react-stencil-component-library",
3
- "version": "26.5.0-beta.2",
3
+ "version": "26.5.0-beta.20",
4
4
  "description": "Unity React Wrapped Stencil Components",
5
5
  "source": "src/index.ts",
6
6
  "type": "module",
@@ -156,6 +156,7 @@
156
156
  "./lib/udp-fluent-image": "./dist/lib/udp-fluent-image.mjs",
157
157
  "./lib/udp-fluent-inline-edit": "./dist/lib/udp-fluent-inline-edit.mjs",
158
158
  "./lib/udp-fluent-link": "./dist/lib/udp-fluent-link.mjs",
159
+ "./lib/udp-fluent-list-input": "./dist/lib/udp-fluent-list-input.mjs",
159
160
  "./lib/udp-fluent-list-item": "./dist/lib/udp-fluent-list-item.mjs",
160
161
  "./lib/udp-fluent-location-input": "./dist/lib/udp-fluent-location-input.mjs",
161
162
  "./lib/udp-fluent-menu": "./dist/lib/udp-fluent-menu.mjs",
@@ -163,10 +164,12 @@
163
164
  "./lib/udp-fluent-radio-group": "./dist/lib/udp-fluent-radio-group.mjs",
164
165
  "./lib/udp-fluent-signature-input": "./dist/lib/udp-fluent-signature-input.mjs",
165
166
  "./lib/udp-fluent-switch": "./dist/lib/udp-fluent-switch.mjs",
167
+ "./lib/udp-fluent-table-input": "./dist/lib/udp-fluent-table-input.mjs",
166
168
  "./lib/udp-fluent-tablist": "./dist/lib/udp-fluent-tablist.mjs",
167
169
  "./lib/udp-fluent-text-input": "./dist/lib/udp-fluent-text-input.mjs",
168
170
  "./lib/udp-fluent-toggle-button": "./dist/lib/udp-fluent-toggle-button.mjs",
169
171
  "./lib/udp-form-component": "./dist/lib/udp-form-component.mjs",
172
+ "./lib/udp-form-version-drawer": "./dist/lib/udp-form-version-drawer.mjs",
170
173
  "./lib/udp-forms-builder": "./dist/lib/udp-forms-builder.mjs",
171
174
  "./lib/udp-forms-builder-menu": "./dist/lib/udp-forms-builder-menu.mjs",
172
175
  "./lib/udp-forms-builder-question-item": "./dist/lib/udp-forms-builder-question-item.mjs",
@@ -206,6 +209,10 @@
206
209
  "./lib/udp-progress-bar": "./dist/lib/udp-progress-bar.mjs",
207
210
  "./lib/udp-question": "./dist/lib/udp-question.mjs",
208
211
  "./lib/udp-question-comments": "./dist/lib/udp-question-comments.mjs",
212
+ "./lib/udp-question-config-fluent": "./dist/lib/udp-question-config-fluent.mjs",
213
+ "./lib/udp-question-form-builder": "./dist/lib/udp-question-form-builder.mjs",
214
+ "./lib/udp-question-form-renderer": "./dist/lib/udp-question-form-renderer.mjs",
215
+ "./lib/udp-question-tally-adapter": "./dist/lib/udp-question-tally-adapter.mjs",
209
216
  "./lib/udp-radio-button": "./dist/lib/udp-radio-button.mjs",
210
217
  "./lib/udp-sankey-chart": "./dist/lib/udp-sankey-chart.mjs",
211
218
  "./lib/udp-save-draft-button": "./dist/lib/udp-save-draft-button.mjs",
@@ -270,7 +277,7 @@
270
277
  },
271
278
  "dependencies": {
272
279
  "@stencil/react-output-target": "^1.2.0",
273
- "udp-stencil-component-library": "26.5.0-beta.2",
280
+ "udp-stencil-component-library": "26.5.0-beta.20",
274
281
  "react": "^18.2.0"
275
282
  }
276
283
  }