@vc-shell/framework 1.0.320 → 1.0.322

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 (121) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/core/api/platform.ts +694 -471
  3. package/core/composables/useNotifications/index.ts +61 -3
  4. package/core/plugins/modularity/index.ts +23 -4
  5. package/core/plugins/signalR/index.ts +42 -10
  6. package/dist/{azuread-DkJALKeY.js → azuread-BhAhqR2s.js} +2 -2
  7. package/dist/core/api/platform.d.ts +186 -162
  8. package/dist/core/api/platform.d.ts.map +1 -1
  9. package/dist/core/composables/useNotifications/index.d.ts +1 -0
  10. package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
  11. package/dist/core/plugins/modularity/index.d.ts +3 -1
  12. package/dist/core/plugins/modularity/index.d.ts.map +1 -1
  13. package/dist/core/plugins/signalR/index.d.ts +2 -1
  14. package/dist/core/plugins/signalR/index.d.ts.map +1 -1
  15. package/dist/{external-provider-BfhXfWct.js → external-provider-CKRKv1EO.js} +1 -1
  16. package/dist/{external-provider.vue_vue_type_script_setup_true_lang-DnfCYH2u.js → external-provider.vue_vue_type_script_setup_true_lang-pVwhlqSS.js} +1 -1
  17. package/dist/external-providers-BuwRmZS6.js +4 -0
  18. package/dist/framework.js +221 -222
  19. package/dist/{index-C1ubuqpz.js → index-1iQcKZcz.js} +1 -1
  20. package/dist/{index-tIxFQ1Ps.js → index-2VvztI5V.js} +1 -1
  21. package/dist/{index-Rnb_pp-E.js → index-BpeR8MpE.js} +1 -1
  22. package/dist/{index-p2XOxNI9.js → index-BqFdtq0j.js} +1 -1
  23. package/dist/{index-a7HiHYrT.js → index-BscDURbV.js} +1 -1
  24. package/dist/{index-Dkh5IMF7.js → index-C280JcJo.js} +1 -1
  25. package/dist/{index-B93I3Agz.js → index-CWRP_8OR.js} +1 -1
  26. package/dist/{index-DY4Xi8u8.js → index-CbVaCsap.js} +1 -1
  27. package/dist/{index-BFdnt4xk.js → index-CecSOxnk.js} +1 -1
  28. package/dist/{index-DMRj0aJ8.js → index-CkzHOg6W.js} +1 -1
  29. package/dist/{index-Bf_KENtH.js → index-D6rLpqm5.js} +1 -1
  30. package/dist/{index-CuqIbypI.js → index-DfABrHB_.js} +40320 -34452
  31. package/dist/{index-B1dqCnPS.js → index-bZ0IrgAu.js} +1 -1
  32. package/dist/{index-kvc5Uc7s.js → index-fuILXn_w.js} +1 -1
  33. package/dist/{index-BXSEbnel.js → index-h2e4Cdwh.js} +1 -1
  34. package/dist/{index-Cp7h8UBT.js → index-jSMgkZQV.js} +1 -1
  35. package/dist/{index-Byl_hvr6.js → index-osebbY9y.js} +8 -8
  36. package/dist/index.css +1 -1
  37. package/dist/index.d.ts.map +1 -1
  38. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  39. package/dist/shared/components/error-interceptor/index.d.ts +1 -9
  40. package/dist/shared/components/error-interceptor/index.d.ts.map +1 -1
  41. package/dist/shared/components/notification-template/index.d.ts +1 -18
  42. package/dist/shared/components/notification-template/index.d.ts.map +1 -1
  43. package/dist/shared/modules/dynamic/index.d.ts.map +1 -1
  44. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  45. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +1 -1
  46. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  47. package/dist/tsconfig.tsbuildinfo +1 -1
  48. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +5 -100
  49. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts.map +1 -1
  50. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +13 -468
  51. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts.map +1 -1
  52. package/dist/ui/components/atoms/vc-card/index.d.ts +1 -24
  53. package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
  54. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +12 -223
  55. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
  56. package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +1 -6
  57. package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts.map +1 -1
  58. package/dist/ui/components/atoms/vc-container/index.d.ts +6 -13
  59. package/dist/ui/components/atoms/vc-container/index.d.ts.map +1 -1
  60. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +3 -0
  61. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
  62. package/dist/ui/components/atoms/vc-hint/index.d.ts +1 -1
  63. package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +1 -1
  64. package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +1 -15
  65. package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts.map +1 -1
  66. package/dist/ui/components/atoms/vc-link/index.d.ts +1 -13
  67. package/dist/ui/components/atoms/vc-link/index.d.ts.map +1 -1
  68. package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +1 -13
  69. package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts.map +1 -1
  70. package/dist/ui/components/atoms/vc-progress/index.d.ts +1 -10
  71. package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
  72. package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +1 -10
  73. package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts.map +1 -1
  74. package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +1 -1
  75. package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +1 -13
  76. package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts.map +1 -1
  77. package/dist/ui/components/molecules/vc-checkbox/index.d.ts +1 -42
  78. package/dist/ui/components/molecules/vc-checkbox/index.d.ts.map +1 -1
  79. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts +10 -420
  80. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts.map +1 -1
  81. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +1 -41
  82. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
  83. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +1 -35
  84. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts.map +1 -1
  85. package/dist/ui/components/molecules/vc-form/index.d.ts +1 -1
  86. package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +1 -1
  87. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +6 -79
  88. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
  89. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +3 -0
  90. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  91. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +1 -80
  92. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts.map +1 -1
  93. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts +4 -136
  94. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts.map +1 -1
  95. package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +4 -92
  96. package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts.map +1 -1
  97. package/dist/ui/components/molecules/vc-slider/index.d.ts +1 -20
  98. package/dist/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
  99. package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +1 -20
  100. package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts.map +1 -1
  101. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +70 -294
  102. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts.map +1 -1
  103. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +3 -1
  104. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  105. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +1 -27
  106. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -1
  107. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +1 -38
  108. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts.map +1 -1
  109. package/package.json +4 -4
  110. package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +13 -12
  111. package/shared/modules/dynamic/helpers/override.ts +8 -1
  112. package/shared/modules/dynamic/index.ts +22 -11
  113. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +9 -11
  114. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +0 -17
  115. package/ui/components/atoms/vc-button/vc-button.vue +2 -2
  116. package/ui/components/atoms/vc-container/vc-container.vue +6 -0
  117. package/ui/components/molecules/vc-input/vc-input.vue +6 -0
  118. package/ui/components/molecules/vc-textarea/vc-textarea.vue +8 -0
  119. package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +2 -2
  120. package/ui/components/organisms/vc-blade/vc-blade.vue +5 -5
  121. package/dist/external-providers-Dd3QYSAe.js +0 -4
