@quaffui/quaff 0.1.0-prealpha → 0.1.0-prealpha3
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/avatar/QAvatar.svelte.d.ts +4 -4
- package/dist/components/avatar/docs.d.ts +1 -1
- package/dist/components/avatar/index.scss +4 -1
- package/dist/components/breadcrumbs/QBreadcrumbs.svelte.d.ts +4 -4
- package/dist/components/breadcrumbs/QBreadcrumbsEl.svelte.d.ts +4 -4
- package/dist/components/breadcrumbs/docs.d.ts +1 -1
- package/dist/components/button/QBtn.svelte.d.ts +4 -4
- package/dist/components/button/docs.d.ts +1 -1
- package/dist/components/button/index.scss +4 -1
- package/dist/components/button/props.d.ts +1 -1
- package/dist/components/card/QCard.svelte +1 -1
- package/dist/components/card/QCard.svelte.d.ts +4 -4
- package/dist/components/card/QCardActions.svelte +1 -1
- package/dist/components/card/QCardActions.svelte.d.ts +4 -4
- package/dist/components/card/QCardSection.svelte +1 -1
- package/dist/components/card/QCardSection.svelte.d.ts +4 -4
- package/dist/components/card/index.scss +4 -1
- package/dist/components/checkbox/QCheckbox.svelte.d.ts +4 -4
- package/dist/components/chip/QChip.svelte.d.ts +4 -4
- package/dist/components/chip/docs.d.ts +1 -1
- package/dist/components/chip/index.scss +4 -1
- package/dist/components/codeBlock/QCodeBlock.svelte.d.ts +4 -4
- package/dist/components/dialog/QDialog.svelte.d.ts +4 -4
- package/dist/components/dialog/docs.d.ts +1 -1
- package/dist/components/drawer/QDrawer.svelte.d.ts +4 -4
- package/dist/components/drawer/docs.d.ts +1 -1
- package/dist/components/drawer/index.scss +3 -1
- package/dist/components/footer/QFooter.svelte.d.ts +4 -4
- package/dist/components/footer/docs.d.ts +1 -1
- package/dist/components/icon/QIcon.svelte.d.ts +4 -4
- package/dist/components/icon/docs.d.ts +1 -1
- package/dist/components/input/QInput.svelte.d.ts +4 -4
- package/dist/components/input/docs.d.ts +1 -1
- package/dist/components/input/props.d.ts +1 -1
- package/dist/components/layout/QLayout.svelte.d.ts +4 -4
- package/dist/components/layout/docs.d.ts +1 -1
- package/dist/components/layout/index.scss +4 -1
- package/dist/components/list/QItem.svelte.d.ts +4 -4
- package/dist/components/list/QItemSection.svelte.d.ts +4 -4
- package/dist/components/list/QList.svelte.d.ts +4 -4
- package/dist/components/private/ContextReseter.svelte.d.ts +2 -2
- package/dist/components/private/QApi.svelte +1 -1
- package/dist/components/private/QApi.svelte.d.ts +2 -2
- package/dist/components/private/QDocs.svelte.d.ts +3 -3
- package/dist/components/private/QDocsSection.svelte.d.ts +2 -2
- package/dist/components/progress/QCircularProgress.svelte.d.ts +4 -4
- package/dist/components/progress/QLinearProgress.svelte.d.ts +4 -4
- package/dist/components/progress/props.d.ts +1 -1
- package/dist/components/progress/props.js +1 -1
- package/dist/components/radio/QRadio.svelte.d.ts +4 -4
- package/dist/components/radio/docs.d.ts +1 -1
- package/dist/components/railbar/QRailbar.svelte.d.ts +4 -4
- package/dist/components/select/QSelect.svelte.d.ts +4 -4
- package/dist/components/select/docs.d.ts +1 -1
- package/dist/components/select/index.scss +8 -2
- package/dist/components/select/props.d.ts +1 -1
- package/dist/components/separator/QSeparator.svelte +1 -1
- package/dist/components/separator/QSeparator.svelte.d.ts +4 -4
- package/dist/components/separator/props.d.ts +1 -1
- package/dist/components/table/QTable.svelte.d.ts +4 -4
- package/dist/components/table/docs.d.ts +1 -1
- package/dist/components/tabs/QTab.svelte +1 -1
- package/dist/components/tabs/QTab.svelte.d.ts +4 -4
- package/dist/components/tabs/QTabs.svelte.d.ts +4 -4
- package/dist/components/toggle/QToggle.svelte.d.ts +4 -4
- package/dist/components/toggle/docs.d.ts +1 -1
- package/dist/components/toggle/props.d.ts +1 -1
- package/dist/components/toggle/props.js +1 -1
- package/dist/components/toolbar/QToolbar.svelte.d.ts +4 -4
- package/dist/components/tooltip/QTooltip.svelte.d.ts +4 -4
- package/dist/css/mixins/field.scss +3 -1
- package/dist/css/mixins/menu.scss +3 -1
- package/dist/css/mixins.scss +4 -1
- package/dist/css/states.scss +3 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/stores/QTheme.d.ts +2 -1
- package/dist/stores/Quaff.d.ts +6 -5
- package/dist/utils/watchable.d.ts +1 -0
- package/package.json +23 -23
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QAvatarProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -19,9 +19,9 @@ declare const __propDef: {
|
|
|
19
19
|
default: {};
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
type QAvatarProps_ = typeof __propDef.props;
|
|
23
|
+
export { QAvatarProps_ as QAvatarProps };
|
|
23
24
|
export type QAvatarEvents = typeof __propDef.events;
|
|
24
25
|
export type QAvatarSlots = typeof __propDef.slots;
|
|
25
|
-
export default class QAvatar extends
|
|
26
|
+
export default class QAvatar extends SvelteComponent<QAvatarProps, QAvatarEvents, QAvatarSlots> {
|
|
26
27
|
}
|
|
27
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { QComponentDocs } from "
|
|
1
|
+
import type { QComponentDocs } from "../../utils/types";
|
|
2
2
|
export declare let QAvatarDocs: QComponentDocs;
|
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
object-fit: cover;
|
|
4
4
|
object-position: center;
|
|
5
5
|
aspect-ratio: 1;
|
|
6
|
-
transition:
|
|
6
|
+
transition:
|
|
7
|
+
var(--speed3) transform,
|
|
8
|
+
var(--speed3) border-radius,
|
|
9
|
+
var(--speed3) padding;
|
|
7
10
|
border-radius: 0;
|
|
8
11
|
|
|
9
12
|
display: flex;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QBreadcrumbsProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -15,9 +15,9 @@ declare const __propDef: {
|
|
|
15
15
|
default: {};
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
-
|
|
18
|
+
type QBreadcrumbsProps_ = typeof __propDef.props;
|
|
19
|
+
export { QBreadcrumbsProps_ as QBreadcrumbsProps };
|
|
19
20
|
export type QBreadcrumbsEvents = typeof __propDef.events;
|
|
20
21
|
export type QBreadcrumbsSlots = typeof __propDef.slots;
|
|
21
|
-
export default class QBreadcrumbs extends
|
|
22
|
+
export default class QBreadcrumbs extends SvelteComponent<QBreadcrumbsProps, QBreadcrumbsEvents, QBreadcrumbsSlots> {
|
|
22
23
|
}
|
|
23
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QBreadcrumbsElProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -18,9 +18,9 @@ declare const __propDef: {
|
|
|
18
18
|
default: {};
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
|
-
|
|
21
|
+
type QBreadcrumbsElProps_ = typeof __propDef.props;
|
|
22
|
+
export { QBreadcrumbsElProps_ as QBreadcrumbsElProps };
|
|
22
23
|
export type QBreadcrumbsElEvents = typeof __propDef.events;
|
|
23
24
|
export type QBreadcrumbsElSlots = typeof __propDef.slots;
|
|
24
|
-
export default class QBreadcrumbsEl extends
|
|
25
|
+
export default class QBreadcrumbsEl extends SvelteComponent<QBreadcrumbsElProps, QBreadcrumbsElEvents, QBreadcrumbsElSlots> {
|
|
25
26
|
}
|
|
26
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { QComponentDocs } from "
|
|
1
|
+
import type { QComponentDocs } from "../../utils/types";
|
|
2
2
|
export declare let QBreadcrumbsDocs: QComponentDocs;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QBtnProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -24,9 +24,9 @@ declare const __propDef: {
|
|
|
24
24
|
default: {};
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
|
-
|
|
27
|
+
type QBtnProps_ = typeof __propDef.props;
|
|
28
|
+
export { QBtnProps_ as QBtnProps };
|
|
28
29
|
export type QBtnEvents = typeof __propDef.events;
|
|
29
30
|
export type QBtnSlots = typeof __propDef.slots;
|
|
30
|
-
export default class QBtn extends
|
|
31
|
+
export default class QBtn extends SvelteComponent<QBtnProps, QBtnEvents, QBtnSlots> {
|
|
31
32
|
}
|
|
32
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { QComponentDocs } from "
|
|
1
|
+
import type { QComponentDocs } from "../../utils/types";
|
|
2
2
|
export declare let QBtnDocs: QComponentDocs;
|
|
@@ -18,7 +18,10 @@
|
|
|
18
18
|
background-color: var(--primary);
|
|
19
19
|
margin: 0 0.5rem;
|
|
20
20
|
border-radius: 1.25rem;
|
|
21
|
-
transition:
|
|
21
|
+
transition:
|
|
22
|
+
var(--speed3) transform,
|
|
23
|
+
var(--speed3) border-radius,
|
|
24
|
+
var(--speed3) padding;
|
|
22
25
|
user-select: none;
|
|
23
26
|
gap: 1rem;
|
|
24
27
|
line-height: normal;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<script>import { createClasses } from "
|
|
1
|
+
<script>import { createClasses } from "../../utils/props";
|
|
2
2
|
export let bordered = false, fill = void 0, flat = false, round = false, title = void 0, userClasses = void 0;
|
|
3
3
|
export { userClasses as class };
|
|
4
4
|
const colorOptions = ["primary", "secondary", "tertiary"];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QCardProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -18,9 +18,9 @@ declare const __propDef: {
|
|
|
18
18
|
default: {};
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
|
-
|
|
21
|
+
type QCardProps_ = typeof __propDef.props;
|
|
22
|
+
export { QCardProps_ as QCardProps };
|
|
22
23
|
export type QCardEvents = typeof __propDef.events;
|
|
23
24
|
export type QCardSlots = typeof __propDef.slots;
|
|
24
|
-
export default class QCard extends
|
|
25
|
+
export default class QCard extends SvelteComponent<QCardProps, QCardEvents, QCardSlots> {
|
|
25
26
|
}
|
|
26
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QCardActionsProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -14,9 +14,9 @@ declare const __propDef: {
|
|
|
14
14
|
default: {};
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
type QCardActionsProps_ = typeof __propDef.props;
|
|
18
|
+
export { QCardActionsProps_ as QCardActionsProps };
|
|
18
19
|
export type QCardActionsEvents = typeof __propDef.events;
|
|
19
20
|
export type QCardActionsSlots = typeof __propDef.slots;
|
|
20
|
-
export default class QCardActions extends
|
|
21
|
+
export default class QCardActions extends SvelteComponent<QCardActionsProps, QCardActionsEvents, QCardActionsSlots> {
|
|
21
22
|
}
|
|
22
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QCardSectionProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -15,9 +15,9 @@ declare const __propDef: {
|
|
|
15
15
|
default: {};
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
-
|
|
18
|
+
type QCardSectionProps_ = typeof __propDef.props;
|
|
19
|
+
export { QCardSectionProps_ as QCardSectionProps };
|
|
19
20
|
export type QCardSectionEvents = typeof __propDef.events;
|
|
20
21
|
export type QCardSectionSlots = typeof __propDef.slots;
|
|
21
|
-
export default class QCardSection extends
|
|
22
|
+
export default class QCardSection extends SvelteComponent<QCardSectionProps, QCardSectionEvents, QCardSectionSlots> {
|
|
22
23
|
}
|
|
23
|
-
export {};
|
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
.q-card {
|
|
3
3
|
display: block;
|
|
4
4
|
border-radius: 0.75rem;
|
|
5
|
-
transition:
|
|
5
|
+
transition:
|
|
6
|
+
var(--speed-3) transform,
|
|
7
|
+
var(--speed-3) padding,
|
|
8
|
+
var(--speed-3) border-radius;
|
|
6
9
|
@include padding("a", "md");
|
|
7
10
|
@extend .elevate-sm-bottom;
|
|
8
11
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QCheckboxProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -13,9 +13,9 @@ declare const __propDef: {
|
|
|
13
13
|
};
|
|
14
14
|
slots: {};
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
type QCheckboxProps_ = typeof __propDef.props;
|
|
17
|
+
export { QCheckboxProps_ as QCheckboxProps };
|
|
17
18
|
export type QCheckboxEvents = typeof __propDef.events;
|
|
18
19
|
export type QCheckboxSlots = typeof __propDef.slots;
|
|
19
|
-
export default class QCheckbox extends
|
|
20
|
+
export default class QCheckbox extends SvelteComponent<QCheckboxProps, QCheckboxEvents, QCheckboxSlots> {
|
|
20
21
|
}
|
|
21
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QChipProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -27,9 +27,9 @@ declare const __propDef: {
|
|
|
27
27
|
trailing: {};
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
|
-
|
|
30
|
+
type QChipProps_ = typeof __propDef.props;
|
|
31
|
+
export { QChipProps_ as QChipProps };
|
|
31
32
|
export type QChipEvents = typeof __propDef.events;
|
|
32
33
|
export type QChipSlots = typeof __propDef.slots;
|
|
33
|
-
export default class QChip extends
|
|
34
|
+
export default class QChip extends SvelteComponent<QChipProps, QChipEvents, QChipSlots> {
|
|
34
35
|
}
|
|
35
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { QComponentDocs } from "
|
|
1
|
+
import type { QComponentDocs } from "../../utils/types";
|
|
2
2
|
export declare let QChipDocs: QComponentDocs;
|
|
@@ -12,7 +12,10 @@
|
|
|
12
12
|
color: var(--on-secondary);
|
|
13
13
|
text-transform: none;
|
|
14
14
|
border-radius: 0.5em;
|
|
15
|
-
transition:
|
|
15
|
+
transition:
|
|
16
|
+
var(--speed3) transform,
|
|
17
|
+
var(--speed3) border-radius,
|
|
18
|
+
var(--speed3) padding;
|
|
16
19
|
line-height: normal;
|
|
17
20
|
text-decoration: none;
|
|
18
21
|
cursor: pointer;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import "prismjs/themes/prism-twilight.css";
|
|
3
3
|
import "prismjs/components/prism-typescript";
|
|
4
4
|
import "prism-svelte";
|
|
@@ -15,9 +15,9 @@ declare const __propDef: {
|
|
|
15
15
|
};
|
|
16
16
|
slots: {};
|
|
17
17
|
};
|
|
18
|
-
|
|
18
|
+
type QCodeBlockProps_ = typeof __propDef.props;
|
|
19
|
+
export { QCodeBlockProps_ as QCodeBlockProps };
|
|
19
20
|
export type QCodeBlockEvents = typeof __propDef.events;
|
|
20
21
|
export type QCodeBlockSlots = typeof __propDef.slots;
|
|
21
|
-
export default class QCodeBlock extends
|
|
22
|
+
export default class QCodeBlock extends SvelteComponent<QCodeBlockProps, QCodeBlockEvents, QCodeBlockSlots> {
|
|
22
23
|
}
|
|
23
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QDialogProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -26,12 +26,12 @@ declare const __propDef: {
|
|
|
26
26
|
default: {};
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
type QDialogProps_ = typeof __propDef.props;
|
|
30
|
+
export { QDialogProps_ as QDialogProps };
|
|
30
31
|
export type QDialogEvents = typeof __propDef.events;
|
|
31
32
|
export type QDialogSlots = typeof __propDef.slots;
|
|
32
|
-
export default class QDialog extends
|
|
33
|
+
export default class QDialog extends SvelteComponent<QDialogProps, QDialogEvents, QDialogSlots> {
|
|
33
34
|
get hide(): any;
|
|
34
35
|
get show(): any;
|
|
35
36
|
get toggle(): any;
|
|
36
37
|
}
|
|
37
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { QComponentDocs } from "
|
|
1
|
+
import type { QComponentDocs } from "../../utils/types";
|
|
2
2
|
export declare let QDialogDocs: QComponentDocs;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QDrawerProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -28,12 +28,12 @@ declare const __propDef: {
|
|
|
28
28
|
default: {};
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
|
|
31
|
+
type QDrawerProps_ = typeof __propDef.props;
|
|
32
|
+
export { QDrawerProps_ as QDrawerProps };
|
|
32
33
|
export type QDrawerEvents = typeof __propDef.events;
|
|
33
34
|
export type QDrawerSlots = typeof __propDef.slots;
|
|
34
|
-
export default class QDrawer extends
|
|
35
|
+
export default class QDrawer extends SvelteComponent<QDrawerProps, QDrawerEvents, QDrawerSlots> {
|
|
35
36
|
get show(): any;
|
|
36
37
|
get hide(): any;
|
|
37
38
|
get toggle(): any;
|
|
38
39
|
}
|
|
39
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { QComponentDocs } from "
|
|
1
|
+
import type { QComponentDocs } from "../../utils/types";
|
|
2
2
|
export declare let QDrawerDocs: QComponentDocs;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QFooterProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -16,9 +16,9 @@ declare const __propDef: {
|
|
|
16
16
|
default: {};
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
type QFooterProps_ = typeof __propDef.props;
|
|
20
|
+
export { QFooterProps_ as QFooterProps };
|
|
20
21
|
export type QFooterEvents = typeof __propDef.events;
|
|
21
22
|
export type QFooterSlots = typeof __propDef.slots;
|
|
22
|
-
export default class QFooter extends
|
|
23
|
+
export default class QFooter extends SvelteComponent<QFooterProps, QFooterEvents, QFooterSlots> {
|
|
23
24
|
}
|
|
24
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { QComponentDocs } from "
|
|
1
|
+
import type { QComponentDocs } from "../../utils/types";
|
|
2
2
|
export declare let QFooterDocs: QComponentDocs;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QIconProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -20,9 +20,9 @@ declare const __propDef: {
|
|
|
20
20
|
default: {};
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
type QIconProps_ = typeof __propDef.props;
|
|
24
|
+
export { QIconProps_ as QIconProps };
|
|
24
25
|
export type QIconEvents = typeof __propDef.events;
|
|
25
26
|
export type QIconSlots = typeof __propDef.slots;
|
|
26
|
-
export default class QIcon extends
|
|
27
|
+
export default class QIcon extends SvelteComponent<QIconProps, QIconEvents, QIconSlots> {
|
|
27
28
|
}
|
|
28
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { QComponentDocs } from "
|
|
1
|
+
import type { QComponentDocs } from "../../utils/types";
|
|
2
2
|
export declare let QIconDocs: QComponentDocs;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QInputProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -24,9 +24,9 @@ declare const __propDef: {
|
|
|
24
24
|
append: {};
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
|
-
|
|
27
|
+
type QInputProps_ = typeof __propDef.props;
|
|
28
|
+
export { QInputProps_ as QInputProps };
|
|
28
29
|
export type QInputEvents = typeof __propDef.events;
|
|
29
30
|
export type QInputSlots = typeof __propDef.slots;
|
|
30
|
-
export default class QInput extends
|
|
31
|
+
export default class QInput extends SvelteComponent<QInputProps, QInputEvents, QInputSlots> {
|
|
31
32
|
}
|
|
32
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { QComponentDocs } from "
|
|
1
|
+
import type { QComponentDocs } from "../../utils/types";
|
|
2
2
|
export declare let QInputDocs: QComponentDocs;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
export interface DrawerContext {
|
|
3
3
|
offset: {
|
|
4
4
|
top: boolean;
|
|
@@ -49,9 +49,9 @@ declare const __propDef: {
|
|
|
49
49
|
content: {};
|
|
50
50
|
};
|
|
51
51
|
};
|
|
52
|
-
|
|
52
|
+
type QLayoutProps_ = typeof __propDef.props;
|
|
53
|
+
export { QLayoutProps_ as QLayoutProps };
|
|
53
54
|
export type QLayoutEvents = typeof __propDef.events;
|
|
54
55
|
export type QLayoutSlots = typeof __propDef.slots;
|
|
55
|
-
export default class QLayout extends
|
|
56
|
+
export default class QLayout extends SvelteComponent<QLayoutProps, QLayoutEvents, QLayoutSlots> {
|
|
56
57
|
}
|
|
57
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { QComponentDocs } from "
|
|
1
|
+
import type { QComponentDocs } from "../../utils/types";
|
|
2
2
|
export declare let QLayoutDocs: QComponentDocs;
|
|
@@ -140,7 +140,10 @@
|
|
|
140
140
|
background-color: var(--secondary-container);
|
|
141
141
|
color: var(--on-secondary-container);
|
|
142
142
|
padding: 0 1rem;
|
|
143
|
-
font-variation-settings:
|
|
143
|
+
font-variation-settings:
|
|
144
|
+
"FILL" 1,
|
|
145
|
+
"wght" 400,
|
|
146
|
+
"opsz" 24;
|
|
144
147
|
}
|
|
145
148
|
}
|
|
146
149
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QItemProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -26,9 +26,9 @@ declare const __propDef: {
|
|
|
26
26
|
default: {};
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
type QItemProps_ = typeof __propDef.props;
|
|
30
|
+
export { QItemProps_ as QItemProps };
|
|
30
31
|
export type QItemEvents = typeof __propDef.events;
|
|
31
32
|
export type QItemSlots = typeof __propDef.slots;
|
|
32
|
-
export default class QItem extends
|
|
33
|
+
export default class QItem extends SvelteComponent<QItemProps, QItemEvents, QItemSlots> {
|
|
33
34
|
}
|
|
34
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QItemSectionProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -17,9 +17,9 @@ declare const __propDef: {
|
|
|
17
17
|
line3: {};
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
|
-
|
|
20
|
+
type QItemSectionProps_ = typeof __propDef.props;
|
|
21
|
+
export { QItemSectionProps_ as QItemSectionProps };
|
|
21
22
|
export type QItemSectionEvents = typeof __propDef.events;
|
|
22
23
|
export type QItemSectionSlots = typeof __propDef.slots;
|
|
23
|
-
export default class QItemSection extends
|
|
24
|
+
export default class QItemSection extends SvelteComponent<QItemSectionProps, QItemSectionEvents, QItemSectionSlots> {
|
|
24
25
|
}
|
|
25
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QListProps } from "./props";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -28,9 +28,9 @@ declare const __propDef: {
|
|
|
28
28
|
default: {};
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
|
|
31
|
+
type QListProps_ = typeof __propDef.props;
|
|
32
|
+
export { QListProps_ as QListProps };
|
|
32
33
|
export type QListEvents = typeof __propDef.events;
|
|
33
34
|
export type QListSlots = typeof __propDef.slots;
|
|
34
|
-
export default class QList extends
|
|
35
|
+
export default class QList extends SvelteComponent<QListProps, QListEvents, QListSlots> {
|
|
35
36
|
}
|
|
36
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
keys: string | string[];
|
|
@@ -13,6 +13,6 @@ declare const __propDef: {
|
|
|
13
13
|
export type ContextReseterProps = typeof __propDef.props;
|
|
14
14
|
export type ContextReseterEvents = typeof __propDef.events;
|
|
15
15
|
export type ContextReseterSlots = typeof __propDef.slots;
|
|
16
|
-
export default class ContextReseter extends
|
|
16
|
+
export default class ContextReseter extends SvelteComponent<ContextReseterProps, ContextReseterEvents, ContextReseterSlots> {
|
|
17
17
|
}
|
|
18
18
|
export {};
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
QDrawer,
|
|
12
12
|
QCodeBlock
|
|
13
13
|
} from "../..";
|
|
14
|
-
import Types from "
|
|
14
|
+
import Types from "../../utils/types.json";
|
|
15
15
|
export let QComponentDocs;
|
|
16
16
|
let api = QComponentDocs.map((_doc) => "props");
|
|
17
17
|
let drawer = Object.fromEntries(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
2
|
import type { QComponentDocs } from "../../utils/types";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
@@ -12,6 +12,6 @@ declare const __propDef: {
|
|
|
12
12
|
export type QApiProps = typeof __propDef.props;
|
|
13
13
|
export type QApiEvents = typeof __propDef.events;
|
|
14
14
|
export type QApiSlots = typeof __propDef.slots;
|
|
15
|
-
export default class QApi extends
|
|
15
|
+
export default class QApi extends SvelteComponent<QApiProps, QApiEvents, QApiSlots> {
|
|
16
16
|
}
|
|
17
17
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import type { QComponentDocs } from "
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import type { QComponentDocs } from "../../utils/types";
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
QComponentDocs: QComponentDocs | QComponentDocs[];
|
|
@@ -16,6 +16,6 @@ declare const __propDef: {
|
|
|
16
16
|
export type QDocsProps = typeof __propDef.props;
|
|
17
17
|
export type QDocsEvents = typeof __propDef.events;
|
|
18
18
|
export type QDocsSlots = typeof __propDef.slots;
|
|
19
|
-
export default class QDocs extends
|
|
19
|
+
export default class QDocs extends SvelteComponent<QDocsProps, QDocsEvents, QDocsSlots> {
|
|
20
20
|
}
|
|
21
21
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/** @typedef {typeof __propDef.props} QDocsSectionProps */
|
|
2
2
|
/** @typedef {typeof __propDef.events} QDocsSectionEvents */
|
|
3
3
|
/** @typedef {typeof __propDef.slots} QDocsSectionSlots */
|
|
4
|
-
export default class QDocsSection extends
|
|
4
|
+
export default class QDocsSection extends SvelteComponent<{
|
|
5
5
|
title: any;
|
|
6
6
|
snippets: any;
|
|
7
7
|
}, {
|
|
@@ -13,7 +13,7 @@ export default class QDocsSection extends SvelteComponentTyped<{
|
|
|
13
13
|
export type QDocsSectionProps = typeof __propDef.props;
|
|
14
14
|
export type QDocsSectionEvents = typeof __propDef.events;
|
|
15
15
|
export type QDocsSectionSlots = typeof __propDef.slots;
|
|
16
|
-
import {
|
|
16
|
+
import { SvelteComponent } from "svelte";
|
|
17
17
|
declare const __propDef: {
|
|
18
18
|
props: {
|
|
19
19
|
title: any;
|