@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260713110639 → 0.8.1-dev.20260714120443
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/index.js +1 -1
- package/dist/index.mjs +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -3630,7 +3630,7 @@ var DataListRenderer = ({
|
|
|
3630
3630
|
{
|
|
3631
3631
|
addLinkHref,
|
|
3632
3632
|
addLinkText,
|
|
3633
|
-
title: formDefinition?.formTitle || "",
|
|
3633
|
+
title: (formDefinition?.formTitle || "") + "-V2",
|
|
3634
3634
|
path,
|
|
3635
3635
|
columns,
|
|
3636
3636
|
dataset,
|
|
@@ -4263,3 +4263,5 @@ export {
|
|
|
4263
4263
|
ViewControl_default as ViewControl,
|
|
4264
4264
|
ViewControlTypes_default as ViewControlTypes
|
|
4265
4265
|
};
|
|
4266
|
+
ontrolTypes
|
|
4267
|
+
};
|
package/package.json
CHANGED