@solidstarters/solid-core-ui 1.1.11 → 1.1.12

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.
Files changed (259) hide show
  1. package/dist/components/auth/SolidForgotPassword.d.ts.map +1 -1
  2. package/dist/components/auth/SolidForgotPassword.js +2 -1
  3. package/dist/components/auth/SolidForgotPassword.js.map +1 -1
  4. package/dist/components/auth/SolidInitialLoginOtp.d.ts.map +1 -1
  5. package/dist/components/auth/SolidInitialLoginOtp.js +2 -1
  6. package/dist/components/auth/SolidInitialLoginOtp.js.map +1 -1
  7. package/dist/components/auth/SolidInitiateRegisterOtp.d.ts.map +1 -1
  8. package/dist/components/auth/SolidInitiateRegisterOtp.js +2 -1
  9. package/dist/components/auth/SolidInitiateRegisterOtp.js.map +1 -1
  10. package/dist/components/auth/SolidLogin.d.ts.map +1 -1
  11. package/dist/components/auth/SolidLogin.js +2 -1
  12. package/dist/components/auth/SolidLogin.js.map +1 -1
  13. package/dist/components/auth/SolidOTPVerify.d.ts.map +1 -1
  14. package/dist/components/auth/SolidOTPVerify.js +2 -1
  15. package/dist/components/auth/SolidOTPVerify.js.map +1 -1
  16. package/dist/components/auth/SolidRegister.d.ts.map +1 -1
  17. package/dist/components/auth/SolidRegister.js +125 -103
  18. package/dist/components/auth/SolidRegister.js.map +1 -1
  19. package/dist/components/auth/SolidResetPassword.d.ts.map +1 -1
  20. package/dist/components/auth/SolidResetPassword.js +2 -1
  21. package/dist/components/auth/SolidResetPassword.js.map +1 -1
  22. package/dist/components/common/DropzonePlaceholder.js +1 -1
  23. package/dist/components/common/DropzonePlaceholder.js.map +1 -1
  24. package/dist/components/common/GeneralSettings.d.ts.map +1 -1
  25. package/dist/components/common/GeneralSettings.js +43 -31
  26. package/dist/components/common/GeneralSettings.js.map +1 -1
  27. package/dist/components/core/common/FilterComponent.d.ts +2 -1
  28. package/dist/components/core/common/FilterComponent.d.ts.map +1 -1
  29. package/dist/components/core/common/FilterComponent.js +52 -16
  30. package/dist/components/core/common/FilterComponent.js.map +1 -1
  31. package/dist/components/core/common/SolidConfigureLayoutElement.d.ts +1 -1
  32. package/dist/components/core/common/SolidConfigureLayoutElement.d.ts.map +1 -1
  33. package/dist/components/core/common/SolidConfigureLayoutElement.js +5 -2
  34. package/dist/components/core/common/SolidConfigureLayoutElement.js.map +1 -1
  35. package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
  36. package/dist/components/core/common/SolidGlobalSearchElement.js +131 -23
  37. package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
  38. package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts.map +1 -1
  39. package/dist/components/core/filter/SolidManyToOneFilterElement.js +1 -1
  40. package/dist/components/core/filter/SolidManyToOneFilterElement.js.map +1 -1
  41. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js +1 -1
  42. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js.map +1 -1
  43. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js +1 -1
  44. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js.map +1 -1
  45. package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts.map +1 -1
  46. package/dist/components/core/filter/SolidVarInputsFilterElement.js +11 -10
  47. package/dist/components/core/filter/SolidVarInputsFilterElement.js.map +1 -1
  48. package/dist/components/core/filter/columns/SolidBigintField.d.ts +4 -0
  49. package/dist/components/core/filter/columns/SolidBigintField.d.ts.map +1 -0
  50. package/dist/components/core/filter/columns/SolidBigintField.js +8 -0
  51. package/dist/components/core/filter/columns/SolidBigintField.js.map +1 -0
  52. package/dist/components/core/filter/columns/SolidBooleanField.d.ts +4 -0
  53. package/dist/components/core/filter/columns/SolidBooleanField.d.ts.map +1 -0
  54. package/dist/components/core/filter/columns/SolidBooleanField.js +27 -0
  55. package/dist/components/core/filter/columns/SolidBooleanField.js.map +1 -0
  56. package/dist/components/core/filter/columns/SolidComputedField.d.ts +4 -0
  57. package/dist/components/core/filter/columns/SolidComputedField.d.ts.map +1 -0
  58. package/dist/components/core/filter/columns/SolidComputedField.js +22 -0
  59. package/dist/components/core/filter/columns/SolidComputedField.js.map +1 -0
  60. package/dist/components/core/filter/columns/SolidDateField.d.ts +9 -0
  61. package/dist/components/core/filter/columns/SolidDateField.d.ts.map +1 -0
  62. package/dist/components/core/filter/columns/SolidDateField.js +35 -0
  63. package/dist/components/core/filter/columns/SolidDateField.js.map +1 -0
  64. package/dist/components/core/filter/columns/SolidDatetimeField.d.ts +4 -0
  65. package/dist/components/core/filter/columns/SolidDatetimeField.d.ts.map +1 -0
  66. package/dist/components/core/filter/columns/SolidDatetimeField.js +24 -0
  67. package/dist/components/core/filter/columns/SolidDatetimeField.js.map +1 -0
  68. package/dist/components/core/filter/columns/SolidDecimalField.d.ts +4 -0
  69. package/dist/components/core/filter/columns/SolidDecimalField.d.ts.map +1 -0
  70. package/dist/components/core/filter/columns/SolidDecimalField.js +8 -0
  71. package/dist/components/core/filter/columns/SolidDecimalField.js.map +1 -0
  72. package/dist/components/core/filter/columns/SolidExternalIdField.d.ts +4 -0
  73. package/dist/components/core/filter/columns/SolidExternalIdField.d.ts.map +1 -0
  74. package/dist/components/core/filter/columns/SolidExternalIdField.js +25 -0
  75. package/dist/components/core/filter/columns/SolidExternalIdField.js.map +1 -0
  76. package/dist/components/core/filter/columns/SolidFloatField.d.ts +4 -0
  77. package/dist/components/core/filter/columns/SolidFloatField.d.ts.map +1 -0
  78. package/dist/components/core/filter/columns/SolidFloatField.js +8 -0
  79. package/dist/components/core/filter/columns/SolidFloatField.js.map +1 -0
  80. package/dist/components/core/filter/columns/SolidIdField.d.ts +4 -0
  81. package/dist/components/core/filter/columns/SolidIdField.d.ts.map +1 -0
  82. package/dist/components/core/filter/columns/SolidIdField.js +25 -0
  83. package/dist/components/core/filter/columns/SolidIdField.js.map +1 -0
  84. package/dist/components/core/filter/columns/SolidIntField.d.ts +4 -0
  85. package/dist/components/core/filter/columns/SolidIntField.d.ts.map +1 -0
  86. package/dist/components/core/filter/columns/SolidIntField.js +34 -0
  87. package/dist/components/core/filter/columns/SolidIntField.js.map +1 -0
  88. package/dist/components/core/filter/columns/SolidLongTextField.d.ts +4 -0
  89. package/dist/components/core/filter/columns/SolidLongTextField.d.ts.map +1 -0
  90. package/dist/components/core/filter/columns/SolidLongTextField.js +8 -0
  91. package/dist/components/core/filter/columns/SolidLongTextField.js.map +1 -0
  92. package/dist/components/core/filter/columns/SolidMediaMultipleField.d.ts +4 -0
  93. package/dist/components/core/filter/columns/SolidMediaMultipleField.d.ts.map +1 -0
  94. package/dist/components/core/filter/columns/SolidMediaMultipleField.js +35 -0
  95. package/dist/components/core/filter/columns/SolidMediaMultipleField.js.map +1 -0
  96. package/dist/components/core/filter/columns/SolidMediaSingleField.d.ts +4 -0
  97. package/dist/components/core/filter/columns/SolidMediaSingleField.d.ts.map +1 -0
  98. package/dist/components/core/filter/columns/SolidMediaSingleField.js +35 -0
  99. package/dist/components/core/filter/columns/SolidMediaSingleField.js.map +1 -0
  100. package/dist/components/core/filter/columns/SolidRelationField.d.ts +4 -0
  101. package/dist/components/core/filter/columns/SolidRelationField.d.ts.map +1 -0
  102. package/dist/components/core/filter/columns/SolidRelationField.js +12 -0
  103. package/dist/components/core/filter/columns/SolidRelationField.js.map +1 -0
  104. package/dist/components/core/filter/columns/SolidRichTextField.d.ts +4 -0
  105. package/dist/components/core/filter/columns/SolidRichTextField.d.ts.map +1 -0
  106. package/dist/components/core/filter/columns/SolidRichTextField.js +8 -0
  107. package/dist/components/core/filter/columns/SolidRichTextField.js.map +1 -0
  108. package/dist/components/core/filter/columns/SolidSelectionDynamicField.d.ts +4 -0
  109. package/dist/components/core/filter/columns/SolidSelectionDynamicField.d.ts.map +1 -0
  110. package/dist/components/core/filter/columns/SolidSelectionDynamicField.js +25 -0
  111. package/dist/components/core/filter/columns/SolidSelectionDynamicField.js.map +1 -0
  112. package/dist/components/core/filter/columns/SolidSelectionStaticField.d.ts +4 -0
  113. package/dist/components/core/filter/columns/SolidSelectionStaticField.d.ts.map +1 -0
  114. package/dist/components/core/filter/columns/SolidSelectionStaticField.js +26 -0
  115. package/dist/components/core/filter/columns/SolidSelectionStaticField.js.map +1 -0
  116. package/dist/components/core/filter/columns/SolidShortTextField.d.ts +4 -0
  117. package/dist/components/core/filter/columns/SolidShortTextField.d.ts.map +1 -0
  118. package/dist/components/core/filter/columns/SolidShortTextField.js +33 -0
  119. package/dist/components/core/filter/columns/SolidShortTextField.js.map +1 -0
  120. package/dist/components/core/filter/columns/SolidTimeField.d.ts +4 -0
  121. package/dist/components/core/filter/columns/SolidTimeField.d.ts.map +1 -0
  122. package/dist/components/core/filter/columns/SolidTimeField.js +24 -0
  123. package/dist/components/core/filter/columns/SolidTimeField.js.map +1 -0
  124. package/dist/components/core/filter/columns/SolidUuidField.d.ts +4 -0
  125. package/dist/components/core/filter/columns/SolidUuidField.d.ts.map +1 -0
  126. package/dist/components/core/filter/columns/SolidUuidField.js +25 -0
  127. package/dist/components/core/filter/columns/SolidUuidField.js.map +1 -0
  128. package/dist/components/core/filter/columns/relations/SolidRelationManyToOneField.d.ts +4 -0
  129. package/dist/components/core/filter/columns/relations/SolidRelationManyToOneField.d.ts.map +1 -0
  130. package/dist/components/core/filter/columns/relations/SolidRelationManyToOneField.js +54 -0
  131. package/dist/components/core/filter/columns/relations/SolidRelationManyToOneField.js.map +1 -0
  132. package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
  133. package/dist/components/core/form/SolidFormView.js +18 -9
  134. package/dist/components/core/form/SolidFormView.js.map +1 -1
  135. package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -1
  136. package/dist/components/core/form/fields/SolidBooleanField.js +4 -4
  137. package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -1
  138. package/dist/components/core/form/fields/SolidDateField.js +7 -7
  139. package/dist/components/core/form/fields/SolidDateField.js.map +1 -1
  140. package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -1
  141. package/dist/components/core/form/fields/SolidDateTimeField.js +7 -7
  142. package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -1
  143. package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -1
  144. package/dist/components/core/form/fields/SolidDecimalField.js +4 -4
  145. package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -1
  146. package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -1
  147. package/dist/components/core/form/fields/SolidIntegerField.js +4 -4
  148. package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -1
  149. package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -1
  150. package/dist/components/core/form/fields/SolidJsonField.js +2 -2
  151. package/dist/components/core/form/fields/SolidJsonField.js.map +1 -1
  152. package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -1
  153. package/dist/components/core/form/fields/SolidLongTextField.js +2 -2
  154. package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -1
  155. package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -1
  156. package/dist/components/core/form/fields/SolidMediaMultipleField.js +155 -46
  157. package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -1
  158. package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -1
  159. package/dist/components/core/form/fields/SolidMediaSingleField.js +87 -31
  160. package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -1
  161. package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -1
  162. package/dist/components/core/form/fields/SolidRichTextField.js +2 -2
  163. package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -1
  164. package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -1
  165. package/dist/components/core/form/fields/SolidSelectionDynamicField.js +4 -4
  166. package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -1
  167. package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -1
  168. package/dist/components/core/form/fields/SolidSelectionStaticField.js +4 -4
  169. package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -1
  170. package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -1
  171. package/dist/components/core/form/fields/SolidShortTextField.js +2 -2
  172. package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -1
  173. package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -1
  174. package/dist/components/core/form/fields/SolidTimeField.js +7 -7
  175. package/dist/components/core/form/fields/SolidTimeField.js.map +1 -1
  176. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +2 -2
  177. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -1
  178. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
  179. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +2 -2
  180. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  181. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +2 -2
  182. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -1
  183. package/dist/components/core/list/SolidListView.d.ts.map +1 -1
  184. package/dist/components/core/list/SolidListView.js +57 -54
  185. package/dist/components/core/list/SolidListView.js.map +1 -1
  186. package/dist/components/core/model/CreateModel.d.ts.map +1 -1
  187. package/dist/components/core/model/CreateModel.js +20 -16
  188. package/dist/components/core/model/CreateModel.js.map +1 -1
  189. package/dist/components/core/module/CreateModule.d.ts.map +1 -1
  190. package/dist/components/core/module/CreateModule.js +23 -23
  191. package/dist/components/core/module/CreateModule.js.map +1 -1
  192. package/dist/components/layout/AppSidebar.d.ts.map +1 -1
  193. package/dist/components/layout/AppSidebar.js +42 -11
  194. package/dist/components/layout/AppSidebar.js.map +1 -1
  195. package/dist/components/layout/navbar-two-menu.d.ts.map +1 -1
  196. package/dist/components/layout/navbar-two-menu.js +6 -2
  197. package/dist/components/layout/navbar-two-menu.js.map +1 -1
  198. package/dist/components/layout/user-profile-menu.d.ts.map +1 -1
  199. package/dist/components/layout/user-profile-menu.js +7 -3
  200. package/dist/components/layout/user-profile-menu.js.map +1 -1
  201. package/dist/helpers/AppTitle.d.ts +4 -0
  202. package/dist/helpers/AppTitle.d.ts.map +1 -0
  203. package/dist/helpers/AppTitle.js +8 -0
  204. package/dist/helpers/AppTitle.js.map +1 -0
  205. package/dist/index.d.ts +1 -0
  206. package/dist/index.d.ts.map +1 -1
  207. package/dist/index.js +1 -0
  208. package/dist/index.js.map +1 -1
  209. package/package.json +1 -1
  210. package/src/components/auth/SolidForgotPassword.tsx +2 -6
  211. package/src/components/auth/SolidInitialLoginOtp.tsx +2 -6
  212. package/src/components/auth/SolidInitiateRegisterOtp.tsx +2 -6
  213. package/src/components/auth/SolidLogin.tsx +2 -5
  214. package/src/components/auth/SolidOTPVerify.tsx +4 -7
  215. package/src/components/auth/SolidRegister.tsx +207 -178
  216. package/src/components/auth/SolidResetPassword.tsx +2 -6
  217. package/src/components/common/DropzonePlaceholder.tsx +1 -1
  218. package/src/components/common/GeneralSettings.tsx +310 -193
  219. package/src/components/core/common/FilterComponent.tsx +148 -202
  220. package/src/components/core/common/SolidConfigureLayoutElement.tsx +6 -4
  221. package/src/components/core/common/SolidGlobalSearchElement.tsx +193 -50
  222. package/src/components/core/filter/SolidManyToOneFilterElement.tsx +3 -1
  223. package/src/components/core/filter/SolidSelectionDynamicFilterElement.tsx +1 -1
  224. package/src/components/core/filter/SolidSelectionStaticFilterElement.tsx +1 -1
  225. package/src/components/core/filter/SolidVarInputsFilterElement.tsx +103 -135
  226. package/src/components/core/form/SolidFormView.tsx +32 -21
  227. package/src/components/core/form/fields/SolidBooleanField.tsx +8 -6
  228. package/src/components/core/form/fields/SolidDateField.tsx +5 -5
  229. package/src/components/core/form/fields/SolidDateTimeField.tsx +23 -22
  230. package/src/components/core/form/fields/SolidDecimalField.tsx +5 -3
  231. package/src/components/core/form/fields/SolidIntegerField.tsx +18 -16
  232. package/src/components/core/form/fields/SolidJsonField.tsx +14 -12
  233. package/src/components/core/form/fields/SolidLongTextField.tsx +18 -17
  234. package/src/components/core/form/fields/SolidMediaMultipleField.tsx +257 -79
  235. package/src/components/core/form/fields/SolidMediaSingleField.tsx +148 -61
  236. package/src/components/core/form/fields/SolidRichTextField.tsx +6 -4
  237. package/src/components/core/form/fields/SolidSelectionDynamicField.tsx +6 -5
  238. package/src/components/core/form/fields/SolidSelectionStaticField.tsx +24 -23
  239. package/src/components/core/form/fields/SolidShortTextField.tsx +19 -17
  240. package/src/components/core/form/fields/SolidTimeField.tsx +23 -21
  241. package/src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +2 -2
  242. package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +17 -16
  243. package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +2 -2
  244. package/src/components/core/list/SolidListView.tsx +59 -42
  245. package/src/components/core/model/CreateModel.tsx +92 -81
  246. package/src/components/core/module/CreateModule.tsx +181 -183
  247. package/src/components/layout/AppSidebar.tsx +35 -10
  248. package/src/components/layout/navbar-two-menu.tsx +6 -1
  249. package/src/components/layout/user-profile-menu.tsx +20 -8
  250. package/src/helpers/AppTitle.tsx +14 -0
  251. package/src/index.ts +2 -1
  252. package/dist/components/core/extension/dynamicComponentMap.d.ts +0 -3
  253. package/dist/components/core/extension/dynamicComponentMap.d.ts.map +0 -1
  254. package/dist/components/core/extension/dynamicComponentMap.js +0 -6
  255. package/dist/components/core/extension/dynamicComponentMap.js.map +0 -1
  256. package/dist/components/core/hooks/GlobalStateContext.d.ts +0 -11
  257. package/dist/components/core/hooks/GlobalStateContext.d.ts.map +0 -1
  258. package/dist/components/core/hooks/GlobalStateContext.js +0 -17
  259. package/dist/components/core/hooks/GlobalStateContext.js.map +0 -1
