ngx-vector-components 5.85.0 → 5.87.0
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/CHANGELOG.md +12 -0
- package/esm2022/lib/components/fields/filters/filters.component.mjs +1 -1
- package/esm2022/lib/components/fields/search-field/search-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/text-field/text-field.component.mjs +8 -2
- package/esm2022/lib/models/profile.model.mjs +2 -1
- package/fesm2022/ngx-vector-components.mjs +10 -3
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/components/fields/text-field/text-field.component.d.ts +2 -1
- package/lib/models/profile.model.d.ts +2 -1
- package/package.json +1 -1
|
@@ -11,6 +11,7 @@ export declare class TextFieldComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
numericDotComma: boolean;
|
|
12
12
|
decimal: boolean;
|
|
13
13
|
onlyText: boolean;
|
|
14
|
+
noSpecialCharacters: boolean;
|
|
14
15
|
alphaNumeric: boolean;
|
|
15
16
|
alphaNumericAndWhitespace: boolean;
|
|
16
17
|
mask?: string;
|
|
@@ -57,5 +58,5 @@ export declare class TextFieldComponent implements OnInit, OnDestroy {
|
|
|
57
58
|
private handleInitialDocumentTypeState;
|
|
58
59
|
private setDocumentType;
|
|
59
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "vector-text-field", never, { "isRequired": { "alias": "isRequired"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "isPassword": { "alias": "isPassword"; "required": false; }; "numeric": { "alias": "numeric"; "required": false; }; "numericPositive": { "alias": "numericPositive"; "required": false; }; "numericDotComma": { "alias": "numericDotComma"; "required": false; }; "decimal": { "alias": "decimal"; "required": false; }; "onlyText": { "alias": "onlyText"; "required": false; }; "alphaNumeric": { "alias": "alphaNumeric"; "required": false; }; "alphaNumericAndWhitespace": { "alias": "alphaNumericAndWhitespace"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "autoClear": { "alias": "autoClear"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "rightIcon": { "alias": "rightIcon"; "required": false; }; "centered": { "alias": "centered"; "required": false; }; "enableDocumentTypeChoice": { "alias": "enableDocumentTypeChoice"; "required": false; }; "hiddenErrorMessage": { "alias": "hiddenErrorMessage"; "required": false; }; "leftLabel": { "alias": "leftLabel"; "required": false; }; "control": { "alias": "control"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "slotChar": { "alias": "slotChar"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; }, { "blurEvent": "blurEvent"; "inputEvent": "inputEvent"; "enterKeyPress": "enterKeyPress"; "backSpaceKeyPress": "backSpaceKeyPress"; "focusEvent": "focusEvent"; "onDocumentTypeChange": "onDocumentTypeChange"; }, never, never, false, never>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "vector-text-field", never, { "isRequired": { "alias": "isRequired"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "isPassword": { "alias": "isPassword"; "required": false; }; "numeric": { "alias": "numeric"; "required": false; }; "numericPositive": { "alias": "numericPositive"; "required": false; }; "numericDotComma": { "alias": "numericDotComma"; "required": false; }; "decimal": { "alias": "decimal"; "required": false; }; "onlyText": { "alias": "onlyText"; "required": false; }; "noSpecialCharacters": { "alias": "noSpecialCharacters"; "required": false; }; "alphaNumeric": { "alias": "alphaNumeric"; "required": false; }; "alphaNumericAndWhitespace": { "alias": "alphaNumericAndWhitespace"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "autoClear": { "alias": "autoClear"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "rightIcon": { "alias": "rightIcon"; "required": false; }; "centered": { "alias": "centered"; "required": false; }; "enableDocumentTypeChoice": { "alias": "enableDocumentTypeChoice"; "required": false; }; "hiddenErrorMessage": { "alias": "hiddenErrorMessage"; "required": false; }; "leftLabel": { "alias": "leftLabel"; "required": false; }; "control": { "alias": "control"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "slotChar": { "alias": "slotChar"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; }, { "blurEvent": "blurEvent"; "inputEvent": "inputEvent"; "enterKeyPress": "enterKeyPress"; "backSpaceKeyPress": "backSpaceKeyPress"; "focusEvent": "focusEvent"; "onDocumentTypeChange": "onDocumentTypeChange"; }, never, never, false, never>;
|
|
61
62
|
}
|
|
@@ -508,5 +508,6 @@ export declare enum ProfileModuleActionType {
|
|
|
508
508
|
FINALIZE_PLANNED_TRIP_PENDING_FINISH = "Finalize Planned Trip Pending Finish",
|
|
509
509
|
SHOW_PLANNED_TRIP_LOGS = "Show Planned Trip Logs",
|
|
510
510
|
CONTROL_CADASTRO_EXCEL_EXPORT = "Control Cadastro Excel Export",
|
|
511
|
-
OPEN_SHIFTS_MANUALLY = "Open Shifts Manually"
|
|
511
|
+
OPEN_SHIFTS_MANUALLY = "Open Shifts Manually",
|
|
512
|
+
OPEN_PROGRAMABILITY_SHIFT = "Open Programability Shift"
|
|
512
513
|
}
|