react-luminus-components 2.0.5 → 2.0.7
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/.vite/manifest.json +38 -38
- package/dist/{FormDisabledProvider-CiGUtSf7.cjs → FormDisabledProvider-BLZtwahl.cjs} +1 -1
- package/dist/{FormDisabledProvider-BlRae2l2.js → FormDisabledProvider-qhIyJB5D.js} +1 -1
- package/dist/components/NotifCenter/Actions/NotificationActions.d.ts +7 -3
- package/dist/components/NotifCenter/Actions/components/index.d.ts +2 -0
- package/dist/components/NotifCenter/Actions/components/modals/NotificationActionAddModal.d.ts +11 -0
- package/dist/components/NotifCenter/Actions/components/modals/NotificationTemplateAddModal.d.ts +13 -0
- package/dist/components/NotifCenter/Actions/components/modals/NotificationTemplateEditModal.d.ts +6 -4
- package/dist/components/NotifCenter/NotifStyles/NotifStyles.d.ts +10 -0
- package/dist/components/NotifCenter/NotifStyles/hooks/useNotifStyleFormSchema.d.ts +20 -0
- package/dist/components/NotifCenter/NotifStyles/hooks/useNotifStyleTableColumns.d.ts +7 -0
- package/dist/components/NotifCenter/index.d.ts +1 -0
- package/dist/components/UserSettings/LanguageSettingsUS/LanguageSettingsUS.d.ts +2 -0
- package/dist/components/UserSettings/index.d.ts +1 -0
- package/dist/contexts.cjs.js +1 -1
- package/dist/contexts.es.js +88 -88
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.es.js +30 -30
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +50 -50
- package/dist/{localStorageUtils-CZ4HDRzi.js → localStorageUtils-D2opn367.js} +2 -2
- package/dist/main.cjs.js +10 -10
- package/dist/main.d.ts +1 -0
- package/dist/main.es.js +6231 -5732
- package/dist/models/index.d.ts +3 -0
- package/dist/models/texts/NotifCentrumTexts.d.ts +15 -0
- package/dist/models/texts/UserSettingsTexts.d.ts +1 -0
- package/dist/models/types/notifCenter/NotifStyleModel.d.ts +6 -0
- package/dist/models/types/notifCenter/NotifTemplateCreateModel.d.ts +11 -0
- package/dist/models/types/notifCenter/NotifTemplateEditModel.d.ts +6 -0
- package/dist/models/types/notifCenter/NotificationAttachmentModel.d.ts +4 -0
- package/dist/models/types/notifCenter/NotificationModel.d.ts +2 -1
- package/dist/models/types/notifCenter/NotificationTemplate.d.ts +3 -1
- package/dist/{nivo-bar-BHzU38wt.js → nivo-bar-BkM6-FGM.js} +1561 -1557
- package/dist/{nivo-bar-C1VYGnTR.cjs → nivo-bar-CMNxTtSc.cjs} +13 -13
- package/dist/{useIsFormDirty-BMSfF308.cjs → useIsFormDirty-AcJxAiGV.cjs} +1 -1
- package/dist/{useIsFormDirty-BdF5E9qQ.js → useIsFormDirty-Clr-emgm.js} +1 -1
- package/dist/{useLocalStorageState-AB4BFfn5.cjs → useLocalStorageState-B8x3R1dU.cjs} +1 -1
- package/dist/{useLocalStorageState-B2v6hClT.js → useLocalStorageState-D-LKqvel.js} +1 -1
- package/dist/utils.cjs.js +1 -1
- package/dist/utils.es.js +19 -19
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ export { PermissionSubstituteTable, PermissionSubstituteDetail } from './compone
|
|
|
67
67
|
export { Approvals, ApprovalsDelegations } from './components/common';
|
|
68
68
|
export { NotificationActions } from './components/NotifCenter';
|
|
69
69
|
export { NotificationUsers } from './components/NotifCenter';
|
|
70
|
+
export { NotifStyles } from './components/NotifCenter';
|
|
70
71
|
export { ImportFilePicker, ImportResult } from './components/Imports';
|
|
71
72
|
export { LocalizationImport, LocalizationSettings } from './components/Localization';
|
|
72
73
|
export { AppSearch, SearchPage } from './components/Search';
|