udp-stencil-component-library 25.18.2-beta.5 → 25.18.2-beta.7
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/advanced-search_12.cjs.entry.js +1 -1
- package/dist/cjs/ag-grid-base.ghost-render.grid-header.hint-panel.udp-dialog.udp-list-item.entry.cjs.js.map +1 -1
- package/dist/cjs/ag-grid-base_6.cjs.entry.js +27 -11
- package/dist/cjs/api-method-instance-grid.cjs.entry.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/client-side-grid_2.cjs.entry.js +3 -3
- package/dist/cjs/entity-maintenance-grid.cjs.entry.js +1 -1
- package/dist/cjs/feature-details-card_2.cjs.entry.js +5 -5
- package/dist/cjs/filter-conditions_7.cjs.entry.js +2 -2
- package/dist/cjs/form-metadata-display_8.cjs.entry.js +6 -6
- package/dist/cjs/index-CGCOXUJE.js +10 -10
- package/dist/cjs/index.cjs.js +138 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/map-component_2.cjs.entry.js +2 -2
- package/dist/cjs/numeric-field_5.cjs.entry.js +15 -15
- package/dist/cjs/primary-action-header.udp-tabs.entry.cjs.js.map +1 -0
- package/dist/cjs/{primary-action-header_3.cjs.entry.js → primary-action-header_2.cjs.entry.js} +4 -266
- package/dist/cjs/resource-timeline-calendar.cjs.entry.js +1 -1
- package/dist/cjs/search-method-grid.cjs.entry.js +2 -1
- package/dist/cjs/search-method-grid.entry.cjs.js.map +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-chip_3.cjs.entry.js +1 -1
- 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 +35 -0
- package/dist/cjs/udp-container.entry.cjs.js.map +1 -0
- package/dist/cjs/udp-date-range-selector.cjs.entry.js +1 -1
- package/dist/cjs/udp-dynamic-container-with-menu.cjs.entry.js +1 -1
- package/dist/cjs/udp-linear-loader.udp-side-sheet.entry.cjs.js.map +1 -0
- package/dist/cjs/udp-linear-loader_2.cjs.entry.js +289 -0
- package/dist/cjs/udp-map.cjs.entry.js +3 -3
- package/dist/cjs/udp-menu-item.udp-pop-over.entry.cjs.js.map +1 -0
- package/dist/cjs/{udp-pop-over.cjs.entry.js → udp-menu-item_2.cjs.entry.js} +23 -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-panel.cjs.entry.js +2 -2
- 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/cjs/udp-vertical-spacer.cjs.entry.js +1 -1
- package/dist/collection/components/grid/new-grid/ag-grid-base.js +2 -1
- package/dist/collection/components/grid/new-grid/ag-grid-base.js.map +1 -1
- package/dist/collection/components/grid/new-grid/api-method-instance-grid.js +1 -1
- package/dist/collection/components/grid/new-grid/client-side-grid.js +1 -1
- package/dist/collection/components/grid/new-grid/datasources/searchMethodDatasource.js +1 -0
- package/dist/collection/components/grid/new-grid/datasources/searchMethodDatasource.js.map +1 -1
- package/dist/collection/components/grid/new-grid/entity-maintenance-grid.js +1 -1
- package/dist/collection/components/grid/new-grid/gridFunctions/bulkActions.js +24 -9
- package/dist/collection/components/grid/new-grid/gridFunctions/bulkActions.js.map +1 -1
- package/dist/collection/components/grid/new-grid/interfaces/grid.js.map +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 +2 -2
- package/dist/collection/components/inputs/checkbox/check-box.js +2 -2
- package/dist/collection/components/inputs/date-range-selector/udp-date-range-selector.js +1 -1
- 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/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/layout/udp-vertical-spacer.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/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 +2 -2
- 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/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/index.js +1 -0
- package/dist/collection/index.js.map +1 -1
- 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/udp-websocket-client/udp-websocket-client.js +137 -0
- package/dist/collection/udp-utilities/udp-websocket-client/udp-websocket-client.js.map +1 -0
- package/dist/components/add-map-feature-popup2.js +3 -3
- package/dist/components/ag-grid-base2.js +78 -38
- package/dist/components/ag-grid-base2.js.map +1 -1
- package/dist/components/api-method-instance-grid.js +59 -35
- package/dist/components/api-method-instance-grid.js.map +1 -1
- package/dist/components/app-bar.js +1 -1
- package/dist/components/check-box.js +2 -2
- package/dist/components/chip-section.js +2 -2
- package/dist/components/client-side-grid2.js +55 -31
- package/dist/components/client-side-grid2.js.map +1 -1
- package/dist/components/entity-maintenance-grid.js +1 -1
- package/dist/components/feature-details-card2.js +4 -4
- package/dist/components/feature-details-popup2.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/index.js +138 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/map-component2.js +1 -1
- package/dist/components/map-toolbar2.js +6 -6
- package/dist/components/numeric-field2.js +3 -3
- package/dist/components/resource-timeline-calendar.js +59 -35
- package/dist/components/resource-timeline-calendar.js.map +1 -1
- package/dist/components/resource-timeline-primary-bar2.js +2 -2
- package/dist/components/search-method-grid2.js +58 -33
- package/dist/components/search-method-grid2.js.map +1 -1
- package/dist/components/select-layer-popup2.js +2 -2
- package/dist/components/server-side-grid2.js +55 -31
- package/dist/components/server-side-grid2.js.map +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 +2 -2
- package/dist/components/split-line-popup2.js +1 -1
- package/dist/components/stencil-toggle2.js +4 -4
- package/dist/components/tally.js +2 -2
- package/dist/components/text-area2.js +3 -3
- package/dist/components/text-field2.js +3 -3
- 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 +2 -2
- package/dist/components/udp-container2.js +2 -2
- package/dist/components/udp-date-range-selector.js +1 -1
- package/dist/components/udp-date-selector2.js +3 -3
- package/dist/components/udp-datetime-selector2.js +3 -3
- package/dist/components/udp-dynamic-container-with-menu2.js +1 -1
- package/dist/components/udp-grid-loader2.js +2 -2
- package/dist/components/udp-linear-loader2.js +1 -1
- package/dist/components/udp-map-toolbar2.js +1 -1
- package/dist/components/udp-map.js +3 -3
- package/dist/components/udp-menu-item2.js +1 -1
- package/dist/components/udp-menu2.js +1 -1
- package/dist/components/udp-page.js +1 -1
- package/dist/components/udp-selector2.js +4 -4
- package/dist/components/udp-skeleton-loading2.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-panel.js +2 -2
- package/dist/components/udp-tab.js +1 -1
- package/dist/components/udp-tabs2.js +2 -2
- package/dist/components/udp-time-selector2.js +3 -3
- 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 +2 -2
- package/dist/components/udp-timeline-separator.js +1 -1
- package/dist/components/udp-timeline.js +1 -1
- package/dist/components/udp-vertical-spacer.js +1 -1
- package/dist/docs.json +141 -52
- package/dist/esm/add-map-feature-popup_4.entry.js +12 -12
- package/dist/esm/advanced-search_12.entry.js +1 -1
- package/dist/esm/ag-grid-base.ghost-render.grid-header.hint-panel.udp-dialog.udp-list-item.entry.js.map +1 -1
- package/dist/esm/ag-grid-base_6.entry.js +27 -11
- package/dist/esm/api-method-instance-grid.entry.js +1 -1
- 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/client-side-grid_2.entry.js +3 -3
- package/dist/esm/entity-maintenance-grid.entry.js +1 -1
- package/dist/esm/feature-details-card_2.entry.js +5 -5
- package/dist/esm/filter-conditions_7.entry.js +2 -2
- package/dist/esm/form-metadata-display_8.entry.js +6 -6
- package/dist/esm/index-CaZq3YdB.js +10 -10
- package/dist/esm/index.js +138 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/map-component_2.entry.js +2 -2
- package/dist/esm/numeric-field_5.entry.js +15 -15
- package/dist/esm/primary-action-header.udp-tabs.entry.js.map +1 -0
- package/dist/esm/{primary-action-header_3.entry.js → primary-action-header_2.entry.js} +5 -262
- package/dist/esm/resource-timeline-calendar.entry.js +1 -1
- package/dist/esm/search-method-grid.entry.js +2 -1
- package/dist/esm/search-method-grid.entry.js.map +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-chip_3.entry.js +1 -1
- 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 +33 -0
- package/dist/esm/udp-container.entry.js.map +1 -0
- package/dist/esm/udp-date-range-selector.entry.js +1 -1
- package/dist/esm/udp-dynamic-container-with-menu.entry.js +1 -1
- package/dist/esm/udp-linear-loader.udp-side-sheet.entry.js.map +1 -0
- package/dist/esm/udp-linear-loader_2.entry.js +282 -0
- package/dist/esm/udp-map.entry.js +3 -3
- package/dist/esm/udp-menu-item.udp-pop-over.entry.js.map +1 -0
- package/dist/esm/{udp-pop-over.entry.js → udp-menu-item_2.entry.js} +24 -3
- 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-panel.entry.js +2 -2
- 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/esm/udp-vertical-spacer.entry.js +1 -1
- package/dist/stencil-library/add-map-feature-popup_4.entry.js +1 -1
- package/dist/stencil-library/advanced-search_12.entry.js +1 -1
- package/dist/stencil-library/ag-grid-base.ghost-render.grid-header.hint-panel.udp-dialog.udp-list-item.entry.esm.js.map +1 -1
- package/dist/stencil-library/ag-grid-base_6.entry.js +1 -1
- package/dist/stencil-library/ag-grid-base_6.entry.js.map +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/client-side-grid_2.entry.js +1 -1
- package/dist/stencil-library/entity-maintenance-grid.entry.js +1 -1
- package/dist/stencil-library/feature-details-card_2.entry.js +1 -1
- package/dist/stencil-library/filter-conditions_7.entry.js +1 -1
- package/dist/stencil-library/form-metadata-display_8.entry.js +1 -1
- package/dist/stencil-library/index.esm.js +1 -1
- package/dist/stencil-library/index.esm.js.map +1 -1
- package/dist/stencil-library/map-component_2.entry.js +1 -1
- package/dist/stencil-library/numeric-field_5.entry.js +1 -1
- package/dist/stencil-library/primary-action-header.udp-tabs.entry.esm.js.map +1 -0
- package/dist/stencil-library/primary-action-header_2.entry.js +2 -0
- package/dist/stencil-library/primary-action-header_2.entry.js.map +1 -0
- package/dist/stencil-library/resource-timeline-calendar.entry.js +1 -1
- package/dist/stencil-library/search-method-grid.entry.esm.js.map +1 -1
- package/dist/stencil-library/search-method-grid.entry.js +1 -1
- package/dist/stencil-library/search-method-grid.entry.js.map +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-chip_3.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.esm.js.map +1 -0
- package/dist/stencil-library/udp-container.entry.js +2 -0
- package/dist/stencil-library/udp-container.entry.js.map +1 -0
- package/dist/stencil-library/udp-date-range-selector.entry.js +1 -1
- package/dist/stencil-library/udp-dynamic-container-with-menu.entry.js +1 -1
- package/dist/stencil-library/udp-linear-loader.udp-side-sheet.entry.esm.js.map +1 -0
- package/dist/stencil-library/udp-linear-loader_2.entry.js +2 -0
- package/dist/stencil-library/udp-linear-loader_2.entry.js.map +1 -0
- package/dist/stencil-library/udp-map.entry.js +1 -1
- package/dist/stencil-library/udp-menu-item.udp-pop-over.entry.esm.js.map +1 -0
- package/dist/stencil-library/udp-menu-item_2.entry.js +2 -0
- package/dist/stencil-library/udp-menu-item_2.entry.js.map +1 -0
- 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-panel.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-item.entry.js.map +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/stencil-library/udp-vertical-spacer.entry.js +1 -1
- package/dist/types/components/grid/new-grid/gridFunctions/bulkActions.d.ts +4 -2
- package/dist/types/components/grid/new-grid/interfaces/grid.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/udp-utilities/udp-websocket-client/udp-websocket-client.d.ts +34 -0
- package/package.json +1 -1
- package/dist/cjs/primary-action-header.udp-side-sheet.udp-tabs.entry.cjs.js.map +0 -1
- package/dist/cjs/udp-container.udp-linear-loader.entry.cjs.js.map +0 -1
- package/dist/cjs/udp-container_2.cjs.entry.js +0 -56
- package/dist/cjs/udp-menu-item.cjs.entry.js +0 -27
- package/dist/cjs/udp-menu-item.entry.cjs.js.map +0 -1
- package/dist/cjs/udp-pop-over.entry.cjs.js.map +0 -1
- package/dist/esm/primary-action-header.udp-side-sheet.udp-tabs.entry.js.map +0 -1
- package/dist/esm/udp-container.udp-linear-loader.entry.js.map +0 -1
- package/dist/esm/udp-container_2.entry.js +0 -53
- package/dist/esm/udp-menu-item.entry.js +0 -25
- package/dist/esm/udp-menu-item.entry.js.map +0 -1
- package/dist/esm/udp-pop-over.entry.js.map +0 -1
- package/dist/stencil-library/primary-action-header.udp-side-sheet.udp-tabs.entry.esm.js.map +0 -1
- package/dist/stencil-library/primary-action-header_3.entry.js +0 -2
- package/dist/stencil-library/primary-action-header_3.entry.js.map +0 -1
- package/dist/stencil-library/udp-container.udp-linear-loader.entry.esm.js.map +0 -1
- package/dist/stencil-library/udp-container_2.entry.js +0 -2
- package/dist/stencil-library/udp-container_2.entry.js.map +0 -1
- package/dist/stencil-library/udp-menu-item.entry.esm.js.map +0 -1
- package/dist/stencil-library/udp-menu-item.entry.js +0 -2
- package/dist/stencil-library/udp-menu-item.entry.js.map +0 -1
- package/dist/stencil-library/udp-pop-over.entry.esm.js.map +0 -1
- package/dist/stencil-library/udp-pop-over.entry.js +0 -2
- package/dist/stencil-library/udp-pop-over.entry.js.map +0 -1
|
@@ -24,7 +24,7 @@ const UdpPage$1 = /*@__PURE__*/ proxyCustomElement(class UdpPage extends H {
|
|
|
24
24
|
padding: this.padding,
|
|
25
25
|
margin: '0 auto', // Centers the content if max-width is set
|
|
26
26
|
};
|
|
27
|
-
return (h("div", { key: '
|
|
27
|
+
return (h("div", { key: '87960916a8c702c88f3a7dd7a9ef90227d76f605', style: style }, h("slot", { key: '1915453eae25182b42e004450ca04ee20c17cbff' }), " "));
|
|
28
28
|
}
|
|
29
29
|
static get style() { return udpPageCss; }
|
|
30
30
|
}, [257, "udp-page", {
|
|
@@ -328,7 +328,7 @@ const UdpSelector = /*@__PURE__*/ proxyCustomElement(class UdpSelector extends H
|
|
|
328
328
|
'focused': this.isOpen,
|
|
329
329
|
};
|
|
330
330
|
const hasSelection = this.multiSelect ? this.selectedOptions.length > 0 : !!this.selectedOption;
|
|
331
|
-
return (h(Host, { key: '
|
|
331
|
+
return (h(Host, { key: '742c9350f4c6e7388e0b279be4e3368e7195c6a2', class: {
|
|
332
332
|
'udp-input': true,
|
|
333
333
|
'udp-selector': true,
|
|
334
334
|
'udp-input--error': isError,
|
|
@@ -338,9 +338,9 @@ const UdpSelector = /*@__PURE__*/ proxyCustomElement(class UdpSelector extends H
|
|
|
338
338
|
'udp-input--large': this.large,
|
|
339
339
|
[`udp-input--size-${this.size}`]: true,
|
|
340
340
|
[`udp-input--margin-${this.margin}`]: true,
|
|
341
|
-
}, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: '
|
|
341
|
+
}, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: '7a1142a256ee849864add36c5ebe21df64c06e4b', class: "bx--form-item" }, this.label && (h("unity-typography", { key: '91a70d41326d650420d647ef1444d08656a048c3', variant: "caption-text" }, h("label", { key: '05a3628391efbcd5f4f5164fa5b83c4edcda5099', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : ''))), h("div", { key: '71a6dfd4a3673aa9e94e38bcc356a911c5e7b077', class: "udp-selector__container" }, h("div", { key: 'a58c7df64a41a9c14e79827aad9c76acacda47cc', class: selectedOptionClasses, onClick: () => this.toggleDropdown(), tabindex: this.disabled || this.readonly ? '-1' : '0', role: "combobox", "aria-haspopup": "listbox", "aria-expanded": this.isOpen.toString(), id: 'udpRecord-udp-selector-' + this.id,
|
|
342
342
|
// @ts-ignore
|
|
343
|
-
udprecordid: 'udpRecord-udp-selector-' + this.id }, h("div", { key: '
|
|
343
|
+
udprecordid: 'udpRecord-udp-selector-' + this.id }, h("div", { key: 'ac15ee94572170fd0c907f969754d750b7638b12', class: {
|
|
344
344
|
'selected-option-label': true,
|
|
345
345
|
'placeholder': !hasSelection,
|
|
346
346
|
} }, this.multiSelect
|
|
@@ -349,7 +349,7 @@ const UdpSelector = /*@__PURE__*/ proxyCustomElement(class UdpSelector extends H
|
|
|
349
349
|
: 'Select option(s)'
|
|
350
350
|
: this.selectedOption
|
|
351
351
|
? this.selectedOption.label
|
|
352
|
-
: 'Select an option'), this.multiSelect && this.selectedOptions.length > 0 && h("span", { key: '
|
|
352
|
+
: 'Select an option'), this.multiSelect && this.selectedOptions.length > 0 && h("span", { key: '59b861eb9d862cab4250960b4966f499199a5621', class: "checkmark" }), h("div", { key: 'ac310d6628aabcc83955352b45f2c836bf99d6ee', class: "arrow" })), this.isOpen && (h("ul", { key: 'c7c5b261265436d907a3dedd1d8064134e286374', class: "options-list" }, this.options.map(option => (h("unity-typography", { variant: "button" }, h("li", { class: this.isOptionSelected(option) ? 'selected' : '', onClick: () => this.selectOption(option), onMouseDown: this.handleOptionMouseDown }, option.label, this.isOptionSelected(option) && h("span", { class: "checkmark" })))))))), this.errorMessage && (h("div", { key: '34520538dfe40aee42c885f212814d29f8227fc8', class: "error-message" }, h("unity-typography", { key: '31f91b038a4736e78268997b0b7e2434fea66020', variant: "caption-text", color: "error" }, this.errorMessage))))));
|
|
353
353
|
}
|
|
354
354
|
/**
|
|
355
355
|
* Checks if a given option is currently selected.
|
|
@@ -15,7 +15,7 @@ const UdpSkeletonLoading = /*@__PURE__*/ proxyCustomElement(class UdpSkeletonLoa
|
|
|
15
15
|
this.borderRadius = '4px';
|
|
16
16
|
}
|
|
17
17
|
render() {
|
|
18
|
-
return (h("div", { key: '
|
|
18
|
+
return (h("div", { key: '2801b43f47755995952a8ebda27acd6557b340f8', class: "skeleton-loader", style: { width: this.width, height: this.height, borderRadius: this.borderRadius } }));
|
|
19
19
|
}
|
|
20
20
|
static get style() { return udpSkeletonLoadingCss; }
|
|
21
21
|
}, [257, "udp-skeleton-loading", {
|
|
@@ -59,7 +59,7 @@ const UdpSplitScreen$1 = /*@__PURE__*/ proxyCustomElement(class UdpSplitScreen e
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
render() {
|
|
62
|
-
return (h("div", { key: '
|
|
62
|
+
return (h("div", { key: 'c1a7e0eba3ac1fcc5fd02ebcfd24ad866ddd5a43', ref: (el) => this.element = el, class: { 'container': true, 'open': this.isOpen } }, h("div", { key: 'ba41dc15748286b532e98574db37413ec8428110', class: "panel", style: { width: `${this.panelWidth}%` } }, h("slot", { key: 'a5789cb6914ad71421a23bbedff897ab3af03356', name: "first-panel" })), h("div", { key: 'bc81bfcfe169236f7102ad340b5e87b169cbb368', class: "resizer", onMouseDown: (event) => event.preventDefault() }, h("div", { key: 'eb72ee3c6aeed6c26d07d72f0818bcce3d1b0dc6', class: "drag-handle" })), h("div", { key: '606d564838ffaad254738b761d9d4e1f382888f6', class: "panel", style: { width: `${100 - this.panelWidth}%` } }, h("slot", { key: '682ce28bd7d62692855eb5254da515119dab9214', name: "second-panel" }, this.panelContent))));
|
|
63
63
|
}
|
|
64
64
|
static get style() { return udpSplitScreenCss; }
|
|
65
65
|
}, [257, "udp-split-screen", {
|
|
@@ -99,7 +99,7 @@ const UdpStepperDemo$1 = /*@__PURE__*/ proxyCustomElement(class UdpStepperDemo e
|
|
|
99
99
|
};
|
|
100
100
|
}
|
|
101
101
|
render() {
|
|
102
|
-
return (h("div", { key: '
|
|
102
|
+
return (h("div", { key: '2319255e5746720f12f3e09b1218c2165ef8d817', style: { padding: '2rem' } }, h("unity-typography", { key: '656c99db41764cbb769d8082e5a45c042c669976', variant: "h2" }, "Horizontal Stepper with Labels bottom"), h("udp-stepper", { key: '16e00a0cab21bdf462a8750b19f18e6168fc90ac', steps: this.steps, activeStep: this.activeStep, completed: this.completed, stepChange: this.handleStepChange, orientation: "horizontal", labelDisplay: "all", labelPosition: "bottom" }), h("unity-typography", { key: '27a78441510baf5aa6dfc80d8919a34529617ad3', variant: "h2" }, "Horizontal Stepper without Labels"), h("udp-stepper", { key: '1d1a41d4454e7b73c87ebd4b336ebdc64aa9522b', steps: this.steps, activeStep: this.activeStep, completed: this.completed, stepChange: this.handleStepChange, orientation: "horizontal", labelDisplay: "none", labelPosition: "bottom" }), h("unity-typography", { key: '43b1a72c4a8a97aef8158b28cdd9b21def43763a', variant: "h2" }, "Horizontal Stepper with Labels to Right"), h("udp-stepper", { key: '5d5fe67789189f33101e8bfb936d4cfe15bbd7c7', steps: this.steps, activeStep: this.activeStep, completed: this.completed, stepChange: this.handleStepChange, orientation: "horizontal", labelDisplay: "all", labelPosition: "right" }), h("unity-typography", { key: '89680789dc23b5c0d995d6064278e9f634a62bec', variant: "h2" }, "Vertical Stepper"), h("udp-stepper", { key: '3df6a59fb672ff752d8f03626651a37388773646', steps: this.steps, activeStep: this.activeStep, completed: this.completed, stepChange: this.handleStepChange, orientation: "vertical", labelDisplay: "all", labelPosition: "right" })));
|
|
103
103
|
}
|
|
104
104
|
}, [257, "udp-stepper-demo", {
|
|
105
105
|
"activeStep": [32],
|
|
@@ -12,10 +12,10 @@ const UdpTabPanel$1 = /*@__PURE__*/ proxyCustomElement(class UdpTabPanel extends
|
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
14
|
const isActive = this.value === this.index;
|
|
15
|
-
return (h("div", { key: '
|
|
15
|
+
return (h("div", { key: '189ebf853b69a4f543aaafc450003f4a046c823d', class: {
|
|
16
16
|
'tab-panel': true,
|
|
17
17
|
'active': isActive,
|
|
18
|
-
}, role: "tabpanel", "aria-hidden": !isActive ? 'true' : 'false' }, h("slot", { key: '
|
|
18
|
+
}, role: "tabpanel", "aria-hidden": !isActive ? 'true' : 'false' }, h("slot", { key: '7b9a7830280bf62f9bce753f6ab83b68e198a5df' })));
|
|
19
19
|
}
|
|
20
20
|
static get style() { return udpTabPanelCss; }
|
|
21
21
|
}, [257, "udp-tab-panel", {
|
|
@@ -30,7 +30,7 @@ const UdpTab$1 = /*@__PURE__*/ proxyCustomElement(class UdpTab extends H {
|
|
|
30
30
|
this.disabled = false;
|
|
31
31
|
}
|
|
32
32
|
render() {
|
|
33
|
-
return (h("div", { key: '
|
|
33
|
+
return (h("div", { key: 'f11315932e2e200997d557729b171223fa98f4b0', class: { 'tab-panel': true, 'active': this.active }, role: "tabpanel" }, h("slot", { key: '73b9ef3b7dfeda69ae130fdefb39e8179d891818' })));
|
|
34
34
|
}
|
|
35
35
|
static get style() { return udpTabCss; }
|
|
36
36
|
}, [260, "udp-tab", {
|
|
@@ -214,7 +214,7 @@ const UdpTabs = /*@__PURE__*/ proxyCustomElement(class UdpTabs extends H {
|
|
|
214
214
|
}
|
|
215
215
|
render() {
|
|
216
216
|
const currentActiveTab = this.activeTab; // Use getter
|
|
217
|
-
return (h("div", { key: '
|
|
217
|
+
return (h("div", { key: '39658d24754621f8b22e718d126894451a4919d8', class: "tab-container" }, h("div", { key: '49afc82bdbfafb7292c450bdd76c3e6fd5b9e9aa', class: `tab-header ${this.variant}` }, this.showScrollLeft && (h("button", { key: 'ade7254e3b26254f12e3aedfc6e6656904b188e6', class: "scroll-arrow left", onClick: () => this.scrollToStart(), "aria-label": "Scroll to first tab" }, h("udp-icon", { key: '095dcdf5234ef669ea45bc28d0fb9f025eba5326', iconName: "chevronLeft16", color: "inherit" }))), this.showScrollLeft && h("div", { key: '79c3ebfd7e482c60596fe92d42757d93dfb4e2b6', class: "scroll-fade left" }), h("div", { key: '7bac2bd5f30bb120284814b05ea4da8150c4cc40', class: "tab-scroll-container", ref: el => (this.scrollContainerRef = el), onScroll: () => this.checkScroll() }, this.tabDetails.map((tab, index) => {
|
|
218
218
|
if (tab.hidden) {
|
|
219
219
|
return null;
|
|
220
220
|
}
|
|
@@ -228,7 +228,7 @@ const UdpTabs = /*@__PURE__*/ proxyCustomElement(class UdpTabs extends H {
|
|
|
228
228
|
[`icon-${tab.iconPlacement}`]: !!tab.icon,
|
|
229
229
|
'disabled': tab.disabled,
|
|
230
230
|
}, disabled: tab.disabled, onClick: () => this.tabClicked(index), role: "tab", "aria-selected": index === currentActiveTab ? 'true' : 'false', "aria-disabled": tab.disabled ? 'true' : 'false', ref: el => (this.buttonRefs[index] = el) }, iconEl, labelEl));
|
|
231
|
-
}), h("div", { key: '
|
|
231
|
+
}), h("div", { key: 'f2c322a5bc7fe5c5e0aaace452727ddb287a17da', class: "slider", style: this.sliderStyle })), this.showScrollRight && h("div", { key: '08399f60df57432e46b7365c0d5f653f512edc46', class: "scroll-fade right" }), this.showScrollRight && (h("button", { key: '9be19443a7c996472714beb53d9e3534b000c62e', class: "scroll-arrow right", onClick: () => this.scrollToEnd(), "aria-label": "Scroll to last tab" }, h("udp-icon", { key: 'e4c5baf6a8e0ae67adb82c0b8be48ca277b25ce4', iconName: "chevronRight16", color: "inherit" })))), !this.isControlled && !this.useTabsProp && (h("div", { key: '4b33abce9f558a0d0fb22533d81f11fc1dc18849' }, h("slot", { key: '1ebca6515b93f563f063c5832e31e2d17a8dbcd8' })))));
|
|
232
232
|
}
|
|
233
233
|
get el() { return this; }
|
|
234
234
|
static get watchers() { return {
|
|
@@ -229,7 +229,7 @@ const UdpTimeSelector = /*@__PURE__*/ proxyCustomElement(class UdpTimeSelector e
|
|
|
229
229
|
classNames.push('bx--text-input--full-width');
|
|
230
230
|
}
|
|
231
231
|
const inputClass = classNames.join(' ');
|
|
232
|
-
return (h(Host, { key: '
|
|
232
|
+
return (h(Host, { key: 'b926488bd2c3d8bc4223cf3583dcb88ecdd39395', class: {
|
|
233
233
|
'udp-input': true,
|
|
234
234
|
'udp-input--error': isError,
|
|
235
235
|
'udp-input--disabled': this.disabled,
|
|
@@ -238,9 +238,9 @@ const UdpTimeSelector = /*@__PURE__*/ proxyCustomElement(class UdpTimeSelector e
|
|
|
238
238
|
'udp-input--required': this.required,
|
|
239
239
|
[`udp-input--size-${this.size}`]: true,
|
|
240
240
|
[`udp-input--margin-${this.margin}`]: true,
|
|
241
|
-
}, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: '
|
|
241
|
+
}, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: 'ba157e23a87f0a3cdf29b4f0e6dc4c3182d9dfee', class: "bx--form-item" }, h("unity-typography", { key: '92bbe45ec95441bc92699cdc4b08d7bd3599d645', variant: "caption-text" }, h("label", { key: 'ff966556d6d5d6cd7bf501d527bc78e4c4e631eb', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), h("input", { key: 'ea13d4b4853f7338ce576aaba30b74d834ab77ca', 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,
|
|
242
242
|
//@ts-ignore
|
|
243
|
-
udprecordid: 'udpRecord-udp-time-selector-' + this.id }), h("unity-typography", { key: '
|
|
243
|
+
udprecordid: 'udpRecord-udp-time-selector-' + this.id }), h("unity-typography", { key: 'b3124e90f0b568f668c4a49afa4b1d4afe70bccc', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
|
|
244
244
|
}
|
|
245
245
|
get el() { return this; }
|
|
246
246
|
static get watchers() { return {
|
|
@@ -11,7 +11,7 @@ const UdpTimelineConnector$1 = /*@__PURE__*/ proxyCustomElement(class UdpTimelin
|
|
|
11
11
|
this.__attachShadow();
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
|
-
return h("div", { key: '
|
|
14
|
+
return h("div", { key: '6e29be72d441d6c377d008621019db08f9633da9', class: "connector" });
|
|
15
15
|
}
|
|
16
16
|
static get style() { return udpTimelineConnectorCss; }
|
|
17
17
|
}, [257, "udp-timeline-connector"]);
|
|
@@ -40,7 +40,7 @@ const UdpTimelineDot$1 = /*@__PURE__*/ proxyCustomElement(class UdpTimelineDot e
|
|
|
40
40
|
'--udp-timeline-dot-bg': this.color,
|
|
41
41
|
'--udp-timeline-dot-outline-color': this.color,
|
|
42
42
|
} : {};
|
|
43
|
-
return (h("div", { key: '
|
|
43
|
+
return (h("div", { key: '2c5bd3f827dfe8f2720ca8aa46ce96d34cdfc7fa', class: classes, style: styles }, h("slot", { key: '97e649e977722c782c969cc3d93352e0c92c68aa' })));
|
|
44
44
|
}
|
|
45
45
|
static get style() { return udpTimelineDotCss; }
|
|
46
46
|
}, [257, "udp-timeline-dot", {
|
|
@@ -69,12 +69,12 @@ const UdpTimelineItem$1 = /*@__PURE__*/ proxyCustomElement(class UdpTimelineItem
|
|
|
69
69
|
var _a;
|
|
70
70
|
const visibleActions = this.actions.slice(0, 4);
|
|
71
71
|
const menuActions = this.actions.slice(4);
|
|
72
|
-
return (h(Host, { key: '
|
|
72
|
+
return (h(Host, { key: '8326b3df0cc9cc0028c3bfc933bc459db35094bc', class: {
|
|
73
73
|
'has-title': this.hasTitle,
|
|
74
74
|
'has-caption': this.hasCaption,
|
|
75
75
|
[`dot-shape-${this.dotShape}`]: true,
|
|
76
76
|
'clickable': this.clickable,
|
|
77
|
-
}, onClick: this.handleClick }, h("div", { key: '
|
|
77
|
+
}, onClick: this.handleClick }, h("div", { key: 'a2fae7aacf20d01c7af29054e8c706f758ece4c9', class: "udp-timeline-item" }, h("div", { key: '281563af2707ddc073b3414a78f2ec264ac54238', class: "separator-column" }, h("slot", { key: 'db75bbc336f12262d6de2079e57c32190a739e91', name: "separator" })), h("div", { key: '1759cffe898de2b80712d5253d006e8aad7acf77', class: "content-column" }, h("div", { key: '3d8d768714a546b6d1b93e63c2ac7b9ffbd4cc33', class: "first-row" }, h("div", { key: '59498dc18fc522deec1edb08be8144021dc23fdb', class: "title-slot" }, h("slot", { key: '4de60c7bb739794e3b4f46b9d6bda1a842bcb255', name: "title" })), ((_a = this.statusLabel) === null || _a === void 0 ? void 0 : _a.trim()) != '' && (h("udp-chip", { key: 'b3cce52eb5f3022085eae08ab01e38ffde583245', label: this.statusLabel, color: this.statusColor, size: "small" }))), h("div", { key: '6877b1e05c45c70ff8260f08fbf13fa5d9f428dc', class: "content-slot" }, h("slot", { key: '4ee558c73d0694676ca014e936f83c4b34c3a86f', name: "content" })), h("div", { key: 'bca70084d830b5988b1192328a817b57082593aa', class: "caption-slot" }, h("slot", { key: '5cf4a947ca3cfa3e01b4f415d9bd408478bbfe32', name: "caption" })), this.actions.length > 0 && (h("div", { key: 'c18da0ac1c20e4b2354cb5b21f473e938f7edbb8', class: "actions-container" }, visibleActions.map(action => (h("button", { onClick: action.onClick }, action.label))), menuActions.length > 0 && h("button", { key: 'c0327b7dbb152db4c5229e2517c0061d5981cdb9' }, "...")))))));
|
|
78
78
|
}
|
|
79
79
|
get host() { return this; }
|
|
80
80
|
static get style() { return udpTimelineItemCss; }
|
|
@@ -11,7 +11,7 @@ const UdpTimelineSeparator$1 = /*@__PURE__*/ proxyCustomElement(class UdpTimelin
|
|
|
11
11
|
this.__attachShadow();
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
|
-
return (h("div", { key: '
|
|
14
|
+
return (h("div", { key: 'ffc3bdd998905aa0254b7610824996ddc5263547', class: "udp-timeline-separator" }, h("slot", { key: '92dc66209cffed11e4c04bb0f3f309c9f27cdda2' })));
|
|
15
15
|
}
|
|
16
16
|
static get style() { return udpTimelineSeparatorCss; }
|
|
17
17
|
}, [257, "udp-timeline-separator"]);
|
|
@@ -13,7 +13,7 @@ const UdpTimeline$1 = /*@__PURE__*/ proxyCustomElement(class UdpTimeline extends
|
|
|
13
13
|
this.align = 'left';
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
return (h(Host, { key: '
|
|
16
|
+
return (h(Host, { key: '555eec82e04f639c2ea3c7e6f02305406a601790', class: { [`align-${this.align}`]: true } }, h("div", { key: 'a717e8b6d0a12902927eda125d07a4fada686903', class: "udp-timeline-root" }, h("slot", { key: '2ae6134c049190100dc7fccc9b7ff768b85fc438' }))));
|
|
17
17
|
}
|
|
18
18
|
static get style() { return udpTimelineCss; }
|
|
19
19
|
}, [257, "udp-timeline", {
|
|
@@ -17,7 +17,7 @@ const UdpVerticalSpacer$1 = /*@__PURE__*/ proxyCustomElement(class UdpVerticalSp
|
|
|
17
17
|
large: 'spacing-13', // Assuming this corresponds to --spacing-13
|
|
18
18
|
};
|
|
19
19
|
const spacingClass = sizeMap[this.unit] || 'spacing-01';
|
|
20
|
-
return (h("div", { key: '
|
|
20
|
+
return (h("div", { key: 'e7ce17029af1bb28948d736098913de9b7bd8efe', class: spacingClass }));
|
|
21
21
|
}
|
|
22
22
|
static get style() { return udpVerticalSpacerCss; }
|
|
23
23
|
}, [257, "udp-vertical-spacer", {
|
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-01-
|
|
2
|
+
"timestamp": "2026-01-28T18:48:16",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.38.2",
|
|
@@ -1584,6 +1584,7 @@
|
|
|
1584
1584
|
"udp-dialog",
|
|
1585
1585
|
"udp-list-item",
|
|
1586
1586
|
"hint-panel",
|
|
1587
|
+
"udp-side-sheet",
|
|
1587
1588
|
"grid-header"
|
|
1588
1589
|
],
|
|
1589
1590
|
"dependencyGraph": {
|
|
@@ -1592,6 +1593,7 @@
|
|
|
1592
1593
|
"udp-dialog",
|
|
1593
1594
|
"udp-list-item",
|
|
1594
1595
|
"hint-panel",
|
|
1596
|
+
"udp-side-sheet",
|
|
1595
1597
|
"grid-header"
|
|
1596
1598
|
],
|
|
1597
1599
|
"udp-dialog": [
|
|
@@ -1610,6 +1612,29 @@
|
|
|
1610
1612
|
"unity-typography",
|
|
1611
1613
|
"udp-button"
|
|
1612
1614
|
],
|
|
1615
|
+
"udp-side-sheet": [
|
|
1616
|
+
"udp-icon",
|
|
1617
|
+
"stencil-icon-button",
|
|
1618
|
+
"unity-typography",
|
|
1619
|
+
"udp-button",
|
|
1620
|
+
"udp-linear-loader",
|
|
1621
|
+
"udp-pop-over",
|
|
1622
|
+
"udp-menu-item"
|
|
1623
|
+
],
|
|
1624
|
+
"stencil-icon-button": [
|
|
1625
|
+
"udp-ambient-tool-tip",
|
|
1626
|
+
"udp-badge"
|
|
1627
|
+
],
|
|
1628
|
+
"udp-ambient-tool-tip": [
|
|
1629
|
+
"unity-typography"
|
|
1630
|
+
],
|
|
1631
|
+
"udp-badge": [
|
|
1632
|
+
"unity-typography"
|
|
1633
|
+
],
|
|
1634
|
+
"udp-menu-item": [
|
|
1635
|
+
"udp-icon",
|
|
1636
|
+
"unity-typography"
|
|
1637
|
+
],
|
|
1613
1638
|
"grid-header": [
|
|
1614
1639
|
"unity-typography",
|
|
1615
1640
|
"udp-icon-button",
|
|
@@ -1623,16 +1648,6 @@
|
|
|
1623
1648
|
"udp-badge",
|
|
1624
1649
|
"udp-ambient-tool-tip"
|
|
1625
1650
|
],
|
|
1626
|
-
"udp-badge": [
|
|
1627
|
-
"unity-typography"
|
|
1628
|
-
],
|
|
1629
|
-
"udp-ambient-tool-tip": [
|
|
1630
|
-
"unity-typography"
|
|
1631
|
-
],
|
|
1632
|
-
"udp-menu-item": [
|
|
1633
|
-
"udp-icon",
|
|
1634
|
-
"unity-typography"
|
|
1635
|
-
],
|
|
1636
1651
|
"udp-chip": [
|
|
1637
1652
|
"udp-icon"
|
|
1638
1653
|
],
|
|
@@ -4207,6 +4222,7 @@
|
|
|
4207
4222
|
"udp-dialog",
|
|
4208
4223
|
"udp-list-item",
|
|
4209
4224
|
"hint-panel",
|
|
4225
|
+
"udp-side-sheet",
|
|
4210
4226
|
"grid-header"
|
|
4211
4227
|
],
|
|
4212
4228
|
"udp-dialog": [
|
|
@@ -4225,6 +4241,29 @@
|
|
|
4225
4241
|
"unity-typography",
|
|
4226
4242
|
"udp-button"
|
|
4227
4243
|
],
|
|
4244
|
+
"udp-side-sheet": [
|
|
4245
|
+
"udp-icon",
|
|
4246
|
+
"stencil-icon-button",
|
|
4247
|
+
"unity-typography",
|
|
4248
|
+
"udp-button",
|
|
4249
|
+
"udp-linear-loader",
|
|
4250
|
+
"udp-pop-over",
|
|
4251
|
+
"udp-menu-item"
|
|
4252
|
+
],
|
|
4253
|
+
"stencil-icon-button": [
|
|
4254
|
+
"udp-ambient-tool-tip",
|
|
4255
|
+
"udp-badge"
|
|
4256
|
+
],
|
|
4257
|
+
"udp-ambient-tool-tip": [
|
|
4258
|
+
"unity-typography"
|
|
4259
|
+
],
|
|
4260
|
+
"udp-badge": [
|
|
4261
|
+
"unity-typography"
|
|
4262
|
+
],
|
|
4263
|
+
"udp-menu-item": [
|
|
4264
|
+
"udp-icon",
|
|
4265
|
+
"unity-typography"
|
|
4266
|
+
],
|
|
4228
4267
|
"grid-header": [
|
|
4229
4268
|
"unity-typography",
|
|
4230
4269
|
"udp-icon-button",
|
|
@@ -4238,16 +4277,6 @@
|
|
|
4238
4277
|
"udp-badge",
|
|
4239
4278
|
"udp-ambient-tool-tip"
|
|
4240
4279
|
],
|
|
4241
|
-
"udp-badge": [
|
|
4242
|
-
"unity-typography"
|
|
4243
|
-
],
|
|
4244
|
-
"udp-ambient-tool-tip": [
|
|
4245
|
-
"unity-typography"
|
|
4246
|
-
],
|
|
4247
|
-
"udp-menu-item": [
|
|
4248
|
-
"udp-icon",
|
|
4249
|
-
"unity-typography"
|
|
4250
|
-
],
|
|
4251
4280
|
"udp-chip": [
|
|
4252
4281
|
"udp-icon"
|
|
4253
4282
|
]
|
|
@@ -5777,6 +5806,7 @@
|
|
|
5777
5806
|
"udp-dialog",
|
|
5778
5807
|
"udp-list-item",
|
|
5779
5808
|
"hint-panel",
|
|
5809
|
+
"udp-side-sheet",
|
|
5780
5810
|
"grid-header"
|
|
5781
5811
|
],
|
|
5782
5812
|
"udp-dialog": [
|
|
@@ -5795,6 +5825,29 @@
|
|
|
5795
5825
|
"unity-typography",
|
|
5796
5826
|
"udp-button"
|
|
5797
5827
|
],
|
|
5828
|
+
"udp-side-sheet": [
|
|
5829
|
+
"udp-icon",
|
|
5830
|
+
"stencil-icon-button",
|
|
5831
|
+
"unity-typography",
|
|
5832
|
+
"udp-button",
|
|
5833
|
+
"udp-linear-loader",
|
|
5834
|
+
"udp-pop-over",
|
|
5835
|
+
"udp-menu-item"
|
|
5836
|
+
],
|
|
5837
|
+
"stencil-icon-button": [
|
|
5838
|
+
"udp-ambient-tool-tip",
|
|
5839
|
+
"udp-badge"
|
|
5840
|
+
],
|
|
5841
|
+
"udp-ambient-tool-tip": [
|
|
5842
|
+
"unity-typography"
|
|
5843
|
+
],
|
|
5844
|
+
"udp-badge": [
|
|
5845
|
+
"unity-typography"
|
|
5846
|
+
],
|
|
5847
|
+
"udp-menu-item": [
|
|
5848
|
+
"udp-icon",
|
|
5849
|
+
"unity-typography"
|
|
5850
|
+
],
|
|
5798
5851
|
"grid-header": [
|
|
5799
5852
|
"unity-typography",
|
|
5800
5853
|
"udp-icon-button",
|
|
@@ -5808,16 +5861,6 @@
|
|
|
5808
5861
|
"udp-badge",
|
|
5809
5862
|
"udp-ambient-tool-tip"
|
|
5810
5863
|
],
|
|
5811
|
-
"udp-badge": [
|
|
5812
|
-
"unity-typography"
|
|
5813
|
-
],
|
|
5814
|
-
"udp-ambient-tool-tip": [
|
|
5815
|
-
"unity-typography"
|
|
5816
|
-
],
|
|
5817
|
-
"udp-menu-item": [
|
|
5818
|
-
"udp-icon",
|
|
5819
|
-
"unity-typography"
|
|
5820
|
-
],
|
|
5821
5864
|
"udp-chip": [
|
|
5822
5865
|
"udp-icon"
|
|
5823
5866
|
],
|
|
@@ -16675,6 +16718,7 @@
|
|
|
16675
16718
|
"udp-dialog",
|
|
16676
16719
|
"udp-list-item",
|
|
16677
16720
|
"hint-panel",
|
|
16721
|
+
"udp-side-sheet",
|
|
16678
16722
|
"grid-header"
|
|
16679
16723
|
],
|
|
16680
16724
|
"udp-dialog": [
|
|
@@ -16693,6 +16737,19 @@
|
|
|
16693
16737
|
"unity-typography",
|
|
16694
16738
|
"udp-button"
|
|
16695
16739
|
],
|
|
16740
|
+
"udp-side-sheet": [
|
|
16741
|
+
"udp-icon",
|
|
16742
|
+
"stencil-icon-button",
|
|
16743
|
+
"unity-typography",
|
|
16744
|
+
"udp-button",
|
|
16745
|
+
"udp-linear-loader",
|
|
16746
|
+
"udp-pop-over",
|
|
16747
|
+
"udp-menu-item"
|
|
16748
|
+
],
|
|
16749
|
+
"stencil-icon-button": [
|
|
16750
|
+
"udp-ambient-tool-tip",
|
|
16751
|
+
"udp-badge"
|
|
16752
|
+
],
|
|
16696
16753
|
"grid-header": [
|
|
16697
16754
|
"unity-typography",
|
|
16698
16755
|
"udp-icon-button",
|
|
@@ -18205,6 +18262,7 @@
|
|
|
18205
18262
|
"udp-dialog",
|
|
18206
18263
|
"udp-list-item",
|
|
18207
18264
|
"hint-panel",
|
|
18265
|
+
"udp-side-sheet",
|
|
18208
18266
|
"grid-header"
|
|
18209
18267
|
],
|
|
18210
18268
|
"udp-dialog": [
|
|
@@ -18223,6 +18281,29 @@
|
|
|
18223
18281
|
"unity-typography",
|
|
18224
18282
|
"udp-button"
|
|
18225
18283
|
],
|
|
18284
|
+
"udp-side-sheet": [
|
|
18285
|
+
"udp-icon",
|
|
18286
|
+
"stencil-icon-button",
|
|
18287
|
+
"unity-typography",
|
|
18288
|
+
"udp-button",
|
|
18289
|
+
"udp-linear-loader",
|
|
18290
|
+
"udp-pop-over",
|
|
18291
|
+
"udp-menu-item"
|
|
18292
|
+
],
|
|
18293
|
+
"stencil-icon-button": [
|
|
18294
|
+
"udp-ambient-tool-tip",
|
|
18295
|
+
"udp-badge"
|
|
18296
|
+
],
|
|
18297
|
+
"udp-ambient-tool-tip": [
|
|
18298
|
+
"unity-typography"
|
|
18299
|
+
],
|
|
18300
|
+
"udp-badge": [
|
|
18301
|
+
"unity-typography"
|
|
18302
|
+
],
|
|
18303
|
+
"udp-menu-item": [
|
|
18304
|
+
"udp-icon",
|
|
18305
|
+
"unity-typography"
|
|
18306
|
+
],
|
|
18226
18307
|
"grid-header": [
|
|
18227
18308
|
"unity-typography",
|
|
18228
18309
|
"udp-icon-button",
|
|
@@ -18236,16 +18317,6 @@
|
|
|
18236
18317
|
"udp-badge",
|
|
18237
18318
|
"udp-ambient-tool-tip"
|
|
18238
18319
|
],
|
|
18239
|
-
"udp-badge": [
|
|
18240
|
-
"unity-typography"
|
|
18241
|
-
],
|
|
18242
|
-
"udp-ambient-tool-tip": [
|
|
18243
|
-
"unity-typography"
|
|
18244
|
-
],
|
|
18245
|
-
"udp-menu-item": [
|
|
18246
|
-
"udp-icon",
|
|
18247
|
-
"unity-typography"
|
|
18248
|
-
],
|
|
18249
18320
|
"udp-chip": [
|
|
18250
18321
|
"udp-icon"
|
|
18251
18322
|
],
|
|
@@ -19478,6 +19549,7 @@
|
|
|
19478
19549
|
"udp-dialog",
|
|
19479
19550
|
"udp-list-item",
|
|
19480
19551
|
"hint-panel",
|
|
19552
|
+
"udp-side-sheet",
|
|
19481
19553
|
"grid-header"
|
|
19482
19554
|
],
|
|
19483
19555
|
"udp-dialog": [
|
|
@@ -19496,6 +19568,29 @@
|
|
|
19496
19568
|
"unity-typography",
|
|
19497
19569
|
"udp-button"
|
|
19498
19570
|
],
|
|
19571
|
+
"udp-side-sheet": [
|
|
19572
|
+
"udp-icon",
|
|
19573
|
+
"stencil-icon-button",
|
|
19574
|
+
"unity-typography",
|
|
19575
|
+
"udp-button",
|
|
19576
|
+
"udp-linear-loader",
|
|
19577
|
+
"udp-pop-over",
|
|
19578
|
+
"udp-menu-item"
|
|
19579
|
+
],
|
|
19580
|
+
"stencil-icon-button": [
|
|
19581
|
+
"udp-ambient-tool-tip",
|
|
19582
|
+
"udp-badge"
|
|
19583
|
+
],
|
|
19584
|
+
"udp-ambient-tool-tip": [
|
|
19585
|
+
"unity-typography"
|
|
19586
|
+
],
|
|
19587
|
+
"udp-badge": [
|
|
19588
|
+
"unity-typography"
|
|
19589
|
+
],
|
|
19590
|
+
"udp-menu-item": [
|
|
19591
|
+
"udp-icon",
|
|
19592
|
+
"unity-typography"
|
|
19593
|
+
],
|
|
19499
19594
|
"grid-header": [
|
|
19500
19595
|
"unity-typography",
|
|
19501
19596
|
"udp-icon-button",
|
|
@@ -19509,16 +19604,6 @@
|
|
|
19509
19604
|
"udp-badge",
|
|
19510
19605
|
"udp-ambient-tool-tip"
|
|
19511
19606
|
],
|
|
19512
|
-
"udp-badge": [
|
|
19513
|
-
"unity-typography"
|
|
19514
|
-
],
|
|
19515
|
-
"udp-ambient-tool-tip": [
|
|
19516
|
-
"unity-typography"
|
|
19517
|
-
],
|
|
19518
|
-
"udp-menu-item": [
|
|
19519
|
-
"udp-icon",
|
|
19520
|
-
"unity-typography"
|
|
19521
|
-
],
|
|
19522
19607
|
"udp-chip": [
|
|
19523
19608
|
"udp-icon"
|
|
19524
19609
|
],
|
|
@@ -46360,6 +46445,7 @@
|
|
|
46360
46445
|
"slots": [],
|
|
46361
46446
|
"parts": [],
|
|
46362
46447
|
"dependents": [
|
|
46448
|
+
"ag-grid-base",
|
|
46363
46449
|
"udp-forms-builder",
|
|
46364
46450
|
"udp-forms-list",
|
|
46365
46451
|
"udp-forms-renderer"
|
|
@@ -46397,6 +46483,9 @@
|
|
|
46397
46483
|
"udp-icon",
|
|
46398
46484
|
"unity-typography"
|
|
46399
46485
|
],
|
|
46486
|
+
"ag-grid-base": [
|
|
46487
|
+
"udp-side-sheet"
|
|
46488
|
+
],
|
|
46400
46489
|
"udp-forms-builder": [
|
|
46401
46490
|
"udp-side-sheet"
|
|
46402
46491
|
],
|
|
@@ -50954,7 +51043,7 @@
|
|
|
50954
51043
|
"path": "src/components/grid/new-grid/interfaces/gridFunction.ts"
|
|
50955
51044
|
},
|
|
50956
51045
|
"src/components/grid/new-grid/interfaces/grid.ts::GridApiMethods": {
|
|
50957
|
-
"declaration": "export interface GridApiMethods {\n refreshServerSide: () => void;\n getSelectedRows: () => any[];\n getSelectedNodes: () => IRowNode<any>[];\n getSearchObject: () => Search;\n getEntityName: () => string;\n getFilterModel: () => FilterModel;\n setFilterModel: (model: FilterModel) => void;\n onFilterChanged: () => void;\n expandAll: () => void;\n collapseAll: () => void;\n toggleLoadingOverlay: (value: boolean) => void;\n refreshCells: () => void;\n refreshClientSideRowModel: (type: ClientSideRowModelStep) => void;\n selectAll: (mode?: SelectAllMode, source?: SelectionEventSourceType) => void;\n deselectAll: (mode?: SelectAllMode, source?: SelectionEventSourceType) => void;\n getServerSideSelectionState: () =>\n | IServerSideSelectionState\n | IServerSideGroupSelectionState\n | null;\n setServerSideSelectionState: (\n state: IServerSideSelectionState | IServerSideGroupSelectionState,\n ) => void;\n forEachNode: (callback: (node: IRowNode<any>, index: number) => void) => void;\n forEachNodeAfterFilterAndSort: (callback: (node: IRowNode<any>, index: number) => void) => void;\n}",
|
|
51046
|
+
"declaration": "export interface GridApiMethods {\n refreshServerSide: () => void;\n getSelectedRows: () => any[];\n getSelectedNodes: () => IRowNode<any>[];\n getSearchObject: () => Search;\n getEntityName: () => string;\n getRowCount: () => number;\n getFilterModel: () => FilterModel;\n setFilterModel: (model: FilterModel) => void;\n onFilterChanged: () => void;\n expandAll: () => void;\n collapseAll: () => void;\n toggleLoadingOverlay: (value: boolean) => void;\n refreshCells: () => void;\n refreshClientSideRowModel: (type: ClientSideRowModelStep) => void;\n selectAll: (mode?: SelectAllMode, source?: SelectionEventSourceType) => void;\n deselectAll: (mode?: SelectAllMode, source?: SelectionEventSourceType) => void;\n getServerSideSelectionState: () =>\n | IServerSideSelectionState\n | IServerSideGroupSelectionState\n | null;\n setServerSideSelectionState: (\n state: IServerSideSelectionState | IServerSideGroupSelectionState,\n ) => void;\n forEachNode: (callback: (node: IRowNode<any>, index: number) => void) => void;\n forEachNodeAfterFilterAndSort: (callback: (node: IRowNode<any>, index: number) => void) => void;\n}",
|
|
50958
51047
|
"docstring": "",
|
|
50959
51048
|
"path": "src/components/grid/new-grid/interfaces/grid.ts"
|
|
50960
51049
|
},
|