@vc-shell/framework 1.1.9 → 1.1.11

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 (209) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/core/composables/index.ts +1 -0
  3. package/core/composables/useDynamicProperties/index.ts +344 -0
  4. package/core/services/toolbar-service.ts +28 -18
  5. package/core/services/widget-service.ts +28 -18
  6. package/dist/core/composables/index.d.ts +1 -0
  7. package/dist/core/composables/index.d.ts.map +1 -1
  8. package/dist/core/composables/useDynamicProperties/index.d.ts +54 -0
  9. package/dist/core/composables/useDynamicProperties/index.d.ts.map +1 -0
  10. package/dist/core/services/toolbar-service.d.ts.map +1 -1
  11. package/dist/core/services/widget-service.d.ts.map +1 -1
  12. package/dist/locales/de.json +3 -1
  13. package/dist/locales/en.json +3 -1
  14. package/dist/shared/components/draggable-dashboard/composables/useDashboardDragAndDrop.d.ts +4 -4
  15. package/dist/shared/components/notifications/components/notification-container/index.d.ts +6 -6
  16. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  17. package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts.map +1 -1
  18. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
  19. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +2 -2
  20. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +2 -2
  21. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +2 -2
  22. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +1 -1
  23. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  24. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +1 -1
  25. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  26. package/dist/tsconfig.tsbuildinfo +1 -1
  27. package/dist/ui/components/atoms/index.d.ts +0 -1
  28. package/dist/ui/components/atoms/index.d.ts.map +1 -1
  29. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +1 -1
  30. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  31. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +2 -2
  32. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +1 -1
  33. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
  34. package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts +1 -1
  35. package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts.map +1 -1
  36. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +1 -1
  37. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  38. package/dist/ui/components/molecules/index.d.ts +1 -0
  39. package/dist/ui/components/molecules/index.d.ts.map +1 -1
  40. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +2 -2
  41. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +2 -2
  42. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  43. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +4 -4
  44. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  45. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +1 -1
  46. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
  47. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +1 -1
  48. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  49. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +7 -8
  50. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  51. package/dist/ui/components/molecules/vc-switch/index.d.ts.map +1 -0
  52. package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts.map +1 -0
  53. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +1 -1
  54. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
  55. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-base-button.vue.d.ts +1 -1
  56. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +1 -1
  57. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
  58. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue.d.ts +1 -1
  59. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue.d.ts.map +1 -1
  60. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/vc-widget-container-desktop.vue.d.ts +1 -0
  61. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/vc-widget-container-desktop.vue.d.ts.map +1 -1
  62. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/vc-widget-container-mobile.vue.d.ts.map +1 -1
  63. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/vc-widget-container.vue.d.ts.map +1 -1
  64. package/dist/ui/components/organisms/vc-blade/vc-blade.backupsb.d.ts +3 -3
  65. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +1 -1
  66. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  67. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +2 -2
  68. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +1 -1
  69. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  70. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +3 -3
  71. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  72. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +1 -1
  73. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  74. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +1 -1
  75. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  76. package/package.json +4 -4
  77. package/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.ts +1 -1
  78. package/shared/components/user-dropdown-button/_internal/user-info.vue +3 -2
  79. package/shared/components/user-dropdown-button/user-dropdown-button.vue +7 -3
  80. package/ui/components/atoms/index.ts +0 -1
  81. package/ui/components/molecules/index.ts +1 -0
  82. package/ui/components/molecules/vc-select/vc-select.vue +48 -13
  83. package/ui/components/{atoms → molecules}/vc-switch/vc-switch.stories.ts +1 -1
  84. package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +1 -1
  85. package/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/vc-widget-container-desktop.vue +2 -0
  86. package/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/_internal/vc-widget-container-mobile.vue +1 -0
  87. package/ui/components/organisms/vc-blade/_internal/vc-blade-widget-container/vc-widget-container.vue +4 -3
  88. package/ui/components/organisms/vc-blade/vc-blade.vue +0 -2
  89. package/dist/apl-B2DGVGxc.js +0 -76
  90. package/dist/asciiarmor-2LVJmxlE.js +0 -34
  91. package/dist/asn1-jKiBa2Ya.js +0 -95
  92. package/dist/asterisk-DS281yxp.js +0 -271
  93. package/dist/brainfuck-C_p9pTT8.js +0 -34
  94. package/dist/clike-BUuHEmgZ.js +0 -620
  95. package/dist/clojure-CCKyeQKf.js +0 -800
  96. package/dist/cmake-CuaCgAKt.js +0 -28
  97. package/dist/cobol-BlTKFDRj.js +0 -72
  98. package/dist/coffeescript-BVCvwO8I.js +0 -179
  99. package/dist/commonlisp-D_kxz07b.js +0 -75
  100. package/dist/crystal-D309uH6_.js +0 -217
  101. package/dist/css-bIlmDBTK.js +0 -1560
  102. package/dist/cypher-BMq4Fwjl.js +0 -68
  103. package/dist/d-BZcgY6La.js +0 -127
  104. package/dist/diff-Cg9d_RX2.js +0 -18
  105. package/dist/dockerfile-DIy8NleC.js +0 -194
  106. package/dist/dtd-CtLokQ-U.js +0 -84
  107. package/dist/dylan-QYeExnWK.js +0 -234
  108. package/dist/ebnf-DUPDuY4r.js +0 -78
  109. package/dist/ecl-CiXN-g_D.js +0 -121
  110. package/dist/eiffel-yQhjl4T1.js +0 -110
  111. package/dist/elm-CNT9vbN0.js +0 -108
  112. package/dist/erlang-CFOYdy9e.js +0 -487
  113. package/dist/factor-DDOC7X6P.js +0 -65
  114. package/dist/fcl-CPC2WYrI.js +0 -103
  115. package/dist/forth-BmxRyE9S.js +0 -60
  116. package/dist/fortran-9bvPyrOW.js +0 -442
  117. package/dist/framework.js +0 -289
  118. package/dist/gas-BdfkXJT_.js +0 -183
  119. package/dist/gherkin-CJuwpceU.js +0 -34
  120. package/dist/groovy-DZeT_VM-.js +0 -146
  121. package/dist/haskell-Bvt3Qq1t.js +0 -375
  122. package/dist/haxe-70NVW1pR.js +0 -359
  123. package/dist/http-D9LttvKF.js +0 -44
  124. package/dist/idl-B6TRFYjl.js +0 -947
  125. package/dist/index-83AS8awQ.js +0 -147093
  126. package/dist/index-BRzLUR4F.js +0 -71
  127. package/dist/index-BSMDwAsD.js +0 -58
  128. package/dist/index-BcE8cPQ1.js +0 -611
  129. package/dist/index-BdXB4Rc2.js +0 -98
  130. package/dist/index-BeE65IDG.js +0 -75
  131. package/dist/index-BjulAuhE.js +0 -156
  132. package/dist/index-C1julODM.js +0 -288
  133. package/dist/index-CCh6DcPw.js +0 -93
  134. package/dist/index-CM-cQwyJ.js +0 -265
  135. package/dist/index-CcUXsEpB.js +0 -134
  136. package/dist/index-D77dHT9M.js +0 -538
  137. package/dist/index-DjGE0Oe5.js +0 -341
  138. package/dist/index-DkbufypA.js +0 -299
  139. package/dist/index-VBkCq_SK.js +0 -137
  140. package/dist/index-cAxs8v2c.js +0 -249
  141. package/dist/index-nY-vksAs.js +0 -308
  142. package/dist/index.css +0 -9
  143. package/dist/javascript-WMWNx-Vj.js +0 -690
  144. package/dist/jinja2-DnB6dQmV.js +0 -154
  145. package/dist/julia-DpvXAuO6.js +0 -241
  146. package/dist/livescript-CanGTf8u.js +0 -272
  147. package/dist/lua-XplVlWi_.js +0 -217
  148. package/dist/mathematica-jaRHnSxC.js +0 -35
  149. package/dist/mbox-BctzC1hL.js +0 -76
  150. package/dist/mirc-CFBPAOaF.js +0 -72
  151. package/dist/mllike-BSnXJBGA.js +0 -272
  152. package/dist/modelica-vUgVs--1.js +0 -93
  153. package/dist/mscgen-Cpl0NYLN.js +0 -104
  154. package/dist/mumps-CQoS1kWX.js +0 -25
  155. package/dist/nginx-zDPm3Z74.js +0 -89
  156. package/dist/nsis-fePjrhq7.js +0 -62
  157. package/dist/ntriples-CsNjv2QF.js +0 -79
  158. package/dist/octave-C8PmmSRH.js +0 -143
  159. package/dist/oz-Ce8aN8oE.js +0 -151
  160. package/dist/pascal-De0D6mP7.js +0 -77
  161. package/dist/perl-B4bSCe1C.js +0 -915
  162. package/dist/pig-D24Z8EXi.js +0 -54
  163. package/dist/powershell-DkYVfTzP.js +0 -249
  164. package/dist/properties-Dn9wna3M.js +0 -26
  165. package/dist/protobuf-BPIjwpzm.js +0 -49
  166. package/dist/pug-BqUR2bBq.js +0 -248
  167. package/dist/puppet-nyd4dhjf.js +0 -45
  168. package/dist/python-B5QdSKoL.js +0 -313
  169. package/dist/q-DXjKs-tC.js +0 -83
  170. package/dist/r-LKEuhEGI.js +0 -104
  171. package/dist/rpm-IznJm2Xc.js +0 -57
  172. package/dist/ruby-CcYfvIk6.js +0 -228
  173. package/dist/sas-7E8yHoCW.js +0 -105
  174. package/dist/scheme-DjibxsNh.js +0 -124
  175. package/dist/shell-C0C2sNA_.js +0 -182
  176. package/dist/sieve-Bwz7vjP5.js +0 -72
  177. package/dist/simple-mode-B0dvCdAA.js +0 -89
  178. package/dist/smalltalk-Bhddl2pB.js +0 -48
  179. package/dist/solr-BNlsLglM.js +0 -41
  180. package/dist/sparql-FarWu_Gb.js +0 -197
  181. package/dist/spreadsheet-C-cy4P5N.js +0 -49
  182. package/dist/sql-mMre1Bo3.js +0 -282
  183. package/dist/stex-92raWT1r.js +0 -129
  184. package/dist/stylus-CAdqWld3.js +0 -250
  185. package/dist/swift-DSxqR9R6.js +0 -230
  186. package/dist/tcl-xfoLljhY.js +0 -81
  187. package/dist/textile-D1AWE-pc.js +0 -295
  188. package/dist/tiddlywiki-5wqsXtSk.js +0 -155
  189. package/dist/tiki-__Kn3CeS.js +0 -181
  190. package/dist/toml-BHiuTcfn.js +0 -49
  191. package/dist/troff-D2UO-fKf.js +0 -35
  192. package/dist/ttcn-Bsa4sfRm.js +0 -123
  193. package/dist/ttcn-cfg-Bac_acMi.js +0 -88
  194. package/dist/turtle-xwJUxoPV.js +0 -80
  195. package/dist/ui/components/atoms/vc-switch/index.d.ts.map +0 -1
  196. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +0 -1
  197. package/dist/vb-c2kQGd6-.js +0 -74
  198. package/dist/vbscript-Dz1TtKsy.js +0 -324
  199. package/dist/velocity-DJd0pTTC.js +0 -96
  200. package/dist/verilog-C4VGD9n1.js +0 -263
  201. package/dist/vhdl-T9HkrbI2.js +0 -106
  202. package/dist/webidl-CjfDENEo.js +0 -155
  203. package/dist/xquery-BUQdORAS.js +0 -422
  204. package/dist/yacas-C0absKBh.js +0 -73
  205. package/dist/z80-C8rPtw-0.js +0 -61
  206. /package/dist/ui/components/{atoms → molecules}/vc-switch/index.d.ts +0 -0
  207. /package/dist/ui/components/{atoms → molecules}/vc-switch/vc-switch.vue.d.ts +0 -0
  208. /package/ui/components/{atoms → molecules}/vc-switch/index.ts +0 -0
  209. /package/ui/components/{atoms → molecules}/vc-switch/vc-switch.vue +0 -0

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.