ca-components 1.0.87 → 1.0.89
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-input/input-test/input-test.component.mjs +9 -6
- package/esm2022/lib/components/ca-input/pipes/input-pattern.pipe.mjs +2 -2
- package/fesm2022/ca-components.mjs +7 -5
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-input/input-test/input-test.component.d.ts +2 -1
- package/package.json +1 -1
- package/src/assets/ca-components/svg/input/ic_fax.svg +7 -0
- package/src/assets/ca-components/svg/input/ic_hyperlink.svg +3 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
3
3
|
import { ICaInput } from '../config';
|
|
4
|
-
import { InputChangeValue } from '../utils';
|
|
4
|
+
import { InputChangeValue, InputSvgRoutes } from '../utils';
|
|
5
5
|
import { LabelColor } from '../models';
|
|
6
6
|
import { InputCommandsType, InputStringEnum } from '../enums';
|
|
7
7
|
import { DropdownTemplateTypeEnum } from '../../ca-input-dropdown/enums';
|
|
@@ -13,6 +13,7 @@ export declare class InputTestComponent implements ControlValueAccessor, AfterVi
|
|
|
13
13
|
private maskApplier;
|
|
14
14
|
inputValue: InputChangeValue;
|
|
15
15
|
_inputConfig: ICaInput;
|
|
16
|
+
inputSvgRoutes: typeof InputSvgRoutes;
|
|
16
17
|
inputElement: ElementRef;
|
|
17
18
|
selectedDropdownLabelColor: LabelColor | null;
|
|
18
19
|
template: string;
|
package/package.json
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
|
2
|
+
<g id="Group_70912" data-name="Group 70912" transform="translate(-1319 -646.748)">
|
|
3
|
+
<rect id="Rectangle_57060" data-name="Rectangle 57060" width="18" height="18" transform="translate(1319 646.748)" fill="none"/>
|
|
4
|
+
<path id="Path_35730" data-name="Path 35730" d="M4.9,76.548a.9.9,0,0,1-.9-.9v-4.5H14.8v4.5a.9.9,0,0,1-.9.9ZM4,63.948v-1.8a.9.9,0,0,1,.9-.9h9a.9.9,0,0,1,.9.9v1.8Z" transform="translate(1318.6 586.85)" fill="#aaa"/>
|
|
5
|
+
<path id="Path_35731" data-name="Path 35731" d="M15.76,65.252H2.44A1.44,1.44,0,0,0,1,66.692v6.12a1.44,1.44,0,0,0,1.44,1.44H2.8v-2.7a.9.9,0,0,1,.9-.9H14.5a.891.891,0,0,1,.9.882v2.718h.36a1.44,1.44,0,0,0,1.44-1.44v-6.12a1.433,1.433,0,0,0-1.426-1.44H15.76m-1.485,3.6h-2.1a.676.676,0,0,1,0-1.35h2.1a.676.676,0,0,1,0,1.35" transform="translate(1318.9 586.45)" fill="#aaa"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
|
2
|
+
<path id="Path_8057" data-name="Path 8057" d="M316.084,204.695a4.923,4.923,0,0,1,.342,6.569c-.22.271-.1.136-2.982,3.019a4.914,4.914,0,0,1-7.009-6.889l.061-.061c1.15-1.15,1.819-1.821,2.225-2.227a.421.421,0,0,1,.719.288,6.137,6.137,0,0,0,.167,1.328.419.419,0,0,1-.112.393l-1.609,1.608a2.948,2.948,0,0,0,4.169,4.17h0l2.639-2.64a2.951,2.951,0,0,0-.8-4.739.421.421,0,0,1-.231-.433,1.819,1.819,0,0,1,.52-1.067l.154-.153a.416.416,0,0,1,.482-.081,4.891,4.891,0,0,1,1.265.915Zm5.5-5.5a4.911,4.911,0,0,0-6.947,0h0c-2.883,2.884-2.761,2.749-2.981,3.02a4.914,4.914,0,0,0,1.607,7.483.418.418,0,0,0,.482-.08l.154-.154a1.813,1.813,0,0,0,.52-1.067.421.421,0,0,0-.231-.433,2.95,2.95,0,0,1-1.366-3.943,2.986,2.986,0,0,1,.567-.8l2.639-2.64a2.948,2.948,0,0,1,4.169,4.17l-1.609,1.608a.419.419,0,0,0-.112.393,6.137,6.137,0,0,1,.167,1.328.42.42,0,0,0,.719.288c.406-.405,1.075-1.077,2.225-2.227a4.912,4.912,0,0,0,0-6.947l0,0Z" transform="translate(-305.027 -197.753)" fill="#b7b7b7"/>
|
|
3
|
+
</svg>
|