@solidstarters/solid-core-ui 1.1.77 → 1.1.79

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 (122) hide show
  1. package/dist/components/core/chatter/SolidChatter.js +7 -3
  2. package/dist/components/core/chatter/SolidChatter.js.map +1 -1
  3. package/dist/components/core/form/SolidFormActionHeader.js +47 -3
  4. package/dist/components/core/form/SolidFormActionHeader.js.map +1 -1
  5. package/dist/components/core/form/SolidFormView.js +2 -1
  6. package/dist/components/core/form/SolidFormView.js.map +1 -1
  7. package/dist/components/core/form/fields/SolidIntegerField.js +29 -0
  8. package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -1
  9. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +93 -24
  10. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -1
  11. package/dist/components/core/list/SolidListView.js +2 -2
  12. package/dist/components/core/list/SolidListView.js.map +1 -1
  13. package/dist/helpers/registry.js +2 -1
  14. package/dist/helpers/registry.js.map +1 -1
  15. package/package.json +1 -1
  16. package/tsconfig.json +1 -1
  17. package/dist/components/core/common/SolidConfigureLayoutElement.d.ts +0 -2
  18. package/dist/components/core/common/SolidConfigureLayoutElement.d.ts.map +0 -1
  19. package/dist/components/core/common/SolidConfigureLayoutElement.js +0 -77
  20. package/dist/components/core/common/SolidConfigureLayoutElement.js.map +0 -1
  21. package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyAutocompleteWidget.d.ts +0 -3
  22. package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyAutocompleteWidget.d.ts.map +0 -1
  23. package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyAutocompleteWidget.js +0 -38
  24. package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyAutocompleteWidget.js.map +0 -1
  25. package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyCheckboxWidget.d.ts +0 -3
  26. package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyCheckboxWidget.d.ts.map +0 -1
  27. package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyCheckboxWidget.js +0 -48
  28. package/dist/components/core/form/fields/relations/widgets/SolidRelationManyToManyCheckboxWidget.js.map +0 -1
  29. package/dist/components/core/form/fields/widgets/SolidBooleanCheckboxFieldWidget.d.ts +0 -3
  30. package/dist/components/core/form/fields/widgets/SolidBooleanCheckboxFieldWidget.d.ts.map +0 -1
  31. package/dist/components/core/form/fields/widgets/SolidBooleanCheckboxFieldWidget.js +0 -57
  32. package/dist/components/core/form/fields/widgets/SolidBooleanCheckboxFieldWidget.js.map +0 -1
  33. package/dist/components/core/form/fields/widgets/SolidBooleanSelectFieldWidget.d.ts +0 -3
  34. package/dist/components/core/form/fields/widgets/SolidBooleanSelectFieldWidget.d.ts.map +0 -1
  35. package/dist/components/core/form/fields/widgets/SolidBooleanSelectFieldWidget.js +0 -30
  36. package/dist/components/core/form/fields/widgets/SolidBooleanSelectFieldWidget.js.map +0 -1
  37. package/dist/components/core/form/fields/widgets/SolidFormFieldJsonViewModeWidget.d.ts +0 -2
  38. package/dist/components/core/form/fields/widgets/SolidFormFieldJsonViewModeWidget.d.ts.map +0 -1
  39. package/dist/components/core/form/fields/widgets/SolidFormFieldJsonViewModeWidget.js +0 -9
  40. package/dist/components/core/form/fields/widgets/SolidFormFieldJsonViewModeWidget.js.map +0 -1
  41. package/dist/components/core/form/fields/widgets/SolidFormFieldMediaViewModeWidget.d.ts +0 -2
  42. package/dist/components/core/form/fields/widgets/SolidFormFieldMediaViewModeWidget.d.ts.map +0 -1
  43. package/dist/components/core/form/fields/widgets/SolidFormFieldMediaViewModeWidget.js +0 -8
  44. package/dist/components/core/form/fields/widgets/SolidFormFieldMediaViewModeWidget.js.map +0 -1
  45. package/dist/components/core/form/fields/widgets/SolidFormFieldPasswordViewModeWidget.d.ts +0 -2
  46. package/dist/components/core/form/fields/widgets/SolidFormFieldPasswordViewModeWidget.d.ts.map +0 -1
  47. package/dist/components/core/form/fields/widgets/SolidFormFieldPasswordViewModeWidget.js +0 -9
  48. package/dist/components/core/form/fields/widgets/SolidFormFieldPasswordViewModeWidget.js.map +0 -1
  49. package/dist/components/core/form/fields/widgets/SolidFormFieldRelationViewModeWidget.d.ts +0 -2
  50. package/dist/components/core/form/fields/widgets/SolidFormFieldRelationViewModeWidget.d.ts.map +0 -1
  51. package/dist/components/core/form/fields/widgets/SolidFormFieldRelationViewModeWidget.js +0 -20
  52. package/dist/components/core/form/fields/widgets/SolidFormFieldRelationViewModeWidget.js.map +0 -1
  53. package/dist/components/core/form/fields/widgets/SolidFormFieldRichTextViewModeWidget.d.ts +0 -2
  54. package/dist/components/core/form/fields/widgets/SolidFormFieldRichTextViewModeWidget.d.ts.map +0 -1
  55. package/dist/components/core/form/fields/widgets/SolidFormFieldRichTextViewModeWidget.js +0 -7
  56. package/dist/components/core/form/fields/widgets/SolidFormFieldRichTextViewModeWidget.js.map +0 -1
  57. package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaMultipleWidget.d.ts +0 -3
  58. package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaMultipleWidget.d.ts.map +0 -1
  59. package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaMultipleWidget.js +0 -90
  60. package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaMultipleWidget.js.map +0 -1
  61. package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaSingleWidget.d.ts +0 -3
  62. package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaSingleWidget.d.ts.map +0 -1
  63. package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaSingleWidget.js +0 -74
  64. package/dist/components/core/form/fields/widgets/SolidFormFieldViewMediaSingleWidget.js.map +0 -1
  65. package/dist/components/core/form/fields/widgets/SolidFormFieldViewModeWidget.d.ts +0 -2
  66. package/dist/components/core/form/fields/widgets/SolidFormFieldViewModeWidget.d.ts.map +0 -1
  67. package/dist/components/core/form/fields/widgets/SolidFormFieldViewModeWidget.js +0 -6
  68. package/dist/components/core/form/fields/widgets/SolidFormFieldViewModeWidget.js.map +0 -1
  69. package/dist/components/core/form/fields/widgets/SolidSelectionStaticAutocompleteFieldWidget.d.ts +0 -3
  70. package/dist/components/core/form/fields/widgets/SolidSelectionStaticAutocompleteFieldWidget.d.ts.map +0 -1
  71. package/dist/components/core/form/fields/widgets/SolidSelectionStaticAutocompleteFieldWidget.js +0 -50
  72. package/dist/components/core/form/fields/widgets/SolidSelectionStaticAutocompleteFieldWidget.js.map +0 -1
  73. package/dist/components/core/form/fields/widgets/SolidSelectionStaticRadioFieldWidget.d.ts +0 -3
  74. package/dist/components/core/form/fields/widgets/SolidSelectionStaticRadioFieldWidget.d.ts.map +0 -1
  75. package/dist/components/core/form/fields/widgets/SolidSelectionStaticRadioFieldWidget.js +0 -34
  76. package/dist/components/core/form/fields/widgets/SolidSelectionStaticRadioFieldWidget.js.map +0 -1
  77. package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget copy.d.ts +0 -2
  78. package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget copy.d.ts.map +0 -1
  79. package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget copy.js +0 -7
  80. package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget copy.js.map +0 -1
  81. package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget.d.ts +0 -2
  82. package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget.d.ts.map +0 -1
  83. package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget.js +0 -7
  84. package/dist/components/core/list/widgets/SolidShortTextFieldTextRenderModeWidget.js.map +0 -1
  85. package/dist/components/core/list/widgets/SolidUserNameAvatarWidget.d.ts +0 -2
  86. package/dist/components/core/list/widgets/SolidUserNameAvatarWidget.d.ts.map +0 -1
  87. package/dist/components/core/list/widgets/SolidUserNameAvatarWidget.js +0 -36
  88. package/dist/components/core/list/widgets/SolidUserNameAvatarWidget.js.map +0 -1
  89. package/dist/stylesheets/globals.css +0 -2476
  90. package/dist/stylesheets/styles/SF-Pro-Display-Regular.otf +0 -0
  91. package/dist/stylesheets/styles/layout/_config.scss +0 -54
  92. package/dist/stylesheets/styles/layout/_content.scss +0 -77
  93. package/dist/stylesheets/styles/layout/_footer.scss +0 -8
  94. package/dist/stylesheets/styles/layout/_main.scss +0 -47
  95. package/dist/stylesheets/styles/layout/_menu.scss +0 -185
  96. package/dist/stylesheets/styles/layout/_mixins.scss +0 -13
  97. package/dist/stylesheets/styles/layout/_responsive.scss +0 -99
  98. package/dist/stylesheets/styles/layout/_topbar.scss +0 -149
  99. package/dist/stylesheets/styles/layout/_typography.scss +0 -63
  100. package/dist/stylesheets/styles/layout/_utils.scss +0 -27
  101. package/dist/stylesheets/styles/layout/_variables.scss +0 -3
  102. package/dist/stylesheets/styles/layout/layout.scss +0 -11
  103. package/dist/stylesheets/themes/solid-dark-purple/fonts/SF-Pro-Display-Black.otf +0 -0
  104. package/dist/stylesheets/themes/solid-dark-purple/fonts/SF-Pro-Display-Bold.otf +0 -0
  105. package/dist/stylesheets/themes/solid-dark-purple/fonts/SF-Pro-Display-Heavy.otf +0 -0
  106. package/dist/stylesheets/themes/solid-dark-purple/fonts/SF-Pro-Display-Light.otf +0 -0
  107. package/dist/stylesheets/themes/solid-dark-purple/fonts/SF-Pro-Display-Medium.otf +0 -0
  108. package/dist/stylesheets/themes/solid-dark-purple/fonts/SF-Pro-Display-Regular.otf +0 -0
  109. package/dist/stylesheets/themes/solid-dark-purple/fonts/SF-Pro-Display-Semibold.otf +0 -0
  110. package/dist/stylesheets/themes/solid-dark-purple/fonts/SF-Pro-Display-Thin.otf +0 -0
  111. package/dist/stylesheets/themes/solid-dark-purple/fonts/SF-Pro-Display-Ultralight.otf +0 -0
  112. package/dist/stylesheets/themes/solid-dark-purple/theme.css +0 -9051
  113. package/dist/stylesheets/themes/solid-light-purple/fonts/SF-Pro-Display-Black.otf +0 -0
  114. package/dist/stylesheets/themes/solid-light-purple/fonts/SF-Pro-Display-Bold.otf +0 -0
  115. package/dist/stylesheets/themes/solid-light-purple/fonts/SF-Pro-Display-Heavy.otf +0 -0
  116. package/dist/stylesheets/themes/solid-light-purple/fonts/SF-Pro-Display-Light.otf +0 -0
  117. package/dist/stylesheets/themes/solid-light-purple/fonts/SF-Pro-Display-Medium.otf +0 -0
  118. package/dist/stylesheets/themes/solid-light-purple/fonts/SF-Pro-Display-Regular.otf +0 -0
  119. package/dist/stylesheets/themes/solid-light-purple/fonts/SF-Pro-Display-Semibold.otf +0 -0
  120. package/dist/stylesheets/themes/solid-light-purple/fonts/SF-Pro-Display-Thin.otf +0 -0
  121. package/dist/stylesheets/themes/solid-light-purple/fonts/SF-Pro-Display-Ultralight.otf +0 -0
  122. package/dist/stylesheets/themes/solid-light-purple/theme.css +0 -9077

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.