ll-plus 2.4.19 → 2.4.20
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/es/components/new-drawer/index.d.ts +0 -4
- package/es/components/new-drawer/src/drawer.d.ts +0 -1
- package/es/components/new-drawer/src/drawer.vue.d.ts +0 -4
- package/es/packages/components/new-drawer/src/drawer.mjs +0 -7
- package/es/packages/components/new-drawer/src/drawer.mjs.map +1 -1
- package/index.full.js +0 -7
- package/index.full.min.js +9 -9
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +1 -1
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +0 -7
- package/lib/components/new-drawer/index.d.ts +0 -4
- package/lib/components/new-drawer/src/drawer.d.ts +0 -1
- package/lib/components/new-drawer/src/drawer.vue.d.ts +0 -4
- package/lib/packages/components/new-drawer/src/drawer.js +0 -7
- package/lib/packages/components/new-drawer/src/drawer.js.map +1 -1
- package/package.json +1 -1
- package/types/packages/components/new-drawer/index.d.ts +0 -4
- package/types/packages/components/new-drawer/src/drawer.d.ts +0 -1
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +0 -4
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import Drawer from './src/drawer.vue';
|
|
2
2
|
export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
readonly rootClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
4
|
-
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "560px", boolean>;
|
|
5
4
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6
5
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "新增", boolean>;
|
|
7
6
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -43,7 +42,6 @@ export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
43
42
|
readonly title: string;
|
|
44
43
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
45
44
|
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
|
-
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
47
45
|
readonly rootClassName: string;
|
|
48
46
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
49
47
|
readonly cancelText: string;
|
|
@@ -669,7 +667,6 @@ export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
669
667
|
readonly 'update:open': () => boolean;
|
|
670
668
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
671
669
|
readonly rootClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
672
|
-
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "560px", boolean>;
|
|
673
670
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
674
671
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "新增", boolean>;
|
|
675
672
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -715,7 +712,6 @@ export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
715
712
|
readonly title: string;
|
|
716
713
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
717
714
|
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
718
|
-
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
719
715
|
readonly rootClassName: string;
|
|
720
716
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
721
717
|
readonly cancelText: string;
|
|
@@ -2,7 +2,6 @@ import type { ExtractPropTypes } from 'vue';
|
|
|
2
2
|
import type Drawer from './drawer.vue';
|
|
3
3
|
export declare const newDrawerProps: {
|
|
4
4
|
readonly rootClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5
|
-
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "560px", boolean>;
|
|
6
5
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7
6
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "新增", boolean>;
|
|
8
7
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly rootClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3
|
-
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "560px", boolean>;
|
|
4
3
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5
4
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "新增", boolean>;
|
|
6
5
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -42,7 +41,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
41
|
readonly title: string;
|
|
43
42
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
44
43
|
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
45
|
-
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
46
44
|
readonly rootClassName: string;
|
|
47
45
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
48
46
|
readonly cancelText: string;
|
|
@@ -668,7 +666,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
668
666
|
readonly 'update:open': () => boolean;
|
|
669
667
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
670
668
|
readonly rootClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
671
|
-
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "560px", boolean>;
|
|
672
669
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
673
670
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "新增", boolean>;
|
|
674
671
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -714,7 +711,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
714
711
|
readonly title: string;
|
|
715
712
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
716
713
|
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
717
|
-
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
718
714
|
readonly rootClassName: string;
|
|
719
715
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
720
716
|
readonly cancelText: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"drawer.mjs","sources":["../../../../../../packages/components/new-drawer/src/drawer.ts"],"sourcesContent":["import { buildProps, definePropType } from '@ll-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\nimport type Drawer from './drawer.vue'\nimport type { ButtonProps } from '@ll-plus/components'\n\nexport const newDrawerProps = buildProps({\n /**\n * @description 对话框外层容器的类名\n */\n rootClassName: {\n type: String,\n default: ''\n },\n /**\n * @description
|
|
1
|
+
{"version":3,"file":"drawer.mjs","sources":["../../../../../../packages/components/new-drawer/src/drawer.ts"],"sourcesContent":["import { buildProps, definePropType } from '@ll-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\nimport type Drawer from './drawer.vue'\nimport type { ButtonProps } from '@ll-plus/components'\n\nexport const newDrawerProps = buildProps({\n /**\n * @description 对话框外层容器的类名\n */\n rootClassName: {\n type: String,\n default: ''\n },\n /**\n * @description 抽屉是否可见\n */\n open: {\n type: Boolean,\n default: false\n },\n /**\n * @description 标题\n */\n title: {\n type: String,\n default: '新增'\n },\n /**\n * @description 确认/知道了按钮loading\n */\n confirmLoading: {\n type: Boolean,\n default: false\n },\n /**\n * @description 取消按钮的配置信息\n */\n cancelButtonProps: {\n type: definePropType<ButtonProps>(Object)\n },\n /**\n * @description 确认按钮的配置信息\n */\n okButtonProps: {\n type: definePropType<ButtonProps>(Object)\n },\n /**\n * @description 确认按钮文字\n */\n confirmText: {\n type: String,\n default: '确认'\n },\n /**\n * @description 取消按钮文字\n */\n cancelText: {\n type: String,\n default: '取消'\n },\n /**\n * @description 显示底部\n */\n showFooter: {\n type: Boolean,\n default: true\n },\n /**\n * @description 容器内容的顶部的阴影 设置为false标记可能是外部其他元素滚动\n */\n isShowTopShadow: {\n type: Boolean,\n default: true\n },\n /**\n * @description 容器内容底部的阴影\n */\n isShowFooterShadow: {\n type: Boolean,\n default: true\n }\n} as const)\n\nexport const newDrawerEmits = {\n /**\n * @description 点击取消时触发\n */\n cancel: () => true,\n /**\n * @description 点击确认时触发\n */\n confirm: () => true,\n /**\n * @description 抽屉关闭时触发\n */\n close: () => true,\n 'update:open': () => true\n} as const\n\n// props\nexport type NewDrawerProps = ExtractPropTypes<typeof newDrawerProps>\n\n// emits\nexport type NewDrawerEmits = typeof newDrawerEmits\n\n// instance\nexport type NewDrawerInstance = InstanceType<typeof Drawer>\n"],"names":[],"mappings":";;;;AAMO,MAAM,iBAAiB,UAAW,CAAA;AAAA;AAAA;AAAA;AAAA,EAIvC,aAAe,EAAA;AAAA,IACb,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA;AAAA;AAAA;AAAA,EAIA,IAAM,EAAA;AAAA,IACJ,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AAAA;AAAA;AAAA;AAAA,EAIA,KAAO,EAAA;AAAA,IACL,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,cAAA;AAAA,GACX;AAAA;AAAA;AAAA;AAAA,EAIA,cAAgB,EAAA;AAAA,IACd,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AAAA;AAAA;AAAA;AAAA,EAIA,iBAAmB,EAAA;AAAA,IACjB,IAAA,EAAM,eAA4B,MAAM,CAAA;AAAA,GAC1C;AAAA;AAAA;AAAA;AAAA,EAIA,aAAe,EAAA;AAAA,IACb,IAAA,EAAM,eAA4B,MAAM,CAAA;AAAA,GAC1C;AAAA;AAAA;AAAA;AAAA,EAIA,WAAa,EAAA;AAAA,IACX,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,cAAA;AAAA,GACX;AAAA;AAAA;AAAA;AAAA,EAIA,UAAY,EAAA;AAAA,IACV,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,cAAA;AAAA,GACX;AAAA;AAAA;AAAA;AAAA,EAIA,UAAY,EAAA;AAAA,IACV,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,IAAA;AAAA,GACX;AAAA;AAAA;AAAA;AAAA,EAIA,eAAiB,EAAA;AAAA,IACf,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,IAAA;AAAA,GACX;AAAA;AAAA;AAAA;AAAA,EAIA,kBAAoB,EAAA;AAAA,IAClB,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,IAAA;AAAA,GACX;AACF,CAAU,EAAA;AAEH,MAAM,cAAiB,GAAA;AAAA;AAAA;AAAA;AAAA,EAI5B,QAAQ,MAAM,IAAA;AAAA;AAAA;AAAA;AAAA,EAId,SAAS,MAAM,IAAA;AAAA;AAAA;AAAA;AAAA,EAIf,OAAO,MAAM,IAAA;AAAA,EACb,eAAe,MAAM,IAAA;AACvB;;;;"}
|
package/index.full.js
CHANGED
|
@@ -51010,13 +51010,6 @@
|
|
|
51010
51010
|
type: String,
|
|
51011
51011
|
default: ""
|
|
51012
51012
|
},
|
|
51013
|
-
/**
|
|
51014
|
-
* @description 宽度
|
|
51015
|
-
*/
|
|
51016
|
-
width: {
|
|
51017
|
-
type: definePropType([Number, String]),
|
|
51018
|
-
default: "560px"
|
|
51019
|
-
},
|
|
51020
51013
|
/**
|
|
51021
51014
|
* @description 抽屉是否可见
|
|
51022
51015
|
*/
|