@senior-gestao-empresarial/angular-components 6.1.0 → 6.2.0-1d68f732-a0dc-4d64-8b5e-46b5692346fa
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/bundles/senior-gestao-empresarial-angular-components.umd.js +69 -0
- package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +2 -2
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
- package/components/utils/http-status-code.d.ts +67 -0
- package/components/utils/index.d.ts +1 -0
- package/esm2015/components/utils/http-status-code.js +68 -0
- package/esm2015/components/utils/index.js +2 -1
- package/esm5/components/utils/http-status-code.js +68 -0
- package/esm5/components/utils/index.js +2 -1
- package/fesm2015/senior-gestao-empresarial-angular-components.js +69 -1
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +69 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
|
@@ -6772,6 +6772,74 @@
|
|
|
6772
6772
|
return UtilsModule;
|
|
6773
6773
|
}());
|
|
6774
6774
|
|
|
6775
|
+
var HTTP_STATUS_CODE = {
|
|
6776
|
+
CONTINUE: 100,
|
|
6777
|
+
SWITCHING_PROTOCOLS: 101,
|
|
6778
|
+
PROCESSING: 102,
|
|
6779
|
+
EARLY_HINTS: 103,
|
|
6780
|
+
OK: 200,
|
|
6781
|
+
CREATED: 201,
|
|
6782
|
+
ACCEPTED: 202,
|
|
6783
|
+
NON_AUTHORITATIVE_INFORMATION: 203,
|
|
6784
|
+
NO_CONTENT: 204,
|
|
6785
|
+
RESET_CONTENT: 205,
|
|
6786
|
+
PARTIAL_CONTENT: 206,
|
|
6787
|
+
MULTI_STATUS: 207,
|
|
6788
|
+
ALREADY_REPORTED: 208,
|
|
6789
|
+
IM_USED: 226,
|
|
6790
|
+
MULTIPLE_CHOICES: 300,
|
|
6791
|
+
MOVED_PERMANENTLY: 301,
|
|
6792
|
+
FOUND: 302,
|
|
6793
|
+
SEE_OTHER: 303,
|
|
6794
|
+
NOT_MODIFIED: 304,
|
|
6795
|
+
USE_PROXY: 305,
|
|
6796
|
+
UNUSED: 306,
|
|
6797
|
+
TEMPORARY_REDIRECT: 307,
|
|
6798
|
+
PERMANENT_REDIRECT: 308,
|
|
6799
|
+
BAD_REQUEST: 400,
|
|
6800
|
+
UNAUTHORIZED: 401,
|
|
6801
|
+
PAYMENT_REQUIRED: 402,
|
|
6802
|
+
FORBIDDEN: 403,
|
|
6803
|
+
NOT_FOUND: 404,
|
|
6804
|
+
METHOD_NOT_ALLOWED: 405,
|
|
6805
|
+
NOT_ACCEPTABLE: 406,
|
|
6806
|
+
PROXY_AUTHENTICATION_REQUIRED: 407,
|
|
6807
|
+
REQUEST_TIMEOUT: 408,
|
|
6808
|
+
CONFLICT: 409,
|
|
6809
|
+
GONE: 410,
|
|
6810
|
+
LENGTH_REQUIRED: 411,
|
|
6811
|
+
PRECONDITION_FAILED: 412,
|
|
6812
|
+
PAYLOAD_TOO_LARGE: 413,
|
|
6813
|
+
URI_TOO_LONG: 414,
|
|
6814
|
+
UNSUPPORTED_MEDIA_TYPE: 415,
|
|
6815
|
+
RANGE_NOT_SATISFIABLE: 416,
|
|
6816
|
+
EXPECTATION_FAILED: 417,
|
|
6817
|
+
IM_A_TEAPOT: 418,
|
|
6818
|
+
MISDIRECTED_REQUEST: 421,
|
|
6819
|
+
UNPROCESSABLE_ENTITY: 422,
|
|
6820
|
+
LOCKED: 423,
|
|
6821
|
+
FAILED_DEPENDENCY: 424,
|
|
6822
|
+
TOO_EARLY: 425,
|
|
6823
|
+
UPGRADE_REQUIRED: 426,
|
|
6824
|
+
PRECONDITION_REQUIRED: 428,
|
|
6825
|
+
TOO_MANY_REQUESTS: 429,
|
|
6826
|
+
REQUEST_HEADER_FIELDS_TOO_LARGE: 431,
|
|
6827
|
+
UNAVAILABLE_FOR_LEGAL_REASONS: 451,
|
|
6828
|
+
INTERNAL_SERVER_ERROR: 500,
|
|
6829
|
+
NOT_IMPLEMENTED: 501,
|
|
6830
|
+
BAD_GATEWAY: 502,
|
|
6831
|
+
SERVICE_UNAVAILABLE: 503,
|
|
6832
|
+
GATEWAY_TIMEOUT: 504,
|
|
6833
|
+
HTTP_VERSION_NOT_SUPPORTED: 505,
|
|
6834
|
+
VARIANT_ALSO_NEGOTIATES: 506,
|
|
6835
|
+
INSUFFICIENT_STORAGE: 507,
|
|
6836
|
+
LOOP_DETECTED: 508,
|
|
6837
|
+
NOT_EXTENDED: 510,
|
|
6838
|
+
NETWORK_AUTHENTICATION_REQUIRED: 511,
|
|
6839
|
+
NETWORK_CONNECT_TIMEOUT_ERROR: 599,
|
|
6840
|
+
GENERIC_ERROR: 600
|
|
6841
|
+
};
|
|
6842
|
+
|
|
6775
6843
|
// https://widget.tracksale.co/
|
|
6776
6844
|
var NpsService = /** @class */ (function () {
|
|
6777
6845
|
function NpsService() {
|
|
@@ -7362,6 +7430,7 @@
|
|
|
7362
7430
|
exports.ExportUtils = ExportUtils;
|
|
7363
7431
|
exports.FiltersStorageService = FiltersStorageService;
|
|
7364
7432
|
exports.FormUtilsService = FormUtilsService;
|
|
7433
|
+
exports.HTTP_STATUS_CODE = HTTP_STATUS_CODE;
|
|
7365
7434
|
exports.LigacaoItemFornecedorLookup = LigacaoItemFornecedorLookup;
|
|
7366
7435
|
exports.LookupValidationUtils = LookupValidationUtils;
|
|
7367
7436
|
exports.NcmLookup = NcmLookup;
|