@genesislcap/grid-pro 14.331.0 → 14.331.1-alpha-fb2d8af04.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +823 -823
- package/dist/dts/external/ag-theme-alpine-no-font-css.d.ts.map +1 -1
- package/dist/dts/external/ag-theme-balham-no-font-css.d.ts.map +1 -1
- package/dist/dts/external/ag-theme-material-no-font-css.d.ts.map +1 -1
- package/dist/esm/external/ag-theme-alpine-no-font-css.js +5 -4
- package/dist/esm/external/ag-theme-balham-no-font-css.js +3 -2
- package/dist/esm/external/ag-theme-material-no-font-css.js +2 -1
- package/package.json +13 -13
|
@@ -13497,7 +13497,7 @@
|
|
|
13497
13497
|
{
|
|
13498
13498
|
"kind": "variable",
|
|
13499
13499
|
"name": "agThemeAlpineNofontsCSS",
|
|
13500
|
-
"default": "css`\n .ag-theme-alpine,\n .ag-theme-alpine-dark {\n --ag-alpine-active-color: #2196f3;\n --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);\n --ag-row-hover-color: rgba(33, 150, 243, 0.1);\n --ag-column-hover-color: rgba(33, 150, 243, 0.1);\n --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);\n --ag-range-selection-background-color: rgba(33, 150, 243, 0.2);\n --ag-range-selection-background-color-2: rgba(33, 150, 243, 0.36);\n --ag-range-selection-background-color-3: rgba(33, 150, 243, 0.49);\n --ag-range-selection-background-color-4: rgba(33, 150, 243, 0.59);\n --ag-background-color: #fff;\n --ag-foreground-color: #181d1f;\n --ag-border-color: #babfc7;\n --ag-secondary-border-color: #dde2eb;\n --ag-header-background-color: #f8f8f8;\n --ag-tooltip-background-color: #f8f8f8;\n --ag-odd-row-background-color: #fcfcfc;\n --ag-control-panel-background-color: #f8f8f8;\n --ag-subheader-background-color: #fff;\n --ag-invalid-color: #e02525;\n --ag-checkbox-unchecked-color: #999;\n --ag-checkbox-background-color: var(--ag-background-color);\n --ag-checkbox-checked-color: var(--ag-alpine-active-color);\n --ag-range-selection-border-color: var(--ag-alpine-active-color);\n --ag-secondary-foreground-color: var(--ag-foreground-color);\n --ag-input-border-color: var(--ag-border-color);\n --ag-input-border-color-invalid: var(--ag-invalid-color);\n --ag-input-focus-box-shadow: 0 0 2px 0.1rem var(--ag-input-focus-border-color);\n --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);\n --ag-chip-background-color: rgba(24, 29, 31, 0.07);\n --ag-input-disabled-border-color: rgba(186, 191, 199, 0.3);\n --ag-input-disabled-background-color: rgba(186, 191, 199, 0.15);\n --ag-borders: solid 1px;\n --ag-border-radius: 3px;\n --ag-borders-side-button: none;\n --ag-side-button-selected-background-color: transparent;\n --ag-header-column-resize-handle-display: block;\n --ag-header-column-resize-handle-width: 2px;\n --ag-header-column-resize-handle-height: 30%;\n --ag-grid-size: 6px;\n --ag-icon-size: 16px;\n --ag-row-height: calc(var(--ag-grid-size) * 7);\n --ag-header-height: calc(var(--ag-grid-size) * 8);\n --ag-list-item-height: calc(var(--ag-grid-size) * 4);\n --ag-column-select-indent-size: var(--ag-icon-size);\n --ag-set-filter-indent-size: var(--ag-icon-size);\n --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);\n --ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);\n --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);\n --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);\n --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);\n --ag-toggle-button-height: 18px;\n --ag-toggle-button-width: 28px;\n --ag-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', sans-serif;\n --ag-font-size: 13px;\n --ag-icon-font-family: agGridAlpine;\n --ag-selected-tab-underline-color: var(--ag-alpine-active-color);\n --ag-selected-tab-underline-width: 2px;\n --ag-selected-tab-underline-transition-speed: 0.3s;\n --ag-tab-min-width: 240px;\n --ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);\n --ag-popup-shadow: var(--ag-card-shadow);\n --ag-side-bar-panel-width: 250px;\n }\n\n .ag-theme-alpine-dark {\n --ag-background-color: #181d1f;\n --ag-foreground-color: #fff;\n --ag-border-color: #68686e;\n --ag-secondary-border-color: rgba(88, 86, 82, 0.5);\n --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);\n --ag-header-background-color: #222628;\n --ag-tooltip-background-color: #222628;\n --ag-odd-row-background-color: #222628;\n --ag-control-panel-background-color: #222628;\n --ag-subheader-background-color: #000;\n --ag-input-disabled-background-color: #282c2f;\n --ag-input-focus-box-shadow: 0 0 2px 0.5px rgba(255, 255, 255, 0.5),\n 0 0 4px 3px var(--ag-input-focus-border-color);\n --ag-card-shadow: 0 1px 20px 1px black;\n --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);\n --ag-chip-background-color: rgba(255, 255, 255, 0.07);\n --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);\n --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);\n }\n\n .ag-theme-alpine .ag-filter-toolpanel-header,\n .ag-theme-alpine .ag-filter-toolpanel-search,\n .ag-theme-alpine .ag-status-bar,\n .ag-theme-alpine .ag-header-row,\n .ag-theme-alpine .ag-panel-title-bar-title,\n .ag-theme-alpine .ag-multi-filter-group-title-bar,\n .ag-theme-alpine-dark .ag-filter-toolpanel-header,\n .ag-theme-alpine-dark .ag-filter-toolpanel-search,\n .ag-theme-alpine-dark .ag-status-bar,\n .ag-theme-alpine-dark .ag-header-row,\n .ag-theme-alpine-dark .ag-panel-title-bar-title,\n .ag-theme-alpine-dark .ag-multi-filter-group-title-bar {\n font-weight: 700;\n color: var(--ag-header-foreground-color);\n }\n .ag-theme-alpine .ag-row,\n .ag-theme-alpine-dark .ag-row {\n font-size: calc(var(--ag-font-size) + 1px);\n }\n .ag-theme-alpine input[class^='ag-']:not([type]),\n .ag-theme-alpine input[class^='ag-'][type='text'],\n .ag-theme-alpine input[class^='ag-'][type='number'],\n .ag-theme-alpine input[class^='ag-'][type='tel'],\n .ag-theme-alpine input[class^='ag-'][type='date'],\n .ag-theme-alpine input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine textarea[class^='ag-'],\n .ag-theme-alpine-dark input[class^='ag-']:not([type]),\n .ag-theme-alpine-dark input[class^='ag-'][type='text'],\n .ag-theme-alpine-dark input[class^='ag-'][type='number'],\n .ag-theme-alpine-dark input[class^='ag-'][type='tel'],\n .ag-theme-alpine-dark input[class^='ag-'][type='date'],\n .ag-theme-alpine-dark input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine-dark textarea[class^='ag-'] {\n min-height: calc(var(--ag-grid-size) * 4);\n border-radius: var(--ag-border-radius);\n }\n .ag-theme-alpine .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine .ag-ltr textarea[class^='ag-'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine-dark .ag-ltr textarea[class^='ag-'] {\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine .ag-rtl textarea[class^='ag-'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine-dark .ag-rtl textarea[class^='ag-'] {\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-tab,\n .ag-theme-alpine-dark .ag-tab {\n padding: calc(var(--ag-grid-size) * 1.5);\n transition: color 0.4s;\n flex: 1 1 auto;\n }\n .ag-theme-alpine .ag-tab-selected,\n .ag-theme-alpine-dark .ag-tab-selected {\n color: var(--ag-alpine-active-color);\n }\n .ag-theme-alpine .ag-menu,\n .ag-theme-alpine-dark .ag-menu {\n background-color: var(--ag-control-panel-background-color);\n }\n .ag-theme-alpine .ag-menu-header,\n .ag-theme-alpine-dark .ag-menu-header {\n background-color: var(--ag-control-panel-background-color);\n padding-top: 1px;\n }\n .ag-theme-alpine .ag-tabs-header,\n .ag-theme-alpine-dark .ag-tabs-header {\n border-bottom: var(--ag-borders) var(--ag-border-color);\n }\n .ag-theme-alpine .ag-charts-settings-group-title-bar,\n .ag-theme-alpine .ag-charts-data-group-title-bar,\n .ag-theme-alpine .ag-charts-format-top-level-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-settings-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-data-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar {\n padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);\n line-height: calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px);\n }\n .ag-theme-alpine .ag-chart-mini-thumbnail,\n .ag-theme-alpine-dark .ag-chart-mini-thumbnail {\n background-color: var(--ag-background-color);\n }\n .ag-theme-alpine .ag-chart-settings-nav-bar,\n .ag-theme-alpine-dark .ag-chart-settings-nav-bar {\n border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);\n }\n .ag-theme-alpine .ag-ltr .ag-group-title-bar-icon,\n .ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon {\n margin-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl .ag-group-title-bar-icon,\n .ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon {\n margin-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-charts-format-top-level-group-toolbar,\n .ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar {\n margin-top: var(--ag-grid-size);\n }\n .ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar,\n .ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar {\n padding-left: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);\n }\n\n .ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar,\n .ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar {\n padding-right: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);\n }\n\n .ag-theme-alpine .ag-charts-format-sub-level-group,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group {\n border-left: dashed 1px;\n border-left-color: var(--ag-border-color);\n padding-left: var(--ag-grid-size);\n margin-bottom: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-alpine .ag-charts-format-sub-level-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar {\n padding-top: 0;\n padding-bottom: 0;\n background: none;\n font-weight: 700;\n }\n .ag-theme-alpine .ag-charts-format-sub-level-group-container,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group-container {\n padding-bottom: 0;\n }\n .ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child {\n margin-bottom: 0;\n }\n .ag-theme-alpine.ag-dnd-ghost,\n .ag-theme-alpine-dark.ag-dnd-ghost {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 700;\n }\n .ag-theme-alpine .ag-side-buttons,\n .ag-theme-alpine-dark .ag-side-buttons {\n width: calc(var(--ag-grid-size) * 5);\n }\n .ag-theme-alpine .ag-standard-button,\n .ag-theme-alpine-dark .ag-standard-button {\n appearance: none;\n -webkit-appearance: none;\n border-radius: var(--ag-border-radius);\n border: 1px solid;\n border-color: var(--ag-alpine-active-color);\n color: var(--ag-alpine-active-color);\n background-color: var(--ag-background-color);\n font-weight: 600;\n padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-alpine .ag-standard-button:hover,\n .ag-theme-alpine-dark .ag-standard-button:hover {\n border-color: var(--ag-alpine-active-color);\n background-color: var(--ag-row-hover-color);\n }\n .ag-theme-alpine .ag-standard-button:active,\n .ag-theme-alpine-dark .ag-standard-button:active {\n border-color: var(--ag-alpine-active-color);\n background-color: var(--ag-alpine-active-color);\n color: var(--ag-background-color);\n }\n .ag-theme-alpine .ag-standard-button:disabled,\n .ag-theme-alpine-dark .ag-standard-button:disabled {\n color: var(--ag-disabled-foreground-color);\n background-color: var(--ag-input-disabled-background-color);\n border-color: var(--ag-input-disabled-border-color);\n }\n .ag-theme-alpine .ag-column-drop-vertical,\n .ag-theme-alpine-dark .ag-column-drop-vertical {\n min-height: 75px;\n }\n .ag-theme-alpine .ag-column-drop-vertical-title-bar,\n .ag-theme-alpine-dark .ag-column-drop-vertical-title-bar {\n padding: calc(var(--ag-grid-size) * 2);\n padding-bottom: 0px;\n }\n .ag-theme-alpine .ag-column-drop-vertical-empty-message,\n .ag-theme-alpine-dark .ag-column-drop-vertical-empty-message {\n display: flex;\n align-items: center;\n border: dashed 1px;\n border-color: var(--ag-border-color);\n margin: calc(var(--ag-grid-size) * 2);\n padding: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-alpine .ag-column-drop-empty-message,\n .ag-theme-alpine-dark .ag-column-drop-empty-message {\n color: var(--ag-foreground-color);\n opacity: 0.75;\n }\n .ag-theme-alpine .ag-status-bar,\n .ag-theme-alpine-dark .ag-status-bar {\n font-weight: normal;\n }\n .ag-theme-alpine .ag-status-name-value-value,\n .ag-theme-alpine-dark .ag-status-name-value-value {\n font-weight: 700;\n }\n .ag-theme-alpine .ag-paging-number,\n .ag-theme-alpine .ag-paging-row-summary-panel-number,\n .ag-theme-alpine-dark .ag-paging-number,\n .ag-theme-alpine-dark .ag-paging-row-summary-panel-number {\n font-weight: 700;\n }\n .ag-theme-alpine .ag-column-drop-cell-button,\n .ag-theme-alpine-dark .ag-column-drop-cell-button {\n opacity: 0.5;\n }\n .ag-theme-alpine .ag-column-drop-cell-button:hover,\n .ag-theme-alpine-dark .ag-column-drop-cell-button:hover {\n opacity: 0.75;\n }\n .ag-theme-alpine .ag-header-cell-menu-button:hover,\n .ag-theme-alpine .ag-side-button-button:hover,\n .ag-theme-alpine .ag-tab:hover,\n .ag-theme-alpine .ag-panel-title-bar-button:hover,\n .ag-theme-alpine .ag-header-expand-icon:hover,\n .ag-theme-alpine .ag-column-group-icons:hover,\n .ag-theme-alpine .ag-set-filter-group-icons:hover,\n .ag-theme-alpine .ag-group-expanded .ag-icon:hover,\n .ag-theme-alpine .ag-group-contracted .ag-icon:hover,\n .ag-theme-alpine .ag-chart-settings-prev:hover,\n .ag-theme-alpine .ag-chart-settings-next:hover,\n .ag-theme-alpine .ag-group-title-bar-icon:hover,\n .ag-theme-alpine .ag-column-select-header-icon:hover,\n .ag-theme-alpine .ag-floating-filter-button-button:hover,\n .ag-theme-alpine .ag-filter-toolpanel-expand:hover,\n .ag-theme-alpine .ag-chart-menu-icon:hover,\n .ag-theme-alpine .ag-chart-menu-close:hover,\n .ag-theme-alpine-dark .ag-header-cell-menu-button:hover,\n .ag-theme-alpine-dark .ag-side-button-button:hover,\n .ag-theme-alpine-dark .ag-tab:hover,\n .ag-theme-alpine-dark .ag-panel-title-bar-button:hover,\n .ag-theme-alpine-dark .ag-header-expand-icon:hover,\n .ag-theme-alpine-dark .ag-column-group-icons:hover,\n .ag-theme-alpine-dark .ag-set-filter-group-icons:hover,\n .ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,\n .ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,\n .ag-theme-alpine-dark .ag-chart-settings-prev:hover,\n .ag-theme-alpine-dark .ag-chart-settings-next:hover,\n .ag-theme-alpine-dark .ag-group-title-bar-icon:hover,\n .ag-theme-alpine-dark .ag-column-select-header-icon:hover,\n .ag-theme-alpine-dark .ag-floating-filter-button-button:hover,\n .ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,\n .ag-theme-alpine-dark .ag-chart-menu-icon:hover,\n .ag-theme-alpine-dark .ag-chart-menu-close:hover {\n color: var(--ag-alpine-active-color);\n }\n .ag-theme-alpine .ag-chart-menu-close,\n .ag-theme-alpine-dark .ag-chart-menu-close {\n background: var(--ag-background-color);\n }\n .ag-theme-alpine .ag-chart-menu-close:hover .ag-icon,\n .ag-theme-alpine-dark .ag-chart-menu-close:hover .ag-icon {\n border-color: var(--ag-alpine-active-color);\n }\n .ag-theme-alpine .ag-chart-menu-close .ag-icon,\n .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon {\n background: var(--ag-header-background-color);\n border: 1px solid var(--ag-border-color);\n border-right: none;\n }\n .ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover,\n .ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover {\n opacity: 0.35;\n }\n .ag-theme-alpine .ag-ltr .ag-panel-title-bar-button,\n .ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button {\n margin-left: calc(var(--ag-grid-size) * 2);\n margin-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl .ag-panel-title-bar-button,\n .ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button {\n margin-right: calc(var(--ag-grid-size) * 2);\n margin-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-container,\n .ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-group-container {\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-container,\n .ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-group-container {\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-filter-toolpanel-instance-filter,\n .ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter {\n border: none;\n background-color: var(--ag-control-panel-background-color);\n }\n .ag-theme-alpine .ag-ltr .ag-filter-toolpanel-instance-filter,\n .ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-instance-filter {\n border-left: dashed 1px;\n border-left-color: var(--ag-border-color);\n margin-left: calc(var(--ag-icon-size) * 0.5);\n }\n\n .ag-theme-alpine .ag-rtl .ag-filter-toolpanel-instance-filter,\n .ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-instance-filter {\n border-right: dashed 1px;\n border-right-color: var(--ag-border-color);\n margin-right: calc(var(--ag-icon-size) * 0.5);\n }\n\n .ag-theme-alpine .ag-set-filter-list,\n .ag-theme-alpine-dark .ag-set-filter-list {\n padding-top: calc(var(--ag-grid-size) * 0.5);\n padding-bottom: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper,\n .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container,\n .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper,\n .ag-theme-alpine .ag-layout-print .ag-center-cols-container,\n .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-clipper,\n .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container,\n .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-clipper,\n .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container {\n min-height: 150px;\n }\n .ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height,\n .ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {\n padding-top: 60px;\n }\n .ag-theme-alpine .ag-date-time-list-page-entry-is-current,\n .ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current {\n background-color: var(--ag-alpine-active-color);\n }\n\n .ag-theme-alpine-dark {\n color-scheme: dark;\n }\n`",
|
|
13500
|
+
"default": "css`\n .ag-theme-alpine,\n .ag-theme-alpine-dark {\n --ag-alpine-active-color: #2196f3;\n --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);\n --ag-row-hover-color: rgba(33, 150, 243, 0.1);\n --ag-column-hover-color: rgba(33, 150, 243, 0.1);\n --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);\n --ag-range-selection-background-color: rgba(33, 150, 243, 0.2);\n --ag-range-selection-background-color-2: rgba(33, 150, 243, 0.36);\n --ag-range-selection-background-color-3: rgba(33, 150, 243, 0.49);\n --ag-range-selection-background-color-4: rgba(33, 150, 243, 0.59);\n --ag-background-color: #fff;\n --ag-foreground-color: #181d1f;\n --ag-border-color: #babfc7;\n --ag-secondary-border-color: #dde2eb;\n --ag-header-background-color: #f8f8f8;\n --ag-tooltip-background-color: #f8f8f8;\n --ag-odd-row-background-color: #fcfcfc;\n --ag-control-panel-background-color: #f8f8f8;\n --ag-subheader-background-color: #fff;\n --ag-invalid-color: #e02525;\n --ag-checkbox-unchecked-color: #999;\n --ag-checkbox-background-color: var(--ag-background-color);\n --ag-checkbox-checked-color: var(--ag-alpine-active-color);\n --ag-range-selection-border-color: var(--ag-alpine-active-color);\n --ag-secondary-foreground-color: var(--ag-foreground-color);\n --ag-input-border-color: var(--ag-border-color);\n --ag-input-border-color-invalid: var(--ag-invalid-color);\n --ag-input-focus-box-shadow: 0 0 2px 0.1rem var(--ag-input-focus-border-color);\n --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);\n --ag-chip-background-color: rgba(24, 29, 31, 0.07);\n --ag-input-disabled-border-color: rgba(186, 191, 199, 0.3);\n --ag-input-disabled-background-color: rgba(186, 191, 199, 0.15);\n --ag-borders: solid 1px;\n --ag-border-radius: 3px;\n --ag-borders-side-button: none;\n --ag-side-button-selected-background-color: transparent;\n --ag-header-column-resize-handle-display: block;\n --ag-header-column-resize-handle-width: 2px;\n --ag-header-column-resize-handle-height: 30%;\n --ag-grid-size: 6px;\n --ag-icon-size: 16px;\n --ag-row-height: calc(var(--ag-grid-size) * 7);\n --ag-header-height: calc(var(--ag-grid-size) * 8);\n --ag-list-item-height: calc(var(--ag-grid-size) * 4);\n --ag-column-select-indent-size: var(--ag-icon-size);\n --ag-set-filter-indent-size: var(--ag-icon-size);\n --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);\n --ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);\n --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);\n --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);\n --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);\n --ag-toggle-button-height: 18px;\n --ag-toggle-button-width: 28px;\n --ag-font-family:\n -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,\n 'Helvetica Neue', sans-serif;\n --ag-font-size: 13px;\n --ag-icon-font-family: agGridAlpine;\n --ag-selected-tab-underline-color: var(--ag-alpine-active-color);\n --ag-selected-tab-underline-width: 2px;\n --ag-selected-tab-underline-transition-speed: 0.3s;\n --ag-tab-min-width: 240px;\n --ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);\n --ag-popup-shadow: var(--ag-card-shadow);\n --ag-side-bar-panel-width: 250px;\n }\n\n .ag-theme-alpine-dark {\n --ag-background-color: #181d1f;\n --ag-foreground-color: #fff;\n --ag-border-color: #68686e;\n --ag-secondary-border-color: rgba(88, 86, 82, 0.5);\n --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);\n --ag-header-background-color: #222628;\n --ag-tooltip-background-color: #222628;\n --ag-odd-row-background-color: #222628;\n --ag-control-panel-background-color: #222628;\n --ag-subheader-background-color: #000;\n --ag-input-disabled-background-color: #282c2f;\n --ag-input-focus-box-shadow:\n 0 0 2px 0.5px rgba(255, 255, 255, 0.5), 0 0 4px 3px var(--ag-input-focus-border-color);\n --ag-card-shadow: 0 1px 20px 1px black;\n --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);\n --ag-chip-background-color: rgba(255, 255, 255, 0.07);\n --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);\n --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);\n }\n\n .ag-theme-alpine .ag-filter-toolpanel-header,\n .ag-theme-alpine .ag-filter-toolpanel-search,\n .ag-theme-alpine .ag-status-bar,\n .ag-theme-alpine .ag-header-row,\n .ag-theme-alpine .ag-panel-title-bar-title,\n .ag-theme-alpine .ag-multi-filter-group-title-bar,\n .ag-theme-alpine-dark .ag-filter-toolpanel-header,\n .ag-theme-alpine-dark .ag-filter-toolpanel-search,\n .ag-theme-alpine-dark .ag-status-bar,\n .ag-theme-alpine-dark .ag-header-row,\n .ag-theme-alpine-dark .ag-panel-title-bar-title,\n .ag-theme-alpine-dark .ag-multi-filter-group-title-bar {\n font-weight: 700;\n color: var(--ag-header-foreground-color);\n }\n .ag-theme-alpine .ag-row,\n .ag-theme-alpine-dark .ag-row {\n font-size: calc(var(--ag-font-size) + 1px);\n }\n .ag-theme-alpine input[class^='ag-']:not([type]),\n .ag-theme-alpine input[class^='ag-'][type='text'],\n .ag-theme-alpine input[class^='ag-'][type='number'],\n .ag-theme-alpine input[class^='ag-'][type='tel'],\n .ag-theme-alpine input[class^='ag-'][type='date'],\n .ag-theme-alpine input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine textarea[class^='ag-'],\n .ag-theme-alpine-dark input[class^='ag-']:not([type]),\n .ag-theme-alpine-dark input[class^='ag-'][type='text'],\n .ag-theme-alpine-dark input[class^='ag-'][type='number'],\n .ag-theme-alpine-dark input[class^='ag-'][type='tel'],\n .ag-theme-alpine-dark input[class^='ag-'][type='date'],\n .ag-theme-alpine-dark input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine-dark textarea[class^='ag-'] {\n min-height: calc(var(--ag-grid-size) * 4);\n border-radius: var(--ag-border-radius);\n }\n .ag-theme-alpine .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-alpine .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine .ag-ltr textarea[class^='ag-'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-alpine-dark .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine-dark .ag-ltr textarea[class^='ag-'] {\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-alpine .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine .ag-rtl textarea[class^='ag-'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-alpine-dark .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-alpine-dark .ag-rtl textarea[class^='ag-'] {\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-tab,\n .ag-theme-alpine-dark .ag-tab {\n padding: calc(var(--ag-grid-size) * 1.5);\n transition: color 0.4s;\n flex: 1 1 auto;\n }\n .ag-theme-alpine .ag-tab-selected,\n .ag-theme-alpine-dark .ag-tab-selected {\n color: var(--ag-alpine-active-color);\n }\n .ag-theme-alpine .ag-menu,\n .ag-theme-alpine-dark .ag-menu {\n background-color: var(--ag-control-panel-background-color);\n }\n .ag-theme-alpine .ag-menu-header,\n .ag-theme-alpine-dark .ag-menu-header {\n background-color: var(--ag-control-panel-background-color);\n padding-top: 1px;\n }\n .ag-theme-alpine .ag-tabs-header,\n .ag-theme-alpine-dark .ag-tabs-header {\n border-bottom: var(--ag-borders) var(--ag-border-color);\n }\n .ag-theme-alpine .ag-charts-settings-group-title-bar,\n .ag-theme-alpine .ag-charts-data-group-title-bar,\n .ag-theme-alpine .ag-charts-format-top-level-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-settings-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-data-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar {\n padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);\n line-height: calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px);\n }\n .ag-theme-alpine .ag-chart-mini-thumbnail,\n .ag-theme-alpine-dark .ag-chart-mini-thumbnail {\n background-color: var(--ag-background-color);\n }\n .ag-theme-alpine .ag-chart-settings-nav-bar,\n .ag-theme-alpine-dark .ag-chart-settings-nav-bar {\n border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);\n }\n .ag-theme-alpine .ag-ltr .ag-group-title-bar-icon,\n .ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon {\n margin-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl .ag-group-title-bar-icon,\n .ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon {\n margin-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-charts-format-top-level-group-toolbar,\n .ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar {\n margin-top: var(--ag-grid-size);\n }\n .ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar,\n .ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar {\n padding-left: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);\n }\n\n .ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar,\n .ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar {\n padding-right: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);\n }\n\n .ag-theme-alpine .ag-charts-format-sub-level-group,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group {\n border-left: dashed 1px;\n border-left-color: var(--ag-border-color);\n padding-left: var(--ag-grid-size);\n margin-bottom: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-alpine .ag-charts-format-sub-level-group-title-bar,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar {\n padding-top: 0;\n padding-bottom: 0;\n background: none;\n font-weight: 700;\n }\n .ag-theme-alpine .ag-charts-format-sub-level-group-container,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group-container {\n padding-bottom: 0;\n }\n .ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child,\n .ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child {\n margin-bottom: 0;\n }\n .ag-theme-alpine.ag-dnd-ghost,\n .ag-theme-alpine-dark.ag-dnd-ghost {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 700;\n }\n .ag-theme-alpine .ag-side-buttons,\n .ag-theme-alpine-dark .ag-side-buttons {\n width: calc(var(--ag-grid-size) * 5);\n }\n .ag-theme-alpine .ag-standard-button,\n .ag-theme-alpine-dark .ag-standard-button {\n appearance: none;\n -webkit-appearance: none;\n border-radius: var(--ag-border-radius);\n border: 1px solid;\n border-color: var(--ag-alpine-active-color);\n color: var(--ag-alpine-active-color);\n background-color: var(--ag-background-color);\n font-weight: 600;\n padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-alpine .ag-standard-button:hover,\n .ag-theme-alpine-dark .ag-standard-button:hover {\n border-color: var(--ag-alpine-active-color);\n background-color: var(--ag-row-hover-color);\n }\n .ag-theme-alpine .ag-standard-button:active,\n .ag-theme-alpine-dark .ag-standard-button:active {\n border-color: var(--ag-alpine-active-color);\n background-color: var(--ag-alpine-active-color);\n color: var(--ag-background-color);\n }\n .ag-theme-alpine .ag-standard-button:disabled,\n .ag-theme-alpine-dark .ag-standard-button:disabled {\n color: var(--ag-disabled-foreground-color);\n background-color: var(--ag-input-disabled-background-color);\n border-color: var(--ag-input-disabled-border-color);\n }\n .ag-theme-alpine .ag-column-drop-vertical,\n .ag-theme-alpine-dark .ag-column-drop-vertical {\n min-height: 75px;\n }\n .ag-theme-alpine .ag-column-drop-vertical-title-bar,\n .ag-theme-alpine-dark .ag-column-drop-vertical-title-bar {\n padding: calc(var(--ag-grid-size) * 2);\n padding-bottom: 0px;\n }\n .ag-theme-alpine .ag-column-drop-vertical-empty-message,\n .ag-theme-alpine-dark .ag-column-drop-vertical-empty-message {\n display: flex;\n align-items: center;\n border: dashed 1px;\n border-color: var(--ag-border-color);\n margin: calc(var(--ag-grid-size) * 2);\n padding: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-alpine .ag-column-drop-empty-message,\n .ag-theme-alpine-dark .ag-column-drop-empty-message {\n color: var(--ag-foreground-color);\n opacity: 0.75;\n }\n .ag-theme-alpine .ag-status-bar,\n .ag-theme-alpine-dark .ag-status-bar {\n font-weight: normal;\n }\n .ag-theme-alpine .ag-status-name-value-value,\n .ag-theme-alpine-dark .ag-status-name-value-value {\n font-weight: 700;\n }\n .ag-theme-alpine .ag-paging-number,\n .ag-theme-alpine .ag-paging-row-summary-panel-number,\n .ag-theme-alpine-dark .ag-paging-number,\n .ag-theme-alpine-dark .ag-paging-row-summary-panel-number {\n font-weight: 700;\n }\n .ag-theme-alpine .ag-column-drop-cell-button,\n .ag-theme-alpine-dark .ag-column-drop-cell-button {\n opacity: 0.5;\n }\n .ag-theme-alpine .ag-column-drop-cell-button:hover,\n .ag-theme-alpine-dark .ag-column-drop-cell-button:hover {\n opacity: 0.75;\n }\n .ag-theme-alpine .ag-header-cell-menu-button:hover,\n .ag-theme-alpine .ag-side-button-button:hover,\n .ag-theme-alpine .ag-tab:hover,\n .ag-theme-alpine .ag-panel-title-bar-button:hover,\n .ag-theme-alpine .ag-header-expand-icon:hover,\n .ag-theme-alpine .ag-column-group-icons:hover,\n .ag-theme-alpine .ag-set-filter-group-icons:hover,\n .ag-theme-alpine .ag-group-expanded .ag-icon:hover,\n .ag-theme-alpine .ag-group-contracted .ag-icon:hover,\n .ag-theme-alpine .ag-chart-settings-prev:hover,\n .ag-theme-alpine .ag-chart-settings-next:hover,\n .ag-theme-alpine .ag-group-title-bar-icon:hover,\n .ag-theme-alpine .ag-column-select-header-icon:hover,\n .ag-theme-alpine .ag-floating-filter-button-button:hover,\n .ag-theme-alpine .ag-filter-toolpanel-expand:hover,\n .ag-theme-alpine .ag-chart-menu-icon:hover,\n .ag-theme-alpine .ag-chart-menu-close:hover,\n .ag-theme-alpine-dark .ag-header-cell-menu-button:hover,\n .ag-theme-alpine-dark .ag-side-button-button:hover,\n .ag-theme-alpine-dark .ag-tab:hover,\n .ag-theme-alpine-dark .ag-panel-title-bar-button:hover,\n .ag-theme-alpine-dark .ag-header-expand-icon:hover,\n .ag-theme-alpine-dark .ag-column-group-icons:hover,\n .ag-theme-alpine-dark .ag-set-filter-group-icons:hover,\n .ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,\n .ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,\n .ag-theme-alpine-dark .ag-chart-settings-prev:hover,\n .ag-theme-alpine-dark .ag-chart-settings-next:hover,\n .ag-theme-alpine-dark .ag-group-title-bar-icon:hover,\n .ag-theme-alpine-dark .ag-column-select-header-icon:hover,\n .ag-theme-alpine-dark .ag-floating-filter-button-button:hover,\n .ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,\n .ag-theme-alpine-dark .ag-chart-menu-icon:hover,\n .ag-theme-alpine-dark .ag-chart-menu-close:hover {\n color: var(--ag-alpine-active-color);\n }\n .ag-theme-alpine .ag-chart-menu-close,\n .ag-theme-alpine-dark .ag-chart-menu-close {\n background: var(--ag-background-color);\n }\n .ag-theme-alpine .ag-chart-menu-close:hover .ag-icon,\n .ag-theme-alpine-dark .ag-chart-menu-close:hover .ag-icon {\n border-color: var(--ag-alpine-active-color);\n }\n .ag-theme-alpine .ag-chart-menu-close .ag-icon,\n .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon {\n background: var(--ag-header-background-color);\n border: 1px solid var(--ag-border-color);\n border-right: none;\n }\n .ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover,\n .ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover {\n opacity: 0.35;\n }\n .ag-theme-alpine .ag-ltr .ag-panel-title-bar-button,\n .ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button {\n margin-left: calc(var(--ag-grid-size) * 2);\n margin-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl .ag-panel-title-bar-button,\n .ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button {\n margin-right: calc(var(--ag-grid-size) * 2);\n margin-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-container,\n .ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-group-container {\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-container,\n .ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-group-container {\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-alpine .ag-filter-toolpanel-instance-filter,\n .ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter {\n border: none;\n background-color: var(--ag-control-panel-background-color);\n }\n .ag-theme-alpine .ag-ltr .ag-filter-toolpanel-instance-filter,\n .ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-instance-filter {\n border-left: dashed 1px;\n border-left-color: var(--ag-border-color);\n margin-left: calc(var(--ag-icon-size) * 0.5);\n }\n\n .ag-theme-alpine .ag-rtl .ag-filter-toolpanel-instance-filter,\n .ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-instance-filter {\n border-right: dashed 1px;\n border-right-color: var(--ag-border-color);\n margin-right: calc(var(--ag-icon-size) * 0.5);\n }\n\n .ag-theme-alpine .ag-set-filter-list,\n .ag-theme-alpine-dark .ag-set-filter-list {\n padding-top: calc(var(--ag-grid-size) * 0.5);\n padding-bottom: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper,\n .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container,\n .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper,\n .ag-theme-alpine .ag-layout-print .ag-center-cols-container,\n .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-clipper,\n .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container,\n .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-clipper,\n .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container {\n min-height: 150px;\n }\n .ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height,\n .ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {\n padding-top: 60px;\n }\n .ag-theme-alpine .ag-date-time-list-page-entry-is-current,\n .ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current {\n background-color: var(--ag-alpine-active-color);\n }\n\n .ag-theme-alpine-dark {\n color-scheme: dark;\n }\n`",
|
|
13501
13501
|
"description": "AG Alpine Theme (no fonts) CSS.",
|
|
13502
13502
|
"privacy": "public"
|
|
13503
13503
|
}
|
|
@@ -13520,7 +13520,7 @@
|
|
|
13520
13520
|
{
|
|
13521
13521
|
"kind": "variable",
|
|
13522
13522
|
"name": "agThemeBalhamNofontsCSS",
|
|
13523
|
-
"default": "css`\n .ag-theme-balham,\n .ag-theme-balham-dark {\n --ag-balham-active-color: #0091ea;\n --ag-foreground-color: #000;\n --ag-background-color: #fff;\n --ag-header-background-color: #f5f7f7;\n --ag-tooltip-background-color: #cbd0d3;\n --ag-subheader-background-color: #e2e9eb;\n --ag-control-panel-background-color: #f5f7f7;\n --ag-border-color: #bdc3c7;\n --ag-odd-row-background-color: #fcfdfe;\n --ag-row-hover-color: #ecf0f1;\n --ag-column-hover-color: #ecf0f1;\n --ag-input-border-color: #95a5a6;\n --ag-invalid-color: #e02525;\n --ag-input-disabled-background-color: #ebebeb;\n --ag-checkbox-unchecked-color: #7f8c8d;\n --ag-input-focus-border-color: #719ece;\n --ag-input-focus-box-shadow: 0 0 2px 1px var(--ag-input-focus-border-color);\n --ag-range-selection-border-color: var(--ag-balham-active-color);\n --ag-checkbox-checked-color: var(--ag-balham-active-color);\n --ag-checkbox-background-color: var(--ag-background-color);\n --ag-secondary-foreground-color: rgba(0, 0, 0, 0.54);\n --ag-disabled-foreground-color: rgba(0, 0, 0, 0.38);\n --ag-subheader-toolbar-background-color: rgba(226, 233, 235, 0.5);\n --ag-row-border-color: rgba(189, 195, 199, 0.58);\n --ag-chip-background-color: rgba(0, 0, 0, 0.1);\n --ag-range-selection-background-color: rgba(0, 145, 234, 0.2);\n --ag-range-selection-background-color-2: rgba(0, 145, 234, 0.36);\n --ag-range-selection-background-color-3: rgba(0, 145, 234, 0.49);\n --ag-range-selection-background-color-4: rgba(0, 145, 234, 0.59);\n --ag-selected-row-background-color: rgba(0, 145, 234, 0.28);\n --ag-header-column-separator-color: rgba(189, 195, 199, 0.5);\n --ag-input-disabled-border-color: rgba(149, 165, 166, 0.3);\n --ag-header-column-separator-display: block;\n --ag-header-column-separator-height: 50%;\n --ag-grid-size: 4px;\n --ag-icon-size: 16px;\n --ag-row-height: calc(var(--ag-grid-size) * 7);\n --ag-header-height: calc(var(--ag-grid-size) * 8);\n --ag-list-item-height: calc(var(--ag-grid-size) * 6);\n --ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));\n --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);\n --ag-input-height: calc(var(--ag-grid-size) * 4);\n --ag-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n Cantarell, 'Helvetica Neue', sans-serif;\n --ag-font-size: 12px;\n --ag-icon-font-family: agGridBalham;\n --ag-border-radius: 2px;\n --ag-checkbox-border-radius: 3px;\n --ag-card-shadow: none;\n }\n\n .ag-theme-balham-dark {\n --ag-balham-active-color: #00b0ff;\n --ag-foreground-color: #f5f5f5;\n --ag-background-color: #2d3436;\n --ag-header-background-color: #1c1c1c;\n --ag-tooltip-background-color: #1c1f20;\n --ag-subheader-background-color: #111;\n --ag-control-panel-background-color: #202020;\n --ag-border-color: #424242;\n --ag-odd-row-background-color: #262c2e;\n --ag-row-hover-color: #3d4749;\n --ag-column-hover-color: #3d4749;\n --ag-input-border-color: #f0f0f0;\n --ag-input-disabled-background-color: rgba(48, 46, 46, 0.3);\n --ag-modal-overlay-background-color: rgba(45, 52, 54, 0.66);\n --ag-checkbox-unchecked-color: #ecf0f1;\n --ag-secondary-foreground-color: var(--ag-foreground-color);\n --ag-disabled-foreground-color: rgba(245, 245, 245, 0.38);\n --ag-subheader-toolbar-background-color: rgba(17, 17, 17, 0.5);\n --ag-row-border-color: #5c5c5c;\n --ag-chip-background-color: rgba(245, 245, 245, 0.08);\n --ag-range-selection-background-color: rgba(0, 176, 255, 0.2);\n --ag-range-selection-background-color-2: rgba(0, 176, 255, 0.36);\n --ag-range-selection-background-color-3: rgba(0, 176, 255, 0.49);\n --ag-range-selection-background-color-4: rgba(0, 176, 255, 0.59);\n --ag-selected-row-background-color: rgba(0, 176, 255, 0.28);\n --ag-header-column-separator-color: rgba(66, 66, 66, 0.5);\n --ag-input-disabled-border-color: rgba(240, 240, 240, 0.3);\n --ag-header-foreground-color: rgba(245, 245, 245, 0.64);\n --ag-toggle-button-off-background-color: transparent;\n --ag-toggle-button-off-border-color: var(--ag-foreground-color);\n --ag-range-selection-chart-category-background-color: rgba(26, 177, 74, 0.5);\n --ag-range-selection-chart-background-color: rgba(45, 166, 255, 0.5);\n --ag-input-focus-box-shadow: 0 0 4px 1.5px var(--ag-input-focus-border-color);\n }\n\n .ag-theme-balham .ag-filter-toolpanel-header,\n .ag-theme-balham .ag-filter-toolpanel-search,\n .ag-theme-balham .ag-status-bar,\n .ag-theme-balham .ag-header-row,\n .ag-theme-balham .ag-multi-filter-group-title-bar,\n .ag-theme-balham-dark .ag-filter-toolpanel-header,\n .ag-theme-balham-dark .ag-filter-toolpanel-search,\n .ag-theme-balham-dark .ag-status-bar,\n .ag-theme-balham-dark .ag-header-row,\n .ag-theme-balham-dark .ag-multi-filter-group-title-bar {\n font-weight: 600;\n color: var(--ag-header-foreground-color);\n }\n .ag-theme-balham .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham .ag-ltr textarea[class^='ag-'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham-dark .ag-ltr textarea[class^='ag-'] {\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham .ag-rtl textarea[class^='ag-'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham-dark .ag-rtl textarea[class^='ag-'] {\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-column-drop-vertical-empty-message,\n .ag-theme-balham .ag-status-bar,\n .ag-theme-balham-dark .ag-column-drop-vertical-empty-message,\n .ag-theme-balham-dark .ag-status-bar {\n font-weight: 600;\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-balham.ag-dnd-ghost,\n .ag-theme-balham-dark.ag-dnd-ghost {\n font-size: var(--ag-font-size);\n font-weight: 600;\n }\n .ag-theme-balham .ag-tab,\n .ag-theme-balham-dark .ag-tab {\n border: 1px solid transparent;\n padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);\n margin: var(--ag-grid-size);\n margin-bottom: -1px;\n }\n .ag-theme-balham .ag-tab-selected,\n .ag-theme-balham-dark .ag-tab-selected {\n background-color: var(--ag-background-color);\n border-color: var(--ag-border-color);\n border-bottom-color: transparent;\n }\n .ag-theme-balham .ag-tabs-header,\n .ag-theme-balham-dark .ag-tabs-header {\n border-bottom: 1px solid var(--ag-border-color);\n }\n .ag-theme-balham .ag-column-drop-cell,\n .ag-theme-balham-dark .ag-column-drop-cell {\n height: calc(var(--ag-grid-size) * 6);\n }\n .ag-theme-balham .ag-column-drop-vertical-title,\n .ag-theme-balham-dark .ag-column-drop-vertical-title {\n color: var(--ag-foreground-color);\n }\n .ag-theme-balham .ag-column-drop-vertical-cell,\n .ag-theme-balham-dark .ag-column-drop-vertical-cell {\n margin-left: calc(var(--ag-grid-size) * 2);\n margin-right: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-column-drop-vertical-cell-text,\n .ag-theme-balham-dark .ag-column-drop-vertical-cell-text {\n margin-left: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-column-drop-vertical-icon,\n .ag-theme-balham-dark .ag-column-drop-vertical-icon {\n color: var(--ag-secondary-foreground-color);\n }\n .ag-theme-balham .ag-ltr .ag-column-drop-vertical-empty-message,\n .ag-theme-balham-dark .ag-ltr .ag-column-drop-vertical-empty-message {\n padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-rtl .ag-column-drop-vertical-empty-message,\n .ag-theme-balham-dark .ag-rtl .ag-column-drop-vertical-empty-message {\n padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-column-drop-horizontal,\n .ag-theme-balham-dark .ag-column-drop-horizontal {\n height: var(--ag-header-height);\n }\n .ag-theme-balham .ag-column-drop-empty,\n .ag-theme-balham-dark .ag-column-drop-empty {\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-balham .ag-column-drop-horizontal-cell-text,\n .ag-theme-balham-dark .ag-column-drop-horizontal-cell-text {\n margin-left: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-column-drop-vertical,\n .ag-theme-balham-dark .ag-column-drop-vertical {\n padding-top: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-menu-header,\n .ag-theme-balham-dark .ag-menu-header {\n background-color: var(--ag-header-background-color);\n }\n .ag-theme-balham .ag-overlay-loading-center,\n .ag-theme-balham-dark .ag-overlay-loading-center {\n background-color: var(--ag-background-color);\n border: 1px solid var(--ag-border-color);\n color: var(--ag-foreground-color);\n padding: calc(var(--ag-grid-size) * 4);\n }\n .ag-theme-balham .ag-tooltip,\n .ag-theme-balham-dark .ag-tooltip {\n border: none;\n }\n .ag-theme-balham .ag-panel-title-bar-button-icon,\n .ag-theme-balham-dark .ag-panel-title-bar-button-icon {\n font-size: calc(var(--ag-icon-size) + var(--ag-grid-size));\n }\n .ag-theme-balham .ag-chart-data-section,\n .ag-theme-balham .ag-chart-format-section,\n .ag-theme-balham-dark .ag-chart-data-section,\n .ag-theme-balham-dark .ag-chart-format-section {\n padding-bottom: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-balham .ag-group-toolbar,\n .ag-theme-balham-dark .ag-group-toolbar {\n background-color: var(--ag-subheader-toolbar-background-color);\n }\n .ag-theme-balham .ag-chart-tab,\n .ag-theme-balham-dark .ag-chart-tab {\n padding-top: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-balham .ag-charts-format-sub-level-group-item,\n .ag-theme-balham-dark .ag-charts-format-sub-level-group-item {\n margin-bottom: calc(var(--ag-grid-size) * 1.5);\n }\n .ag-theme-balham .ag-chart-menu-close,\n .ag-theme-balham-dark .ag-chart-menu-close {\n background: var(--ag-background-color);\n }\n .ag-theme-balham .ag-chart-menu-close:hover .ag-icon,\n .ag-theme-balham-dark .ag-chart-menu-close:hover .ag-icon {\n border-color: var(--ag-border-color);\n }\n .ag-theme-balham .ag-chart-menu-close .ag-icon,\n .ag-theme-balham-dark .ag-chart-menu-close .ag-icon {\n background: var(--ag-header-background-color);\n border: 1px solid var(--ag-secondary-border-color);\n border-right: none;\n }\n\n .ag-theme-balham-dark {\n color-scheme: dark;\n }\n`",
|
|
13523
|
+
"default": "css`\n .ag-theme-balham,\n .ag-theme-balham-dark {\n --ag-balham-active-color: #0091ea;\n --ag-foreground-color: #000;\n --ag-background-color: #fff;\n --ag-header-background-color: #f5f7f7;\n --ag-tooltip-background-color: #cbd0d3;\n --ag-subheader-background-color: #e2e9eb;\n --ag-control-panel-background-color: #f5f7f7;\n --ag-border-color: #bdc3c7;\n --ag-odd-row-background-color: #fcfdfe;\n --ag-row-hover-color: #ecf0f1;\n --ag-column-hover-color: #ecf0f1;\n --ag-input-border-color: #95a5a6;\n --ag-invalid-color: #e02525;\n --ag-input-disabled-background-color: #ebebeb;\n --ag-checkbox-unchecked-color: #7f8c8d;\n --ag-input-focus-border-color: #719ece;\n --ag-input-focus-box-shadow: 0 0 2px 1px var(--ag-input-focus-border-color);\n --ag-range-selection-border-color: var(--ag-balham-active-color);\n --ag-checkbox-checked-color: var(--ag-balham-active-color);\n --ag-checkbox-background-color: var(--ag-background-color);\n --ag-secondary-foreground-color: rgba(0, 0, 0, 0.54);\n --ag-disabled-foreground-color: rgba(0, 0, 0, 0.38);\n --ag-subheader-toolbar-background-color: rgba(226, 233, 235, 0.5);\n --ag-row-border-color: rgba(189, 195, 199, 0.58);\n --ag-chip-background-color: rgba(0, 0, 0, 0.1);\n --ag-range-selection-background-color: rgba(0, 145, 234, 0.2);\n --ag-range-selection-background-color-2: rgba(0, 145, 234, 0.36);\n --ag-range-selection-background-color-3: rgba(0, 145, 234, 0.49);\n --ag-range-selection-background-color-4: rgba(0, 145, 234, 0.59);\n --ag-selected-row-background-color: rgba(0, 145, 234, 0.28);\n --ag-header-column-separator-color: rgba(189, 195, 199, 0.5);\n --ag-input-disabled-border-color: rgba(149, 165, 166, 0.3);\n --ag-header-column-separator-display: block;\n --ag-header-column-separator-height: 50%;\n --ag-grid-size: 4px;\n --ag-icon-size: 16px;\n --ag-row-height: calc(var(--ag-grid-size) * 7);\n --ag-header-height: calc(var(--ag-grid-size) * 8);\n --ag-list-item-height: calc(var(--ag-grid-size) * 6);\n --ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));\n --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);\n --ag-input-height: calc(var(--ag-grid-size) * 4);\n --ag-font-family:\n -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,\n 'Helvetica Neue', sans-serif;\n --ag-font-size: 12px;\n --ag-icon-font-family: agGridBalham;\n --ag-border-radius: 2px;\n --ag-checkbox-border-radius: 3px;\n --ag-card-shadow: none;\n }\n\n .ag-theme-balham-dark {\n --ag-balham-active-color: #00b0ff;\n --ag-foreground-color: #f5f5f5;\n --ag-background-color: #2d3436;\n --ag-header-background-color: #1c1c1c;\n --ag-tooltip-background-color: #1c1f20;\n --ag-subheader-background-color: #111;\n --ag-control-panel-background-color: #202020;\n --ag-border-color: #424242;\n --ag-odd-row-background-color: #262c2e;\n --ag-row-hover-color: #3d4749;\n --ag-column-hover-color: #3d4749;\n --ag-input-border-color: #f0f0f0;\n --ag-input-disabled-background-color: rgba(48, 46, 46, 0.3);\n --ag-modal-overlay-background-color: rgba(45, 52, 54, 0.66);\n --ag-checkbox-unchecked-color: #ecf0f1;\n --ag-secondary-foreground-color: var(--ag-foreground-color);\n --ag-disabled-foreground-color: rgba(245, 245, 245, 0.38);\n --ag-subheader-toolbar-background-color: rgba(17, 17, 17, 0.5);\n --ag-row-border-color: #5c5c5c;\n --ag-chip-background-color: rgba(245, 245, 245, 0.08);\n --ag-range-selection-background-color: rgba(0, 176, 255, 0.2);\n --ag-range-selection-background-color-2: rgba(0, 176, 255, 0.36);\n --ag-range-selection-background-color-3: rgba(0, 176, 255, 0.49);\n --ag-range-selection-background-color-4: rgba(0, 176, 255, 0.59);\n --ag-selected-row-background-color: rgba(0, 176, 255, 0.28);\n --ag-header-column-separator-color: rgba(66, 66, 66, 0.5);\n --ag-input-disabled-border-color: rgba(240, 240, 240, 0.3);\n --ag-header-foreground-color: rgba(245, 245, 245, 0.64);\n --ag-toggle-button-off-background-color: transparent;\n --ag-toggle-button-off-border-color: var(--ag-foreground-color);\n --ag-range-selection-chart-category-background-color: rgba(26, 177, 74, 0.5);\n --ag-range-selection-chart-background-color: rgba(45, 166, 255, 0.5);\n --ag-input-focus-box-shadow: 0 0 4px 1.5px var(--ag-input-focus-border-color);\n }\n\n .ag-theme-balham .ag-filter-toolpanel-header,\n .ag-theme-balham .ag-filter-toolpanel-search,\n .ag-theme-balham .ag-status-bar,\n .ag-theme-balham .ag-header-row,\n .ag-theme-balham .ag-multi-filter-group-title-bar,\n .ag-theme-balham-dark .ag-filter-toolpanel-header,\n .ag-theme-balham-dark .ag-filter-toolpanel-search,\n .ag-theme-balham-dark .ag-status-bar,\n .ag-theme-balham-dark .ag-header-row,\n .ag-theme-balham-dark .ag-multi-filter-group-title-bar {\n font-weight: 600;\n color: var(--ag-header-foreground-color);\n }\n .ag-theme-balham .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-balham .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham .ag-ltr textarea[class^='ag-'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-']:not([type]),\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='text'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='number'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='tel'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='date'],\n .ag-theme-balham-dark .ag-ltr input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham-dark .ag-ltr textarea[class^='ag-'] {\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-balham .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham .ag-rtl textarea[class^='ag-'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-']:not([type]),\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='text'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='number'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='tel'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='date'],\n .ag-theme-balham-dark .ag-rtl input[class^='ag-'][type='datetime-local'],\n .ag-theme-balham-dark .ag-rtl textarea[class^='ag-'] {\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-column-drop-vertical-empty-message,\n .ag-theme-balham .ag-status-bar,\n .ag-theme-balham-dark .ag-column-drop-vertical-empty-message,\n .ag-theme-balham-dark .ag-status-bar {\n font-weight: 600;\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-balham.ag-dnd-ghost,\n .ag-theme-balham-dark.ag-dnd-ghost {\n font-size: var(--ag-font-size);\n font-weight: 600;\n }\n .ag-theme-balham .ag-tab,\n .ag-theme-balham-dark .ag-tab {\n border: 1px solid transparent;\n padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);\n margin: var(--ag-grid-size);\n margin-bottom: -1px;\n }\n .ag-theme-balham .ag-tab-selected,\n .ag-theme-balham-dark .ag-tab-selected {\n background-color: var(--ag-background-color);\n border-color: var(--ag-border-color);\n border-bottom-color: transparent;\n }\n .ag-theme-balham .ag-tabs-header,\n .ag-theme-balham-dark .ag-tabs-header {\n border-bottom: 1px solid var(--ag-border-color);\n }\n .ag-theme-balham .ag-column-drop-cell,\n .ag-theme-balham-dark .ag-column-drop-cell {\n height: calc(var(--ag-grid-size) * 6);\n }\n .ag-theme-balham .ag-column-drop-vertical-title,\n .ag-theme-balham-dark .ag-column-drop-vertical-title {\n color: var(--ag-foreground-color);\n }\n .ag-theme-balham .ag-column-drop-vertical-cell,\n .ag-theme-balham-dark .ag-column-drop-vertical-cell {\n margin-left: calc(var(--ag-grid-size) * 2);\n margin-right: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-column-drop-vertical-cell-text,\n .ag-theme-balham-dark .ag-column-drop-vertical-cell-text {\n margin-left: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-column-drop-vertical-icon,\n .ag-theme-balham-dark .ag-column-drop-vertical-icon {\n color: var(--ag-secondary-foreground-color);\n }\n .ag-theme-balham .ag-ltr .ag-column-drop-vertical-empty-message,\n .ag-theme-balham-dark .ag-ltr .ag-column-drop-vertical-empty-message {\n padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-rtl .ag-column-drop-vertical-empty-message,\n .ag-theme-balham-dark .ag-rtl .ag-column-drop-vertical-empty-message {\n padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-balham .ag-column-drop-horizontal,\n .ag-theme-balham-dark .ag-column-drop-horizontal {\n height: var(--ag-header-height);\n }\n .ag-theme-balham .ag-column-drop-empty,\n .ag-theme-balham-dark .ag-column-drop-empty {\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-balham .ag-column-drop-horizontal-cell-text,\n .ag-theme-balham-dark .ag-column-drop-horizontal-cell-text {\n margin-left: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-column-drop-vertical,\n .ag-theme-balham-dark .ag-column-drop-vertical {\n padding-top: calc(var(--ag-grid-size) * 2);\n }\n .ag-theme-balham .ag-menu-header,\n .ag-theme-balham-dark .ag-menu-header {\n background-color: var(--ag-header-background-color);\n }\n .ag-theme-balham .ag-overlay-loading-center,\n .ag-theme-balham-dark .ag-overlay-loading-center {\n background-color: var(--ag-background-color);\n border: 1px solid var(--ag-border-color);\n color: var(--ag-foreground-color);\n padding: calc(var(--ag-grid-size) * 4);\n }\n .ag-theme-balham .ag-tooltip,\n .ag-theme-balham-dark .ag-tooltip {\n border: none;\n }\n .ag-theme-balham .ag-panel-title-bar-button-icon,\n .ag-theme-balham-dark .ag-panel-title-bar-button-icon {\n font-size: calc(var(--ag-icon-size) + var(--ag-grid-size));\n }\n .ag-theme-balham .ag-chart-data-section,\n .ag-theme-balham .ag-chart-format-section,\n .ag-theme-balham-dark .ag-chart-data-section,\n .ag-theme-balham-dark .ag-chart-format-section {\n padding-bottom: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-balham .ag-group-toolbar,\n .ag-theme-balham-dark .ag-group-toolbar {\n background-color: var(--ag-subheader-toolbar-background-color);\n }\n .ag-theme-balham .ag-chart-tab,\n .ag-theme-balham-dark .ag-chart-tab {\n padding-top: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-balham .ag-charts-format-sub-level-group-item,\n .ag-theme-balham-dark .ag-charts-format-sub-level-group-item {\n margin-bottom: calc(var(--ag-grid-size) * 1.5);\n }\n .ag-theme-balham .ag-chart-menu-close,\n .ag-theme-balham-dark .ag-chart-menu-close {\n background: var(--ag-background-color);\n }\n .ag-theme-balham .ag-chart-menu-close:hover .ag-icon,\n .ag-theme-balham-dark .ag-chart-menu-close:hover .ag-icon {\n border-color: var(--ag-border-color);\n }\n .ag-theme-balham .ag-chart-menu-close .ag-icon,\n .ag-theme-balham-dark .ag-chart-menu-close .ag-icon {\n background: var(--ag-header-background-color);\n border: 1px solid var(--ag-secondary-border-color);\n border-right: none;\n }\n\n .ag-theme-balham-dark {\n color-scheme: dark;\n }\n`",
|
|
13524
13524
|
"description": "AG Balham Theme (no fonts) CSS.",
|
|
13525
13525
|
"privacy": "public"
|
|
13526
13526
|
}
|
|
@@ -13543,7 +13543,7 @@
|
|
|
13543
13543
|
{
|
|
13544
13544
|
"kind": "variable",
|
|
13545
13545
|
"name": "agThemeMaterialNofontsCSS",
|
|
13546
|
-
"default": "css`\n .ag-theme-material {\n --ag-material-primary-color: #3f51b5;\n --ag-material-accent-color: #ff4081;\n --ag-foreground-color: rgba(0, 0, 0, 0.87);\n --ag-secondary-foreground-color: rgba(0, 0, 0, 0.54);\n --ag-disabled-foreground-color: rgba(0, 0, 0, 0.38);\n --ag-background-color: #fff;\n --ag-header-background-color: #fff;\n --ag-tooltip-background-color: #fff;\n --ag-subheader-background-color: #eee;\n --ag-subheader-toolbar-background-color: rgba(238, 238, 238, 0.5);\n --ag-header-cell-hover-background-color: #f2f2f2;\n --ag-chip-background-color: #e2e2e2;\n --ag-range-selection-background-color: rgba(122, 134, 203, 0.1);\n --ag-range-selection-background-color-2: rgba(122, 134, 203, 0.19);\n --ag-range-selection-background-color-3: rgba(122, 134, 203, 0.27);\n --ag-range-selection-background-color-4: rgba(122, 134, 203, 0.34);\n --ag-range-selection-highlight-color: #fce4ec;\n --ag-row-hover-color: #fafafa;\n --ag-column-hover-color: #fafafa;\n --ag-control-panel-background-color: #fafafa;\n --ag-selected-row-background-color: #eee;\n --ag-checkbox-unchecked-color: #333;\n --ag-value-change-value-highlight-background-color: #00acc1;\n --ag-side-button-selected-background-color: transparent;\n --ag-range-selection-border-color: var(--ag-material-primary-color);\n --ag-checkbox-checked-color: var(--ag-material-accent-color);\n --ag-borders: none;\n --ag-borders-critical: solid 1px;\n --ag-border-color: #e2e2e2;\n --ag-grid-size: 8px;\n --ag-icon-size: 18px;\n --ag-header-height: calc(var(--ag-grid-size) * 7);\n --ag-row-height: calc(var(--ag-grid-size) * 6);\n --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);\n --ag-list-item-height: calc(var(--ag-grid-size) * 4);\n --ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));\n --ag-filter-tool-panel-sub-level-row-height: calc(var(--ag-grid-size) * 4);\n --ag-checkbox-border-radius: 2px;\n --ag-toggle-button-switch-border-width: 2px;\n --ag-toggle-button-height: var(--ag-icon-size);\n --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);\n --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);\n --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.75);\n --ag-font-family: 'Roboto', sans-serif;\n --ag-font-size: 13px;\n --ag-icon-font-family: agGridMaterial;\n --ag-selected-tab-underline-color: var(--ag-material-primary-color);\n --ag-selected-tab-underline-width: 2px;\n --ag-input-focus-border-color: var(--ag-material-primary-color);\n --ag-input-focus-box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122);\n --ag-card-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),\n 0 1px 5px 0 rgba(0, 0, 0, 0.12);\n --ag-card-radius: 2px;\n --ag-invalid-color: #e02525;\n }\n\n .ag-theme-material .ag-filter-toolpanel-header,\n .ag-theme-material .ag-filter-toolpanel-search,\n .ag-theme-material .ag-status-bar,\n .ag-theme-material .ag-header-row,\n .ag-theme-material .ag-panel-title-bar-title,\n .ag-theme-material .ag-multi-filter-group-title-bar {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 600;\n color: var(--ag-header-foreground-color);\n }\n .ag-theme-material .ag-tab {\n height: calc(var(--ag-grid-size) * 4.5);\n flex: 1 1 auto;\n }\n .ag-theme-material .ag-tabs-header,\n .ag-theme-material .ag-column-drop-horizontal {\n background-color: var(--ag-subheader-background-color);\n }\n .ag-theme-material .ag-tabs-body {\n padding: calc(var(--ag-grid-size) * 0.5) 0;\n }\n .ag-theme-material .ag-tabs-body .ag-menu-list {\n padding-top: 0;\n padding-bottom: 0;\n }\n .ag-theme-material .ag-header-cell,\n .ag-theme-material .ag-header-group-cell {\n transition: background-color 0.5s;\n }\n .ag-theme-material .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing {\n bottom: 0;\n }\n .ag-theme-material .ag-cell-inline-editing {\n padding: var(--ag-grid-size);\n height: calc(var(--ag-row-height) + var(--ag-grid-size) * 3);\n border-color: var(--ag-border-color) !important;\n }\n .ag-theme-material .ag-has-focus .ag-cell-inline-editing {\n border-color: var(--ag-input-focus-border-color) !important;\n }\n .ag-theme-material .ag-side-button-button {\n color: var(--ag-foreground-color);\n }\n .ag-theme-material .ag-column-drop-vertical {\n border-bottom: solid 1px;\n border-bottom-color: var(--ag-border-color);\n padding-top: var(--ag-grid-size);\n }\n .ag-theme-material .ag-column-drop-vertical.ag-last-column-drop {\n border-bottom: none;\n }\n .ag-theme-material .ag-column-drop-vertical-cell {\n margin-left: 0;\n }\n .ag-theme-material .ag-column-drop-vertical-empty-message {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 600;\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-material .ag-ltr .ag-column-drop-vertical-empty-message {\n padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-rtl .ag-column-drop-vertical-empty-message {\n padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-status-bar {\n border: solid 1px;\n border-color: var(--ag-border-color);\n }\n .ag-theme-material .ag-column-panel-column-select {\n border-top: solid 1px;\n border-top-color: var(--ag-border-color);\n }\n .ag-theme-material .ag-column-select,\n .ag-theme-material .ag-column-select-header {\n border-bottom: solid 1px;\n border-bottom-color: var(--ag-border-color);\n }\n .ag-theme-material .ag-column-select-header {\n height: var(--ag-header-height);\n }\n .ag-theme-material .ag-group-title-bar {\n padding: calc(var(--ag-grid-size) * 0.75) var(--ag-grid-size);\n }\n .ag-theme-material .ag-charts-format-sub-level-group-title-bar {\n padding: calc(var(--ag-grid-size) * 0.5) var(--ag-grid-size);\n }\n .ag-theme-material .ag-chart-data-section,\n .ag-theme-material .ag-chart-format-section {\n padding-bottom: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-material .ag-chart-menu-close {\n background: var(--ag-background-color);\n }\n .ag-theme-material .ag-chart-menu-close .ag-icon {\n background: var(--ag-subheader-background-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]),\n .ag-theme-material input[class^='ag-'][type='text'],\n .ag-theme-material input[class^='ag-'][type='number'],\n .ag-theme-material input[class^='ag-'][type='tel'],\n .ag-theme-material input[class^='ag-'][type='date'],\n .ag-theme-material input[class^='ag-'][type='datetime-local'],\n .ag-theme-material textarea[class^='ag-'] {\n background: transparent;\n color: var(--ag-foreground-color);\n font-family: inherit;\n font-size: inherit;\n height: calc(var(--ag-grid-size) * 5);\n padding-bottom: var(--ag-grid-size);\n border-width: 0;\n border-bottom: 2px solid;\n border-bottom-color: var(--ag-border-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]):focus,\n .ag-theme-material input[class^='ag-'][type='text']:focus,\n .ag-theme-material input[class^='ag-'][type='number']:focus,\n .ag-theme-material input[class^='ag-'][type='tel']:focus,\n .ag-theme-material input[class^='ag-'][type='date']:focus,\n .ag-theme-material input[class^='ag-'][type='datetime-local']:focus,\n .ag-theme-material textarea[class^='ag-']:focus {\n border-bottom: 2px solid;\n border-bottom-color: var(--ag-material-primary-color);\n outline: none;\n box-shadow: none;\n }\n .ag-theme-material input[class^='ag-']:not([type])::placeholder,\n .ag-theme-material input[class^='ag-'][type='text']::placeholder,\n .ag-theme-material input[class^='ag-'][type='number']::placeholder,\n .ag-theme-material input[class^='ag-'][type='tel']::placeholder,\n .ag-theme-material input[class^='ag-'][type='date']::placeholder,\n .ag-theme-material input[class^='ag-'][type='datetime-local']::placeholder,\n .ag-theme-material textarea[class^='ag-']::placeholder {\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]):disabled,\n .ag-theme-material input[class^='ag-'][type='text']:disabled,\n .ag-theme-material input[class^='ag-'][type='number']:disabled,\n .ag-theme-material input[class^='ag-'][type='tel']:disabled,\n .ag-theme-material input[class^='ag-'][type='date']:disabled,\n .ag-theme-material input[class^='ag-'][type='datetime-local']:disabled,\n .ag-theme-material textarea[class^='ag-']:disabled {\n border-bottom: 1px solid;\n border-bottom-color: var(--ag-border-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]):invalid,\n .ag-theme-material input[class^='ag-'][type='text']:invalid,\n .ag-theme-material input[class^='ag-'][type='number']:invalid,\n .ag-theme-material input[class^='ag-'][type='tel']:invalid,\n .ag-theme-material input[class^='ag-'][type='date']:invalid,\n .ag-theme-material input[class^='ag-'][type='datetime-local']:invalid,\n .ag-theme-material textarea[class^='ag-']:invalid {\n border-width: 0;\n border-bottom: 1px solid;\n border-bottom-color: var(--ag-invalid-color);\n color: var(--ag-invalid-color);\n }\n .ag-theme-material .ag-standard-button {\n appearance: none;\n background-color: transparent;\n border: 0;\n color: var(--ag-material-primary-color);\n font-family: inherit;\n font-size: inherit;\n margin: 0;\n padding: 0;\n text-transform: uppercase;\n }\n .ag-theme-material .ag-standard-button:disabled {\n color: var(--ag-disabled-foreground-color);\n background-color: var(--ag-input-disabled-background-color);\n border-color: var(--ag-input-disabled-border-color);\n }\n .ag-theme-material.ag-dnd-ghost {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 600;\n }\n .ag-theme-material .ag-filter-toolpanel-header {\n height: calc(var(--ag-grid-size) * 4);\n }\n .ag-theme-material .ag-filter-toolpanel-group-level-0-header {\n height: calc(var(--ag-grid-size) * 7);\n }\n .ag-theme-material .ag-ltr .ag-filter-apply-panel-button {\n margin-left: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-rtl .ag-filter-apply-panel-button {\n margin-right: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-layout-auto-height .ag-center-cols-clipper,\n .ag-theme-material .ag-layout-auto-height .ag-center-cols-container,\n .ag-theme-material .ag-layout-print .ag-center-cols-clipper,\n .ag-theme-material .ag-layout-print .ag-center-cols-container {\n min-height: 150px;\n }\n .ag-theme-material .ag-overlay-no-rows-wrapper.ag-layout-auto-height {\n padding-top: 60px;\n }\n .ag-theme-material .ag-picker-field-wrapper:focus {\n box-shadow: 0 0 0 1px var(--ag-material-primary-color);\n }\n`",
|
|
13546
|
+
"default": "css`\n .ag-theme-material {\n --ag-material-primary-color: #3f51b5;\n --ag-material-accent-color: #ff4081;\n --ag-foreground-color: rgba(0, 0, 0, 0.87);\n --ag-secondary-foreground-color: rgba(0, 0, 0, 0.54);\n --ag-disabled-foreground-color: rgba(0, 0, 0, 0.38);\n --ag-background-color: #fff;\n --ag-header-background-color: #fff;\n --ag-tooltip-background-color: #fff;\n --ag-subheader-background-color: #eee;\n --ag-subheader-toolbar-background-color: rgba(238, 238, 238, 0.5);\n --ag-header-cell-hover-background-color: #f2f2f2;\n --ag-chip-background-color: #e2e2e2;\n --ag-range-selection-background-color: rgba(122, 134, 203, 0.1);\n --ag-range-selection-background-color-2: rgba(122, 134, 203, 0.19);\n --ag-range-selection-background-color-3: rgba(122, 134, 203, 0.27);\n --ag-range-selection-background-color-4: rgba(122, 134, 203, 0.34);\n --ag-range-selection-highlight-color: #fce4ec;\n --ag-row-hover-color: #fafafa;\n --ag-column-hover-color: #fafafa;\n --ag-control-panel-background-color: #fafafa;\n --ag-selected-row-background-color: #eee;\n --ag-checkbox-unchecked-color: #333;\n --ag-value-change-value-highlight-background-color: #00acc1;\n --ag-side-button-selected-background-color: transparent;\n --ag-range-selection-border-color: var(--ag-material-primary-color);\n --ag-checkbox-checked-color: var(--ag-material-accent-color);\n --ag-borders: none;\n --ag-borders-critical: solid 1px;\n --ag-border-color: #e2e2e2;\n --ag-grid-size: 8px;\n --ag-icon-size: 18px;\n --ag-header-height: calc(var(--ag-grid-size) * 7);\n --ag-row-height: calc(var(--ag-grid-size) * 6);\n --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);\n --ag-list-item-height: calc(var(--ag-grid-size) * 4);\n --ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));\n --ag-filter-tool-panel-sub-level-row-height: calc(var(--ag-grid-size) * 4);\n --ag-checkbox-border-radius: 2px;\n --ag-toggle-button-switch-border-width: 2px;\n --ag-toggle-button-height: var(--ag-icon-size);\n --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);\n --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);\n --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.75);\n --ag-font-family: 'Roboto', sans-serif;\n --ag-font-size: 13px;\n --ag-icon-font-family: agGridMaterial;\n --ag-selected-tab-underline-color: var(--ag-material-primary-color);\n --ag-selected-tab-underline-width: 2px;\n --ag-input-focus-border-color: var(--ag-material-primary-color);\n --ag-input-focus-box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122);\n --ag-card-shadow:\n 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),\n 0 1px 5px 0 rgba(0, 0, 0, 0.12);\n --ag-card-radius: 2px;\n --ag-invalid-color: #e02525;\n }\n\n .ag-theme-material .ag-filter-toolpanel-header,\n .ag-theme-material .ag-filter-toolpanel-search,\n .ag-theme-material .ag-status-bar,\n .ag-theme-material .ag-header-row,\n .ag-theme-material .ag-panel-title-bar-title,\n .ag-theme-material .ag-multi-filter-group-title-bar {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 600;\n color: var(--ag-header-foreground-color);\n }\n .ag-theme-material .ag-tab {\n height: calc(var(--ag-grid-size) * 4.5);\n flex: 1 1 auto;\n }\n .ag-theme-material .ag-tabs-header,\n .ag-theme-material .ag-column-drop-horizontal {\n background-color: var(--ag-subheader-background-color);\n }\n .ag-theme-material .ag-tabs-body {\n padding: calc(var(--ag-grid-size) * 0.5) 0;\n }\n .ag-theme-material .ag-tabs-body .ag-menu-list {\n padding-top: 0;\n padding-bottom: 0;\n }\n .ag-theme-material .ag-header-cell,\n .ag-theme-material .ag-header-group-cell {\n transition: background-color 0.5s;\n }\n .ag-theme-material .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing {\n bottom: 0;\n }\n .ag-theme-material .ag-cell-inline-editing {\n padding: var(--ag-grid-size);\n height: calc(var(--ag-row-height) + var(--ag-grid-size) * 3);\n border-color: var(--ag-border-color) !important;\n }\n .ag-theme-material .ag-has-focus .ag-cell-inline-editing {\n border-color: var(--ag-input-focus-border-color) !important;\n }\n .ag-theme-material .ag-side-button-button {\n color: var(--ag-foreground-color);\n }\n .ag-theme-material .ag-column-drop-vertical {\n border-bottom: solid 1px;\n border-bottom-color: var(--ag-border-color);\n padding-top: var(--ag-grid-size);\n }\n .ag-theme-material .ag-column-drop-vertical.ag-last-column-drop {\n border-bottom: none;\n }\n .ag-theme-material .ag-column-drop-vertical-cell {\n margin-left: 0;\n }\n .ag-theme-material .ag-column-drop-vertical-empty-message {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 600;\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-material .ag-ltr .ag-column-drop-vertical-empty-message {\n padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-right: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-rtl .ag-column-drop-vertical-empty-message {\n padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);\n padding-left: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-status-bar {\n border: solid 1px;\n border-color: var(--ag-border-color);\n }\n .ag-theme-material .ag-column-panel-column-select {\n border-top: solid 1px;\n border-top-color: var(--ag-border-color);\n }\n .ag-theme-material .ag-column-select,\n .ag-theme-material .ag-column-select-header {\n border-bottom: solid 1px;\n border-bottom-color: var(--ag-border-color);\n }\n .ag-theme-material .ag-column-select-header {\n height: var(--ag-header-height);\n }\n .ag-theme-material .ag-group-title-bar {\n padding: calc(var(--ag-grid-size) * 0.75) var(--ag-grid-size);\n }\n .ag-theme-material .ag-charts-format-sub-level-group-title-bar {\n padding: calc(var(--ag-grid-size) * 0.5) var(--ag-grid-size);\n }\n .ag-theme-material .ag-chart-data-section,\n .ag-theme-material .ag-chart-format-section {\n padding-bottom: calc(var(--ag-grid-size) * 0.5);\n }\n .ag-theme-material .ag-chart-menu-close {\n background: var(--ag-background-color);\n }\n .ag-theme-material .ag-chart-menu-close .ag-icon {\n background: var(--ag-subheader-background-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]),\n .ag-theme-material input[class^='ag-'][type='text'],\n .ag-theme-material input[class^='ag-'][type='number'],\n .ag-theme-material input[class^='ag-'][type='tel'],\n .ag-theme-material input[class^='ag-'][type='date'],\n .ag-theme-material input[class^='ag-'][type='datetime-local'],\n .ag-theme-material textarea[class^='ag-'] {\n background: transparent;\n color: var(--ag-foreground-color);\n font-family: inherit;\n font-size: inherit;\n height: calc(var(--ag-grid-size) * 5);\n padding-bottom: var(--ag-grid-size);\n border-width: 0;\n border-bottom: 2px solid;\n border-bottom-color: var(--ag-border-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]):focus,\n .ag-theme-material input[class^='ag-'][type='text']:focus,\n .ag-theme-material input[class^='ag-'][type='number']:focus,\n .ag-theme-material input[class^='ag-'][type='tel']:focus,\n .ag-theme-material input[class^='ag-'][type='date']:focus,\n .ag-theme-material input[class^='ag-'][type='datetime-local']:focus,\n .ag-theme-material textarea[class^='ag-']:focus {\n border-bottom: 2px solid;\n border-bottom-color: var(--ag-material-primary-color);\n outline: none;\n box-shadow: none;\n }\n .ag-theme-material input[class^='ag-']:not([type])::placeholder,\n .ag-theme-material input[class^='ag-'][type='text']::placeholder,\n .ag-theme-material input[class^='ag-'][type='number']::placeholder,\n .ag-theme-material input[class^='ag-'][type='tel']::placeholder,\n .ag-theme-material input[class^='ag-'][type='date']::placeholder,\n .ag-theme-material input[class^='ag-'][type='datetime-local']::placeholder,\n .ag-theme-material textarea[class^='ag-']::placeholder {\n color: var(--ag-disabled-foreground-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]):disabled,\n .ag-theme-material input[class^='ag-'][type='text']:disabled,\n .ag-theme-material input[class^='ag-'][type='number']:disabled,\n .ag-theme-material input[class^='ag-'][type='tel']:disabled,\n .ag-theme-material input[class^='ag-'][type='date']:disabled,\n .ag-theme-material input[class^='ag-'][type='datetime-local']:disabled,\n .ag-theme-material textarea[class^='ag-']:disabled {\n border-bottom: 1px solid;\n border-bottom-color: var(--ag-border-color);\n }\n .ag-theme-material input[class^='ag-']:not([type]):invalid,\n .ag-theme-material input[class^='ag-'][type='text']:invalid,\n .ag-theme-material input[class^='ag-'][type='number']:invalid,\n .ag-theme-material input[class^='ag-'][type='tel']:invalid,\n .ag-theme-material input[class^='ag-'][type='date']:invalid,\n .ag-theme-material input[class^='ag-'][type='datetime-local']:invalid,\n .ag-theme-material textarea[class^='ag-']:invalid {\n border-width: 0;\n border-bottom: 1px solid;\n border-bottom-color: var(--ag-invalid-color);\n color: var(--ag-invalid-color);\n }\n .ag-theme-material .ag-standard-button {\n appearance: none;\n background-color: transparent;\n border: 0;\n color: var(--ag-material-primary-color);\n font-family: inherit;\n font-size: inherit;\n margin: 0;\n padding: 0;\n text-transform: uppercase;\n }\n .ag-theme-material .ag-standard-button:disabled {\n color: var(--ag-disabled-foreground-color);\n background-color: var(--ag-input-disabled-background-color);\n border-color: var(--ag-input-disabled-border-color);\n }\n .ag-theme-material.ag-dnd-ghost {\n font-size: calc(var(--ag-font-size) - 1px);\n font-weight: 600;\n }\n .ag-theme-material .ag-filter-toolpanel-header {\n height: calc(var(--ag-grid-size) * 4);\n }\n .ag-theme-material .ag-filter-toolpanel-group-level-0-header {\n height: calc(var(--ag-grid-size) * 7);\n }\n .ag-theme-material .ag-ltr .ag-filter-apply-panel-button {\n margin-left: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-rtl .ag-filter-apply-panel-button {\n margin-right: var(--ag-grid-size);\n }\n\n .ag-theme-material .ag-layout-auto-height .ag-center-cols-clipper,\n .ag-theme-material .ag-layout-auto-height .ag-center-cols-container,\n .ag-theme-material .ag-layout-print .ag-center-cols-clipper,\n .ag-theme-material .ag-layout-print .ag-center-cols-container {\n min-height: 150px;\n }\n .ag-theme-material .ag-overlay-no-rows-wrapper.ag-layout-auto-height {\n padding-top: 60px;\n }\n .ag-theme-material .ag-picker-field-wrapper:focus {\n box-shadow: 0 0 0 1px var(--ag-material-primary-color);\n }\n`",
|
|
13547
13547
|
"description": "AG Material Theme (no fonts) CSS.",
|
|
13548
13548
|
"privacy": "public"
|
|
13549
13549
|
}
|
|
@@ -15711,7 +15711,13 @@
|
|
|
15711
15711
|
},
|
|
15712
15712
|
{
|
|
15713
15713
|
"kind": "javascript-module",
|
|
15714
|
-
"path": "src/
|
|
15714
|
+
"path": "src/style/colors.ts",
|
|
15715
|
+
"declarations": [],
|
|
15716
|
+
"exports": []
|
|
15717
|
+
},
|
|
15718
|
+
{
|
|
15719
|
+
"kind": "javascript-module",
|
|
15720
|
+
"path": "src/style/index.ts",
|
|
15715
15721
|
"declarations": [],
|
|
15716
15722
|
"exports": [
|
|
15717
15723
|
{
|
|
@@ -15719,15 +15725,7 @@
|
|
|
15719
15725
|
"name": "*",
|
|
15720
15726
|
"declaration": {
|
|
15721
15727
|
"name": "*",
|
|
15722
|
-
"package": "./
|
|
15723
|
-
}
|
|
15724
|
-
},
|
|
15725
|
-
{
|
|
15726
|
-
"kind": "js",
|
|
15727
|
-
"name": "*",
|
|
15728
|
-
"declaration": {
|
|
15729
|
-
"name": "*",
|
|
15730
|
-
"package": "./pagination.status-bar"
|
|
15728
|
+
"package": "./colors"
|
|
15731
15729
|
}
|
|
15732
15730
|
},
|
|
15733
15731
|
{
|
|
@@ -15735,316 +15733,594 @@
|
|
|
15735
15733
|
"name": "*",
|
|
15736
15734
|
"declaration": {
|
|
15737
15735
|
"name": "*",
|
|
15738
|
-
"package": "./
|
|
15736
|
+
"package": "./tokens"
|
|
15739
15737
|
}
|
|
15740
|
-
}
|
|
15738
|
+
}
|
|
15739
|
+
]
|
|
15740
|
+
},
|
|
15741
|
+
{
|
|
15742
|
+
"kind": "javascript-module",
|
|
15743
|
+
"path": "src/style/tokens.ts",
|
|
15744
|
+
"declarations": [],
|
|
15745
|
+
"exports": []
|
|
15746
|
+
},
|
|
15747
|
+
{
|
|
15748
|
+
"kind": "javascript-module",
|
|
15749
|
+
"path": "src/tooltips/error-tooltip.ts",
|
|
15750
|
+
"declarations": [],
|
|
15751
|
+
"exports": []
|
|
15752
|
+
},
|
|
15753
|
+
{
|
|
15754
|
+
"kind": "javascript-module",
|
|
15755
|
+
"path": "src/tooltips/index.ts",
|
|
15756
|
+
"declarations": [],
|
|
15757
|
+
"exports": [
|
|
15741
15758
|
{
|
|
15742
15759
|
"kind": "js",
|
|
15743
15760
|
"name": "*",
|
|
15744
15761
|
"declaration": {
|
|
15745
15762
|
"name": "*",
|
|
15746
|
-
"package": "./
|
|
15763
|
+
"package": "./error-tooltip"
|
|
15747
15764
|
}
|
|
15748
15765
|
}
|
|
15749
15766
|
]
|
|
15750
15767
|
},
|
|
15751
15768
|
{
|
|
15752
15769
|
"kind": "javascript-module",
|
|
15753
|
-
"path": "src/
|
|
15770
|
+
"path": "src/utils/array.ts",
|
|
15754
15771
|
"declarations": [
|
|
15755
15772
|
{
|
|
15756
|
-
"kind": "
|
|
15757
|
-
"
|
|
15758
|
-
"
|
|
15759
|
-
|
|
15773
|
+
"kind": "function",
|
|
15774
|
+
"name": "convertColDefToColumnState",
|
|
15775
|
+
"return": {
|
|
15776
|
+
"type": {
|
|
15777
|
+
"text": ""
|
|
15778
|
+
}
|
|
15779
|
+
},
|
|
15780
|
+
"parameters": [
|
|
15760
15781
|
{
|
|
15761
|
-
"
|
|
15762
|
-
"name": "element",
|
|
15782
|
+
"name": "colDef",
|
|
15763
15783
|
"type": {
|
|
15764
|
-
"text": "
|
|
15784
|
+
"text": "ColDef"
|
|
15765
15785
|
},
|
|
15766
|
-
"
|
|
15767
|
-
}
|
|
15786
|
+
"description": "The column definition to convert"
|
|
15787
|
+
}
|
|
15788
|
+
],
|
|
15789
|
+
"description": "Converts a ColDef to a ColumnState",
|
|
15790
|
+
"privacy": "public"
|
|
15791
|
+
},
|
|
15792
|
+
{
|
|
15793
|
+
"kind": "function",
|
|
15794
|
+
"name": "convertColDefsToColumnStates",
|
|
15795
|
+
"return": {
|
|
15796
|
+
"type": {
|
|
15797
|
+
"text": ""
|
|
15798
|
+
}
|
|
15799
|
+
},
|
|
15800
|
+
"parameters": [
|
|
15768
15801
|
{
|
|
15769
|
-
"
|
|
15770
|
-
"
|
|
15771
|
-
|
|
15772
|
-
|
|
15773
|
-
|
|
15774
|
-
|
|
15775
|
-
|
|
15776
|
-
|
|
15777
|
-
|
|
15778
|
-
|
|
15779
|
-
|
|
15802
|
+
"name": "colDefs",
|
|
15803
|
+
"type": {
|
|
15804
|
+
"text": "ColDef[]"
|
|
15805
|
+
},
|
|
15806
|
+
"description": "The column definitions to convert"
|
|
15807
|
+
}
|
|
15808
|
+
],
|
|
15809
|
+
"description": "Converts an array of ColDef to an array of ColumnState",
|
|
15810
|
+
"privacy": "public"
|
|
15811
|
+
},
|
|
15812
|
+
{
|
|
15813
|
+
"kind": "function",
|
|
15814
|
+
"name": "mergeAndDedupColDefWithColumnState",
|
|
15815
|
+
"return": {
|
|
15816
|
+
"type": {
|
|
15817
|
+
"text": "ColDef[]"
|
|
15818
|
+
}
|
|
15819
|
+
},
|
|
15820
|
+
"parameters": [
|
|
15780
15821
|
{
|
|
15781
|
-
"
|
|
15782
|
-
"
|
|
15783
|
-
|
|
15784
|
-
"type": {
|
|
15785
|
-
"text": "HTMLElement"
|
|
15786
|
-
}
|
|
15822
|
+
"name": "colDefs",
|
|
15823
|
+
"type": {
|
|
15824
|
+
"text": "ColDef[]"
|
|
15787
15825
|
}
|
|
15788
15826
|
},
|
|
15789
15827
|
{
|
|
15790
|
-
"
|
|
15791
|
-
"
|
|
15828
|
+
"name": "columnStates",
|
|
15829
|
+
"type": {
|
|
15830
|
+
"text": "ColumnState[]"
|
|
15831
|
+
}
|
|
15792
15832
|
}
|
|
15793
|
-
]
|
|
15833
|
+
],
|
|
15834
|
+
"description": "Merges two arrays, one of `ColDef` and one of `ColumnState`, and deduplicates them.",
|
|
15835
|
+
"privacy": "public"
|
|
15794
15836
|
}
|
|
15795
15837
|
],
|
|
15796
15838
|
"exports": [
|
|
15797
15839
|
{
|
|
15798
15840
|
"kind": "js",
|
|
15799
|
-
"name": "
|
|
15841
|
+
"name": "convertColDefToColumnState",
|
|
15800
15842
|
"declaration": {
|
|
15801
|
-
"name": "
|
|
15802
|
-
"module": "src/
|
|
15843
|
+
"name": "convertColDefToColumnState",
|
|
15844
|
+
"module": "src/utils/array.ts"
|
|
15845
|
+
}
|
|
15846
|
+
},
|
|
15847
|
+
{
|
|
15848
|
+
"kind": "js",
|
|
15849
|
+
"name": "convertColDefsToColumnStates",
|
|
15850
|
+
"declaration": {
|
|
15851
|
+
"name": "convertColDefsToColumnStates",
|
|
15852
|
+
"module": "src/utils/array.ts"
|
|
15853
|
+
}
|
|
15854
|
+
},
|
|
15855
|
+
{
|
|
15856
|
+
"kind": "js",
|
|
15857
|
+
"name": "mergeAndDedupColDefWithColumnState",
|
|
15858
|
+
"declaration": {
|
|
15859
|
+
"name": "mergeAndDedupColDefWithColumnState",
|
|
15860
|
+
"module": "src/utils/array.ts"
|
|
15803
15861
|
}
|
|
15804
15862
|
}
|
|
15805
15863
|
]
|
|
15806
15864
|
},
|
|
15807
15865
|
{
|
|
15808
15866
|
"kind": "javascript-module",
|
|
15809
|
-
"path": "src/
|
|
15867
|
+
"path": "src/utils/error.ts",
|
|
15810
15868
|
"declarations": [
|
|
15811
15869
|
{
|
|
15812
|
-
"kind": "
|
|
15813
|
-
"
|
|
15814
|
-
"
|
|
15815
|
-
|
|
15816
|
-
|
|
15817
|
-
|
|
15818
|
-
|
|
15819
|
-
|
|
15820
|
-
"text": "HTMLElement"
|
|
15821
|
-
},
|
|
15822
|
-
"privacy": "private"
|
|
15823
|
-
},
|
|
15824
|
-
{
|
|
15825
|
-
"kind": "field",
|
|
15826
|
-
"name": "loadMoreButton",
|
|
15827
|
-
"type": {
|
|
15828
|
-
"text": "HTMLElement"
|
|
15829
|
-
},
|
|
15830
|
-
"privacy": "private"
|
|
15831
|
-
},
|
|
15832
|
-
{
|
|
15833
|
-
"kind": "field",
|
|
15834
|
-
"name": "progressRing",
|
|
15835
|
-
"type": {
|
|
15836
|
-
"text": "HTMLElement"
|
|
15837
|
-
},
|
|
15838
|
-
"privacy": "private"
|
|
15839
|
-
},
|
|
15840
|
-
{
|
|
15841
|
-
"kind": "field",
|
|
15842
|
-
"name": "buttonLabel",
|
|
15843
|
-
"type": {
|
|
15844
|
-
"text": "string"
|
|
15845
|
-
},
|
|
15846
|
-
"privacy": "private",
|
|
15847
|
-
"default": "'Load More'"
|
|
15848
|
-
},
|
|
15849
|
-
{
|
|
15850
|
-
"kind": "field",
|
|
15851
|
-
"name": "params",
|
|
15852
|
-
"type": {
|
|
15853
|
-
"text": "LoadMoreStatusBarParams"
|
|
15854
|
-
},
|
|
15855
|
-
"privacy": "private"
|
|
15856
|
-
},
|
|
15857
|
-
{
|
|
15858
|
-
"kind": "field",
|
|
15859
|
-
"name": "designSystemPrefix",
|
|
15860
|
-
"type": {
|
|
15861
|
-
"text": "string"
|
|
15862
|
-
},
|
|
15863
|
-
"privacy": "private"
|
|
15864
|
-
},
|
|
15865
|
-
{
|
|
15866
|
-
"kind": "field",
|
|
15867
|
-
"name": "isLoading",
|
|
15868
|
-
"type": {
|
|
15869
|
-
"text": "boolean"
|
|
15870
|
-
},
|
|
15871
|
-
"privacy": "private",
|
|
15872
|
-
"default": "false"
|
|
15873
|
-
},
|
|
15874
|
-
{
|
|
15875
|
-
"kind": "field",
|
|
15876
|
-
"name": "isLeftAligned",
|
|
15877
|
-
"type": {
|
|
15878
|
-
"text": "boolean"
|
|
15879
|
-
},
|
|
15880
|
-
"privacy": "private",
|
|
15881
|
-
"default": "false"
|
|
15882
|
-
},
|
|
15870
|
+
"kind": "function",
|
|
15871
|
+
"name": "extractErrorMessage",
|
|
15872
|
+
"return": {
|
|
15873
|
+
"type": {
|
|
15874
|
+
"text": ""
|
|
15875
|
+
}
|
|
15876
|
+
},
|
|
15877
|
+
"parameters": [
|
|
15883
15878
|
{
|
|
15884
|
-
"
|
|
15885
|
-
"name": "gridApi",
|
|
15879
|
+
"name": "detail",
|
|
15886
15880
|
"type": {
|
|
15887
15881
|
"text": "any"
|
|
15888
15882
|
},
|
|
15889
|
-
"
|
|
15890
|
-
}
|
|
15891
|
-
|
|
15892
|
-
|
|
15893
|
-
|
|
15894
|
-
|
|
15895
|
-
|
|
15896
|
-
|
|
15897
|
-
|
|
15898
|
-
|
|
15899
|
-
|
|
15900
|
-
|
|
15901
|
-
|
|
15902
|
-
|
|
15903
|
-
|
|
15904
|
-
|
|
15905
|
-
|
|
15906
|
-
|
|
15907
|
-
|
|
15908
|
-
|
|
15909
|
-
|
|
15910
|
-
|
|
15911
|
-
|
|
15912
|
-
|
|
15913
|
-
|
|
15914
|
-
|
|
15915
|
-
|
|
15916
|
-
|
|
15917
|
-
|
|
15918
|
-
|
|
15919
|
-
|
|
15920
|
-
|
|
15883
|
+
"description": "The error detail, which can be a string, array, or object."
|
|
15884
|
+
}
|
|
15885
|
+
],
|
|
15886
|
+
"description": "Extracts a user-friendly error message from a given error detail.",
|
|
15887
|
+
"privacy": "public"
|
|
15888
|
+
}
|
|
15889
|
+
],
|
|
15890
|
+
"exports": [
|
|
15891
|
+
{
|
|
15892
|
+
"kind": "js",
|
|
15893
|
+
"name": "extractErrorMessage",
|
|
15894
|
+
"declaration": {
|
|
15895
|
+
"name": "extractErrorMessage",
|
|
15896
|
+
"module": "src/utils/error.ts"
|
|
15897
|
+
}
|
|
15898
|
+
}
|
|
15899
|
+
]
|
|
15900
|
+
},
|
|
15901
|
+
{
|
|
15902
|
+
"kind": "javascript-module",
|
|
15903
|
+
"path": "src/utils/index.ts",
|
|
15904
|
+
"declarations": [],
|
|
15905
|
+
"exports": [
|
|
15906
|
+
{
|
|
15907
|
+
"kind": "js",
|
|
15908
|
+
"name": "*",
|
|
15909
|
+
"declaration": {
|
|
15910
|
+
"name": "*",
|
|
15911
|
+
"package": "./array"
|
|
15912
|
+
}
|
|
15913
|
+
},
|
|
15914
|
+
{
|
|
15915
|
+
"kind": "js",
|
|
15916
|
+
"name": "*",
|
|
15917
|
+
"declaration": {
|
|
15918
|
+
"name": "*",
|
|
15919
|
+
"package": "./error"
|
|
15920
|
+
}
|
|
15921
|
+
},
|
|
15922
|
+
{
|
|
15923
|
+
"kind": "js",
|
|
15924
|
+
"name": "*",
|
|
15925
|
+
"declaration": {
|
|
15926
|
+
"name": "*",
|
|
15927
|
+
"package": "./logger"
|
|
15928
|
+
}
|
|
15929
|
+
},
|
|
15930
|
+
{
|
|
15931
|
+
"kind": "js",
|
|
15932
|
+
"name": "*",
|
|
15933
|
+
"declaration": {
|
|
15934
|
+
"name": "*",
|
|
15935
|
+
"package": "./map"
|
|
15936
|
+
}
|
|
15937
|
+
},
|
|
15938
|
+
{
|
|
15939
|
+
"kind": "js",
|
|
15940
|
+
"name": "*",
|
|
15941
|
+
"declaration": {
|
|
15942
|
+
"name": "*",
|
|
15943
|
+
"package": "./sanitasations"
|
|
15944
|
+
}
|
|
15945
|
+
},
|
|
15946
|
+
{
|
|
15947
|
+
"kind": "js",
|
|
15948
|
+
"name": "*",
|
|
15949
|
+
"declaration": {
|
|
15950
|
+
"name": "*",
|
|
15951
|
+
"package": "./string"
|
|
15952
|
+
}
|
|
15953
|
+
}
|
|
15954
|
+
]
|
|
15955
|
+
},
|
|
15956
|
+
{
|
|
15957
|
+
"kind": "javascript-module",
|
|
15958
|
+
"path": "src/utils/logger.ts",
|
|
15959
|
+
"declarations": [
|
|
15960
|
+
{
|
|
15961
|
+
"kind": "variable",
|
|
15962
|
+
"name": "logger",
|
|
15963
|
+
"description": "Logger for the grid-pro package",
|
|
15964
|
+
"privacy": "public"
|
|
15965
|
+
}
|
|
15966
|
+
],
|
|
15967
|
+
"exports": [
|
|
15968
|
+
{
|
|
15969
|
+
"kind": "js",
|
|
15970
|
+
"name": "logger",
|
|
15971
|
+
"declaration": {
|
|
15972
|
+
"name": "logger",
|
|
15973
|
+
"module": "src/utils/logger.ts"
|
|
15974
|
+
}
|
|
15975
|
+
}
|
|
15976
|
+
]
|
|
15977
|
+
},
|
|
15978
|
+
{
|
|
15979
|
+
"kind": "javascript-module",
|
|
15980
|
+
"path": "src/utils/map.ts",
|
|
15981
|
+
"declarations": [
|
|
15982
|
+
{
|
|
15983
|
+
"kind": "function",
|
|
15984
|
+
"name": "getAvailableIndexes",
|
|
15985
|
+
"return": {
|
|
15986
|
+
"type": {
|
|
15987
|
+
"text": ""
|
|
15988
|
+
}
|
|
15989
|
+
},
|
|
15990
|
+
"parameters": [
|
|
15921
15991
|
{
|
|
15922
|
-
"
|
|
15923
|
-
"
|
|
15924
|
-
|
|
15925
|
-
"return": {
|
|
15926
|
-
"type": {
|
|
15927
|
-
"text": "void"
|
|
15928
|
-
}
|
|
15992
|
+
"name": "data",
|
|
15993
|
+
"type": {
|
|
15994
|
+
"text": "Map<string, [string]>"
|
|
15929
15995
|
},
|
|
15930
|
-
"description": "
|
|
15931
|
-
}
|
|
15996
|
+
"description": "the map data to have the keys extracted from"
|
|
15997
|
+
}
|
|
15998
|
+
],
|
|
15999
|
+
"description": "Get the keys of the Metadata indexes map",
|
|
16000
|
+
"privacy": "public"
|
|
16001
|
+
},
|
|
16002
|
+
{
|
|
16003
|
+
"kind": "function",
|
|
16004
|
+
"name": "getAvailableIndexFields",
|
|
16005
|
+
"return": {
|
|
16006
|
+
"type": {
|
|
16007
|
+
"text": ""
|
|
16008
|
+
}
|
|
16009
|
+
},
|
|
16010
|
+
"parameters": [
|
|
15932
16011
|
{
|
|
15933
|
-
"
|
|
15934
|
-
"
|
|
15935
|
-
|
|
15936
|
-
"return": {
|
|
15937
|
-
"type": {
|
|
15938
|
-
"text": "void"
|
|
15939
|
-
}
|
|
16012
|
+
"name": "data",
|
|
16013
|
+
"type": {
|
|
16014
|
+
"text": "Map<string, [string]>"
|
|
15940
16015
|
},
|
|
15941
|
-
"
|
|
15942
|
-
{
|
|
15943
|
-
"name": "loading",
|
|
15944
|
-
"type": {
|
|
15945
|
-
"text": "boolean"
|
|
15946
|
-
}
|
|
15947
|
-
}
|
|
15948
|
-
],
|
|
15949
|
-
"description": "Show or hide the loading state"
|
|
15950
|
-
},
|
|
15951
|
-
{
|
|
15952
|
-
"kind": "method",
|
|
15953
|
-
"name": "updateButtonVisibility",
|
|
15954
|
-
"privacy": "public"
|
|
15955
|
-
},
|
|
15956
|
-
{
|
|
15957
|
-
"kind": "method",
|
|
15958
|
-
"name": "updateParams",
|
|
15959
|
-
"privacy": "public",
|
|
15960
|
-
"parameters": [
|
|
15961
|
-
{
|
|
15962
|
-
"name": "params",
|
|
15963
|
-
"type": {
|
|
15964
|
-
"text": "LoadMoreStatusBarParams"
|
|
15965
|
-
}
|
|
15966
|
-
}
|
|
15967
|
-
]
|
|
15968
|
-
},
|
|
15969
|
-
{
|
|
15970
|
-
"kind": "method",
|
|
15971
|
-
"name": "getGui",
|
|
15972
|
-
"return": {
|
|
15973
|
-
"type": {
|
|
15974
|
-
"text": "HTMLElement"
|
|
15975
|
-
}
|
|
15976
|
-
}
|
|
15977
|
-
},
|
|
15978
|
-
{
|
|
15979
|
-
"kind": "method",
|
|
15980
|
-
"name": "destroy"
|
|
16016
|
+
"description": "the map data to have the values extracted from"
|
|
15981
16017
|
}
|
|
15982
|
-
]
|
|
16018
|
+
],
|
|
16019
|
+
"description": "Get the values of the Metadata indexes map",
|
|
16020
|
+
"privacy": "public"
|
|
15983
16021
|
}
|
|
15984
16022
|
],
|
|
15985
16023
|
"exports": [
|
|
15986
16024
|
{
|
|
15987
16025
|
"kind": "js",
|
|
15988
|
-
"name": "
|
|
16026
|
+
"name": "getAvailableIndexes",
|
|
15989
16027
|
"declaration": {
|
|
15990
|
-
"name": "
|
|
15991
|
-
"module": "src/
|
|
16028
|
+
"name": "getAvailableIndexes",
|
|
16029
|
+
"module": "src/utils/map.ts"
|
|
16030
|
+
}
|
|
16031
|
+
},
|
|
16032
|
+
{
|
|
16033
|
+
"kind": "js",
|
|
16034
|
+
"name": "getAvailableIndexFields",
|
|
16035
|
+
"declaration": {
|
|
16036
|
+
"name": "getAvailableIndexFields",
|
|
16037
|
+
"module": "src/utils/map.ts"
|
|
15992
16038
|
}
|
|
15993
16039
|
}
|
|
15994
16040
|
]
|
|
15995
16041
|
},
|
|
15996
16042
|
{
|
|
15997
16043
|
"kind": "javascript-module",
|
|
15998
|
-
"path": "src/
|
|
16044
|
+
"path": "src/utils/sanitasations.ts",
|
|
15999
16045
|
"declarations": [
|
|
16000
16046
|
{
|
|
16001
|
-
"kind": "
|
|
16002
|
-
"
|
|
16003
|
-
"
|
|
16004
|
-
|
|
16047
|
+
"kind": "variable",
|
|
16048
|
+
"name": "csvExportParams",
|
|
16049
|
+
"type": {
|
|
16050
|
+
"text": "CsvExportParams"
|
|
16051
|
+
},
|
|
16052
|
+
"default": "{\n processCellCallback: (params) => {\n if (\n ['+', '=', '-', '@', '\\t', '\\n'].some((character) =>\n String(params.value).startsWith(character),\n )\n ) {\n return `'${params.value}`;\n }\n\n return params.value;\n },\n}",
|
|
16053
|
+
"description": "Allows secure export of CSV https://owasp.org/www-community/attacks/CSV_Injection",
|
|
16054
|
+
"privacy": "public"
|
|
16055
|
+
}
|
|
16056
|
+
],
|
|
16057
|
+
"exports": [
|
|
16058
|
+
{
|
|
16059
|
+
"kind": "js",
|
|
16060
|
+
"name": "csvExportParams",
|
|
16061
|
+
"declaration": {
|
|
16062
|
+
"name": "csvExportParams",
|
|
16063
|
+
"module": "src/utils/sanitasations.ts"
|
|
16064
|
+
}
|
|
16065
|
+
}
|
|
16066
|
+
]
|
|
16067
|
+
},
|
|
16068
|
+
{
|
|
16069
|
+
"kind": "javascript-module",
|
|
16070
|
+
"path": "src/utils/string.ts",
|
|
16071
|
+
"declarations": [
|
|
16072
|
+
{
|
|
16073
|
+
"kind": "function",
|
|
16074
|
+
"name": "convertToKebabCase",
|
|
16075
|
+
"parameters": [
|
|
16005
16076
|
{
|
|
16006
|
-
"
|
|
16007
|
-
"name": "element",
|
|
16077
|
+
"name": "value",
|
|
16008
16078
|
"type": {
|
|
16009
|
-
"text": "
|
|
16079
|
+
"text": "string"
|
|
16010
16080
|
},
|
|
16011
|
-
"
|
|
16012
|
-
}
|
|
16081
|
+
"description": "The value to convert to Kebab case."
|
|
16082
|
+
}
|
|
16083
|
+
],
|
|
16084
|
+
"description": "Convert string values from 'camelCase' to 'kebab-case'",
|
|
16085
|
+
"return": {
|
|
16086
|
+
"type": {
|
|
16087
|
+
"text": ""
|
|
16088
|
+
}
|
|
16089
|
+
},
|
|
16090
|
+
"privacy": "public"
|
|
16091
|
+
}
|
|
16092
|
+
],
|
|
16093
|
+
"exports": [
|
|
16094
|
+
{
|
|
16095
|
+
"kind": "js",
|
|
16096
|
+
"name": "convertToKebabCase",
|
|
16097
|
+
"declaration": {
|
|
16098
|
+
"name": "convertToKebabCase",
|
|
16099
|
+
"module": "src/utils/string.ts"
|
|
16100
|
+
}
|
|
16101
|
+
}
|
|
16102
|
+
]
|
|
16103
|
+
},
|
|
16104
|
+
{
|
|
16105
|
+
"kind": "javascript-module",
|
|
16106
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
16107
|
+
"declarations": [
|
|
16108
|
+
{
|
|
16109
|
+
"kind": "function",
|
|
16110
|
+
"name": "setValueWithAccessor",
|
|
16111
|
+
"return": {
|
|
16112
|
+
"type": {
|
|
16113
|
+
"text": "string"
|
|
16114
|
+
}
|
|
16115
|
+
},
|
|
16116
|
+
"parameters": [
|
|
16013
16117
|
{
|
|
16014
|
-
"
|
|
16015
|
-
"name": "api",
|
|
16118
|
+
"name": "data",
|
|
16016
16119
|
"type": {
|
|
16017
|
-
"text": "
|
|
16018
|
-
}
|
|
16019
|
-
"privacy": "private"
|
|
16120
|
+
"text": "any"
|
|
16121
|
+
}
|
|
16020
16122
|
},
|
|
16021
16123
|
{
|
|
16022
|
-
"
|
|
16023
|
-
"name": "paginationPanel",
|
|
16124
|
+
"name": "accessor",
|
|
16024
16125
|
"type": {
|
|
16025
|
-
"text": "
|
|
16126
|
+
"text": "string"
|
|
16127
|
+
}
|
|
16128
|
+
}
|
|
16129
|
+
]
|
|
16130
|
+
}
|
|
16131
|
+
],
|
|
16132
|
+
"exports": [
|
|
16133
|
+
{
|
|
16134
|
+
"kind": "js",
|
|
16135
|
+
"name": "setValueWithAccessor",
|
|
16136
|
+
"declaration": {
|
|
16137
|
+
"name": "setValueWithAccessor",
|
|
16138
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
16139
|
+
}
|
|
16140
|
+
}
|
|
16141
|
+
]
|
|
16142
|
+
},
|
|
16143
|
+
{
|
|
16144
|
+
"kind": "javascript-module",
|
|
16145
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
16146
|
+
"declarations": [],
|
|
16147
|
+
"exports": [
|
|
16148
|
+
{
|
|
16149
|
+
"kind": "js",
|
|
16150
|
+
"name": "*",
|
|
16151
|
+
"declaration": {
|
|
16152
|
+
"name": "*",
|
|
16153
|
+
"package": "./accessor"
|
|
16154
|
+
}
|
|
16155
|
+
}
|
|
16156
|
+
]
|
|
16157
|
+
},
|
|
16158
|
+
{
|
|
16159
|
+
"kind": "javascript-module",
|
|
16160
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
16161
|
+
"declarations": [
|
|
16162
|
+
{
|
|
16163
|
+
"kind": "function",
|
|
16164
|
+
"name": "gridProColumns",
|
|
16165
|
+
"return": {
|
|
16166
|
+
"type": {
|
|
16167
|
+
"text": "CaptureType<TSource>"
|
|
16168
|
+
}
|
|
16169
|
+
},
|
|
16170
|
+
"parameters": [
|
|
16171
|
+
{
|
|
16172
|
+
"name": "itemsBinding",
|
|
16173
|
+
"type": {
|
|
16174
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
16026
16175
|
},
|
|
16027
|
-
"
|
|
16176
|
+
"description": "The array to render"
|
|
16028
16177
|
},
|
|
16029
16178
|
{
|
|
16030
|
-
"
|
|
16031
|
-
"
|
|
16179
|
+
"name": "includeRenderers",
|
|
16180
|
+
"default": "true",
|
|
16032
16181
|
"type": {
|
|
16033
|
-
"text": "
|
|
16182
|
+
"text": "boolean"
|
|
16034
16183
|
},
|
|
16035
|
-
"
|
|
16036
|
-
}
|
|
16184
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
16185
|
+
}
|
|
16186
|
+
],
|
|
16187
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
16188
|
+
"privacy": "public"
|
|
16189
|
+
}
|
|
16190
|
+
],
|
|
16191
|
+
"exports": [
|
|
16192
|
+
{
|
|
16193
|
+
"kind": "js",
|
|
16194
|
+
"name": "gridProColumns",
|
|
16195
|
+
"declaration": {
|
|
16196
|
+
"name": "gridProColumns",
|
|
16197
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
16198
|
+
}
|
|
16199
|
+
}
|
|
16200
|
+
]
|
|
16201
|
+
},
|
|
16202
|
+
{
|
|
16203
|
+
"kind": "javascript-module",
|
|
16204
|
+
"path": "src/column/utils/index.ts",
|
|
16205
|
+
"declarations": [],
|
|
16206
|
+
"exports": [
|
|
16207
|
+
{
|
|
16208
|
+
"kind": "js",
|
|
16209
|
+
"name": "*",
|
|
16210
|
+
"declaration": {
|
|
16211
|
+
"name": "*",
|
|
16212
|
+
"package": "./grid-pro-columns"
|
|
16213
|
+
}
|
|
16214
|
+
}
|
|
16215
|
+
]
|
|
16216
|
+
},
|
|
16217
|
+
{
|
|
16218
|
+
"kind": "javascript-module",
|
|
16219
|
+
"path": "src/status-bar-components/index.ts",
|
|
16220
|
+
"declarations": [],
|
|
16221
|
+
"exports": [
|
|
16222
|
+
{
|
|
16223
|
+
"kind": "js",
|
|
16224
|
+
"name": "*",
|
|
16225
|
+
"declaration": {
|
|
16226
|
+
"name": "*",
|
|
16227
|
+
"package": "./load-more.status-bar"
|
|
16228
|
+
}
|
|
16229
|
+
},
|
|
16230
|
+
{
|
|
16231
|
+
"kind": "js",
|
|
16232
|
+
"name": "*",
|
|
16233
|
+
"declaration": {
|
|
16234
|
+
"name": "*",
|
|
16235
|
+
"package": "./pagination.status-bar"
|
|
16236
|
+
}
|
|
16237
|
+
},
|
|
16238
|
+
{
|
|
16239
|
+
"kind": "js",
|
|
16240
|
+
"name": "*",
|
|
16241
|
+
"declaration": {
|
|
16242
|
+
"name": "*",
|
|
16243
|
+
"package": "./label-value.status-bar"
|
|
16244
|
+
}
|
|
16245
|
+
},
|
|
16246
|
+
{
|
|
16247
|
+
"kind": "js",
|
|
16248
|
+
"name": "*",
|
|
16249
|
+
"declaration": {
|
|
16250
|
+
"name": "*",
|
|
16251
|
+
"package": "./reload.status-bar"
|
|
16252
|
+
}
|
|
16253
|
+
}
|
|
16254
|
+
]
|
|
16255
|
+
},
|
|
16256
|
+
{
|
|
16257
|
+
"kind": "javascript-module",
|
|
16258
|
+
"path": "src/status-bar-components/label-value.status-bar.ts",
|
|
16259
|
+
"declarations": [
|
|
16260
|
+
{
|
|
16261
|
+
"kind": "class",
|
|
16262
|
+
"description": "Label Value Status Bar Component",
|
|
16263
|
+
"name": "LabelValueStatusBarComponent",
|
|
16264
|
+
"members": [
|
|
16037
16265
|
{
|
|
16038
16266
|
"kind": "field",
|
|
16039
|
-
"name": "
|
|
16267
|
+
"name": "element",
|
|
16040
16268
|
"type": {
|
|
16041
16269
|
"text": "HTMLElement"
|
|
16042
16270
|
},
|
|
16043
16271
|
"privacy": "private"
|
|
16044
16272
|
},
|
|
16273
|
+
{
|
|
16274
|
+
"kind": "method",
|
|
16275
|
+
"name": "init",
|
|
16276
|
+
"parameters": [
|
|
16277
|
+
{
|
|
16278
|
+
"name": "params",
|
|
16279
|
+
"type": {
|
|
16280
|
+
"text": "IStatusPanelParams"
|
|
16281
|
+
}
|
|
16282
|
+
}
|
|
16283
|
+
]
|
|
16284
|
+
},
|
|
16285
|
+
{
|
|
16286
|
+
"kind": "method",
|
|
16287
|
+
"name": "getGui",
|
|
16288
|
+
"return": {
|
|
16289
|
+
"type": {
|
|
16290
|
+
"text": "HTMLElement"
|
|
16291
|
+
}
|
|
16292
|
+
}
|
|
16293
|
+
},
|
|
16294
|
+
{
|
|
16295
|
+
"kind": "method",
|
|
16296
|
+
"name": "destroy"
|
|
16297
|
+
}
|
|
16298
|
+
]
|
|
16299
|
+
}
|
|
16300
|
+
],
|
|
16301
|
+
"exports": [
|
|
16302
|
+
{
|
|
16303
|
+
"kind": "js",
|
|
16304
|
+
"name": "LabelValueStatusBarComponent",
|
|
16305
|
+
"declaration": {
|
|
16306
|
+
"name": "LabelValueStatusBarComponent",
|
|
16307
|
+
"module": "src/status-bar-components/label-value.status-bar.ts"
|
|
16308
|
+
}
|
|
16309
|
+
}
|
|
16310
|
+
]
|
|
16311
|
+
},
|
|
16312
|
+
{
|
|
16313
|
+
"kind": "javascript-module",
|
|
16314
|
+
"path": "src/status-bar-components/load-more.status-bar.ts",
|
|
16315
|
+
"declarations": [
|
|
16316
|
+
{
|
|
16317
|
+
"kind": "class",
|
|
16318
|
+
"description": "A status bar component that shows a \"Load More\" button when more rows are available",
|
|
16319
|
+
"name": "LoadMoreStatusBarComponent",
|
|
16320
|
+
"members": [
|
|
16045
16321
|
{
|
|
16046
16322
|
"kind": "field",
|
|
16047
|
-
"name": "
|
|
16323
|
+
"name": "element",
|
|
16048
16324
|
"type": {
|
|
16049
16325
|
"text": "HTMLElement"
|
|
16050
16326
|
},
|
|
@@ -16052,7 +16328,7 @@
|
|
|
16052
16328
|
},
|
|
16053
16329
|
{
|
|
16054
16330
|
"kind": "field",
|
|
16055
|
-
"name": "
|
|
16331
|
+
"name": "loadMoreButton",
|
|
16056
16332
|
"type": {
|
|
16057
16333
|
"text": "HTMLElement"
|
|
16058
16334
|
},
|
|
@@ -16060,7 +16336,7 @@
|
|
|
16060
16336
|
},
|
|
16061
16337
|
{
|
|
16062
16338
|
"kind": "field",
|
|
16063
|
-
"name": "
|
|
16339
|
+
"name": "progressRing",
|
|
16064
16340
|
"type": {
|
|
16065
16341
|
"text": "HTMLElement"
|
|
16066
16342
|
},
|
|
@@ -16068,49 +16344,60 @@
|
|
|
16068
16344
|
},
|
|
16069
16345
|
{
|
|
16070
16346
|
"kind": "field",
|
|
16071
|
-
"name": "
|
|
16347
|
+
"name": "buttonLabel",
|
|
16072
16348
|
"type": {
|
|
16073
|
-
"text": "
|
|
16349
|
+
"text": "string"
|
|
16074
16350
|
},
|
|
16075
|
-
"privacy": "private"
|
|
16351
|
+
"privacy": "private",
|
|
16352
|
+
"default": "'Load More'"
|
|
16076
16353
|
},
|
|
16077
16354
|
{
|
|
16078
16355
|
"kind": "field",
|
|
16079
|
-
"name": "
|
|
16356
|
+
"name": "params",
|
|
16080
16357
|
"type": {
|
|
16081
|
-
"text": "
|
|
16358
|
+
"text": "LoadMoreStatusBarParams"
|
|
16082
16359
|
},
|
|
16083
16360
|
"privacy": "private"
|
|
16084
16361
|
},
|
|
16085
16362
|
{
|
|
16086
16363
|
"kind": "field",
|
|
16087
|
-
"name": "
|
|
16364
|
+
"name": "designSystemPrefix",
|
|
16088
16365
|
"type": {
|
|
16089
|
-
"text": "
|
|
16366
|
+
"text": "string"
|
|
16090
16367
|
},
|
|
16091
16368
|
"privacy": "private"
|
|
16092
16369
|
},
|
|
16093
16370
|
{
|
|
16094
16371
|
"kind": "field",
|
|
16095
|
-
"name": "
|
|
16372
|
+
"name": "isLoading",
|
|
16096
16373
|
"type": {
|
|
16097
|
-
"text": "
|
|
16374
|
+
"text": "boolean"
|
|
16098
16375
|
},
|
|
16099
|
-
"privacy": "private"
|
|
16376
|
+
"privacy": "private",
|
|
16377
|
+
"default": "false"
|
|
16100
16378
|
},
|
|
16101
16379
|
{
|
|
16102
16380
|
"kind": "field",
|
|
16103
|
-
"name": "
|
|
16381
|
+
"name": "isLeftAligned",
|
|
16104
16382
|
"type": {
|
|
16105
|
-
"text": "
|
|
16383
|
+
"text": "boolean"
|
|
16384
|
+
},
|
|
16385
|
+
"privacy": "private",
|
|
16386
|
+
"default": "false"
|
|
16387
|
+
},
|
|
16388
|
+
{
|
|
16389
|
+
"kind": "field",
|
|
16390
|
+
"name": "gridApi",
|
|
16391
|
+
"type": {
|
|
16392
|
+
"text": "any"
|
|
16106
16393
|
},
|
|
16107
16394
|
"privacy": "private"
|
|
16108
16395
|
},
|
|
16109
16396
|
{
|
|
16110
16397
|
"kind": "field",
|
|
16111
|
-
"name": "
|
|
16398
|
+
"name": "clickHandler",
|
|
16112
16399
|
"type": {
|
|
16113
|
-
"text": "() => void"
|
|
16400
|
+
"text": "(event: MouseEvent) => void"
|
|
16114
16401
|
},
|
|
16115
16402
|
"privacy": "private"
|
|
16116
16403
|
},
|
|
@@ -16128,95 +16415,70 @@
|
|
|
16128
16415
|
},
|
|
16129
16416
|
{
|
|
16130
16417
|
"kind": "method",
|
|
16131
|
-
"name": "
|
|
16418
|
+
"name": "createProgressRing",
|
|
16419
|
+
"privacy": "private"
|
|
16132
16420
|
},
|
|
16133
16421
|
{
|
|
16134
16422
|
"kind": "method",
|
|
16135
|
-
"name": "
|
|
16423
|
+
"name": "createLoadMoreButton",
|
|
16136
16424
|
"privacy": "private"
|
|
16137
16425
|
},
|
|
16138
16426
|
{
|
|
16139
16427
|
"kind": "method",
|
|
16140
|
-
"name": "
|
|
16428
|
+
"name": "updateAriaLabel",
|
|
16141
16429
|
"privacy": "private",
|
|
16142
16430
|
"return": {
|
|
16143
16431
|
"type": {
|
|
16144
16432
|
"text": "void"
|
|
16145
16433
|
}
|
|
16146
|
-
}
|
|
16434
|
+
},
|
|
16435
|
+
"description": "Update the aria-label based on current state and tooltip"
|
|
16147
16436
|
},
|
|
16148
16437
|
{
|
|
16149
16438
|
"kind": "method",
|
|
16150
|
-
"name": "
|
|
16439
|
+
"name": "showLoading",
|
|
16151
16440
|
"privacy": "private",
|
|
16152
16441
|
"return": {
|
|
16153
16442
|
"type": {
|
|
16154
|
-
"text": "
|
|
16443
|
+
"text": "void"
|
|
16155
16444
|
}
|
|
16156
16445
|
},
|
|
16157
16446
|
"parameters": [
|
|
16158
16447
|
{
|
|
16159
|
-
"name": "
|
|
16160
|
-
"type": {
|
|
16161
|
-
"text": "string"
|
|
16162
|
-
}
|
|
16163
|
-
},
|
|
16164
|
-
{
|
|
16165
|
-
"name": "className",
|
|
16166
|
-
"type": {
|
|
16167
|
-
"text": "string"
|
|
16168
|
-
}
|
|
16169
|
-
},
|
|
16170
|
-
{
|
|
16171
|
-
"name": "ariaLabel",
|
|
16172
|
-
"type": {
|
|
16173
|
-
"text": "string"
|
|
16174
|
-
}
|
|
16175
|
-
},
|
|
16176
|
-
{
|
|
16177
|
-
"name": "disabled",
|
|
16448
|
+
"name": "loading",
|
|
16178
16449
|
"type": {
|
|
16179
16450
|
"text": "boolean"
|
|
16180
16451
|
}
|
|
16181
16452
|
}
|
|
16182
|
-
]
|
|
16453
|
+
],
|
|
16454
|
+
"description": "Show or hide the loading state"
|
|
16183
16455
|
},
|
|
16184
16456
|
{
|
|
16185
16457
|
"kind": "method",
|
|
16186
|
-
"name": "
|
|
16187
|
-
"privacy": "
|
|
16458
|
+
"name": "updateButtonVisibility",
|
|
16459
|
+
"privacy": "public"
|
|
16460
|
+
},
|
|
16461
|
+
{
|
|
16462
|
+
"kind": "method",
|
|
16463
|
+
"name": "updateParams",
|
|
16464
|
+
"privacy": "public",
|
|
16188
16465
|
"parameters": [
|
|
16189
16466
|
{
|
|
16190
|
-
"name": "
|
|
16467
|
+
"name": "params",
|
|
16191
16468
|
"type": {
|
|
16192
|
-
"text": "
|
|
16469
|
+
"text": "LoadMoreStatusBarParams"
|
|
16193
16470
|
}
|
|
16194
16471
|
}
|
|
16195
16472
|
]
|
|
16196
16473
|
},
|
|
16197
16474
|
{
|
|
16198
16475
|
"kind": "method",
|
|
16199
|
-
"name": "
|
|
16200
|
-
"
|
|
16201
|
-
|
|
16202
|
-
|
|
16203
|
-
"kind": "method",
|
|
16204
|
-
"name": "updateButtonState",
|
|
16205
|
-
"privacy": "private",
|
|
16206
|
-
"parameters": [
|
|
16207
|
-
{
|
|
16208
|
-
"name": "button",
|
|
16209
|
-
"type": {
|
|
16210
|
-
"text": "HTMLElement"
|
|
16211
|
-
}
|
|
16212
|
-
},
|
|
16213
|
-
{
|
|
16214
|
-
"name": "disabled",
|
|
16215
|
-
"type": {
|
|
16216
|
-
"text": "boolean"
|
|
16217
|
-
}
|
|
16476
|
+
"name": "getGui",
|
|
16477
|
+
"return": {
|
|
16478
|
+
"type": {
|
|
16479
|
+
"text": "HTMLElement"
|
|
16218
16480
|
}
|
|
16219
|
-
|
|
16481
|
+
}
|
|
16220
16482
|
},
|
|
16221
16483
|
{
|
|
16222
16484
|
"kind": "method",
|
|
@@ -16228,22 +16490,22 @@
|
|
|
16228
16490
|
"exports": [
|
|
16229
16491
|
{
|
|
16230
16492
|
"kind": "js",
|
|
16231
|
-
"name": "
|
|
16493
|
+
"name": "LoadMoreStatusBarComponent",
|
|
16232
16494
|
"declaration": {
|
|
16233
|
-
"name": "
|
|
16234
|
-
"module": "src/status-bar-components/
|
|
16495
|
+
"name": "LoadMoreStatusBarComponent",
|
|
16496
|
+
"module": "src/status-bar-components/load-more.status-bar.ts"
|
|
16235
16497
|
}
|
|
16236
16498
|
}
|
|
16237
16499
|
]
|
|
16238
16500
|
},
|
|
16239
16501
|
{
|
|
16240
16502
|
"kind": "javascript-module",
|
|
16241
|
-
"path": "src/status-bar-components/
|
|
16503
|
+
"path": "src/status-bar-components/pagination.status-bar.ts",
|
|
16242
16504
|
"declarations": [
|
|
16243
16505
|
{
|
|
16244
16506
|
"kind": "class",
|
|
16245
|
-
"description": "
|
|
16246
|
-
"name": "
|
|
16507
|
+
"description": "Pagination Status Bar Component for AG Grid\nDisplays pagination controls and information about current page and total rows",
|
|
16508
|
+
"name": "PaginationStatusBarComponent",
|
|
16247
16509
|
"members": [
|
|
16248
16510
|
{
|
|
16249
16511
|
"kind": "field",
|
|
@@ -16255,7 +16517,15 @@
|
|
|
16255
16517
|
},
|
|
16256
16518
|
{
|
|
16257
16519
|
"kind": "field",
|
|
16258
|
-
"name": "
|
|
16520
|
+
"name": "api",
|
|
16521
|
+
"type": {
|
|
16522
|
+
"text": "GridApi"
|
|
16523
|
+
},
|
|
16524
|
+
"privacy": "private"
|
|
16525
|
+
},
|
|
16526
|
+
{
|
|
16527
|
+
"kind": "field",
|
|
16528
|
+
"name": "paginationPanel",
|
|
16259
16529
|
"type": {
|
|
16260
16530
|
"text": "HTMLElement"
|
|
16261
16531
|
},
|
|
@@ -16263,7 +16533,7 @@
|
|
|
16263
16533
|
},
|
|
16264
16534
|
{
|
|
16265
16535
|
"kind": "field",
|
|
16266
|
-
"name": "
|
|
16536
|
+
"name": "paginationSummaryPanel",
|
|
16267
16537
|
"type": {
|
|
16268
16538
|
"text": "HTMLElement"
|
|
16269
16539
|
},
|
|
@@ -16271,50 +16541,81 @@
|
|
|
16271
16541
|
},
|
|
16272
16542
|
{
|
|
16273
16543
|
"kind": "field",
|
|
16274
|
-
"name": "
|
|
16544
|
+
"name": "firstPageButton",
|
|
16275
16545
|
"type": {
|
|
16276
|
-
"text": "
|
|
16546
|
+
"text": "HTMLElement"
|
|
16277
16547
|
},
|
|
16278
16548
|
"privacy": "private"
|
|
16279
16549
|
},
|
|
16280
16550
|
{
|
|
16281
16551
|
"kind": "field",
|
|
16282
|
-
"name": "
|
|
16552
|
+
"name": "prevPageButton",
|
|
16283
16553
|
"type": {
|
|
16284
|
-
"text": "
|
|
16554
|
+
"text": "HTMLElement"
|
|
16285
16555
|
},
|
|
16286
16556
|
"privacy": "private"
|
|
16287
16557
|
},
|
|
16288
16558
|
{
|
|
16289
16559
|
"kind": "field",
|
|
16290
|
-
"name": "
|
|
16560
|
+
"name": "descriptionPanel",
|
|
16291
16561
|
"type": {
|
|
16292
|
-
"text": "
|
|
16562
|
+
"text": "HTMLElement"
|
|
16293
16563
|
},
|
|
16294
|
-
"privacy": "private"
|
|
16295
|
-
"default": "false"
|
|
16564
|
+
"privacy": "private"
|
|
16296
16565
|
},
|
|
16297
16566
|
{
|
|
16298
16567
|
"kind": "field",
|
|
16299
|
-
"name": "
|
|
16568
|
+
"name": "pageStartDisplay",
|
|
16300
16569
|
"type": {
|
|
16301
|
-
"text": "
|
|
16570
|
+
"text": "HTMLElement"
|
|
16302
16571
|
},
|
|
16303
16572
|
"privacy": "private"
|
|
16304
16573
|
},
|
|
16305
16574
|
{
|
|
16306
16575
|
"kind": "field",
|
|
16307
|
-
"name": "
|
|
16576
|
+
"name": "pageNumberDisplay",
|
|
16308
16577
|
"type": {
|
|
16309
|
-
"text": "
|
|
16578
|
+
"text": "HTMLElement"
|
|
16310
16579
|
},
|
|
16311
16580
|
"privacy": "private"
|
|
16312
16581
|
},
|
|
16313
16582
|
{
|
|
16314
16583
|
"kind": "field",
|
|
16315
|
-
"name": "
|
|
16584
|
+
"name": "pageOfDisplay",
|
|
16316
16585
|
"type": {
|
|
16317
|
-
"text": "
|
|
16586
|
+
"text": "HTMLElement"
|
|
16587
|
+
},
|
|
16588
|
+
"privacy": "private"
|
|
16589
|
+
},
|
|
16590
|
+
{
|
|
16591
|
+
"kind": "field",
|
|
16592
|
+
"name": "pageNumberTotalDisplay",
|
|
16593
|
+
"type": {
|
|
16594
|
+
"text": "HTMLElement"
|
|
16595
|
+
},
|
|
16596
|
+
"privacy": "private"
|
|
16597
|
+
},
|
|
16598
|
+
{
|
|
16599
|
+
"kind": "field",
|
|
16600
|
+
"name": "nextPageButton",
|
|
16601
|
+
"type": {
|
|
16602
|
+
"text": "HTMLElement"
|
|
16603
|
+
},
|
|
16604
|
+
"privacy": "private"
|
|
16605
|
+
},
|
|
16606
|
+
{
|
|
16607
|
+
"kind": "field",
|
|
16608
|
+
"name": "lastPageButton",
|
|
16609
|
+
"type": {
|
|
16610
|
+
"text": "HTMLElement"
|
|
16611
|
+
},
|
|
16612
|
+
"privacy": "private"
|
|
16613
|
+
},
|
|
16614
|
+
{
|
|
16615
|
+
"kind": "field",
|
|
16616
|
+
"name": "paginationChangedHandler",
|
|
16617
|
+
"type": {
|
|
16618
|
+
"text": "() => void"
|
|
16318
16619
|
},
|
|
16319
16620
|
"privacy": "private"
|
|
16320
16621
|
},
|
|
@@ -16332,574 +16633,273 @@
|
|
|
16332
16633
|
},
|
|
16333
16634
|
{
|
|
16334
16635
|
"kind": "method",
|
|
16335
|
-
"name": "
|
|
16336
|
-
"privacy": "private"
|
|
16636
|
+
"name": "getGui"
|
|
16337
16637
|
},
|
|
16338
16638
|
{
|
|
16339
16639
|
"kind": "method",
|
|
16340
|
-
"name": "
|
|
16640
|
+
"name": "createPaginationPanel",
|
|
16341
16641
|
"privacy": "private"
|
|
16342
16642
|
},
|
|
16343
16643
|
{
|
|
16344
16644
|
"kind": "method",
|
|
16345
|
-
"name": "
|
|
16645
|
+
"name": "addPaginationEventListeners",
|
|
16346
16646
|
"privacy": "private",
|
|
16347
16647
|
"return": {
|
|
16348
16648
|
"type": {
|
|
16349
16649
|
"text": "void"
|
|
16350
16650
|
}
|
|
16651
|
+
}
|
|
16652
|
+
},
|
|
16653
|
+
{
|
|
16654
|
+
"kind": "method",
|
|
16655
|
+
"name": "createPaginationButton",
|
|
16656
|
+
"privacy": "private",
|
|
16657
|
+
"return": {
|
|
16658
|
+
"type": {
|
|
16659
|
+
"text": "HTMLElement"
|
|
16660
|
+
}
|
|
16351
16661
|
},
|
|
16352
16662
|
"parameters": [
|
|
16353
16663
|
{
|
|
16354
|
-
"name": "
|
|
16664
|
+
"name": "ref",
|
|
16665
|
+
"type": {
|
|
16666
|
+
"text": "string"
|
|
16667
|
+
}
|
|
16668
|
+
},
|
|
16669
|
+
{
|
|
16670
|
+
"name": "className",
|
|
16671
|
+
"type": {
|
|
16672
|
+
"text": "string"
|
|
16673
|
+
}
|
|
16674
|
+
},
|
|
16675
|
+
{
|
|
16676
|
+
"name": "ariaLabel",
|
|
16677
|
+
"type": {
|
|
16678
|
+
"text": "string"
|
|
16679
|
+
}
|
|
16680
|
+
},
|
|
16681
|
+
{
|
|
16682
|
+
"name": "disabled",
|
|
16355
16683
|
"type": {
|
|
16356
16684
|
"text": "boolean"
|
|
16357
16685
|
}
|
|
16358
16686
|
}
|
|
16359
|
-
]
|
|
16360
|
-
"description": "Show or hide the reloading state"
|
|
16687
|
+
]
|
|
16361
16688
|
},
|
|
16362
16689
|
{
|
|
16363
16690
|
"kind": "method",
|
|
16364
|
-
"name": "
|
|
16365
|
-
"privacy": "
|
|
16691
|
+
"name": "goToPage",
|
|
16692
|
+
"privacy": "private",
|
|
16366
16693
|
"parameters": [
|
|
16367
16694
|
{
|
|
16368
|
-
"name": "
|
|
16695
|
+
"name": "page",
|
|
16369
16696
|
"type": {
|
|
16370
|
-
"text": "
|
|
16697
|
+
"text": "'first' | 'previous' | 'next' | 'last'"
|
|
16371
16698
|
}
|
|
16372
16699
|
}
|
|
16373
16700
|
]
|
|
16374
16701
|
},
|
|
16375
16702
|
{
|
|
16376
16703
|
"kind": "method",
|
|
16377
|
-
"name": "
|
|
16378
|
-
"
|
|
16379
|
-
"type": {
|
|
16380
|
-
"text": "HTMLElement"
|
|
16381
|
-
}
|
|
16382
|
-
}
|
|
16704
|
+
"name": "updateDisplay",
|
|
16705
|
+
"privacy": "private"
|
|
16383
16706
|
},
|
|
16384
16707
|
{
|
|
16385
16708
|
"kind": "method",
|
|
16386
|
-
"name": "
|
|
16387
|
-
|
|
16388
|
-
|
|
16389
|
-
|
|
16390
|
-
|
|
16391
|
-
|
|
16392
|
-
|
|
16393
|
-
|
|
16394
|
-
|
|
16395
|
-
|
|
16396
|
-
|
|
16397
|
-
|
|
16398
|
-
|
|
16399
|
-
|
|
16400
|
-
|
|
16401
|
-
|
|
16402
|
-
{
|
|
16403
|
-
"kind": "javascript-module",
|
|
16404
|
-
"path": "src/style/colors.ts",
|
|
16405
|
-
"declarations": [],
|
|
16406
|
-
"exports": []
|
|
16407
|
-
},
|
|
16408
|
-
{
|
|
16409
|
-
"kind": "javascript-module",
|
|
16410
|
-
"path": "src/style/index.ts",
|
|
16411
|
-
"declarations": [],
|
|
16412
|
-
"exports": [
|
|
16413
|
-
{
|
|
16414
|
-
"kind": "js",
|
|
16415
|
-
"name": "*",
|
|
16416
|
-
"declaration": {
|
|
16417
|
-
"name": "*",
|
|
16418
|
-
"package": "./colors"
|
|
16419
|
-
}
|
|
16420
|
-
},
|
|
16421
|
-
{
|
|
16422
|
-
"kind": "js",
|
|
16423
|
-
"name": "*",
|
|
16424
|
-
"declaration": {
|
|
16425
|
-
"name": "*",
|
|
16426
|
-
"package": "./tokens"
|
|
16427
|
-
}
|
|
16428
|
-
}
|
|
16429
|
-
]
|
|
16430
|
-
},
|
|
16431
|
-
{
|
|
16432
|
-
"kind": "javascript-module",
|
|
16433
|
-
"path": "src/style/tokens.ts",
|
|
16434
|
-
"declarations": [],
|
|
16435
|
-
"exports": []
|
|
16436
|
-
},
|
|
16437
|
-
{
|
|
16438
|
-
"kind": "javascript-module",
|
|
16439
|
-
"path": "src/tooltips/error-tooltip.ts",
|
|
16440
|
-
"declarations": [],
|
|
16441
|
-
"exports": []
|
|
16442
|
-
},
|
|
16443
|
-
{
|
|
16444
|
-
"kind": "javascript-module",
|
|
16445
|
-
"path": "src/tooltips/index.ts",
|
|
16446
|
-
"declarations": [],
|
|
16447
|
-
"exports": [
|
|
16448
|
-
{
|
|
16449
|
-
"kind": "js",
|
|
16450
|
-
"name": "*",
|
|
16451
|
-
"declaration": {
|
|
16452
|
-
"name": "*",
|
|
16453
|
-
"package": "./error-tooltip"
|
|
16454
|
-
}
|
|
16455
|
-
}
|
|
16456
|
-
]
|
|
16457
|
-
},
|
|
16458
|
-
{
|
|
16459
|
-
"kind": "javascript-module",
|
|
16460
|
-
"path": "src/utils/array.ts",
|
|
16461
|
-
"declarations": [
|
|
16462
|
-
{
|
|
16463
|
-
"kind": "function",
|
|
16464
|
-
"name": "convertColDefToColumnState",
|
|
16465
|
-
"return": {
|
|
16466
|
-
"type": {
|
|
16467
|
-
"text": ""
|
|
16468
|
-
}
|
|
16469
|
-
},
|
|
16470
|
-
"parameters": [
|
|
16471
|
-
{
|
|
16472
|
-
"name": "colDef",
|
|
16473
|
-
"type": {
|
|
16474
|
-
"text": "ColDef"
|
|
16475
|
-
},
|
|
16476
|
-
"description": "The column definition to convert"
|
|
16477
|
-
}
|
|
16478
|
-
],
|
|
16479
|
-
"description": "Converts a ColDef to a ColumnState",
|
|
16480
|
-
"privacy": "public"
|
|
16481
|
-
},
|
|
16482
|
-
{
|
|
16483
|
-
"kind": "function",
|
|
16484
|
-
"name": "convertColDefsToColumnStates",
|
|
16485
|
-
"return": {
|
|
16486
|
-
"type": {
|
|
16487
|
-
"text": ""
|
|
16488
|
-
}
|
|
16489
|
-
},
|
|
16490
|
-
"parameters": [
|
|
16491
|
-
{
|
|
16492
|
-
"name": "colDefs",
|
|
16493
|
-
"type": {
|
|
16494
|
-
"text": "ColDef[]"
|
|
16495
|
-
},
|
|
16496
|
-
"description": "The column definitions to convert"
|
|
16497
|
-
}
|
|
16498
|
-
],
|
|
16499
|
-
"description": "Converts an array of ColDef to an array of ColumnState",
|
|
16500
|
-
"privacy": "public"
|
|
16501
|
-
},
|
|
16502
|
-
{
|
|
16503
|
-
"kind": "function",
|
|
16504
|
-
"name": "mergeAndDedupColDefWithColumnState",
|
|
16505
|
-
"return": {
|
|
16506
|
-
"type": {
|
|
16507
|
-
"text": "ColDef[]"
|
|
16508
|
-
}
|
|
16509
|
-
},
|
|
16510
|
-
"parameters": [
|
|
16511
|
-
{
|
|
16512
|
-
"name": "colDefs",
|
|
16513
|
-
"type": {
|
|
16514
|
-
"text": "ColDef[]"
|
|
16515
|
-
}
|
|
16709
|
+
"name": "updateButtonState",
|
|
16710
|
+
"privacy": "private",
|
|
16711
|
+
"parameters": [
|
|
16712
|
+
{
|
|
16713
|
+
"name": "button",
|
|
16714
|
+
"type": {
|
|
16715
|
+
"text": "HTMLElement"
|
|
16716
|
+
}
|
|
16717
|
+
},
|
|
16718
|
+
{
|
|
16719
|
+
"name": "disabled",
|
|
16720
|
+
"type": {
|
|
16721
|
+
"text": "boolean"
|
|
16722
|
+
}
|
|
16723
|
+
}
|
|
16724
|
+
]
|
|
16516
16725
|
},
|
|
16517
16726
|
{
|
|
16518
|
-
"
|
|
16519
|
-
"
|
|
16520
|
-
"text": "ColumnState[]"
|
|
16521
|
-
}
|
|
16522
|
-
}
|
|
16523
|
-
],
|
|
16524
|
-
"description": "Merges two arrays, one of `ColDef` and one of `ColumnState`, and deduplicates them.",
|
|
16525
|
-
"privacy": "public"
|
|
16526
|
-
}
|
|
16527
|
-
],
|
|
16528
|
-
"exports": [
|
|
16529
|
-
{
|
|
16530
|
-
"kind": "js",
|
|
16531
|
-
"name": "convertColDefToColumnState",
|
|
16532
|
-
"declaration": {
|
|
16533
|
-
"name": "convertColDefToColumnState",
|
|
16534
|
-
"module": "src/utils/array.ts"
|
|
16535
|
-
}
|
|
16536
|
-
},
|
|
16537
|
-
{
|
|
16538
|
-
"kind": "js",
|
|
16539
|
-
"name": "convertColDefsToColumnStates",
|
|
16540
|
-
"declaration": {
|
|
16541
|
-
"name": "convertColDefsToColumnStates",
|
|
16542
|
-
"module": "src/utils/array.ts"
|
|
16543
|
-
}
|
|
16544
|
-
},
|
|
16545
|
-
{
|
|
16546
|
-
"kind": "js",
|
|
16547
|
-
"name": "mergeAndDedupColDefWithColumnState",
|
|
16548
|
-
"declaration": {
|
|
16549
|
-
"name": "mergeAndDedupColDefWithColumnState",
|
|
16550
|
-
"module": "src/utils/array.ts"
|
|
16551
|
-
}
|
|
16552
|
-
}
|
|
16553
|
-
]
|
|
16554
|
-
},
|
|
16555
|
-
{
|
|
16556
|
-
"kind": "javascript-module",
|
|
16557
|
-
"path": "src/utils/error.ts",
|
|
16558
|
-
"declarations": [
|
|
16559
|
-
{
|
|
16560
|
-
"kind": "function",
|
|
16561
|
-
"name": "extractErrorMessage",
|
|
16562
|
-
"return": {
|
|
16563
|
-
"type": {
|
|
16564
|
-
"text": ""
|
|
16565
|
-
}
|
|
16566
|
-
},
|
|
16567
|
-
"parameters": [
|
|
16568
|
-
{
|
|
16569
|
-
"name": "detail",
|
|
16570
|
-
"type": {
|
|
16571
|
-
"text": "any"
|
|
16572
|
-
},
|
|
16573
|
-
"description": "The error detail, which can be a string, array, or object."
|
|
16574
|
-
}
|
|
16575
|
-
],
|
|
16576
|
-
"description": "Extracts a user-friendly error message from a given error detail.",
|
|
16577
|
-
"privacy": "public"
|
|
16578
|
-
}
|
|
16579
|
-
],
|
|
16580
|
-
"exports": [
|
|
16581
|
-
{
|
|
16582
|
-
"kind": "js",
|
|
16583
|
-
"name": "extractErrorMessage",
|
|
16584
|
-
"declaration": {
|
|
16585
|
-
"name": "extractErrorMessage",
|
|
16586
|
-
"module": "src/utils/error.ts"
|
|
16587
|
-
}
|
|
16588
|
-
}
|
|
16589
|
-
]
|
|
16590
|
-
},
|
|
16591
|
-
{
|
|
16592
|
-
"kind": "javascript-module",
|
|
16593
|
-
"path": "src/utils/index.ts",
|
|
16594
|
-
"declarations": [],
|
|
16595
|
-
"exports": [
|
|
16596
|
-
{
|
|
16597
|
-
"kind": "js",
|
|
16598
|
-
"name": "*",
|
|
16599
|
-
"declaration": {
|
|
16600
|
-
"name": "*",
|
|
16601
|
-
"package": "./array"
|
|
16602
|
-
}
|
|
16603
|
-
},
|
|
16604
|
-
{
|
|
16605
|
-
"kind": "js",
|
|
16606
|
-
"name": "*",
|
|
16607
|
-
"declaration": {
|
|
16608
|
-
"name": "*",
|
|
16609
|
-
"package": "./error"
|
|
16610
|
-
}
|
|
16611
|
-
},
|
|
16612
|
-
{
|
|
16613
|
-
"kind": "js",
|
|
16614
|
-
"name": "*",
|
|
16615
|
-
"declaration": {
|
|
16616
|
-
"name": "*",
|
|
16617
|
-
"package": "./logger"
|
|
16618
|
-
}
|
|
16619
|
-
},
|
|
16620
|
-
{
|
|
16621
|
-
"kind": "js",
|
|
16622
|
-
"name": "*",
|
|
16623
|
-
"declaration": {
|
|
16624
|
-
"name": "*",
|
|
16625
|
-
"package": "./map"
|
|
16626
|
-
}
|
|
16627
|
-
},
|
|
16628
|
-
{
|
|
16629
|
-
"kind": "js",
|
|
16630
|
-
"name": "*",
|
|
16631
|
-
"declaration": {
|
|
16632
|
-
"name": "*",
|
|
16633
|
-
"package": "./sanitasations"
|
|
16634
|
-
}
|
|
16635
|
-
},
|
|
16636
|
-
{
|
|
16637
|
-
"kind": "js",
|
|
16638
|
-
"name": "*",
|
|
16639
|
-
"declaration": {
|
|
16640
|
-
"name": "*",
|
|
16641
|
-
"package": "./string"
|
|
16642
|
-
}
|
|
16643
|
-
}
|
|
16644
|
-
]
|
|
16645
|
-
},
|
|
16646
|
-
{
|
|
16647
|
-
"kind": "javascript-module",
|
|
16648
|
-
"path": "src/utils/logger.ts",
|
|
16649
|
-
"declarations": [
|
|
16650
|
-
{
|
|
16651
|
-
"kind": "variable",
|
|
16652
|
-
"name": "logger",
|
|
16653
|
-
"description": "Logger for the grid-pro package",
|
|
16654
|
-
"privacy": "public"
|
|
16655
|
-
}
|
|
16656
|
-
],
|
|
16657
|
-
"exports": [
|
|
16658
|
-
{
|
|
16659
|
-
"kind": "js",
|
|
16660
|
-
"name": "logger",
|
|
16661
|
-
"declaration": {
|
|
16662
|
-
"name": "logger",
|
|
16663
|
-
"module": "src/utils/logger.ts"
|
|
16664
|
-
}
|
|
16665
|
-
}
|
|
16666
|
-
]
|
|
16667
|
-
},
|
|
16668
|
-
{
|
|
16669
|
-
"kind": "javascript-module",
|
|
16670
|
-
"path": "src/utils/map.ts",
|
|
16671
|
-
"declarations": [
|
|
16672
|
-
{
|
|
16673
|
-
"kind": "function",
|
|
16674
|
-
"name": "getAvailableIndexes",
|
|
16675
|
-
"return": {
|
|
16676
|
-
"type": {
|
|
16677
|
-
"text": ""
|
|
16678
|
-
}
|
|
16679
|
-
},
|
|
16680
|
-
"parameters": [
|
|
16681
|
-
{
|
|
16682
|
-
"name": "data",
|
|
16683
|
-
"type": {
|
|
16684
|
-
"text": "Map<string, [string]>"
|
|
16685
|
-
},
|
|
16686
|
-
"description": "the map data to have the keys extracted from"
|
|
16687
|
-
}
|
|
16688
|
-
],
|
|
16689
|
-
"description": "Get the keys of the Metadata indexes map",
|
|
16690
|
-
"privacy": "public"
|
|
16691
|
-
},
|
|
16692
|
-
{
|
|
16693
|
-
"kind": "function",
|
|
16694
|
-
"name": "getAvailableIndexFields",
|
|
16695
|
-
"return": {
|
|
16696
|
-
"type": {
|
|
16697
|
-
"text": ""
|
|
16698
|
-
}
|
|
16699
|
-
},
|
|
16700
|
-
"parameters": [
|
|
16701
|
-
{
|
|
16702
|
-
"name": "data",
|
|
16703
|
-
"type": {
|
|
16704
|
-
"text": "Map<string, [string]>"
|
|
16705
|
-
},
|
|
16706
|
-
"description": "the map data to have the values extracted from"
|
|
16727
|
+
"kind": "method",
|
|
16728
|
+
"name": "destroy"
|
|
16707
16729
|
}
|
|
16708
|
-
]
|
|
16709
|
-
"description": "Get the values of the Metadata indexes map",
|
|
16710
|
-
"privacy": "public"
|
|
16711
|
-
}
|
|
16712
|
-
],
|
|
16713
|
-
"exports": [
|
|
16714
|
-
{
|
|
16715
|
-
"kind": "js",
|
|
16716
|
-
"name": "getAvailableIndexes",
|
|
16717
|
-
"declaration": {
|
|
16718
|
-
"name": "getAvailableIndexes",
|
|
16719
|
-
"module": "src/utils/map.ts"
|
|
16720
|
-
}
|
|
16721
|
-
},
|
|
16722
|
-
{
|
|
16723
|
-
"kind": "js",
|
|
16724
|
-
"name": "getAvailableIndexFields",
|
|
16725
|
-
"declaration": {
|
|
16726
|
-
"name": "getAvailableIndexFields",
|
|
16727
|
-
"module": "src/utils/map.ts"
|
|
16728
|
-
}
|
|
16729
|
-
}
|
|
16730
|
-
]
|
|
16731
|
-
},
|
|
16732
|
-
{
|
|
16733
|
-
"kind": "javascript-module",
|
|
16734
|
-
"path": "src/utils/sanitasations.ts",
|
|
16735
|
-
"declarations": [
|
|
16736
|
-
{
|
|
16737
|
-
"kind": "variable",
|
|
16738
|
-
"name": "csvExportParams",
|
|
16739
|
-
"type": {
|
|
16740
|
-
"text": "CsvExportParams"
|
|
16741
|
-
},
|
|
16742
|
-
"default": "{\n processCellCallback: (params) => {\n if (\n ['+', '=', '-', '@', '\\t', '\\n'].some((character) =>\n String(params.value).startsWith(character),\n )\n ) {\n return `'${params.value}`;\n }\n\n return params.value;\n },\n}",
|
|
16743
|
-
"description": "Allows secure export of CSV https://owasp.org/www-community/attacks/CSV_Injection",
|
|
16744
|
-
"privacy": "public"
|
|
16730
|
+
]
|
|
16745
16731
|
}
|
|
16746
16732
|
],
|
|
16747
16733
|
"exports": [
|
|
16748
16734
|
{
|
|
16749
16735
|
"kind": "js",
|
|
16750
|
-
"name": "
|
|
16736
|
+
"name": "PaginationStatusBarComponent",
|
|
16751
16737
|
"declaration": {
|
|
16752
|
-
"name": "
|
|
16753
|
-
"module": "src/
|
|
16738
|
+
"name": "PaginationStatusBarComponent",
|
|
16739
|
+
"module": "src/status-bar-components/pagination.status-bar.ts"
|
|
16754
16740
|
}
|
|
16755
16741
|
}
|
|
16756
16742
|
]
|
|
16757
16743
|
},
|
|
16758
16744
|
{
|
|
16759
16745
|
"kind": "javascript-module",
|
|
16760
|
-
"path": "src/
|
|
16746
|
+
"path": "src/status-bar-components/reload.status-bar.ts",
|
|
16761
16747
|
"declarations": [
|
|
16762
16748
|
{
|
|
16763
|
-
"kind": "
|
|
16764
|
-
"
|
|
16765
|
-
"
|
|
16749
|
+
"kind": "class",
|
|
16750
|
+
"description": "A status bar component that shows a refresh icon to reload the grid data",
|
|
16751
|
+
"name": "ReloadStatusBarComponent",
|
|
16752
|
+
"members": [
|
|
16766
16753
|
{
|
|
16767
|
-
"
|
|
16754
|
+
"kind": "field",
|
|
16755
|
+
"name": "element",
|
|
16768
16756
|
"type": {
|
|
16769
|
-
"text": "
|
|
16757
|
+
"text": "HTMLElement"
|
|
16770
16758
|
},
|
|
16771
|
-
"
|
|
16772
|
-
}
|
|
16773
|
-
],
|
|
16774
|
-
"description": "Convert string values from 'camelCase' to 'kebab-case'",
|
|
16775
|
-
"return": {
|
|
16776
|
-
"type": {
|
|
16777
|
-
"text": ""
|
|
16778
|
-
}
|
|
16779
|
-
},
|
|
16780
|
-
"privacy": "public"
|
|
16781
|
-
}
|
|
16782
|
-
],
|
|
16783
|
-
"exports": [
|
|
16784
|
-
{
|
|
16785
|
-
"kind": "js",
|
|
16786
|
-
"name": "convertToKebabCase",
|
|
16787
|
-
"declaration": {
|
|
16788
|
-
"name": "convertToKebabCase",
|
|
16789
|
-
"module": "src/utils/string.ts"
|
|
16790
|
-
}
|
|
16791
|
-
}
|
|
16792
|
-
]
|
|
16793
|
-
},
|
|
16794
|
-
{
|
|
16795
|
-
"kind": "javascript-module",
|
|
16796
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
16797
|
-
"declarations": [
|
|
16798
|
-
{
|
|
16799
|
-
"kind": "function",
|
|
16800
|
-
"name": "setValueWithAccessor",
|
|
16801
|
-
"return": {
|
|
16802
|
-
"type": {
|
|
16803
|
-
"text": "string"
|
|
16804
|
-
}
|
|
16805
|
-
},
|
|
16806
|
-
"parameters": [
|
|
16759
|
+
"privacy": "private"
|
|
16760
|
+
},
|
|
16807
16761
|
{
|
|
16808
|
-
"
|
|
16762
|
+
"kind": "field",
|
|
16763
|
+
"name": "refreshIcon",
|
|
16809
16764
|
"type": {
|
|
16810
|
-
"text": "
|
|
16811
|
-
}
|
|
16765
|
+
"text": "HTMLElement"
|
|
16766
|
+
},
|
|
16767
|
+
"privacy": "private"
|
|
16812
16768
|
},
|
|
16813
16769
|
{
|
|
16814
|
-
"
|
|
16770
|
+
"kind": "field",
|
|
16771
|
+
"name": "progressRing",
|
|
16815
16772
|
"type": {
|
|
16816
|
-
"text": "
|
|
16817
|
-
}
|
|
16818
|
-
|
|
16819
|
-
|
|
16820
|
-
}
|
|
16821
|
-
],
|
|
16822
|
-
"exports": [
|
|
16823
|
-
{
|
|
16824
|
-
"kind": "js",
|
|
16825
|
-
"name": "setValueWithAccessor",
|
|
16826
|
-
"declaration": {
|
|
16827
|
-
"name": "setValueWithAccessor",
|
|
16828
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
16829
|
-
}
|
|
16830
|
-
}
|
|
16831
|
-
]
|
|
16832
|
-
},
|
|
16833
|
-
{
|
|
16834
|
-
"kind": "javascript-module",
|
|
16835
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
16836
|
-
"declarations": [],
|
|
16837
|
-
"exports": [
|
|
16838
|
-
{
|
|
16839
|
-
"kind": "js",
|
|
16840
|
-
"name": "*",
|
|
16841
|
-
"declaration": {
|
|
16842
|
-
"name": "*",
|
|
16843
|
-
"package": "./accessor"
|
|
16844
|
-
}
|
|
16845
|
-
}
|
|
16846
|
-
]
|
|
16847
|
-
},
|
|
16848
|
-
{
|
|
16849
|
-
"kind": "javascript-module",
|
|
16850
|
-
"path": "src/column/utils/grid-pro-columns.ts",
|
|
16851
|
-
"declarations": [
|
|
16852
|
-
{
|
|
16853
|
-
"kind": "function",
|
|
16854
|
-
"name": "gridProColumns",
|
|
16855
|
-
"return": {
|
|
16856
|
-
"type": {
|
|
16857
|
-
"text": "CaptureType<TSource>"
|
|
16858
|
-
}
|
|
16859
|
-
},
|
|
16860
|
-
"parameters": [
|
|
16773
|
+
"text": "HTMLElement"
|
|
16774
|
+
},
|
|
16775
|
+
"privacy": "private"
|
|
16776
|
+
},
|
|
16861
16777
|
{
|
|
16862
|
-
"
|
|
16778
|
+
"kind": "field",
|
|
16779
|
+
"name": "params",
|
|
16863
16780
|
"type": {
|
|
16864
|
-
"text": "
|
|
16781
|
+
"text": "ReloadStatusBarParams"
|
|
16865
16782
|
},
|
|
16866
|
-
"
|
|
16783
|
+
"privacy": "private"
|
|
16867
16784
|
},
|
|
16868
16785
|
{
|
|
16869
|
-
"
|
|
16870
|
-
"
|
|
16786
|
+
"kind": "field",
|
|
16787
|
+
"name": "designSystemPrefix",
|
|
16788
|
+
"type": {
|
|
16789
|
+
"text": "string"
|
|
16790
|
+
},
|
|
16791
|
+
"privacy": "private"
|
|
16792
|
+
},
|
|
16793
|
+
{
|
|
16794
|
+
"kind": "field",
|
|
16795
|
+
"name": "isReloading",
|
|
16871
16796
|
"type": {
|
|
16872
16797
|
"text": "boolean"
|
|
16873
16798
|
},
|
|
16874
|
-
"
|
|
16799
|
+
"privacy": "private",
|
|
16800
|
+
"default": "false"
|
|
16801
|
+
},
|
|
16802
|
+
{
|
|
16803
|
+
"kind": "field",
|
|
16804
|
+
"name": "mouseoverHandler",
|
|
16805
|
+
"type": {
|
|
16806
|
+
"text": "(event: MouseEvent) => void"
|
|
16807
|
+
},
|
|
16808
|
+
"privacy": "private"
|
|
16809
|
+
},
|
|
16810
|
+
{
|
|
16811
|
+
"kind": "field",
|
|
16812
|
+
"name": "mouseoutHandler",
|
|
16813
|
+
"type": {
|
|
16814
|
+
"text": "(event: MouseEvent) => void"
|
|
16815
|
+
},
|
|
16816
|
+
"privacy": "private"
|
|
16817
|
+
},
|
|
16818
|
+
{
|
|
16819
|
+
"kind": "field",
|
|
16820
|
+
"name": "clickHandler",
|
|
16821
|
+
"type": {
|
|
16822
|
+
"text": "(event: MouseEvent) => void"
|
|
16823
|
+
},
|
|
16824
|
+
"privacy": "private"
|
|
16825
|
+
},
|
|
16826
|
+
{
|
|
16827
|
+
"kind": "method",
|
|
16828
|
+
"name": "init",
|
|
16829
|
+
"parameters": [
|
|
16830
|
+
{
|
|
16831
|
+
"name": "params",
|
|
16832
|
+
"type": {
|
|
16833
|
+
"text": "IStatusPanelParams"
|
|
16834
|
+
}
|
|
16835
|
+
}
|
|
16836
|
+
]
|
|
16837
|
+
},
|
|
16838
|
+
{
|
|
16839
|
+
"kind": "method",
|
|
16840
|
+
"name": "createProgressRing",
|
|
16841
|
+
"privacy": "private"
|
|
16842
|
+
},
|
|
16843
|
+
{
|
|
16844
|
+
"kind": "method",
|
|
16845
|
+
"name": "createRefreshIcon",
|
|
16846
|
+
"privacy": "private"
|
|
16847
|
+
},
|
|
16848
|
+
{
|
|
16849
|
+
"kind": "method",
|
|
16850
|
+
"name": "showReloading",
|
|
16851
|
+
"privacy": "private",
|
|
16852
|
+
"return": {
|
|
16853
|
+
"type": {
|
|
16854
|
+
"text": "void"
|
|
16855
|
+
}
|
|
16856
|
+
},
|
|
16857
|
+
"parameters": [
|
|
16858
|
+
{
|
|
16859
|
+
"name": "reloading",
|
|
16860
|
+
"type": {
|
|
16861
|
+
"text": "boolean"
|
|
16862
|
+
}
|
|
16863
|
+
}
|
|
16864
|
+
],
|
|
16865
|
+
"description": "Show or hide the reloading state"
|
|
16866
|
+
},
|
|
16867
|
+
{
|
|
16868
|
+
"kind": "method",
|
|
16869
|
+
"name": "updateParams",
|
|
16870
|
+
"privacy": "public",
|
|
16871
|
+
"parameters": [
|
|
16872
|
+
{
|
|
16873
|
+
"name": "params",
|
|
16874
|
+
"type": {
|
|
16875
|
+
"text": "ReloadStatusBarParams"
|
|
16876
|
+
}
|
|
16877
|
+
}
|
|
16878
|
+
]
|
|
16879
|
+
},
|
|
16880
|
+
{
|
|
16881
|
+
"kind": "method",
|
|
16882
|
+
"name": "getGui",
|
|
16883
|
+
"return": {
|
|
16884
|
+
"type": {
|
|
16885
|
+
"text": "HTMLElement"
|
|
16886
|
+
}
|
|
16887
|
+
}
|
|
16888
|
+
},
|
|
16889
|
+
{
|
|
16890
|
+
"kind": "method",
|
|
16891
|
+
"name": "destroy"
|
|
16875
16892
|
}
|
|
16876
|
-
]
|
|
16877
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
16878
|
-
"privacy": "public"
|
|
16893
|
+
]
|
|
16879
16894
|
}
|
|
16880
16895
|
],
|
|
16881
16896
|
"exports": [
|
|
16882
16897
|
{
|
|
16883
16898
|
"kind": "js",
|
|
16884
|
-
"name": "
|
|
16885
|
-
"declaration": {
|
|
16886
|
-
"name": "gridProColumns",
|
|
16887
|
-
"module": "src/column/utils/grid-pro-columns.ts"
|
|
16888
|
-
}
|
|
16889
|
-
}
|
|
16890
|
-
]
|
|
16891
|
-
},
|
|
16892
|
-
{
|
|
16893
|
-
"kind": "javascript-module",
|
|
16894
|
-
"path": "src/column/utils/index.ts",
|
|
16895
|
-
"declarations": [],
|
|
16896
|
-
"exports": [
|
|
16897
|
-
{
|
|
16898
|
-
"kind": "js",
|
|
16899
|
-
"name": "*",
|
|
16899
|
+
"name": "ReloadStatusBarComponent",
|
|
16900
16900
|
"declaration": {
|
|
16901
|
-
"name": "
|
|
16902
|
-
"
|
|
16901
|
+
"name": "ReloadStatusBarComponent",
|
|
16902
|
+
"module": "src/status-bar-components/reload.status-bar.ts"
|
|
16903
16903
|
}
|
|
16904
16904
|
}
|
|
16905
16905
|
]
|