prlg-ui 1.8.69 → 1.8.71
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/index.d.ts +2 -1
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +468 -454
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -600,6 +600,7 @@ declare function __VLS_template_10(): {
|
|
|
600
600
|
declare function __VLS_template_11(): {
|
|
601
601
|
attrs: Partial<{}>;
|
|
602
602
|
slots: {
|
|
603
|
+
'mobile-header'?(_: {}): any;
|
|
603
604
|
default?(_: {}): any;
|
|
604
605
|
};
|
|
605
606
|
refs: {};
|
|
@@ -1342,7 +1343,7 @@ declare type DrawerProps = {
|
|
|
1342
1343
|
position?: 'left' | 'right' | 'bottom' | 'top';
|
|
1343
1344
|
beforeClose?: (next: () => void) => void;
|
|
1344
1345
|
wrapperNoStyle?: boolean;
|
|
1345
|
-
|
|
1346
|
+
styleWrapper?: CSSProperties;
|
|
1346
1347
|
};
|
|
1347
1348
|
|
|
1348
1349
|
export declare const Dropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|