@quidgest/ui 0.3.2 → 0.5.0
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 +1590 -0
- package/{lib/styles → dist}/ui.css +238 -10
- package/dist/ui.esm.js +1078 -1374
- package/dist/ui.esm.js.map +1 -1
- package/dist/ui.js +4 -4
- package/dist/ui.js.map +1 -1
- package/dist/ui.min.css +1 -0
- package/dist/ui.min.js +161 -313
- package/dist/ui.min.js.map +1 -1
- package/{lib/styles → dist}/ui.scss +270 -23
- package/package.json +24 -25
- package/lib/components/QButton/QButton.vue.d.ts +0 -128
- package/lib/components/QButton/QButton.vue.d.ts.map +0 -1
- package/lib/components/QButton/index.d.ts +0 -3
- package/lib/components/QButton/index.d.ts.map +0 -1
- package/lib/components/QButtonGroup/QButtonGroup.vue.d.ts +0 -36
- package/lib/components/QButtonGroup/QButtonGroup.vue.d.ts.map +0 -1
- package/lib/components/QButtonGroup/index.d.ts +0 -3
- package/lib/components/QButtonGroup/index.d.ts.map +0 -1
- package/lib/components/QButtonToggle/QButtonToggle.vue.d.ts +0 -57
- package/lib/components/QButtonToggle/QButtonToggle.vue.d.ts.map +0 -1
- package/lib/components/QButtonToggle/index.d.ts +0 -3
- package/lib/components/QButtonToggle/index.d.ts.map +0 -1
- package/lib/components/QIcon/InlineSvg.d.ts +0 -72
- package/lib/components/QIcon/InlineSvg.d.ts.map +0 -1
- package/lib/components/QIcon/QIcon.vue.d.ts +0 -42
- package/lib/components/QIcon/QIcon.vue.d.ts.map +0 -1
- package/lib/components/QIcon/QIconFont.vue.d.ts +0 -59
- package/lib/components/QIcon/QIconFont.vue.d.ts.map +0 -1
- package/lib/components/QIcon/QIconImg.vue.d.ts +0 -19
- package/lib/components/QIcon/QIconImg.vue.d.ts.map +0 -1
- package/lib/components/QIcon/QIconSvg.vue.d.ts +0 -38
- package/lib/components/QIcon/QIconSvg.vue.d.ts.map +0 -1
- package/lib/components/QIcon/index.d.ts +0 -6
- package/lib/components/QIcon/index.d.ts.map +0 -1
- package/lib/components/QLineLoader/QLineLoader.vue.d.ts +0 -3
- package/lib/components/QLineLoader/QLineLoader.vue.d.ts.map +0 -1
- package/lib/components/QLineLoader/index.d.ts +0 -3
- package/lib/components/QLineLoader/index.d.ts.map +0 -1
- package/lib/components/QOverlay/QOverlay.vue.d.ts +0 -125
- package/lib/components/QOverlay/QOverlay.vue.d.ts.map +0 -1
- package/lib/components/QOverlay/index.d.ts +0 -3
- package/lib/components/QOverlay/index.d.ts.map +0 -1
- package/lib/components/QPopover/QPopover.vue.d.ts +0 -97
- package/lib/components/QPopover/QPopover.vue.d.ts.map +0 -1
- package/lib/components/QPopover/index.d.ts +0 -3
- package/lib/components/QPopover/index.d.ts.map +0 -1
- package/lib/components/QSpinnerLoader/QSpinnerLoader.vue.d.ts +0 -15
- package/lib/components/QSpinnerLoader/QSpinnerLoader.vue.d.ts.map +0 -1
- package/lib/components/QSpinnerLoader/index.d.ts +0 -3
- package/lib/components/QSpinnerLoader/index.d.ts.map +0 -1
- package/lib/components/QTooltip/QTooltip.vue.d.ts +0 -99
- package/lib/components/QTooltip/QTooltip.vue.d.ts.map +0 -1
- package/lib/components/QTooltip/index.d.ts +0 -3
- package/lib/components/QTooltip/index.d.ts.map +0 -1
- package/lib/components/index.d.ts +0 -10
- package/lib/components/index.d.ts.map +0 -1
- package/lib/composables/defaults.d.ts +0 -7
- package/lib/composables/defaults.d.ts.map +0 -1
- package/lib/composables/index.d.ts +0 -4
- package/lib/composables/index.d.ts.map +0 -1
- package/lib/composables/overlay.d.ts +0 -13
- package/lib/composables/overlay.d.ts.map +0 -1
- package/lib/composables/theme.d.ts +0 -26
- package/lib/composables/theme.d.ts.map +0 -1
- package/lib/framework.d.ts +0 -9
- package/lib/framework.d.ts.map +0 -1
- package/lib/index.d.ts +0 -5
- package/lib/index.d.ts.map +0 -1
- package/lib/styles/ui.min.css +0 -1
- package/lib/templates/index.d.ts +0 -2
- package/lib/templates/index.d.ts.map +0 -1
- package/lib/templates/theme.d.ts +0 -4
- package/lib/templates/theme.d.ts.map +0 -1
- package/lib/utils/color.d.ts +0 -74
- package/lib/utils/color.d.ts.map +0 -1
- package/lib/utils/defineComponent.d.ts +0 -4
- package/lib/utils/defineComponent.d.ts.map +0 -1
- package/lib/utils/getCurrentInstance.d.ts +0 -2
- package/lib/utils/getCurrentInstance.d.ts.map +0 -1
- package/lib/utils/getElement.d.ts +0 -7
- package/lib/utils/getElement.d.ts.map +0 -1
- package/lib/utils/getUid.d.ts +0 -5
- package/lib/utils/getUid.d.ts.map +0 -1
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { Appearance, Placement, Trigger } from '@/composables/overlay';
|
|
2
|
-
import { Selector } from '@/utils/getElement';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
html: {
|
|
5
|
-
type: import("vue").PropType<boolean>;
|
|
6
|
-
default: boolean;
|
|
7
|
-
};
|
|
8
|
-
text: {
|
|
9
|
-
type: import("vue").PropType<string>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
anchor: {
|
|
13
|
-
type: import("vue").PropType<Selector>;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
disabled: {
|
|
17
|
-
type: import("vue").PropType<boolean>;
|
|
18
|
-
};
|
|
19
|
-
appearance: {
|
|
20
|
-
type: import("vue").PropType<Appearance>;
|
|
21
|
-
default: string;
|
|
22
|
-
};
|
|
23
|
-
arrow: {
|
|
24
|
-
type: import("vue").PropType<boolean>;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
attach: {
|
|
28
|
-
type: import("vue").PropType<string>;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
delay: {
|
|
32
|
-
type: import("vue").PropType<number>;
|
|
33
|
-
default: number;
|
|
34
|
-
};
|
|
35
|
-
persistent: {
|
|
36
|
-
type: import("vue").PropType<boolean>;
|
|
37
|
-
};
|
|
38
|
-
placement: {
|
|
39
|
-
type: import("vue").PropType<Placement>;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
trigger: {
|
|
43
|
-
type: import("vue").PropType<Trigger>;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
|
-
html: {
|
|
48
|
-
type: import("vue").PropType<boolean>;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
text: {
|
|
52
|
-
type: import("vue").PropType<string>;
|
|
53
|
-
required: true;
|
|
54
|
-
};
|
|
55
|
-
anchor: {
|
|
56
|
-
type: import("vue").PropType<Selector>;
|
|
57
|
-
required: true;
|
|
58
|
-
};
|
|
59
|
-
disabled: {
|
|
60
|
-
type: import("vue").PropType<boolean>;
|
|
61
|
-
};
|
|
62
|
-
appearance: {
|
|
63
|
-
type: import("vue").PropType<Appearance>;
|
|
64
|
-
default: string;
|
|
65
|
-
};
|
|
66
|
-
arrow: {
|
|
67
|
-
type: import("vue").PropType<boolean>;
|
|
68
|
-
default: boolean;
|
|
69
|
-
};
|
|
70
|
-
attach: {
|
|
71
|
-
type: import("vue").PropType<string>;
|
|
72
|
-
default: string;
|
|
73
|
-
};
|
|
74
|
-
delay: {
|
|
75
|
-
type: import("vue").PropType<number>;
|
|
76
|
-
default: number;
|
|
77
|
-
};
|
|
78
|
-
persistent: {
|
|
79
|
-
type: import("vue").PropType<boolean>;
|
|
80
|
-
};
|
|
81
|
-
placement: {
|
|
82
|
-
type: import("vue").PropType<Placement>;
|
|
83
|
-
default: string;
|
|
84
|
-
};
|
|
85
|
-
trigger: {
|
|
86
|
-
type: import("vue").PropType<Trigger>;
|
|
87
|
-
default: string;
|
|
88
|
-
};
|
|
89
|
-
}>>, {
|
|
90
|
-
html: boolean;
|
|
91
|
-
appearance: Appearance;
|
|
92
|
-
arrow: boolean;
|
|
93
|
-
attach: string;
|
|
94
|
-
delay: number;
|
|
95
|
-
placement: Placement;
|
|
96
|
-
trigger: Trigger;
|
|
97
|
-
}, {}>;
|
|
98
|
-
export default _default;
|
|
99
|
-
//# sourceMappingURL=QTooltip.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/QTooltip.vue.ts"],"names":[],"mappings":"AAMC,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAuQpC,OAAO;gBA1BD,UAAU;WAKf,OAAO;YAMN,MAAM;WAKP,MAAM;eAoBF,SAAS;aAUX,OAAO;;AA3DpB,wBAkEG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,gBAAgB,CAAA;AAErC,OAAO,EAAE,QAAQ,EAAE,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './QButton';
|
|
2
|
-
export * from './QButtonGroup';
|
|
3
|
-
export * from './QButtonToggle';
|
|
4
|
-
export * from './QIcon';
|
|
5
|
-
export * from './QLineLoader';
|
|
6
|
-
export * from './QOverlay';
|
|
7
|
-
export * from './QPopover';
|
|
8
|
-
export * from './QSpinnerLoader';
|
|
9
|
-
export * from './QTooltip';
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const DEFAULTS_SYMBOL = "q-defaults";
|
|
2
|
-
export type Defaults = Record<string | symbol, ComponentDefaults>;
|
|
3
|
-
export type ComponentDefaults = Record<string | symbol, unknown>;
|
|
4
|
-
export declare function useDefaults(): ComponentDefaults;
|
|
5
|
-
export declare function provideDefaults(defaults: Defaults): void;
|
|
6
|
-
export declare function injectDefaults(): Defaults;
|
|
7
|
-
//# sourceMappingURL=defaults.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../src/composables/defaults.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe,eAAe,CAAA;AAE3C,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,iBAAiB,CAAC,CAAA;AAEjE,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,OAAO,CAAC,CAAA;AAEhE,wBAAgB,WAAW,sBAW1B;AAED,wBAAgB,eAAe,CAAC,QAAQ,EAAE,QAAQ,QAKjD;AAED,wBAAgB,cAAc,aAM7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/composables/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export type Appearance = 'regular' | 'inverted';
|
|
2
|
-
export type Placement = 'top' | 'bottom' | 'left' | 'right';
|
|
3
|
-
export type Trigger = 'hover' | 'click';
|
|
4
|
-
export type Position = {
|
|
5
|
-
x: number;
|
|
6
|
-
y: number;
|
|
7
|
-
placement: Placement;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* Reposition the overlay based on its size and the position of its anchor.
|
|
11
|
-
*/
|
|
12
|
-
export declare function computePosition(anchor: Element, overlay: Element, tentativePlacement?: Placement): Position;
|
|
13
|
-
//# sourceMappingURL=overlay.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../src/composables/overlay.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,UAAU,CAAA;AAC/C,MAAM,MAAM,SAAS,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAA;AAC3D,MAAM,MAAM,OAAO,GAAG,OAAO,GAAG,OAAO,CAAA;AAEvC,MAAM,MAAM,QAAQ,GAAG;IACtB,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,SAAS,EAAE,SAAS,CAAA;CACpB,CAAA;AAED;;GAEG;AACH,wBAAgB,eAAe,CAC9B,MAAM,EAAE,OAAO,EACf,OAAO,EAAE,OAAO,EAChB,kBAAkB,GAAE,SAAmB,GACrC,QAAQ,CAuCV"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ColorScheme } from '@/utils/color';
|
|
2
|
-
import { App, Ref } from 'vue';
|
|
3
|
-
export declare const THEME_SYMBOL = "q-theme";
|
|
4
|
-
export type ThemeMode = 'light' | 'dark';
|
|
5
|
-
export type AppThemes = {
|
|
6
|
-
defaultTheme: string;
|
|
7
|
-
themes: Array<{
|
|
8
|
-
name: string;
|
|
9
|
-
mode: ThemeMode;
|
|
10
|
-
colors?: Partial<ColorScheme>;
|
|
11
|
-
}>;
|
|
12
|
-
};
|
|
13
|
-
export type ThemeDefinition = {
|
|
14
|
-
name: string;
|
|
15
|
-
mode: ThemeMode;
|
|
16
|
-
colors: ColorScheme;
|
|
17
|
-
};
|
|
18
|
-
export type ThemeConfiguration = {
|
|
19
|
-
activeTheme: string;
|
|
20
|
-
themes: ThemeDefinition[];
|
|
21
|
-
};
|
|
22
|
-
export declare function useTheme(): Ref<ThemeConfiguration>;
|
|
23
|
-
export declare function installThemes(app: App, config?: AppThemes): void;
|
|
24
|
-
export declare function generateRootStyle(colors: Partial<ColorScheme>): void;
|
|
25
|
-
export declare function toProperty(color: string): string;
|
|
26
|
-
//# sourceMappingURL=theme.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/composables/theme.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAgD,MAAM,eAAe,CAAA;AAEzF,OAAO,EAAE,GAAG,EAAE,GAAG,EAAsB,MAAM,KAAK,CAAA;AAElD,eAAO,MAAM,YAAY,YAAY,CAAA;AAErC,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,CAAA;AAExC,MAAM,MAAM,SAAS,GAAG;IACvB,YAAY,EAAE,MAAM,CAAA;IACpB,MAAM,EAAE,KAAK,CAAC;QACb,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,EAAE,SAAS,CAAA;QACf,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAA;KAC7B,CAAC,CAAA;CACF,CAAA;AAED,MAAM,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,SAAS,CAAA;IACf,MAAM,EAAE,WAAW,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG;IAChC,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,eAAe,EAAE,CAAA;CACzB,CAAA;AAED,wBAAgB,QAAQ,IAAI,GAAG,CAAC,kBAAkB,CAAC,CAMlD;AAED,wBAAgB,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,SAAS,QAgFzD;AAED,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,OAAO,CAAC,WAAW,CAAC,QA+B7D;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,UAOvC"}
|
package/lib/framework.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Defaults } from './composables/defaults';
|
|
2
|
-
import { AppThemes } from './composables/theme';
|
|
3
|
-
import { Plugin } from 'vue';
|
|
4
|
-
export type AppDefinition = {
|
|
5
|
-
themes?: AppThemes;
|
|
6
|
-
defaults?: Defaults;
|
|
7
|
-
};
|
|
8
|
-
export declare function createFramework(components: Record<string, any>, options?: AppDefinition): Plugin;
|
|
9
|
-
//# sourceMappingURL=framework.d.ts.map
|
package/lib/framework.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"framework.d.ts","sourceRoot":"","sources":["../src/framework.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAClE,OAAO,EAAE,SAAS,EAAiB,MAAM,qBAAqB,CAAA;AAG9D,OAAO,EAAO,MAAM,EAAE,MAAM,KAAK,CAAA;AAGjC,MAAM,MAAM,aAAa,GAAG;IAC3B,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAA;CACnB,CAAA;AAED,wBAAgB,eAAe,CAE9B,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC/B,OAAO,CAAC,EAAE,aAAa,GACrB,MAAM,CAgBR"}
|
package/lib/index.d.ts
DELETED
package/lib/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAmB,MAAM,aAAa,CAAA;AAE5D,QAAA,MAAM,gBAAgB,aAAc,aAAa,yBAAyC,CAAA;AAE1F,OAAO,EAAE,gBAAgB,IAAI,eAAe,EAAE,CAAA;AAE9C,cAAc,eAAe,CAAA"}
|
package/lib/styles/ui.min.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}.fade-enter-active,.fade-leave-active{transition:opacity 0.15s ease-in-out}.q-btn{--outline-color:var(--q-theme-primary);position:relative;display:flex;flex-direction:row;align-items:center;padding:0.4rem;border:thin solid;background-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;border-radius:0.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:0.15s;outline-offset:1px;line-height:15px}.q-btn:hover:not(:disabled){cursor:pointer}.q-btn:focus{outline:2px solid var(--outline-color);z-index:3}.q-btn:focus:not(:focus-visible){outline:0;box-shadow:none}.q-btn__content{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:0.9rem;white-space:nowrap;gap:0.25rem;pointer-events:none;line-height:15px;min-width:15px}.q-btn .e-icon__svg{padding:0;margin:0;fill:currentColor;width:15px;height:15px}.q-btn .q-spinner-loader{color:currentColor}.q-btn--active{z-index:2;background-color:var(--q-theme-primary-light)}.q-btn:disabled{opacity:0.6}.q-btn--loading{cursor:progress}.q-btn--loading span{visibility:hidden}.q-btn--primary{background-color:var(--q-theme-primary);border-color:var(--q-theme-primary);color:var(--q-theme-on-primary)}.q-btn--primary:hover:not(:disabled){background-color:var(--q-theme-primary-dark);border-color:var(--q-theme-primary-dark)}.q-btn--secondary{border-color:currentColor;color:var(--q-theme-primary)}.q-btn--secondary:hover:not(:disabled){background-color:var(--q-theme-primary-dark);border-color:var(--q-theme-primary-dark);color:var(--q-theme-on-primary)}.q-btn--tertiary{background-color:transparent;border-color:transparent;color:var(--q-theme-primary)}.q-btn--tertiary:focus:not(:disabled),.q-btn--tertiary:hover:not(:disabled){color:var(--q-theme-primary-dark)}.q-btn--danger{--outline-color:var(--q-theme-danger-light);background-color:var(--q-theme-danger);border-color:var(--q-theme-danger);color:var(--q-theme-on-danger)}.q-btn--danger:hover:not(:disabled){background-color:var(--q-theme-danger-dark);border-color:var(--q-theme-danger-dark)}.q-btn--small{padding:0.25rem;line-height:14px}.q-btn--small span{font-size:0.75rem;line-height:14px}.q-btn--small .e-icon__svg{width:14px;height:14px}.q-btn--borderless{border-color:transparent!important}.q-btn--elevated{box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12)}.q-btn--block{display:block;width:100%;padding:0.5rem}.q-btn--block span{gap:0.5rem}.q-btn--block+.q-btn--block{margin-top:0.5rem}.q-btn__spinner{position:absolute;left:50%;transform:translateX(-50%)}.q-btn-group{position:relative;display:inline-flex;border-radius:0.25rem}.q-btn-group--elevated{box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12)}.q-btn-group>.q-btn{position:relative;flex:0 1 auto}.q-btn-group>.q-btn:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.q-btn-group>.q-btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.q-btn-group>.q-btn:hover{z-index:3}.q-icon{display:inline-block}.q-icon__svg{fill:currentColor;width:1em;height:1em}.q-line-loader{width:100%;height:2px;display:inline-block;position:relative;background:transparent;overflow:hidden}.q-line-loader:after{content:"";min-width:33%;height:2px;background:linear-gradient(to right,#edebe9 0%,var(--q-theme-primary) 50%,#edebe9 100%);position:absolute;top:0;left:0;box-sizing:border-box;animation:q-move 2s linear infinite}@keyframes q-move{0%{left:0;transform:translateX(-100%)}to{left:100%;transform:translateX(0%)}}.q-overlay{--q-overlay-bg:var(--q-theme-background);--q-overlay-color:var(--q-theme-on-background);--q-overlay-border-color:rgb(var(--q-theme-on-background-rgb)/0.1);position:absolute}.q-overlay__content{display:block;position:relative;transform:translateX(-50%);width:-moz-max-content;width:max-content;z-index:1070;background-color:var(--q-overlay-bg);color:var(--q-overlay-color);background-clip:padding-box;border:1px solid var(--q-overlay-border-color);border-radius:0.25rem;box-shadow:0 0 transparent,0 0 transparent,0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.q-overlay__arrow{position:absolute;display:block;width:1rem;height:0.5rem}.q-overlay__arrow:after,.q-overlay__arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.q-overlay--top .q-overlay__arrow{left:calc(50% - 0.5rem);bottom:calc(-0.5rem - 1px)}.q-overlay--top .q-overlay__arrow:after,.q-overlay--top .q-overlay__arrow:before{border-width:0.5rem 0.5rem 0}.q-overlay--top .q-overlay__arrow:before{bottom:0;border-top-color:var(--q-overlay-border-color)}.q-overlay--top .q-overlay__arrow:after{bottom:1px;border-top-color:var(--q-overlay-bg)}.q-overlay--bottom .q-overlay__arrow{top:calc(-0.5rem - 1px);left:calc(50% - 0.5rem)}.q-overlay--bottom .q-overlay__arrow:after,.q-overlay--bottom .q-overlay__arrow:before{border-width:0 0.5rem 0.5rem}.q-overlay--bottom .q-overlay__arrow:before{top:0;border-bottom-color:var(--q-overlay-border-color)}.q-overlay--bottom .q-overlay__arrow:after{top:1px;border-bottom-color:var(--q-overlay-bg)}.q-overlay--left .q-overlay__arrow{top:calc(50% - 0.5rem);right:-0.5rem;width:0.5rem;height:1rem}.q-overlay--left .q-overlay__arrow:after,.q-overlay--left .q-overlay__arrow:before{border-width:0.5rem 0 0.5rem 0.5rem}.q-overlay--left .q-overlay__arrow:before{right:0;border-left-color:var(--q-overlay-border-color)}.q-overlay--left .q-overlay__arrow:after{right:1px;border-left-color:var(--q-overlay-bg)}.q-overlay--right .q-overlay__arrow{top:calc(50% - 0.5rem);left:-0.5rem;width:0.5rem;height:1rem}.q-overlay--right .q-overlay__arrow:after,.q-overlay--right .q-overlay__arrow:before{border-width:0.5rem 0.5rem 0.5rem 0}.q-overlay--right .q-overlay__arrow:before{left:0;border-right-color:var(--q-overlay-border-color)}.q-overlay--right .q-overlay__arrow:after{left:1px;border-right-color:var(--q-overlay-bg)}.q-overlay--inverted{--q-overlay-bg:var(--q-theme-on-background);--q-overlay-color:var(--q-theme-background);--q-overlay-border-color:transparent}.q-popover .q-overlay__content{z-index:1070;position:relative;max-width:276px;line-height:1.5;word-break:normal;word-spacing:normal;word-wrap:break-word;white-space:normal;line-break:auto;font-size:0.7875rem}.q-popover__header{padding:0.5rem 1rem;margin:0;font-size:0.9rem;background-color:rgb(var(--q-theme-on-background-rgb)/0.04);border-bottom:1px solid var(--q-overlay-border-color);border-top-left-radius:inherit;border-top-right-radius:inherit}.q-popover__body{padding:1rem}.q-popover.q-overlay--bottom .q-overlay__arrow:after{border-bottom-color:rgb(var(--q-theme-on-background-rgb)/0.04)}.q-spinner-loader{display:flex;position:relative;width:1em;height:1em;font-size:48px;line-height:1;align-items:center;justify-content:center;color:var(--q-theme-primary)}.q-spinner-loader svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0;animation:q-spin 2s linear infinite;transform-origin:center center}.q-spinner-loader .path{stroke-dasharray:1,250;stroke-dashoffset:0;animation:q-md-dash 1.5s ease-in-out infinite}@keyframes q-spin{0%{transform:rotate3d(0,0,1,0)}25%{transform:rotate3d(0,0,1,90deg)}50%{transform:rotate3d(0,0,1,180deg)}75%{transform:rotate3d(0,0,1,270deg)}to{transform:rotate3d(0,0,1,359deg)}}@keyframes q-md-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.q-tooltip .q-overlay__content{padding:0.5rem;text-align:center;font-style:normal;font-size:0.7875rem;font-weight:400;text-decoration:none;text-shadow:none;text-transform:none;line-height:1.5;line-break:auto;word-wrap:break-word;word-break:normal;word-spacing:normal;white-space:normal;letter-spacing:normal;max-width:200px}
|
package/lib/templates/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
|
package/lib/templates/theme.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/templates/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAE3C,eAAO,MAAM,uBAAuB,EAAE,WA8BrC,CAAA;AAED,eAAO,MAAM,sBAAsB,EAAE,WA8BpC,CAAA"}
|
package/lib/utils/color.d.ts
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
export type ColorScheme = {
|
|
2
|
-
primary: string;
|
|
3
|
-
primaryLight: string;
|
|
4
|
-
primaryDark: string;
|
|
5
|
-
onPrimary: string;
|
|
6
|
-
secondary: string;
|
|
7
|
-
secondaryLight: string;
|
|
8
|
-
secondaryDark: string;
|
|
9
|
-
onSecondary: string;
|
|
10
|
-
highlight: string;
|
|
11
|
-
onHighlight: string;
|
|
12
|
-
background: string;
|
|
13
|
-
onBackground: string;
|
|
14
|
-
container: string;
|
|
15
|
-
info: string;
|
|
16
|
-
infoLight: string;
|
|
17
|
-
infoDark: string;
|
|
18
|
-
onInfo: string;
|
|
19
|
-
success: string;
|
|
20
|
-
successLight: string;
|
|
21
|
-
successDark: string;
|
|
22
|
-
onSuccess: string;
|
|
23
|
-
warning: string;
|
|
24
|
-
warningLight: string;
|
|
25
|
-
warningDark: string;
|
|
26
|
-
onWarning: string;
|
|
27
|
-
danger: string;
|
|
28
|
-
dangerLight: string;
|
|
29
|
-
dangerDark: string;
|
|
30
|
-
onDanger: string;
|
|
31
|
-
};
|
|
32
|
-
/**
|
|
33
|
-
* Represents a color in RGB space.
|
|
34
|
-
*/
|
|
35
|
-
export type RGB = {
|
|
36
|
-
r: number;
|
|
37
|
-
g: number;
|
|
38
|
-
b: number;
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* Represents a color in HSL space.
|
|
42
|
-
*/
|
|
43
|
-
export type HSL = {
|
|
44
|
-
h: number;
|
|
45
|
-
s: number;
|
|
46
|
-
l: number;
|
|
47
|
-
};
|
|
48
|
-
/**
|
|
49
|
-
* Parses a color from a hex string.
|
|
50
|
-
* @param color A hex string representing the color, e.g., "#aabbcc".
|
|
51
|
-
* @returns A `RGB` object representing the parsed color.
|
|
52
|
-
*/
|
|
53
|
-
export declare function parseColor(color: string): RGB;
|
|
54
|
-
/**
|
|
55
|
-
* Lightens a color by a specified amount.
|
|
56
|
-
* @param rgb The color to lighten.
|
|
57
|
-
* @param amount The amount to lighten the color by, in the range [0, 100].
|
|
58
|
-
* @returns The lightened color.
|
|
59
|
-
*/
|
|
60
|
-
export declare function lighten(rgb: RGB, amount: number): RGB;
|
|
61
|
-
/**
|
|
62
|
-
* Darkens a color by a specified amount.
|
|
63
|
-
* @param rgb The color to darken.
|
|
64
|
-
* @param amount The amount to darken the color by, in the range [0, 100].
|
|
65
|
-
* @returns The darkened color.
|
|
66
|
-
*/
|
|
67
|
-
export declare function darken(rgb: RGB, amount: number): RGB;
|
|
68
|
-
/**
|
|
69
|
-
* Converts a `Color` object to a hex string.
|
|
70
|
-
* @param rgb The color to convert.
|
|
71
|
-
* @returns A hex string representing the color.
|
|
72
|
-
*/
|
|
73
|
-
export declare function colorToHex(rgb: RGB): string;
|
|
74
|
-
//# sourceMappingURL=color.d.ts.map
|
package/lib/utils/color.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../src/utils/color.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IAEzB,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;IACpB,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,MAAM,CAAA;IAEjB,SAAS,EAAE,MAAM,CAAA;IACjB,cAAc,EAAE,MAAM,CAAA;IACtB,aAAa,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,MAAM,CAAA;IAEnB,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IAGnB,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IAEpB,SAAS,EAAE,MAAM,CAAA;IAGjB,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IAEd,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;IACpB,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,MAAM,CAAA;IAEjB,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;IACpB,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,MAAM,CAAA;IAEjB,MAAM,EAAE,MAAM,CAAA;IACd,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;CAChB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,GAAG,GAAG;IACjB,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;CACT,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,GAAG,GAAG;IACjB,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;CACT,CAAA;AAED;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,GAAG,CAe7C;AAED;;;;;GAKG;AACH,wBAAgB,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,GAAG,GAAG,CAYrD;AAED;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,GAAG,GAAG,CAYpD;AAED;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,MAAM,CAM3C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"defineComponent.d.ts","sourceRoot":"","sources":["../../src/utils/defineComponent.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,KAAK,EAA6B,MAAM,KAAK,CAAA;AAIxE,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,WAEvD;AAED,wBAAgB,eAAe,CAAC,SAAS,EAAE,gBAAgB,oBA+B1D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getCurrentInstance.d.ts","sourceRoot":"","sources":["../../src/utils/getCurrentInstance.ts"],"names":[],"mappings":"AAGA,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,2CAUhE"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from 'vue';
|
|
2
|
-
export type Selector = string | Element | ComponentPublicInstance;
|
|
3
|
-
/**
|
|
4
|
-
* Gets a DOM element based on the provided selector.
|
|
5
|
-
*/
|
|
6
|
-
export declare function getElement(selector: Selector): Element | null;
|
|
7
|
-
//# sourceMappingURL=getElement.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getElement.d.ts","sourceRoot":"","sources":["../../src/utils/getElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAA;AAE7C,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,uBAAuB,CAAA;AAEjE;;GAEG;AACH,wBAAgB,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,OAAO,GAAG,IAAI,CAU7D"}
|
package/lib/utils/getUid.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getUid.d.ts","sourceRoot":"","sources":["../../src/utils/getUid.ts"],"names":[],"mappings":"AASA,wBAAgB,MAAM,IAAI,MAAM,CAS/B;yBATe,MAAM"}
|