ngx-vector-components 5.166.0 → 5.168.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 +15 -1
- package/esm2022/lib/models/profile.model.mjs +2 -1
- package/esm2022/lib/utils/mask.util.mjs +3 -1
- package/fesm2022/ngx-vector-components.mjs +3 -0
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +2 -1
- package/lib/utils/mask.util.d.ts +2 -0
- package/package.json +1 -1
|
@@ -717,5 +717,6 @@ export declare enum ProfileModuleActionType {
|
|
|
717
717
|
VISUALIZE_PMF_ALERT = "Visualizar Alerta PMF",
|
|
718
718
|
SHOW_LOT_LOCATIONS_ETCD = "Show Lot Locations Etcd",
|
|
719
719
|
SHOW_DISCLOSURE_PANEL = "Show Disclosure panel",
|
|
720
|
-
SHOW_DASHBOARD_LOT_DIVULGATION = "Show DashboardLotDivulgation"
|
|
720
|
+
SHOW_DASHBOARD_LOT_DIVULGATION = "Show DashboardLotDivulgation",
|
|
721
|
+
VISUALIZE_PMF_IN_LOT = "Visualizar Tabela Minima De Frete No Lote"
|
|
721
722
|
}
|
package/lib/utils/mask.util.d.ts
CHANGED
|
@@ -3,6 +3,8 @@ export declare class MaskUtil {
|
|
|
3
3
|
static CNPJ_TEXT_FIELD_PATTERN: string;
|
|
4
4
|
static BOLETO_TEXT_FIELD_PATTERN: string;
|
|
5
5
|
static CELLPHONE_TEXT_FIELD_PATTERN: string;
|
|
6
|
+
static URUGUAY_CELLPHONE_TEXT_FIELD_PATTERN: string;
|
|
7
|
+
static PARAGUAY_CELLPHONE_TEXT_FIELD_PATTERN: string;
|
|
6
8
|
static PHONE_TEXT_FIELD_PATTERN: string;
|
|
7
9
|
static POSTALCODE_TEXT_FIELD_PATTERN: string;
|
|
8
10
|
static PLATE_FIELD_PATTERN: string;
|