udp-stencil-component-library 26.4.0-rc.0 → 26.4.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 +1 -1
- package/dist/cjs/{ag-grid-base_63.cjs.entry.js → ag-grid-base_65.cjs.entry.js} +434 -62
- package/dist/cjs/api-method-instance-grid.cjs.entry.js +5 -6
- package/dist/cjs/{apiMethodInstance-x3O9NMd8.js → apiMethodInstance-BqyCipQY.js} +1 -1
- 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/{configureUdpColumnMods-v9XF6gBZ.js → configureUdpColumnMods-DRTe_SN1.js} +1 -1
- 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/form-metadata-display_10.cjs.entry.js +6 -6
- package/dist/cjs/index-G1ccGqOs.js +2 -10
- package/dist/cjs/index.cjs.js +3 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{lookupHelper-v-_yGs_s.js → lookupHelper-DviFrZe6.js} +6 -2
- 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/resource-timeline-calendar.cjs.entry.js +1 -1
- package/dist/cjs/resource-timeline-primary-bar.cjs.entry.js +3 -3
- package/dist/cjs/search-method-grid.cjs.entry.js +2 -3
- 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-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-sidebar-layout.cjs.entry.js +2 -2
- 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-actions.cjs.entry.js +1 -1
- package/dist/cjs/udp-stepper-content.cjs.entry.js +2 -2
- package/dist/cjs/udp-stepper-demo.cjs.entry.js +1 -1
- package/dist/cjs/udp-stepper-nav.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/components/fluent-ui/autocomplete/udp-autocomplete.js +48 -10
- 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 +3 -3
- 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-sidebar-layout/udp-sidebar-layout.js +2 -2
- 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-actions/udp-stepper-actions.js +1 -1
- package/dist/collection/components/stepper/udp-stepper-content/udp-stepper-content.js +2 -2
- package/dist/collection/components/stepper/udp-stepper-demo.js +1 -1
- package/dist/collection/components/stepper/udp-stepper-nav/udp-stepper-nav.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/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/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/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/feature-details-card2.js +1 -1
- package/dist/components/feature-details-popup2.js +1 -1
- package/dist/components/file-upload2.js +1 -1
- package/dist/components/form-metadata-display2.js +1 -1
- package/dist/components/ghost-render2.js +1 -1
- package/dist/components/image-upload2.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/resource-timeline-calendar.js +1 -1
- package/dist/components/resource-timeline-primary-bar2.js +1 -1
- package/dist/components/search-method-grid2.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/split-line-popup2.js +1 -1
- package/dist/components/stencil-toggle2.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/udp-autocomplete2.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-export-sheet.js +1 -1
- package/dist/components/udp-export-sheet2.js +1 -0
- package/dist/components/udp-field2.js +1 -1
- package/dist/components/udp-form-component2.js +1 -1
- package/dist/components/udp-forms-renderer.js +1 -1
- package/dist/components/udp-forms-ui2.js +1 -1
- package/dist/components/udp-grid-loader2.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-page.js +1 -1
- package/dist/components/udp-question2.js +1 -1
- package/dist/components/udp-selector2.js +1 -1
- package/dist/components/udp-sidebar-layout.js +1 -1
- package/dist/components/udp-skeleton-loading2.js +1 -1
- package/dist/components/udp-split-screen.js +1 -1
- package/dist/components/udp-stepper-actions.js +1 -1
- package/dist/components/udp-stepper-content.js +1 -1
- package/dist/components/udp-stepper-demo.js +1 -1
- package/dist/components/udp-stepper-nav.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-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/docs.json +395 -29
- 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 +3 -3
- package/dist/esm/{ag-grid-base_63.entry.js → ag-grid-base_65.entry.js} +429 -59
- package/dist/esm/ambient-template-grid.entry.js +2 -2
- package/dist/esm/api-method-instance-grid.entry.js +6 -7
- package/dist/esm/{apiMethodInstance-I2kp7aKv.js → apiMethodInstance-DnhaEPkk.js} +1 -1
- package/dist/esm/{apiUtils-B2tMfxA7.js → apiUtils-DEqUG_N0.js} +1 -1
- package/dist/esm/app-bar.entry.js +1 -1
- package/dist/esm/{catalog-store-D184t2fi.js → catalog-store-C8OEJSLt.js} +1 -1
- package/dist/esm/check-box.entry.js +2 -2
- package/dist/esm/chip-section.entry.js +2 -2
- package/dist/esm/{configureUdpColumnMods-DxuK64F2.js → configureUdpColumnMods-CSUDZh9G.js} +1 -1
- 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/form-metadata-display_10.entry.js +6 -6
- package/dist/esm/index-Cgpvu-iV.js +2 -10
- package/dist/esm/index.js +5 -6
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{lookupHelper-8J8Xi2xS.js → lookupHelper-BP4qC8KW.js} +6 -3
- package/dist/esm/map-component_2.entry.js +2 -2
- package/dist/esm/primary-action-header_2.entry.js +2 -2
- package/dist/esm/resource-timeline-calendar.entry.js +1 -1
- package/dist/esm/resource-timeline-primary-bar.entry.js +3 -3
- package/dist/esm/search-method-grid.entry.js +3 -4
- 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-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-sidebar-layout.entry.js +2 -2
- 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-actions.entry.js +1 -1
- package/dist/esm/udp-stepper-content.entry.js +2 -2
- package/dist/esm/udp-stepper-demo.entry.js +1 -1
- package/dist/esm/udp-stepper-nav.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_65.entry.js +1 -0
- 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/{apiMethodInstance-I2kp7aKv.js → apiMethodInstance-DnhaEPkk.js} +1 -1
- package/dist/stencil-library/{apiUtils-B2tMfxA7.js → apiUtils-DEqUG_N0.js} +1 -1
- package/dist/stencil-library/app-bar.entry.js +1 -1
- package/dist/stencil-library/{catalog-store-D184t2fi.js → catalog-store-C8OEJSLt.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/{configureUdpColumnMods-DxuK64F2.js → configureUdpColumnMods-CSUDZh9G.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/form-metadata-display_10.entry.js +1 -1
- package/dist/stencil-library/index.esm.js +1 -1
- package/dist/stencil-library/lookupHelper-BP4qC8KW.js +1 -0
- 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/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-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-sidebar-layout.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-actions.entry.js +1 -1
- package/dist/stencil-library/udp-stepper-content.entry.js +1 -1
- package/dist/stencil-library/udp-stepper-demo.entry.js +1 -1
- package/dist/stencil-library/udp-stepper-nav.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/components/fluent-ui/autocomplete/udp-autocomplete.d.ts +7 -0
- package/package.json +1 -1
- package/dist/cjs/getCurrentApiCatalogId-D7xHCEzs.js +0 -7
- package/dist/cjs/udp-empty-state.cjs.entry.js +0 -50
- package/dist/cjs/udp-export-sheet.cjs.entry.js +0 -302
- package/dist/esm/getCurrentApiCatalogId-DeurXd9l.js +0 -5
- package/dist/esm/udp-empty-state.entry.js +0 -48
- package/dist/esm/udp-export-sheet.entry.js +0 -300
- package/dist/stencil-library/ag-grid-base_63.entry.js +0 -1
- package/dist/stencil-library/getCurrentApiCatalogId-DeurXd9l.js +0 -1
- package/dist/stencil-library/lookupHelper-8J8Xi2xS.js +0 -1
- package/dist/stencil-library/udp-empty-state.entry.js +0 -1
- package/dist/stencil-library/udp-export-sheet.entry.js +0 -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: 'c6382dd7b899c1cc1e36ab58ed4e4c8ea1b5b572', class: "popoverContent" }, !((_a = this.panelConfig) === null || _a === void 0 ? void 0 : _a.hideLayerSelector) && (index.h("udp-selector", { key: '04fed24a995afd4fbcf9fd964728bcb0c94f43d6', 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: '4727cb0fb003456ca0ac150ec05e6592c4580a7b', 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: '658fb19a3502f3fff8d3539ab94afd7f816baa78', class: "formButton" }, index.h("custom-button", { key: 'e2ed9f579bd0c1fcfd26b6b481178188e743301f', 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: '6da21fa469c9ec6f1a84561224df48b284cb0187', class: "toolbarContainer" }, index.h("div", { key: '58bcebdb6ea8e29016d9e67e8ad7c8c07cd5bb0f', class: "title" }, this.mapTitle && this.mapTitle.length > 0 && index.h("unity-typography", { key: '8cce64fb7218f3b8dffbe1763dd1ad14519af70a', variant: "h4" }, this.mapTitle)), index.h("div", { key: '42fad0c264e55b09a5a6a025446ca9f9286118a1', class: "buttons" }, index.h("div", { key: '82f79c917c1f7c7c3a9a09b60c2b6ca25445be6e', class: "buttonContainer" }, index.h("div", { key: 'e3f629c4698ddca89d37f60a0de4c2e8494dc492', class: "secondaryButtons" }, this.filterPanel && (index.h("div", { key: '56cdeb5eb16608d2b2bcb8ba1ebb2219467db16f', id: "filterOption" }, index.h("div", { key: 'dc52c93ba88dedcf540ce834e0b0864f437fee71', id: "filterOptionButton" }, index.h("stencil-icon-button", { key: '7626f5a3b414b895e9ff08041bcc955c9f847aa7', iconName: 'filterButton', iconClassName: 'iconButtonWrapper', tooltip: 'Filter', icon: es.Filter16, buttonId: 'filterButton', onClick: () => this.handleFilterOnclick() })), this.filterAnchor && (index.h("div", { key: '02eb9113d453533293d4c24ffd5c6a06b0d6a839', id: "filterOptionDiv" }, index.h("udp-pop-over", { key: '14bb0cdc9d8ebd3540c1f102cd7206bbececa74d', isOpen: this.filterAnchor ? true : false, anchorElement: this.filterAnchor, handleOnClose: () => this.handleCloseFilterPopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("div", { key: '8f5b9c3579c332bd06d385c762e17c43c907f184', innerHTML: this.filterPanel })))))), this.layerOptions && (index.h("div", { key: 'babc6d6009aaf96546d463a33089833a6565961e', id: "layerOption" }, index.h("div", { key: '6a30cffa3e6f253cfcab1cd1a3cc5bc670659aac', id: "layerOptionButton" }, index.h("stencil-icon-button", { key: 'e61cc187f1c51e275097b98a89367907628b43b0', 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: 'befe9bb082b9a173f28fb49acf9e63518950109f', id: "layerOptionDiv" }, this.layerAnchor && (index.h("udp-pop-over", { key: '55c64061ae35d9a9d954a4788cab01627e73adfb', isOpen: this.layerAnchor ? true : false, anchorElement: this.layerAnchor, handleOnClose: () => this.handleCloseLayerPopover(), popoverPlacement: 'bottom-start', popoverMaxHeight: '500px' }, index.h("select-layer-popup", { key: '3b29be79528364e8d677737ebc8f5f1689b3341d', 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: '69bec64acd268e0440bb2cfed45b9c3dbd0d0454', id: "bulkSelectOption" }, index.h("div", { key: 'a92aa9b05d03919bba8f92e7022fe1ac38b623b1', id: "bulkSelectOptionButton" }, index.h("stencil-icon-button", { key: '7ba55807c33291fb7d826b128b256033e95fd42b', iconName: 'selectButton', iconClassName: 'iconButtonWrapper', tooltip: 'Select', icon: es.Select_0116, buttonId: 'selectButton', onClick: () => this.handleSelectionBtnOnclick() })), index.h("div", { key: '350d0bb16d856631eb8867ea54c7e6576ae7a891', id: "bulkSelectOptionDiv" }, this.bulkSelectionTypeAnchor && (index.h("udp-pop-over", { key: 'f2b9b3e9260091312706909c821c574cedf5cf7e', isOpen: this.bulkSelectionTypeAnchor ? true : false, anchorElement: this.bulkSelectionTypeAnchor, handleOnClose: () => this.handleCloseBulkSelectionTypePopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("udp-menu-item", { key: 'd7c5c9d8325bc8c75cbed251e2dcb505cddde63c', label: 'Box', handleOnClick: () => {
|
|
272
272
|
this.handleBulkSelectionTypeOnclick('box');
|
|
273
|
-
} }), index.h("udp-menu-item", { key: '
|
|
273
|
+
} }), index.h("udp-menu-item", { key: '7e037d169ab62706fc03979ecbc2a59b6b773c35', label: 'Circle', handleOnClick: () => {
|
|
274
274
|
this.handleBulkSelectionTypeOnclick('circle');
|
|
275
|
-
} }), index.h("udp-menu-item", { key: '
|
|
275
|
+
} }), index.h("udp-menu-item", { key: '41ef544556c5e591a3079c1ff426d18d23cf68ce', label: 'Polygon', handleOnClick: () => {
|
|
276
276
|
this.handleBulkSelectionTypeOnclick('polygon');
|
|
277
|
-
} }), index.h("udp-menu-item", { key: '
|
|
277
|
+
} }), index.h("udp-menu-item", { key: '8ae065bf89a0665c7a794aed6c58aa69c4f2eeb6', 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: 'a26fa08ce07e8812362f8fb5fa1f69f15343ceb9', id: "splitOption" }, index.h("div", { key: '7a932272714a2c156d7ac89c5accf65566b66e80', id: "splitOptionButton" }, index.h("stencil-icon-button", { key: '6dc09cbe64ffdbfb647fcf1b9b9fd5e86e4ebbc0', iconName: 'splitButton', iconClassName: 'splitButtonWrapper', tooltip: 'Split Linear Feature', icon: es.Scalpel16, buttonId: 'splitButton', onClick: () => this.handleSplitBtnOnclick() })), index.h("div", { key: '9cfcdda4b863cec92ee599dbddc14d3fea22c366', id: "splitOptionDiv" }, this.splitAnchor && (index.h("udp-pop-over", { key: 'd8444ba2959771b6e544fc14b1fd2f1ff41eb532', isOpen: this.splitAnchor ? true : false, anchorElement: this.splitAnchor, handleOnClose: () => this.handleCloseSplitPopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("split-line-popup", { key: '84a03bc4fd0e07a38529b77bfbd3913135dcb16b', vectorLayerOptions: this.layerOptionsForPopup, selectedLayer: this.selectedLayerToAddFeature, handleStartSplitting: this.handleStartSplitting })))))), this.refreshEvent && (index.h("stencil-icon-button", { key: '1b5a6af3487085e9200efa2b57cd9ecc79aa6db7', 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: '5169f04bc7b96c20ab6c72bd1584550f4b9d4f75', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: 'd2594c888ae667b159b78d55a71c8701e7f2e893', 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: '015dbc555ed3ea0a6053169473012ddf7aa95804', variant: "button" }, this.getButtonText())))), this.showSplitButton && (index.h("div", { key: 'ff6108fe7b559494e040653268395170f862213f', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '9674839f79c85a789051c6ca39a7e557ffed9bbd', showLabel: true, icon: es.Checkmark16, onClick: () => this.handleSaveSplit(), tooltip: 'Save Split', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'ee9195d445df3109a222632d692f94270c4559d0', variant: "button" }, 'Save Split')))), this.showSplitButton && (index.h("div", { key: '8ac8b08a4773fb53e77f84ee3b2f2b54b881545d', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '43732304a496f365fea41bd62f7433111ec0e57a', showLabel: true, icon: es.Close16, onClick: () => this.handleCancelSplit(), tooltip: 'Cancel Split', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: '9e1008efb25ca8c8be56949a4bc1a1bb900de554', variant: "button" }, 'Cancel Split')))), !this.readOnlyMap && this.enableAddNewFeature && (index.h("div", { key: '4b359bf3cee8ac75dd9c41c5b7f08ffc5db83b94', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: 'c7baf9536c7e9217b127a5fa9347b0a4d68d33ef', showLabel: true, icon: es.Close16, onClick: () => this.handleCancelAddNewFeature(), tooltip: 'Cancel Drawing', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'c2afd5224cfa45b75329d9baa2ddfbdc4acebd55', variant: "button" }, 'Cancel Drawing')))), !this.readOnlyMap && this.withSelected && (index.h("div", { key: 'b6d0f3a43880731b33afd33e9675ab5a0eae6a45', class: "selectedFeaturesButtons labelButtons" }, index.h("div", { key: '89cabd1f4f7c9c7d7d82e7c1826eece5fdd956bc', id: "withSelectedOption" }, index.h("div", { key: '55d962d71e17b006902c7b2b5be1b0834be8ad07', id: "withSelectedOptionButton" }, index.h("stencil-icon-button-grid-action-header", { key: '682b6761db04774625cdeddf27b5b448447d1f84', showLabel: true, icon: es.OverflowMenuHorizontal16, onClick: () => this.handleSelectionActionOnclick(), tooltip: 'With Selected', iconClassName: 'save-icon-class', count: this.selectedFeatureByBoxSelection.length }, index.h("unity-typography", { key: '6720c17de5dd7f0e24d9c6d78bdc46fea496966f', variant: "button" }, 'With Selected'))), index.h("div", { key: 'f8bef1f5ca44771ca753ac5319f91239762d94fd', id: "withSelectedOptionDiv" }, this.selectedFeaturesActionPanel && this.selectionActionAnchor && (index.h("udp-pop-over", { key: '9034ce923054fe167c5411efe5e5961d90ba7c9f', isOpen: this.selectionActionAnchor ? true : false, anchorElement: this.selectionActionAnchor, handleOnClose: () => this.handleCloseSelectionActionPopover(), popoverPlacement: 'bottom-start' }, index.h("div", { key: 'f0574a982782c1dc244734c43b58fa5101c6158f', innerHTML: this.selectedFeaturesActionPanel }))))), index.h("stencil-icon-button-grid-action-header", { key: 'f1f72fb84cbb24eeaec59e6919798407cda083b6', showLabel: true, icon: es.Close16, onClick: () => this.unselectFeatures(), tooltip: 'Cancel selection', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: '313ebea973532b2bc9e0c497bfa63ffd8f78745b', variant: "button" }, 'Cancel Selection'))))), index.h("div", { key: '77bb80d51d8bb4c82a42f48030dbbd8a4c0488f8', id: "addOption" }, this.enableAdd && !this.readOnlyMap && (index.h("div", { key: '6ac8369b9f688dc3f1bea04f2f7b8272ca1f5a9e', id: "addOptionButton" }, index.h("custom-button", { key: '802eed01721da5b361c9b0e8810710f84dc07798', secondary: true, label: index.h("unity-typography", { variant: "button" }, 'Add'), onClick: () => this.handleAddOnclick(), size: "tall" }, index.h("udp-icon", { key: 'eb14de59ffcbe2476f395f51aec35a7f267ecd66', iconName: 'add32', darkIcon: false })))), this.addFeatureAnchor && (index.h("udp-pop-over", { key: 'ff5426e75cce6169e7a4179b4299a553135caf2d', isOpen: this.addFeatureAnchor ? true : false, anchorElement: this.addFeatureAnchor, handleOnClose: () => this.handleCloseAddMapFeature(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("add-map-feature-popup", { key: 'c992508c2b64fbc7c2e4d9df113e355715ae2723', 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: 'b6aaae75d716467a8616683a28496c82956c8572', class: "popoverContent" }, this.enableTileSelection && (index.h("udp-selector", { key: 'c521948ba1645b52e8411bca98c315d8ce368906', 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: '2acf033964360e41a3b1775d5b25fadda12471e6', style: { height: '12px' } }), index.h("div", { key: 'b8f8520fee79e3b9149bce6f5d6480d2f7d44352' }, index.h("text-field", { key: '2afd59faa39d33e35c63163a8f5185c7237f67d3', 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: '62d68e528b37a5ba5f7cf75c5ff4f58884edcbfb', class: "popoverContent" }, index.h("udp-selector", { key: 'eec31d3462a9b82f1d6f03ca7422a1e281c731e4', 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: '2d2a5c43b37d05f183f1fa354c2eae8e2b2acb20', 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: '57add676d310f9d2bc399463570ad2cb6d04820f', class: "bx--form-item map-input-search-field" }, index.h("unity-typography", { key: '69027dcc6c792611ec93cf157d1e94bdf2f02da9', variant: "caption-text" }, index.h("label", { key: '259762c0c219c2da11f4beab91c9eaaeb9215d85', htmlFor: this.inputId + '-search', class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("div", { key: '269b112224681609bdb2afb7a61a9d1df72e53c2', class: "search-container" }, index.h("div", { key: '5ce4264c3720aafd9b1da9961be45ed10acb1b7f', 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: 'b4033717d640e1e4b9eaef4f4a337074dc0def23', class: "search-actions" }, index.h("button", { key: 'fe79cdbbd99b436a5673b166da6fdacb22f6e7c6', 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: '7e01216dad2411b64fa001530b892aec146aec06', class: { 'loading-indicator': true, 'hidden': !isBusy } }, index.h("div", { key: '578b1e51362cc705fc90f26a85333d0416466c00', class: "spinner" }))), index.h("udp-pop-over", { key: 'a4f82c8f423aa209967843a561e9cc30d9ba1412', 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: '4496dd51a01fa2fefa4e15511b4a811638e677a2', 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: '41883447e1e79762f1362a71ed288e0a21d43837', 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: 'dfe72661e6cbc1508f801f86e6cde9939a9e97a3', class: "bx--form-item" }, index.h("unity-typography", { key: '43430d68cb032de6111a5b4cf41e3568cdb78465', variant: "caption-text" }, index.h("label", { key: '241c5c1a3f7df55e8f1adc8ed4304638bc125650', 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: 'a4f6f96366a8adfc88ed08e0012c8bb75c67e6e0', class: "error-message" }, index.h("unity-typography", { key: '24b67f0d6e02605498f86bd47051e6f9f48b6648', 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: 'cbbc0c8eb375d815e9f16a14a161dd733186fd4f', 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: 'e414df1796e55de3feee135efcd02a9c3e9a08c3', class: "bx--form-item" }, index.h("unity-typography", { key: 'c361498b907a7e16c01f50a3081b182be5865ff8', variant: "caption-text" }, index.h("label", { key: '84315c4c4e2a6afb67835e3bf1ae953ee1733429', htmlFor: id, class: "bx--label" }, label, required ? '*' : '')), index.h("textarea", { key: 'a00598b3a6badaa43be62c88eff4a780f1bcb6d1', 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: 'd677d6411f6b0071fd4a2650a1ed9c2009a2aef0', class: "error-message" }, index.h("unity-typography", { key: 'b155a317f225a23e214995d7b847e5d9c204b5be', 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: '99267498d2a79b5dbdce9509d598d3da4931211e', 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: '85187c9a5da9b7097b0eecd4b4badb84f240cd00', class: "bx--form-item" }, index.h("unity-typography", { key: '0142f96a60f47c2852d45dab68aa357cca55ce76', variant: "caption-text" }, index.h("label", { key: '49ffcda516918fb7e59873ed72a36eef61e53edc', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("input", { key: '1283636fad6c5ad0cb86b7d2843a1b2076594349', 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: 'aefa2de5fddc0652f2b1ed255b08b3541ffdbb3d', 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: '2a0ba33a4d6923a1b128705b0c3ebfff8aaec225', 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: '11ccfa51ec54ea5f524e605bc88129f1b4c4a187', class: "bx--form-item" }, index.h("unity-typography", { key: 'f357b325bc1e933f393045707567f3da2da084a1', variant: "caption-text" }, index.h("label", { key: '0a35b94ca3d3e3c555263c1cf457ef7067bc160b', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("input", { key: '0aa284fa3bdf7de519d591efd908a79511618419', 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: '8c5c2162db2b2cb6c3bb270d769f80c4837e4322', 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: '57db8d450156755a8f59d42b97fc6667e7c8a4a9', 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: '13eee0b739c6504799225f0f6a73cc7d888a20c2', class: "bx--form-item" }, index.h("unity-typography", { key: '1d61005d35aa2fcfd6df13899b85822f79b18084', variant: "caption-text" }, index.h("label", { key: '49b5b9391d2f619d2cd95d52e4920986cd168881', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("input", { key: '76937b4d6010eb756a319a9e90820190b9e5be1a', 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: '6893ca8e93b5ae092b7120c89f31f1fe6332c83f', 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 {
|
|
@@ -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: '2f86214ff3b1da4d585a761d531847544b3ab8e7' }, index.h("div", { key: '0c6f41fbcd1705ec938a9e2d429a8d4408f4cb04', class: { 'backdrop': true, 'open': this.open }, onClick: this.toggleDrawer }), index.h("div", { key: 'd2e0e0317a9c8ac9c7512df985c0ae85cf91e1f7', class: { 'side-sheet': true, 'open': this.open, 'close': !this.open, [this.position]: true, [widthClass]: true }, style: sideSheetStyle }, index.h("div", { key: '87bf5069f482b9572598dee7a08fa391affeb38c', class: "title" }, index.h("div", { key: '05e8d3c389a9f1dcb237f0a2e91248280cdcb4be', class: 'close-button' }, index.h("stencil-icon-button", { key: 'e4545fbf854596224a754ae64d5550c1be0bfe14', icon: Close24__default.default, onClick: this.toggleDrawer })), index.h("div", { key: 'ea49fe8ad91691edd60fa4c5e452f6f6244e7a6e', class: 'title' }, index.h("unity-typography", { key: 'ce951e9d80f0d5e7aeb789d3754d1cd217c6d482', variant: "data-display-four" }, this.title)), this.sideSheetButtonLabel && index.h("custom-button", { key: 'b79fa9ad30de6d903c81347e13a5e05890fe3c5f', style: { transform: this.buttonTransform, }, size: 'tall', disabled: this.disabled, onCustomClick: () => this.handleSideSheetButton() }, this.sideSheetButtonLabel)), index.h("side-sheet-container", { key: 'e21d1f5381b9261ad7f214d88211a176a27ab413', padding: this.padding }, index.h("slot", { key: 'a1f6de91dd68036dd62deeab793f16ddc20a58c7' })))));
|
|
746
746
|
}
|
|
747
747
|
};
|
|
748
748
|
SideSheet.style = sideSheetCss();
|