@filerobot/utils
Advanced tools
Comparing version 1.0.51 to 1.0.53
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /* API change from file.url_permalink to file.url.permalink |
@@ -0,0 +0,0 @@ import { decode83 } from './base83'; |
@@ -0,0 +0,0 @@ import dataURItoBlob from './dataURItoBlob'; |
@@ -0,0 +0,0 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { createAbortError } from './AbortController'; |
@@ -0,0 +0,0 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } |
@@ -0,0 +0,0 @@ import NetworkError from '@filerobot/utils/lib/NetworkError'; |
@@ -0,0 +0,0 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } |
@@ -0,0 +0,0 @@ import isDOMElement from './isDOMElement'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import toArray from '../../../toArray'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } |
@@ -0,0 +0,0 @@ /** |
@@ -35,3 +35,3 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
var fieldHasRegionalVars = (fieldRegionalVariants || []).length > 0; | ||
var isStateValueObject = _typeof(itemMetadataState[field.key]) === 'object' && itemMetadataState[field.key] !== null; | ||
var isStateValueObject = _typeof(itemMetadataState[field.key]) === 'object' && !Array.isArray(itemMetadataState[field.key]) && itemMetadataState[field.key] !== null; | ||
@@ -38,0 +38,0 @@ if (fieldHasRegionalVars && !isStateValueObject || !fieldHasRegionalVars && isStateValueObject) { |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import checkFieldValidation from './checkFieldValidation'; |
@@ -0,0 +0,0 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } |
@@ -0,0 +0,0 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } |
@@ -6,3 +6,3 @@ { | ||
"types": "types/index.d.ts", | ||
"version": "1.0.51", | ||
"version": "1.0.53", | ||
"files": [ | ||
@@ -15,3 +15,3 @@ "/dist", | ||
"dependencies": { | ||
"@filerobot/icons": "1.0.51", | ||
"@filerobot/icons": "1.0.53", | ||
"abortcontroller-polyfill": "^1.4.0", | ||
@@ -18,0 +18,0 @@ "lodash.throttle": "^4.1.1" |
@@ -0,0 +0,0 @@ # `@filerobot/utils` |
@@ -0,0 +0,0 @@ declare module '@filerobot/utils/lib/Translator' { |
@@ -0,0 +0,0 @@ // Can't get this to work correctly with `tsd` right now 🙃 |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154785
+ Added@filerobot/icons@1.0.53(transitive)
- Removed@filerobot/icons@1.0.51(transitive)
Updated@filerobot/icons@1.0.53