ngx-vector-components 6.4.0 → 6.5.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 +6 -0
- package/fesm2022/ngx-vector-components.mjs +1 -0
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/components/badge/badge.component.d.ts +1 -1
- package/lib/components/fields/data-table/data-table.component.d.ts +2 -2
- package/lib/components/fields/text-field/text-field.component.d.ts +1 -1
- package/lib/models/profile.model.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -852,6 +852,7 @@ var ProfileModuleActionType;
|
|
|
852
852
|
ProfileModuleActionType["ENABLED_CHANGE_FREIGHTRATE_IN_LOT_MASSIVELY"] = "Enabled Change FreightRate In Lot Massively";
|
|
853
853
|
ProfileModuleActionType["RECEIVABLE_CHARGE"] = "ReceivableCharge";
|
|
854
854
|
ProfileModuleActionType["CAMPAIGN"] = "Campanha";
|
|
855
|
+
ProfileModuleActionType["LINK_GENERATOR"] = "Gerador De Link";
|
|
855
856
|
ProfileModuleActionType["ADD_BLOCK_CARRIER"] = "Add Block Carrier";
|
|
856
857
|
ProfileModuleActionType["SHOW_BLOCK_CARRIER"] = "Show Block Carrier";
|
|
857
858
|
ProfileModuleActionType["EDIT_BLOCK_CARRIER"] = "Edit Block Carrier";
|