@colijnit/corecomponents_v12 255.1.7 → 255.1.9

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.
@@ -9,37 +9,36 @@
9
9
  display: flex;
10
10
  justify-content: space-between;
11
11
  align-items: center;
12
- padding: 10px;
13
12
  border: 1px solid #ccc;
14
- margin-bottom: 10px;
15
13
  background-color: #f0f0f0;
16
14
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
15
+ padding: 0.5em;
16
+ min-height: 2em;
17
17
  }
18
18
 
19
19
  .hour-label {
20
20
  font-weight: bold;
21
- margin-right: 10px;
21
+ width: 4em;
22
+ padding: 0.5em;
22
23
  }
23
24
 
24
25
  .object-display {
25
- flex-grow: 1;
26
26
  display: flex;
27
+ width: 100%;
27
28
  flex-direction: column;
28
- gap: 10px;
29
- min-height: 100px;
30
- border: 1px dashed #999;
31
- padding: 10px;
29
+ border: 1px solid rgba($cc-color-action-accent, 0.3);
30
+ padding: 0.5em;
31
+ min-height: 2em;
32
32
  }
33
33
 
34
34
  .scheduled-object {
35
- padding: 5px 10px;
35
+ padding: 0.5em;
36
36
  background-color: #4CAF50;
37
37
  color: white;
38
38
  border-radius: 3px;
39
39
  cursor: pointer;
40
40
  display: flex;
41
41
  flex-direction: column;
42
- gap: 0.5em;
43
42
 
44
43
  .title {
45
44
  font-weight: bold;
@@ -16,6 +16,7 @@ export declare class ListOfValuesComponent extends BaseInputComponent<any> imple
16
16
  label: string;
17
17
  customCssClass: string;
18
18
  searchDisabled: boolean;
19
+ showChips: boolean;
19
20
  showClass(): boolean;
20
21
  isSelectOpen: boolean;
21
22
  state: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "255.1.7",
3
+ "version": "255.1.9",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {