@neovici/cosmoz-omnitable 12.7.2 → 12.9.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.
|
@@ -131,8 +131,26 @@ export default css`
|
|
|
131
131
|
padding-bottom: 0;
|
|
132
132
|
--paper-font-caption_-_line-height: 18px;
|
|
133
133
|
}
|
|
134
|
+
--paper-font-subhead_-_font-family: var(
|
|
135
|
+
--cosmoz-omnitable-header-font-family, 'Roboto', 'Noto', sans-serif
|
|
136
|
+
);
|
|
137
|
+
text-transform: var(--cosmoz-omnitable-header-text-transform, none);
|
|
138
|
+
--paper-font-subhead_-_font-weight: var(
|
|
139
|
+
--cosmoz-omnitable-header-font-weight,
|
|
140
|
+
normal
|
|
141
|
+
);
|
|
142
|
+
--paper-font-subhead_-_font-size: var(
|
|
143
|
+
--cosmoz-omnitable-header-font-size,
|
|
144
|
+
16px
|
|
145
|
+
);
|
|
134
146
|
}
|
|
135
147
|
|
|
148
|
+
cosmoz-autocomplete-ui::part(input-label) {
|
|
149
|
+
text-transform: var(--cosmoz-omnitable-header-text-transform, none);
|
|
150
|
+
font-weight: var(--cosmoz-omnitable-header-font-weight, normal);
|
|
151
|
+
font-family: var(--cosmoz-omnitable-header-font-family, 'Roboto', 'Noto', sans-serif);
|
|
152
|
+
font-size: var(--cosmoz-omnitable-header-font-size, 16px);
|
|
153
|
+
}
|
|
136
154
|
cosmoz-omnitable-header-row {
|
|
137
155
|
white-space: nowrap;
|
|
138
156
|
}
|
|
@@ -143,8 +143,9 @@ const placement = ['bottom-right', ...defaultPlacement],
|
|
|
143
143
|
html`<div class="headerDots" slot="button">...</div>` :
|
|
144
144
|
html`
|
|
145
145
|
<svg viewBox="0 0 24 24" width="24" slot="button" fill="currentColor">
|
|
146
|
-
|
|
147
|
-
|
|
146
|
+
<circle cx="10" cy="18" r="2"></circle>
|
|
147
|
+
<circle cx="10" cy="12" r="2"></circle>
|
|
148
|
+
<circle cx="10" cy="6" r="2"></circle></svg>`
|
|
148
149
|
}
|
|
149
150
|
|
|
150
151
|
${when(config?.badge, () => html`<div class="badge" slot="button"></div>`)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neovici/cosmoz-omnitable",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.9.0",
|
|
4
4
|
"description": "[](https://travis-ci.org/Neovici/cosmoz-omnitable)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components"
|