obi-sdk 0.3.10 → 0.3.12
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/dist/modular/chunks/{obi-widget-c60b2f9f.js → obi-widget-dffef845.js} +9 -34
- package/dist/modular/chunks/{obi-widget-c60b2f9f.js.map → obi-widget-dffef845.js.map} +1 -1
- package/dist/modular/chunks/types-82772f00.js.map +1 -1
- package/dist/modular/core.js.map +1 -1
- package/dist/modular/index.js +1 -1
- package/dist/modular/index.js.map +1 -1
- package/dist/modular/ui.js +17 -160
- package/dist/modular/ui.js.map +1 -1
- package/dist/obi-sdk.es.js +23245 -13349
- package/dist/obi-sdk.es.js.map +1 -0
- package/dist/obi-sdk.standalone.iife.js +40 -41
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/dist/obi-sdk.umd.js +47 -133
- package/dist/obi-sdk.umd.js.map +1 -0
- package/dist/ui/components/index.d.ts +0 -1
- package/package.json +2 -2
- package/dist/ui/components/control-panel.d.ts +0 -12
|
@@ -9631,10 +9631,7 @@ __decorateClass$6([
|
|
|
9631
9631
|
if (!customElements.get("obi-nav-icon")) {
|
|
9632
9632
|
customElements.define("obi-nav-icon", NavIcon);
|
|
9633
9633
|
}
|
|
9634
|
-
const navIcon = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9635
|
-
__proto__: null,
|
|
9636
|
-
NavIcon
|
|
9637
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
9634
|
+
const navIcon = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, NavIcon }, Symbol.toStringTag, { value: "Module" }));
|
|
9638
9635
|
const svgWrapper = (content2) => x`
|
|
9639
9636
|
<svg
|
|
9640
9637
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -9781,10 +9778,7 @@ __decorateClass$5([
|
|
|
9781
9778
|
if (!customElements.get("obi-navigation-bar")) {
|
|
9782
9779
|
customElements.define("obi-navigation-bar", NavigationBar);
|
|
9783
9780
|
}
|
|
9784
|
-
const navigationBar = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9785
|
-
__proto__: null,
|
|
9786
|
-
NavigationBar
|
|
9787
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
9781
|
+
const navigationBar = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, NavigationBar }, Symbol.toStringTag, { value: "Module" }));
|
|
9788
9782
|
var __defProp$4 = Object.defineProperty;
|
|
9789
9783
|
var __getOwnPropDesc$4 = Object.getOwnPropertyDescriptor;
|
|
9790
9784
|
var __decorateClass$4 = (decorators, target, key, kind) => {
|
|
@@ -9981,11 +9975,7 @@ if (!customElements.get("obi-course")) {
|
|
|
9981
9975
|
if (!customElements.get("obi-course-list")) {
|
|
9982
9976
|
customElements.define("obi-course-list", CourseList);
|
|
9983
9977
|
}
|
|
9984
|
-
const courses = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9985
|
-
__proto__: null,
|
|
9986
|
-
Course,
|
|
9987
|
-
CourseList
|
|
9988
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
9978
|
+
const courses = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, Course, CourseList }, Symbol.toStringTag, { value: "Module" }));
|
|
9989
9979
|
var __defProp$3 = Object.defineProperty;
|
|
9990
9980
|
var __getOwnPropDesc$3 = Object.getOwnPropertyDescriptor;
|
|
9991
9981
|
var __decorateClass$3 = (decorators, target, key, kind) => {
|
|
@@ -10179,10 +10169,7 @@ __decorateClass$3([
|
|
|
10179
10169
|
if (!customElements.get("obi-course-modal")) {
|
|
10180
10170
|
customElements.define("obi-course-modal", CourseModal);
|
|
10181
10171
|
}
|
|
10182
|
-
const courseModal = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10183
|
-
__proto__: null,
|
|
10184
|
-
CourseModal
|
|
10185
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
10172
|
+
const courseModal = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, CourseModal }, Symbol.toStringTag, { value: "Module" }));
|
|
10186
10173
|
const f$1 = (o2) => void 0 === o2.strings;
|
|
10187
10174
|
const t = { ATTRIBUTE: 1, CHILD: 2, PROPERTY: 3, BOOLEAN_ATTRIBUTE: 4, EVENT: 5, ELEMENT: 6 }, e$1 = (t2) => (...e2) => ({ _$litDirective$: t2, values: e2 });
|
|
10188
10175
|
class i2 {
|
|
@@ -10481,10 +10468,7 @@ __decorateClass$2([
|
|
|
10481
10468
|
if (!customElements.get("obi-audio-equalizer")) {
|
|
10482
10469
|
customElements.define("obi-audio-equalizer", AudioEqualizer);
|
|
10483
10470
|
}
|
|
10484
|
-
const audioEqualizer = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10485
|
-
__proto__: null,
|
|
10486
|
-
AudioEqualizer
|
|
10487
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
10471
|
+
const audioEqualizer = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, AudioEqualizer }, Symbol.toStringTag, { value: "Module" }));
|
|
10488
10472
|
var __defProp$1 = Object.defineProperty;
|
|
10489
10473
|
var __getOwnPropDesc$1 = Object.getOwnPropertyDescriptor;
|
|
10490
10474
|
var __decorateClass$1 = (decorators, target, key, kind) => {
|
|
@@ -10600,10 +10584,7 @@ __decorateClass$1([
|
|
|
10600
10584
|
if (!customElements.get("obi-dot-loader")) {
|
|
10601
10585
|
customElements.define("obi-dot-loader", DotLoader);
|
|
10602
10586
|
}
|
|
10603
|
-
const dotLoader = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10604
|
-
__proto__: null,
|
|
10605
|
-
DotLoader
|
|
10606
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
10587
|
+
const dotLoader = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, DotLoader }, Symbol.toStringTag, { value: "Module" }));
|
|
10607
10588
|
class SearchingLoader extends i$1 {
|
|
10608
10589
|
render() {
|
|
10609
10590
|
return x`
|
|
@@ -10631,10 +10612,7 @@ SearchingLoader.styles = i$4`
|
|
|
10631
10612
|
if (!customElements.get("obi-searching-loader")) {
|
|
10632
10613
|
customElements.define("obi-searching-loader", SearchingLoader);
|
|
10633
10614
|
}
|
|
10634
|
-
const searchingLoader = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10635
|
-
__proto__: null,
|
|
10636
|
-
SearchingLoader
|
|
10637
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
10615
|
+
const searchingLoader = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, SearchingLoader }, Symbol.toStringTag, { value: "Module" }));
|
|
10638
10616
|
var __defProp = Object.defineProperty;
|
|
10639
10617
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
10640
10618
|
var __decorateClass = (decorators, target, key, kind) => {
|
|
@@ -11128,10 +11106,7 @@ __decorateClass([
|
|
|
11128
11106
|
if (!customElements.get("obi-widget")) {
|
|
11129
11107
|
customElements.define("obi-widget", ObiWidget);
|
|
11130
11108
|
}
|
|
11131
|
-
const obiWidget = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11132
|
-
__proto__: null,
|
|
11133
|
-
ObiWidget
|
|
11134
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
11109
|
+
const obiWidget = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, ObiWidget }, Symbol.toStringTag, { value: "Module" }));
|
|
11135
11110
|
export {
|
|
11136
11111
|
AudioEqualizer as A,
|
|
11137
11112
|
Course as C,
|
|
@@ -11155,4 +11130,4 @@ export {
|
|
|
11155
11130
|
searchingLoader as s,
|
|
11156
11131
|
x
|
|
11157
11132
|
};
|
|
11158
|
-
//# sourceMappingURL=obi-widget-
|
|
11133
|
+
//# sourceMappingURL=obi-widget-dffef845.js.map
|