@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260707162731 → 0.8.1-dev.20260708060703
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/{InputControlClient-NJV6B65M.mjs → InputControlClient-646PQPKQ.mjs} +79 -6
- package/dist/{InputControlClient-TW664WIJ.mjs → InputControlClient-O4HBEUP4.mjs} +79 -6
- package/dist/{Pagination-FSYLYKUA.mjs → Pagination-4K7GMWUE.mjs} +2 -2
- package/dist/Pagination-OQT7Q2XO.mjs +183 -0
- package/dist/chunk-FI2KJBK2.mjs +110 -0
- package/dist/{chunk-47HD7QP7.mjs → chunk-FYGNBMII.mjs} +1 -1
- package/dist/chunk-OGGIS4AN.mjs +201 -0
- package/dist/{chunk-CM7LUGCH.mjs → chunk-UWFXFVUU.mjs} +2 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +565 -484
- package/dist/index.mjs +19 -19
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
1
3
|
import {
|
|
2
4
|
OdataBuilder
|
|
3
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-OGGIS4AN.mjs";
|
|
4
6
|
import {
|
|
5
7
|
AssetUtility_default,
|
|
6
8
|
BooleanSelect_default,
|
|
@@ -17,22 +19,22 @@ import {
|
|
|
17
19
|
PhoneInput_default,
|
|
18
20
|
SelectWithSearchInput_default,
|
|
19
21
|
TimeInput_default
|
|
20
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-7ZFZLN56.mjs";
|
|
21
23
|
import {
|
|
22
24
|
Constants,
|
|
23
25
|
Hyperlink,
|
|
24
26
|
Icon_default,
|
|
25
27
|
InputControlType_default
|
|
26
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-FI2KJBK2.mjs";
|
|
27
29
|
import {
|
|
28
30
|
ServiceClient_default
|
|
29
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-WEV5U33G.mjs";
|
|
30
32
|
import {
|
|
31
33
|
Button_default,
|
|
32
34
|
ClientButton_default,
|
|
33
35
|
ToastService_default
|
|
34
|
-
} from "./chunk-
|
|
35
|
-
import "./chunk-
|
|
36
|
+
} from "./chunk-67IG5NBU.mjs";
|
|
37
|
+
import "./chunk-IMNQO57B.mjs";
|
|
36
38
|
|
|
37
39
|
// src/components/controls/view/ViewControl.tsx
|
|
38
40
|
import React13 from "react";
|
|
@@ -75,7 +77,7 @@ var NumberView_default = NumberView;
|
|
|
75
77
|
|
|
76
78
|
// src/components/controls/view/DateView.tsx
|
|
77
79
|
import dynamic from "next/dynamic";
|
|
78
|
-
var DateView = dynamic(() => import("./DateViewClient-
|
|
80
|
+
var DateView = dynamic(() => import("./DateViewClient-VLTRN47D.mjs"), {
|
|
79
81
|
ssr: false
|
|
80
82
|
});
|
|
81
83
|
var DateView_default = DateView;
|
|
@@ -130,7 +132,7 @@ import React3 from "react";
|
|
|
130
132
|
// src/components/DeviceAssetSelector.tsx
|
|
131
133
|
import dynamic2 from "next/dynamic";
|
|
132
134
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
133
|
-
var HlsPlayer = dynamic2(() => import("./HlsPlayer-
|
|
135
|
+
var HlsPlayer = dynamic2(() => import("./HlsPlayer-5AWFZ2P6.mjs"), { ssr: false });
|
|
134
136
|
var FORMAT_CLASSES = {
|
|
135
137
|
center: "justify-center",
|
|
136
138
|
left: "justify-start",
|
|
@@ -365,7 +367,7 @@ var AiGeneratedSummary_default = AiGeneratedSummary;
|
|
|
365
367
|
|
|
366
368
|
// src/components/controls/view/DateTimeVew.tsx
|
|
367
369
|
import dynamic3 from "next/dynamic";
|
|
368
|
-
var DateTimeView = dynamic3(() => import("./DateTimeViewClient-
|
|
370
|
+
var DateTimeView = dynamic3(() => import("./DateTimeViewClient-R3M6ISVK.mjs"), {
|
|
369
371
|
ssr: false
|
|
370
372
|
});
|
|
371
373
|
var DateTimeVew_default = DateTimeView;
|
|
@@ -406,7 +408,7 @@ var ViewControl_default = ViewControl;
|
|
|
406
408
|
|
|
407
409
|
// src/components/controls/edit/InputControl.tsx
|
|
408
410
|
import dynamic4 from "next/dynamic";
|
|
409
|
-
var InputControl = dynamic4(() => import("./InputControlClient-
|
|
411
|
+
var InputControl = dynamic4(() => import("./InputControlClient-646PQPKQ.mjs"), {
|
|
410
412
|
ssr: false
|
|
411
413
|
});
|
|
412
414
|
var InputControl_default = InputControl;
|
|
@@ -502,7 +504,7 @@ import React14 from "react";
|
|
|
502
504
|
// src/components/pageRenderingEngine/nodes/ImageNode.tsx
|
|
503
505
|
import dynamic5 from "next/dynamic";
|
|
504
506
|
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
505
|
-
var HlsPlayer2 = dynamic5(() => import("./HlsPlayer-
|
|
507
|
+
var HlsPlayer2 = dynamic5(() => import("./HlsPlayer-5AWFZ2P6.mjs"), { ssr: false });
|
|
506
508
|
var getNestedValue = (obj, path) => {
|
|
507
509
|
if (!obj || !path) return void 0;
|
|
508
510
|
return path.split(".").reduce((current, key) => {
|
|
@@ -610,7 +612,7 @@ var ImageNode_default = ImageNode;
|
|
|
610
612
|
// src/components/pageRenderingEngine/nodes/LinkNode.tsx
|
|
611
613
|
import dynamic6 from "next/dynamic";
|
|
612
614
|
import { Fragment, jsx as jsx18, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
613
|
-
var LinkNodeButton = dynamic6(() => import("./LinkNodeButton-
|
|
615
|
+
var LinkNodeButton = dynamic6(() => import("./LinkNodeButton-ZONM74OO.mjs"), {
|
|
614
616
|
ssr: false
|
|
615
617
|
});
|
|
616
618
|
function getNestedValue2(obj, path) {
|
|
@@ -1045,7 +1047,7 @@ var QuoteNode_default = QuoteNode;
|
|
|
1045
1047
|
import React20 from "react";
|
|
1046
1048
|
import dynamic7 from "next/dynamic";
|
|
1047
1049
|
import { jsx as jsx27, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
1048
|
-
var CopyButton = dynamic7(() => import("./CopyButton-
|
|
1050
|
+
var CopyButton = dynamic7(() => import("./CopyButton-UPJPMJUB.mjs"), {
|
|
1049
1051
|
ssr: false,
|
|
1050
1052
|
// optional: fallback UI while loading
|
|
1051
1053
|
loading: () => /* @__PURE__ */ jsx27("span", { className: "text-gray-400 text-xs", children: "Copy" })
|
|
@@ -1187,7 +1189,7 @@ import React22 from "react";
|
|
|
1187
1189
|
// src/components/pageRenderingEngine/nodes/EmbedNode.tsx
|
|
1188
1190
|
import dynamic8 from "next/dynamic";
|
|
1189
1191
|
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
1190
|
-
var IframeClient = dynamic8(() => import("./IframeClient-
|
|
1192
|
+
var IframeClient = dynamic8(() => import("./IframeClient-RGJFZ5P2.mjs"), {
|
|
1191
1193
|
ssr: false
|
|
1192
1194
|
});
|
|
1193
1195
|
var EmbedNode = (props) => {
|
|
@@ -1405,7 +1407,7 @@ import dynamic10 from "next/dynamic";
|
|
|
1405
1407
|
// src/components/pageRenderingEngine/nodes/ImageGalleryNode.tsx
|
|
1406
1408
|
import dynamic9 from "next/dynamic";
|
|
1407
1409
|
import { Fragment as Fragment5, jsx as jsx32, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
1408
|
-
var HlsPlayer3 = dynamic9(() => import("./HlsPlayer-
|
|
1410
|
+
var HlsPlayer3 = dynamic9(() => import("./HlsPlayer-5AWFZ2P6.mjs"), { ssr: false });
|
|
1409
1411
|
var deviceToMediaQuery = (device) => {
|
|
1410
1412
|
switch (device) {
|
|
1411
1413
|
case "lg":
|
|
@@ -2220,8 +2222,8 @@ var DocumentNode_default = DocumentNode;
|
|
|
2220
2222
|
|
|
2221
2223
|
// src/components/pageRenderingEngine/nodes/DivContainer.tsx
|
|
2222
2224
|
import { jsx as jsx34, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
2223
|
-
var Pagination = dynamic10(() => import("./Pagination-
|
|
2224
|
-
var Slider = dynamic10(() => import("./Slider-
|
|
2225
|
+
var Pagination = dynamic10(() => import("./Pagination-OQT7Q2XO.mjs"), { ssr: true });
|
|
2226
|
+
var Slider = dynamic10(() => import("./Slider-554BKC7N.mjs"), {
|
|
2225
2227
|
ssr: false
|
|
2226
2228
|
});
|
|
2227
2229
|
function toCamelCase(str) {
|
|
@@ -4223,5 +4225,3 @@ export {
|
|
|
4223
4225
|
ViewControl_default as ViewControl,
|
|
4224
4226
|
ViewControlTypes_default as ViewControlTypes
|
|
4225
4227
|
};
|
|
4226
|
-
ontrolTypes
|
|
4227
|
-
};
|
package/package.json
CHANGED