@cloudscape-design/components-themeable 3.0.1333 → 3.0.1335
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/box/visual-accent.scss +61 -25
- package/lib/internal/scss/button/styles.scss +6 -0
- package/lib/internal/scss/code-editor/ace-editor.scss +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/side-navigation/styles.scss +10 -3
- package/lib/internal/scss/steps/styles.scss +113 -31
- package/lib/internal/scss/table/header-cell/styles.scss +42 -14
- package/lib/internal/scss/table/styles.scss +6 -0
- package/lib/internal/scss/tooltip/styles.scss +22 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
- package/lib/internal/template/box/interfaces.d.ts +1 -1
- package/lib/internal/template/box/interfaces.d.ts.map +1 -1
- package/lib/internal/template/box/interfaces.js.map +1 -1
- package/lib/internal/template/box/styles.css.js +220 -224
- package/lib/internal/template/box/styles.scoped.css +293 -313
- package/lib/internal/template/box/styles.selectors.js +220 -224
- package/lib/internal/template/button/internal.d.ts +2 -0
- package/lib/internal/template/button/internal.d.ts.map +1 -1
- package/lib/internal/template/button/internal.js +2 -1
- package/lib/internal/template/button/internal.js.map +1 -1
- package/lib/internal/template/button/styles.css.js +23 -22
- package/lib/internal/template/button/styles.scoped.css +74 -69
- package/lib/internal/template/button/styles.selectors.js +23 -22
- package/lib/internal/template/button-dropdown/internal-interfaces.d.ts +11 -0
- package/lib/internal/template/button-dropdown/internal-interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/internal-interfaces.js.map +1 -1
- package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/internal.js +3 -2
- package/lib/internal/template/button-dropdown/internal.js.map +1 -1
- package/lib/internal/template/button-group/copy-to-clipboard-item.d.ts +16 -0
- package/lib/internal/template/button-group/copy-to-clipboard-item.d.ts.map +1 -0
- package/lib/internal/template/button-group/copy-to-clipboard-item.js +38 -0
- package/lib/internal/template/button-group/copy-to-clipboard-item.js.map +1 -0
- package/lib/internal/template/button-group/index.d.ts.map +1 -1
- package/lib/internal/template/button-group/index.js +9 -1
- package/lib/internal/template/button-group/index.js.map +1 -1
- package/lib/internal/template/button-group/interfaces.d.ts +38 -2
- package/lib/internal/template/button-group/interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-group/interfaces.js.map +1 -1
- package/lib/internal/template/button-group/internal-interfaces.d.ts +1 -1
- package/lib/internal/template/button-group/internal-interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-group/internal-interfaces.js.map +1 -1
- package/lib/internal/template/button-group/internal.d.ts.map +1 -1
- package/lib/internal/template/button-group/internal.js +2 -2
- package/lib/internal/template/button-group/internal.js.map +1 -1
- package/lib/internal/template/button-group/item-element.d.ts +2 -0
- package/lib/internal/template/button-group/item-element.d.ts.map +1 -1
- package/lib/internal/template/button-group/item-element.js +13 -3
- package/lib/internal/template/button-group/item-element.js.map +1 -1
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +187 -187
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/i18n/messages/all.all.js +1 -1
- package/lib/internal/template/i18n/messages/all.all.json +1 -1
- package/lib/internal/template/i18n/messages/all.ar.js +1 -1
- package/lib/internal/template/i18n/messages/all.ar.json +1 -1
- package/lib/internal/template/i18n/messages/all.de.js +1 -1
- package/lib/internal/template/i18n/messages/all.de.json +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
- package/lib/internal/template/i18n/messages/all.en.js +1 -1
- package/lib/internal/template/i18n/messages/all.en.json +1 -1
- package/lib/internal/template/i18n/messages/all.es.js +1 -1
- package/lib/internal/template/i18n/messages/all.es.json +1 -1
- package/lib/internal/template/i18n/messages/all.fr.js +1 -1
- package/lib/internal/template/i18n/messages/all.fr.json +1 -1
- package/lib/internal/template/i18n/messages/all.id.js +1 -1
- package/lib/internal/template/i18n/messages/all.id.json +1 -1
- package/lib/internal/template/i18n/messages/all.it.js +1 -1
- package/lib/internal/template/i18n/messages/all.it.json +1 -1
- package/lib/internal/template/i18n/messages/all.ja.js +1 -1
- package/lib/internal/template/i18n/messages/all.ja.json +1 -1
- package/lib/internal/template/i18n/messages/all.ko.js +1 -1
- package/lib/internal/template/i18n/messages/all.ko.json +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
- package/lib/internal/template/i18n/messages/all.tr.js +1 -1
- package/lib/internal/template/i18n/messages/all.tr.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
- package/lib/internal/template/i18n/messages-types.d.ts +19 -0
- package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
- package/lib/internal/template/i18n/messages-types.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +163 -3
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +35 -38
- package/lib/internal/template/internal/generated/styles/tokens.js +35 -38
- package/lib/internal/template/internal/generated/theming/index.cjs +585 -774
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +36 -9
- package/lib/internal/template/internal/generated/theming/index.d.ts +36 -9
- package/lib/internal/template/internal/generated/theming/index.js +585 -774
- package/lib/internal/template/internal/utils/scrollable-containers.d.ts +5 -0
- package/lib/internal/template/internal/utils/scrollable-containers.d.ts.map +1 -1
- package/lib/internal/template/internal/utils/scrollable-containers.js +16 -0
- package/lib/internal/template/internal/utils/scrollable-containers.js.map +1 -1
- package/lib/internal/template/side-navigation/implementation.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/implementation.js +3 -2
- package/lib/internal/template/side-navigation/implementation.js.map +1 -1
- package/lib/internal/template/side-navigation/parts.d.ts +2 -1
- package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/parts.js +14 -13
- package/lib/internal/template/side-navigation/parts.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +48 -47
- package/lib/internal/template/side-navigation/styles.scoped.css +77 -74
- package/lib/internal/template/side-navigation/styles.selectors.js +48 -47
- package/lib/internal/template/side-navigation/util.d.ts +1 -0
- package/lib/internal/template/side-navigation/util.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/util.js +5 -0
- package/lib/internal/template/side-navigation/util.js.map +1 -1
- package/lib/internal/template/steps/interfaces.d.ts +2 -0
- package/lib/internal/template/steps/interfaces.d.ts.map +1 -1
- package/lib/internal/template/steps/interfaces.js.map +1 -1
- package/lib/internal/template/steps/internal.d.ts.map +1 -1
- package/lib/internal/template/steps/internal.js +35 -12
- package/lib/internal/template/steps/internal.js.map +1 -1
- package/lib/internal/template/steps/styles.css.js +17 -13
- package/lib/internal/template/steps/styles.scoped.css +99 -42
- package/lib/internal/template/steps/styles.selectors.js +17 -13
- package/lib/internal/template/table/clear-sort.d.ts +9 -0
- package/lib/internal/template/table/clear-sort.d.ts.map +1 -0
- package/lib/internal/template/table/clear-sort.js +15 -0
- package/lib/internal/template/table/clear-sort.js.map +1 -0
- package/lib/internal/template/table/header-cell/index.d.ts +4 -1
- package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
- package/lib/internal/template/table/header-cell/index.js +122 -33
- package/lib/internal/template/table/header-cell/index.js.map +1 -1
- package/lib/internal/template/table/header-cell/sort-menu.d.ts +14 -0
- package/lib/internal/template/table/header-cell/sort-menu.d.ts.map +1 -0
- package/lib/internal/template/table/header-cell/sort-menu.js +50 -0
- package/lib/internal/template/table/header-cell/sort-menu.js.map +1 -0
- package/lib/internal/template/table/header-cell/styles.css.js +38 -33
- package/lib/internal/template/table/header-cell/styles.scoped.css +101 -76
- package/lib/internal/template/table/header-cell/styles.selectors.js +38 -33
- package/lib/internal/template/table/header-cell/th-element.d.ts +8 -1
- package/lib/internal/template/table/header-cell/th-element.d.ts.map +1 -1
- package/lib/internal/template/table/header-cell/th-element.js +6 -2
- package/lib/internal/template/table/header-cell/th-element.js.map +1 -1
- package/lib/internal/template/table/index.d.ts.map +1 -1
- package/lib/internal/template/table/index.js +8 -4
- package/lib/internal/template/table/index.js.map +1 -1
- package/lib/internal/template/table/interfaces.d.ts +81 -2
- package/lib/internal/template/table/interfaces.d.ts.map +1 -1
- package/lib/internal/template/table/interfaces.js.map +1 -1
- package/lib/internal/template/table/internal.d.ts.map +1 -1
- package/lib/internal/template/table/internal.js +40 -9
- package/lib/internal/template/table/internal.js.map +1 -1
- package/lib/internal/template/table/multi-column-sort/live-announcement.d.ts +16 -0
- package/lib/internal/template/table/multi-column-sort/live-announcement.d.ts.map +1 -0
- package/lib/internal/template/table/multi-column-sort/live-announcement.js +68 -0
- package/lib/internal/template/table/multi-column-sort/live-announcement.js.map +1 -0
- package/lib/internal/template/table/multi-column-sort/utils.d.ts +45 -0
- package/lib/internal/template/table/multi-column-sort/utils.d.ts.map +1 -0
- package/lib/internal/template/table/multi-column-sort/utils.js +76 -0
- package/lib/internal/template/table/multi-column-sort/utils.js.map +1 -0
- package/lib/internal/template/table/styles.css.js +37 -36
- package/lib/internal/template/table/styles.scoped.css +46 -43
- package/lib/internal/template/table/styles.selectors.js +37 -36
- package/lib/internal/template/table/thead.d.ts +3 -0
- package/lib/internal/template/table/thead.d.ts.map +1 -1
- package/lib/internal/template/table/thead.js +3 -3
- package/lib/internal/template/table/thead.js.map +1 -1
- package/lib/internal/template/table/tools-header.d.ts +2 -1
- package/lib/internal/template/table/tools-header.d.ts.map +1 -1
- package/lib/internal/template/table/tools-header.js +4 -3
- package/lib/internal/template/table/tools-header.js.map +1 -1
- package/lib/internal/template/table/use-auto-skeleton-rows.d.ts +12 -0
- package/lib/internal/template/table/use-auto-skeleton-rows.d.ts.map +1 -0
- package/lib/internal/template/table/use-auto-skeleton-rows.js +100 -0
- package/lib/internal/template/table/use-auto-skeleton-rows.js.map +1 -0
- package/lib/internal/template/test-utils/dom/button-group/index.d.ts +4 -0
- package/lib/internal/template/test-utils/dom/button-group/index.js +8 -0
- package/lib/internal/template/test-utils/dom/button-group/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/pagination/index.js +2 -2
- package/lib/internal/template/test-utils/dom/pagination/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/steps/index.d.ts +4 -0
- package/lib/internal/template/test-utils/dom/steps/index.js +6 -0
- package/lib/internal/template/test-utils/dom/steps/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/table/index.d.ts +77 -0
- package/lib/internal/template/test-utils/dom/table/index.js +87 -2
- package/lib/internal/template/test-utils/dom/table/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/button-group/index.d.ts +4 -0
- package/lib/internal/template/test-utils/selectors/button-group/index.js +8 -0
- package/lib/internal/template/test-utils/selectors/button-group/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/pagination/index.js +2 -2
- package/lib/internal/template/test-utils/selectors/pagination/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/steps/index.d.ts +4 -0
- package/lib/internal/template/test-utils/selectors/steps/index.js +6 -0
- package/lib/internal/template/test-utils/selectors/steps/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/table/index.d.ts +77 -0
- package/lib/internal/template/test-utils/selectors/table/index.js +87 -2
- package/lib/internal/template/test-utils/selectors/table/index.js.map +1 -1
- package/lib/internal/template/tooltip/internal.d.ts.map +1 -1
- package/lib/internal/template/tooltip/internal.js +2 -1
- package/lib/internal/template/tooltip/internal.js.map +1 -1
- package/lib/internal/template/tooltip/styles.css.js +7 -0
- package/lib/internal/template/tooltip/styles.scoped.css +165 -0
- package/lib/internal/template/tooltip/styles.selectors.js +8 -0
- package/lib/internal/template/top-navigation/use-top-navigation.d.ts.map +1 -1
- package/lib/internal/template/top-navigation/use-top-navigation.js +2 -5
- package/lib/internal/template/top-navigation/use-top-navigation.js.map +1 -1
- package/package.json +1 -1
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
*/
|
|
147
147
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
148
148
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
149
|
-
.awsui_header-
|
|
149
|
+
.awsui_header-cell_1spae_1oja5_149:not(#\9) {
|
|
150
150
|
position: relative;
|
|
151
151
|
text-align: start;
|
|
152
152
|
box-sizing: border-box;
|
|
@@ -159,14 +159,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
159
159
|
padding-block: var(--space-scaled-xxs-jatbiv, 4px);
|
|
160
160
|
padding-inline: var(--space-scaled-xs-sppte9, 8px);
|
|
161
161
|
}
|
|
162
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
162
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149:not(#\9):focus {
|
|
163
163
|
position: relative;
|
|
164
164
|
}
|
|
165
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
165
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149:not(#\9):focus {
|
|
166
166
|
outline: 2px dotted transparent;
|
|
167
167
|
outline-offset: calc(calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
|
|
168
168
|
}
|
|
169
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
169
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149:not(#\9):focus::before {
|
|
170
170
|
content: " ";
|
|
171
171
|
display: block;
|
|
172
172
|
position: absolute;
|
|
@@ -180,14 +180,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149:not(#\9):
|
|
|
180
180
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
181
181
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
182
182
|
}
|
|
183
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
183
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-fake-focus_1spae_1oja5_183:not(#\9) {
|
|
184
184
|
position: relative;
|
|
185
185
|
}
|
|
186
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
186
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-fake-focus_1spae_1oja5_183:not(#\9) {
|
|
187
187
|
outline: 2px dotted transparent;
|
|
188
188
|
outline-offset: calc(calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
|
|
189
189
|
}
|
|
190
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
190
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-fake-focus_1spae_1oja5_183:not(#\9)::before {
|
|
191
191
|
content: " ";
|
|
192
192
|
display: block;
|
|
193
193
|
position: absolute;
|
|
@@ -201,36 +201,36 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_hea
|
|
|
201
201
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
202
202
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
203
203
|
}
|
|
204
|
-
.awsui_header-
|
|
204
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_header-cell-group_1spae_1oja5_204:not(#\9), .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-grouped_1spae_1oja5_204:not(#\9), .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-spans-rows_1spae_1oja5_204:not(#\9) {
|
|
205
205
|
padding-block: var(--space-xxxs-3w1kr2, 2px);
|
|
206
206
|
padding-inline: var(--space-scaled-xs-sppte9, 8px);
|
|
207
207
|
border-block-end-color: var(--color-border-divider-table-group-enot8o, #879596);
|
|
208
208
|
}
|
|
209
|
-
.awsui_header-
|
|
209
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_header-cell-group_1spae_1oja5_204 > .awsui_resize-divider_1spae_1oja5_209.awsui_resize-divider_1spae_1oja5_209:not(#\9), .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-grouped_1spae_1oja5_204 > .awsui_resize-divider_1spae_1oja5_209.awsui_resize-divider_1spae_1oja5_209:not(#\9), .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-spans-rows_1spae_1oja5_204 > .awsui_resize-divider_1spae_1oja5_209.awsui_resize-divider_1spae_1oja5_209:not(#\9) {
|
|
210
210
|
border-inline-start-color: var(--color-border-divider-table-group-enot8o, #879596);
|
|
211
211
|
}
|
|
212
|
-
.awsui_header-cell-
|
|
212
|
+
.awsui_header-cell-sticky_1spae_1oja5_212:not(#\9) {
|
|
213
213
|
border-block-end: var(--border-table-sticky-width-0njdoj, 0px) solid var(--color-border-divider-default-ipvpev, #eaeded);
|
|
214
214
|
}
|
|
215
|
-
.awsui_header-cell-
|
|
215
|
+
.awsui_header-cell-sticky_1spae_1oja5_212.awsui_header-cell-group_1spae_1oja5_204:not(#\9), .awsui_header-cell-sticky_1spae_1oja5_212.awsui_header-cell-grouped_1spae_1oja5_204:not(#\9), .awsui_header-cell-sticky_1spae_1oja5_212.awsui_header-cell-spans-rows_1spae_1oja5_204:not(#\9) {
|
|
216
216
|
border-block-end-color: var(--color-border-divider-table-group-enot8o, #879596);
|
|
217
217
|
}
|
|
218
|
-
.awsui_header-cell-
|
|
218
|
+
.awsui_header-cell-stuck_1spae_1oja5_218:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_1oja5_218) {
|
|
219
219
|
border-block-end-color: transparent;
|
|
220
220
|
}
|
|
221
|
-
.awsui_header-cell-variant-full-
|
|
221
|
+
.awsui_header-cell-variant-full-page_1spae_1oja5_218:not(#\9) {
|
|
222
222
|
background: var(--color-background-layout-main-05m5y6, #f2f3f3);
|
|
223
223
|
}
|
|
224
|
-
.awsui_header-cell-variant-full-
|
|
224
|
+
.awsui_header-cell-variant-full-page_1spae_1oja5_218.awsui_header-cell-hidden_1spae_1oja5_224:not(#\9) {
|
|
225
225
|
border-block-end-color: transparent;
|
|
226
226
|
}
|
|
227
|
-
.awsui_header-cell-variant-
|
|
227
|
+
.awsui_header-cell-variant-embedded_1spae_1oja5_227.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_1oja5_212, .awsui_sticky-cell_1spae_1oja5_227)), .awsui_header-cell-variant-borderless_1spae_1oja5_227.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_1oja5_212, .awsui_sticky-cell_1spae_1oja5_227)) {
|
|
228
228
|
background: none;
|
|
229
229
|
}
|
|
230
|
-
.awsui_header-
|
|
230
|
+
.awsui_header-cell_1spae_1oja5_149:not(#\9):last-child, .awsui_header-cell_1spae_1oja5_149[data-rightmost]:not(#\9), .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-sortable_1spae_1oja5_230:not(#\9) {
|
|
231
231
|
padding-inline-end: var(--space-xs-kw7k3v, 8px);
|
|
232
232
|
}
|
|
233
|
-
.awsui_header-
|
|
233
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell_1spae_1oja5_227:not(#\9) {
|
|
234
234
|
position: sticky;
|
|
235
235
|
background: var(--color-background-table-header-5hauij, #fafafa);
|
|
236
236
|
z-index: 798;
|
|
@@ -239,44 +239,44 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_hea
|
|
|
239
239
|
transition-timing-function: var(--motion-easing-sticky-xd5evu, ease-out);
|
|
240
240
|
}
|
|
241
241
|
@media (prefers-reduced-motion: reduce) {
|
|
242
|
-
.awsui_header-
|
|
242
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell_1spae_1oja5_227:not(#\9) {
|
|
243
243
|
animation: none;
|
|
244
244
|
transition: none;
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
|
-
.awsui-motion-disabled .awsui_header-
|
|
247
|
+
.awsui-motion-disabled .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell_1spae_1oja5_227:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell_1spae_1oja5_227:not(#\9) {
|
|
248
248
|
animation: none;
|
|
249
249
|
transition: none;
|
|
250
250
|
}
|
|
251
|
-
.awsui_header-
|
|
251
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell_1spae_1oja5_227.awsui_table-variant-full-page_1spae_1oja5_251:not(#\9) {
|
|
252
252
|
background: var(--color-background-layout-main-05m5y6, #f2f3f3);
|
|
253
253
|
}
|
|
254
|
-
.awsui_header-
|
|
254
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell-pad-left_1spae_1oja5_254:not(#\9):not(.awsui_has-selection_1spae_1oja5_254) {
|
|
255
255
|
padding-inline-start: var(--space-table-horizontal-xmv4qa, 0px);
|
|
256
256
|
}
|
|
257
|
-
.awsui_header-
|
|
257
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell-last-inline-start_1spae_1oja5_257:not(#\9) {
|
|
258
258
|
box-shadow: var(--shadow-sticky-column-first-vya346, 4px 0 8px 0 rgba(0, 28, 36, 0.1));
|
|
259
259
|
clip-path: inset(0px -24px 0px 0px);
|
|
260
260
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
261
261
|
}
|
|
262
|
-
.awsui_header-
|
|
262
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell-last-inline-start_1spae_1oja5_257 > .awsui_resize-divider_1spae_1oja5_209:not(#\9) {
|
|
263
263
|
display: none;
|
|
264
264
|
}
|
|
265
|
-
.awsui_header-
|
|
265
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell-last-inline-start_1spae_1oja5_257:not(#\9):dir(rtl) {
|
|
266
266
|
box-shadow: var(--shadow-sticky-column-last-02l85g, -4px 0 8px 0 rgba(0, 28, 36, 0.1));
|
|
267
267
|
clip-path: inset(0 0 0 -24px);
|
|
268
268
|
}
|
|
269
|
-
.awsui_header-
|
|
269
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell-last-inline-end_1spae_1oja5_269:not(#\9) {
|
|
270
270
|
box-shadow: var(--shadow-sticky-column-last-02l85g, -4px 0 8px 0 rgba(0, 28, 36, 0.1));
|
|
271
271
|
clip-path: inset(0 0 0 -24px);
|
|
272
272
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
273
273
|
}
|
|
274
|
-
.awsui_header-
|
|
274
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell-last-inline-end_1spae_1oja5_269:not(#\9):dir(rtl) {
|
|
275
275
|
box-shadow: var(--shadow-sticky-column-first-vya346, 4px 0 8px 0 rgba(0, 28, 36, 0.1));
|
|
276
276
|
clip-path: inset(0 -24px 0 0);
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
.awsui_sorting-
|
|
279
|
+
.awsui_sorting-icon_1spae_1oja5_279:not(#\9) {
|
|
280
280
|
position: absolute;
|
|
281
281
|
inset-block-start: 50%;
|
|
282
282
|
transform: translateY(-50%);
|
|
@@ -284,39 +284,45 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_hea
|
|
|
284
284
|
color: var(--color-text-column-sorting-icon-gys874, #687078);
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.
|
|
287
|
+
.awsui_header-cell-main_1spae_1oja5_287:not(#\9) {
|
|
288
|
+
/* When the wrapper is present without a sort menu, behave as if it weren't there. */
|
|
289
|
+
display: contents;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.awsui_sort-priority-badge_1spae_1oja5_292:not(#\9) {
|
|
293
|
+
margin-inline-end: var(--space-xxs-jnczic, 4px);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.awsui_edit-icon_1spae_1oja5_296:not(#\9) {
|
|
288
297
|
margin-inline-start: var(--space-xxs-jnczic, 4px);
|
|
289
298
|
margin-block-start: var(--space-scaled-xxs-jatbiv, 4px);
|
|
290
299
|
color: inherit;
|
|
291
300
|
}
|
|
292
301
|
|
|
293
|
-
.awsui_header-cell-
|
|
302
|
+
.awsui_header-cell-content_1spae_1oja5_302:not(#\9) {
|
|
294
303
|
position: relative;
|
|
295
304
|
padding-block: var(--space-scaled-xxs-jatbiv, 4px);
|
|
296
305
|
padding-inline-end: var(--space-s-4a5hs8, 12px);
|
|
297
306
|
padding-inline-start: var(--space-s-4a5hs8, 12px);
|
|
298
307
|
}
|
|
299
|
-
.awsui_header-cell-
|
|
308
|
+
.awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-content-expandable_1spae_1oja5_308:not(#\9) {
|
|
300
309
|
padding-inline-start: calc(var(--space-s-4a5hs8, 12px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
|
|
301
310
|
}
|
|
302
|
-
.awsui_header-cell-
|
|
311
|
+
.awsui_header-cell-group_1spae_1oja5_204 > .awsui_header-cell-content_1spae_1oja5_302:not(#\9) {
|
|
303
312
|
padding-block: var(--space-xxxs-3w1kr2, 2px);
|
|
304
313
|
}
|
|
305
|
-
.awsui_header-cell-
|
|
306
|
-
padding-inline-end: calc(var(--space-xl-4dmkh1, 24px) + var(--space-xxs-jnczic, 4px));
|
|
307
|
-
}
|
|
308
|
-
.awsui_header-cell-content_1spae_wqnmg_293:not(#\9):focus {
|
|
314
|
+
.awsui_header-cell-content_1spae_1oja5_302:not(#\9):focus {
|
|
309
315
|
outline: none;
|
|
310
316
|
text-decoration: none;
|
|
311
317
|
}
|
|
312
|
-
body[data-awsui-focus-visible=true] .awsui_header-cell-
|
|
318
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1oja5_302:not(#\9):focus {
|
|
313
319
|
position: relative;
|
|
314
320
|
}
|
|
315
|
-
body[data-awsui-focus-visible=true] .awsui_header-cell-
|
|
321
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1oja5_302:not(#\9):focus {
|
|
316
322
|
outline: 2px dotted transparent;
|
|
317
323
|
outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)) - 1px);
|
|
318
324
|
}
|
|
319
|
-
body[data-awsui-focus-visible=true] .awsui_header-cell-
|
|
325
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1oja5_302:not(#\9):focus::before {
|
|
320
326
|
content: " ";
|
|
321
327
|
display: block;
|
|
322
328
|
position: absolute;
|
|
@@ -330,14 +336,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293:n
|
|
|
330
336
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
331
337
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
332
338
|
}
|
|
333
|
-
body[data-awsui-focus-visible=true] .awsui_header-cell-
|
|
339
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-fake-focus_1spae_1oja5_183:not(#\9) {
|
|
334
340
|
position: relative;
|
|
335
341
|
}
|
|
336
|
-
body[data-awsui-focus-visible=true] .awsui_header-cell-
|
|
342
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-fake-focus_1spae_1oja5_183:not(#\9) {
|
|
337
343
|
outline: 2px dotted transparent;
|
|
338
344
|
outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)) - 1px);
|
|
339
345
|
}
|
|
340
|
-
body[data-awsui-focus-visible=true] .awsui_header-cell-
|
|
346
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-fake-focus_1spae_1oja5_183:not(#\9)::before {
|
|
341
347
|
content: " ";
|
|
342
348
|
display: block;
|
|
343
349
|
position: absolute;
|
|
@@ -351,49 +357,68 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293.a
|
|
|
351
357
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
352
358
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
353
359
|
}
|
|
354
|
-
.awsui_header-cell-
|
|
360
|
+
.awsui_header-cell-grouped_1spae_1oja5_204 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:not(#\9), .awsui_header-cell-spans-rows_1spae_1oja5_204 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:not(#\9) {
|
|
361
|
+
padding-block: var(--space-xxxs-3w1kr2, 2px);
|
|
362
|
+
}
|
|
363
|
+
.awsui_header-cell-sortable_1spae_1oja5_230 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:not(#\9) {
|
|
364
|
+
padding-inline-end: calc(var(--space-xl-4dmkh1, 24px) + var(--space-xxs-jnczic, 4px));
|
|
365
|
+
}
|
|
366
|
+
.awsui_header-cell-sortable_1spae_1oja5_230 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-content-multi-sorted_1spae_1oja5_366:not(#\9) {
|
|
367
|
+
padding-inline-end: calc(var(--space-xl-4dmkh1, 24px) + var(--space-xxs-jnczic, 4px) + var(--space-m-n2lypl, 16px));
|
|
368
|
+
}
|
|
369
|
+
.awsui_header-cell-disabled_1spae_1oja5_369.awsui_header-cell-sorted_1spae_1oja5_369 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302 > .awsui_sorting-icon_1spae_1oja5_279:not(#\9) {
|
|
355
370
|
color: var(--color-text-interactive-disabled-xwt2jl, #aab7b8);
|
|
356
371
|
}
|
|
357
372
|
|
|
358
|
-
.awsui_header-cell-
|
|
373
|
+
.awsui_header-cell-main-with-menu_1spae_1oja5_373:not(#\9) {
|
|
374
|
+
display: flex;
|
|
375
|
+
align-items: center;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.awsui_header-cell-content-with-menu_1spae_1oja5_378:not(#\9) {
|
|
379
|
+
flex-grow: 1;
|
|
380
|
+
min-inline-size: 0;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.awsui_header-cell-spans-rows_1spae_1oja5_204:not(#\9) {
|
|
359
384
|
block-size: 100%;
|
|
360
385
|
vertical-align: bottom;
|
|
361
386
|
}
|
|
362
|
-
.awsui_header-cell-spans-
|
|
387
|
+
.awsui_header-cell-spans-rows_1spae_1oja5_204 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:not(#\9) {
|
|
363
388
|
block-size: 100%;
|
|
364
389
|
box-sizing: border-box;
|
|
365
390
|
display: flex;
|
|
366
391
|
flex-direction: column;
|
|
367
392
|
justify-content: flex-end;
|
|
368
393
|
}
|
|
369
|
-
.awsui_header-cell-spans-
|
|
394
|
+
.awsui_header-cell-spans-rows_1spae_1oja5_204 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302 > .awsui_sorting-icon_1spae_1oja5_279:not(#\9) {
|
|
370
395
|
inset-block-start: auto;
|
|
371
396
|
inset-block-end: var(--space-scaled-xxs-jatbiv, 4px);
|
|
372
397
|
transform: none;
|
|
373
398
|
}
|
|
374
399
|
|
|
375
|
-
.awsui_header-cell-
|
|
400
|
+
.awsui_header-cell-sortable_1spae_1oja5_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1oja5_369) {
|
|
376
401
|
cursor: pointer;
|
|
377
402
|
}
|
|
378
|
-
.awsui_header-cell-
|
|
403
|
+
.awsui_header-cell-sortable_1spae_1oja5_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1oja5_369) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:hover, .awsui_header-cell-sortable_1spae_1oja5_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1oja5_369).awsui_header-cell-sorted_1spae_1oja5_369 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302 {
|
|
379
404
|
color: var(--color-text-interactive-active-c44vdq, #16191f);
|
|
380
405
|
}
|
|
381
|
-
.awsui_header-cell-
|
|
406
|
+
.awsui_header-cell-sortable_1spae_1oja5_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1oja5_369) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:hover > .awsui_sorting-icon_1spae_1oja5_279, .awsui_header-cell-sortable_1spae_1oja5_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1oja5_369).awsui_header-cell-sorted_1spae_1oja5_369 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302 > .awsui_sorting-icon_1spae_1oja5_279 {
|
|
382
407
|
color: var(--color-text-interactive-active-c44vdq, #16191f);
|
|
383
408
|
}
|
|
384
409
|
|
|
385
|
-
.awsui_header-cell-
|
|
410
|
+
.awsui_header-cell-text_1spae_1oja5_410:not(#\9) {
|
|
386
411
|
line-height: var(--line-height-heading-xs-fuzanp, 20px);
|
|
387
412
|
padding-block: calc(var(--space-xxxs-3w1kr2, 2px) / 2);
|
|
388
413
|
}
|
|
389
|
-
.awsui_header-cell-
|
|
414
|
+
.awsui_header-cell-text_1spae_1oja5_410:not(#\9):not(.awsui_header-cell-text-wrap_1spae_1oja5_414) {
|
|
390
415
|
white-space: nowrap;
|
|
391
416
|
overflow: hidden;
|
|
392
417
|
text-overflow: ellipsis;
|
|
393
418
|
}
|
|
394
419
|
|
|
395
|
-
.awsui_header-cell-
|
|
396
|
-
.awsui_header-cell-
|
|
420
|
+
.awsui_header-cell-ascending_1spae_1oja5_420:not(#\9),
|
|
421
|
+
.awsui_header-cell-descending_1spae_1oja5_421:not(#\9) {
|
|
397
422
|
/* used in test-utils */
|
|
398
423
|
}
|
|
399
424
|
|
|
@@ -403,28 +428,28 @@ with the left edge of the table as closely as possible. If the
|
|
|
403
428
|
last header cell is sortable the sort icon should align with the
|
|
404
429
|
settings icon in the pagination slot.
|
|
405
430
|
*/
|
|
406
|
-
.awsui_header-
|
|
431
|
+
.awsui_header-cell_1spae_1oja5_149:not(#\9):not(.awsui_is-visual-refresh_1spae_1oja5_227):first-child {
|
|
407
432
|
padding-inline-start: var(--space-xs-kw7k3v, 8px);
|
|
408
433
|
}
|
|
409
|
-
.awsui_header-
|
|
434
|
+
.awsui_header-cell_1spae_1oja5_149:not(#\9):not(.awsui_is-visual-refresh_1spae_1oja5_227):first-child.awsui_header-cell-content-expandable_1spae_1oja5_308 {
|
|
410
435
|
padding-inline-start: calc(var(--space-xs-kw7k3v, 8px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
|
|
411
436
|
}
|
|
412
437
|
|
|
413
|
-
.awsui_header-
|
|
438
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9) {
|
|
414
439
|
/*
|
|
415
440
|
Striped rows requires additional left padding because the
|
|
416
441
|
shaded background makes the child content appear too close
|
|
417
442
|
to the table edge.
|
|
418
443
|
*/
|
|
419
444
|
}
|
|
420
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
445
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:focus {
|
|
421
446
|
position: relative;
|
|
422
447
|
}
|
|
423
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
448
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:focus {
|
|
424
449
|
outline: 2px dotted transparent;
|
|
425
450
|
outline-offset: calc(calc(-1 * var(--space-scaled-xxs-jatbiv, 4px) + var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
|
|
426
451
|
}
|
|
427
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
452
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:focus::before {
|
|
428
453
|
content: " ";
|
|
429
454
|
display: block;
|
|
430
455
|
position: absolute;
|
|
@@ -438,14 +463,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-
|
|
|
438
463
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
439
464
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
440
465
|
}
|
|
441
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
466
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_1oja5_183 {
|
|
442
467
|
position: relative;
|
|
443
468
|
}
|
|
444
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
469
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_1oja5_183 {
|
|
445
470
|
outline: 2px dotted transparent;
|
|
446
471
|
outline-offset: calc(calc(-1 * var(--space-scaled-xxs-jatbiv, 4px) + var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
|
|
447
472
|
}
|
|
448
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
473
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_1oja5_183::before {
|
|
449
474
|
content: " ";
|
|
450
475
|
display: block;
|
|
451
476
|
position: absolute;
|
|
@@ -459,20 +484,20 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-
|
|
|
459
484
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
460
485
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
461
486
|
}
|
|
462
|
-
.awsui_header-
|
|
487
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302 {
|
|
463
488
|
padding-inline-start: 0px;
|
|
464
489
|
}
|
|
465
|
-
.awsui_header-
|
|
490
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-content-expandable_1spae_1oja5_308 {
|
|
466
491
|
padding-inline-start: calc(0px + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
|
|
467
492
|
}
|
|
468
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
493
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:focus {
|
|
469
494
|
position: relative;
|
|
470
495
|
}
|
|
471
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
496
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:focus {
|
|
472
497
|
outline: 2px dotted transparent;
|
|
473
498
|
outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px) + var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
|
|
474
499
|
}
|
|
475
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
500
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:focus::before {
|
|
476
501
|
content: " ";
|
|
477
502
|
display: block;
|
|
478
503
|
position: absolute;
|
|
@@ -486,14 +511,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-
|
|
|
486
511
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
487
512
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
488
513
|
}
|
|
489
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
514
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-fake-focus_1spae_1oja5_183 {
|
|
490
515
|
position: relative;
|
|
491
516
|
}
|
|
492
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
517
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-fake-focus_1spae_1oja5_183 {
|
|
493
518
|
outline: 2px dotted transparent;
|
|
494
519
|
outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px) + var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
|
|
495
520
|
}
|
|
496
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
521
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-fake-focus_1spae_1oja5_183::before {
|
|
497
522
|
content: " ";
|
|
498
523
|
display: block;
|
|
499
524
|
position: absolute;
|
|
@@ -507,24 +532,24 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-
|
|
|
507
532
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
508
533
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
509
534
|
}
|
|
510
|
-
.awsui_header-
|
|
535
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1oja5_535):not(.awsui_sticky-cell-pad-inline-start_1spae_1oja5_535):not(.awsui_header-cell-group_1spae_1oja5_204):not(.awsui_header-cell-grouped_1spae_1oja5_204) {
|
|
511
536
|
padding-inline-start: var(--space-xxxs-3w1kr2, 2px);
|
|
512
537
|
}
|
|
513
|
-
.awsui_header-
|
|
538
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1oja5_535):not(.awsui_sticky-cell-pad-inline-start_1spae_1oja5_535):not(.awsui_header-cell-group_1spae_1oja5_204):not(.awsui_header-cell-grouped_1spae_1oja5_204).awsui_header-cell-content-expandable_1spae_1oja5_308 {
|
|
514
539
|
padding-inline-start: calc(var(--space-xxxs-3w1kr2, 2px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
|
|
515
540
|
}
|
|
516
|
-
.awsui_header-
|
|
541
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child.awsui_has-striped-rows_1spae_1oja5_535:not(.awsui_sticky-cell-pad-inline-start_1spae_1oja5_535):not(.awsui_header-cell-group_1spae_1oja5_204):not(.awsui_header-cell-grouped_1spae_1oja5_204) {
|
|
517
542
|
padding-inline-start: var(--space-xxs-jnczic, 4px);
|
|
518
543
|
}
|
|
519
|
-
.awsui_header-
|
|
544
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child.awsui_has-striped-rows_1spae_1oja5_535:not(.awsui_sticky-cell-pad-inline-start_1spae_1oja5_535):not(.awsui_header-cell-group_1spae_1oja5_204):not(.awsui_header-cell-grouped_1spae_1oja5_204).awsui_header-cell-content-expandable_1spae_1oja5_308 {
|
|
520
545
|
padding-inline-start: calc(var(--space-xxs-jnczic, 4px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
|
|
521
546
|
}
|
|
522
|
-
.awsui_header-
|
|
547
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):last-child.awsui_header-cell-sortable_1spae_1oja5_230:not(.awsui_header-cell-resizable_1spae_1oja5_547), .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227[data-rightmost].awsui_header-cell-sortable_1spae_1oja5_230:not(#\9):not(.awsui_header-cell-resizable_1spae_1oja5_547) {
|
|
523
548
|
padding-inline-end: var(--space-xxxs-3w1kr2, 2px);
|
|
524
549
|
}
|
|
525
|
-
.awsui_header-
|
|
550
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227.awsui_sticky-cell-pad-inline-start_1spae_1oja5_535:not(#\9) {
|
|
526
551
|
padding-inline-start: var(--space-scaled-l-66n9sr, 20px);
|
|
527
552
|
}
|
|
528
|
-
.awsui_header-
|
|
553
|
+
.awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227.awsui_sticky-cell-pad-inline-start_1spae_1oja5_535.awsui_header-cell-content-expandable_1spae_1oja5_308:not(#\9) {
|
|
529
554
|
padding-inline-start: calc(var(--space-scaled-l-66n9sr, 20px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
|
|
530
555
|
}
|
|
@@ -2,38 +2,43 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"header-cell": "awsui_header-
|
|
6
|
-
"header-cell-fake-focus": "awsui_header-cell-fake-
|
|
7
|
-
"header-cell-group": "awsui_header-cell-
|
|
8
|
-
"header-cell-grouped": "awsui_header-cell-
|
|
9
|
-
"header-cell-spans-rows": "awsui_header-cell-spans-
|
|
10
|
-
"resize-divider": "awsui_resize-
|
|
11
|
-
"header-cell-sticky": "awsui_header-cell-
|
|
12
|
-
"header-cell-stuck": "awsui_header-cell-
|
|
13
|
-
"header-cell-variant-full-page": "awsui_header-cell-variant-full-
|
|
14
|
-
"header-cell-hidden": "awsui_header-cell-
|
|
15
|
-
"header-cell-variant-embedded": "awsui_header-cell-variant-
|
|
16
|
-
"is-visual-refresh": "awsui_is-visual-
|
|
17
|
-
"sticky-cell": "awsui_sticky-
|
|
18
|
-
"header-cell-variant-borderless": "awsui_header-cell-variant-
|
|
19
|
-
"header-cell-sortable": "awsui_header-cell-
|
|
20
|
-
"table-variant-full-page": "awsui_table-variant-full-
|
|
21
|
-
"sticky-cell-pad-left": "awsui_sticky-cell-pad-
|
|
22
|
-
"has-selection": "awsui_has-
|
|
23
|
-
"sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-
|
|
24
|
-
"sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-
|
|
25
|
-
"sorting-icon": "awsui_sorting-
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"header-cell-
|
|
30
|
-
"header-cell-
|
|
31
|
-
"header-cell-
|
|
32
|
-
"header-cell-
|
|
33
|
-
"header-cell-
|
|
34
|
-
"header-cell-
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"header-cell-
|
|
5
|
+
"header-cell": "awsui_header-cell_1spae_1oja5_149",
|
|
6
|
+
"header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1oja5_183",
|
|
7
|
+
"header-cell-group": "awsui_header-cell-group_1spae_1oja5_204",
|
|
8
|
+
"header-cell-grouped": "awsui_header-cell-grouped_1spae_1oja5_204",
|
|
9
|
+
"header-cell-spans-rows": "awsui_header-cell-spans-rows_1spae_1oja5_204",
|
|
10
|
+
"resize-divider": "awsui_resize-divider_1spae_1oja5_209",
|
|
11
|
+
"header-cell-sticky": "awsui_header-cell-sticky_1spae_1oja5_212",
|
|
12
|
+
"header-cell-stuck": "awsui_header-cell-stuck_1spae_1oja5_218",
|
|
13
|
+
"header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1oja5_218",
|
|
14
|
+
"header-cell-hidden": "awsui_header-cell-hidden_1spae_1oja5_224",
|
|
15
|
+
"header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_1oja5_227",
|
|
16
|
+
"is-visual-refresh": "awsui_is-visual-refresh_1spae_1oja5_227",
|
|
17
|
+
"sticky-cell": "awsui_sticky-cell_1spae_1oja5_227",
|
|
18
|
+
"header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_1oja5_227",
|
|
19
|
+
"header-cell-sortable": "awsui_header-cell-sortable_1spae_1oja5_230",
|
|
20
|
+
"table-variant-full-page": "awsui_table-variant-full-page_1spae_1oja5_251",
|
|
21
|
+
"sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_1oja5_254",
|
|
22
|
+
"has-selection": "awsui_has-selection_1spae_1oja5_254",
|
|
23
|
+
"sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_1oja5_257",
|
|
24
|
+
"sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_1oja5_269",
|
|
25
|
+
"sorting-icon": "awsui_sorting-icon_1spae_1oja5_279",
|
|
26
|
+
"header-cell-main": "awsui_header-cell-main_1spae_1oja5_287",
|
|
27
|
+
"sort-priority-badge": "awsui_sort-priority-badge_1spae_1oja5_292",
|
|
28
|
+
"edit-icon": "awsui_edit-icon_1spae_1oja5_296",
|
|
29
|
+
"header-cell-content": "awsui_header-cell-content_1spae_1oja5_302",
|
|
30
|
+
"header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_1oja5_308",
|
|
31
|
+
"header-cell-content-multi-sorted": "awsui_header-cell-content-multi-sorted_1spae_1oja5_366",
|
|
32
|
+
"header-cell-disabled": "awsui_header-cell-disabled_1spae_1oja5_369",
|
|
33
|
+
"header-cell-sorted": "awsui_header-cell-sorted_1spae_1oja5_369",
|
|
34
|
+
"header-cell-main-with-menu": "awsui_header-cell-main-with-menu_1spae_1oja5_373",
|
|
35
|
+
"header-cell-content-with-menu": "awsui_header-cell-content-with-menu_1spae_1oja5_378",
|
|
36
|
+
"header-cell-text": "awsui_header-cell-text_1spae_1oja5_410",
|
|
37
|
+
"header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1oja5_414",
|
|
38
|
+
"header-cell-ascending": "awsui_header-cell-ascending_1spae_1oja5_420",
|
|
39
|
+
"header-cell-descending": "awsui_header-cell-descending_1spae_1oja5_421",
|
|
40
|
+
"has-striped-rows": "awsui_has-striped-rows_1spae_1oja5_535",
|
|
41
|
+
"sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_1oja5_535",
|
|
42
|
+
"header-cell-resizable": "awsui_header-cell-resizable_1spae_1oja5_547"
|
|
38
43
|
};
|
|
39
44
|
|
|
@@ -8,6 +8,13 @@ export interface TableThElementProps {
|
|
|
8
8
|
resizableStyle?: ColumnWidthStyle;
|
|
9
9
|
sortingStatus?: SortingStatus;
|
|
10
10
|
sortingDisabled?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* When true, the visual caret driven by `sortingStatus` is preserved but the
|
|
13
|
+
* `aria-sort` attribute is omitted. Used for non-primary columns in a
|
|
14
|
+
* multi-column sort, where ARIA only allows one column to declare itself
|
|
15
|
+
* sorted.
|
|
16
|
+
*/
|
|
17
|
+
suppressAriaSort?: boolean;
|
|
11
18
|
focusedComponent?: null | string;
|
|
12
19
|
stuck?: boolean;
|
|
13
20
|
sticky?: boolean;
|
|
@@ -35,5 +42,5 @@ export interface TableThElementProps {
|
|
|
35
42
|
*/
|
|
36
43
|
stickyBoundaryColumnId?: PropertyKey;
|
|
37
44
|
}
|
|
38
|
-
export declare function TableThElement({ resizableStyle, sortingStatus, sortingDisabled, focusedComponent, stuck, sticky, resizable, hidden, stripedRows, isSelection, colIndex, columnId, stickyState, cellRef, tableRole, children, variant, ariaLabel, tableVariant, colSpan, rowSpan, scope, columnGroupId, isLast, stickyBoundaryColumnId, ...props }: TableThElementProps): JSX.Element;
|
|
45
|
+
export declare function TableThElement({ resizableStyle, sortingStatus, sortingDisabled, suppressAriaSort, focusedComponent, stuck, sticky, resizable, hidden, stripedRows, isSelection, colIndex, columnId, stickyState, cellRef, tableRole, children, variant, ariaLabel, tableVariant, colSpan, rowSpan, scope, columnGroupId, isLast, stickyBoundaryColumnId, ...props }: TableThElementProps): JSX.Element;
|
|
39
46
|
//# sourceMappingURL=th-element.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th-element.d.ts","sourceRoot":"","sources":["../../../../src/table/header-cell/th-element.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAQtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,kBAAkB,EAAuB,MAAM,mBAAmB,CAAC;AAC5E,OAAO,EAA8B,SAAS,EAAE,MAAM,eAAe,CAAC;AAEtE,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAKxC,MAAM,WAAW,mBAAmB;IAClC,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IACjC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,WAAW,CAAC;IACtB,WAAW,EAAE,kBAAkB,CAAC;IAChC,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IAChD,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC;IAC5B,YAAY,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,KAAK,GAAG,UAAU,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,WAAW,CAAC;CACtC;AAED,wBAAgB,cAAc,CAAC,EAC7B,cAAc,EACd,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,KAAK,EACL,MAAM,EACN,SAAS,EACT,MAAM,EACN,WAAW,EACX,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,OAAO,EACP,SAAS,EACT,QAAQ,EACR,OAAO,EACP,SAAS,EACT,YAAY,EACZ,OAAO,EACP,OAAO,EACP,KAAK,EACL,aAAa,EACb,MAAM,EACN,sBAAsB,EACtB,GAAG,KAAK,EACT,EAAE,mBAAmB,
|
|
1
|
+
{"version":3,"file":"th-element.d.ts","sourceRoot":"","sources":["../../../../src/table/header-cell/th-element.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAQtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,kBAAkB,EAAuB,MAAM,mBAAmB,CAAC;AAC5E,OAAO,EAA8B,SAAS,EAAE,MAAM,eAAe,CAAC;AAEtE,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAKxC,MAAM,WAAW,mBAAmB;IAClC,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,gBAAgB,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IACjC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,WAAW,CAAC;IACtB,WAAW,EAAE,kBAAkB,CAAC;IAChC,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IAChD,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC;IAC5B,YAAY,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,KAAK,GAAG,UAAU,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,WAAW,CAAC;CACtC;AAED,wBAAgB,cAAc,CAAC,EAC7B,cAAc,EACd,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,gBAAgB,EAChB,KAAK,EACL,MAAM,EACN,SAAS,EACT,MAAM,EACN,WAAW,EACX,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,OAAO,EACP,SAAS,EACT,QAAQ,EACR,OAAO,EACP,SAAS,EACT,YAAY,EACZ,OAAO,EACP,OAAO,EACP,KAAK,EACL,aAAa,EACb,MAAM,EACN,sBAAsB,EACtB,GAAG,KAAK,EACT,EAAE,mBAAmB,eA6DrB"}
|
|
@@ -11,7 +11,7 @@ import { getTableColHeaderRoleProps } from '../table-role';
|
|
|
11
11
|
import { getStickyClassNames } from '../utils';
|
|
12
12
|
import tableStyles from '../styles.css.js';
|
|
13
13
|
import styles from './styles.css.js';
|
|
14
|
-
export function TableThElement({ resizableStyle, sortingStatus, sortingDisabled, focusedComponent, stuck, sticky, resizable, hidden, stripedRows, isSelection, colIndex, columnId, stickyState, cellRef, tableRole, children, variant, ariaLabel, tableVariant, colSpan, rowSpan, scope, columnGroupId, isLast, stickyBoundaryColumnId, ...props }) {
|
|
14
|
+
export function TableThElement({ resizableStyle, sortingStatus, sortingDisabled, suppressAriaSort, focusedComponent, stuck, sticky, resizable, hidden, stripedRows, isSelection, colIndex, columnId, stickyState, cellRef, tableRole, children, variant, ariaLabel, tableVariant, colSpan, rowSpan, scope, columnGroupId, isLast, stickyBoundaryColumnId, ...props }) {
|
|
15
15
|
const isVisualRefresh = useVisualRefresh();
|
|
16
16
|
const stickyStyles = useStickyCellStyles({
|
|
17
17
|
stickyColumns: stickyState,
|
|
@@ -32,6 +32,10 @@ export function TableThElement({ resizableStyle, sortingStatus, sortingDisabled,
|
|
|
32
32
|
[styles['header-cell-hidden']]: hidden,
|
|
33
33
|
[styles['header-cell-spans-rows']]: (rowSpan !== null && rowSpan !== void 0 ? rowSpan : 1) > 1,
|
|
34
34
|
[styles['header-cell-grouped']]: !!columnGroupId,
|
|
35
|
-
}, stickyStyles.className), colSpan: colSpan, rowSpan: rowSpan, style: { ...resizableStyle, ...stickyStyles.style }, ref: mergedRef, ...getTableColHeaderRoleProps({
|
|
35
|
+
}, stickyStyles.className), colSpan: colSpan, rowSpan: rowSpan, style: { ...resizableStyle, ...stickyStyles.style }, ref: mergedRef, ...getTableColHeaderRoleProps({
|
|
36
|
+
tableRole,
|
|
37
|
+
sortingStatus: suppressAriaSort ? undefined : sortingStatus,
|
|
38
|
+
colIndex,
|
|
39
|
+
}), scope: scope !== null && scope !== void 0 ? scope : 'col', tabIndex: cellTabIndex === -1 ? undefined : cellTabIndex, ...copyAnalyticsMetadataAttribute(props), ...(ariaLabel ? { 'aria-label': ariaLabel } : {}), ...(isLast ? { 'data-rightmost': true } : {}), ...(scope !== 'colgroup' ? { 'data-column-index': colIndex + 1 } : {}), ...(columnGroupId ? { 'data-column-group-id': columnGroupId } : {}) }, children));
|
|
36
40
|
}
|
|
37
41
|
//# sourceMappingURL=th-element.js.map
|