ngx-vector-components 6.1.1 → 6.2.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 +7 -0
- package/README.md +1 -1
- package/fesm2022/ngx-vector-components.mjs +2 -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 +4 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -261,6 +261,7 @@ var ProfileModuleType;
|
|
|
261
261
|
ProfileModuleType["BC_CORREIOS"] = "BC Correios";
|
|
262
262
|
ProfileModuleType["FREIGHT_AGENT_REPORT"] = "FreightAgentReport";
|
|
263
263
|
ProfileModuleType["TAX_INCOMING"] = "ImpostoDeRenda";
|
|
264
|
+
ProfileModuleType["CHATBOT"] = "Chatbot";
|
|
264
265
|
})(ProfileModuleType || (ProfileModuleType = {}));
|
|
265
266
|
var ProfileModuleActionType;
|
|
266
267
|
(function (ProfileModuleActionType) {
|
|
@@ -847,6 +848,7 @@ var ProfileModuleActionType;
|
|
|
847
848
|
ProfileModuleActionType["SHOW_PAYMENT_DEDUCTION"] = "Payment Deduction";
|
|
848
849
|
ProfileModuleActionType["ENABLED_CHANGE_FREIGHTRATE_IN_LOT_MASSIVELY"] = "Enabled Change FreightRate In Lot Massively";
|
|
849
850
|
ProfileModuleActionType["RECEIVABLE_CHARGE"] = "ReceivableCharge";
|
|
851
|
+
ProfileModuleActionType["CAMPAIGN"] = "Campanha";
|
|
850
852
|
})(ProfileModuleActionType || (ProfileModuleActionType = {}));
|
|
851
853
|
|
|
852
854
|
var Role;
|