react-luminus-components 1.5.39 → 1.5.40
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/README.md +349 -349
- package/dist/.vite/manifest.json +30 -30
- package/dist/{FormDisabledProvider-BAiNdOtC.js → FormDisabledProvider-Bnx4rLPt.js} +1 -1
- package/dist/FormDisabledProvider-D3_uZkaG.cjs +1 -0
- package/dist/{nivo-bar.es--AbsdroC.js → ShortcutLinksContext-B3a1Cd5G.js} +6657 -6656
- package/dist/{nivo-bar.es-B9IJx7pj.cjs → ShortcutLinksContext-DL1kqHiR.cjs} +7 -7
- 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 +16 -0
- package/dist/components/NotifCenter/NotifStyles/hooks/useNotifStyleTableColumns.d.ts +7 -0
- package/dist/components/NotifCenter/index.d.ts +1 -0
- package/dist/contexts.cjs.js +1 -1
- package/dist/contexts.es.js +56 -56
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.es.js +56 -56
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +8 -8
- package/dist/main.cjs.js +54 -54
- package/dist/main.d.ts +1 -0
- package/dist/main.es.js +10937 -10771
- package/dist/models/index.d.ts +3 -0
- package/dist/models/texts/NotifCentrumTexts.d.ts +15 -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/style.css +1 -1
- package/dist/{useLocalStorageState-B2VDAPTK.js → useLocalStorageState-DIgKUvq6.js} +13 -13
- package/dist/useLocalStorageState-DJIRaF9a.cjs +1 -0
- package/dist/utils.cjs.js +1 -1
- package/dist/utils.es.js +23 -23
- package/dist/variables.scss +165 -165
- package/package.json +123 -123
- package/dist/FormDisabledProvider-Cs9zynFk.cjs +0 -1
- package/dist/useLocalStorageState-i8aLBOb5.cjs +0 -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';
|