udp-react-enterprise-component-library 26.5.0-beta.0 → 26.5.0-beta.10
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/.tsbuildinfo +1 -1
- package/dist/UI/fileViewer/pdfViewer/PDFViewer.d.ts +2 -0
- package/dist/UI/fileViewer/pdfViewer/PDFViewer.d.ts.map +1 -1
- package/dist/UI/fileViewer/pdfViewer/PDFViewer.js +2 -0
- package/dist/UI/fileViewer/pdfViewer/PDFViewer.js.map +1 -1
- package/dist/UI/fileViewer/pdfViewer/PDFViewer.mjs +2 -0
- package/dist/UI/fileViewer/pdfViewer/PDFViewer.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpChip.d.ts +4 -0
- package/dist/UI/fluent-web-components/UdpChip.d.ts.map +1 -1
- package/dist/UI/fluent-web-components/UdpChip.js +4 -0
- package/dist/UI/fluent-web-components/UdpChip.js.map +1 -1
- package/dist/UI/fluent-web-components/UdpChip.mjs +4 -0
- package/dist/UI/fluent-web-components/UdpChip.mjs.map +1 -1
- package/dist/UI/surfaces/SideSheet.d.ts +6 -0
- package/dist/UI/surfaces/SideSheet.d.ts.map +1 -1
- package/dist/UI/surfaces/SideSheet.js +6 -0
- package/dist/UI/surfaces/SideSheet.js.map +1 -1
- package/dist/UI/surfaces/SideSheet.mjs +6 -0
- package/dist/UI/surfaces/SideSheet.mjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/maintenanceEngine/crudBrowser/CrudTableColumnDefs.d.ts.map +1 -1
- package/dist/maintenanceEngine/crudBrowser/CrudTableColumnDefs.js +3 -3
- package/dist/maintenanceEngine/crudBrowser/CrudTableColumnDefs.js.map +1 -1
- package/dist/maintenanceEngine/crudBrowser/CrudTableColumnDefs.mjs +2 -1
- package/dist/maintenanceEngine/crudBrowser/CrudTableColumnDefs.mjs.map +1 -1
- package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.d.ts.map +1 -1
- package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.js +2 -2
- package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.js.map +1 -1
- package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.mjs +2 -1
- package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.mjs.map +1 -1
- package/dist/maintenanceEngine/entityAttributeActions.d.ts.map +1 -1
- package/dist/maintenanceEngine/entityAttributeActions.js +2 -1
- package/dist/maintenanceEngine/entityAttributeActions.js.map +1 -1
- package/dist/maintenanceEngine/entityAttributeActions.mjs +2 -1
- package/dist/maintenanceEngine/entityAttributeActions.mjs.map +1 -1
- package/dist/providers/QueryProvider.d.ts +16 -0
- package/dist/providers/QueryProvider.d.ts.map +1 -1
- package/dist/providers/QueryProvider.js +16 -1
- package/dist/providers/QueryProvider.js.map +1 -1
- package/dist/providers/QueryProvider.mjs +19 -2
- package/dist/providers/QueryProvider.mjs.map +1 -1
- package/dist/providers/UdpAppProvider.mjs +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.d.ts.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.js +4 -2
- package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.js.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.mjs +3 -2
- package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.d.ts.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.js +20 -14
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.js.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.mjs +82 -70
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionChangeLog.d.ts.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionChangeLog.js +2 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionChangeLog.js.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionChangeLog.mjs +2 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionChangeLog.mjs.map +1 -1
- package/dist/utilities/entities/entityUtilities.d.ts +5 -0
- package/dist/utilities/entities/entityUtilities.d.ts.map +1 -1
- package/dist/utilities/entities/entityUtilities.js +11 -0
- package/dist/utilities/entities/entityUtilities.js.map +1 -1
- package/dist/utilities/entities/entityUtilities.mjs +3 -1
- package/dist/utilities/entities/entityUtilities.mjs.map +1 -1
- package/dist/utilities/search/SearchUtilities.d.ts +10 -1
- package/dist/utilities/search/SearchUtilities.d.ts.map +1 -1
- package/dist/utilities/search/SearchUtilities.js +8 -0
- package/dist/utilities/search/SearchUtilities.js.map +1 -1
- package/dist/utilities/search/SearchUtilities.mjs +4 -1
- package/dist/utilities/search/SearchUtilities.mjs.map +1 -1
- package/dist/utilities/types.d.ts +4 -0
- package/dist/utilities/types.d.ts.map +1 -1
- package/dist/utilities/useApiQuery.mjs +89 -1
- package/dist/utilities/useApiQuery.mjs.map +1 -1
- package/package.json +3 -3
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.