inviton-powerduck 0.0.139 → 0.0.141

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.
@@ -133,9 +133,9 @@ export class DateWrapper {
133
133
  opts = options;
134
134
  } else {
135
135
  opts = {
136
- showTime,
137
- showSeconds,
138
- monthLong,
136
+ showTime: options as any,
137
+ showSeconds: showTime as any,
138
+ monthLong: showSeconds,
139
139
  };
140
140
  }
141
141
 
@@ -441,6 +441,16 @@ th.dt-header-index .dt-header-indexcheckbox {
441
441
  display: none;
442
442
  }
443
443
 
444
+ .dt-filter-dropdown-container .btn.btn-sm {
445
+ padding: 5px 15px;
446
+ font-size: 80%;
447
+ }
448
+
449
+ .dt-filter-dropdown-container .select2-search.select2-search--dropdown {
450
+ padding: 4px;
451
+ margin-bottom: 0;
452
+ }
453
+
444
454
  .dt-table.dt-table-mode table > tbody > tr > td {
445
455
  transition: background 150ms ease-in;
446
456
  }
@@ -2289,6 +2289,7 @@ class DataTableComponent extends TsxComponent<DataTableArgs> implements DataTabl
2289
2289
  <div class="dt-filter-dropdown">
2290
2290
  <DropdownList
2291
2291
  label={null}
2292
+ containerCssClass="dt-filter-dropdown-container"
2292
2293
  options={dtColumn.filterItems}
2293
2294
  wrap={false}
2294
2295
  disableSearch={!dtColumn.searchable}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "inviton-powerduck",
3
3
  "type": "module",
4
- "version": "0.0.139",
4
+ "version": "0.0.141",
5
5
  "files": [
6
6
  "app/",
7
7
  "common/",