@solidstarters/solid-core-ui 1.1.167 → 1.1.169
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/components/ErrorBoundries/OfflineNotice.d.ts +2 -0
- package/dist/components/ErrorBoundries/OfflineNotice.d.ts.map +1 -0
- package/dist/components/ErrorBoundries/OfflineNotice.js +34 -0
- package/dist/components/ErrorBoundries/OfflineNotice.js.map +1 -0
- package/dist/components/ErrorBoundries/OnlineStatusWrapper.d.ts +2 -0
- package/dist/components/ErrorBoundries/OnlineStatusWrapper.d.ts.map +1 -0
- package/dist/components/ErrorBoundries/OnlineStatusWrapper.js +10 -0
- package/dist/components/ErrorBoundries/OnlineStatusWrapper.js.map +1 -0
- package/dist/components/ErrorBoundries/ServerError.d.ts +2 -0
- package/dist/components/ErrorBoundries/ServerError.d.ts.map +1 -0
- package/dist/components/ErrorBoundries/ServerError.js +9 -0
- package/dist/components/ErrorBoundries/ServerError.js.map +1 -0
- package/dist/components/ErrorBoundries/ServerErrorPage.d.ts +2 -0
- package/dist/components/ErrorBoundries/ServerErrorPage.d.ts.map +1 -0
- package/dist/components/ErrorBoundries/ServerErrorPage.js +11 -0
- package/dist/components/ErrorBoundries/ServerErrorPage.js.map +1 -0
- package/dist/components/ErrorBoundries/ServerMaintainanceSvg.d.ts +2 -0
- package/dist/components/ErrorBoundries/ServerMaintainanceSvg.d.ts.map +1 -0
- package/dist/components/ErrorBoundries/ServerMaintainanceSvg.js +5 -0
- package/dist/components/ErrorBoundries/ServerMaintainanceSvg.js.map +1 -0
- package/dist/components/ErrorBoundries/ServerUnreachableError.d.ts +2 -0
- package/dist/components/ErrorBoundries/ServerUnreachableError.d.ts.map +1 -0
- package/dist/components/ErrorBoundries/ServerUnreachableError.js +9 -0
- package/dist/components/ErrorBoundries/ServerUnreachableError.js.map +1 -0
- package/dist/components/ErrorBoundries/SolidGenericErrorComponent.d.ts +2 -0
- package/dist/components/ErrorBoundries/SolidGenericErrorComponent.d.ts.map +1 -0
- package/dist/components/ErrorBoundries/SolidGenericErrorComponent.js +24 -0
- package/dist/components/ErrorBoundries/SolidGenericErrorComponent.js.map +1 -0
- package/dist/components/Svg/ListViewPlaceholderSvg.d.ts +2 -0
- package/dist/components/Svg/ListViewPlaceholderSvg.d.ts.map +1 -0
- package/dist/components/Svg/ListViewPlaceholderSvg.js +5 -0
- package/dist/components/Svg/ListViewPlaceholderSvg.js.map +1 -0
- package/dist/components/auth/AuthLayout.js +1 -1
- package/dist/components/auth/AuthLayout.js.map +1 -1
- package/dist/components/auth/SolidForgotPassword.d.ts +1 -1
- package/dist/components/auth/SolidForgotPassword.d.ts.map +1 -1
- package/dist/components/auth/SolidForgotPassword.js +7 -6
- package/dist/components/auth/SolidForgotPassword.js.map +1 -1
- package/dist/components/auth/SolidInitialLoginOtp.js +1 -1
- package/dist/components/auth/SolidInitialLoginOtp.js.map +1 -1
- package/dist/components/auth/SolidInitiateRegisterOtp.js +1 -1
- package/dist/components/auth/SolidInitiateRegisterOtp.js.map +1 -1
- package/dist/components/auth/SolidLogin.js +1 -1
- package/dist/components/auth/SolidLogin.js.map +1 -1
- package/dist/components/auth/SolidOTPVerify.js +1 -1
- package/dist/components/auth/SolidOTPVerify.js.map +1 -1
- package/dist/components/auth/SolidRegister.js +1 -1
- package/dist/components/auth/SolidRegister.js.map +1 -1
- package/dist/components/auth/SolidResetPassword.js +1 -1
- package/dist/components/auth/SolidResetPassword.js.map +1 -1
- package/dist/components/common/GeneralSettings.d.ts.map +1 -1
- package/dist/components/common/GeneralSettings.js +16 -12
- package/dist/components/common/GeneralSettings.js.map +1 -1
- package/dist/components/core/common/SolidAccountSettings/AccountSettings.d.ts +2 -0
- package/dist/components/core/common/SolidAccountSettings/AccountSettings.d.ts.map +1 -0
- package/dist/components/core/common/SolidAccountSettings/AccountSettings.js +58 -0
- package/dist/components/core/common/SolidAccountSettings/AccountSettings.js.map +1 -0
- package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.d.ts.map +1 -1
- package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js +2 -0
- package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js.map +1 -1
- package/dist/components/core/common/SolidAccountSettings/SolidPersnoalInfo.d.ts +2 -0
- package/dist/components/core/common/SolidAccountSettings/SolidPersnoalInfo.d.ts.map +1 -0
- package/dist/components/core/common/SolidAccountSettings/SolidPersnoalInfo.js +240 -0
- package/dist/components/core/common/SolidAccountSettings/SolidPersnoalInfo.js.map +1 -0
- package/dist/components/core/common/SolidConfigureLayoutElement.d.ts +2 -0
- package/dist/components/core/common/SolidConfigureLayoutElement.d.ts.map +1 -0
- package/dist/components/core/common/SolidConfigureLayoutElement.js +77 -0
- package/dist/components/core/common/SolidConfigureLayoutElement.js.map +1 -0
- package/dist/components/core/common/SolidGenericImport/ImportWrapper.d.ts +2 -0
- package/dist/components/core/common/SolidGenericImport/ImportWrapper.d.ts.map +1 -0
- package/dist/components/core/common/SolidGenericImport/ImportWrapper.js +17 -0
- package/dist/components/core/common/SolidGenericImport/ImportWrapper.js.map +1 -0
- package/dist/components/core/common/SolidGenericImport/temp.css +32 -0
- package/dist/components/core/dashboard/SolidQuestionWrapper.d.ts +2 -0
- package/dist/components/core/dashboard/SolidQuestionWrapper.d.ts.map +1 -0
- package/dist/components/core/dashboard/SolidQuestionWrapper.js +5 -0
- package/dist/components/core/dashboard/SolidQuestionWrapper.js.map +1 -0
- package/dist/components/core/dashboard/chart-renderers/BarChartRenderer.js +1 -1
- package/dist/components/core/dashboard/chart-renderers/BarChartRenderer.js.map +1 -1
- package/dist/components/core/dashboard/chart-renderers/LineChartRenderer.js +1 -1
- package/dist/components/core/dashboard/chart-renderers/LineChartRenderer.js.map +1 -1
- package/dist/components/core/dashboard/chart-renderers/PieChartRenderer.js +1 -1
- package/dist/components/core/dashboard/chart-renderers/PieChartRenderer.js.map +1 -1
- package/dist/components/core/dashboard/chart-renderers/PrimeReactMeterGroupRenderer.d.ts.map +1 -1
- package/dist/components/core/dashboard/chart-renderers/PrimeReactMeterGroupRenderer.js +2 -1
- package/dist/components/core/dashboard/chart-renderers/PrimeReactMeterGroupRenderer.js.map +1 -1
- package/dist/components/core/extension/solid-core/modelMetadata/list/deleteModelRowAction.module.css +25 -0
- package/dist/components/core/form/SolidFormActionHeader.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormActionHeader.js +8 -7
- package/dist/components/core/form/SolidFormActionHeader.js.map +1 -1
- package/dist/components/core/form/SolidFormViewShimmerLoading.module.css +4 -0
- package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyAutocompleteWidget.d.ts +3 -0
- package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyAutocompleteWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyAutocompleteWidget.js +38 -0
- package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyAutocompleteWidget.js.map +1 -0
- package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyCheckboxWidget.d.ts +3 -0
- package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyCheckboxWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyCheckboxWidget.js +48 -0
- package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyCheckboxWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidBooleanCheckboxFieldWidget.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidBooleanCheckboxFieldWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidBooleanCheckboxFieldWidget.js +57 -0
- package/dist/components/core/form/fields/widgets/SolidBooleanCheckboxFieldWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidBooleanSelectFieldWidget.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidBooleanSelectFieldWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidBooleanSelectFieldWidget.js +30 -0
- package/dist/components/core/form/fields/widgets/SolidBooleanSelectFieldWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldJsonViewModeWidget.d.ts +2 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldJsonViewModeWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldJsonViewModeWidget.js +9 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldJsonViewModeWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldMediaViewModeWidget.d.ts +2 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldMediaViewModeWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldMediaViewModeWidget.js +8 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldMediaViewModeWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldPasswordViewModeWidget.d.ts +2 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldPasswordViewModeWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldPasswordViewModeWidget.js +9 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldPasswordViewModeWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldRelationViewModeWidget.d.ts +2 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldRelationViewModeWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldRelationViewModeWidget.js +20 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldRelationViewModeWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldRichTextViewModeWidget.d.ts +2 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldRichTextViewModeWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldRichTextViewModeWidget.js +7 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldRichTextViewModeWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaMultiple.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaMultiple.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaMultiple.js +74 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaMultiple.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaMultipleWidget.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaMultipleWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaMultipleWidget.js +90 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaMultipleWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaSingleWidget.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaSingleWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaSingleWidget.js +74 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaSingleWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewModeWidget.d.ts +2 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewModeWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewModeWidget.js +6 -0
- package/dist/components/core/form/fields/widgets/SolidFormFieldViewModeWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidIconWidget.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidIconWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidIconWidget.js +93 -0
- package/dist/components/core/form/fields/widgets/SolidIconWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidSelectionStaticAutocompleteFieldWidget.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidSelectionStaticAutocompleteFieldWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidSelectionStaticAutocompleteFieldWidget.js +50 -0
- package/dist/components/core/form/fields/widgets/SolidSelectionStaticAutocompleteFieldWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidSelectionStaticRadioFieldWidget.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidSelectionStaticRadioFieldWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidSelectionStaticRadioFieldWidget.js +34 -0
- package/dist/components/core/form/fields/widgets/SolidSelectionStaticRadioFieldWidget.js.map +1 -0
- package/dist/components/core/list/SolidListView.d.ts.map +1 -1
- package/dist/components/core/list/SolidListView.js +46 -2
- package/dist/components/core/list/SolidListView.js.map +1 -1
- package/dist/components/core/list/SolidListViewHeaderButton.d.ts +1 -1
- package/dist/components/core/list/SolidListViewHeaderButton.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewHeaderButton.js +3 -2
- package/dist/components/core/list/SolidListViewHeaderButton.js.map +1 -1
- package/dist/components/core/list/SolidXAIModulePanel.module.css +31 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget copy.d.ts +2 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget copy.d.ts.map +1 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget copy.js +7 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget copy.js.map +1 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget.d.ts +2 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget.d.ts.map +1 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget.js +7 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget.js.map +1 -0
- package/dist/components/core/list/widgets/SolidUserNameAvatarWidget.d.ts +2 -0
- package/dist/components/core/list/widgets/SolidUserNameAvatarWidget.d.ts.map +1 -0
- package/dist/components/core/list/widgets/SolidUserNameAvatarWidget.js +35 -0
- package/dist/components/core/list/widgets/SolidUserNameAvatarWidget.js.map +1 -0
- package/dist/components/layout/user-profile-menu.d.ts.map +1 -1
- package/dist/components/layout/user-profile-menu.js +8 -7
- package/dist/components/layout/user-profile-menu.js.map +1 -1
- package/dist/helpers/resendOtpHelper.d.ts +2 -0
- package/dist/helpers/resendOtpHelper.d.ts.map +1 -0
- package/dist/helpers/resendOtpHelper.js +6 -0
- package/dist/helpers/resendOtpHelper.js.map +1 -0
- package/dist/helpers/useOfflineStatus.d.ts +2 -0
- package/dist/helpers/useOfflineStatus.d.ts.map +1 -0
- package/dist/helpers/useOfflineStatus.js +17 -0
- package/dist/helpers/useOfflineStatus.js.map +1 -0
- package/dist/redux/api/solidEntityApi.d.ts.map +1 -1
- package/dist/redux/api/solidEntityApi.js +49 -7
- package/dist/redux/api/solidEntityApi.js.map +1 -1
- package/dist/resources/globals.css +10 -14
- package/dist/resources/images/Navigation/SolidSettingsIcon.png +0 -0
- package/dist/resources/images/SS-Logo.png +0 -0
- package/dist/resources/images/SolidXLogo.svg +21 -0
- package/dist/resources/solid.css +2983 -0
- package/dist/resources/themes/solid-dark-purple/theme.css +1 -0
- package/dist/resources/themes/solid-light-purple/theme copy.css +6129 -0
- package/dist/resources/themes/solid-light-purple/theme.css +1 -0
- package/next-env.d.ts +5 -0
- package/package.json +1 -1
- package/src/resources/globals.css +10 -14
- package/src/resources/images/SolidXLogo.svg +21 -0
- package/src/resources/themes/solid-dark-purple/theme.css +1 -0
- package/src/resources/themes/solid-light-purple/theme.css +1 -0
- package/dist/components/core/dashboard/SolidDashboardVariableFilterDialog.d.ts +0 -10
- package/dist/components/core/dashboard/SolidDashboardVariableFilterDialog.d.ts.map +0 -1
- package/dist/components/core/dashboard/SolidDashboardVariableFilterDialog.js +0 -14
- package/dist/components/core/dashboard/SolidDashboardVariableFilterDialog.js.map +0 -1
- package/dist/components/core/extension/solid-core/question/BarChartWidget.d.ts +0 -4
- package/dist/components/core/extension/solid-core/question/BarChartWidget.d.ts.map +0 -1
- package/dist/components/core/extension/solid-core/question/BarChartWidget.js +0 -19
- package/dist/components/core/extension/solid-core/question/BarChartWidget.js.map +0 -1
- package/dist/components/core/extension/solid-core/question/ChartWidget.d.ts +0 -4
- package/dist/components/core/extension/solid-core/question/ChartWidget.d.ts.map +0 -1
- package/dist/components/core/extension/solid-core/question/ChartWidget.js +0 -25
- package/dist/components/core/extension/solid-core/question/ChartWidget.js.map +0 -1
- /package/{src/resources/images/SS-Logo.png → dist/resources/images/SS-Logo-1 1.png} +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { useEffect, useState } from 'react';
|
|
2
|
+
export default function useOfflineStatus() {
|
|
3
|
+
var _a = useState(false), isOffline = _a[0], setIsOffline = _a[1];
|
|
4
|
+
useEffect(function () {
|
|
5
|
+
var handleOnline = function () { return setIsOffline(false); };
|
|
6
|
+
var handleOffline = function () { return setIsOffline(true); };
|
|
7
|
+
setIsOffline(!navigator.onLine); // Initial check
|
|
8
|
+
window.addEventListener('online', handleOnline);
|
|
9
|
+
window.addEventListener('offline', handleOffline);
|
|
10
|
+
return function () {
|
|
11
|
+
window.removeEventListener('online', handleOnline);
|
|
12
|
+
window.removeEventListener('offline', handleOffline);
|
|
13
|
+
};
|
|
14
|
+
}, []);
|
|
15
|
+
return isOffline;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=useOfflineStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOfflineStatus.js","sourceRoot":"","sources":["../../src/helpers/useOfflineStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,CAAC,OAAO,UAAU,gBAAgB;IAChC,IAAA,KAA4B,QAAQ,CAAC,KAAK,CAAC,EAA1C,SAAS,QAAA,EAAE,YAAY,QAAmB,CAAC;IAElD,SAAS,CAAC;QACR,IAAM,YAAY,GAAG,cAAM,OAAA,YAAY,CAAC,KAAK,CAAC,EAAnB,CAAmB,CAAC;QAC/C,IAAM,aAAa,GAAG,cAAM,OAAA,YAAY,CAAC,IAAI,CAAC,EAAlB,CAAkB,CAAC;QAE/C,YAAY,CAAC,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,gBAAgB;QAEjD,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;QAChD,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;QAElD,OAAO;YACL,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;YACnD,MAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;QACvD,CAAC,CAAC;IACJ,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO,SAAS,CAAC;AACnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"solidEntityApi.d.ts","sourceRoot":"","sources":["../../../src/redux/api/solidEntityApi.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB,eAAgB,MAAM;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"solidEntityApi.d.ts","sourceRoot":"","sources":["../../../src/redux/api/solidEntityApi.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB,eAAgB,MAAM;;;;;;;;;;;;;;;;;;;;yKA8HtD,CAAC"}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
2
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
3
|
+
if (ar || !(i in from)) {
|
|
4
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
5
|
+
ar[i] = from[i];
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
9
|
+
};
|
|
1
10
|
import { createApi } from '@reduxjs/toolkit/query/react';
|
|
2
11
|
import { baseQueryWithAuth } from './fetchBaseQuery';
|
|
3
12
|
import { kebabCase } from 'change-case';
|
|
@@ -24,7 +33,15 @@ export var createSolidEntityApi = function (entityName) {
|
|
|
24
33
|
groupRecords: ((_b = response === null || response === void 0 ? void 0 : response.data) === null || _b === void 0 ? void 0 : _b.groupRecords) ? response.data.groupRecords : [],
|
|
25
34
|
};
|
|
26
35
|
},
|
|
27
|
-
providesTags: function (result) {
|
|
36
|
+
providesTags: function (result) {
|
|
37
|
+
return (result === null || result === void 0 ? void 0 : result.records)
|
|
38
|
+
? __spreadArray(__spreadArray([], result.records.map(function (record) { return ({
|
|
39
|
+
type: entityName,
|
|
40
|
+
id: record.id,
|
|
41
|
+
}); }), true), [
|
|
42
|
+
{ type: entityName, id: 'LIST' },
|
|
43
|
+
], false) : [{ type: entityName, id: 'LIST' }];
|
|
44
|
+
}
|
|
28
45
|
}),
|
|
29
46
|
getSolidKanbanEntities: builder.query({
|
|
30
47
|
query: function (qs) {
|
|
@@ -38,14 +55,19 @@ export var createSolidEntityApi = function (entityName) {
|
|
|
38
55
|
records: response.data.records.groupedData,
|
|
39
56
|
meta: response.data.meta
|
|
40
57
|
};
|
|
41
|
-
}
|
|
58
|
+
},
|
|
59
|
+
providesTags: [{ type: entityName, id: 'KANBAN' }],
|
|
42
60
|
}),
|
|
43
61
|
getSolidEntityById: builder.query({
|
|
44
62
|
query: function (_a) {
|
|
45
63
|
var id = _a.id, qs = _a.qs;
|
|
46
64
|
return "/".concat(kebabEntityName, "/").concat(id, "?").concat(qs);
|
|
47
65
|
},
|
|
48
|
-
providesTags:
|
|
66
|
+
// providesTags: () => [{ type: entityName }],
|
|
67
|
+
providesTags: function (_result, _error, _a) {
|
|
68
|
+
var id = _a.id;
|
|
69
|
+
return [{ type: entityName, id: id }];
|
|
70
|
+
},
|
|
49
71
|
}),
|
|
50
72
|
createSolidEntity: builder.mutation({
|
|
51
73
|
query: function (entity) { return ({
|
|
@@ -53,6 +75,7 @@ export var createSolidEntityApi = function (entityName) {
|
|
|
53
75
|
method: 'POST',
|
|
54
76
|
body: entity
|
|
55
77
|
}); },
|
|
78
|
+
invalidatesTags: [{ type: entityName, id: 'LIST' }],
|
|
56
79
|
}),
|
|
57
80
|
upsertSolidEntity: builder.mutation({
|
|
58
81
|
query: function (entity) { return ({
|
|
@@ -60,6 +83,7 @@ export var createSolidEntityApi = function (entityName) {
|
|
|
60
83
|
method: 'POST',
|
|
61
84
|
body: entity
|
|
62
85
|
}); },
|
|
86
|
+
invalidatesTags: [{ type: entityName, id: 'LIST' }],
|
|
63
87
|
}),
|
|
64
88
|
updateSolidEntity: builder.mutation({
|
|
65
89
|
query: function (_a) {
|
|
@@ -70,7 +94,13 @@ export var createSolidEntityApi = function (entityName) {
|
|
|
70
94
|
body: data,
|
|
71
95
|
});
|
|
72
96
|
},
|
|
73
|
-
invalidatesTags:
|
|
97
|
+
invalidatesTags: function (_result, _error, _a) {
|
|
98
|
+
var id = _a.id;
|
|
99
|
+
return [
|
|
100
|
+
{ type: entityName, id: id },
|
|
101
|
+
{ type: entityName, id: 'LIST' },
|
|
102
|
+
];
|
|
103
|
+
},
|
|
74
104
|
}),
|
|
75
105
|
deleteMultipleSolidEntities: builder.mutation({
|
|
76
106
|
query: function (data) { return ({
|
|
@@ -78,24 +108,29 @@ export var createSolidEntityApi = function (entityName) {
|
|
|
78
108
|
method: 'DELETE',
|
|
79
109
|
body: data
|
|
80
110
|
}); },
|
|
81
|
-
invalidatesTags: [{ type: entityName }]
|
|
111
|
+
invalidatesTags: [{ type: entityName, id: 'LIST' }]
|
|
82
112
|
}),
|
|
83
113
|
deleteSolidEntity: builder.mutation({
|
|
84
114
|
query: function (id) { return ({
|
|
85
115
|
url: "/".concat(kebabEntityName, "/").concat(id),
|
|
86
116
|
method: 'DELETE',
|
|
87
117
|
}); },
|
|
88
|
-
invalidatesTags:
|
|
118
|
+
invalidatesTags: function (_result, _error, id) { return [
|
|
119
|
+
{ type: entityName, id: id },
|
|
120
|
+
{ type: entityName, id: 'LIST' },
|
|
121
|
+
]; },
|
|
89
122
|
}),
|
|
90
123
|
recoverSolidEntityById: builder.query({
|
|
91
124
|
query: function (id) { return "/".concat(kebabEntityName, "/recover/").concat(id); },
|
|
125
|
+
providesTags: function (_result, _error, id) { return [{ type: entityName, id: id }]; },
|
|
92
126
|
}),
|
|
93
127
|
recoverSolidEntity: builder.mutation({
|
|
94
128
|
query: function (data) { return ({
|
|
95
129
|
url: "/".concat(kebabEntityName, "/bulk-recover/"),
|
|
96
130
|
method: 'POST',
|
|
97
131
|
body: data
|
|
98
|
-
}); }
|
|
132
|
+
}); },
|
|
133
|
+
invalidatesTags: [{ type: entityName, id: 'LIST' }],
|
|
99
134
|
}),
|
|
100
135
|
patchUpdateSolidEntity: builder.mutation({
|
|
101
136
|
query: function (_a) {
|
|
@@ -106,6 +141,13 @@ export var createSolidEntityApi = function (entityName) {
|
|
|
106
141
|
body: data,
|
|
107
142
|
});
|
|
108
143
|
},
|
|
144
|
+
invalidatesTags: function (_result, _error, _a) {
|
|
145
|
+
var id = _a.id;
|
|
146
|
+
return [
|
|
147
|
+
{ type: entityName, id: id },
|
|
148
|
+
{ type: entityName, id: 'LIST' },
|
|
149
|
+
];
|
|
150
|
+
},
|
|
109
151
|
}),
|
|
110
152
|
}); },
|
|
111
153
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"solidEntityApi.js","sourceRoot":"","sources":["../../../src/redux/api/solidEntityApi.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAC,UAAkB;IACnD,IAAM,eAAe,GAAG,SAAS,CAAC,UAAU,CAAC,CAAC;IAE9C,OAAO,SAAS,CAAC;QACb,WAAW,EAAE,sBAAe,UAAU,QAAK;QAC3C,SAAS,EAAE,iBAAiB;QAC5B,QAAQ,EAAE,CAAC,UAAU,CAAC;QACtB,SAAS,EAAE,UAAC,OAAO,IAAK,OAAA,CAAC;YACrB,gBAAgB,EAAE,OAAO,CAAC,KAAK,CAAC;gBAC5B,KAAK,EAAE,UAAC,EAAE;oBACN,OAAO,WAAI,eAAe,eAAK,EAAE,CAAE,CAAA;gBACvC,CAAC;gBACD,iBAAiB,EAAE,UAAC,QAAa;;oBAC7B,IAAI,QAAQ,CAAC,KAAK,EAAE;wBAChB,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;qBACnC;oBACD,OAAO;wBACH,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,OAAO;wBAC9B,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAI;wBACxB,SAAS,EAAE,MAAA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAAI,0CAAE,SAAS;wBACpC,YAAY,EAAE,CAAA,MAAA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAAI,0CAAE,YAAY,EAAC,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE;qBAC/E,CAAA;gBACL,CAAC;gBACD,YAAY,
|
|
1
|
+
{"version":3,"file":"solidEntityApi.js","sourceRoot":"","sources":["../../../src/redux/api/solidEntityApi.tsx"],"names":[],"mappings":"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"}
|
|
@@ -2941,9 +2941,9 @@ li.header-li-px {
|
|
|
2941
2941
|
top: 17% !important;
|
|
2942
2942
|
}
|
|
2943
2943
|
|
|
2944
|
-
.chatter-section {
|
|
2944
|
+
/* .chatter-section {
|
|
2945
2945
|
width: 360px;
|
|
2946
|
-
}
|
|
2946
|
+
} */
|
|
2947
2947
|
}
|
|
2948
2948
|
|
|
2949
2949
|
/* 1500px - 1599px */
|
|
@@ -2966,10 +2966,10 @@ li.header-li-px {
|
|
|
2966
2966
|
left: 69% !important;
|
|
2967
2967
|
top: 17.3% !important;
|
|
2968
2968
|
}
|
|
2969
|
-
|
|
2969
|
+
/*
|
|
2970
2970
|
.chatter-section {
|
|
2971
2971
|
width: 345px;
|
|
2972
|
-
}
|
|
2972
|
+
} */
|
|
2973
2973
|
}
|
|
2974
2974
|
|
|
2975
2975
|
/* 1400px - 1499px */
|
|
@@ -2994,9 +2994,9 @@ li.header-li-px {
|
|
|
2994
2994
|
}
|
|
2995
2995
|
|
|
2996
2996
|
|
|
2997
|
-
.chatter-section {
|
|
2997
|
+
/* .chatter-section {
|
|
2998
2998
|
width: 330px;
|
|
2999
|
-
}
|
|
2999
|
+
} */
|
|
3000
3000
|
}
|
|
3001
3001
|
|
|
3002
3002
|
/* 1300px - 1399px */
|
|
@@ -3020,9 +3020,9 @@ li.header-li-px {
|
|
|
3020
3020
|
top: 15% !important;
|
|
3021
3021
|
}
|
|
3022
3022
|
|
|
3023
|
-
.chatter-section {
|
|
3023
|
+
/* .chatter-section {
|
|
3024
3024
|
width: 310px;
|
|
3025
|
-
}
|
|
3025
|
+
} */
|
|
3026
3026
|
}
|
|
3027
3027
|
|
|
3028
3028
|
/* 1200px - 1299px */
|
|
@@ -3045,10 +3045,10 @@ li.header-li-px {
|
|
|
3045
3045
|
left: 61% !important;
|
|
3046
3046
|
top: 15% !important;
|
|
3047
3047
|
}
|
|
3048
|
-
|
|
3048
|
+
/*
|
|
3049
3049
|
.chatter-section {
|
|
3050
3050
|
width: 300px;
|
|
3051
|
-
}
|
|
3051
|
+
} */
|
|
3052
3052
|
}
|
|
3053
3053
|
|
|
3054
3054
|
/* 1024px - 1199px */
|
|
@@ -3300,8 +3300,4 @@ flex-shrink: 0; */
|
|
|
3300
3300
|
padding:10px !important;
|
|
3301
3301
|
border:2px solid rgba(216, 226, 234, 0.40);
|
|
3302
3302
|
border-radius:8px !important;
|
|
3303
|
-
}
|
|
3304
|
-
|
|
3305
|
-
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext{
|
|
3306
|
-
box-shadow: none;
|
|
3307
3303
|
}
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg width="99" height="24" viewBox="0 0 99 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M75.7156 4.7696C75.5266 6.12785 75.9221 7.93036 76.8654 8.99293C78.8492 11.228 83.5666 10.4182 85.6372 13.1507C87.5042 15.6152 86.0428 19.0411 87.7661 21.6221C87.9748 21.9688 88.2024 22.2616 88.4745 22.4757C89.2632 23.247 90.2927 23.7859 91.4687 23.9483C94.3878 24.3525 97.0829 22.3184 97.4871 19.4045C97.6804 18.0164 97.3506 16.5569 96.478 15.4455C95.9082 14.7194 95.1385 14.1805 94.298 13.8076C94.0398 13.6933 93.7749 13.6081 93.5057 13.5411C92.6069 13.319 91.6599 13.3066 90.7413 13.1085C89.5645 12.855 88.3892 12.3409 87.5385 11.4713C86.6623 10.5755 86.5966 5.68724 86.18 4.23649C85.6744 2.17835 83.9635 0.534607 81.7325 0.225813C81.4837 0.191584 81.2371 0.174833 80.9927 0.174833C78.372 0.174833 76.0855 2.1048 75.7156 4.7696ZM88.9933 5.31217C88.9933 8.07092 91.2331 10.306 93.9967 10.306C96.7597 10.306 98.9995 8.07092 98.9995 5.31217C98.9995 2.55415 96.7597 0.318312 93.9967 0.318312C91.2331 0.318312 88.9933 2.55415 88.9933 5.31217ZM74.2148 19.0061C74.2148 21.7634 76.4547 24 79.2176 24C81.9805 24 84.2203 21.7634 84.2203 19.0061C84.2203 16.2481 81.9805 14.0123 79.2176 14.0123C76.4547 14.0123 74.2148 16.2481 74.2148 19.0061Z" fill="url(#paint0_linear_7353_1158)"/>
|
|
3
|
+
<path d="M27.6037 21.1206C24.6212 21.1206 21.9728 18.8119 21.9728 15.0977C21.9728 11.4169 24.6212 9.10826 27.6037 9.10826C30.6877 9.10826 33.3353 11.4169 33.2689 15.0977C33.2354 18.8119 30.6877 21.1206 27.6037 21.1206ZM27.6037 6.36407C22.8775 6.36407 19.123 9.87806 19.123 15.0977C19.123 20.3173 22.8775 23.8313 27.6037 23.8313C32.3971 23.8313 36.1179 20.3508 36.1179 15.0977C36.1179 9.87806 32.3971 6.36407 27.6037 6.36407Z" fill="black"/>
|
|
4
|
+
<path d="M42.5196 20.7857C40.9108 20.8192 40.2068 19.6816 40.2068 18.1762L40.174 0.174448H37.3242L37.3578 18.4777C37.3578 21.656 39.0679 23.6304 42.084 23.6304C43.0894 23.6304 44.4646 23.3624 45.7042 22.6261L44.6645 20.2504C43.827 20.5854 43.0894 20.7857 42.5196 20.7857Z" fill="black"/>
|
|
5
|
+
<path d="M47.1465 23.5964H49.9962L50.0298 6.63246H47.1465V23.5964Z" fill="black"/>
|
|
6
|
+
<path d="M48.6215 0.174652C47.6162 0.174652 46.9121 0.910221 46.9121 1.88103C46.9121 2.88461 47.6162 3.5874 48.6215 3.5874C49.5933 3.5874 50.3309 2.88461 50.3309 1.88103C50.3309 0.910221 49.5933 0.174652 48.6215 0.174652Z" fill="black"/>
|
|
7
|
+
<path d="M60.1856 21.2541C57.0345 21.2541 54.4204 18.9789 54.3869 15.2654C54.3533 11.4841 57.0345 9.17544 60.1856 9.17544C63.2695 9.17544 65.9172 11.4841 65.9172 15.2654C65.9172 18.9789 63.2695 21.2541 60.1856 21.2541ZM65.9172 0.174543V10.112C64.8111 7.83685 62.4648 6.49825 59.9506 6.46475C55.0902 6.33075 51.5371 10.045 51.5371 15.2654C51.5371 20.3845 55.0231 24.0988 59.8835 23.9983C62.3977 23.9313 64.8111 22.5927 65.9172 20.3175V23.5962H68.7662V0.174543H65.9172Z" fill="black"/>
|
|
8
|
+
<path d="M9.45246 2.87075C12.1001 3.03753 14.7828 4.34189 16.1909 6.45101L18.6379 4.91068C16.8935 1.96695 13.0063 0.192842 9.51958 0.0260658C4.99472 -0.274717 0.43629 2.03395 0.43629 6.75179C0.43629 9.69552 2.01146 11.9379 8.91695 13.2102C11.0948 13.6108 15.5197 14.5816 15.5197 17.5931C15.5197 20.236 12.6028 21.3408 9.45246 21.0728C6.73696 20.9046 3.92223 19.1654 2.34706 17.124L0 18.8974C2.58126 22.3451 6.10003 23.7165 8.98407 23.9503C13.4761 24.3523 18.3366 22.3109 18.3366 17.5931C18.3366 12.5402 12.6378 11.2359 9.78807 10.5993C7.67666 10.0975 3.28531 9.72975 3.28531 6.75179C3.28531 4.10811 5.93296 2.76952 9.45246 2.87075Z" fill="black"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<linearGradient id="paint0_linear_7353_1158" x1="78.3266" y1="1.02224" x2="94.7697" y2="23.2167" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#FF8FD3"/>
|
|
12
|
+
<stop offset="0.0105361" stop-color="#FF8FD3"/>
|
|
13
|
+
<stop offset="0.0701184" stop-color="#EF428F"/>
|
|
14
|
+
<stop offset="0.0843651" stop-color="#EF428F"/>
|
|
15
|
+
<stop offset="0.657146" stop-color="#250A99"/>
|
|
16
|
+
<stop offset="0.745474" stop-color="#250A99"/>
|
|
17
|
+
<stop offset="0.783183" stop-color="#250A99"/>
|
|
18
|
+
<stop offset="1" stop-color="#256DDB"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
</defs>
|
|
21
|
+
</svg>
|