@@ -23,26 +23,7 @@ declare const _default: {
23
23
  onClick?: (() => any) | undefined;
24
24
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
25
  click: () => void;
26
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
27
- active: {
28
- type: import("vue").PropType<boolean>;
29
- };
30
- disabled: {
31
- type: import("vue").PropType<boolean>;
32
- };
33
- clickable: {
34
- type: import("vue").PropType<boolean>;
35
- };
36
- content: {
37
- type: import("vue").PropType<string | number>;
38
- };
39
- size: {
40
- type: import("vue").PropType<"s" | "m">;
41
- default: string;
42
- };
43
- }>> & Readonly<{
44
- onClick?: (() => any) | undefined;
45
- }>, {
26
+ }, import("vue").PublicProps, {
46
27
  size: "s" | "m";
47
28
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
48
29
  P: {};
@@ -159,26 +140,7 @@ export declare const Basic: StoryFn<{
159
140
  onClick?: (() => any) | undefined;
160
141
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
161
142
  click: () => void;
162
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
163
- active: {
164
- type: import("vue").PropType<boolean>;
165
- };
166
- disabled: {
167
- type: import("vue").PropType<boolean>;
168
- };
169
- clickable: {
170
- type: import("vue").PropType<boolean>;
171
- };
172
- content: {
173
- type: import("vue").PropType<string | number>;
174
- };
175
- size: {
176
- type: import("vue").PropType<"s" | "m">;
177
- default: string;
178
- };
179
- }>> & Readonly<{
180
- onClick?: (() => any) | undefined;
181
- }>, {
143
+ }, import("vue").PublicProps, {
182
144
  size: "s" | "m";
183
145
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
184
146
  P: {};
@@ -264,26 +226,7 @@ export declare const Active: StoryFn<{
264
226
  onClick?: (() => any) | undefined;
265
227
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
266
228
  click: () => void;
267
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
268
- active: {
269
- type: import("vue").PropType<boolean>;
270
- };
271
- disabled: {
272
- type: import("vue").PropType<boolean>;
273
- };
274
- clickable: {
275
- type: import("vue").PropType<boolean>;
276
- };
277
- content: {
278
- type: import("vue").PropType<string | number>;
279
- };
280
- size: {
281
- type: import("vue").PropType<"s" | "m">;
282
- default: string;
283
- };
284
- }>> & Readonly<{
285
- onClick?: (() => any) | undefined;
286
- }>, {
229
+ }, import("vue").PublicProps, {
287
230
  size: "s" | "m";
288
231
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
289
232
  P: {};
@@ -369,26 +312,7 @@ export declare const Disabled: StoryFn<{
369
312
  onClick?: (() => any) | undefined;
370
313
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
371
314
  click: () => void;
372
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
373
- active: {
374
- type: import("vue").PropType<boolean>;
375
- };
376
- disabled: {
377
- type: import("vue").PropType<boolean>;
378
- };
379
- clickable: {
380
- type: import("vue").PropType<boolean>;
381
- };
382
- content: {
383
- type: import("vue").PropType<string | number>;
384
- };
385
- size: {
386
- type: import("vue").PropType<"s" | "m">;
387
- default: string;
388
- };
389
- }>> & Readonly<{
390
- onClick?: (() => any) | undefined;
391
- }>, {
315
+ }, import("vue").PublicProps, {
392
316
  size: "s" | "m";
393
317
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
394
318
  P: {};
@@ -474,26 +398,7 @@ export declare const Clickable: StoryFn<{
474
398
  onClick?: (() => any) | undefined;
475
399
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
476
400
  click: () => void;
477
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
478
- active: {
479
- type: import("vue").PropType<boolean>;
480
- };
481
- disabled: {
482
- type: import("vue").PropType<boolean>;
483
- };
484
- clickable: {
485
- type: import("vue").PropType<boolean>;
486
- };
487
- content: {
488
- type: import("vue").PropType<string | number>;
489
- };
490
- size: {
491
- type: import("vue").PropType<"s" | "m">;
492
- default: string;
493
- };
494
- }>> & Readonly<{
495
- onClick?: (() => any) | undefined;
496
- }>, {
401
+ }, import("vue").PublicProps, {
497
402
  size: "s" | "m";
498
403
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
499
404
  P: {};
@@ -1 +1 @@
1
- {"version":3,"file":"vc-badge.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/vc-badge.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGrD,wBAgCiC;AAQjC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAEvC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGxC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG1C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC"}
1
+ {"version":3,"file":"vc-badge.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/vc-badge.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGrD,wBAgCiC;AAQjC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAEvC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGxC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG1C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC"}