@delta-comic/ui 0.0.9 → 0.1.1

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.
@@ -0,0 +1,12 @@
1
+ import { default as MarkdownIt, Options } from 'markdown-it';
2
+ type __VLS_Props = {
3
+ markdown: string;
4
+ plugins?: Parameters<MarkdownIt['use']>[];
5
+ config?: Options;
6
+ env?: object;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ plugins: Parameters<MarkdownIt["use"]>[];
10
+ config: Options;
11
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLIFrameElement>;
12
+ export default _default;
@@ -13,6 +13,7 @@ import { default as DcText } from './components/DcText.vue';
13
13
  import { default as DcToggleIcon } from './components/DcToggleIcon.vue';
14
14
  import { default as DcVar } from './components/DcVar.vue';
15
15
  import { default as DcWaterfall } from './components/DcWaterfall.vue';
16
+ import { default as DcMarkdown } from './components/DcMarkdown/index.vue';
16
17
  import { default as DcForm } from './form/components/DcForm.vue';
17
18
  import { default as DcFormCheckbox } from './form/components/DcFormCheckbox.vue';
18
19
  import { default as DcFormDate } from './form/components/DcFormDate.vue';
@@ -23,7 +24,7 @@ import { default as DcFormPairs } from './form/components/DcFormPairs.vue';
23
24
  import { default as DcFormRadio } from './form/components/DcFormRadio.vue';
24
25
  import { default as DcFormString } from './form/components/DcFormString.vue';
25
26
  import { default as DcFormSwitch } from './form/components/DcFormSwitch.vue';
26
- export { DcAuthorIcon, DcImagedIcon, DcAwait, DcContent, DcImage, DcFloatPopup, DcList, DcLoading, DcPopup, DcRouterTab, DcText, DcToggleIcon, DcVar, DcWaterfall };
27
+ export { DcAuthorIcon, DcImagedIcon, DcAwait, DcContent, DcImage, DcFloatPopup, DcList, DcLoading, DcPopup, DcRouterTab, DcText, DcToggleIcon, DcVar, DcWaterfall, DcMarkdown };
27
28
  declare module 'vue-router' {
28
29
  interface Router {
29
30
  force: {
package/dist/pack.tgz CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delta-comic/ui",
3
- "version": "0.0.9",
3
+ "version": "0.1.1",
4
4
  "description": "空阙虱楼",
5
5
  "homepage": "https://github.com/delta-comic/delta-comic-core",
6
6
  "license": "AGPL-3.0-only",
@@ -36,16 +36,20 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@lhlyu/vue-virtual-waterfall": "1.0.9",
39
+ "@delta-comic/plugin": "^0.3.5",
40
+ "@lhlyu/vue-virtual-waterfall": "1.0.8",
41
+ "@tauri-apps/plugin-shell": "^2.3.5",
40
42
  "@vant/use": "^1.6.0",
41
43
  "@vueuse/core": "^14.2.1",
42
44
  "dayjs": "^1.11.19",
45
+ "markdown-it": "^14.1.1",
43
46
  "mitt": "^3.0.1",
44
47
  "motion-v": "2.0.0",
45
48
  "tailwindcss-safe-area-capacitor": "^0.5.1"
46
49
  },
47
50
  "devDependencies": {
48
51
  "@tailwindcss/vite": "^4.2.1",
52
+ "@types/markdown-it": "^14.1.2",
49
53
  "@vitejs/plugin-vue": "^6.0.4",
50
54
  "@vitejs/plugin-vue-jsx": "^5.1.4",
51
55
  "browserslist": "^4.28.1",
@@ -61,9 +65,9 @@
61
65
  "vant": "^4.9",
62
66
  "vue": "^3.5",
63
67
  "vue-router": "^5.0",
64
- "@delta-comic/model": "0.0.5",
65
68
  "@delta-comic/utils": "0.0.7",
66
- "@delta-comic/core": "0.3.3"
69
+ "@delta-comic/core": "0.3.3",
70
+ "@delta-comic/model": "0.0.5"
67
71
  },
68
72
  "release": {
69
73
  "tagFormat": "ui-${version}"