@@ -1,17 +0,0 @@
1
- "use client";
2
- import { jsx as _jsx } from "react/jsx-runtime";
3
- import { createContext, useContext, useState } from 'react';
4
- var GlobalStateContext = createContext(undefined);
5
- export var GlobalStateProvider = function (_a) {
6
- var children = _a.children;
7
- var _b = useState({}), formViewMetaData = _b[0], setFormViewMetaData = _b[1];
8
- return (_jsx(GlobalStateContext.Provider, { value: { formViewMetaData: formViewMetaData, setFormViewMetaData: setFormViewMetaData }, children: children }));
9
- };
10
- export var useGlobalState = function () {
11
- var context = useContext(GlobalStateContext);
12
- if (!context) {
13
- throw new Error('useGlobalState must be used within a GlobalStateProvider');
14
- }
15
- return context;
16
- };
17
- //# sourceMappingURL=GlobalStateContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GlobalStateContext.js","sourceRoot":"","sources":["../../../../src/components/core/hooks/GlobalStateContext.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;;AACZ,OAAc,EAAE,aAAa,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAOnE,IAAM,kBAAkB,GAAG,aAAa,CAA0B,SAAS,CAAC,CAAC;AAE7E,MAAM,CAAC,IAAM,mBAAmB,GAA4C,UAAC,EAAY;QAAV,QAAQ,cAAA;IAC7E,IAAA,KAA0C,QAAQ,CAAsB,EAAE,CAAC,EAA1E,gBAAgB,QAAA,EAAE,mBAAmB,QAAqC,CAAC;IAElF,OAAO,CACH,KAAC,kBAAkB,CAAC,QAAQ,IAAC,KAAK,EAAE,EAAE,gBAAgB,kBAAA,EAAE,mBAAmB,qBAAA,EAAE,YACxE,QAAQ,GACiB,CACjC,CAAC;AACN,CAAC,CAAC;AAEF,MAAM,CAAC,IAAM,cAAc,GAAG;IAC1B,IAAM,OAAO,GAAG,UAAU,CAAC,kBAAkB,CAAC,CAAC;IAC/C,IAAI,CAAC,OAAO,EAAE;QACV,MAAM,IAAI,KAAK,CAAC,0DAA0D,CAAC,CAAC;KAC/E;IACD,OAAO,OAAO,CAAC;AACnB,CAAC,CAAC"}