@colijnit/corecomponents_v12 12.2.9 → 12.2.10

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.
@@ -4,7 +4,7 @@
4
4
  .dual-calendar-wrapper {
5
5
  position: fixed;
6
6
  display: flex;
7
- z-index: 1;
7
+ z-index: 19;
8
8
 
9
9
  .date-picker-container {
10
10
  position: inherit;
@@ -26,6 +26,7 @@ export declare class FilterItemComponent implements OnInit {
26
26
  noResultsLabel: string;
27
27
  sliderDefaultMin: number;
28
28
  sliderDefaultMax: number;
29
+ fullRangeIsNull: boolean;
29
30
  set model(newModel: any);
30
31
  get model(): any;
31
32
  modelChange: EventEmitter<any>;
@@ -60,6 +61,7 @@ export declare class FilterItemComponent implements OnInit {
60
61
  private _createModelForSingleSelectList;
61
62
  private _createModelForSelectListWithNumberOutput;
62
63
  private _createModelForSliderMode;
64
+ private _createModelForNullableSliderMode;
63
65
  private _createModelForCheckboxToText;
64
66
  private _createModelForCheckboxToSimpleText;
65
67
  private _createModelForCheckboxToBinary;
@@ -4,6 +4,7 @@ export declare enum FilterItemMode {
4
4
  SelectListWithStringCollectionOutput = "selectListWithStringCollectionOutput",
5
5
  SelectListWithNumberOutput = "selectListWithNumberOutput",
6
6
  Slider = "slider",
7
+ NullableSlider = "nullableSlider",
7
8
  TextField = "textField",
8
9
  DateField = "dateField",
9
10
  DateRangeField = "dateRangeField",
@@ -51,6 +51,7 @@
51
51
  &.has-own-label {
52
52
  label {
53
53
  width: 100%;
54
+ text-align: left;
54
55
  color: $cc-color-label;
55
56
  margin-left: $cc-input-margin-left;
56
57
  font-size: $cc-font-size-input-label;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "12.2.9",
3
+ "version": "12.2.10",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {