udp-stencil-component-library 26.1.1-beta.2 → 26.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/add-map-feature-popup_4.cjs.entry.js +12 -12
- package/dist/cjs/address-search_6.cjs.entry.js +18 -18
- package/dist/cjs/advanced-search_12.cjs.entry.js +9 -9
- package/dist/cjs/ag-grid-base_63.cjs.entry.js +94 -80
- package/dist/cjs/ambient-template-grid.cjs.entry.js +16 -16
- package/dist/cjs/api-method-instance-grid.cjs.entry.js +2 -2
- package/dist/cjs/app-bar.cjs.entry.js +1 -1
- package/dist/cjs/check-box.cjs.entry.js +2 -2
- package/dist/cjs/chip-section.cjs.entry.js +2 -2
- package/dist/cjs/date-time-renderer_9.cjs.entry.js +21 -21
- package/dist/cjs/feature-details-card_2.cjs.entry.js +5 -5
- package/dist/cjs/file-upload_2.cjs.entry.js +4 -4
- package/dist/cjs/filter-conditions_7.cjs.entry.js +2 -2
- package/dist/cjs/{fluent-icons-BImFllQ9.js → fluent-icons-_0O8Eqrx.js} +2 -2
- package/dist/cjs/form-metadata-display_10.cjs.entry.js +8 -8
- package/dist/cjs/icon-grid.cjs.entry.js +2 -2
- package/dist/cjs/index-G1ccGqOs.js +16 -0
- package/dist/cjs/index.cjs.js +78 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/map-component_2.cjs.entry.js +2 -2
- package/dist/cjs/primary-action-header_2.cjs.entry.js +2 -2
- package/dist/cjs/question-configs-renderer_4.cjs.entry.js +15 -15
- package/dist/cjs/resource-timeline-calendar.cjs.entry.js +1 -1
- package/dist/cjs/resource-timeline-primary-bar.cjs.entry.js +1 -1
- package/dist/cjs/search-method-grid.cjs.entry.js +1 -1
- package/dist/cjs/server-side-grid.cjs.entry.js +1 -1
- package/dist/cjs/side-sheet-container.cjs.entry.js +1 -1
- package/dist/cjs/stencil-library.cjs.js +1 -1
- package/dist/cjs/stencil-toggle.cjs.entry.js +4 -4
- package/dist/cjs/text-field_2.cjs.entry.js +7 -7
- package/dist/cjs/udp-container-query-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/udp-container-query-grid.cjs.entry.js +1 -1
- package/dist/cjs/udp-container-query.cjs.entry.js +2 -2
- package/dist/cjs/udp-container.cjs.entry.js +2 -2
- package/dist/cjs/udp-dynamic-container-with-menu.cjs.entry.js +1 -1
- package/dist/cjs/udp-dynamic-form.cjs.entry.js +1 -1
- package/dist/cjs/udp-fluent-file-input.cjs.entry.js +628 -0
- package/dist/cjs/udp-fluent-image.cjs.entry.js +1 -1
- package/dist/cjs/udp-fluent-inline-edit.cjs.entry.js +35 -0
- package/dist/cjs/udp-fluent-link.cjs.entry.js +1 -1
- package/dist/cjs/udp-fluent-location-input.cjs.entry.js +558 -0
- package/dist/cjs/udp-fluent-signature-input.cjs.entry.js +385 -0
- package/dist/cjs/udp-forms-builder-style-override.cjs.entry.js +1 -1
- package/dist/cjs/udp-forms-follow-up-list-card.cjs.entry.js +2 -2
- package/dist/cjs/udp-forms-list-card.cjs.entry.js +4 -4
- package/dist/cjs/udp-forms-list.cjs.entry.js +1 -1
- package/dist/cjs/udp-forms-renderer.cjs.entry.js +1 -1
- package/dist/cjs/udp-map.cjs.entry.js +3 -3
- package/dist/cjs/udp-menu.cjs.entry.js +1 -1
- package/dist/cjs/udp-page.cjs.entry.js +1 -1
- package/dist/cjs/udp-skeleton-loading.cjs.entry.js +1 -1
- package/dist/cjs/udp-split-screen.cjs.entry.js +1 -1
- package/dist/cjs/udp-stepper-demo.cjs.entry.js +1 -1
- package/dist/cjs/udp-tab.cjs.entry.js +1 -1
- package/dist/cjs/udp-timeline-connector.cjs.entry.js +1 -1
- package/dist/cjs/udp-timeline-dot.cjs.entry.js +1 -1
- package/dist/cjs/udp-timeline-item.cjs.entry.js +2 -2
- package/dist/cjs/udp-timeline-separator.cjs.entry.js +1 -1
- package/dist/cjs/udp-timeline.cjs.entry.js +1 -1
- package/dist/collection/__mocks__/ol-mock.js +35 -0
- package/dist/collection/collection-manifest.json +4 -0
- package/dist/collection/components/fluent-ui/avatar/udp-fluent-avatar.css +8 -0
- package/dist/collection/components/fluent-ui/avatar/udp-fluent-avatar.js +11 -1
- package/dist/collection/components/fluent-ui/dropdown/udp-fluent-dropdown.js +10 -10
- package/dist/collection/components/fluent-ui/file-input/file-item-helpers.js +144 -0
- package/dist/collection/components/fluent-ui/file-input/udp-fluent-file-input.css +547 -0
- package/dist/collection/components/fluent-ui/file-input/udp-fluent-file-input.js +1055 -0
- package/dist/collection/components/fluent-ui/file-input/udp-fluent-file-input.types.js +1 -0
- package/dist/collection/components/fluent-ui/icon/icon-grid/icon-grid.js +1 -1
- package/dist/collection/components/fluent-ui/icon-button/udp-fluent-icon-button.js +1 -1
- package/dist/collection/components/fluent-ui/image/udp-fluent-image.js +1 -1
- package/dist/collection/components/fluent-ui/inline-edit/udp-fluent-inline-edit.css +39 -0
- package/dist/collection/components/fluent-ui/inline-edit/udp-fluent-inline-edit.js +215 -0
- package/dist/collection/components/fluent-ui/link/udp-fluent-link.js +1 -1
- package/dist/collection/components/fluent-ui/location-input/udp-fluent-location-input.css +211 -0
- package/dist/collection/components/fluent-ui/location-input/udp-fluent-location-input.js +1172 -0
- package/dist/collection/components/fluent-ui/location-input/udp-fluent-location-input.types.js +1 -0
- package/dist/collection/components/fluent-ui/message-bar/udp-message-bar.js +1 -1
- package/dist/collection/components/fluent-ui/popover/udp-popover.css +20 -0
- package/dist/collection/components/fluent-ui/popover/udp-popover.js +35 -4
- package/dist/collection/components/fluent-ui/progress-bar/udp-progress-bar.js +1 -1
- package/dist/collection/components/fluent-ui/radio-group/udp-fluent-radio-group.js +1 -1
- package/dist/collection/components/fluent-ui/search-input/udp-search-input.js +3 -3
- package/dist/collection/components/fluent-ui/signature-input/udp-fluent-signature-input.css +161 -0
- package/dist/collection/components/fluent-ui/signature-input/udp-fluent-signature-input.js +797 -0
- package/dist/collection/components/fluent-ui/signature-input/udp-fluent-signature-input.types.js +1 -0
- package/dist/collection/components/fluent-ui/slider/udp-slider.js +1 -1
- package/dist/collection/components/fluent-ui/spinner/udp-spinner.js +1 -1
- package/dist/collection/components/fluent-ui/switch/udp-fluent-switch.js +1 -1
- package/dist/collection/components/fluent-ui/text-input/udp-fluent-text-input.js +2 -2
- package/dist/collection/components/fluent-ui/textarea/udp-textarea.js +2 -2
- package/dist/collection/components/fluent-ui/time-input/udp-time-input.css +4 -2
- package/dist/collection/components/fluent-ui/time-input/udp-time-input.js +1 -1
- package/dist/collection/components/fluent-ui/toggle-button/udp-fluent-toggle-button.js +1 -1
- package/dist/collection/components/fluent-ui/tooltip/udp-tooltip.js +2 -2
- package/dist/collection/components/fluent-ui/tree/udp-tree.js +1 -1
- package/dist/collection/components/forms/dynamic-form/udp-dynamic-form.js +1 -1
- package/dist/collection/components/forms/edit-view-form/edit-view-form.js +2 -2
- package/dist/collection/components/forms/form/stencil-form.js +1 -1
- package/dist/collection/components/forms/save-view-form/save-view-form.js +2 -2
- package/dist/collection/components/forms/udp-forms/udp-forms-builder/forms-question-item/udp-forms-builder-question-item.js +2 -2
- package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/file-upload-renderer/file-upload-renderer.js +4 -4
- package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/form-metadata-display-renderer/form-metadata-display-renderer.js +3 -3
- package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/list-option-renderer/list-options-renderer.js +3 -3
- package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/location-renderer/location-renderer.js +6 -6
- package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/question-configs-renderer/question-configs-renderer.js +7 -7
- package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/section-configs-renderer/section-configs-renderer.js +4 -4
- package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/signature-renderer/signature-renderer.js +1 -1
- package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/table-columns-renderer/table-columns-renderer.js +2 -2
- package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/text-input-renderer/text-input-renderer.js +2 -2
- package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-menu/udp-forms-builder-menu.js +2 -2
- package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-style-override/udp-forms-builder-style-override.js +1 -1
- package/dist/collection/components/forms/udp-forms/udp-forms-list/udp-forms-list-card/udp-forms-list-card.js +4 -4
- package/dist/collection/components/forms/udp-forms/udp-forms-list/udp-forms-list.js +1 -1
- package/dist/collection/components/forms/udp-forms/udp-forms-renderer/udp-forms-renderer-follow-up-list-card/udp-forms-follow-up-list-card.js +2 -2
- package/dist/collection/components/forms/udp-forms/udp-forms-renderer/udp-forms-renderer.js +1 -1
- package/dist/collection/components/forms/udp-forms/udp-question/table-input/table-input.js +1 -1
- package/dist/collection/components/grid/ag-table/ag-table.js +1 -1
- package/dist/collection/components/grid/ambient-template-grid/ambient-template-grid.js +16 -16
- package/dist/collection/components/grid/grid-primary-bar/grid-primary-bar.js +2 -2
- package/dist/collection/components/grid/hotlists/udp-hotlist-form/udp-hotlist-form.js +1 -1
- package/dist/collection/components/grid/new-grid/ag-grid-base.js +1 -1
- package/dist/collection/components/grid/new-grid/api-method-instance-grid.js +2 -2
- package/dist/collection/components/grid/new-grid/client-side-grid.js +1 -1
- package/dist/collection/components/grid/new-grid/search-method-grid.js +1 -1
- package/dist/collection/components/grid/new-grid/server-side-grid.js +1 -1
- package/dist/collection/components/grid/resource-timeline-calendar/resource-timeline-calendar.js +1 -1
- package/dist/collection/components/grid/resource-timeline-calendar/resource-timeline-primary-bar.js +1 -1
- package/dist/collection/components/inputs/address-search/address-search.js +3 -3
- package/dist/collection/components/inputs/checkbox/check-box.js +2 -2
- package/dist/collection/components/inputs/date-range-selector/udp-date-range-selector.js +2 -2
- package/dist/collection/components/inputs/date-selector/udp-date-selector.js +3 -3
- package/dist/collection/components/inputs/date-time-selector/udp-datetime-selector.js +3 -3
- package/dist/collection/components/inputs/file-upload/file-upload.js +4 -4
- package/dist/collection/components/inputs/form metadata display/form-metadata-display.js +1 -1
- package/dist/collection/components/inputs/image-upload/image-upload.js +1 -1
- package/dist/collection/components/inputs/numeric-field/numeric-field.js +3 -3
- package/dist/collection/components/inputs/signature-input/signature-input.js +2 -2
- package/dist/collection/components/inputs/tally/tally.js +2 -2
- package/dist/collection/components/inputs/text-area/text-area.js +3 -3
- package/dist/collection/components/inputs/text-field/text-field.js +3 -3
- package/dist/collection/components/inputs/time-selector/udp-time-selector.js +3 -3
- package/dist/collection/components/inputs/toggle/stencil-toggle.js +4 -4
- package/dist/collection/components/inputs/udp-selector/udp-selector.js +4 -4
- package/dist/collection/components/layout/udp-container/udp-container.js +2 -2
- package/dist/collection/components/layout/udp-container-query/udp-container-query.js +2 -2
- package/dist/collection/components/layout/udp-container-query-grid/udp-container-query-grid.js +1 -1
- package/dist/collection/components/layout/udp-container-query-grid-item/udp-container-query-grid-item.js +1 -1
- package/dist/collection/components/layout/udp-page/udp-page.js +1 -1
- package/dist/collection/components/layout/udp-split-screen/udp-split-screen.js +1 -1
- package/dist/collection/components/loaders/udp-grid-loader/udp-grid-loader.js +2 -2
- package/dist/collection/components/loaders/udp-linear-loader/udp-linear-loader.js +1 -1
- package/dist/collection/components/loaders/udp-skeleton-loading.js +1 -1
- package/dist/collection/components/map/udp-map/map-component.js +1 -1
- package/dist/collection/components/map/udp-map/popups/add-map-feature-popup.js +3 -3
- package/dist/collection/components/map/udp-map/popups/feature-details-card/feature-details-card.js +4 -4
- package/dist/collection/components/map/udp-map/popups/feature-details-popup.js +1 -1
- package/dist/collection/components/map/udp-map/popups/select-layer-popup.js +2 -2
- package/dist/collection/components/map/udp-map/popups/split-line-popup.js +1 -1
- package/dist/collection/components/map/udp-map/toolbar/map-toolbar.js +6 -6
- package/dist/collection/components/map/udp-map/udp-map-toolbar.js +1 -1
- package/dist/collection/components/map/udp-map/udp-map.js +3 -3
- package/dist/collection/components/menu/menu-item/udp-menu-item.js +1 -1
- package/dist/collection/components/menu/udp-menu.js +1 -1
- package/dist/collection/components/new-form/field/udp-field.js +1 -1
- package/dist/collection/components/new-form/form/udp-form-component.js +2 -2
- package/dist/collection/components/stepper/udp-stepper-demo.js +1 -1
- package/dist/collection/components/tabs/tab/tabs/udp-tabs.js +2 -2
- package/dist/collection/components/tabs/tab/udp-tab.js +1 -1
- package/dist/collection/components/tabs/udp-tab-panel/udp-tab-panel.js +1 -1
- package/dist/collection/components/timeline/udp-timeline-connector.js +1 -1
- package/dist/collection/components/timeline/udp-timeline-dot.js +1 -1
- package/dist/collection/components/timeline/udp-timeline-item.js +2 -2
- package/dist/collection/components/timeline/udp-timeline-separator.js +1 -1
- package/dist/collection/components/timeline/udp-timeline.js +1 -1
- package/dist/collection/components/toolbars/app-bar/app-bar.js +1 -1
- package/dist/collection/components/util/ghost-render/ghost-render.js +1 -1
- package/dist/collection/components/util/lazy-loader/udp-lazy-loader.js +1 -1
- package/dist/collection/deprecated/components/side-sheet/side-sheet-container.js +1 -1
- package/dist/collection/deprecated/components/side-sheet/side-sheet.js +1 -1
- package/dist/collection/icons/fluent-icons.js +2 -2
- package/dist/collection/index.js +1 -0
- package/dist/collection/test-pages/test-components-page.js +28 -28
- package/dist/collection/test-pages/test-form.js +4 -4
- package/dist/collection/udp-utilities/layout/udp-dynamic-container-with-menu/chip-section/chip-section.js +2 -2
- package/dist/collection/udp-utilities/layout/udp-dynamic-container-with-menu/udp-dynamic-container-with-menu.js +1 -1
- package/dist/collection/udp-utilities/location/createAzureMapsProviders.js +76 -0
- package/dist/components/add-map-feature-popup2.js +1 -1
- package/dist/components/address-search2.js +1 -1
- package/dist/components/ag-grid-base2.js +1 -1
- package/dist/components/ag-table2.js +1 -1
- package/dist/components/ambient-template-grid.js +1 -1
- package/dist/components/api-method-instance-grid.js +1 -1
- package/dist/components/app-bar.js +1 -1
- package/dist/components/check-box.js +1 -1
- package/dist/components/chip-section.js +1 -1
- package/dist/components/client-side-grid2.js +1 -1
- package/dist/components/edit-view-form.js +1 -1
- package/dist/components/feature-details-card2.js +1 -1
- package/dist/components/feature-details-popup2.js +1 -1
- package/dist/components/file-upload-renderer2.js +1 -1
- package/dist/components/file-upload2.js +1 -1
- package/dist/components/form-metadata-display-renderer2.js +1 -1
- package/dist/components/form-metadata-display2.js +1 -1
- package/dist/components/ghost-render2.js +1 -1
- package/dist/components/grid-primary-bar2.js +1 -1
- package/dist/components/icon-grid.js +1 -1
- package/dist/components/image-upload2.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/list-options-renderer2.js +1 -1
- package/dist/components/location-renderer2.js +1 -1
- package/dist/components/map-component2.js +1 -1
- package/dist/components/map-toolbar2.js +1 -1
- package/dist/components/numeric-field2.js +1 -1
- package/dist/components/question-configs-renderer2.js +1 -1
- package/dist/components/resource-timeline-calendar.js +1 -1
- package/dist/components/resource-timeline-primary-bar2.js +1 -1
- package/dist/components/save-view-form.js +1 -1
- package/dist/components/search-method-grid2.js +1 -1
- package/dist/components/section-configs-renderer2.js +1 -1
- package/dist/components/select-layer-popup2.js +1 -1
- package/dist/components/server-side-grid2.js +1 -1
- package/dist/components/side-sheet-container2.js +1 -1
- package/dist/components/side-sheet2.js +1 -1
- package/dist/components/signature-input2.js +1 -1
- package/dist/components/signature-renderer2.js +1 -1
- package/dist/components/split-line-popup2.js +1 -1
- package/dist/components/stencil-form2.js +1 -1
- package/dist/components/stencil-toggle2.js +1 -1
- package/dist/components/table-columns-renderer2.js +1 -1
- package/dist/components/table-input2.js +1 -1
- package/dist/components/tally.js +1 -1
- package/dist/components/test-components-page.js +1 -1
- package/dist/components/test-form2.js +1 -1
- package/dist/components/text-area2.js +1 -1
- package/dist/components/text-field2.js +1 -1
- package/dist/components/text-input-renderer2.js +1 -1
- package/dist/components/udp-container-query-grid-item.js +1 -1
- package/dist/components/udp-container-query-grid.js +1 -1
- package/dist/components/udp-container-query2.js +1 -1
- package/dist/components/udp-container2.js +1 -1
- package/dist/components/udp-date-range-selector2.js +1 -1
- package/dist/components/udp-date-selector2.js +1 -1
- package/dist/components/udp-datetime-selector2.js +1 -1
- package/dist/components/udp-dynamic-container-with-menu2.js +1 -1
- package/dist/components/udp-dynamic-form.js +1 -1
- package/dist/components/udp-field2.js +1 -1
- package/dist/components/udp-fluent-avatar2.js +1 -1
- package/dist/components/udp-fluent-dropdown2.js +1 -1
- package/dist/components/udp-fluent-file-input.d.ts +11 -0
- package/dist/components/udp-fluent-file-input.js +2 -0
- package/dist/components/udp-fluent-icon-button2.js +1 -1
- package/dist/components/udp-fluent-icon2.js +1 -1
- package/dist/components/udp-fluent-image.js +1 -1
- package/dist/components/udp-fluent-inline-edit.d.ts +11 -0
- package/dist/components/udp-fluent-inline-edit.js +2 -0
- package/dist/components/udp-fluent-link.js +1 -1
- package/dist/components/udp-fluent-location-input.d.ts +11 -0
- package/dist/components/udp-fluent-location-input.js +2 -0
- package/dist/components/udp-fluent-radio-group2.js +1 -1
- package/dist/components/udp-fluent-signature-input.d.ts +11 -0
- package/dist/components/udp-fluent-signature-input.js +2 -0
- package/dist/components/udp-fluent-switch2.js +1 -1
- package/dist/components/udp-fluent-text-input2.js +1 -1
- package/dist/components/udp-fluent-toggle-button2.js +1 -1
- package/dist/components/udp-form-component2.js +1 -1
- package/dist/components/udp-forms-builder-menu2.js +1 -1
- package/dist/components/udp-forms-builder-question-item2.js +1 -1
- package/dist/components/udp-forms-builder-style-override.js +1 -1
- package/dist/components/udp-forms-follow-up-list-card.js +1 -1
- package/dist/components/udp-forms-list-card2.js +1 -1
- package/dist/components/udp-forms-list.js +1 -1
- package/dist/components/udp-forms-renderer.js +1 -1
- package/dist/components/udp-grid-loader2.js +1 -1
- package/dist/components/udp-hotlist-form2.js +1 -1
- package/dist/components/udp-lazy-loader2.js +1 -1
- package/dist/components/udp-linear-loader2.js +1 -1
- package/dist/components/udp-map-toolbar2.js +1 -1
- package/dist/components/udp-map.js +1 -1
- package/dist/components/udp-menu-item2.js +1 -1
- package/dist/components/udp-menu.js +1 -1
- package/dist/components/udp-message-bar2.js +1 -1
- package/dist/components/udp-page.js +1 -1
- package/dist/components/udp-popover2.js +1 -1
- package/dist/components/udp-progress-bar2.js +1 -1
- package/dist/components/udp-search-input2.js +1 -1
- package/dist/components/udp-selector2.js +1 -1
- package/dist/components/udp-skeleton-loading2.js +1 -1
- package/dist/components/udp-slider2.js +1 -1
- package/dist/components/udp-spinner2.js +1 -1
- package/dist/components/udp-split-screen.js +1 -1
- package/dist/components/udp-stepper-demo.js +1 -1
- package/dist/components/udp-tab-panel2.js +1 -1
- package/dist/components/udp-tab.js +1 -1
- package/dist/components/udp-tabs2.js +1 -1
- package/dist/components/udp-textarea2.js +1 -1
- package/dist/components/udp-time-input2.js +1 -1
- package/dist/components/udp-time-selector2.js +1 -1
- package/dist/components/udp-timeline-connector.js +1 -1
- package/dist/components/udp-timeline-dot.js +1 -1
- package/dist/components/udp-timeline-item.js +1 -1
- package/dist/components/udp-timeline-separator.js +1 -1
- package/dist/components/udp-timeline.js +1 -1
- package/dist/components/udp-tooltip2.js +1 -1
- package/dist/components/udp-tree2.js +1 -1
- package/dist/docs.json +3251 -746
- package/dist/esm/add-map-feature-popup_4.entry.js +12 -12
- package/dist/esm/address-search_6.entry.js +18 -18
- package/dist/esm/advanced-search_12.entry.js +9 -9
- package/dist/esm/ag-grid-base_63.entry.js +94 -80
- package/dist/esm/ambient-template-grid.entry.js +16 -16
- package/dist/esm/api-method-instance-grid.entry.js +2 -2
- package/dist/esm/app-bar.entry.js +1 -1
- package/dist/esm/check-box.entry.js +2 -2
- package/dist/esm/chip-section.entry.js +2 -2
- package/dist/esm/date-time-renderer_9.entry.js +21 -21
- package/dist/esm/feature-details-card_2.entry.js +5 -5
- package/dist/esm/file-upload_2.entry.js +4 -4
- package/dist/esm/filter-conditions_7.entry.js +2 -2
- package/dist/esm/{fluent-icons-BcD-sbMi.js → fluent-icons-s6SJYKEb.js} +2 -2
- package/dist/esm/form-metadata-display_10.entry.js +8 -8
- package/dist/esm/icon-grid.entry.js +2 -2
- package/dist/esm/index-Cgpvu-iV.js +16 -0
- package/dist/esm/index.js +78 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/map-component_2.entry.js +2 -2
- package/dist/esm/primary-action-header_2.entry.js +2 -2
- package/dist/esm/question-configs-renderer_4.entry.js +15 -15
- package/dist/esm/resource-timeline-calendar.entry.js +1 -1
- package/dist/esm/resource-timeline-primary-bar.entry.js +1 -1
- package/dist/esm/search-method-grid.entry.js +1 -1
- package/dist/esm/server-side-grid.entry.js +1 -1
- package/dist/esm/side-sheet-container.entry.js +1 -1
- package/dist/esm/stencil-library.js +1 -1
- package/dist/esm/stencil-toggle.entry.js +4 -4
- package/dist/esm/text-field_2.entry.js +7 -7
- package/dist/esm/udp-container-query-grid-item.entry.js +1 -1
- package/dist/esm/udp-container-query-grid.entry.js +1 -1
- package/dist/esm/udp-container-query.entry.js +2 -2
- package/dist/esm/udp-container.entry.js +2 -2
- package/dist/esm/udp-dynamic-container-with-menu.entry.js +1 -1
- package/dist/esm/udp-dynamic-form.entry.js +1 -1
- package/dist/esm/udp-fluent-file-input.entry.js +626 -0
- package/dist/esm/udp-fluent-image.entry.js +1 -1
- package/dist/esm/udp-fluent-inline-edit.entry.js +33 -0
- package/dist/esm/udp-fluent-link.entry.js +1 -1
- package/dist/esm/udp-fluent-location-input.entry.js +550 -0
- package/dist/esm/udp-fluent-signature-input.entry.js +379 -0
- package/dist/esm/udp-forms-builder-style-override.entry.js +1 -1
- package/dist/esm/udp-forms-follow-up-list-card.entry.js +2 -2
- package/dist/esm/udp-forms-list-card.entry.js +4 -4
- package/dist/esm/udp-forms-list.entry.js +1 -1
- package/dist/esm/udp-forms-renderer.entry.js +1 -1
- package/dist/esm/udp-map.entry.js +3 -3
- package/dist/esm/udp-menu.entry.js +1 -1
- package/dist/esm/udp-page.entry.js +1 -1
- package/dist/esm/udp-skeleton-loading.entry.js +1 -1
- package/dist/esm/udp-split-screen.entry.js +1 -1
- package/dist/esm/udp-stepper-demo.entry.js +1 -1
- package/dist/esm/udp-tab.entry.js +1 -1
- package/dist/esm/udp-timeline-connector.entry.js +1 -1
- package/dist/esm/udp-timeline-dot.entry.js +1 -1
- package/dist/esm/udp-timeline-item.entry.js +2 -2
- package/dist/esm/udp-timeline-separator.entry.js +1 -1
- package/dist/esm/udp-timeline.entry.js +1 -1
- package/dist/stencil-library/add-map-feature-popup_4.entry.js +1 -1
- package/dist/stencil-library/address-search_6.entry.js +1 -1
- package/dist/stencil-library/advanced-search_12.entry.js +1 -1
- package/dist/stencil-library/ag-grid-base_63.entry.js +1 -1
- package/dist/stencil-library/ambient-template-grid.entry.js +1 -1
- package/dist/stencil-library/api-method-instance-grid.entry.js +1 -1
- package/dist/stencil-library/app-bar.entry.js +1 -1
- package/dist/stencil-library/check-box.entry.js +1 -1
- package/dist/stencil-library/chip-section.entry.js +1 -1
- package/dist/stencil-library/date-time-renderer_9.entry.js +1 -1
- package/dist/stencil-library/feature-details-card_2.entry.js +1 -1
- package/dist/stencil-library/file-upload_2.entry.js +1 -1
- package/dist/stencil-library/filter-conditions_7.entry.js +1 -1
- package/dist/stencil-library/{fluent-icons-BcD-sbMi.js → fluent-icons-s6SJYKEb.js} +1 -1
- package/dist/stencil-library/form-metadata-display_10.entry.js +1 -1
- package/dist/stencil-library/icon-grid.entry.js +1 -1
- package/dist/stencil-library/index.esm.js +1 -1
- package/dist/stencil-library/map-component_2.entry.js +1 -1
- package/dist/stencil-library/primary-action-header_2.entry.js +1 -1
- package/dist/stencil-library/question-configs-renderer_4.entry.js +1 -1
- package/dist/stencil-library/resource-timeline-calendar.entry.js +1 -1
- package/dist/stencil-library/resource-timeline-primary-bar.entry.js +1 -1
- package/dist/stencil-library/search-method-grid.entry.js +1 -1
- package/dist/stencil-library/server-side-grid.entry.js +1 -1
- package/dist/stencil-library/side-sheet-container.entry.js +1 -1
- package/dist/stencil-library/stencil-library.esm.js +1 -1
- package/dist/stencil-library/stencil-toggle.entry.js +1 -1
- package/dist/stencil-library/text-field_2.entry.js +1 -1
- package/dist/stencil-library/udp-container-query-grid-item.entry.js +1 -1
- package/dist/stencil-library/udp-container-query-grid.entry.js +1 -1
- package/dist/stencil-library/udp-container-query.entry.js +1 -1
- package/dist/stencil-library/udp-container.entry.js +1 -1
- package/dist/stencil-library/udp-dynamic-container-with-menu.entry.js +1 -1
- package/dist/stencil-library/udp-dynamic-form.entry.js +1 -1
- package/dist/stencil-library/udp-fluent-file-input.entry.js +1 -0
- package/dist/stencil-library/udp-fluent-image.entry.js +1 -1
- package/dist/stencil-library/udp-fluent-inline-edit.entry.js +1 -0
- package/dist/stencil-library/udp-fluent-link.entry.js +1 -1
- package/dist/stencil-library/udp-fluent-location-input.entry.js +1 -0
- package/dist/stencil-library/udp-fluent-signature-input.entry.js +1 -0
- package/dist/stencil-library/udp-forms-builder-style-override.entry.js +1 -1
- package/dist/stencil-library/udp-forms-follow-up-list-card.entry.js +1 -1
- package/dist/stencil-library/udp-forms-list-card.entry.js +1 -1
- package/dist/stencil-library/udp-forms-list.entry.js +1 -1
- package/dist/stencil-library/udp-forms-renderer.entry.js +1 -1
- package/dist/stencil-library/udp-map.entry.js +1 -1
- package/dist/stencil-library/udp-menu.entry.js +1 -1
- package/dist/stencil-library/udp-page.entry.js +1 -1
- package/dist/stencil-library/udp-skeleton-loading.entry.js +1 -1
- package/dist/stencil-library/udp-split-screen.entry.js +1 -1
- package/dist/stencil-library/udp-stepper-demo.entry.js +1 -1
- package/dist/stencil-library/udp-tab.entry.js +1 -1
- package/dist/stencil-library/udp-timeline-connector.entry.js +1 -1
- package/dist/stencil-library/udp-timeline-dot.entry.js +1 -1
- package/dist/stencil-library/udp-timeline-item.entry.js +1 -1
- package/dist/stencil-library/udp-timeline-separator.entry.js +1 -1
- package/dist/stencil-library/udp-timeline.entry.js +1 -1
- package/dist/types/__mocks__/ol-mock.d.ts +34 -0
- package/dist/types/components/fluent-ui/file-input/file-item-helpers.d.ts +38 -0
- package/dist/types/components/fluent-ui/file-input/udp-fluent-file-input.d.ts +166 -0
- package/dist/types/components/fluent-ui/file-input/udp-fluent-file-input.types.d.ts +30 -0
- package/dist/types/components/fluent-ui/inline-edit/udp-fluent-inline-edit.d.ts +35 -0
- package/dist/types/components/fluent-ui/location-input/udp-fluent-location-input.d.ts +146 -0
- package/dist/types/components/fluent-ui/location-input/udp-fluent-location-input.types.d.ts +60 -0
- package/dist/types/components/fluent-ui/popover/udp-popover.d.ts +7 -0
- package/dist/types/components/fluent-ui/signature-input/udp-fluent-signature-input.d.ts +97 -0
- package/dist/types/components/fluent-ui/signature-input/udp-fluent-signature-input.types.d.ts +21 -0
- package/dist/types/components.d.ts +930 -2
- package/dist/types/index.d.ts +3 -0
- package/dist/types/udp-utilities/location/createAzureMapsProviders.d.ts +16 -0
- package/package.json +1 -1
|
@@ -83,11 +83,11 @@ const AddMapFeaturePopUp = class {
|
|
|
83
83
|
}
|
|
84
84
|
render() {
|
|
85
85
|
var _a, _b, _c;
|
|
86
|
-
return (index.h("div", { key: '
|
|
86
|
+
return (index.h("div", { key: 'bc9f1ba003072d1f16ffc5257fb07b88fd15f804', class: "popoverContent" }, !((_a = this.panelConfig) === null || _a === void 0 ? void 0 : _a.hideLayerSelector) && (index.h("udp-selector", { key: '5c7bfc4477a795b8a086f00118a009d3d281de2f', id: 'layer', options: this.layerToAddOptions, initialValue: this.selectedLayer, label: 'Layer', onChange: (e) => {
|
|
87
87
|
this.handleSetSelectedLayer(e.detail);
|
|
88
|
-
}, large: false })), index.h("udp-selector", { key: '
|
|
88
|
+
}, large: false })), index.h("udp-selector", { key: 'c3d95a0d21b87847bcb0c48b8517e696754ffad9', id: 'type', options: (_b = this.drawingTypeOptions) !== null && _b !== void 0 ? _b : [], initialValue: this.selectedType, label: 'Type', onChange: (e) => {
|
|
89
89
|
this.handleSetSelectedType(e.detail);
|
|
90
|
-
}, large: false }), index.h("div", { key: '
|
|
90
|
+
}, large: false }), index.h("div", { key: '10e2d845deccb013c45ab9e2336d3fdebe864424', class: "formButton" }, index.h("custom-button", { key: 'ca655036e0cc84a7b3626ba5b13af2796a2ff4c5', label: index.h("unity-typography", { variant: "button" }, 'Draw feature'), onClick: () => this.handleStartDrawingMapFeature(this.selectedLayer, this.selectedType), variant: 'outline', disabled: (this.selectedLayer === null && !((_c = this.panelConfig) === null || _c === void 0 ? void 0 : _c.hideLayerSelector)) ||
|
|
91
91
|
this.selectedType === null }))));
|
|
92
92
|
}
|
|
93
93
|
static get watchers() { return {
|
|
@@ -268,22 +268,22 @@ const MapToolbar = class {
|
|
|
268
268
|
}
|
|
269
269
|
render() {
|
|
270
270
|
var _a, _b;
|
|
271
|
-
return (index.h("div", { key: '
|
|
271
|
+
return (index.h("div", { key: '3f3529770dd1f8c0142342f95ae128a1a3c5e713', class: "toolbarContainer" }, index.h("div", { key: 'fb591c59d96f64b1f62d4d65bde2301ba5ae8e07', class: "title" }, this.mapTitle && this.mapTitle.length > 0 && index.h("unity-typography", { key: '904028aa82e53a16ea053f3337fa19a33d79616a', variant: "h4" }, this.mapTitle)), index.h("div", { key: 'b31c5ba36b3ab75b9ac7b9475149ff4a56828808', class: "buttons" }, index.h("div", { key: 'f7996fd77fc50fac212378d3f59e51fa4d9dee1a', class: "buttonContainer" }, index.h("div", { key: '371fa00be132f7b45661da50f5e6e2d1731d5fa4', class: "secondaryButtons" }, this.filterPanel && (index.h("div", { key: 'a76208b1bf961a0e6be8ffc1425b3935bb40b23f', id: "filterOption" }, index.h("div", { key: 'acd3c47849653ce81f0581fba0a96a0993f5f513', id: "filterOptionButton" }, index.h("stencil-icon-button", { key: 'd4108298d1a903c7db0045e28a01412958534f5f', iconName: 'filterButton', iconClassName: 'iconButtonWrapper', tooltip: 'Filter', icon: es.Filter16, buttonId: 'filterButton', onClick: () => this.handleFilterOnclick() })), this.filterAnchor && (index.h("div", { key: '3c315a79d271299a04def172ef4837455eec44c8', id: "filterOptionDiv" }, index.h("udp-pop-over", { key: '8dde6b38634ec372c79191e9aca951f0b5713edd', isOpen: this.filterAnchor ? true : false, anchorElement: this.filterAnchor, handleOnClose: () => this.handleCloseFilterPopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("div", { key: 'b554a7e2990f4e94115e16dcb687497953c79dba', innerHTML: this.filterPanel })))))), this.layerOptions && (index.h("div", { key: '69c2322ce88f549a94bdf1a6cf4a3da72a7d2fc9', id: "layerOption" }, index.h("div", { key: '14d760cca4024ccccbf09850405d5580acc1ca65', id: "layerOptionButton" }, index.h("stencil-icon-button", { key: '78f49011de103182c6957c5e73056b43d3816f04', iconName: 'layersButton', iconClassName: 'iconButtonWrapper', tooltip: 'Layers', icon: es.Layers16, buttonId: 'layersButton', onClick: () => this.handleLayerOnclick(), count: (_a = this.visibleLayers) === null || _a === void 0 ? void 0 : _a.length })), index.h("div", { key: 'c67441730a615a3781c0b3028fc875b2639e3f19', id: "layerOptionDiv" }, this.layerAnchor && (index.h("udp-pop-over", { key: '13e9be28c42890b05c48245f1bb4cf61afab8b62', isOpen: this.layerAnchor ? true : false, anchorElement: this.layerAnchor, handleOnClose: () => this.handleCloseLayerPopover(), popoverPlacement: 'bottom-start', popoverMaxHeight: '500px' }, index.h("select-layer-popup", { key: '1ef25e9a93b3ae4c547923bfdded9fc8744d663b', enableTileSelection: this.enableTileSelection, tileOptions: this.tileOptions, handleMapTypeInputChange: this.handleMapTypeInputChange, handleSearchLayers: this.handleSearchLayers, filteredOptions: this.filteredOptions, visibleLayers: this.visibleLayers, updateSelectedLayers: this.updateSelectedLayers, selectedTile: this.selectedTile })))))), !this.readOnlyMap && this.selectedFeaturesActionPanel && (index.h("div", { key: '8a0a23c828d90bda52bffea91cda3d3a2ebae915', id: "bulkSelectOption" }, index.h("div", { key: '9170194539a7472596f094b0fcb367dc4a3ea390', id: "bulkSelectOptionButton" }, index.h("stencil-icon-button", { key: 'ae677b5ad81a4489599a3b3d0687050250130bec', iconName: 'selectButton', iconClassName: 'iconButtonWrapper', tooltip: 'Select', icon: es.Select_0116, buttonId: 'selectButton', onClick: () => this.handleSelectionBtnOnclick() })), index.h("div", { key: '19da0e9da45b1fcb352ed1a55d14aed6e7da9c5e', id: "bulkSelectOptionDiv" }, this.bulkSelectionTypeAnchor && (index.h("udp-pop-over", { key: 'c8b7dfc47685ec63d3b6b02fd8985add47736410', isOpen: this.bulkSelectionTypeAnchor ? true : false, anchorElement: this.bulkSelectionTypeAnchor, handleOnClose: () => this.handleCloseBulkSelectionTypePopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("udp-menu-item", { key: '16349b4225e6e652c8011fe39f07b2337d179273', label: 'Box', handleOnClick: () => {
|
|
272
272
|
this.handleBulkSelectionTypeOnclick('box');
|
|
273
|
-
} }), index.h("udp-menu-item", { key: '
|
|
273
|
+
} }), index.h("udp-menu-item", { key: '51dfd9a60248b3e6d5ca86af736c32619b15f02a', label: 'Circle', handleOnClick: () => {
|
|
274
274
|
this.handleBulkSelectionTypeOnclick('circle');
|
|
275
|
-
} }), index.h("udp-menu-item", { key: '
|
|
275
|
+
} }), index.h("udp-menu-item", { key: '8c088b03b3bd86e7874bdd9016d94495b62a4e01', label: 'Polygon', handleOnClick: () => {
|
|
276
276
|
this.handleBulkSelectionTypeOnclick('polygon');
|
|
277
|
-
} }), index.h("udp-menu-item", { key: '
|
|
277
|
+
} }), index.h("udp-menu-item", { key: '93f08311a5b984472a684eea4c2061d970b5460e', label: 'Lasso', handleOnClick: () => {
|
|
278
278
|
this.handleBulkSelectionTypeOnclick('lasso');
|
|
279
|
-
} })))))), !this.readOnlyMap && this.enableSplit && (index.h("div", { key: '
|
|
279
|
+
} })))))), !this.readOnlyMap && this.enableSplit && (index.h("div", { key: 'a8850b6fa61fa658b3084bd57abf47ad5897d3ef', id: "splitOption" }, index.h("div", { key: '6b620958b2be71a23c9aafed10f9373941bd0bfe', id: "splitOptionButton" }, index.h("stencil-icon-button", { key: '22ed3d7de5cfa484f1d25fc73a0e71ff1e65e4f2', iconName: 'splitButton', iconClassName: 'splitButtonWrapper', tooltip: 'Split Linear Feature', icon: es.Scalpel16, buttonId: 'splitButton', onClick: () => this.handleSplitBtnOnclick() })), index.h("div", { key: '045d71246c49fe0111ce34d341ba9d426f4ccfc8', id: "splitOptionDiv" }, this.splitAnchor && (index.h("udp-pop-over", { key: '7b89c4c439b26b7b6297551f6a840748da998663', isOpen: this.splitAnchor ? true : false, anchorElement: this.splitAnchor, handleOnClose: () => this.handleCloseSplitPopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("split-line-popup", { key: '085d3c77d005b0c819bbe3cd83c3d423cc0d350e', vectorLayerOptions: this.layerOptionsForPopup, selectedLayer: this.selectedLayerToAddFeature, handleStartSplitting: this.handleStartSplitting })))))), this.refreshEvent && (index.h("stencil-icon-button", { key: 'd4a8cda6bc070a53a4a42de00e5fecc121c1e28c', iconName: 'refreshButton', iconClassName: 'iconButtonWrapper', tooltip: (_b = this.refreshButtonTooltip) !== null && _b !== void 0 ? _b : 'Refresh', icon: es.Renew16, buttonId: 'refreshButton', onClick: () => this.refreshEvent() })), !this.readOnlyMap && (this.enableDragBox || (this.addMultipleFeatures && this.enableAddNewFeature)) && (index.h("div", { key: 'a00301ec69591d0254e2dae7eeff5debdfe8fe9a', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '518bd5f6e768048da40a000a10263b6cf9decf04', showLabel: true, icon: this.getButtonIcon(), onClick: () => {
|
|
280
280
|
if (this.enableDragBox) {
|
|
281
281
|
this.handleCancelBoxSelection();
|
|
282
282
|
}
|
|
283
283
|
if (this.enableAddNewFeature) {
|
|
284
284
|
this.handleAddNewFeature();
|
|
285
285
|
}
|
|
286
|
-
}, tooltip: this.getButtonText(), iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: '
|
|
286
|
+
}, tooltip: this.getButtonText(), iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: '9e280df0a4dd135793ef432851bf77cf7247b8f6', variant: "button" }, this.getButtonText())))), this.showSplitButton && (index.h("div", { key: '3fed3bfeb388533125caa255124ce2fa66dd018a', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: 'e215e14244f28b458b821cad21e92c672178c054', showLabel: true, icon: es.Checkmark16, onClick: () => this.handleSaveSplit(), tooltip: 'Save Split', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'd5f7c216937e99aec37d7edc4a8b64d95ec66ab5', variant: "button" }, 'Save Split')))), this.showSplitButton && (index.h("div", { key: 'e621c124767f266a83a83b8baa7d4fbc0d764ac8', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '112cf041c32bc6ef1e2401536d59a1b9a8f61504', showLabel: true, icon: es.Close16, onClick: () => this.handleCancelSplit(), tooltip: 'Cancel Split', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'fe29e6fc905c0c86a3dd0179937bac36ef248c32', variant: "button" }, 'Cancel Split')))), !this.readOnlyMap && this.enableAddNewFeature && (index.h("div", { key: '46d45b559c0d101ca90069642d5c91693491774c', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '2329d43385d5f5cca508c2b3b6dc90b41f9e1fec', showLabel: true, icon: es.Close16, onClick: () => this.handleCancelAddNewFeature(), tooltip: 'Cancel Drawing', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: '286b001358790cc79d33a46bb940c038a1cc9da9', variant: "button" }, 'Cancel Drawing')))), !this.readOnlyMap && this.withSelected && (index.h("div", { key: '313cf7021f18b9226517a35948879b4f6ed5c8e1', class: "selectedFeaturesButtons labelButtons" }, index.h("div", { key: '3a4d9b331c5293217fe232074fd7f170b56c1de6', id: "withSelectedOption" }, index.h("div", { key: '364c530debf68e8b244e88ed2c6f37cb4ce29ce4', id: "withSelectedOptionButton" }, index.h("stencil-icon-button-grid-action-header", { key: 'bbaf3c3c5e290d69e521b616d018d2c09a3ca7ab', showLabel: true, icon: es.OverflowMenuHorizontal16, onClick: () => this.handleSelectionActionOnclick(), tooltip: 'With Selected', iconClassName: 'save-icon-class', count: this.selectedFeatureByBoxSelection.length }, index.h("unity-typography", { key: '8bcb87edf4156ac4b20ff2e299ef0b26b964ff0a', variant: "button" }, 'With Selected'))), index.h("div", { key: 'f4e432db4058fce8b64b3004eace7541ef4f3347', id: "withSelectedOptionDiv" }, this.selectedFeaturesActionPanel && this.selectionActionAnchor && (index.h("udp-pop-over", { key: 'f3c29a29b4d46377b2cc18fcea9d133e3263b611', isOpen: this.selectionActionAnchor ? true : false, anchorElement: this.selectionActionAnchor, handleOnClose: () => this.handleCloseSelectionActionPopover(), popoverPlacement: 'bottom-start' }, index.h("div", { key: 'f9ac13c8cd5ca79db115736b78202c37e4d0399a', innerHTML: this.selectedFeaturesActionPanel }))))), index.h("stencil-icon-button-grid-action-header", { key: '51ce8939de972a57fb4255ce95181a598ef7fa5c', showLabel: true, icon: es.Close16, onClick: () => this.unselectFeatures(), tooltip: 'Cancel selection', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: '172bc5e55875bb2a75e7dc87fce8ba71cb51167b', variant: "button" }, 'Cancel Selection'))))), index.h("div", { key: 'bb6d9508159f0d8d814f5fa6c3413d1dab9a1528', id: "addOption" }, this.enableAdd && !this.readOnlyMap && (index.h("div", { key: 'ae77e80fda5224f3f4a046628f1d80928dd278fb', id: "addOptionButton" }, index.h("custom-button", { key: '722fd03a1c24a8b48abf282a5b9f48e6a02781da', secondary: true, label: index.h("unity-typography", { variant: "button" }, 'Add'), onClick: () => this.handleAddOnclick(), size: "tall" }, index.h("udp-icon", { key: 'e42f4e88b24feeb40e6d4f13c09108ee447070c5', iconName: 'add32', darkIcon: false })))), this.addFeatureAnchor && (index.h("udp-pop-over", { key: 'f46fa1ac31dacde99957907539cd8bd70b593421', isOpen: this.addFeatureAnchor ? true : false, anchorElement: this.addFeatureAnchor, handleOnClose: () => this.handleCloseAddMapFeature(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("add-map-feature-popup", { key: '09d1bc7a823a5d07040053e1593712c89a6aac3d', handleStartDrawingMapFeature: this.handleStartDrawingMapFeature, vectorLayerOptions: this.layerOptionsForPopup, selectedLayer: this.selectedLayerToAddFeature, selectedType: this.selectedTypeToAddFeature, panelConfig: this.addFeaturePanelConfig }))))))));
|
|
287
287
|
}
|
|
288
288
|
get mapToolbarElement() { return index.getElement(this); }
|
|
289
289
|
static get watchers() { return {
|
|
@@ -318,9 +318,9 @@ const SelectLayerPopUp = class {
|
|
|
318
318
|
}
|
|
319
319
|
render() {
|
|
320
320
|
var _a, _b, _c;
|
|
321
|
-
return (index.h("div", { key: '
|
|
321
|
+
return (index.h("div", { key: 'b1d8116652a79cded0f2a9eac2a9b9eb5177121c', class: "popoverContent" }, this.enableTileSelection && (index.h("udp-selector", { key: '57f1992dff940564df58ab357183afd11c58e85c', id: 'mapType', options: (_a = this.tileOptions) !== null && _a !== void 0 ? _a : [], initialValue: this.selectedTile.value, label: 'Map Type', onChange: (e) => {
|
|
322
322
|
this.handleMapTypeInputChange(e.detail);
|
|
323
|
-
}, large: false })), index.h("div", { key: '
|
|
323
|
+
}, large: false })), index.h("div", { key: '3c58a0b41911cf1d001c868eb8df9d2a61168653', style: { height: '12px' } }), index.h("div", { key: '02f238f47024ecb3cdb478aaf1991ad613a1f1db' }, index.h("text-field", { key: 'd7aa8f1a0c15c9fa882a816cc15db27fccee3d21', label: 'Search Layers', id: 'searchFilter', value: '', onInput: (e) => this.handleSearchLayers(e) })), ((_b = this.filteredOptions) === null || _b === void 0 ? void 0 : _b.length) > 0 &&
|
|
324
324
|
((_c = this.filteredOptions) === null || _c === void 0 ? void 0 : _c.map(item => (index.h("check-box-group", { title: item === null || item === void 0 ? void 0 : item.title, options: item === null || item === void 0 ? void 0 : item.options, values: this.visibleLayers, handleChange: this.updateSelectedLayers }))))));
|
|
325
325
|
}
|
|
326
326
|
};
|
|
@@ -336,7 +336,7 @@ const SplitLinePopup = class {
|
|
|
336
336
|
}
|
|
337
337
|
render() {
|
|
338
338
|
var _a;
|
|
339
|
-
return (index.h("div", { key: '
|
|
339
|
+
return (index.h("div", { key: '12b5c4d403a754bfda8d842c09d54543edab45ca', class: "popoverContent" }, index.h("udp-selector", { key: '5d0e7e4bd02c51b1607ba9b4b656a2c70120fc69', id: 'layer', options: (_a = this.vectorLayerOptions.map(layer => {
|
|
340
340
|
return {
|
|
341
341
|
label: layer,
|
|
342
342
|
value: layer,
|
|
@@ -187,15 +187,15 @@ const AddressSearch = class {
|
|
|
187
187
|
borderBottom: '1px solid var(--gray-02, #f0f0f0)',
|
|
188
188
|
}
|
|
189
189
|
: undefined;
|
|
190
|
-
return (index.h(index.Host, { key: '
|
|
190
|
+
return (index.h(index.Host, { key: '1571600d3d494d313f93582b4498ef887ec7a99b', class: {
|
|
191
191
|
'udp-input': true,
|
|
192
192
|
'udp-input--error': isError,
|
|
193
193
|
'udp-input--disabled': this.disabled,
|
|
194
194
|
'udp-input--readonly': this.readonly,
|
|
195
195
|
'address-search--suggestions-open': isSuggestionsOpen,
|
|
196
|
-
} }, index.h("div", { key: '
|
|
196
|
+
} }, index.h("div", { key: 'b70fcc7b2e81cd61c0d90b8e47ccd816a2a68657', class: "bx--form-item map-input-search-field" }, index.h("unity-typography", { key: 'b0364f1191437caa0841d6b77da9cd01ee674ce9', variant: "caption-text" }, index.h("label", { key: '282b8eee40e96b1f19390770b9ef829cb62438da', htmlFor: this.inputId + '-search', class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("div", { key: 'c78d5e03afe8695ce3aa48134ea461857354b5fd', class: "search-container" }, index.h("div", { key: '857cbac7e7f2e2945d4ea0726345767b25ff18db', class: "search-wrapper" }, index.h("input", { key: "map-search-input", type: "text", id: this.inputId + '-search', class: "search-input bx--text-input", placeholder: this.placeholder, value: this.searchQuery, onInput: this.handleSearchInput, onFocus: this.handleFocus, disabled: this.disabled, readOnly: this.readonly,
|
|
197
197
|
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
|
|
198
|
-
ref: el => (this.searchInputEl = el) }), index.h("div", { key: '
|
|
198
|
+
ref: el => (this.searchInputEl = el) }), index.h("div", { key: '3761ae348cc1cdd1640ac5e980ff91bfe39e4e53', class: "search-actions" }, index.h("button", { key: '76f224bf745d29e999a8f40207132cbf052527c7', type: "button", class: { 'clear-button': true, 'hidden': !this.searchQuery }, onClick: this.clearSearch, "aria-label": "Clear search", disabled: this.disabled || this.readonly }, "\u2715"), index.h("div", { key: 'bbd142a58bad4bc190c1fff1d36fc318bd587980', class: { 'loading-indicator': true, 'hidden': !isBusy } }, index.h("div", { key: '37ea79440c9acff7086d7dbbd824dabb960abe66', class: "spinner" }))), index.h("udp-pop-over", { key: 'ac0ef8d4a234e91cebdc6806a4996d3f83477ed1', anchorElement: this.searchInputEl, isOpen: isSuggestionsOpen, appendToBody: this.appendSuggestionsToBody, popoverPlacement: "bottom-start", popoverWidth: popoverWidth, popoverMaxHeight: "var(--address-search-suggestions-max-height)", overflow: "auto", handleOnClose: () => (this.showSuggestions = false) }, index.h("ul", { key: '0228f5977d73bcdaa3b4104c453c946839fc27a7', class: "suggestions-list", style: suggestionsListStyle }, this.suggestions.map(suggestion => (index.h("li", { key: suggestion.id, class: "suggestion-item", style: suggestionItemStyle, onClick: () => this.selectAddress(suggestion) }, index.h("unity-typography", { variant: "body" }, index.h("div", { class: "suggestion-content" }, index.h("span", { class: "suggestion-address" }, suggestion.address.freeformAddress)))))))))), errorMessage ? (index.h("div", { class: "error-message" }, index.h("unity-typography", { variant: "caption-text", color: "error" }, errorMessage))) : null)));
|
|
199
199
|
}
|
|
200
200
|
get el() { return index.getElement(this); }
|
|
201
201
|
static get watchers() { return {
|
|
@@ -328,7 +328,7 @@ const NumericField = class {
|
|
|
328
328
|
'bx--text-input--error': isError,
|
|
329
329
|
'text-field--disabled': this.disabled,
|
|
330
330
|
};
|
|
331
|
-
return (index.h(index.Host, { key: '
|
|
331
|
+
return (index.h(index.Host, { key: 'e111a0da1bb0e54f834032d9e0ad1e791189b9b4', class: {
|
|
332
332
|
'udp-input': true,
|
|
333
333
|
'udp-input--error': isError,
|
|
334
334
|
'udp-input--disabled': this.disabled,
|
|
@@ -337,9 +337,9 @@ const NumericField = class {
|
|
|
337
337
|
'udp-input--readonly': this.readonly,
|
|
338
338
|
[`udp-input--size-${this.size}`]: true,
|
|
339
339
|
[`udp-input--margin-${this.margin}`]: true,
|
|
340
|
-
}, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: '
|
|
340
|
+
}, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: 'bcb6a988d57b50c03722c4063919743bae0d204c', class: "bx--form-item" }, index.h("unity-typography", { key: '26ef4764ad4e5b33c2bc868d89cde76d22f79bad', variant: "caption-text" }, index.h("label", { key: '0fbac7370479fd6c4fcbe713b797a584e12067e6', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), this.hidden ? (index.h("input", { id: this.id, type: "hidden", value: this.internalValue, name: this.name })) : (index.h("input", { id: this.id, name: this.name, type: "number", class: Object.assign({}, inputClass), placeholder: this.placeholder, value: this.internalValue, required: this.required, disabled: this.disabled, readOnly: this.readonly, onFocus: this.onFocus, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, inputMode: this.inputMode, min: this.min, max: this.max, step: this.step,
|
|
341
341
|
//@ts-ignore
|
|
342
|
-
udprecordid: 'udpRecord-number-field-' + this.id })), isError && (index.h("div", { key: '
|
|
342
|
+
udprecordid: 'udpRecord-number-field-' + this.id })), isError && (index.h("div", { key: 'd60c94fe2d2026f4e4d3239684cf94b805e217f3', class: "error-message" }, index.h("unity-typography", { key: '24a1cb442cce2d964ba93ab77cffb4a2db814123', variant: "caption-text", color: "error" }, this.errorMessage))))));
|
|
343
343
|
}
|
|
344
344
|
static get watchers() { return {
|
|
345
345
|
"error": [{
|
|
@@ -564,7 +564,7 @@ const TextArea = class {
|
|
|
564
564
|
}
|
|
565
565
|
render() {
|
|
566
566
|
const { disabled, id, internalValue, label, placeholder, required, readonly, errorMessage, fullWidth, internalRows } = this;
|
|
567
|
-
return (index.h(index.Host, { key: '
|
|
567
|
+
return (index.h(index.Host, { key: '284310282643812508b7f68e3d009df63990c076', class: {
|
|
568
568
|
'udp-input': true,
|
|
569
569
|
'udp-input--error': !!errorMessage,
|
|
570
570
|
'udp-input--disabled': disabled,
|
|
@@ -573,11 +573,11 @@ const TextArea = class {
|
|
|
573
573
|
'udp-input--required': required,
|
|
574
574
|
[`udp-input--size-${this.size}`]: true,
|
|
575
575
|
[`udp-input--margin-${this.margin}`]: true,
|
|
576
|
-
} }, index.h("div", { key: '
|
|
576
|
+
} }, index.h("div", { key: 'e89205d4d0d790a682fcc5884bdd0e92783806f9', class: "bx--form-item" }, index.h("unity-typography", { key: '72d5088b9a1e2cac7d99de68e82bf78ee50028a8', variant: "caption-text" }, index.h("label", { key: '683622ed8d05745aca452f27f01982edb73327db', htmlFor: id, class: "bx--label" }, label, required ? '*' : '')), index.h("textarea", { key: '0327812cee81fec5515b16b6b0decf988f666561', ref: el => (this.textareaEl = el), id: id, class: {
|
|
577
577
|
'bx--text-input': true,
|
|
578
578
|
'bx--text-input--error': !!errorMessage,
|
|
579
579
|
'text-area--disabled': disabled,
|
|
580
|
-
}, placeholder: placeholder, value: internalValue, required: required, disabled: disabled, readonly: readonly, maxLength: this.maxCharacter, rows: internalRows, onInput: this.onInput, onChange: this.onChange }, internalValue), errorMessage && (index.h("div", { key: '
|
|
580
|
+
}, placeholder: placeholder, value: internalValue, required: required, disabled: disabled, readonly: readonly, maxLength: this.maxCharacter, rows: internalRows, onInput: this.onInput, onChange: this.onChange }, internalValue), errorMessage && (index.h("div", { key: '06036b834a00f6d2146c329d273a0fcb50894022', class: "error-message" }, index.h("unity-typography", { key: 'b42d6d7138a06f07af8d06ef75abd56aa4e98331', variant: "caption-text", color: "error" }, errorMessage))))));
|
|
581
581
|
}
|
|
582
582
|
get el() { return index.getElement(this); }
|
|
583
583
|
static get watchers() { return {
|
|
@@ -718,7 +718,7 @@ const UdpDateSelector = class {
|
|
|
718
718
|
classNames.push('bx--text-input--full-width');
|
|
719
719
|
}
|
|
720
720
|
const inputClass = classNames.join(' ');
|
|
721
|
-
return (index.h(index.Host, { key: '
|
|
721
|
+
return (index.h(index.Host, { key: '7893c700f86e5806cd7899759af4fec29224ab77', class: {
|
|
722
722
|
'udp-input': true,
|
|
723
723
|
'udp-input--error': isError,
|
|
724
724
|
'udp-input--disabled': this.disabled,
|
|
@@ -727,9 +727,9 @@ const UdpDateSelector = class {
|
|
|
727
727
|
'udp-input--required': this.required,
|
|
728
728
|
[`udp-input--size-${this.size}`]: true,
|
|
729
729
|
[`udp-input--margin-${this.margin}`]: true,
|
|
730
|
-
}, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: '
|
|
730
|
+
}, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: '96a601d06a84ac28cae4122fa32e4566ddf68708', class: "bx--form-item" }, index.h("unity-typography", { key: '93e546890e3df61410df30878b9cce9eec5f07f7', variant: "caption-text" }, index.h("label", { key: 'ef1df1bd39fd42da9c48f1a3f5885e05cf7c299d', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("input", { key: 'c803b21d7f0df3f4d76f88fbe22a51996c8b0882', type: "date", id: this.id, name: this.name, class: inputClass, value: this.internalValue, min: this.min ? this.formatDateForHtml(this.min) : null, max: this.max ? this.formatDateForHtml(this.max) : null, onInput: this.handleDateChange, onChange: this.handleDateChange, onBlur: this.handleBlur, onFocus: this.handleFocus, disabled: this.disabled, readonly: this.readonly, required: this.required,
|
|
731
731
|
//@ts-ignore
|
|
732
|
-
udprecordid: 'udpRecord-udp-date-selector-' + this.id }), index.h("unity-typography", { key: '
|
|
732
|
+
udprecordid: 'udpRecord-udp-date-selector-' + this.id }), index.h("unity-typography", { key: 'f89439965c32d3623d6b015f705d2d322dea19c2', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
|
|
733
733
|
}
|
|
734
734
|
static get watchers() { return {
|
|
735
735
|
"error": [{
|
|
@@ -898,7 +898,7 @@ const UdpDateTimeSelector = class {
|
|
|
898
898
|
classNames.push('bx--text-input--full-width');
|
|
899
899
|
}
|
|
900
900
|
const inputClass = classNames.join(' ');
|
|
901
|
-
return (index.h(index.Host, { key: '
|
|
901
|
+
return (index.h(index.Host, { key: '1984e183da0e602b16ec5453744452ceb659d294', class: {
|
|
902
902
|
'udp-input': true,
|
|
903
903
|
'udp-input--error': isError,
|
|
904
904
|
'udp-input--disabled': this.disabled,
|
|
@@ -907,9 +907,9 @@ const UdpDateTimeSelector = class {
|
|
|
907
907
|
'udp-input--required': this.required,
|
|
908
908
|
[`udp-input--size-${this.size}`]: true,
|
|
909
909
|
[`udp-input--margin-${this.margin}`]: true,
|
|
910
|
-
}, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: '
|
|
910
|
+
}, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: '607251acff47964e651888c2a30212ce369058d0', class: "bx--form-item" }, index.h("unity-typography", { key: 'c6b0683f946657009203fd8e8b958ba270f5a01d', variant: "caption-text" }, index.h("label", { key: '3ab73991b0e8ce96a2c1add100baa1513cd2c808', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("input", { key: '6ce9c27de7e19dc4f30d98431ba8d4c2aa29c4a9', type: "datetime-local", id: this.id, name: this.name, class: inputClass, value: this.internalValue, min: this.min ? this.formatDateForHtml(this.min) : null, max: this.max ? this.formatDateForHtml(this.max) : null, onInput: this.handleDateChange, onBlur: this.handleBlur, onFocus: this.handleFocus, disabled: this.disabled, readonly: this.readonly, required: this.required,
|
|
911
911
|
//@ts-ignore
|
|
912
|
-
udprecordid: 'udpRecord-udp-datetime-selector-' + this.id }), index.h("unity-typography", { key: '
|
|
912
|
+
udprecordid: 'udpRecord-udp-datetime-selector-' + this.id }), index.h("unity-typography", { key: '7ead339e05b7d8e25bfcb3dc96fb226fd53370db', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
|
|
913
913
|
}
|
|
914
914
|
static get watchers() { return {
|
|
915
915
|
"error": [{
|
|
@@ -1149,7 +1149,7 @@ const UdpTimeSelector = class {
|
|
|
1149
1149
|
classNames.push('bx--text-input--full-width');
|
|
1150
1150
|
}
|
|
1151
1151
|
const inputClass = classNames.join(' ');
|
|
1152
|
-
return (index.h(index.Host, { key: '
|
|
1152
|
+
return (index.h(index.Host, { key: '4f56110550cec958ad3269d09264af4ea86624f4', class: {
|
|
1153
1153
|
'udp-input': true,
|
|
1154
1154
|
'udp-input--error': isError,
|
|
1155
1155
|
'udp-input--disabled': this.disabled,
|
|
@@ -1158,9 +1158,9 @@ const UdpTimeSelector = class {
|
|
|
1158
1158
|
'udp-input--required': this.required,
|
|
1159
1159
|
[`udp-input--size-${this.size}`]: true,
|
|
1160
1160
|
[`udp-input--margin-${this.margin}`]: true,
|
|
1161
|
-
}, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: '
|
|
1161
|
+
}, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: 'dcbb1681537a8c0221c156c30972a5efd66edfee', class: "bx--form-item" }, index.h("unity-typography", { key: 'f235c23a0df8cc2cdcf8a5e5372d674a22118565', variant: "caption-text" }, index.h("label", { key: '78580a704857a03ecef39dfe90622f87dafb09d1', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("input", { key: '76a215225a1d2612150de571b2fd8a87edc1d47a', type: "time", id: this.id, name: this.name, class: inputClass, value: this.internalValue, min: this.min, max: this.max, onInput: this.handleTimeInput, onChange: this.handleTimeChange, onBlur: this.handleBlur, onFocus: this.handleFocus, onInvalid: this.handleInvalid, disabled: this.disabled, readonly: this.readonly, required: this.required,
|
|
1162
1162
|
//@ts-ignore
|
|
1163
|
-
udprecordid: 'udpRecord-udp-time-selector-' + this.id }), index.h("unity-typography", { key: '
|
|
1163
|
+
udprecordid: 'udpRecord-udp-time-selector-' + this.id }), index.h("unity-typography", { key: '7b0fbc5f7aabd61e192004f1f8608d7409efb411', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
|
|
1164
1164
|
}
|
|
1165
1165
|
get el() { return index.getElement(this); }
|
|
1166
1166
|
static get watchers() { return {
|
|
@@ -410,7 +410,7 @@ const AgTable = class {
|
|
|
410
410
|
this.height = 'calc(100vh - 200px)';
|
|
411
411
|
}
|
|
412
412
|
render() {
|
|
413
|
-
return (index.h("div", { key: '
|
|
413
|
+
return (index.h("div", { key: '4dfc87ee591f3855359f790a443a56a111029577', id: "myGrid", style: { height: this.height, width: '100%' }, class: "ag-theme-material" }));
|
|
414
414
|
}
|
|
415
415
|
get el() { return index.getElement(this); }
|
|
416
416
|
};
|
|
@@ -464,8 +464,8 @@ const EditViewFormDialog = class {
|
|
|
464
464
|
this.fetchedCurrentView = false;
|
|
465
465
|
}
|
|
466
466
|
render() {
|
|
467
|
-
return (index.h("fluent-dialog", { key: '
|
|
468
|
-
index.h("div", { key: '
|
|
467
|
+
return (index.h("fluent-dialog", { key: '14b370ce5ab70f514bbc0ebf7f1d4192f01ee6ce', open: this.open, actionOne: () => { this.handleSubmit(); this.closeDialog(); this.resetFetchedCurrentView(); }, actionTwo: () => { this.closeDialog(); this.resetFetchedCurrentView(); }, handleClose: this.handleClose, labelOne: "Save Update", labelTwo: "Cancel", title: this.title, disableOne: !this.name }, index.h("form", { key: '83d69a5ac150e339ad1b7a674d9cc4e4f247508e', class: "edit-form" }, index.h("text-field", { key: '546f78afc89741adbd5aa876892b9e033971b975', label: "View Name", value: this.name, onInput: (event) => this.handleNameChange(event) }), this.fetchedCurrentView &&
|
|
468
|
+
index.h("div", { key: '64c6139a60f4739ef9231665b2f8d16a8724108c', class: "toggle-options" }, index.h("div", { key: 'b814cb5d0d544b06607db90d3b42c41c1ae7c903' }, index.h("stencil-toggle", { key: '7bdf306c36676ab125548fd5173045213c29456b', label: "Private", checked: this.isPrivate === 1, onToggledChange: this.handlePrivateChange }), " "), index.h("div", { key: 'b2fba4e4b791aba20997b88a54efdbe3119b6898' }, index.h("stencil-toggle", { key: 'cbf657e6a6cfa78a34db3ace1f56c117fe933a36', label: "Default", checked: this.isDefault, onToggledChange: this.handleDefaultChange, style: { marginTop: '10px' } }))))));
|
|
469
469
|
}
|
|
470
470
|
get el() { return index.getElement(this); }
|
|
471
471
|
};
|
|
@@ -616,7 +616,7 @@ const GridPrimaryBar = class {
|
|
|
616
616
|
this.updateHideBar();
|
|
617
617
|
}
|
|
618
618
|
render() {
|
|
619
|
-
return (index.h("div", { key: '
|
|
619
|
+
return (index.h("div", { key: 'd0e92ad63b338c132a1328306f62c105196682bd', class: "header-bar", style: !this.hideBar ? { background: 'var(--accent-color)' } : undefined }, index.h("div", { key: '4a8d62ce8c659134a777604e976e9f83ac255bc4', class: "title-section" }, index.h("div", { key: '3522a2e5535d57513442f6320f446c91f08ae3bc' }, index.h("unity-typography", { key: '7aed20b78117ba3cb61f2478af65a45463cde1fb', variant: "h4" }, this.title, " "), ' ')), index.h("div", { key: '160f0619983bc9a1a2c4a9c41a08d04ea2cddc67', class: "button-section" }, index.h("div", { key: '578f1e0147da9d47a50228312ddaf6a7ff85476f' }, index.h("slot", { key: 'aa320f50288b55c33192677f6bd898f31f3a1772' })), this.defaultActionButtons.map(btn => {
|
|
620
620
|
const clickHandler = (event) => {
|
|
621
621
|
if (btn.clickHandler) {
|
|
622
622
|
btn.clickHandler(event);
|
|
@@ -629,7 +629,7 @@ const GridPrimaryBar = class {
|
|
|
629
629
|
return (index.h("stencil-icon-button-grid-action-header", { showLabel: this.showLabels, secondary: btn.secondary, icon: btn.icon, onClick: clickHandler, tooltip: btn.tooltip, iconClassName: btn.iconClassName }, btn.icon && index.h("i", { class: btn.icon }), btn.label.toLowerCase() === 'save' || (!this.hiddenLabels.includes(btn.label) && btn.showLabel) ? index.h("span", null, btn.label) : null));
|
|
630
630
|
}
|
|
631
631
|
return null;
|
|
632
|
-
}), this.primaryActionClick && this.primaryActionLabel && (index.h("custom-button", { key: '
|
|
632
|
+
}), this.primaryActionClick && this.primaryActionLabel && (index.h("custom-button", { key: 'dd1ac64462d79e734eac8de43b63e7f441e8ce5b', label: this.primaryActionLabel, onClick: (event) => this.primaryActionClick(event), size: "tall" }, this.primaryActionIcon && index.h("udp-icon", { key: '1fe29e222cb83dfece0f459667a10e3ee25c4cf5', iconName: this.primaryActionIcon, darkIcon: false }))))));
|
|
633
633
|
}
|
|
634
634
|
static get watchers() { return {
|
|
635
635
|
"window:resize": [{
|
|
@@ -713,11 +713,11 @@ const SaveViewFormDialog = class {
|
|
|
713
713
|
}
|
|
714
714
|
}
|
|
715
715
|
render() {
|
|
716
|
-
return (index.h("fluent-dialog", { key: '
|
|
716
|
+
return (index.h("fluent-dialog", { key: 'fcd8bdbb45403f1975bc39de417d5c83ba4abb1d', open: this.open, actionOne: () => {
|
|
717
717
|
this.handleSubmit();
|
|
718
718
|
}, actionTwo: this.closeDialog, actionThree: () => {
|
|
719
719
|
this.handleViewUpdate();
|
|
720
|
-
}, handleClose: this.handleClose, labelOne: "Save as Copy", labelTwo: "Cancel", labelThree: "Save View", title: this.title, disableOne: !this.name, buttonThreeHidden: !this.gridViewId }, index.h("form", { key: '
|
|
720
|
+
}, handleClose: this.handleClose, labelOne: "Save as Copy", labelTwo: "Cancel", labelThree: "Save View", title: this.title, disableOne: !this.name, buttonThreeHidden: !this.gridViewId }, index.h("form", { key: '2937ff84daca5e08352de2332a8fcbd0a0f7e2da', class: "save-form" }, index.h("text-field", { key: 'e1da04b418cac6e7ba6475aba147c72fa92b86e8', label: "View Name", placeholder: "Create a name for your view", value: this.name, onInput: (event) => this.handleNameChange(event) }), index.h("div", { key: '0c6491610660c4cfb28c920dcec47f29207de133', class: "toggle-options" }, index.h("div", { key: 'cb1f30bd1229303e4793d7db99f9e4da82619612' }, index.h("stencil-toggle", { key: 'c8b5fa3c1b1d2b6d9005af165136971e56f930b2', label: "Private", checked: this.isPrivate === 1, onToggledChange: this.handlePrivateChange }), ' '), index.h("div", { key: '23eae588c80ec713825ca0f1ce5316bc1d5cb586' }, index.h("stencil-toggle", { key: '078b512141f82dfe4ead29be0dda0395c6081fd5', label: "Default", checked: this.isDefault, onToggledChange: this.handleDefaultChange, style: { marginTop: '10px' } }))))));
|
|
721
721
|
}
|
|
722
722
|
get el() { return index.getElement(this); }
|
|
723
723
|
static get watchers() { return {
|
|
@@ -742,7 +742,7 @@ const SideSheet = class {
|
|
|
742
742
|
render() {
|
|
743
743
|
const widthClass = typeof this.widthOption === 'number' ? 'custom-width' : this.widthOption;
|
|
744
744
|
const sideSheetStyle = typeof this.widthOption === 'number' ? { width: `${this.widthOption}px` } : {};
|
|
745
|
-
return (index.h("div", { key: '
|
|
745
|
+
return (index.h("div", { key: 'b13cfa6681c6b42af5b2995dd78aef8487b0d6cb' }, index.h("div", { key: '91131216a2648317a9a54da753cfd47799d90ad1', class: { 'backdrop': true, 'open': this.open }, onClick: this.toggleDrawer }), index.h("div", { key: '0dead72aba605cfbdeacc27482fbedb1546b8301', class: { 'side-sheet': true, 'open': this.open, 'close': !this.open, [this.position]: true, [widthClass]: true }, style: sideSheetStyle }, index.h("div", { key: '33cbcbf754bb04cede54766c3828df554522aec9', class: "title" }, index.h("div", { key: 'cc9237b36d9641f8192493a1dc374d816735abf9', class: 'close-button' }, index.h("stencil-icon-button", { key: '77d81a62ac42c6920005d3e8c387a816467da831', icon: Close24__default.default, onClick: this.toggleDrawer })), index.h("div", { key: '4871c4ea7db59336b50b4b1463d125cd5392820a', class: 'title' }, index.h("unity-typography", { key: '4ba8f30144651e7bdf1bb50ae4ab2d41bf827769', variant: "data-display-four" }, this.title)), this.sideSheetButtonLabel && index.h("custom-button", { key: '812917af309cf9235ec9ffc7f9776842c8f601c5', style: { transform: this.buttonTransform, }, size: 'tall', disabled: this.disabled, onCustomClick: () => this.handleSideSheetButton() }, this.sideSheetButtonLabel)), index.h("side-sheet-container", { key: '9e02ddad5f427c42282311683bd5b19bae0c7704', padding: this.padding }, index.h("slot", { key: '04c5e62a981e903b23d0f907a550d70c62faca9c' })))));
|
|
746
746
|
}
|
|
747
747
|
};
|
|
748
748
|
SideSheet.style = sideSheetCss();
|
|
@@ -778,7 +778,7 @@ const UdpHotlistForm = class {
|
|
|
778
778
|
// console.log('Cancel button clicked');
|
|
779
779
|
// }
|
|
780
780
|
render() {
|
|
781
|
-
return (index.h("div", { key: '
|
|
781
|
+
return (index.h("div", { key: '6ea4287c721de2ac229c6e2ffae1a89bd795f7ef', class: "wrapper" }, index.h("form", { key: 'a255871bcdf0f5a16dd617a7817cb606f2c71cc5', class: "save-form", onSubmit: this.handleSubmit }, index.h("text-field", { key: 'fe345f3096b6f59e634f69b294969ed004e2b60d', label: "Hotlist Name", placeholder: "Create a name for your Hotlist", value: this.name, onChange: (event) => this.handleNameChange(event) }), index.h("stencil-toggle", { key: '54e70c440626d5d8b214d2fcea00921980da5a83', label: "Private", checked: this.isPrivate, onToggledChange: this.handlePrivateChange }), index.h("div", { key: 'bbe4cedbe049e779fb049505234cf33dc182b7d6', class: "submit-button" }, index.h("custom-button", { key: '9c19b71bfaf46f27443c26ddc191715d8662c8ef', variant: 'outline', type: "submit", onCustomClick: this.handleCancelClick }, "Cancel"), index.h("custom-button", { key: 'd040b0d48592fa144d95611548d30f0ba7c764d4', disabled: !this.name, type: "submit", onCustomClick: this.onCustomButtonClick }, "Create List")))));
|
|
782
782
|
}
|
|
783
783
|
get el() { return index.getElement(this); }
|
|
784
784
|
};
|