sling-framework
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -24,2 +24,14 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "withLoading", { | ||
enumerable: true, | ||
get: function get() { | ||
return _withLoading.withLoading; | ||
} | ||
}); | ||
Object.defineProperty(exports, "withRequestParams", { | ||
enumerable: true, | ||
get: function get() { | ||
return _withRequestParams.withRequestParams; | ||
} | ||
}); | ||
@@ -30,2 +42,6 @@ var _litElementBundle = require("./lib/lit-element.bundle.js"); | ||
var _SlingBusinessElement = require("./framework/SlingBusinessElement.js"); | ||
var _SlingBusinessElement = require("./framework/SlingBusinessElement.js"); | ||
var _withLoading = require("./v1/src/business/withLoading.js"); | ||
var _withRequestParams = require("./v1/src/business/withRequestParams.js"); |
@@ -24,2 +24,14 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "withLoading", { | ||
enumerable: true, | ||
get: function get() { | ||
return _withLoading.withLoading; | ||
} | ||
}); | ||
Object.defineProperty(exports, "withRequestParams", { | ||
enumerable: true, | ||
get: function get() { | ||
return _withRequestParams.withRequestParams; | ||
} | ||
}); | ||
@@ -30,2 +42,6 @@ var _litElementBundle = require("../../lib/lit-element.bundle.js"); | ||
var _SlingBusinessElement = require("./business/SlingBusinessElement.js"); | ||
var _SlingBusinessElement = require("./business/SlingBusinessElement.js"); | ||
var _withLoading = require("./business/withLoading.js"); | ||
var _withRequestParams = require("./business/withRequestParams.js"); |
@@ -24,2 +24,14 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "withLoading", { | ||
enumerable: true, | ||
get: function () { | ||
return _withLoading.withLoading; | ||
} | ||
}); | ||
Object.defineProperty(exports, "withRequestParams", { | ||
enumerable: true, | ||
get: function () { | ||
return _withRequestParams.withRequestParams; | ||
} | ||
}); | ||
@@ -30,2 +42,6 @@ var _litElementBundle = require("./lib/lit-element.bundle.js"); | ||
var _SlingBusinessElement = require("./framework/SlingBusinessElement.js"); | ||
var _SlingBusinessElement = require("./framework/SlingBusinessElement.js"); | ||
var _withLoading = require("./v1/src/business/withLoading.js"); | ||
var _withRequestParams = require("./v1/src/business/withRequestParams.js"); |
@@ -24,2 +24,14 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "withLoading", { | ||
enumerable: true, | ||
get: function () { | ||
return _withLoading.withLoading; | ||
} | ||
}); | ||
Object.defineProperty(exports, "withRequestParams", { | ||
enumerable: true, | ||
get: function () { | ||
return _withRequestParams.withRequestParams; | ||
} | ||
}); | ||
@@ -30,2 +42,6 @@ var _litElementBundle = require("../../lib/lit-element.bundle.js"); | ||
var _SlingBusinessElement = require("./business/SlingBusinessElement.js"); | ||
var _SlingBusinessElement = require("./business/SlingBusinessElement.js"); | ||
var _withLoading = require("./business/withLoading.js"); | ||
var _withRequestParams = require("./business/withRequestParams.js"); |
@@ -1,4 +0,5 @@ | ||
import { html } from './lib/lit-element.bundle.js'; | ||
import { SlingElement } from './framework/SlingElement.js'; | ||
import { SlingBusinessElement } from './framework/SlingBusinessElement.js'; | ||
export { SlingElement, SlingBusinessElement, html }; | ||
export { html } from './lib/lit-element.bundle.js'; | ||
export { SlingElement } from './framework/SlingElement.js'; | ||
export { SlingBusinessElement } from './framework/SlingBusinessElement.js'; | ||
export { withLoading } from './v1/src/business/withLoading.js'; | ||
export { withRequestParams } from './v1/src/business/withRequestParams.js'; |
@@ -1,4 +0,5 @@ | ||
import { html } from '../../lib/lit-element.bundle.js'; | ||
import { SlingElement } from './basic/SlingElement.js'; | ||
import { SlingBusinessElement } from './business/SlingBusinessElement.js'; | ||
export { SlingElement, SlingBusinessElement, html }; | ||
export { html } from '../../lib/lit-element.bundle.js'; | ||
export { SlingElement } from './basic/SlingElement.js'; | ||
export { SlingBusinessElement } from './business/SlingBusinessElement.js'; | ||
export { withLoading } from './business/withLoading.js'; | ||
export { withRequestParams } from './business/withRequestParams.js'; |
@@ -1,9 +0,5 @@ | ||
import { html } from './lib/lit-element.bundle.js'; | ||
import { SlingElement } from './framework/SlingElement.js'; | ||
import { SlingBusinessElement } from './framework/SlingBusinessElement.js'; | ||
export { | ||
SlingElement, | ||
SlingBusinessElement, | ||
html, | ||
}; | ||
export { html } from './lib/lit-element.bundle.js'; | ||
export { SlingElement } from './framework/SlingElement.js'; | ||
export { SlingBusinessElement } from './framework/SlingBusinessElement.js'; | ||
export { withLoading } from './v1/src/business/withLoading.js'; | ||
export { withRequestParams } from './v1/src/business/withRequestParams.js'; |
@@ -1,9 +0,5 @@ | ||
import { html } from '../../lib/lit-element.bundle.js'; | ||
import { SlingElement } from './basic/SlingElement.js'; | ||
import { SlingBusinessElement } from './business/SlingBusinessElement.js'; | ||
export { | ||
SlingElement, | ||
SlingBusinessElement, | ||
html, | ||
}; | ||
export { html } from '../../lib/lit-element.bundle.js'; | ||
export { SlingElement } from './basic/SlingElement.js'; | ||
export { SlingBusinessElement } from './business/SlingBusinessElement.js'; | ||
export { withLoading } from './business/withLoading.js'; | ||
export { withRequestParams } from './business/withRequestParams.js'; |
{ | ||
"name": "sling-framework", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Sling Framework", | ||
@@ -10,4 +10,4 @@ "module": "src/index.js", | ||
"dependencies": { | ||
"sling-helpers": "^1.7.0" | ||
"sling-helpers": "^1.8.0" | ||
} | ||
} |
@@ -1,9 +0,5 @@ | ||
import { html } from './lib/lit-element.bundle.js'; | ||
import { SlingElement } from './framework/SlingElement.js'; | ||
import { SlingBusinessElement } from './framework/SlingBusinessElement.js'; | ||
export { | ||
SlingElement, | ||
SlingBusinessElement, | ||
html, | ||
}; | ||
export { html } from './lib/lit-element.bundle.js'; | ||
export { SlingElement } from './framework/SlingElement.js'; | ||
export { SlingBusinessElement } from './framework/SlingBusinessElement.js'; | ||
export { withLoading } from './v1/src/business/withLoading.js'; | ||
export { withRequestParams } from './v1/src/business/withRequestParams.js'; |
@@ -1,9 +0,5 @@ | ||
import { html } from '../../lib/lit-element.bundle.js'; | ||
import { SlingElement } from './basic/SlingElement.js'; | ||
import { SlingBusinessElement } from './business/SlingBusinessElement.js'; | ||
export { | ||
SlingElement, | ||
SlingBusinessElement, | ||
html, | ||
}; | ||
export { html } from '../../lib/lit-element.bundle.js'; | ||
export { SlingElement } from './basic/SlingElement.js'; | ||
export { SlingBusinessElement } from './business/SlingBusinessElement.js'; | ||
export { withLoading } from './business/withLoading.js'; | ||
export { withRequestParams } from './business/withRequestParams.js'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1205790
29362
Updatedsling-helpers@^1.8.0