Library @mendix/piw-utils-internal is missing. Where to find its functions?

0
import { FilterFunction, FilterType, generateUUID, useFilterContext, useMultipleFiltering } from "@mendix/piw-utils-internal/components/web"; I'm reading a widget code and found these functions imported from piw-utils-internal library. But when i did npm install then this library was missing. Where can i find this library or any other library which provide these same functions?
asked
2 answers
0

The source code that you are referring to is an old version. Later, these moved to different repositories and changed.

For example, you can find `generateUUID` here: 

https://github.com/mendix/web-widgets/blob/main/packages/shared/widget-plugin-platform/src/framework/generate-uuid.ts

answered
-1

Hi Sachin,

You might wanna have a look at these Forum posts,

https://community.mendix.com/link/space/widgets/questions/105360

https://community.mendix.com/link/space/widgets/questions/114870

https://community.mendix.com/link/space/widgets/questions/101371

 

Hope these answers help you to resolve your issue...

answered