dp-widgets-framework 1.7.5 → 1.7.6
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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -45445,7 +45445,7 @@ function FiltersContent({
|
|
|
45445
45445
|
] }) : "Apply Filters"
|
|
45446
45446
|
}
|
|
45447
45447
|
) }) }),
|
|
45448
|
-
isEditing && /* @__PURE__ */ jsxRuntimeExports.jsx(TooltipContent, { side: "top", children: "
|
|
45448
|
+
isEditing && /* @__PURE__ */ jsxRuntimeExports.jsx(TooltipContent, { side: "top", children: "Exit edit mode by saving or canceling your layout changes to apply filters" })
|
|
45449
45449
|
] }) })
|
|
45450
45450
|
] }) })
|
|
45451
45451
|
] });
|
package/dist/index.js
CHANGED
|
@@ -45473,7 +45473,7 @@ function FiltersContent({
|
|
|
45473
45473
|
] }) : "Apply Filters"
|
|
45474
45474
|
}
|
|
45475
45475
|
) }) }),
|
|
45476
|
-
isEditing && /* @__PURE__ */ jsxRuntimeExports.jsx(TooltipContent, { side: "top", children: "
|
|
45476
|
+
isEditing && /* @__PURE__ */ jsxRuntimeExports.jsx(TooltipContent, { side: "top", children: "Exit edit mode by saving or canceling your layout changes to apply filters" })
|
|
45477
45477
|
] }) })
|
|
45478
45478
|
] }) })
|
|
45479
45479
|
] });
|