@solidxai/core-ui 0.1.9-beta.13 → 0.1.9-beta.14
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/common/SettingsComponent.js +1 -1
- package/dist/components/common/SettingsComponent.js.map +1 -1
- package/dist/components/common/SettingsComponent.module.css +17 -0
- package/dist/components/common/SettingsComponent.tsx +1 -1
- package/dist/components/core/chatter/SolidChatter.d.ts.map +1 -1
- package/dist/components/core/chatter/SolidChatter.js +24 -11
- package/dist/components/core/chatter/SolidChatter.js.map +1 -1
- package/dist/components/core/chatter/SolidChatter.tsx +20 -6
- package/dist/components/core/chatter/SolidChatterHeader.d.ts.map +1 -1
- package/dist/components/core/chatter/SolidChatterHeader.js +1 -1
- package/dist/components/core/chatter/SolidChatterHeader.js.map +1 -1
- package/dist/components/core/chatter/SolidChatterHeader.tsx +4 -0
- package/dist/components/core/chatter/SolidChatterMessageBox.d.ts +1 -0
- package/dist/components/core/chatter/SolidChatterMessageBox.d.ts.map +1 -1
- package/dist/components/core/chatter/SolidChatterMessageBox.js +150 -11
- package/dist/components/core/chatter/SolidChatterMessageBox.js.map +1 -1
- package/dist/components/core/chatter/SolidChatterMessageBox.tsx +252 -11
- package/dist/components/core/chatter/SolidMessageComposer.js +2 -2
- package/dist/components/core/chatter/SolidMessageComposer.js.map +1 -1
- package/dist/components/core/chatter/SolidMessageComposer.tsx +2 -2
- package/dist/components/core/chatter/chatter.module.css +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.js +13 -2
- package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.tsx +11 -2
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormView.js +3 -0
- package/dist/components/core/form/SolidFormView.js.map +1 -1
- package/dist/components/core/form/SolidFormView.tsx +3 -0
- package/dist/components/core/form/field-quality-check-fixes.md +201 -0
- package/dist/components/core/form/fields/SolidLongTextField.d.ts +0 -1
- package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidLongTextField.js +0 -52
- package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -1
- package/dist/components/core/form/fields/SolidLongTextField.tsx +0 -95
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +16 -14
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +9 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +12 -12
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +10 -6
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +9 -7
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +7 -1
- package/dist/components/core/list/field-quality-check-fixes.md +178 -0
- package/dist/components/layout/AdminTopHeader.d.ts.map +1 -1
- package/dist/components/layout/AdminTopHeader.js +5 -1
- package/dist/components/layout/AdminTopHeader.js.map +1 -1
- package/dist/components/layout/AdminTopHeader.tsx +5 -1
- package/dist/components/shad-cn-ui/SolidAutocomplete.d.ts +2 -1
- package/dist/components/shad-cn-ui/SolidAutocomplete.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidAutocomplete.js +45 -6
- package/dist/components/shad-cn-ui/SolidAutocomplete.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidAutocomplete.tsx +68 -22
- package/dist/components/shad-cn-ui/SolidDialog.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidDialog.js +38 -4
- package/dist/components/shad-cn-ui/SolidDialog.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidDialog.tsx +47 -3
- package/dist/helpers/registry.js.map +1 -1
- package/dist/helpers/registry.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.ts +1 -0
- package/dist/redux/api/solidChatterMessageApi.d.ts +2 -1
- package/dist/redux/api/solidChatterMessageApi.d.ts.map +1 -1
- package/dist/redux/api/solidChatterMessageApi.js +11 -1
- package/dist/redux/api/solidChatterMessageApi.js.map +1 -1
- package/dist/redux/api/solidChatterMessageApi.ts +10 -1
- package/dist/redux/store/defaultStoreConfig.d.ts +1 -0
- package/dist/redux/store/defaultStoreConfig.d.ts.map +1 -1
- package/dist/resources/globals.css +5 -0
- package/dist/resources/shadcn-base.css +24 -0
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -28,8 +28,18 @@ export var solidChatterMessageApi = createApi({
|
|
|
28
28
|
body: data
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
|
+
}),
|
|
32
|
+
updateChatterNoteMessage: builder.mutation({
|
|
33
|
+
query: function (_a) {
|
|
34
|
+
var id = _a.id, data = _a.data;
|
|
35
|
+
return {
|
|
36
|
+
url: "/chatter-message/".concat(id, "/note"),
|
|
37
|
+
method: 'PATCH',
|
|
38
|
+
body: data
|
|
39
|
+
};
|
|
40
|
+
}
|
|
31
41
|
})
|
|
32
42
|
}); }
|
|
33
43
|
});
|
|
34
|
-
export var useGetchatterMessageQuery = solidChatterMessageApi.useGetchatterMessageQuery, useLazyGetchatterMessageQuery = solidChatterMessageApi.useLazyGetchatterMessageQuery, useCreateChatterMessageMutation = solidChatterMessageApi.useCreateChatterMessageMutation, usePatchChatterMessageMutation = solidChatterMessageApi.usePatchChatterMessageMutation;
|
|
44
|
+
export var useGetchatterMessageQuery = solidChatterMessageApi.useGetchatterMessageQuery, useLazyGetchatterMessageQuery = solidChatterMessageApi.useLazyGetchatterMessageQuery, useCreateChatterMessageMutation = solidChatterMessageApi.useCreateChatterMessageMutation, usePatchChatterMessageMutation = solidChatterMessageApi.usePatchChatterMessageMutation, useUpdateChatterNoteMessageMutation = solidChatterMessageApi.useUpdateChatterNoteMessageMutation;
|
|
35
45
|
//# sourceMappingURL=solidChatterMessageApi.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"solidChatterMessageApi.js","sourceRoot":"","sources":["../../../src/redux/api/solidChatterMessageApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,MAAM,CAAC,IAAM,sBAAsB,GAAG,SAAS,CAAC;IAC5C,WAAW,EAAE,wBAAwB;IACrC,SAAS,EAAE,iBAAiB;IAC5B,SAAS,EAAE,UAAC,OAAO,IAAK,OAAA,CAAC;QACrB,iBAAiB,EAAE,OAAO,CAAC,KAAK,CAAC;YAC7B,KAAK,EAAE,UAAC,EAA4B;oBAA1B,QAAQ,cAAA,EAAE,UAAU,gBAAA,EAAE,EAAE,QAAA;gBAC9B,OAAO,8CAAuC,QAAQ,cAAI,UAAU,kDAAwC,EAAE,CAAE,CAAA;YACpH,CAAC;SACJ,CAAC;QACF,oBAAoB,EAAE,OAAO,CAAC,QAAQ,CAAC;YACnC,KAAK,EAAE,UAAC,IAAI;gBACR,OAAO;oBACH,GAAG,EAAE,kBAAkB;oBACvB,MAAM,EAAE,MAAM;oBACd,IAAI,EAAE,IAAI;iBACb,CAAA;YACL,CAAC;SACJ,CAAC;QACF,mBAAmB,EAAE,OAAO,CAAC,QAAQ,CAAC;YAClC,KAAK,EAAE,UAAC,EAAY;oBAAV,EAAE,QAAA,EAAE,IAAI,UAAA;gBACd,OAAO;oBACH,GAAG,EAAE,2BAAoB,EAAE,cAAW;oBACtC,MAAM,EAAE,OAAO;oBACf,IAAI,EAAE,IAAI;iBACb,CAAA;YACL,CAAC;SACJ,CAAC;KACL,CAAC,
|
|
1
|
+
{"version":3,"file":"solidChatterMessageApi.js","sourceRoot":"","sources":["../../../src/redux/api/solidChatterMessageApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,MAAM,CAAC,IAAM,sBAAsB,GAAG,SAAS,CAAC;IAC5C,WAAW,EAAE,wBAAwB;IACrC,SAAS,EAAE,iBAAiB;IAC5B,SAAS,EAAE,UAAC,OAAO,IAAK,OAAA,CAAC;QACrB,iBAAiB,EAAE,OAAO,CAAC,KAAK,CAAC;YAC7B,KAAK,EAAE,UAAC,EAA4B;oBAA1B,QAAQ,cAAA,EAAE,UAAU,gBAAA,EAAE,EAAE,QAAA;gBAC9B,OAAO,8CAAuC,QAAQ,cAAI,UAAU,kDAAwC,EAAE,CAAE,CAAA;YACpH,CAAC;SACJ,CAAC;QACF,oBAAoB,EAAE,OAAO,CAAC,QAAQ,CAAC;YACnC,KAAK,EAAE,UAAC,IAAI;gBACR,OAAO;oBACH,GAAG,EAAE,kBAAkB;oBACvB,MAAM,EAAE,MAAM;oBACd,IAAI,EAAE,IAAI;iBACb,CAAA;YACL,CAAC;SACJ,CAAC;QACF,mBAAmB,EAAE,OAAO,CAAC,QAAQ,CAAC;YAClC,KAAK,EAAE,UAAC,EAAY;oBAAV,EAAE,QAAA,EAAE,IAAI,UAAA;gBACd,OAAO;oBACH,GAAG,EAAE,2BAAoB,EAAE,cAAW;oBACtC,MAAM,EAAE,OAAO;oBACf,IAAI,EAAE,IAAI;iBACb,CAAA;YACL,CAAC;SACJ,CAAC;QACF,wBAAwB,EAAE,OAAO,CAAC,QAAQ,CAAC;YACvC,KAAK,EAAE,UAAC,EAAY;oBAAV,EAAE,QAAA,EAAE,IAAI,UAAA;gBACd,OAAO;oBACH,GAAG,EAAE,2BAAoB,EAAE,UAAO;oBAClC,MAAM,EAAE,OAAO;oBACf,IAAI,EAAE,IAAI;iBACb,CAAA;YACL,CAAC;SACJ,CAAC;KACL,CAAC,EAjCsB,CAiCtB;CACL,CAAC,CAAC;AAEH,MAAM,CAAS,IAAA,yBAAyB,GAA0I,sBAAsB,0BAAhK,EAAE,6BAA6B,GAA2G,sBAAsB,8BAAjI,EAAE,+BAA+B,GAA0E,sBAAsB,gCAAhG,EAAE,8BAA8B,GAA0C,sBAAsB,+BAAhE,EAAE,mCAAmC,GAAK,sBAAsB,oCAA3B,CAA4B","sourcesContent":["import { createApi } from '@reduxjs/toolkit/query/react';\nimport { baseQueryWithAuth } from './fetchBaseQuery';\n\nexport const solidChatterMessageApi = createApi({\n reducerPath: 'solidChatterMessageApi',\n baseQuery: baseQueryWithAuth,\n endpoints: (builder) => ({\n getchatterMessage: builder.query({\n query: ({ entityId, entityName, qs }) => {\n return `/chatter-message/getChatterMessages/${entityId}/${entityName}?populateMedia[0]=messageAttachments&${qs}`\n },\n }),\n createChatterMessage: builder.mutation({\n query: (data) => {\n return {\n url: '/chatter-message',\n method: 'POST',\n body: data\n }\n }\n }),\n patchChatterMessage: builder.mutation({\n query: ({ id, data }) => {\n return {\n url: `/chatter-message/${id}/complete`,\n method: 'PATCH',\n body: data\n }\n }\n }),\n updateChatterNoteMessage: builder.mutation({\n query: ({ id, data }) => {\n return {\n url: `/chatter-message/${id}/note`,\n method: 'PATCH',\n body: data\n }\n }\n })\n })\n});\n\nexport const { useGetchatterMessageQuery, useLazyGetchatterMessageQuery, useCreateChatterMessageMutation, usePatchChatterMessageMutation, useUpdateChatterNoteMessageMutation } = solidChatterMessageApi;\n"]}
|
|
@@ -27,8 +27,17 @@ export const solidChatterMessageApi = createApi({
|
|
|
27
27
|
body: data
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
+
}),
|
|
31
|
+
updateChatterNoteMessage: builder.mutation({
|
|
32
|
+
query: ({ id, data }) => {
|
|
33
|
+
return {
|
|
34
|
+
url: `/chatter-message/${id}/note`,
|
|
35
|
+
method: 'PATCH',
|
|
36
|
+
body: data
|
|
37
|
+
}
|
|
38
|
+
}
|
|
30
39
|
})
|
|
31
40
|
})
|
|
32
41
|
});
|
|
33
42
|
|
|
34
|
-
export const { useGetchatterMessageQuery, useLazyGetchatterMessageQuery, useCreateChatterMessageMutation, usePatchChatterMessageMutation } = solidChatterMessageApi;
|
|
43
|
+
export const { useGetchatterMessageQuery, useLazyGetchatterMessageQuery, useCreateChatterMessageMutation, usePatchChatterMessageMutation, useUpdateChatterNoteMessageMutation } = solidChatterMessageApi;
|
|
@@ -70,6 +70,7 @@ export declare const solidApiSlices: (import("@reduxjs/toolkit/query").Api<impor
|
|
|
70
70
|
getchatterMessage: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, any, "solidChatterMessageApi">;
|
|
71
71
|
createChatterMessage: import("@reduxjs/toolkit/query").MutationDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, any, "solidChatterMessageApi">;
|
|
72
72
|
patchChatterMessage: import("@reduxjs/toolkit/query").MutationDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, any, "solidChatterMessageApi">;
|
|
73
|
+
updateChatterNoteMessage: import("@reduxjs/toolkit/query").MutationDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, any, "solidChatterMessageApi">;
|
|
73
74
|
}, "solidChatterMessageApi", never, typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName> | import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, {
|
|
74
75
|
createSolidSettings: import("@reduxjs/toolkit/query").MutationDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, any, "solidSettingsApi">;
|
|
75
76
|
getSolidSettings: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, never, any, "solidSettingsApi">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaultStoreConfig.d.ts","sourceRoot":"","sources":["../../../src/redux/store/defaultStoreConfig.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"defaultStoreConfig.d.ts","sourceRoot":"","sources":["../../../src/redux/store/defaultStoreConfig.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yJAsB1B,CAAC;AAGF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;CASzB,CAAC"}
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
--z-app: 1;
|
|
40
40
|
--z-overlay: 1000;
|
|
41
41
|
--z-studio: 9999;
|
|
42
|
+
--solid-danger: #ef4444;
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
html.dark,
|
|
@@ -2417,6 +2418,15 @@ body {
|
|
|
2417
2418
|
color: var(--solid-danger, #ef4444) !important;
|
|
2418
2419
|
}
|
|
2419
2420
|
|
|
2421
|
+
.solid-shell .text-red-500,
|
|
2422
|
+
.solid-auth-theme-wrapper .text-red-500 {
|
|
2423
|
+
color: var(--solid-danger, #ef4444) !important;
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
.solid-auth-theme-wrapper .auth-container .solid-message.text-red-500 {
|
|
2427
|
+
color: #ef4444 !important;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2420
2430
|
/* Side auth layout shell (left/right) */
|
|
2421
2431
|
.solid-auth-theme-wrapper.left,
|
|
2422
2432
|
.solid-auth-theme-wrapper.right {
|
|
@@ -3196,8 +3206,22 @@ html.dark .solid-header-cog-trigger:hover,
|
|
|
3196
3206
|
border-bottom: 1px solid color-mix(in srgb, var(--border) 86%, transparent);
|
|
3197
3207
|
padding: 0 2px;
|
|
3198
3208
|
gap: 0;
|
|
3209
|
+
width: calc(100vw - 370px) !important;
|
|
3210
|
+
overflow-x: auto;
|
|
3211
|
+
overflow-y: hidden;
|
|
3212
|
+
scrollbar-width: none;
|
|
3213
|
+
-ms-overflow-style: none;
|
|
3199
3214
|
}
|
|
3200
3215
|
|
|
3216
|
+
.solid-notebook-tablist::-webkit-scrollbar {
|
|
3217
|
+
display: none;
|
|
3218
|
+
}
|
|
3219
|
+
|
|
3220
|
+
@media (max-width: 1199px) {
|
|
3221
|
+
.solid-notebook-tablist {
|
|
3222
|
+
width: calc(100vw - 115px) !important;
|
|
3223
|
+
}
|
|
3224
|
+
}
|
|
3201
3225
|
.chatter-section .solid-locale-tabs-list {
|
|
3202
3226
|
padding-left: 2.7rem;
|
|
3203
3227
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
SolidUiEventResponse,
|
|
32
32
|
SolidLoadList,
|
|
33
33
|
SolidListUiEventResponse,
|
|
34
|
+
SolidKanbanCardWidgetProps,
|
|
34
35
|
SolidFormWidgetProps,
|
|
35
36
|
SolidFormFieldWidgetProps,
|
|
36
37
|
SolidSettingsWidgetProps,
|
|
@@ -74,6 +75,7 @@ export type {
|
|
|
74
75
|
SolidListUiEvent,
|
|
75
76
|
SolidLoadForm,
|
|
76
77
|
SolidFormWidgetProps,
|
|
78
|
+
SolidKanbanCardWidgetProps,
|
|
77
79
|
SolidChartRendererProps,
|
|
78
80
|
SolidFormFieldWidgetProps,
|
|
79
81
|
SolidSettingsWidgetProps,
|