ca-components 1.0.67 → 1.0.68
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.
|
@@ -60,8 +60,8 @@ export declare class CaFilterComponent implements OnDestroy {
|
|
|
60
60
|
addressList: AddressList[];
|
|
61
61
|
usaStates: ArrayStatus[];
|
|
62
62
|
canadaStates: ArrayStatus[];
|
|
63
|
-
setFilter: EventEmitter<
|
|
64
|
-
clearAll: EventEmitter<
|
|
63
|
+
setFilter: EventEmitter<filterOutput | filterOutputWithParams>;
|
|
64
|
+
clearAll: EventEmitter<filterOutput | filterOutputWithParams>;
|
|
65
65
|
private destroy$;
|
|
66
66
|
isSearchExpanded: boolean;
|
|
67
67
|
isFilterActive: boolean;
|
package/package.json
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
2
|
+
<g id="Group_89691" data-name="Group 89691" transform="translate(-570.082 -940)">
|
|
3
|
+
<rect id="Rectangle_63578" data-name="Rectangle 63578" width="20" height="20" transform="translate(570.082 940)" fill="#6d82c7" opacity="0"/>
|
|
4
|
+
<path id="user-alt" d="M9.1,10.238A5.119,5.119,0,1,0,3.981,5.119,5.12,5.12,0,0,0,9.1,10.238Zm4.55,1.137H11.691a6.188,6.188,0,0,1-5.183,0H4.55A4.55,4.55,0,0,0,0,15.925v.569A1.707,1.707,0,0,0,1.706,18.2H16.494A1.707,1.707,0,0,0,18.2,16.494v-.569A4.55,4.55,0,0,0,13.65,11.375Z" transform="translate(570.982 940.9)" fill="#6d82c7" stroke="rgba(0,0,0,0)" stroke-width="1"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
|
2
|
+
<g id="Group_70914" data-name="Group 70914" transform="translate(-1319 -701.553)">
|
|
3
|
+
<rect id="Rectangle_57064" data-name="Rectangle 57064" width="18" height="18" transform="translate(1319 701.553)" fill="none"/>
|
|
4
|
+
<path id="Path_35728" data-name="Path 35728" d="M9.1,115.553a8.1,8.1,0,1,0,8.1,8.1,8.1,8.1,0,0,0-8.1-8.1m5.856,5.225h-2.2a10.873,10.873,0,0,0-1.019-3.093,6.546,6.546,0,0,1,3.214,3.093M9.1,117.121c.608,0,1.588,1.35,2.065,3.659H7.035c.477-2.313,1.457-3.659,2.065-3.659m-6.532,6.532a6.635,6.635,0,0,1,.13-1.307H5.236c-.032.427-.056.859-.056,1.307s.023.878.056,1.307H2.7a6.635,6.635,0,0,1-.13-1.307m.676,2.875h2.2a10.9,10.9,0,0,0,1.019,3.092,6.546,6.546,0,0,1-3.214-3.093Zm2.2-5.748h-2.2a6.546,6.546,0,0,1,3.214-3.093,10.873,10.873,0,0,0-1.019,3.093M9.1,130.185c-.608,0-1.588-1.35-2.065-3.659H11.17c-.48,2.312-1.46,3.659-2.07,3.659m2.29-5.225H6.81c-.036-.418-.062-.85-.062-1.307s.026-.888.062-1.307h4.583c.036.419.062.85.062,1.307s-.03.888-.066,1.307m.353,4.661a11,11,0,0,0,1.019-3.093h2.2a6.548,6.548,0,0,1-3.214,3.092Zm1.221-4.661c.032-.427.056-.859.056-1.307s-.023-.878-.056-1.307H15.5a6.6,6.6,0,0,1,0,2.61Z" transform="translate(1318.9 586.9)" fill="#aaa"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|