@reni-corp/reni-2c-ui 0.4.3 → 0.4.4
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/dist/components/interactive/Disclosure.vue.d.ts +6 -11
- package/dist/components/interactive/Disclosure.vue.d.ts.map +1 -1
- package/dist/index.es.js +1037 -1032
- package/dist/script.es.js +2476 -2473
- package/dist/script.umd.js +23 -23
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/stories/Disclosure.stories.ts +1 -1
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
export type DisclosureProps = {
|
|
2
2
|
title?: string;
|
|
3
|
+
open?: boolean;
|
|
3
4
|
iconOpen?: string | string[];
|
|
4
5
|
iconClosed?: string | string[];
|
|
5
6
|
};
|
|
6
|
-
type __VLS_Props = DisclosureProps;
|
|
7
|
-
declare const __VLS_defaults: {
|
|
8
|
-
open: boolean;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_PublicProps = {
|
|
11
|
-
'open'?: typeof __VLS_defaults['open'];
|
|
12
|
-
} & __VLS_Props;
|
|
13
7
|
declare function __VLS_template(): {
|
|
14
8
|
attrs: Partial<{}>;
|
|
15
9
|
slots: {
|
|
@@ -23,12 +17,13 @@ declare function __VLS_template(): {
|
|
|
23
17
|
rootEl: HTMLDivElement;
|
|
24
18
|
};
|
|
25
19
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
|
-
declare const __VLS_component: import('vue').DefineComponent<
|
|
27
|
-
"update:open": (
|
|
28
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
29
|
-
"onUpdate:open"?: ((
|
|
20
|
+
declare const __VLS_component: import('vue').DefineComponent<DisclosureProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
"update:open": (...args: any[]) => void;
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<DisclosureProps> & Readonly<{
|
|
23
|
+
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
30
24
|
}>, {
|
|
31
25
|
title: string;
|
|
26
|
+
open: boolean;
|
|
32
27
|
iconOpen: string | string[];
|
|
33
28
|
iconClosed: string | string[];
|
|
34
29
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Disclosure.vue.d.ts","sourceRoot":"","sources":["../../../src/components/interactive/Disclosure.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Disclosure.vue.d.ts","sourceRoot":"","sources":["../../../src/components/interactive/Disclosure.vue"],"names":[],"mappings":"AAwIA,OAAO,0BAA0B,CAAA;AAIjC,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;CAC/B,CAAA;AAkDD,iBAAS,cAAc;WA4DT,OAAO,IAA6B;;;;;YAXrB,GAAG;yBACH,GAAG;;;;EAe/B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WAzIX,MAAM;UACP,OAAO;cACH,MAAM,GAAG,MAAM,EAAE;gBACf,MAAM,GAAG,MAAM,EAAE;wFA+I9B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|