ca-components 1.3.94 → 1.3.95
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/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +3 -5
- package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -3
- package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.mjs +2 -2
- package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +2 -2
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/utils/config/upload-file-input.config.mjs +1 -1
- package/fesm2022/ca-components.mjs +69 -70
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.d.ts +1 -1
- package/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.d.ts +1 -1
- package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.d.ts +1 -1
- package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.d.ts +1 -1
- package/lib/components/ca-upload-files/components/ca-upload-file/utils/config/upload-file-input.config.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { CaFiltersSvgRoutes } from '../../utils/svg-routes/ca-filters-svg-routes';
|
|
3
|
-
import { eGeneralActions } from '
|
|
3
|
+
import { eGeneralActions } from '../../../../enums';
|
|
4
4
|
import { filterOutput } from '../../../../models/filter-output.model';
|
|
5
5
|
import { filterOutputWithParams } from '../../../../models/filter-output-params.model';
|
|
6
6
|
import { TimeFilterOptions } from '../../../../models/time-filter.model';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { eLoadStatus } from '../../../../enums
|
|
3
|
+
import { eLoadStatus } from '../../../../enums';
|
|
4
4
|
import { filterOutput } from '../../../../models/filter-output.model';
|
|
5
5
|
import { filterOutputWithParams } from '../../../../models/filter-output-params.model';
|
|
6
6
|
import { UserData } from './models/ca-user-data.model';
|
|
@@ -3,7 +3,7 @@ import { AbstractControl } from '@angular/forms';
|
|
|
3
3
|
import { ICaInput } from '../../config';
|
|
4
4
|
import { LabelColor } from '../../models';
|
|
5
5
|
import { InputSvgRoutes } from '../../utils';
|
|
6
|
-
import { eGeneralActions } from '
|
|
6
|
+
import { eGeneralActions } from '../../../../enums';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class CaInputClearComponent {
|
|
9
9
|
inputConfig: ICaInput;
|
package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { AbstractControl } from '@angular/forms';
|
|
|
3
3
|
import { ICaInput } from '../../config';
|
|
4
4
|
import { LabelColor } from '../../models';
|
|
5
5
|
import { InputSvgRoutes } from '../../utils';
|
|
6
|
-
import { eGeneralActions } from '
|
|
6
|
+
import { eGeneralActions } from '../../../../enums';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class CaInputClearComponent {
|
|
9
9
|
inputConfig: ICaInput;
|