react-luminus-components 1.4.40 → 1.4.41
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/models/index.d.ts +8 -0
- package/package.json +1 -1
package/dist/models/index.d.ts
CHANGED
|
@@ -69,6 +69,8 @@ export type { default as ComponentsContextTexts } from './texts/ComponentsContex
|
|
|
69
69
|
export type { default as DateTexts } from './texts/DateTexts';
|
|
70
70
|
export type { default as ApprovalTexts } from './texts/ApprovalTexts';
|
|
71
71
|
export type { default as NotifCentrumTexts } from './texts/NotifCentrumTexts';
|
|
72
|
+
export type { default as ImportTexts } from './texts/ImportTexts';
|
|
73
|
+
export type { default as LocalizationTexts } from './texts/LocalizationTexts';
|
|
72
74
|
export type { default as PromptOptions } from './types/PromptOptions';
|
|
73
75
|
export type { default as UseGetApiDataOptions } from './types/UseGetApiDataOptions';
|
|
74
76
|
export type { default as DropdownPickerOption } from './types/DropdownPickerOption';
|
|
@@ -117,6 +119,12 @@ export type { default as ApprovalTimelineModel } from './api/approval/ApprovalTi
|
|
|
117
119
|
export type { default as EmployeeSmallModel } from './api/employee/EmployeeSmallModel';
|
|
118
120
|
export type { default as ReloadDataWithReturnType } from './types/useGetApiData/ReloadDataWithReturnType';
|
|
119
121
|
export type { default as ReloadDataType } from './types/useGetApiData/ReloadDataType';
|
|
122
|
+
export type { default as XlsColumnErrorModel } from './api/imports/XlsColumnErrorModel';
|
|
123
|
+
export type { default as XlsImportResult } from './api/imports/XlsImportResult';
|
|
124
|
+
export type { default as OtherSettingsPageProps } from './ui/imports/OtherSettingsPageProps';
|
|
125
|
+
export type { default as LocalizationUpdateItemModel } from './api/localization/LocalizationUpdateItemModel';
|
|
126
|
+
export type { default as LocalizationUpdateModel } from './api/localization/LocalizationUpdateModel';
|
|
127
|
+
export type { default as WrappedPromise } from './ui/promiseWrapper/WrappedPromise';
|
|
120
128
|
export type { default as AuthToken } from './types/auth/AuthToken';
|
|
121
129
|
export type { default as NotifTargetModel } from './types/notifCenter/NotifTargetModel';
|
|
122
130
|
export type { default as NotificationHistoryModel } from './types/notifCenter/NotificationHistoryModel';
|