@vc-shell/framework 1.0.297 → 1.0.300

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "1.0.297",
3
+ "version": "1.0.300",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -61,9 +61,9 @@
61
61
  "devDependencies": {
62
62
  "@types/dompurify": "^3.0.5",
63
63
  "@types/quill": "^2.0.14",
64
- "@vc-shell/api-client-generator": "^1.0.297",
65
- "@vc-shell/config-generator": "^1.0.297",
66
- "@vc-shell/ts-config": "^1.0.297",
64
+ "@vc-shell/api-client-generator": "^1.0.300",
65
+ "@vc-shell/config-generator": "^1.0.300",
66
+ "@vc-shell/ts-config": "^1.0.300",
67
67
  "@vitejs/plugin-vue": "5.0.3",
68
68
  "cypress-signalr-mock": "^1.5.0",
69
69
  "sass": "^1.69.6",
@@ -29,7 +29,7 @@ export const useExternalProvider = (): IUseExternalProvider => {
29
29
 
30
30
  async function externalSignIn(authenticationType: string, oidcUrl: string) {
31
31
  try {
32
- let url_ = window.location.origin + "externalsignin?";
32
+ let url_ = window.location.origin + "/externalsignin?";
33
33
  const returnUrl = window.location.pathname ?? "/";
34
34
 
35
35
  const signInData = {
@@ -56,7 +56,7 @@ export const useExternalProvider = (): IUseExternalProvider => {
56
56
 
57
57
  async function externalSignOut(authenticationType: string): Promise<void> {
58
58
  try {
59
- let url_ = window.location.origin + "externalsignin/signout?";
59
+ let url_ = window.location.origin + "/externalsignin/signout?";
60
60
 
61
61
  if (authenticationType !== undefined)
62
62
  url_ += "authenticationType=" + encodeURIComponent("" + authenticationType) + "&";
@@ -86,7 +86,7 @@ watch(isOutside, (outside) => {
86
86
  }
87
87
 
88
88
  &__content {
89
- @apply tw-absolute tw-z-50 tw-bg-[color:var(--tooltip-background-color)] tw-border tw-border-solid tw-border-[color:var(--tooltip-border-color)] tw-shadow-lg tw-rounded tw-text-[color:var(--tooltip-text-color)] tw-font-normal tw-py-1 tw-px-2;
89
+ @apply tw-absolute tw-z-[100] tw-bg-[color:var(--tooltip-background-color)] tw-border tw-border-solid tw-border-[color:var(--tooltip-border-color)] tw-shadow-lg tw-rounded tw-text-[color:var(--tooltip-text-color)] tw-font-normal tw-py-1 tw-px-2;
90
90
  }
91
91
  }
92
92
  </style>
@@ -245,7 +245,7 @@ const pagesToShow = computed(() => {
245
245
  }
246
246
 
247
247
  &__input {
248
- @apply tw-w-full;
248
+ @apply tw-w-full tw-bg-transparent;
249
249
  }
250
250
  }
251
251
  </style>
@@ -1,4 +0,0 @@
1
- import { b as f } from "./index-Dnut0cT0.js";
2
- export {
3
- f as default
4
- };