@das-fed/web-components 7.0.7-hot.61 → 7.0.7-hot.62

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.
@@ -1,4 +1,4 @@
1
- import '@das-fed/web-components/das-web-app/style.css';;
1
+ import './style.css';
2
2
  import { defineComponent as Z, computed as V, ref as O, watch as nt, nextTick as et, createElementBlock as e, openBlock as a, normalizeStyle as dt, createVNode as _, unref as t, createSlots as bt, withCtx as C, renderSlot as D, createCommentVNode as H, createBlock as T, toDisplayString as L, createTextVNode as R, createElementVNode as h, defineCustomElement as tt, withDirectives as E, vShow as q, normalizeClass as G, Fragment as B, renderList as U, withModifiers as X, onMounted as ft, watchEffect as gt, isRef as Q, mergeProps as K } from "vue";
3
3
  import { DasMenuAside as ht } from "@das-fed/ui/packages/components/menu-aside/index";
4
4
  import { DasAutoRegisterIcon as ut, DasIcon as P } from "@das-fed/ui/packages/components/icon/index";
package/index.js CHANGED
@@ -1,12 +1,4 @@
1
- import '@das-fed/web-components/style.css';
2
- import { ao as r, am as s, an as t, ap as c } from "./index-CeQlBOpE.js";
3
- export {
4
- r as ProjectTree,
5
- s as createCeMenu,
6
- t as createCeNav,
7
- c as createCeTabs
8
- };
9
- ;
1
+ import './style.css';
10
2
  import { ao as r, am as s, an as t, ap as c } from "./index-CeQlBOpE.js";
11
3
  export {
12
4
  r as ProjectTree,
package/package.json CHANGED
@@ -1,19 +1,20 @@
1
1
  {
2
2
  "name": "@das-fed/web-components",
3
- "version": "7.0.7-hot.61",
3
+ "version": "7.0.7-hot.62",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "exports": {
7
7
  ".": "./index.js",
8
+ "./style.css": "./style.css",
8
9
  "./das-web-app": "./das-web-app/index.js",
9
10
  "./das-web-app/style.css": "./das-web-app/style.css"
10
11
  },
11
12
  "dependencies": {
12
13
  "@ant-design/icons-vue": "^6.1.0",
13
- "@das-fed/ui": "7.0.7-hot.61",
14
- "@das-fed/utils": "7.0.7-hot.61",
15
- "@das-fed/web": "7.0.7-hot.61",
16
- "@das-fed/web-components": "7.0.7-hot.61",
14
+ "@das-fed/ui": "7.0.7-hot.62",
15
+ "@das-fed/utils": "7.0.7-hot.62",
16
+ "@das-fed/web": "7.0.7-hot.62",
17
+ "@das-fed/web-components": "7.0.7-hot.62",
17
18
  "@element-plus/icons-vue": "^2.3.1",
18
19
  "ant-design-vue": "3.2.20",
19
20
  "element-plus": "2.4.2",
@@ -21,7 +22,7 @@
21
22
  "vue": "^3.2.31"
22
23
  },
23
24
  "devDependencies": {
24
- "@das-fed/cli": "7.0.7-hot.61",
25
+ "@das-fed/cli": "7.0.7-hot.62",
25
26
  "@vitejs/plugin-vue": "^5.0.5",
26
27
  "typescript": "^5.5.3",
27
28
  "vite": "^5.3.3",