@stonecrop/atable 0.30.0 → 0.32.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/assets/index.css +804 -1
- package/dist/atable.js +2809 -1944
- package/dist/atable.js.map +1 -1
- package/dist/src/components/ACell.vue.d.ts +17 -0
- package/dist/src/components/ACell.vue.d.ts.map +1 -0
- package/dist/src/components/AGanttCell.vue.d.ts +34 -0
- package/dist/src/components/AGanttCell.vue.d.ts.map +1 -0
- package/dist/src/components/AGanttConnection.vue.d.ts +13 -0
- package/dist/src/components/AGanttConnection.vue.d.ts.map +1 -0
- package/dist/src/components/ARow.vue.d.ts +2693 -0
- package/dist/src/components/ARow.vue.d.ts.map +1 -0
- package/dist/src/components/ARowActions.vue.d.ts +16 -0
- package/dist/src/components/ARowActions.vue.d.ts.map +1 -0
- package/dist/src/components/ATable.vue.d.ts +13358 -0
- package/dist/src/components/ATable.vue.d.ts.map +1 -0
- package/dist/src/components/ATableColumnFilter.vue.d.ts +11 -0
- package/dist/src/components/ATableColumnFilter.vue.d.ts.map +1 -0
- package/dist/src/components/ATableHeader.vue.d.ts +20 -0
- package/dist/src/components/ATableHeader.vue.d.ts.map +1 -0
- package/dist/src/components/ATableLoading.vue.d.ts +14 -0
- package/dist/src/components/ATableLoading.vue.d.ts.map +1 -0
- package/dist/src/components/ATableLoadingBar.vue.d.ts +14 -0
- package/dist/src/components/ATableLoadingBar.vue.d.ts.map +1 -0
- package/dist/src/components/ATableModal.vue.d.ts +18 -0
- package/dist/src/components/ATableModal.vue.d.ts.map +1 -0
- package/dist/src/components/ATablePaginationFooter.vue.d.ts +17 -0
- package/dist/src/components/ATablePaginationFooter.vue.d.ts.map +1 -0
- package/dist/src/icons/index.d.ts +14 -7
- package/dist/src/icons/index.d.ts.map +1 -1
- package/dist/{tsdoc-metadata.json → src/tsdoc-metadata.json} +1 -1
- package/dist/src/types/index.d.ts.map +1 -1
- package/package.json +35 -29
- package/dist/atable.d.ts +0 -3560
- package/dist/atable.tsbuildinfo +0 -1
- package/dist/icons/stonecrop-ui-icon-add.svg +0 -5
- package/dist/icons/stonecrop-ui-icon-delete.svg +0 -5
- package/dist/icons/stonecrop-ui-icon-duplicate.svg +0 -5
- package/dist/icons/stonecrop-ui-icon-insert-above.svg +0 -15
- package/dist/icons/stonecrop-ui-icon-insert-below.svg +0 -15
- package/dist/icons/stonecrop-ui-icon-move.svg +0 -4
- package/dist/icons/stonecrop-ui-icon-open.svg +0 -5
- package/dist/src/composables/table-pagination.js +0 -108
- package/dist/src/icons/index.js +0 -32
- package/dist/src/index.js +0 -33
- package/dist/src/linkSearchableText.js +0 -44
- package/dist/src/resolveFilterType.js +0 -27
- package/dist/src/schemaToColumns.js +0 -59
- package/dist/src/stores/table.js +0 -833
- package/dist/src/types/index.js +0 -0
- package/dist/src/utils.js +0 -39
- package/src/components/ACell.vue +0 -410
- package/src/components/AGanttCell.vue +0 -638
- package/src/components/AGanttConnection.vue +0 -164
- package/src/components/ARow.vue +0 -251
- package/src/components/ARowActions.vue +0 -407
- package/src/components/ATable.vue +0 -538
- package/src/components/ATableColumnFilter.vue +0 -216
- package/src/components/ATableHeader.vue +0 -141
- package/src/components/ATableLoading.vue +0 -86
- package/src/components/ATableLoadingBar.vue +0 -81
- package/src/components/ATableModal.vue +0 -52
- package/src/components/ATablePaginationFooter.vue +0 -100
- package/src/composables/table-pagination.ts +0 -172
- package/src/icons/index.ts +0 -38
- package/src/icons/stonecrop-ui-icon-add.svg +0 -5
- package/src/icons/stonecrop-ui-icon-delete.svg +0 -5
- package/src/icons/stonecrop-ui-icon-duplicate.svg +0 -5
- package/src/icons/stonecrop-ui-icon-insert-above.svg +0 -15
- package/src/icons/stonecrop-ui-icon-insert-below.svg +0 -15
- package/src/icons/stonecrop-ui-icon-move.svg +0 -4
- package/src/icons/stonecrop-ui-icon-open.svg +0 -5
- package/src/index.ts +0 -62
- package/src/linkSearchableText.ts +0 -42
- package/src/resolveFilterType.ts +0 -32
- package/src/schemaToColumns.ts +0 -67
- package/src/shims-vue.d.ts +0 -10
- package/src/stores/table.ts +0 -978
- package/src/types/index.ts +0 -794
- package/src/utils.ts +0 -40
package/dist/assets/index.css
CHANGED
|
@@ -1 +1,804 @@
|
|
|
1
|
-
.atable-cell{border-radius:0;box-sizing:border-box;outline:none;box-shadow:none;color:var(--sc-cell-text-color);padding-left:.5ch!important;padding-right:.5ch;padding-top:var(--sc-atable-row-padding);padding-bottom:var(--sc-atable-row-padding);border-spacing:0px;border-collapse:collapse;overflow:hidden;text-overflow:ellipsis;order:1;white-space:nowrap;max-width:40ch;border-top:1px solid var(--sc-row-border-color);margin:0 0 0 1px}.atable-cell a{color:var(--sc-cell-text-color);text-decoration:none}.atable-cell:focus,.atable-cell:focus-within{background-color:var(--sc-focus-cell-background);outline-width:var(--sc-atable-cell-border-width);outline-style:solid;outline-offset:calc(var(--sc-atable-cell-border-width) * -1);outline-color:var(--sc-focus-cell-outline);box-shadow:none;overflow:hidden;text-wrap:nowrap;box-sizing:border-box}.cell-modified{font-weight:700;font-style:italic}.cell-modified-highlight{background-color:var(--sc-cell-changed-color)}.atable-cell--badge-fill{padding:0!important;margin-left:0}.aganttcell[data-v-032ef6d9]{background-color:#f9f9f9;width:100%;padding:0;height:100%}.gantt-container[data-v-032ef6d9]{position:relative;height:100%;background-color:#f0f0f0;border-radius:4px;overflow:visible}.gantt-bar[data-v-032ef6d9]{position:absolute;border-radius:4px;display:flex;align-items:center;justify-content:space-between;cursor:grab;box-sizing:border-box;border:1px solid rgba(0,0,0,.5);transition:left .1s ease-out,width .1s ease-out;height:80%;top:50%;z-index:0;transform:translateY(-50%)}.gantt-bar[data-v-032ef6d9]:active{cursor:grabbing}.gantt-bar.is-dragging[data-v-032ef6d9]{z-index:10}.gantt-label[data-v-032ef6d9]{flex:1;text-align:center;font-size:12px;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 8px;-webkit-user-select:none;user-select:none}.resize-handle[data-v-032ef6d9]{position:relative;width:12px;height:100%;cursor:ew-resize;display:flex;align-items:center;justify-content:center;z-index:0;background:#00000040}.left-resize-handle[data-v-032ef6d9]{border-right:1px solid rgba(0,0,0,.5)}.right-resize-handle[data-v-032ef6d9]{border-left:1px solid rgba(0,0,0,.5)}.handle-grip[data-v-032ef6d9]{width:4px;height:12px;border-radius:2px;background:#000c}.resize-handle[data-v-032ef6d9]:hover{background-color:#ffffff80}.vertical-indicator[data-v-032ef6d9]{position:absolute;width:2px;opacity:0;pointer-events:none;transition:opacity .2s ease;top:-100vh;height:100vh;z-index:5;background-color:var(--v564d6da1)}.left-indicator[data-v-032ef6d9]{left:50%;transform:translate(-50%)}.right-indicator[data-v-032ef6d9]{right:50%;transform:translate(50%)}.resize-handle.is-dragging .vertical-indicator[data-v-032ef6d9]{opacity:.7}.gantt-container[data-v-032ef6d9]:after{content:"";position:absolute;inset:0;background-size:calc(100% / var(--v4f540c19)) 100%;background-image:linear-gradient(to right,rgba(0,0,0,.1) 1px,transparent 1px);pointer-events:none;z-index:1}.connection-handle[data-v-032ef6d9]{position:absolute;top:50%;transform:translateY(-50%);width:16px;height:16px;opacity:0;transition:opacity .2s ease;cursor:crosshair;z-index:2;display:flex;align-items:center;justify-content:center}.connection-handle.visible[data-v-032ef6d9]{opacity:1}.left-connection-handle[data-v-032ef6d9]{left:-16px}.right-connection-handle[data-v-032ef6d9]{right:-16px}.connection-dot[data-v-032ef6d9]{width:8px;height:8px;border-radius:50%;background-color:#2196f3;border:2px solid white;box-shadow:0 1px 3px #0000004d}.connection-handle:hover .connection-dot[data-v-032ef6d9]{background-color:#1976d2;transform:scale(1.2)}.connection-handle.is-dragging[data-v-032ef6d9]{opacity:1!important}.connection-handle.is-dragging .connection-dot[data-v-032ef6d9]{background-color:#1976d2;transform:scale(1.3);box-shadow:0 2px 8px #2196f366}.atable-row-actions{width:2rem;min-width:2rem;padding:0 .25rem;vertical-align:middle;white-space:nowrap;border-top:1px solid var(--sc-row-border-color);background:#fff;-webkit-user-select:none;user-select:none;position:relative}.atable-row-actions.dropdown-active{z-index:101}.row-actions-icons{display:flex;gap:.25rem;align-items:center;justify-content:center}.row-action-btn{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:.125rem;border:none;background:transparent;cursor:pointer;border-radius:.25rem;transition:background-color .15s ease}.row-action-btn:hover{background-color:var(--sc-gray-10)}.row-action-btn:focus{outline:2px solid var(--sc-focus-cell-outline);outline-offset:1px}.row-action-btn .action-icon{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem}.row-action-btn .action-icon :deep(svg){width:100%;height:100%}.row-actions-dropdown{position:relative;display:inline-block}.row-actions-dropdown:has(button:focus){outline:2px solid var(--sc-focus-cell-outline);outline-offset:-2px}.row-actions-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:none;background:transparent;cursor:pointer;border-radius:.25rem;font-size:1rem;font-weight:700;transition:background-color .15s ease}.row-actions-toggle:hover{background-color:var(--sc-gray-10)}.dropdown-icon{line-height:1}.row-actions-menu{position:fixed;z-index:100;min-width:10rem;padding:.25rem 0;background:#fff;border:1px solid var(--sc-row-border-color);border-left:4px solid var(--sc-row-border-color);border-radius:0}.row-actions-menu.menu-flipped{box-shadow:0 -4px 6px -1px #0000001a,0 -2px 4px -2px #0000001a}.row-action-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;background:transparent;cursor:pointer;text-align:left;font-size:.875rem;transition:background-color .15s ease}.row-action-menu-item:hover{background-color:var(--sc-gray-10)}.row-action-menu-item:focus{outline:none;background-color:var(--sc-gray-10)}.row-action-menu-item:disabled,.row-action-btn:disabled{opacity:.4;cursor:not-allowed}.row-action-menu-item:disabled:hover,.row-action-btn:disabled:hover{background-color:transparent}.row-action-menu-item .action-icon{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;flex-shrink:0}.row-action-menu-item .action-icon :deep(svg){width:100%;height:100%}.row-action-menu-item .action-label{flex:1}.atable-row{background-color:#fff}.atable-row-clickable{cursor:pointer}.atable-row-clickable:hover>td{background-color:var(--sc-row-hover-color)}.atable-row:last-child>td{border-bottom:1px solid var(--sc-row-border-color)}.atable-row>td:first-child{border-left:4px solid var(--sc-row-border-color)}.atable-row>td:last-child{border-right:1px solid var(--sc-row-border-color)}.list-index{color:var(--sc-header-text-color);font-weight:700;padding-left:var(--sc-atable-row-padding);padding-right:.5em;text-align:left;-webkit-user-select:none;user-select:none;border-top:1px solid var(--sc-row-border-color);text-overflow:ellipsis;overflow:hidden;box-sizing:border-box;padding-top:var(--sc-atable-row-padding);padding-bottom:var(--sc-atable-row-padding)}.tree-index,.expansion-index{color:var(--sc-header-text-color);font-weight:700;text-align:center;-webkit-user-select:none;user-select:none;width:2ch;box-sizing:border-box;cursor:pointer;padding-top:var(--sc-atable-row-padding);padding-bottom:var(--sc-atable-row-padding)}.atable-expanded-row{border-left:2px solid var(--sc-row-border-color)}.atable-expanded-content{border-top:1px solid var(--sc-row-border-color);padding:1.5rem}.atable-row:has(td.cell-modified)>td.sticky-column,.atable-row:has(td.cell-modified)>th.sticky-column,.atable-row:has(td.cell-modified)>td.sticky-index,.atable-row:has(td.cell-modified)>th.sticky-index{background:var(--sc-cell-changed-color)}.atable-row.changed-row-gradient[data-v-f159cfbe]:has(td.cell-modified){--cell-color-start: color-mix(in srgb, var(--sc-cell-changed-color), #fff 20%);--cell-color-end: color-mix(in srgb, var(--sc-cell-changed-color), #fff 60%);background:linear-gradient(90deg,var(--cell-color-start),var(--cell-color-end))}.gantt-connection-overlay[data-v-d5929c98]{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15}.connection-path[data-v-d5929c98]{transition:stroke-width .2s ease;pointer-events:auto;cursor:pointer;stroke-dasharray:5px;stroke:var(--sc-cell-text-color)}#arrowhead-marker polygon[data-v-d5929c98]{fill:var(--sc-cell-text-color)}.animated-path[data-v-d5929c98]{animation:animated-dash-d5929c98 infinite 1.5s linear}.connection-path[data-v-d5929c98]:hover{stroke-width:3px}.connection-hitbox[data-v-d5929c98]{pointer-events:auto;cursor:pointer}@keyframes animated-dash-d5929c98{0%{stroke-dashoffset:0px}to{stroke-dashoffset:-10px}}.column-filter[data-v-f9c23db9]{display:flex;align-items:center;gap:.25rem;width:100%}.filter-input[data-v-f9c23db9],.filter-select[data-v-f9c23db9]{background-color:var(--sc-form-background)!important;padding:.15rem .2rem;border:1px solid var(--sc-form-border);border-radius:3px;font-size:.875rem;color:var(--sc-cell-text-color);width:100%;box-sizing:border-box}.filter-input[data-v-f9c23db9]:focus,.filter-select[data-v-f9c23db9]:focus{outline:none;border-color:var(--sc-input-active-border-color)}.checkbox-filter[data-v-f9c23db9]{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--sc-cell-text-color);cursor:pointer}.filter-checkbox[data-v-f9c23db9]{margin:0}.date-range-filter[data-v-f9c23db9]{display:flex;gap:.25rem;align-items:center;width:100%}.date-range-filter .filter-input[data-v-f9c23db9]{flex:1;min-width:0}.date-separator[data-v-f9c23db9]{color:var(--sc-gray-50);font-weight:500;padding:0 .25rem;flex-shrink:0}.clear-btn[data-v-f9c23db9]{background:var(--sc-gray-10);border:1px solid var(--sc-form-border);border-radius:3px;color:var(--sc-gray-70);cursor:pointer;font-size:1rem;padding:.15rem .4rem;line-height:1;flex-shrink:0}.atable-header-row th{padding-left:.5ch!important;font-weight:700;min-width:3ch;padding-top:var(--sc-atable-row-padding);padding-bottom:var(--sc-atable-row-padding);box-sizing:border-box;color:var(--sc-header-text-color);position:relative}#header-index{padding-left:var(--sc-atable-row-padding);box-sizing:border-box;border-top:none}.tree-index{padding-right:0}th{order:1}.list-expansion-index{width:2ch;margin-left:5px}.cursor-pointer{cursor:pointer}.atable-filters-row th{padding:.25rem .5ch;vertical-align:top}.row-actions-header{width:2rem;min-width:2rem;padding:0 .25rem}.amodal{position:absolute;background-color:var(--sc-row-color-zebra-dark);z-index:200}.atable-pagination td[data-v-e0e73858]{padding:.75rem .5ch;border-top:1px solid var(--sc-row-border-color)}.truncation-note[data-v-e0e73858],.completion-note[data-v-e0e73858]{margin:0 0 .5rem;font-size:var(--sc-table-font-size);color:var(--sc-gray-60)}.completion-note[data-v-e0e73858]{margin-bottom:0}.atable-pagination-controls[data-v-e0e73858]{display:flex;gap:.5rem}.atable-pagination-btn[data-v-e0e73858]{appearance:none;-webkit-appearance:none;box-sizing:border-box;padding:.5rem 1rem;background:var(--sc-btn-color);color:var(--sc-btn-label-color);border:1px solid var(--sc-btn-border);border-radius:var(--sc-border-radius);cursor:pointer;font-family:var(--sc-font-family);font-size:var(--sc-table-font-size);font-weight:400;line-height:1.2;transition:background-color .15s ease}.atable-pagination-btn[data-v-e0e73858]:hover:not(:disabled){background:var(--sc-btn-hover)}.atable-pagination-btn[data-v-e0e73858]:focus-visible{outline:2px solid var(--sc-input-active-border-color);outline-offset:1px}.atable-pagination-btn[data-v-e0e73858]:disabled{cursor:not-allowed;background:var(--sc-gray-5);color:var(--sc-gray-50);border-color:var(--sc-gray-20);opacity:1}.atable-container{position:relative}.sticky-index{position:sticky;left:0;z-index:100;order:0}.sticky-column,th.sticky-column,td.sticky-column,th.sticky-index,td.sticky-index{position:sticky;z-index:100;order:0;background:#fff}.sticky-column-edge,.atable th.sticky-column-edge{border-right:1px solid var(--sc-row-border-color)}.atable[data-v-004f5f0f]{position:relative;font-family:var(--sc-atable-font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:var(--sc-table-font-size);border-collapse:collapse;box-sizing:border-box;table-layout:auto;width:auto;overflow:clip;height:1px}.atable th[data-v-004f5f0f]{border-width:0px;border-style:solid;border-radius:0;padding-left:.5ch;padding-right:.5ch;padding-top:var(--sc-atable-row-padding);padding-bottom:var(--sc-atable-row-padding);color:var(--sc-gray-60);height:var(--sc-atable-row-height);font-weight:300;letter-spacing:.05rem;order:1;box-sizing:border-box}.atable th[data-v-004f5f0f]:focus{outline:none}.atable[data-v-004f5f0f]:tbody{overflow:hidden;position:relative}.atable[data-v-004f5f0f]:tbody:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:transparent;z-index:100}.aloading[data-v-a930a25b]{width:100%;border-top:1px solid var(--sc-row-border-color);border-bottom:1px solid var(--sc-row-border-color);display:flex;background-color:#fff;border-left:4px solid var(--sc-row-border-color);padding-left:.5ch!important;padding-right:.5ch;padding-top:var(--sc-atable-row-padding);padding-bottom:var(--sc-atable-row-padding);align-items:center;box-sizing:border-box;background:var(--sc-focus-cell-background);overflow:hidden;position:relative}.aloading-bar[data-v-a930a25b]{width:100%;height:100%;position:absolute;left:-100%;top:0;background:linear-gradient(90deg,rgba(var(--sc-table-loading-color),0),rgba(var(--sc-table-loading-color),1),rgba(var(--sc-table-loading-color),0));animation:gradient-a930a25b infinite 2s;z-index:0}.aloading-header[data-v-a930a25b]{color:var(--sc-cell-text-color);font-family:var(--sc-atable-font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:var(--sc-table-font-size);padding:0;margin:0;font-weight:400;z-index:1}.aloading-header[data-v-a930a25b]:after{content:"...";animation:ellipse-a930a25b 2s;animation-iteration-count:infinite}@keyframes gradient-a930a25b{0%{left:-100%}to{left:100%}}@keyframes ellipse-a930a25b{0%{content:""}20%{content:""}40%{content:"."}60%{content:".."}80%{content:"..."}}.aloading[data-v-e1165876]{width:100%;border-top:1px solid var(--sc-row-border-color);border-bottom:1px solid var(--sc-row-border-color);display:flex;background-color:#fff;border-left:4px solid var(--sc-row-border-color);padding-left:.5ch!important;padding-right:.5ch;padding-top:var(--sc-atable-row-padding);padding-bottom:var(--sc-atable-row-padding);align-items:center;box-sizing:border-box;background:var(--sc-focus-cell-background);overflow:hidden;position:relative}.aloading-bar[data-v-e1165876]{width:50%;height:3px;position:absolute;left:-100%;bottom:0;background:var(--sc-row-border-color);animation:bar-left-e1165876 infinite 2s;z-index:0}.aloading-header[data-v-e1165876]{color:var(--sc-cell-text-color);font-family:var(--sc-atable-font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:var(--sc-table-font-size);padding:0;margin:0;font-weight:400;z-index:1}.aloading-header[data-v-e1165876]:after{content:"...";animation:ellipse-e1165876 2s;animation-iteration-count:infinite}@keyframes bar-left-e1165876{0%{left:-50%}to{left:100%}}@keyframes ellipse-e1165876{0%{content:""}20%{content:""}40%{content:"."}60%{content:".."}80%{content:"..."}}
|
|
1
|
+
|
|
2
|
+
.atable-cell {
|
|
3
|
+
border-radius: 0px;
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
margin: 0px;
|
|
6
|
+
outline: none;
|
|
7
|
+
box-shadow: none;
|
|
8
|
+
color: var(--sc-cell-text-color);
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
padding-left: 0.5ch !important;
|
|
11
|
+
padding-right: 0.5ch;
|
|
12
|
+
padding-top: var(--sc-atable-row-padding);
|
|
13
|
+
padding-bottom: var(--sc-atable-row-padding);
|
|
14
|
+
border-spacing: 0px;
|
|
15
|
+
border-collapse: collapse;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
text-overflow: ellipsis;
|
|
18
|
+
order: 1;
|
|
19
|
+
white-space: nowrap;
|
|
20
|
+
max-width: 40ch;
|
|
21
|
+
border-top: 1px solid var(--sc-row-border-color);
|
|
22
|
+
margin-left: 1px;
|
|
23
|
+
}
|
|
24
|
+
.atable-cell a {
|
|
25
|
+
color: var(--sc-cell-text-color);
|
|
26
|
+
text-decoration: none;
|
|
27
|
+
}
|
|
28
|
+
.atable-cell:focus,
|
|
29
|
+
.atable-cell:focus-within {
|
|
30
|
+
background-color: var(--sc-focus-cell-background);
|
|
31
|
+
outline-width: var(--sc-atable-cell-border-width);
|
|
32
|
+
outline-style: solid;
|
|
33
|
+
outline-offset: calc(var(--sc-atable-cell-border-width) * -1);
|
|
34
|
+
outline-color: var(--sc-focus-cell-outline);
|
|
35
|
+
box-shadow: none;
|
|
36
|
+
overflow: hidden;
|
|
37
|
+
text-wrap: nowrap;
|
|
38
|
+
box-sizing: border-box;
|
|
39
|
+
}
|
|
40
|
+
.cell-modified {
|
|
41
|
+
font-weight: bold;
|
|
42
|
+
font-style: italic;
|
|
43
|
+
}
|
|
44
|
+
.cell-modified-highlight {
|
|
45
|
+
background-color: var(--sc-cell-changed-color);
|
|
46
|
+
}
|
|
47
|
+
.atable-cell--badge-fill {
|
|
48
|
+
padding: 0 !important;
|
|
49
|
+
margin-left: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.aganttcell[data-v-032ef6d9] {
|
|
53
|
+
background-color: #f9f9f9;
|
|
54
|
+
width: 100%;
|
|
55
|
+
padding: 0;
|
|
56
|
+
height: 100%;
|
|
57
|
+
}
|
|
58
|
+
.gantt-container[data-v-032ef6d9] {
|
|
59
|
+
position: relative;
|
|
60
|
+
height: 100%;
|
|
61
|
+
background-color: #f0f0f0;
|
|
62
|
+
border-radius: 4px;
|
|
63
|
+
overflow: visible;
|
|
64
|
+
}
|
|
65
|
+
.gantt-bar[data-v-032ef6d9] {
|
|
66
|
+
position: absolute;
|
|
67
|
+
border-radius: 4px;
|
|
68
|
+
display: flex;
|
|
69
|
+
align-items: center;
|
|
70
|
+
justify-content: space-between;
|
|
71
|
+
cursor: grab;
|
|
72
|
+
box-sizing: border-box;
|
|
73
|
+
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
74
|
+
transition:
|
|
75
|
+
left 0.1s ease-out,
|
|
76
|
+
width 0.1s ease-out;
|
|
77
|
+
height: 80%;
|
|
78
|
+
top: 50%;
|
|
79
|
+
z-index: 0;
|
|
80
|
+
transform: translateY(-50%);
|
|
81
|
+
}
|
|
82
|
+
.gantt-bar[data-v-032ef6d9]:active {
|
|
83
|
+
cursor: grabbing;
|
|
84
|
+
}
|
|
85
|
+
.gantt-bar.is-dragging[data-v-032ef6d9] {
|
|
86
|
+
z-index: 10;
|
|
87
|
+
}
|
|
88
|
+
.gantt-label[data-v-032ef6d9] {
|
|
89
|
+
flex: 1;
|
|
90
|
+
text-align: center;
|
|
91
|
+
font-size: 12px;
|
|
92
|
+
color: #aaaaaa;
|
|
93
|
+
white-space: nowrap;
|
|
94
|
+
overflow: hidden;
|
|
95
|
+
text-overflow: ellipsis;
|
|
96
|
+
padding: 0 8px;
|
|
97
|
+
user-select: none;
|
|
98
|
+
}
|
|
99
|
+
.resize-handle[data-v-032ef6d9] {
|
|
100
|
+
position: relative;
|
|
101
|
+
width: 12px;
|
|
102
|
+
height: 100%;
|
|
103
|
+
cursor: ew-resize;
|
|
104
|
+
display: flex;
|
|
105
|
+
align-items: center;
|
|
106
|
+
justify-content: center;
|
|
107
|
+
z-index: 0;
|
|
108
|
+
background: rgba(0, 0, 0, 0.25);
|
|
109
|
+
}
|
|
110
|
+
.left-resize-handle[data-v-032ef6d9] {
|
|
111
|
+
border-right: 1px solid rgba(0, 0, 0, 0.5);
|
|
112
|
+
}
|
|
113
|
+
.right-resize-handle[data-v-032ef6d9] {
|
|
114
|
+
border-left: 1px solid rgba(0, 0, 0, 0.5);
|
|
115
|
+
}
|
|
116
|
+
.handle-grip[data-v-032ef6d9] {
|
|
117
|
+
width: 4px;
|
|
118
|
+
height: 12px;
|
|
119
|
+
border-radius: 2px;
|
|
120
|
+
background: rgba(0, 0, 0, 0.8);
|
|
121
|
+
}
|
|
122
|
+
.resize-handle[data-v-032ef6d9]:hover {
|
|
123
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
124
|
+
}
|
|
125
|
+
.vertical-indicator[data-v-032ef6d9] {
|
|
126
|
+
position: absolute;
|
|
127
|
+
width: 2px;
|
|
128
|
+
opacity: 0;
|
|
129
|
+
pointer-events: none;
|
|
130
|
+
transition: opacity 0.2s ease;
|
|
131
|
+
top: -100vh;
|
|
132
|
+
height: 100vh;
|
|
133
|
+
z-index: 5;
|
|
134
|
+
background-color: var(--v564d6da1);
|
|
135
|
+
}
|
|
136
|
+
.left-indicator[data-v-032ef6d9] {
|
|
137
|
+
left: 50%;
|
|
138
|
+
transform: translateX(-50%);
|
|
139
|
+
}
|
|
140
|
+
.right-indicator[data-v-032ef6d9] {
|
|
141
|
+
right: 50%;
|
|
142
|
+
transform: translateX(50%);
|
|
143
|
+
}
|
|
144
|
+
.resize-handle.is-dragging .vertical-indicator[data-v-032ef6d9] {
|
|
145
|
+
opacity: 0.7;
|
|
146
|
+
}
|
|
147
|
+
.gantt-container[data-v-032ef6d9]::after {
|
|
148
|
+
content: '';
|
|
149
|
+
position: absolute;
|
|
150
|
+
top: 0;
|
|
151
|
+
left: 0;
|
|
152
|
+
right: 0;
|
|
153
|
+
bottom: 0;
|
|
154
|
+
background-size: calc(100% / var(--v4f540c19)) 100%;
|
|
155
|
+
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
|
|
156
|
+
pointer-events: none;
|
|
157
|
+
z-index: 1;
|
|
158
|
+
}
|
|
159
|
+
.connection-handle[data-v-032ef6d9] {
|
|
160
|
+
position: absolute;
|
|
161
|
+
top: 50%;
|
|
162
|
+
transform: translateY(-50%);
|
|
163
|
+
width: 16px;
|
|
164
|
+
height: 16px;
|
|
165
|
+
opacity: 0;
|
|
166
|
+
transition: opacity 0.2s ease;
|
|
167
|
+
cursor: crosshair;
|
|
168
|
+
z-index: 2;
|
|
169
|
+
display: flex;
|
|
170
|
+
align-items: center;
|
|
171
|
+
justify-content: center;
|
|
172
|
+
}
|
|
173
|
+
.connection-handle.visible[data-v-032ef6d9] {
|
|
174
|
+
opacity: 1;
|
|
175
|
+
}
|
|
176
|
+
.left-connection-handle[data-v-032ef6d9] {
|
|
177
|
+
left: -16px;
|
|
178
|
+
}
|
|
179
|
+
.right-connection-handle[data-v-032ef6d9] {
|
|
180
|
+
right: -16px;
|
|
181
|
+
}
|
|
182
|
+
.connection-dot[data-v-032ef6d9] {
|
|
183
|
+
width: 8px;
|
|
184
|
+
height: 8px;
|
|
185
|
+
border-radius: 50%;
|
|
186
|
+
background-color: #2196f3;
|
|
187
|
+
border: 2px solid white;
|
|
188
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
|
189
|
+
}
|
|
190
|
+
.connection-handle:hover .connection-dot[data-v-032ef6d9] {
|
|
191
|
+
background-color: #1976d2;
|
|
192
|
+
transform: scale(1.2);
|
|
193
|
+
}
|
|
194
|
+
.connection-handle.is-dragging[data-v-032ef6d9] {
|
|
195
|
+
opacity: 1 !important;
|
|
196
|
+
}
|
|
197
|
+
.connection-handle.is-dragging .connection-dot[data-v-032ef6d9] {
|
|
198
|
+
background-color: #1976d2;
|
|
199
|
+
transform: scale(1.3);
|
|
200
|
+
box-shadow: 0 2px 8px rgba(33, 150, 243, 0.4);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.atable-row-actions {
|
|
204
|
+
width: 2rem;
|
|
205
|
+
min-width: 2rem;
|
|
206
|
+
padding: 0 0.25rem;
|
|
207
|
+
vertical-align: middle;
|
|
208
|
+
white-space: nowrap;
|
|
209
|
+
border-top: 1px solid var(--sc-row-border-color);
|
|
210
|
+
background: white;
|
|
211
|
+
user-select: none;
|
|
212
|
+
position: relative;
|
|
213
|
+
}
|
|
214
|
+
.atable-row-actions.dropdown-active {
|
|
215
|
+
z-index: 101;
|
|
216
|
+
}
|
|
217
|
+
.row-actions-icons {
|
|
218
|
+
display: flex;
|
|
219
|
+
gap: 0.25rem;
|
|
220
|
+
align-items: center;
|
|
221
|
+
justify-content: center;
|
|
222
|
+
}
|
|
223
|
+
.row-action-btn {
|
|
224
|
+
display: inline-flex;
|
|
225
|
+
align-items: center;
|
|
226
|
+
justify-content: center;
|
|
227
|
+
width: 1.5rem;
|
|
228
|
+
height: 1.5rem;
|
|
229
|
+
padding: 0.125rem;
|
|
230
|
+
border: none;
|
|
231
|
+
background: transparent;
|
|
232
|
+
cursor: pointer;
|
|
233
|
+
border-radius: 0.25rem;
|
|
234
|
+
transition: background-color 0.15s ease;
|
|
235
|
+
}
|
|
236
|
+
.row-action-btn:hover {
|
|
237
|
+
background-color: var(--sc-gray-10);
|
|
238
|
+
}
|
|
239
|
+
.row-action-btn:focus {
|
|
240
|
+
outline: 2px solid var(--sc-focus-cell-outline);
|
|
241
|
+
outline-offset: 1px;
|
|
242
|
+
}
|
|
243
|
+
.row-action-btn .action-icon {
|
|
244
|
+
display: flex;
|
|
245
|
+
align-items: center;
|
|
246
|
+
justify-content: center;
|
|
247
|
+
width: 1rem;
|
|
248
|
+
height: 1rem;
|
|
249
|
+
}
|
|
250
|
+
.row-action-btn .action-icon svg {
|
|
251
|
+
width: 100%;
|
|
252
|
+
height: 100%;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
/* Dropdown mode styles */
|
|
256
|
+
.row-actions-dropdown {
|
|
257
|
+
position: relative;
|
|
258
|
+
display: inline-block;
|
|
259
|
+
}
|
|
260
|
+
.row-actions-dropdown:has(button:focus) {
|
|
261
|
+
outline: 2px solid var(--sc-focus-cell-outline);
|
|
262
|
+
outline-offset: -2px;
|
|
263
|
+
}
|
|
264
|
+
.row-actions-toggle {
|
|
265
|
+
display: inline-flex;
|
|
266
|
+
align-items: center;
|
|
267
|
+
justify-content: center;
|
|
268
|
+
width: 1.5rem;
|
|
269
|
+
height: 1.5rem;
|
|
270
|
+
padding: 0;
|
|
271
|
+
border: none;
|
|
272
|
+
background: transparent;
|
|
273
|
+
cursor: pointer;
|
|
274
|
+
border-radius: 0.25rem;
|
|
275
|
+
font-size: 1rem;
|
|
276
|
+
font-weight: bold;
|
|
277
|
+
transition: background-color 0.15s ease;
|
|
278
|
+
}
|
|
279
|
+
.row-actions-toggle:hover {
|
|
280
|
+
background-color: var(--sc-gray-10);
|
|
281
|
+
}
|
|
282
|
+
.row-actions-toggle:focus {
|
|
283
|
+
/* outline: 2px solid var(--sc-focus-cell-outline);
|
|
284
|
+
outline-offset: 1px; */
|
|
285
|
+
}
|
|
286
|
+
.dropdown-icon {
|
|
287
|
+
line-height: 1;
|
|
288
|
+
}
|
|
289
|
+
.row-actions-menu {
|
|
290
|
+
position: fixed;
|
|
291
|
+
z-index: 100;
|
|
292
|
+
min-width: 10rem;
|
|
293
|
+
padding: 0.25rem 0;
|
|
294
|
+
background: white;
|
|
295
|
+
border: 1px solid var(--sc-row-border-color);
|
|
296
|
+
border-left: 4px solid var(--sc-row-border-color);
|
|
297
|
+
border-radius: 0;
|
|
298
|
+
}
|
|
299
|
+
.row-actions-menu.menu-flipped {
|
|
300
|
+
box-shadow:
|
|
301
|
+
0 -4px 6px -1px rgb(0 0 0 / 0.1),
|
|
302
|
+
0 -2px 4px -2px rgb(0 0 0 / 0.1);
|
|
303
|
+
}
|
|
304
|
+
.row-action-menu-item {
|
|
305
|
+
display: flex;
|
|
306
|
+
align-items: center;
|
|
307
|
+
gap: 0.5rem;
|
|
308
|
+
width: 100%;
|
|
309
|
+
padding: 0.5rem 0.75rem;
|
|
310
|
+
border: none;
|
|
311
|
+
background: transparent;
|
|
312
|
+
cursor: pointer;
|
|
313
|
+
text-align: left;
|
|
314
|
+
font-size: 0.875rem;
|
|
315
|
+
transition: background-color 0.15s ease;
|
|
316
|
+
}
|
|
317
|
+
.row-action-menu-item:hover {
|
|
318
|
+
background-color: var(--sc-gray-10);
|
|
319
|
+
}
|
|
320
|
+
.row-action-menu-item:focus {
|
|
321
|
+
outline: none;
|
|
322
|
+
background-color: var(--sc-gray-10);
|
|
323
|
+
}
|
|
324
|
+
.row-action-menu-item:disabled,
|
|
325
|
+
.row-action-btn:disabled {
|
|
326
|
+
opacity: 0.4;
|
|
327
|
+
cursor: not-allowed;
|
|
328
|
+
}
|
|
329
|
+
.row-action-menu-item:disabled:hover,
|
|
330
|
+
.row-action-btn:disabled:hover {
|
|
331
|
+
background-color: transparent;
|
|
332
|
+
}
|
|
333
|
+
.row-action-menu-item .action-icon {
|
|
334
|
+
display: flex;
|
|
335
|
+
align-items: center;
|
|
336
|
+
justify-content: center;
|
|
337
|
+
width: 1rem;
|
|
338
|
+
height: 1rem;
|
|
339
|
+
flex-shrink: 0;
|
|
340
|
+
}
|
|
341
|
+
.row-action-menu-item .action-icon svg {
|
|
342
|
+
width: 100%;
|
|
343
|
+
height: 100%;
|
|
344
|
+
}
|
|
345
|
+
.row-action-menu-item .action-label {
|
|
346
|
+
flex: 1;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.atable-row {
|
|
350
|
+
background-color: white;
|
|
351
|
+
}
|
|
352
|
+
.atable-row-clickable {
|
|
353
|
+
cursor: pointer;
|
|
354
|
+
}
|
|
355
|
+
.atable-row-clickable:hover > td {
|
|
356
|
+
background-color: var(--sc-row-hover-color);
|
|
357
|
+
}
|
|
358
|
+
.atable-row:last-child > td {
|
|
359
|
+
border-bottom: 1px solid var(--sc-row-border-color);
|
|
360
|
+
}
|
|
361
|
+
.atable-row > td:first-child {
|
|
362
|
+
border-left: 4px solid var(--sc-row-border-color);
|
|
363
|
+
}
|
|
364
|
+
.atable-row > td:last-child {
|
|
365
|
+
border-right: 1px solid var(--sc-row-border-color);
|
|
366
|
+
}
|
|
367
|
+
.list-index {
|
|
368
|
+
color: var(--sc-header-text-color);
|
|
369
|
+
font-weight: bold;
|
|
370
|
+
padding-left: var(--sc-atable-row-padding);
|
|
371
|
+
padding-right: 0.5em;
|
|
372
|
+
text-align: left;
|
|
373
|
+
user-select: none;
|
|
374
|
+
/* width: 7ch; */
|
|
375
|
+
border-top: 1px solid var(--sc-row-border-color);
|
|
376
|
+
text-overflow: ellipsis;
|
|
377
|
+
overflow: hidden;
|
|
378
|
+
box-sizing: border-box;
|
|
379
|
+
padding-top: var(--sc-atable-row-padding);
|
|
380
|
+
padding-bottom: var(--sc-atable-row-padding);
|
|
381
|
+
}
|
|
382
|
+
.tree-index,
|
|
383
|
+
.expansion-index {
|
|
384
|
+
color: var(--sc-header-text-color);
|
|
385
|
+
font-weight: bold;
|
|
386
|
+
text-align: center;
|
|
387
|
+
user-select: none;
|
|
388
|
+
width: 2ch;
|
|
389
|
+
box-sizing: border-box;
|
|
390
|
+
cursor: pointer;
|
|
391
|
+
padding-top: var(--sc-atable-row-padding);
|
|
392
|
+
padding-bottom: var(--sc-atable-row-padding);
|
|
393
|
+
}
|
|
394
|
+
.atable-expanded-row {
|
|
395
|
+
border-left: 2px solid var(--sc-row-border-color);
|
|
396
|
+
}
|
|
397
|
+
.atable-expanded-content {
|
|
398
|
+
border-top: 1px solid var(--sc-row-border-color);
|
|
399
|
+
padding: 1.5rem;
|
|
400
|
+
}
|
|
401
|
+
/* sticky cells in modified rows should be a solid color to properly hide non-sticky cells */
|
|
402
|
+
.atable-row:has(td.cell-modified) > td.sticky-column,
|
|
403
|
+
.atable-row:has(td.cell-modified) > th.sticky-column,
|
|
404
|
+
.atable-row:has(td.cell-modified) > td.sticky-index,
|
|
405
|
+
.atable-row:has(td.cell-modified) > th.sticky-index {
|
|
406
|
+
background: var(--sc-cell-changed-color);
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.atable-row.changed-row-gradient[data-v-f159cfbe]:has(td.cell-modified) {
|
|
410
|
+
--cell-color-start: color-mix(in srgb, var(--sc-cell-changed-color), #fff 20%);
|
|
411
|
+
--cell-color-end: color-mix(in srgb, var(--sc-cell-changed-color), #fff 60%);
|
|
412
|
+
background: linear-gradient(90deg, var(--cell-color-start), var(--cell-color-end));
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.gantt-connection-overlay[data-v-d5929c98] {
|
|
416
|
+
position: absolute;
|
|
417
|
+
top: 0;
|
|
418
|
+
left: 0;
|
|
419
|
+
width: 100%;
|
|
420
|
+
height: 100%;
|
|
421
|
+
pointer-events: none;
|
|
422
|
+
z-index: 15;
|
|
423
|
+
}
|
|
424
|
+
.connection-path[data-v-d5929c98] {
|
|
425
|
+
transition: stroke-width 0.2s ease;
|
|
426
|
+
pointer-events: auto;
|
|
427
|
+
cursor: pointer;
|
|
428
|
+
stroke-dasharray: 5px;
|
|
429
|
+
stroke: var(--sc-cell-text-color);
|
|
430
|
+
}
|
|
431
|
+
#arrowhead-marker polygon[data-v-d5929c98] {
|
|
432
|
+
fill: var(--sc-cell-text-color);
|
|
433
|
+
}
|
|
434
|
+
.animated-path[data-v-d5929c98] {
|
|
435
|
+
animation: animated-dash-d5929c98 infinite 1.5s linear;
|
|
436
|
+
}
|
|
437
|
+
.connection-path[data-v-d5929c98]:hover {
|
|
438
|
+
stroke-width: 3px;
|
|
439
|
+
}
|
|
440
|
+
.connection-hitbox[data-v-d5929c98] {
|
|
441
|
+
pointer-events: auto;
|
|
442
|
+
cursor: pointer;
|
|
443
|
+
}
|
|
444
|
+
@keyframes animated-dash-d5929c98 {
|
|
445
|
+
0% {
|
|
446
|
+
stroke-dashoffset: 0px;
|
|
447
|
+
}
|
|
448
|
+
100% {
|
|
449
|
+
stroke-dashoffset: -10px;
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.column-filter[data-v-f9c23db9] {
|
|
454
|
+
display: flex;
|
|
455
|
+
align-items: center;
|
|
456
|
+
gap: 0.25rem;
|
|
457
|
+
width: 100%;
|
|
458
|
+
}
|
|
459
|
+
.filter-input[data-v-f9c23db9],
|
|
460
|
+
.filter-select[data-v-f9c23db9] {
|
|
461
|
+
background-color: var(--sc-form-background) !important;
|
|
462
|
+
padding: 0.15rem 0.2rem;
|
|
463
|
+
border: 1px solid var(--sc-form-border);
|
|
464
|
+
border-radius: 3px;
|
|
465
|
+
font-size: 0.875rem;
|
|
466
|
+
color: var(--sc-cell-text-color);
|
|
467
|
+
width: 100%;
|
|
468
|
+
box-sizing: border-box;
|
|
469
|
+
}
|
|
470
|
+
.filter-input[data-v-f9c23db9]:focus,
|
|
471
|
+
.filter-select[data-v-f9c23db9]:focus {
|
|
472
|
+
outline: none;
|
|
473
|
+
border-color: var(--sc-input-active-border-color);
|
|
474
|
+
}
|
|
475
|
+
.checkbox-filter[data-v-f9c23db9] {
|
|
476
|
+
display: flex;
|
|
477
|
+
align-items: center;
|
|
478
|
+
gap: 0.25rem;
|
|
479
|
+
font-size: 0.875rem;
|
|
480
|
+
color: var(--sc-cell-text-color);
|
|
481
|
+
cursor: pointer;
|
|
482
|
+
}
|
|
483
|
+
.filter-checkbox[data-v-f9c23db9] {
|
|
484
|
+
margin: 0;
|
|
485
|
+
}
|
|
486
|
+
.date-range-filter[data-v-f9c23db9] {
|
|
487
|
+
display: flex;
|
|
488
|
+
gap: 0.25rem;
|
|
489
|
+
align-items: center;
|
|
490
|
+
width: 100%;
|
|
491
|
+
}
|
|
492
|
+
.date-range-filter .filter-input[data-v-f9c23db9] {
|
|
493
|
+
flex: 1;
|
|
494
|
+
min-width: 0;
|
|
495
|
+
}
|
|
496
|
+
.date-separator[data-v-f9c23db9] {
|
|
497
|
+
color: var(--sc-gray-50);
|
|
498
|
+
font-weight: 500;
|
|
499
|
+
padding: 0 0.25rem;
|
|
500
|
+
flex-shrink: 0;
|
|
501
|
+
}
|
|
502
|
+
.clear-btn[data-v-f9c23db9] {
|
|
503
|
+
background: var(--sc-gray-10);
|
|
504
|
+
border: 1px solid var(--sc-form-border);
|
|
505
|
+
border-radius: 3px;
|
|
506
|
+
color: var(--sc-gray-70);
|
|
507
|
+
cursor: pointer;
|
|
508
|
+
font-size: 1rem;
|
|
509
|
+
padding: 0.15rem 0.4rem;
|
|
510
|
+
line-height: 1;
|
|
511
|
+
flex-shrink: 0;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.atable-header-row th {
|
|
515
|
+
padding-left: 0.5ch !important;
|
|
516
|
+
font-weight: 700;
|
|
517
|
+
min-width: 3ch;
|
|
518
|
+
padding-top: var(--sc-atable-row-padding);
|
|
519
|
+
padding-bottom: var(--sc-atable-row-padding);
|
|
520
|
+
box-sizing: border-box;
|
|
521
|
+
color: var(--sc-header-text-color);
|
|
522
|
+
position: relative;
|
|
523
|
+
}
|
|
524
|
+
#header-index {
|
|
525
|
+
padding-left: var(--sc-atable-row-padding);
|
|
526
|
+
box-sizing: border-box;
|
|
527
|
+
border-top: none;
|
|
528
|
+
}
|
|
529
|
+
.tree-index {
|
|
530
|
+
padding-right: 0;
|
|
531
|
+
}
|
|
532
|
+
th {
|
|
533
|
+
order: 1;
|
|
534
|
+
}
|
|
535
|
+
.list-expansion-index {
|
|
536
|
+
width: 2ch;
|
|
537
|
+
margin-left: 5px;
|
|
538
|
+
}
|
|
539
|
+
.cursor-pointer {
|
|
540
|
+
cursor: pointer;
|
|
541
|
+
}
|
|
542
|
+
.atable-filters-row th {
|
|
543
|
+
padding: 0.25rem 0.5ch;
|
|
544
|
+
vertical-align: top;
|
|
545
|
+
}
|
|
546
|
+
.row-actions-header {
|
|
547
|
+
width: 2rem;
|
|
548
|
+
min-width: 2rem;
|
|
549
|
+
padding: 0 0.25rem;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.amodal {
|
|
553
|
+
position: absolute;
|
|
554
|
+
background-color: var(--sc-row-color-zebra-dark);
|
|
555
|
+
z-index: 200;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.atable-pagination td[data-v-e0e73858] {
|
|
559
|
+
padding: 0.75rem 0.5ch;
|
|
560
|
+
border-top: 1px solid var(--sc-row-border-color);
|
|
561
|
+
}
|
|
562
|
+
.truncation-note[data-v-e0e73858],
|
|
563
|
+
.completion-note[data-v-e0e73858] {
|
|
564
|
+
margin: 0 0 0.5rem;
|
|
565
|
+
font-size: var(--sc-table-font-size);
|
|
566
|
+
color: var(--sc-gray-60);
|
|
567
|
+
}
|
|
568
|
+
.completion-note[data-v-e0e73858] {
|
|
569
|
+
margin-bottom: 0;
|
|
570
|
+
}
|
|
571
|
+
.atable-pagination-controls[data-v-e0e73858] {
|
|
572
|
+
display: flex;
|
|
573
|
+
gap: 0.5rem;
|
|
574
|
+
}
|
|
575
|
+
.atable-pagination-btn[data-v-e0e73858] {
|
|
576
|
+
appearance: none;
|
|
577
|
+
-webkit-appearance: none;
|
|
578
|
+
box-sizing: border-box;
|
|
579
|
+
padding: 0.5rem 1rem;
|
|
580
|
+
background: var(--sc-btn-color);
|
|
581
|
+
color: var(--sc-btn-label-color);
|
|
582
|
+
border: 1px solid var(--sc-btn-border);
|
|
583
|
+
border-radius: var(--sc-border-radius);
|
|
584
|
+
cursor: pointer;
|
|
585
|
+
font-family: var(--sc-font-family);
|
|
586
|
+
font-size: var(--sc-table-font-size);
|
|
587
|
+
font-weight: 400;
|
|
588
|
+
line-height: 1.2;
|
|
589
|
+
transition: background-color 0.15s ease;
|
|
590
|
+
}
|
|
591
|
+
.atable-pagination-btn[data-v-e0e73858]:hover:not(:disabled) {
|
|
592
|
+
background: var(--sc-btn-hover);
|
|
593
|
+
}
|
|
594
|
+
.atable-pagination-btn[data-v-e0e73858]:focus-visible {
|
|
595
|
+
outline: 2px solid var(--sc-input-active-border-color);
|
|
596
|
+
outline-offset: 1px;
|
|
597
|
+
}
|
|
598
|
+
.atable-pagination-btn[data-v-e0e73858]:disabled {
|
|
599
|
+
cursor: not-allowed;
|
|
600
|
+
background: var(--sc-gray-5);
|
|
601
|
+
color: var(--sc-gray-50);
|
|
602
|
+
border-color: var(--sc-gray-20);
|
|
603
|
+
opacity: 1;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.atable-container {
|
|
607
|
+
position: relative;
|
|
608
|
+
}
|
|
609
|
+
.sticky-index {
|
|
610
|
+
position: sticky;
|
|
611
|
+
left: 0px;
|
|
612
|
+
z-index: 100;
|
|
613
|
+
order: 0;
|
|
614
|
+
}
|
|
615
|
+
.sticky-column,
|
|
616
|
+
th.sticky-column,
|
|
617
|
+
td.sticky-column,
|
|
618
|
+
th.sticky-index,
|
|
619
|
+
td.sticky-index {
|
|
620
|
+
position: sticky;
|
|
621
|
+
z-index: 100;
|
|
622
|
+
order: 0;
|
|
623
|
+
background: white;
|
|
624
|
+
}
|
|
625
|
+
.sticky-column-edge,
|
|
626
|
+
.atable th.sticky-column-edge {
|
|
627
|
+
border-right: 1px solid var(--sc-row-border-color);
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.atable[data-v-53c8fbad] {
|
|
631
|
+
position: relative;
|
|
632
|
+
font-family: var(--sc-atable-font-family);
|
|
633
|
+
-webkit-font-smoothing: antialiased;
|
|
634
|
+
-moz-osx-font-smoothing: grayscale;
|
|
635
|
+
font-size: var(--sc-table-font-size);
|
|
636
|
+
border-collapse: collapse;
|
|
637
|
+
box-sizing: border-box;
|
|
638
|
+
table-layout: auto;
|
|
639
|
+
width: auto;
|
|
640
|
+
overflow: clip;
|
|
641
|
+
height: 1px;
|
|
642
|
+
/* border-left:4px solid var(--sc-form-border); */
|
|
643
|
+
}
|
|
644
|
+
.atable th[data-v-53c8fbad] {
|
|
645
|
+
border-width: 0px;
|
|
646
|
+
border-style: solid;
|
|
647
|
+
border-radius: 0px;
|
|
648
|
+
padding-left: 0.5ch;
|
|
649
|
+
padding-right: 0.5ch;
|
|
650
|
+
padding-top: var(--sc-atable-row-padding);
|
|
651
|
+
padding-bottom: var(--sc-atable-row-padding);
|
|
652
|
+
color: var(--sc-gray-60);
|
|
653
|
+
height: var(--sc-atable-row-height);
|
|
654
|
+
font-weight: 300;
|
|
655
|
+
letter-spacing: 0.05rem;
|
|
656
|
+
order: 1;
|
|
657
|
+
box-sizing: border-box;
|
|
658
|
+
}
|
|
659
|
+
.atable th[data-v-53c8fbad]:focus {
|
|
660
|
+
outline: none;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.aloading[data-v-a930a25b] {
|
|
664
|
+
width: 100%;
|
|
665
|
+
border-top: 1px solid var(--sc-row-border-color);
|
|
666
|
+
border-bottom: 1px solid var(--sc-row-border-color);
|
|
667
|
+
display: flex;
|
|
668
|
+
background-color: white;
|
|
669
|
+
border-left: 4px solid var(--sc-row-border-color);
|
|
670
|
+
padding-left: 0.5ch !important;
|
|
671
|
+
padding-right: 0.5ch;
|
|
672
|
+
padding-top: var(--sc-atable-row-padding);
|
|
673
|
+
padding-bottom: var(--sc-atable-row-padding);
|
|
674
|
+
align-items: center;
|
|
675
|
+
box-sizing: border-box;
|
|
676
|
+
background: var(--sc-focus-cell-background);
|
|
677
|
+
overflow: hidden;
|
|
678
|
+
position: relative;
|
|
679
|
+
}
|
|
680
|
+
.aloading-bar[data-v-a930a25b] {
|
|
681
|
+
width: 100%;
|
|
682
|
+
height: 100%;
|
|
683
|
+
position: absolute;
|
|
684
|
+
left: -100%;
|
|
685
|
+
top: 0;
|
|
686
|
+
background: linear-gradient(
|
|
687
|
+
90deg,
|
|
688
|
+
rgba(var(--sc-table-loading-color), 0) 0%,
|
|
689
|
+
rgba(var(--sc-table-loading-color), 1) 50%,
|
|
690
|
+
rgba(var(--sc-table-loading-color), 0) 100%
|
|
691
|
+
);
|
|
692
|
+
animation: gradient-a930a25b infinite 2s;
|
|
693
|
+
z-index: 0;
|
|
694
|
+
}
|
|
695
|
+
.aloading-header[data-v-a930a25b] {
|
|
696
|
+
color: var(--sc-cell-text-color);
|
|
697
|
+
font-family: var(--sc-atable-font-family);
|
|
698
|
+
-webkit-font-smoothing: antialiased;
|
|
699
|
+
-moz-osx-font-smoothing: grayscale;
|
|
700
|
+
font-size: var(--sc-table-font-size);
|
|
701
|
+
padding: 0;
|
|
702
|
+
margin: 0;
|
|
703
|
+
font-weight: normal;
|
|
704
|
+
z-index: 1;
|
|
705
|
+
}
|
|
706
|
+
.aloading-header[data-v-a930a25b]::after {
|
|
707
|
+
content: '...';
|
|
708
|
+
animation: ellipse-a930a25b 2s;
|
|
709
|
+
animation-iteration-count: infinite;
|
|
710
|
+
}
|
|
711
|
+
@keyframes gradient-a930a25b {
|
|
712
|
+
0% {
|
|
713
|
+
left: -100%;
|
|
714
|
+
}
|
|
715
|
+
100% {
|
|
716
|
+
left: 100%;
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
@keyframes ellipse-a930a25b {
|
|
720
|
+
0% {
|
|
721
|
+
content: '';
|
|
722
|
+
}
|
|
723
|
+
20% {
|
|
724
|
+
content: '';
|
|
725
|
+
}
|
|
726
|
+
40% {
|
|
727
|
+
content: '.';
|
|
728
|
+
}
|
|
729
|
+
60% {
|
|
730
|
+
content: '..';
|
|
731
|
+
}
|
|
732
|
+
80% {
|
|
733
|
+
content: '...';
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.aloading[data-v-e1165876] {
|
|
738
|
+
width: 100%;
|
|
739
|
+
border-top: 1px solid var(--sc-row-border-color);
|
|
740
|
+
border-bottom: 1px solid var(--sc-row-border-color);
|
|
741
|
+
display: flex;
|
|
742
|
+
background-color: white;
|
|
743
|
+
border-left: 4px solid var(--sc-row-border-color);
|
|
744
|
+
padding-left: 0.5ch !important;
|
|
745
|
+
padding-right: 0.5ch;
|
|
746
|
+
padding-top: var(--sc-atable-row-padding);
|
|
747
|
+
padding-bottom: var(--sc-atable-row-padding);
|
|
748
|
+
align-items: center;
|
|
749
|
+
box-sizing: border-box;
|
|
750
|
+
background: var(--sc-focus-cell-background);
|
|
751
|
+
overflow: hidden;
|
|
752
|
+
position: relative;
|
|
753
|
+
}
|
|
754
|
+
.aloading-bar[data-v-e1165876] {
|
|
755
|
+
width: 50%;
|
|
756
|
+
height: 3px;
|
|
757
|
+
position: absolute;
|
|
758
|
+
left: -100%;
|
|
759
|
+
bottom: 0;
|
|
760
|
+
background: var(--sc-row-border-color);
|
|
761
|
+
animation: bar-left-e1165876 infinite 2s;
|
|
762
|
+
z-index: 0;
|
|
763
|
+
}
|
|
764
|
+
.aloading-header[data-v-e1165876] {
|
|
765
|
+
color: var(--sc-cell-text-color);
|
|
766
|
+
font-family: var(--sc-atable-font-family);
|
|
767
|
+
-webkit-font-smoothing: antialiased;
|
|
768
|
+
-moz-osx-font-smoothing: grayscale;
|
|
769
|
+
font-size: var(--sc-table-font-size);
|
|
770
|
+
padding: 0;
|
|
771
|
+
margin: 0;
|
|
772
|
+
font-weight: normal;
|
|
773
|
+
z-index: 1;
|
|
774
|
+
}
|
|
775
|
+
.aloading-header[data-v-e1165876]::after {
|
|
776
|
+
content: '...';
|
|
777
|
+
animation: ellipse-e1165876 2s;
|
|
778
|
+
animation-iteration-count: infinite;
|
|
779
|
+
}
|
|
780
|
+
@keyframes bar-left-e1165876 {
|
|
781
|
+
0% {
|
|
782
|
+
left: -50%;
|
|
783
|
+
}
|
|
784
|
+
100% {
|
|
785
|
+
left: 100%;
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
@keyframes ellipse-e1165876 {
|
|
789
|
+
0% {
|
|
790
|
+
content: '';
|
|
791
|
+
}
|
|
792
|
+
20% {
|
|
793
|
+
content: '';
|
|
794
|
+
}
|
|
795
|
+
40% {
|
|
796
|
+
content: '.';
|
|
797
|
+
}
|
|
798
|
+
60% {
|
|
799
|
+
content: '..';
|
|
800
|
+
}
|
|
801
|
+
80% {
|
|
802
|
+
content: '...';
|
|
803
|
+
}
|
|
804
|
+
}
|