@turquoisehealth/pit-viper 2.201.0 → 2.201.1-dev.1

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.
@@ -103,6 +103,12 @@ export interface PvDataTableWithChartProps<T> extends PvDataTableProps<T> {
103
103
  filterPanelAboveChart?: boolean;
104
104
  /** If true, the filter panel is view-only: filters are visible but cannot be changed */
105
105
  filterPanelReadOnly?: boolean;
106
+ /**
107
+ * If true (and `filterPanelReadOnly` is also true), filters with no active
108
+ * selections are disabled in read-only mode. When false, all filter dropdowns
109
+ * remain browsable in read-only mode.
110
+ */
111
+ disableUnselectedReadOnlyFilters?: boolean;
106
112
  /** If true, the chart configuration panel is view-only: its controls are visible but disabled */
107
113
  chartConfigPanelReadOnly?: boolean;
108
114
  /** When true, the chart section starts in a collapsed state. */
@@ -7,6 +7,7 @@ export interface FilterPanelProps {
7
7
  focusText?: string;
8
8
  maxHorizontalFilters: number;
9
9
  readOnly?: boolean;
10
+ disableUnselectedFilters?: boolean;
10
11
  }
11
12
  declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
12
13
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
@@ -12,6 +12,8 @@ export interface SetFilterProps<T> {
12
12
  displayPreferencesIcon?: boolean;
13
13
  focusText?: string;
14
14
  readOnly?: boolean;
15
+ /** When true (with readOnly), filters with no selections are disabled. */
16
+ disableUnselected?: boolean;
15
17
  }
16
18
  declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
17
19
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
@@ -336,6 +336,13 @@ export interface PvDataTableProps<T> {
336
336
  maxHorizontalFilters?: number;
337
337
  /** If true, the filter panel is view-only: filters are visible but cannot be changed */
338
338
  filterPanelReadOnly?: boolean;
339
+ /**
340
+ * If true (and `filterPanelReadOnly` is also true), filters with no active
341
+ * selections are disabled: their dropdown-bar buttons cannot be opened and
342
+ * their expand carat is hidden in the vertical panel. When false, all filter
343
+ * dropdowns remain browsable in read-only mode.
344
+ */
345
+ disableUnselectedReadOnlyFilters?: boolean;
339
346
  /** If true, maintains the column order when columns are added or removed */
340
347
  maintainColumnOrder?: boolean;
341
348
  /**
@@ -1,4 +1,4 @@
1
- (function(){try{if(typeof document<`u`){var e=document.createElement(`style`);e.appendChild(document.createTextNode(`.pv-scatter-overlay[data-v-ad4913cb]{pointer-events:none;z-index:2;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;width:100%;height:100%;display:grid;position:absolute;top:0;left:0}.pv-scatter-quadrant[data-v-ad4913cb]{display:flex;overflow:hidden}.pv-scatter-quadrant-box[data-v-ad4913cb]{color:#666;pointer-events:all;background:#8080801a;border-radius:4px;max-width:calc(100% - 10px);max-height:calc(100% - 10px);padding:8px;font-size:12px;font-weight:600;overflow:auto}.pv-scatter-quadrant-top-left[data-v-ad4913cb]{grid-area:1/1;justify-content:flex-start;align-items:flex-start;padding:5px}.pv-scatter-quadrant-top-right[data-v-ad4913cb]{grid-area:1/2;justify-content:flex-end;align-items:flex-start;padding:5px}.pv-scatter-quadrant-bottom-left[data-v-ad4913cb]{grid-area:2/1;justify-content:flex-start;align-items:flex-end;padding:5px}.pv-scatter-quadrant-bottom-right[data-v-ad4913cb]{grid-area:2/2;justify-content:flex-end;align-items:flex-end;padding:5px}.pv-chart-loading[data-v-ad4913cb]{text-align:center;opacity:1;z-index:4;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;top:0;left:0}.pv-chart-loading-icon[data-v-ad4913cb]{color:#16696d;animation:1.5s ease-in-out infinite pulse-ad4913cb}@keyframes pulse-ad4913cb{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.pv-chart-widget[data-v-d92b6ed9]{box-sizing:border-box;flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;position:relative}.pv-chart-widget--constrained[data-v-d92b6ed9]{overflow:hidden}.pv-chart-widget__chart-area[data-v-d92b6ed9]{flex:auto;width:100%;min-height:0;position:relative;overflow:hidden}.pv-chart-widget__chart-scroll[data-v-d92b6ed9]{width:100%;height:100%;min-height:0}.pv-chart-widget__chart-scroll--enabled[data-v-d92b6ed9]{overflow:auto}.pv-chart-widget__chart-content[data-v-d92b6ed9]{height:100%;min-height:100%}.pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}.pv-select-button-trigger-avatar[data-v-5b922a5f]{font-size:.5rem;font-weight:700}.pv-select-button-trigger-content[data-v-5b922a5f]{min-width:0}.pv-select-button-trigger-label[data-v-5b922a5f]{flex:auto;min-width:0}.pv-switch-hide-check[data-v-73e6d2b2] input[type=checkbox]:checked:after,.pv-switch-hide-check[data-v-73e6d2b2] input[type=checkbox]:checked:not(:disabled):hover:after,.pv-switch-hide-check[data-v-73e6d2b2] input[type=checkbox]:checked:not(:disabled):focus-visible:after,.pv-switch-hide-check[data-v-73e6d2b2] input[type=checkbox]:checked:not(:disabled):active:after,.pv-switch-hide-check[data-v-73e6d2b2] input[type=checkbox]:checked:disabled:after{background-image:unset}.pv-action-button-reveal-on-hover{opacity:0;transition:opacity .2s}.pv-label:hover .pv-action-button-reveal-on-hover{opacity:1}.pv-menu-item-disabled[data-v-a93608b0]{pointer-events:none;color:#7d898d;border-radius:4px}.pv-menu-item{&[data-v-a93608b0]{cursor:pointer;border-radius:var(--popover-list-item-radius,4px);transition-property:background-color;transition-duration:.15s}&[data-v-a93608b0]:hover,&[data-v-a93608b0]:focus-visible{background-color:var(--popover-list-item-hover-background-color,#f5f5f5)}&[data-v-a93608b0]:active{background-color:var(--popover-list-item-pressed-background-color,#ebebeb)}}.pv-radio[data-v-a93608b0]:indeterminate{background-color:unset!important;border-color:var(--color-border,#e3e7ea)!important}.pv-menu-item-expand-chevron[data-v-a93608b0]{flex-shrink:0;margin-left:auto;padding:4px}.pv-menu-item-disabled .pv-menu-item-expand-chevron[data-v-a93608b0]{pointer-events:auto;color:inherit}.pv-data-widget[data-v-1681e679]{box-sizing:border-box;width:100%;min-width:0;min-height:0}.pv-data-widget--constrained[data-v-1681e679]{flex-direction:column;display:flex;overflow:hidden}.pv-data-widget--constrained .pv-data-widget__body[data-v-1681e679]{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.pv-data-widget__table-container[data-v-1681e679]{min-height:0}.pv-data-widget__below-table[data-v-1681e679]{margin-top:16px}.pv-data-widget--constrained .pv-data-widget__table-container[data-v-1681e679]{flex:auto}.pv-data-widget--constrained .pv-data-widget__below-table[data-v-1681e679]{flex:none}.pv-data-widget__chart-scroll[data-v-1681e679]{width:100%;min-height:0;overflow:hidden}.pv-data-widget--constrained .pv-data-widget__chart-scroll[data-v-1681e679]{flex:auto}.pv-data-widget__chart-scroll--enabled[data-v-1681e679]{overflow:auto}.pv-data-widget__chart-content[data-v-1681e679]{min-height:100%}.pv-popover-list[data-v-c6181252]{font-size:14px}.pv-icon-button[data-v-79a7def3]{background-color:#0000;border:none}.pv-icon-button[data-v-79a7def3]:hover{cursor:pointer;color:#176f6f}.pv-select[data-v-79a7def3]{padding-top:4px;padding-bottom:4px}.input-icon-position{pointer-events:none;position:absolute;top:8px;left:12px}.pv-text-tertiary[data-v-ff951d17]{color:#6e8081}.pv-query-builder-input-wrapper[data-v-4decbec2]{cursor:text;background:#f7f8f8;border:2px solid #0000;border-radius:.5rem;align-items:center;width:100%;min-height:2.25rem;padding:.25rem;font-size:.75rem;display:flex;position:relative}.pv-query-builder-input[data-v-4decbec2]{justify-content:start;overflow-x:hidden}.pv-query-builder-input-wrapper input[data-v-4decbec2]{background:0 0;border:none;outline:none;font-size:.75rem}.pv-query-builder-input-wrapper[data-v-4decbec2]:focus-within{border:2px solid #36c5ba}.pv-table-row-count{opacity:1;background-color:#f7f8f8;transition:opacity .3s;position:absolute;top:6px;right:12px}.pv-table-group-cell:hover .pv-table-row-count{opacity:0}.pv-table-row-number{text-align:center;color:#89989b;padding:8px 12px 8px 0}.suggested-label[data-v-9d73220c]:hover{color:#16696d}.suggested-title-label[data-v-9d73220c]:hover{color:#0d5256;text-decoration:underline}.ag-custom-header-cell[data-v-385ad98a]{align-items:center;height:100%}.ag-header-actions .ag-header-cell-menu-button[data-v-385ad98a]{opacity:0;transition:opacity .2s ease-in-out}.ag-header-cell-menu-button:hover .ag-header-actions .ag-header-cell-menu-button[data-v-385ad98a],.ag-header-cell-menu-button:focus .ag-header-actions .ag-header-cell-menu-button[data-v-385ad98a]{opacity:1}.pv-table-row-number[data-v-686928ce]{text-align:center;color:#89989b;padding:8px 12px 8px 0}.pv-table-overlay{z-index:2;pointer-events:none;background:#fff;width:100%;height:calc(100% - 40px);position:absolute;top:80px}.pv-data-table .ag-header-cell-resize{border:none!important}.pv-data-table .ag-cell-inline-editing .ag-cell-editor{height:100%!important}.pv-data-table .ag-rich-select-value{min-height:100%!important}.pv-data-table .ag-row-group-leaf-indent{margin-left:0;padding-left:7px}.pv-data-table .ag-custom-loading-cell{background-color:#ccc;border-radius:4px;width:100%;height:40%;margin:15px}.pv-data-table .ag-group-value{width:100%;height:100%}.pv-data-table .ag-row:not(.ag-row-group) .ag-cell-wrapper{align-items:stretch;height:100%}.pv-data-table .ag-menu-option:hover{background-color:#f7f8f8}.pv-data-table .ag-menu-option-shortcut{color:#89989b}.pv-data-table .ag-menu-option:active{background-color:#e8f2f4}.pv-data-table .ag-menu-option-text{font-family:Inter,sans-serif}.pv-data-table .ag-header-cell-menu-button:hover{box-shadow:unset!important}.pv-data-table .ag-button{border-radius:4px!important;padding:3px 8px!important;font-size:12px!important}.pv-data-table-grouped-card .ag-body-horizontal-scroll{display:none!important}.pv-data-table-grouped-card .ag-header-cell-resize{opacity:0;transition:opacity .2s}.pv-data-table-grouped-card .ag-header-cell:hover .ag-header-cell-resize{opacity:1}.pv-data-table-grouped-card .ag-row-group-contracted{background:linear-gradient(#fff 5px,#f7f8f8 5px calc(100% - 5px),#fff calc(100% - 5px))!important}.pv-data-table-grouped-card .ag-row-group-expanded{background:linear-gradient(#fff 5px,#f7f8f8 5px)!important}.pv-data-table-grouped-card .ag-row-group-contracted .ag-cell{border:none!important;align-items:center!important;padding-top:5px!important;padding-bottom:5px!important}.pv-data-table-grouped-card .ag-row-group-expanded .ag-cell{border:none!important;align-items:center!important;padding-top:5px!important;padding-bottom:0!important}.pv-data-table-grouped-card .ag-row-group-contracted .ag-cell-wrapper,.pv-data-table-grouped-card .ag-row-group-expanded .ag-cell-wrapper{align-items:center!important;height:100%!important}.pv-data-table-grouped-card .ag-row-group-contracted .ag-cell-value,.pv-data-table-grouped-card .ag-row-group-expanded .ag-cell-value{height:100%!important}.pv-data-table-grouped-card .ag-row:not(.ag-row-group-contracted):not(.ag-row-group-expanded){border-bottom:1px solid #e0e0e0!important;border-left:1px solid #e0e0e0!important;border-right:1px solid #e0e0e0!important}.pv-data-table-grouped-card .ag-row-group-contracted:after{content:"";pointer-events:none;border:1px solid #e0e0e0;border-radius:4px;position:absolute;inset:5px 0}.pv-data-table-grouped-card .ag-row-group-expanded:after{content:"";pointer-events:none;border:1px solid #e0e0e0;border-radius:4px 4px 0 0;position:absolute;inset:5px 0 0}.pv-data-table-grouped-card .ag-row-group-contracted:hover,.pv-data-table-grouped-card .ag-row-group-expanded:hover{background:linear-gradient(#fff 5px,#eef0f0 5px calc(100% - 5px),#fff calc(100% - 5px))!important}.pv-data-table-grouped-card .ag-row-group-expanded:hover{background:linear-gradient(#fff 5px,#eef0f0 5px)!important}.pv-data-table-grouped-card .ag-row:not(.ag-row-group-contracted):not(.ag-row-group-expanded):hover{background-color:#f7f8f8!important}.pv-data-table-grouped-card .ag-group-value{height:100%}.pv-text-tertiary[data-v-34615cd0]{color:#89989b}.pv-button-placeholder[data-v-34615cd0]{width:24px;height:24px}.pv-sort-option[data-v-34615cd0]{--flex-gap:4px;cursor:grab;min-height:24px}.pv-menu-item-disabled[data-v-34615cd0]{pointer-events:none;color:#7d898d}.placeholder-zone[data-v-34615cd0]{transition:background-color .2s}.pv-placeholder-dropzone[data-v-34615cd0]{justify-content:center;align-items:center;padding:8px 4px;transition:all .2s;border-style:dashed!important;border-color:#e3e7ea!important}.placeholder-zone.placeholder-drag-over .pv-placeholder-dropzone[data-v-34615cd0]{background:#f0f9f9;border-color:#16696d!important}.sort-divider-container[data-v-34615cd0]{display:flex}.sort-divider[data-v-34615cd0]{border-top:1px solid #e3e7ea;flex:1;margin:1rem 0;position:relative}.sort-divider[data-v-34615cd0]:after{content:attr(data-label);font-size:inherit;white-space:nowrap;background:#fff;padding:0 .5em;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pv-menu-nested[data-v-4a384de9]:after{content:"›"}[data-v-4a384de9] .pv-menu-nested-active{background-color:var(--popover-list-selected-item-background-color,#e4f8f6)}.pv-tooltip a[data-v-4a384de9]{color:inherit}.pv-chart-option[data-v-4a384de9]{min-width:150px;max-width:225px}.pv-chart-overlay{pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ag-charts-tooltip{background-color:#fffffff2}.ag-charts-floating-toolbar{display:none!important}
1
+ (function(){try{if(typeof document<`u`){var e=document.createElement(`style`);e.appendChild(document.createTextNode(`.pv-scatter-overlay[data-v-ad4913cb]{pointer-events:none;z-index:2;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;width:100%;height:100%;display:grid;position:absolute;top:0;left:0}.pv-scatter-quadrant[data-v-ad4913cb]{display:flex;overflow:hidden}.pv-scatter-quadrant-box[data-v-ad4913cb]{color:#666;pointer-events:all;background:#8080801a;border-radius:4px;max-width:calc(100% - 10px);max-height:calc(100% - 10px);padding:8px;font-size:12px;font-weight:600;overflow:auto}.pv-scatter-quadrant-top-left[data-v-ad4913cb]{grid-area:1/1;justify-content:flex-start;align-items:flex-start;padding:5px}.pv-scatter-quadrant-top-right[data-v-ad4913cb]{grid-area:1/2;justify-content:flex-end;align-items:flex-start;padding:5px}.pv-scatter-quadrant-bottom-left[data-v-ad4913cb]{grid-area:2/1;justify-content:flex-start;align-items:flex-end;padding:5px}.pv-scatter-quadrant-bottom-right[data-v-ad4913cb]{grid-area:2/2;justify-content:flex-end;align-items:flex-end;padding:5px}.pv-chart-loading[data-v-ad4913cb]{text-align:center;opacity:1;z-index:4;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;top:0;left:0}.pv-chart-loading-icon[data-v-ad4913cb]{color:#16696d;animation:1.5s ease-in-out infinite pulse-ad4913cb}@keyframes pulse-ad4913cb{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.pv-chart-widget[data-v-d92b6ed9]{box-sizing:border-box;flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;position:relative}.pv-chart-widget--constrained[data-v-d92b6ed9]{overflow:hidden}.pv-chart-widget__chart-area[data-v-d92b6ed9]{flex:auto;width:100%;min-height:0;position:relative;overflow:hidden}.pv-chart-widget__chart-scroll[data-v-d92b6ed9]{width:100%;height:100%;min-height:0}.pv-chart-widget__chart-scroll--enabled[data-v-d92b6ed9]{overflow:auto}.pv-chart-widget__chart-content[data-v-d92b6ed9]{height:100%;min-height:100%}.pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}.pv-select-button-trigger-avatar[data-v-5b922a5f]{font-size:.5rem;font-weight:700}.pv-select-button-trigger-content[data-v-5b922a5f]{min-width:0}.pv-select-button-trigger-label[data-v-5b922a5f]{flex:auto;min-width:0}.pv-switch-hide-check[data-v-73e6d2b2] input[type=checkbox]:checked:after,.pv-switch-hide-check[data-v-73e6d2b2] input[type=checkbox]:checked:not(:disabled):hover:after,.pv-switch-hide-check[data-v-73e6d2b2] input[type=checkbox]:checked:not(:disabled):focus-visible:after,.pv-switch-hide-check[data-v-73e6d2b2] input[type=checkbox]:checked:not(:disabled):active:after,.pv-switch-hide-check[data-v-73e6d2b2] input[type=checkbox]:checked:disabled:after{background-image:unset}.pv-action-button-reveal-on-hover{opacity:0;transition:opacity .2s}.pv-label:hover .pv-action-button-reveal-on-hover{opacity:1}.pv-menu-item-disabled[data-v-a93608b0]{pointer-events:none;color:#7d898d;border-radius:4px}.pv-menu-item{&[data-v-a93608b0]{cursor:pointer;border-radius:var(--popover-list-item-radius,4px);transition-property:background-color;transition-duration:.15s}&[data-v-a93608b0]:hover,&[data-v-a93608b0]:focus-visible{background-color:var(--popover-list-item-hover-background-color,#f5f5f5)}&[data-v-a93608b0]:active{background-color:var(--popover-list-item-pressed-background-color,#ebebeb)}}.pv-radio[data-v-a93608b0]:indeterminate{background-color:unset!important;border-color:var(--color-border,#e3e7ea)!important}.pv-menu-item-expand-chevron[data-v-a93608b0]{flex-shrink:0;margin-left:auto;padding:4px}.pv-menu-item-disabled .pv-menu-item-expand-chevron[data-v-a93608b0]{pointer-events:auto;color:inherit}.pv-data-widget[data-v-1681e679]{box-sizing:border-box;width:100%;min-width:0;min-height:0}.pv-data-widget--constrained[data-v-1681e679]{flex-direction:column;display:flex;overflow:hidden}.pv-data-widget--constrained .pv-data-widget__body[data-v-1681e679]{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.pv-data-widget__table-container[data-v-1681e679]{min-height:0}.pv-data-widget__below-table[data-v-1681e679]{margin-top:16px}.pv-data-widget--constrained .pv-data-widget__table-container[data-v-1681e679]{flex:auto}.pv-data-widget--constrained .pv-data-widget__below-table[data-v-1681e679]{flex:none}.pv-data-widget__chart-scroll[data-v-1681e679]{width:100%;min-height:0;overflow:hidden}.pv-data-widget--constrained .pv-data-widget__chart-scroll[data-v-1681e679]{flex:auto}.pv-data-widget__chart-scroll--enabled[data-v-1681e679]{overflow:auto}.pv-data-widget__chart-content[data-v-1681e679]{min-height:100%}.pv-popover-list[data-v-c6181252]{font-size:14px}.pv-icon-button[data-v-79a7def3]{background-color:#0000;border:none}.pv-icon-button[data-v-79a7def3]:hover{cursor:pointer;color:#176f6f}.pv-select[data-v-79a7def3]{padding-top:4px;padding-bottom:4px}.input-icon-position{pointer-events:none;position:absolute;top:8px;left:12px}.pv-text-tertiary[data-v-ff951d17]{color:#6e8081}.pv-query-builder-input-wrapper[data-v-4decbec2]{cursor:text;background:#f7f8f8;border:2px solid #0000;border-radius:.5rem;align-items:center;width:100%;min-height:2.25rem;padding:.25rem;font-size:.75rem;display:flex;position:relative}.pv-query-builder-input[data-v-4decbec2]{justify-content:start;overflow-x:hidden}.pv-query-builder-input-wrapper input[data-v-4decbec2]{background:0 0;border:none;outline:none;font-size:.75rem}.pv-query-builder-input-wrapper[data-v-4decbec2]:focus-within{border:2px solid #36c5ba}.pv-table-row-count{opacity:1;background-color:#f7f8f8;transition:opacity .3s;position:absolute;top:6px;right:12px}.pv-table-group-cell:hover .pv-table-row-count{opacity:0}.pv-table-row-number{text-align:center;color:#89989b;padding:8px 12px 8px 0}.suggested-label[data-v-1f71e32f]:hover{color:#16696d}.suggested-title-label[data-v-1f71e32f]:hover{color:#0d5256;text-decoration:underline}.pv-details-no-carat>summary[data-v-91375005]{cursor:default;background-image:none}.ag-custom-header-cell[data-v-385ad98a]{align-items:center;height:100%}.ag-header-actions .ag-header-cell-menu-button[data-v-385ad98a]{opacity:0;transition:opacity .2s ease-in-out}.ag-header-cell-menu-button:hover .ag-header-actions .ag-header-cell-menu-button[data-v-385ad98a],.ag-header-cell-menu-button:focus .ag-header-actions .ag-header-cell-menu-button[data-v-385ad98a]{opacity:1}.pv-table-row-number[data-v-686928ce]{text-align:center;color:#89989b;padding:8px 12px 8px 0}.pv-table-overlay{z-index:2;pointer-events:none;background:#fff;width:100%;height:calc(100% - 40px);position:absolute;top:80px}.pv-data-table .ag-header-cell-resize{border:none!important}.pv-data-table .ag-cell-inline-editing .ag-cell-editor{height:100%!important}.pv-data-table .ag-rich-select-value{min-height:100%!important}.pv-data-table .ag-row-group-leaf-indent{margin-left:0;padding-left:7px}.pv-data-table .ag-custom-loading-cell{background-color:#ccc;border-radius:4px;width:100%;height:40%;margin:15px}.pv-data-table .ag-group-value{width:100%;height:100%}.pv-data-table .ag-row:not(.ag-row-group) .ag-cell-wrapper{align-items:stretch;height:100%}.pv-data-table .ag-menu-option:hover{background-color:#f7f8f8}.pv-data-table .ag-menu-option-shortcut{color:#89989b}.pv-data-table .ag-menu-option:active{background-color:#e8f2f4}.pv-data-table .ag-menu-option-text{font-family:Inter,sans-serif}.pv-data-table .ag-header-cell-menu-button:hover{box-shadow:unset!important}.pv-data-table .ag-button{border-radius:4px!important;padding:3px 8px!important;font-size:12px!important}.pv-data-table-grouped-card .ag-body-horizontal-scroll{display:none!important}.pv-data-table-grouped-card .ag-header-cell-resize{opacity:0;transition:opacity .2s}.pv-data-table-grouped-card .ag-header-cell:hover .ag-header-cell-resize{opacity:1}.pv-data-table-grouped-card .ag-row-group-contracted{background:linear-gradient(#fff 5px,#f7f8f8 5px calc(100% - 5px),#fff calc(100% - 5px))!important}.pv-data-table-grouped-card .ag-row-group-expanded{background:linear-gradient(#fff 5px,#f7f8f8 5px)!important}.pv-data-table-grouped-card .ag-row-group-contracted .ag-cell{border:none!important;align-items:center!important;padding-top:5px!important;padding-bottom:5px!important}.pv-data-table-grouped-card .ag-row-group-expanded .ag-cell{border:none!important;align-items:center!important;padding-top:5px!important;padding-bottom:0!important}.pv-data-table-grouped-card .ag-row-group-contracted .ag-cell-wrapper,.pv-data-table-grouped-card .ag-row-group-expanded .ag-cell-wrapper{align-items:center!important;height:100%!important}.pv-data-table-grouped-card .ag-row-group-contracted .ag-cell-value,.pv-data-table-grouped-card .ag-row-group-expanded .ag-cell-value{height:100%!important}.pv-data-table-grouped-card .ag-row:not(.ag-row-group-contracted):not(.ag-row-group-expanded){border-bottom:1px solid #e0e0e0!important;border-left:1px solid #e0e0e0!important;border-right:1px solid #e0e0e0!important}.pv-data-table-grouped-card .ag-row-group-contracted:after{content:"";pointer-events:none;border:1px solid #e0e0e0;border-radius:4px;position:absolute;inset:5px 0}.pv-data-table-grouped-card .ag-row-group-expanded:after{content:"";pointer-events:none;border:1px solid #e0e0e0;border-radius:4px 4px 0 0;position:absolute;inset:5px 0 0}.pv-data-table-grouped-card .ag-row-group-contracted:hover,.pv-data-table-grouped-card .ag-row-group-expanded:hover{background:linear-gradient(#fff 5px,#eef0f0 5px calc(100% - 5px),#fff calc(100% - 5px))!important}.pv-data-table-grouped-card .ag-row-group-expanded:hover{background:linear-gradient(#fff 5px,#eef0f0 5px)!important}.pv-data-table-grouped-card .ag-row:not(.ag-row-group-contracted):not(.ag-row-group-expanded):hover{background-color:#f7f8f8!important}.pv-data-table-grouped-card .ag-group-value{height:100%}.pv-text-tertiary[data-v-34615cd0]{color:#89989b}.pv-button-placeholder[data-v-34615cd0]{width:24px;height:24px}.pv-sort-option[data-v-34615cd0]{--flex-gap:4px;cursor:grab;min-height:24px}.pv-menu-item-disabled[data-v-34615cd0]{pointer-events:none;color:#7d898d}.placeholder-zone[data-v-34615cd0]{transition:background-color .2s}.pv-placeholder-dropzone[data-v-34615cd0]{justify-content:center;align-items:center;padding:8px 4px;transition:all .2s;border-style:dashed!important;border-color:#e3e7ea!important}.placeholder-zone.placeholder-drag-over .pv-placeholder-dropzone[data-v-34615cd0]{background:#f0f9f9;border-color:#16696d!important}.sort-divider-container[data-v-34615cd0]{display:flex}.sort-divider[data-v-34615cd0]{border-top:1px solid #e3e7ea;flex:1;margin:1rem 0;position:relative}.sort-divider[data-v-34615cd0]:after{content:attr(data-label);font-size:inherit;white-space:nowrap;background:#fff;padding:0 .5em;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pv-menu-nested[data-v-4a384de9]:after{content:"›"}[data-v-4a384de9] .pv-menu-nested-active{background-color:var(--popover-list-selected-item-background-color,#e4f8f6)}.pv-tooltip a[data-v-4a384de9]{color:inherit}.pv-chart-option[data-v-4a384de9]{min-width:150px;max-width:225px}.pv-chart-overlay{pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ag-charts-tooltip{background-color:#fffffff2}.ag-charts-floating-toolbar{display:none!important}
2
2
  /*$vite$:1*/`)),document.head.appendChild(e)}}catch(e){console.error(`vite-plugin-css-injected-by-js`,e)}})();import * as e from "vue";
3
3
  import { Fragment as t, Teleport as n, computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createSlots as c, createTextVNode as l, createVNode as u, defineComponent as d, getCurrentInstance as f, guardReactiveProps as p, inject as m, isRef as h, mergeModels as g, mergeProps as _, nextTick as v, normalizeClass as y, normalizeProps as b, normalizeStyle as x, onBeforeMount as S, onBeforeUnmount as C, onMounted as w, onUnmounted as T, openBlock as E, provide as D, ref as O, renderList as k, renderSlot as A, resolveComponent as j, resolveDynamicComponent as M, shallowRef as N, toDisplayString as P, toRef as F, unref as I, useId as L, useModel as R, useSlots as ee, useTemplateRef as z, vModelCheckbox as B, vModelText as te, vShow as ne, watch as V, withCtx as H, withDirectives as U, withModifiers as W } from "vue";
4
4
  import { AgCharts as G } from "ag-charts-vue3";
@@ -9756,6 +9756,10 @@ var Dl = /* @__PURE__ */ function(e) {
9756
9756
  readOnly: {
9757
9757
  type: Boolean,
9758
9758
  default: !1
9759
+ },
9760
+ disableUnselected: {
9761
+ type: Boolean,
9762
+ default: !1
9759
9763
  }
9760
9764
  },
9761
9765
  emits: [
@@ -9835,6 +9839,7 @@ var Dl = /* @__PURE__ */ function(e) {
9835
9839
  modelValue: I(ne),
9836
9840
  "onUpdate:modelValue": r[1] ||= (e) => h(ne) ? ne.value = e : null,
9837
9841
  readOnly: e.readOnly,
9842
+ disabled: !I(z) && e.readOnly && e.disableUnselected && !Ae.value,
9838
9843
  searchInput: I(D),
9839
9844
  "onUpdate:searchInput": r[2] ||= (e) => h(D) ? D.value = e : null,
9840
9845
  selectionState: I(_e),
@@ -9936,7 +9941,7 @@ var Dl = /* @__PURE__ */ function(e) {
9936
9941
  fn: H((e) => [(E(), i(M(I(ie)), b(p(e)), null, 16))]),
9937
9942
  key: "2"
9938
9943
  } : void 0
9939
- ]), 1032, /* @__PURE__ */ "modelValue.readOnly.searchInput.selectionState.data-horizontal-filter-field.label.icon.variant.counterPosition.showClear.showSearchInput.searchPlaceholder.showDropdown.overlayTrigger.options.optionsRenderer.optionsAction.popoverCssProperties.disableClearIcon.disableDropdownIcon.isLoading.isSeeMoreLoading.hasMoreOptions.totalOptionCount.enableCascadeSelection.enableChildExpansion.parentSelectsAllChildren.countSelectedParents.additionalCounter.slotContext.onSeeMore".split("."))]), I(z) && !e.readOnly ? (E(), o("div", Gu, [I(B).length > 0 ? (E(), o("div", Ku, [s("ul", qu, [u(I(Ti), {
9944
+ ]), 1032, /* @__PURE__ */ "modelValue.readOnly.disabled.searchInput.selectionState.data-horizontal-filter-field.label.icon.variant.counterPosition.showClear.showSearchInput.searchPlaceholder.showDropdown.overlayTrigger.options.optionsRenderer.optionsAction.popoverCssProperties.disableClearIcon.disableDropdownIcon.isLoading.isSeeMoreLoading.hasMoreOptions.totalOptionCount.enableCascadeSelection.enableChildExpansion.parentSelectsAllChildren.countSelectedParents.additionalCounter.slotContext.onSeeMore".split("."))]), I(z) && !e.readOnly ? (E(), o("div", Gu, [I(B).length > 0 ? (E(), o("div", Ku, [s("ul", qu, [u(I(Ti), {
9940
9945
  variant: "dark",
9941
9946
  disableInteractive: !0,
9942
9947
  position: "bottom-left",
@@ -9967,21 +9972,18 @@ var Dl = /* @__PURE__ */ function(e) {
9967
9972
  "onHandleClick"
9968
9973
  ])], 2))), 128))])])) : a("", !0)])) : a("", !0)], 64));
9969
9974
  }
9970
- }), [["__scopeId", "data-v-9d73220c"]]), Zu = { class: "pv-flex" }, Qu = { class: "pv-flex" }, $u = { class: "pv-flex pv-space-between pv-stack-8" }, ed = { class: "pv-text-title-lg" }, td = {
9975
+ }), [["__scopeId", "data-v-1f71e32f"]]), Zu = { class: "pv-flex" }, Qu = { class: "pv-flex" }, $u = { class: "pv-flex pv-space-between pv-stack-8" }, ed = { class: "pv-text-title-lg" }, td = {
9971
9976
  id: "filter-vertical-drawer",
9972
9977
  class: "pv-flex-vertical pv-space-between pv-full-width pv-inset-block-16",
9973
9978
  style: { height: "100%" }
9974
- }, nd = { class: "pv-full-width" }, rd = {
9975
- class: "pv-details pv-stack-12",
9976
- open: ""
9977
- }, id = { class: "pv-flex pv-full-width" }, ad = { class: "pv-text-title-lg" }, od = { class: "pv-flex pv-space-between" }, sd = { class: "pv-flex" }, cd = {
9979
+ }, nd = { class: "pv-full-width" }, rd = ["open"], id = ["onClick"], ad = { class: "pv-text-title-lg" }, od = { class: "pv-flex pv-space-between" }, sd = { class: "pv-flex" }, cd = {
9978
9980
  class: "pv-flex",
9979
9981
  style: {
9980
9982
  "--flex-justify": "end",
9981
9983
  "--flex-gap": "8px",
9982
9984
  "margin-top": "auto"
9983
9985
  }
9984
- }, ld = /* @__PURE__ */ d({
9986
+ }, ld = /* @__PURE__ */ Xt(/* @__PURE__ */ d({
9985
9987
  __name: "FilterPanel",
9986
9988
  props: {
9987
9989
  enableFocusView: {
@@ -10002,6 +10004,10 @@ var Dl = /* @__PURE__ */ function(e) {
10002
10004
  readOnly: {
10003
10005
  type: Boolean,
10004
10006
  default: !1
10007
+ },
10008
+ disableUnselectedFilters: {
10009
+ type: Boolean,
10010
+ default: !1
10005
10011
  }
10006
10012
  },
10007
10013
  emits: ["handle-settings-icon"],
@@ -10012,44 +10018,44 @@ var Dl = /* @__PURE__ */ function(e) {
10012
10018
  let n = Bl(e) ? Rl(e) : [e.field || ""];
10013
10019
  if (f.value) {
10014
10020
  let e = /* @__PURE__ */ new Set();
10015
- return ee(t, e), n.some((t) => e.has(t));
10021
+ return z(t, e), n.some((t) => e.has(t));
10016
10022
  }
10017
10023
  let r = t;
10018
10024
  return n.some((e) => !!r[e]);
10019
- }, N = r(() => c.value.filter((e) => au(e) && !A.value.includes(e.field || "") && !j.value.includes(e.field || "") && (!p.readOnly || M(e))).sort((e, t) => {
10025
+ }, N = (e) => p.readOnly && !M(e), F = r(() => c.value.filter((e) => au(e) && !A.value.includes(e.field || "") && !j.value.includes(e.field || "")).sort((e, t) => {
10020
10026
  let n = Bl(e), r = Bl(t);
10021
10027
  return n && !r ? -1 : !n && r ? 1 : 0;
10022
- })), F = r(() => N.value), L = r(() => {
10028
+ })), L = r(() => F.value), R = r(() => {
10023
10029
  let e = D.value?.trim().toLowerCase() || "";
10024
- return !e || e === "" ? F.value : c.value.filter((t) => {
10030
+ return !e || e === "" ? L.value : c.value.filter((t) => {
10025
10031
  let n = t.headerName?.toLowerCase() || t.field?.toLowerCase();
10026
10032
  return n ? n.includes(e) : !1;
10027
10033
  });
10028
- }), R = r(() => {
10029
- let e = [...N.value].slice(0, p.maxHorizontalFilters);
10034
+ }), ee = r(() => {
10035
+ let e = [...F.value].slice(0, p.maxHorizontalFilters);
10030
10036
  return d.value ? [...e.slice(0, p.maxHorizontalFilters - 1), d.value] : e;
10031
- }), ee = (e, t) => {
10037
+ }), z = (e, t) => {
10032
10038
  if (!e || typeof e != "object") return;
10033
10039
  let n = e;
10034
10040
  if (n.filterType && n.filterType !== "join" && n.colId) {
10035
10041
  t.add(n.colId);
10036
10042
  return;
10037
10043
  }
10038
- n.filterType === "join" && Array.isArray(n.conditions) && n.conditions.forEach((e) => ee(e, t));
10039
- }, z = r(() => {
10044
+ n.filterType === "join" && Array.isArray(n.conditions) && n.conditions.forEach((e) => z(e, t));
10045
+ }, B = r(() => {
10040
10046
  let e = _.value;
10041
10047
  if (f.value && n.value) {
10042
10048
  let t = /* @__PURE__ */ new Set();
10043
- return ee(e, t), t.size;
10049
+ return z(e, t), t.size;
10044
10050
  }
10045
10051
  let t = _.value || {};
10046
10052
  return Object.keys(t).length;
10047
- }), B = O(!1), te = () => {
10048
- B.value = !0;
10049
- }, ne = () => {
10053
+ }), te = O(!1), ne = () => {
10054
+ te.value = !0;
10055
+ }, V = () => {
10050
10056
  if (n.value) {
10051
- B.value = !1, v(), f.value ? g.value = n.value.getAdvancedFilterModel() : g.value = n.value.getFilterModel(), w.value = !0;
10052
- for (let e of F.value) {
10057
+ te.value = !1, v(), f.value ? g.value = n.value.getAdvancedFilterModel() : g.value = n.value.getFilterModel(), w.value = !0;
10058
+ for (let e of L.value) {
10053
10059
  let t = e.field;
10054
10060
  if (!t) continue;
10055
10061
  let r = (x.value[t] || []).length > 0, i = C.value[t] === !0;
@@ -10060,47 +10066,50 @@ var Dl = /* @__PURE__ */ function(e) {
10060
10066
  });
10061
10067
  }
10062
10068
  }
10063
- }, { clearAllFocuses: V } = gl(), U = () => {
10064
- n.value && (g.value = null, f.value ? n.value.setAdvancedFilterModel(null) : (n.value.setFilterModel(null), n.value.onFilterChanged()), h.value += 1, V(), T.value = !1);
10065
- }, W = () => {
10066
- w.value = !1, D.value = "";
10069
+ }, { clearAllFocuses: U } = gl(), W = () => {
10070
+ n.value && (g.value = null, f.value ? n.value.setAdvancedFilterModel(null) : (n.value.setFilterModel(null), n.value.onFilterChanged()), h.value += 1, U(), T.value = !1);
10067
10071
  }, G = () => {
10068
- b(), g.value = null, W();
10072
+ w.value = !1, D.value = "";
10069
10073
  }, re = () => {
10070
- b(), B.value && n.value && (f.value ? n.value.setAdvancedFilterModel(g.value) : (n.value.setFilterModel(g.value), n.value.onFilterChanged())), g.value = null, W();
10074
+ b(), g.value = null, G();
10075
+ }, ie = () => {
10076
+ b(), te.value && n.value && (f.value ? n.value.setAdvancedFilterModel(g.value) : (n.value.setFilterModel(g.value), n.value.onFilterChanged())), g.value = null, G();
10071
10077
  };
10072
10078
  return (e, r) => (E(), o(t, null, [s("div", Zu, [
10073
- (E(!0), o(t, null, k(R.value, (s) => (E(), o(t, { key: s.field }, [I(n) ? (E(), i(Xu, {
10079
+ (E(!0), o(t, null, k(ee.value, (s) => (E(), o(t, { key: s.field }, [I(n) ? (E(), i(Xu, {
10074
10080
  key: 0,
10075
10081
  "enable-focus-view": p.enableFocusView,
10076
10082
  "display-preferences-icon": p.displayPreferencesIcon,
10077
10083
  "focus-text": p.focusText,
10078
10084
  filterColDef: s,
10079
10085
  "read-only": p.readOnly,
10086
+ "disable-unselected": p.disableUnselectedFilters,
10080
10087
  onHandleSettingsIcon: r[0] ||= (t) => e.$emit("handle-settings-icon", t)
10081
10088
  }, null, 8, [
10082
10089
  "enable-focus-view",
10083
10090
  "display-preferences-icon",
10084
10091
  "focus-text",
10085
10092
  "filterColDef",
10086
- "read-only"
10093
+ "read-only",
10094
+ "disable-unselected"
10087
10095
  ])) : a("", !0)], 64))), 128)),
10088
10096
  s("div", Qu, [p.enableVerticalPanel ? (E(), i(I(An), {
10089
10097
  key: 0,
10090
10098
  label: "All Filters",
10091
- onClick: ne,
10099
+ onClick: V,
10092
10100
  variant: "ghost",
10093
- "left-icon": "filter"
10094
- })) : a("", !0), z.value > 0 && !p.readOnly ? (E(), o("button", {
10101
+ "left-icon": "filter",
10102
+ "right-counter-badge": p.readOnly && B.value > 0 ? B.value : void 0
10103
+ }, null, 8, ["right-counter-badge"])) : a("", !0), B.value > 0 && !p.readOnly ? (E(), o("button", {
10095
10104
  key: 1,
10096
10105
  class: "pv-button-ghost",
10097
10106
  onClick: r[1] ||= (e) => T.value = !0
10098
10107
  }, [
10099
10108
  u(I(En), { name: "close" }),
10100
10109
  r[13] ||= l(" Clear All Filters ", -1),
10101
- z.value > 0 ? (E(), i(I(Dn), {
10110
+ B.value > 0 ? (E(), i(I(Dn), {
10102
10111
  key: 0,
10103
- value: z.value,
10112
+ value: B.value,
10104
10113
  variant: "tertiary"
10105
10114
  }, null, 8, ["value"])) : a("", !0)
10106
10115
  ])) : a("", !0)]),
@@ -10110,16 +10119,16 @@ var Dl = /* @__PURE__ */ function(e) {
10110
10119
  "onUpdate:modelValue": r[9] ||= (e) => w.value = e,
10111
10120
  class: "pv-drawer pv-surface",
10112
10121
  "close-on-click-outside": !0,
10113
- onClickOutside: r[10] ||= (e) => re(),
10122
+ onClickOutside: r[10] ||= (e) => ie(),
10114
10123
  style: {
10115
10124
  "max-width": "450px",
10116
10125
  "z-index": "10"
10117
10126
  }
10118
10127
  }, {
10119
- header: H(() => [s("div", $u, [s("p", ed, "All Filters (" + P(F.value.length) + ")", 1), s("button", {
10128
+ header: H(() => [s("div", $u, [s("p", ed, "All Filters (" + P(L.value.length) + ")", 1), s("button", {
10120
10129
  class: "pv-button-ghost",
10121
10130
  "aria-label": "Close",
10122
- onClick: r[2] ||= (e) => G()
10131
+ onClick: r[2] ||= (e) => re()
10123
10132
  }, [u(I(En), { name: "close" })])]), u(I(qi), {
10124
10133
  modelValue: D.value,
10125
10134
  "onUpdate:modelValue": r[3] ||= (e) => D.value = e,
@@ -10129,29 +10138,35 @@ var Dl = /* @__PURE__ */ function(e) {
10129
10138
  key: 1,
10130
10139
  variant: "ghost",
10131
10140
  label: "Close",
10132
- onClick: r[8] ||= (e) => G()
10141
+ onClick: r[8] ||= (e) => re()
10133
10142
  })) : (E(), o(t, { key: 0 }, [s("button", {
10134
10143
  class: "pv-button-ghost",
10135
- onClick: r[5] ||= (e) => U()
10144
+ onClick: r[5] ||= (e) => W()
10136
10145
  }, "Clear All"), s("div", sd, [u(I(An), {
10137
10146
  variant: "ghost",
10138
10147
  label: "Cancel",
10139
- onClick: r[6] ||= (e) => G()
10140
- }), B.value ? (E(), i(I(An), {
10148
+ onClick: r[6] ||= (e) => re()
10149
+ }), te.value ? (E(), i(I(An), {
10141
10150
  key: 0,
10142
10151
  variant: "primary",
10143
10152
  label: "Apply",
10144
- onClick: r[7] ||= (e) => re()
10153
+ onClick: r[7] ||= (e) => ie()
10145
10154
  })) : (E(), i(I(An), {
10146
10155
  key: 1,
10147
10156
  variant: "primary",
10148
10157
  label: "No Changes",
10149
10158
  disabled: ""
10150
10159
  }))])], 64))])]),
10151
- default: H(() => [s("div", td, [s("div", nd, [(E(!0), o(t, null, k(L.value, (t, c) => (E(), o("div", {
10160
+ default: H(() => [s("div", td, [s("div", nd, [(E(!0), o(t, null, k(R.value, (t, c) => (E(), o("div", {
10152
10161
  key: t.field,
10153
- class: y([{ "pv-border-bottom": c < L.value.length - 1 }, "pv-stack-12"])
10154
- }, [s("details", rd, [s("summary", id, [s("span", ad, P(t.headerName), 1)]), s("div", null, [I(n) ? (E(), i(Xu, {
10162
+ class: y([{ "pv-border-bottom": c < R.value.length - 1 }, "pv-stack-12"])
10163
+ }, [s("details", {
10164
+ class: y(["pv-details pv-stack-12", { "pv-details-no-carat": N(t) }]),
10165
+ open: !N(t)
10166
+ }, [s("summary", {
10167
+ class: "pv-flex pv-full-width",
10168
+ onClick: (e) => N(t) && e.preventDefault()
10169
+ }, [s("span", ad, P(t.headerName), 1)], 8, id), s("div", null, [I(n) ? (E(), i(Xu, {
10155
10170
  key: 0,
10156
10171
  "filter-style": "vertical",
10157
10172
  "enable-focus-view": p.enableFocusView,
@@ -10159,15 +10174,17 @@ var Dl = /* @__PURE__ */ function(e) {
10159
10174
  "display-preferences-icon": p.displayPreferencesIcon,
10160
10175
  "focus-text": p.focusText,
10161
10176
  "read-only": p.readOnly,
10162
- onFilterSelectionChanged: te,
10177
+ "disable-unselected": p.disableUnselectedFilters,
10178
+ onFilterSelectionChanged: ne,
10163
10179
  onHandleSettingsIcon: r[4] ||= (t) => e.$emit("handle-settings-icon", t)
10164
10180
  }, null, 8, [
10165
10181
  "enable-focus-view",
10166
10182
  "filterColDef",
10167
10183
  "display-preferences-icon",
10168
10184
  "focus-text",
10169
- "read-only"
10170
- ])) : a("", !0)])])], 2))), 128))])])]),
10185
+ "read-only",
10186
+ "disable-unselected"
10187
+ ])) : a("", !0)])], 10, rd)], 2))), 128))])])]),
10171
10188
  _: 1
10172
10189
  }, 8, ["modelValue"])) : a("", !0)
10173
10190
  ]), u(I(ls), {
@@ -10186,12 +10203,12 @@ var Dl = /* @__PURE__ */ function(e) {
10186
10203
  label: "Clear All Filters",
10187
10204
  variant: "primary",
10188
10205
  size: "lg",
10189
- onClick: U
10206
+ onClick: W
10190
10207
  })])]),
10191
10208
  _: 1
10192
10209
  }, 8, ["modelValue"])], 64));
10193
10210
  }
10194
- }), ud = { key: 2 }, dd = {
10211
+ }), [["__scopeId", "data-v-91375005"]]), ud = { key: 2 }, dd = {
10195
10212
  key: 0,
10196
10213
  class: "pv-flex ag-header-actions"
10197
10214
  }, fd = /* @__PURE__ */ Xt(/* @__PURE__ */ d({
@@ -10635,6 +10652,10 @@ var Dl = /* @__PURE__ */ function(e) {
10635
10652
  type: Boolean,
10636
10653
  default: !1
10637
10654
  },
10655
+ disableUnselectedReadOnlyFilters: {
10656
+ type: Boolean,
10657
+ default: !1
10658
+ },
10638
10659
  maintainColumnOrder: {
10639
10660
  type: Boolean,
10640
10661
  default: !0
@@ -11239,7 +11260,8 @@ var Dl = /* @__PURE__ */ function(e) {
11239
11260
  "focus-text": e.focusText,
11240
11261
  onHandleSettingsIcon: r[1] ||= (e) => t.$emit("handle-settings-icon", e),
11241
11262
  "max-horizontal-filters": f.maxHorizontalFilters,
11242
- "read-only": f.filterPanelReadOnly
11263
+ "read-only": f.filterPanelReadOnly,
11264
+ "disable-unselected-filters": f.disableUnselectedReadOnlyFilters
11243
11265
  }, null, 8, [
11244
11266
  "enable-focus-view",
11245
11267
  "enable-vertical-panel",
@@ -11247,7 +11269,8 @@ var Dl = /* @__PURE__ */ function(e) {
11247
11269
  "focusable-columns",
11248
11270
  "focus-text",
11249
11271
  "max-horizontal-filters",
11250
- "read-only"
11272
+ "read-only",
11273
+ "disable-unselected-filters"
11251
11274
  ])) : a("", !0)], 8, ["to", "disabled"])), s("div", Nd, [e.enableGroupBySelector && e.rowGroupLimit !== 0 ? (E(), i(sl, {
11252
11275
  key: 0,
11253
11276
  rowGroupLimit: e.rowGroupLimit,
@@ -12225,6 +12248,10 @@ var Af = { style: {
12225
12248
  type: Boolean,
12226
12249
  default: !1
12227
12250
  },
12251
+ disableUnselectedReadOnlyFilters: {
12252
+ type: Boolean,
12253
+ default: !1
12254
+ },
12228
12255
  chartConfigPanelReadOnly: {
12229
12256
  type: Boolean,
12230
12257
  default: !1