@delta-comic/ui 0.1.1 → 0.1.3

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,6 +1,6 @@
1
- import { ImgHTMLAttributes, StyleValue } from 'vue';
2
- import { ImageProps } from 'naive-ui';
3
1
  import { uni } from '@delta-comic/model';
2
+ import { ImageProps } from 'naive-ui';
3
+ import { ImgHTMLAttributes, StyleValue } from 'vue';
4
4
  type __VLS_Props = {
5
5
  src?: uni.image.Image_;
6
6
  alt?: string;
@@ -1,8 +1,8 @@
1
+ import { RPromiseContent, Stream } from '@delta-comic/model';
2
+ import { IfAny } from '@vueuse/core';
1
3
  import { VirtualListInst, VirtualListProps } from 'naive-ui';
2
- import { ListFn } from '../utils';
3
4
  import { Ref, StyleValue } from 'vue';
4
- import { IfAny } from '@vueuse/core';
5
- import { RPromiseContent, Stream } from '@delta-comic/model';
5
+ import { ListFn } from '../utils';
6
6
  declare const _default: <T extends NonNullable<VirtualListProps["items"]>[number], PF extends ListFn<T>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
7
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
8
8
  readonly onNext?: ((then: () => void) => any) | undefined;
@@ -1,6 +1,6 @@
1
1
  import { RPromiseContent, Stream } from '@delta-comic/model';
2
- import { StyleValue } from 'vue';
3
2
  import { IfAny } from '@vueuse/core';
3
+ import { StyleValue } from 'vue';
4
4
  declare const _default: <T = any, PF extends (d: T[]) => any[] = ((d: T[]) => T[]) | ((d: T[]) => T[])>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
6
  readonly onNext?: ((then: () => void) => any) | undefined;
@@ -7,13 +7,13 @@ import { default as DcImage } from './components/DcImage.vue';
7
7
  import { default as DcImagedIcon } from './components/DcImagedIcon.vue';
8
8
  import { default as DcList } from './components/DcList.vue';
9
9
  import { default as DcLoading } from './components/DcLoading.vue';
10
+ import { default as DcMarkdown } from './components/DcMarkdown/index.vue';
10
11
  import { default as DcPopup } from './components/DcPopup.vue';
11
12
  import { default as DcRouterTab } from './components/DcRouterTab.vue';
12
13
  import { default as DcText } from './components/DcText.vue';
13
14
  import { default as DcToggleIcon } from './components/DcToggleIcon.vue';
14
15
  import { default as DcVar } from './components/DcVar.vue';
15
16
  import { default as DcWaterfall } from './components/DcWaterfall.vue';
16
- import { default as DcMarkdown } from './components/DcMarkdown/index.vue';
17
17
  import { default as DcForm } from './form/components/DcForm.vue';
18
18
  import { default as DcFormCheckbox } from './form/components/DcFormCheckbox.vue';
19
19
  import { default as DcFormDate } from './form/components/DcFormDate.vue';
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.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "空阙虱楼",
5
5
  "homepage": "https://github.com/delta-comic/delta-comic-core",
6
6
  "license": "AGPL-3.0-only",
@@ -65,9 +65,9 @@
65
65
  "vant": "^4.9",
66
66
  "vue": "^3.5",
67
67
  "vue-router": "^5.0",
68
+ "@delta-comic/model": "0.0.5",
68
69
  "@delta-comic/utils": "0.0.7",
69
- "@delta-comic/core": "0.3.3",
70
- "@delta-comic/model": "0.0.5"
70
+ "@delta-comic/core": "0.3.3"
71
71
  },
72
72
  "release": {
73
73
  "tagFormat": "ui-${version}"