@colijnit/corecomponents_v12 262.1.14 → 300.1.1
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/index.d.ts
CHANGED
|
@@ -3202,7 +3202,7 @@ declare class PrependPipeModule {
|
|
|
3202
3202
|
|
|
3203
3203
|
declare class FilterItemModule {
|
|
3204
3204
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterItemModule, never>;
|
|
3205
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterItemModule, [typeof FilterItemComponent], [typeof i2.CommonModule, typeof CollapsibleModule, typeof InputTextModule, typeof InputCheckboxModule, typeof IconModule, typeof i7.ScrollingModule, typeof AppendPipeModule, typeof PrependPipeModule, typeof InputRadioButtonModule, typeof CoreComponentsTranslationModule, typeof InputDatePickerModule, typeof InputDateRangePickerModule], [typeof FilterItemComponent]>;
|
|
3205
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterItemModule, [typeof FilterItemComponent], [typeof i2.CommonModule, typeof CollapsibleModule, typeof InputTextModule, typeof InputCheckboxModule, typeof IconModule, typeof i7.ScrollingModule, typeof AppendPipeModule, typeof PrependPipeModule, typeof InputTextModule, typeof InputRadioButtonModule, typeof InputTextModule, typeof CoreComponentsTranslationModule, typeof InputDatePickerModule, typeof InputDateRangePickerModule], [typeof FilterItemComponent]>;
|
|
3206
3206
|
static ɵinj: i0.ɵɵInjectorDeclaration<FilterItemModule>;
|
|
3207
3207
|
}
|
|
3208
3208
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@include export-module('co-list-of-values-theme') {
|
|
2
|
-
.co-list-of-values-popup {
|
|
3
|
-
.lov-highlight {
|
|
4
|
-
background-color: $cc-co-list-of-values-highlight-background-color;
|
|
5
|
-
color: $cc-co-list-of-values-highlight-text-color;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
}
|
|
1
|
+
@include export-module('co-list-of-values-theme') {
|
|
2
|
+
.co-list-of-values-popup {
|
|
3
|
+
.lov-highlight {
|
|
4
|
+
background-color: $cc-co-list-of-values-highlight-background-color;
|
|
5
|
+
color: $cc-co-list-of-values-highlight-text-color;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/corecomponents_v12",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Colijn IT core components for Angular
|
|
3
|
+
"version": "300.1.1",
|
|
4
|
+
"description": "Colijn IT core components for Angular 12",
|
|
5
5
|
"private": false,
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": ">=20.3.16",
|
|
8
8
|
"@angular/core": ">=20.3.16",
|
|
9
|
-
"@colijnit/ioneconnector": ">=
|
|
9
|
+
"@colijnit/ioneconnector": ">=300.1.0",
|
|
10
10
|
"xlsx": "^0.18.5"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|