@startinblox/core 2.0.6-beta.17 → 2.0.6-beta.18
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.
|
@@ -2,7 +2,7 @@ var __defProp = Object.defineProperty;
|
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
4
|
import { q as mergeContexts, o as getRawContext, n as normalizeContext } from "./helpers-DtCY-jxq.js";
|
|
5
|
-
import { S as StoreService } from "./store-
|
|
5
|
+
import { S as StoreService } from "./store-BS4UzkyW.js";
|
|
6
6
|
const store = StoreService.getInstance();
|
|
7
7
|
class CustomGetter {
|
|
8
8
|
// search attributes to give to server
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
-
import { g as getDefaultExportFromCjs, S as StoreService, b as base_context, f as formatAttributesToServerPaginationOptions, m as mergeServerSearchOptions, a as formatAttributesToServerSearchOptions, c as StoreType, d as StoreFactory, h as hasSetLocalData, e as hasQueryIndex, __tla as __tla_0 } from "./store-
|
|
4
|
+
import { g as getDefaultExportFromCjs, S as StoreService, b as base_context, f as formatAttributesToServerPaginationOptions, m as mergeServerSearchOptions, a as formatAttributesToServerSearchOptions, c as StoreType, d as StoreFactory, h as hasSetLocalData, e as hasQueryIndex, __tla as __tla_0 } from "./store-BS4UzkyW.js";
|
|
5
5
|
import { d as defineComponent, n as normalizeContext, u as uniqID, f as fuzzyCompare, a as asyncQuerySelector, i as importInlineCSS, b as importCSS, c as doesResourceContainList, e as findClosingBracketMatchIndex, p as parseFieldsString, g as evalTemplateString, h as compare, j as generalComparator, t as transformArrayToContainer, s as setDeepProperty } from "./helpers-DtCY-jxq.js";
|
|
6
|
-
import { __tla as __tla_1 } from "./store-
|
|
7
|
-
import { A, D } from "./store-
|
|
6
|
+
import { __tla as __tla_1 } from "./store-BS4UzkyW.js";
|
|
7
|
+
import { A, D } from "./store-BS4UzkyW.js";
|
|
8
8
|
import { k } from "./helpers-DtCY-jxq.js";
|
|
9
9
|
let index$4, BaseWidgetMixin, index$3, CounterMixin, DspCatalogDisplay, EdcAssetsDisplay, FederationMixin, FilterMixin, GrouperMixin, HighlighterMixin, ListMixin, NextMixin, PaginateMixin, RequiredMixin, Sib, SolidAcChecker, SolidDelete, SolidDisplay, SolidForm, SolidFormSearch, SolidLang, SolidMemberAdd, SolidMemberDelete, SolidMembership, SolidTable, SolidTemplateElement, SolidWidget, SorterMixin, StoreMixin, index$2, index$1, index, TranslationMixin, ValidationMixin, WidgetMixin, b, o$2, newWidgetFactory, D2, o$1, m, widgetFactory;
|
|
10
10
|
let __tla = Promise.all([
|
|
@@ -4619,7 +4619,8 @@ let __tla = (async () => {
|
|
|
4619
4619
|
"@context": this.mergeContext({
|
|
4620
4620
|
"@vocab": "https://w3id.org/edc/v0.0.1/ns/",
|
|
4621
4621
|
edc: "https://w3id.org/edc/v0.0.1/ns/",
|
|
4622
|
-
odrl: "http://www.w3.org/ns/odrl/2/"
|
|
4622
|
+
odrl: "http://www.w3.org/ns/odrl/2/",
|
|
4623
|
+
dsif: "https://spec.dsif.dev/ns#"
|
|
4623
4624
|
}),
|
|
4624
4625
|
"@type": "PolicyDefinition",
|
|
4625
4626
|
"@id": policyInput["@id"],
|
|
@@ -4653,7 +4654,8 @@ let __tla = (async () => {
|
|
|
4653
4654
|
"@context": this.mergeContext({
|
|
4654
4655
|
"@vocab": "https://w3id.org/edc/v0.0.1/ns/",
|
|
4655
4656
|
edc: "https://w3id.org/edc/v0.0.1/ns/",
|
|
4656
|
-
odrl: "http://www.w3.org/ns/odrl/2/"
|
|
4657
|
+
odrl: "http://www.w3.org/ns/odrl/2/",
|
|
4658
|
+
dsif: "https://spec.dsif.dev/ns#"
|
|
4657
4659
|
}),
|
|
4658
4660
|
"@type": "PolicyDefinition",
|
|
4659
4661
|
"@id": policyInput["@id"],
|
|
@@ -33024,7 +33026,7 @@ sh:property [
|
|
|
33024
33026
|
window.dispatchEvent(event);
|
|
33025
33027
|
}
|
|
33026
33028
|
async initGetter() {
|
|
33027
|
-
const { CustomGetter } = await import("./custom-getter-
|
|
33029
|
+
const { CustomGetter } = await import("./custom-getter-CRz-sS8r.js");
|
|
33028
33030
|
return CustomGetter;
|
|
33029
33031
|
}
|
|
33030
33032
|
disconnectedCallback() {
|
package/dist/store.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@startinblox/core",
|
|
3
|
-
"version": "2.0.6-beta.
|
|
3
|
+
"version": "2.0.6-beta.18",
|
|
4
4
|
"description": "This is a series of web component respecting both the web components standards and the Linked Data Platform convention.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|