@quidgest/ui 0.17.8 → 0.17.9

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.
@@ -0,0 +1,162 @@
1
+ declare const QObfuscation: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
3
+ revealed?: boolean;
4
+ } & import('../../types/component').QBaseComponentProps & {
5
+ label?: string;
6
+ required?: boolean;
7
+ for?: string;
8
+ labelPosition?: import('..').QLabelPosition;
9
+ } & {
10
+ size?: import('..').QFieldSize;
11
+ readonly?: boolean;
12
+ disabled?: boolean;
13
+ required?: boolean;
14
+ invalid?: boolean;
15
+ } & {
16
+ revealable?: boolean;
17
+ loading?: boolean;
18
+ mask?: import('./types').QObfuscationMask;
19
+ bulletCount?: number;
20
+ icons?: typeof import('./constants').DEFAULT_ICONS;
21
+ texts?: Partial<typeof import('./constants').DEFAULT_TEXTS>;
22
+ }> & Readonly<{
23
+ onHide?: (() => any) | undefined;
24
+ onReveal?: (() => any) | undefined;
25
+ "onUpdate:revealed"?: ((value: boolean) => any) | undefined;
26
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
+ "update:revealed": (value: boolean) => any;
28
+ } & {
29
+ hide: () => any;
30
+ reveal: () => any;
31
+ }, import('vue').PublicProps, {
32
+ size: import('..').QFieldSize;
33
+ required: boolean;
34
+ mask: import('./types').QObfuscationMask;
35
+ loading: boolean;
36
+ icons: typeof import('./constants').DEFAULT_ICONS;
37
+ texts: Partial<typeof import('./constants').DEFAULT_TEXTS>;
38
+ labelPosition: import('..').QLabelPosition;
39
+ revealable: boolean;
40
+ bulletCount: number;
41
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
42
+ P: {};
43
+ B: {};
44
+ D: {};
45
+ C: {};
46
+ M: {};
47
+ Defaults: {};
48
+ }, Readonly<{
49
+ revealed?: boolean;
50
+ } & import('../../types/component').QBaseComponentProps & {
51
+ label?: string;
52
+ required?: boolean;
53
+ for?: string;
54
+ labelPosition?: import('..').QLabelPosition;
55
+ } & {
56
+ size?: import('..').QFieldSize;
57
+ readonly?: boolean;
58
+ disabled?: boolean;
59
+ required?: boolean;
60
+ invalid?: boolean;
61
+ } & {
62
+ revealable?: boolean;
63
+ loading?: boolean;
64
+ mask?: import('./types').QObfuscationMask;
65
+ bulletCount?: number;
66
+ icons?: typeof import('./constants').DEFAULT_ICONS;
67
+ texts?: Partial<typeof import('./constants').DEFAULT_TEXTS>;
68
+ }> & Readonly<{
69
+ onHide?: (() => any) | undefined;
70
+ onReveal?: (() => any) | undefined;
71
+ "onUpdate:revealed"?: ((value: boolean) => any) | undefined;
72
+ }>, {}, {}, {}, {}, {
73
+ size: import('..').QFieldSize;
74
+ required: boolean;
75
+ mask: import('./types').QObfuscationMask;
76
+ loading: boolean;
77
+ icons: typeof import('./constants').DEFAULT_ICONS;
78
+ texts: Partial<typeof import('./constants').DEFAULT_TEXTS>;
79
+ labelPosition: import('..').QLabelPosition;
80
+ revealable: boolean;
81
+ bulletCount: number;
82
+ }>;
83
+ __isFragment?: never;
84
+ __isTeleport?: never;
85
+ __isSuspense?: never;
86
+ } & import('vue').ComponentOptionsBase<Readonly<{
87
+ revealed?: boolean;
88
+ } & import('../../types/component').QBaseComponentProps & {
89
+ label?: string;
90
+ required?: boolean;
91
+ for?: string;
92
+ labelPosition?: import('..').QLabelPosition;
93
+ } & {
94
+ size?: import('..').QFieldSize;
95
+ readonly?: boolean;
96
+ disabled?: boolean;
97
+ required?: boolean;
98
+ invalid?: boolean;
99
+ } & {
100
+ revealable?: boolean;
101
+ loading?: boolean;
102
+ mask?: import('./types').QObfuscationMask;
103
+ bulletCount?: number;
104
+ icons?: typeof import('./constants').DEFAULT_ICONS;
105
+ texts?: Partial<typeof import('./constants').DEFAULT_TEXTS>;
106
+ }> & Readonly<{
107
+ onHide?: (() => any) | undefined;
108
+ onReveal?: (() => any) | undefined;
109
+ "onUpdate:revealed"?: ((value: boolean) => any) | undefined;
110
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
111
+ "update:revealed": (value: boolean) => any;
112
+ } & {
113
+ hide: () => any;
114
+ reveal: () => any;
115
+ }, string, {
116
+ size: import('..').QFieldSize;
117
+ required: boolean;
118
+ mask: import('./types').QObfuscationMask;
119
+ loading: boolean;
120
+ icons: typeof import('./constants').DEFAULT_ICONS;
121
+ texts: Partial<typeof import('./constants').DEFAULT_TEXTS>;
122
+ labelPosition: import('..').QLabelPosition;
123
+ revealable: boolean;
124
+ bulletCount: number;
125
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
126
+ $slots: Readonly<{
127
+ default?: (props: {
128
+ qObfuscationHideAction: import('vue').Component;
129
+ toggle: () => void;
130
+ revealed: boolean;
131
+ loading: boolean;
132
+ }) => unknown;
133
+ reveal?: (props: {
134
+ revealed: boolean;
135
+ toggle: () => void;
136
+ loading: boolean;
137
+ }) => unknown;
138
+ mask?: () => unknown;
139
+ 'label.prepend'?: () => unknown;
140
+ 'label.append'?: () => unknown;
141
+ extras?: () => unknown;
142
+ }> & {
143
+ default?: (props: {
144
+ qObfuscationHideAction: import('vue').Component;
145
+ toggle: () => void;
146
+ revealed: boolean;
147
+ loading: boolean;
148
+ }) => unknown;
149
+ reveal?: (props: {
150
+ revealed: boolean;
151
+ toggle: () => void;
152
+ loading: boolean;
153
+ }) => unknown;
154
+ mask?: () => unknown;
155
+ 'label.prepend'?: () => unknown;
156
+ 'label.append'?: () => unknown;
157
+ extras?: () => unknown;
158
+ };
159
+ });
160
+ export { QObfuscation };
161
+ export * from './types';
162
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QObfuscation/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AAGnD,OAAO,EAAE,YAAY,EAAE,CAAA;AAGvB,cAAc,SAAS,CAAA"}
@@ -0,0 +1,6 @@
1
+ import { setupPropsProxy as e } from "../../utils/setupPropsProxy.js";
2
+ import t from "./QObfuscation2.vue.js";
3
+ //#region src/components/QObfuscation/index.ts
4
+ var n = e(t);
5
+ //#endregion
6
+ export { n as QObfuscation };
@@ -0,0 +1,44 @@
1
+ import { QFieldProps } from '../QField';
2
+ import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
3
+ export type QObfuscationMask = 'restricted' | 'bullets';
4
+ export type QObfuscationProps = QFieldProps & {
5
+ /**
6
+ * When false, the value stays masked with no reveal control (PDF "Obfuscation").
7
+ * When true, the user can reveal and hide the slot content (PDF "Allow data to be revealed").
8
+ *
9
+ * @category Behavior
10
+ */
11
+ revealable?: boolean;
12
+ /**
13
+ * When true, shows the reveal button in a loading state while sensitive
14
+ * data is being fetched. Forwarded to the reveal `QButton`.
15
+ *
16
+ * @category State
17
+ */
18
+ loading?: boolean;
19
+ /**
20
+ * Mask style shown while the slot content is hidden.
21
+ *
22
+ * @category Presentation
23
+ */
24
+ mask?: QObfuscationMask;
25
+ /**
26
+ * Number of bullet characters when `mask` is `bullets`.
27
+ *
28
+ * @category Presentation
29
+ */
30
+ bulletCount?: number;
31
+ /**
32
+ * Custom icon configurations.
33
+ *
34
+ * @category Configuration
35
+ */
36
+ icons?: typeof DEFAULT_ICONS;
37
+ /**
38
+ * Custom text configurations.
39
+ *
40
+ * @category Configuration
41
+ */
42
+ texts?: Partial<typeof DEFAULT_TEXTS>;
43
+ };
44
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QObfuscation/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAC5C,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,MAAM,gBAAgB,GAAG,YAAY,GAAG,SAAS,CAAA;AAEvD,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG;IAC7C;;;;;OAKG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;;;OAKG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,gBAAgB,CAAA;IAEvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,aAAa,CAAC,CAAA;CACrC,CAAA"}
@@ -27,6 +27,7 @@ export * from './QLabel';
27
27
  export * from './QLineLoader';
28
28
  export * from './QList';
29
29
  export * from './QMeter';
30
+ export * from './QObfuscation';
30
31
  export * from './QOverlay';
31
32
  export * from './QPasswordField';
32
33
  export * from './QPopover';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,mBAAmB,CAAA;AACjC,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,WAAW,CAAA;AACzB,cAAc,qBAAqB,CAAA;AACnC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA;AAC3B,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAC1B,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,WAAW,CAAA;AACzB,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,mBAAmB,CAAA;AACjC,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,WAAW,CAAA;AACzB,cAAc,qBAAqB,CAAA;AACnC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA;AAC3B,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,WAAW,CAAA;AACzB,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA"}
@@ -34,20 +34,21 @@ import { QGroupBox as V } from "./QGroupBox/index.js";
34
34
  import { QInputGroup as H } from "./QInputGroup/index.js";
35
35
  import { QLineLoader as U } from "./QLineLoader/index.js";
36
36
  import { QMeter as W } from "./QMeter/index.js";
37
- import { QPasswordField as G } from "./QPasswordField/index.js";
38
- import { QPopover as K } from "./QPopover/index.js";
39
- import { QPropertyList as q, QPropertyListGroup as J, QPropertyListPanel as Y, QPropertyListRow as X } from "./QPropertyList/index.js";
40
- import { QRadioButton as Z, QRadioGroup as Q } from "./QRadioGroup/index.js";
41
- import { QSelect as $ } from "./QSelect/index.js";
42
- import { QToggle as ne } from "./QToggle/index.js";
43
- import { QSidebar as re } from "./QSidebar/index.js";
44
- import { QTextArea as ie } from "./QTextArea/index.js";
45
- import { QThemeProvider as ae } from "./QThemeProvider/index.js";
46
- import { QToast as oe, QToaster as se } from "./QToast/index.js";
47
- import { QToggleGroup as ce, QToggleGroupItem as le } from "./QToggleGroup/index.js";
48
- import { QTooltip as ue } from "./QTooltip/index.js";
37
+ import { QObfuscation as G } from "./QObfuscation/index.js";
38
+ import { QPasswordField as K } from "./QPasswordField/index.js";
39
+ import { QPopover as q } from "./QPopover/index.js";
40
+ import { QPropertyList as J, QPropertyListGroup as Y, QPropertyListPanel as X, QPropertyListRow as Z } from "./QPropertyList/index.js";
41
+ import { QRadioButton as Q, QRadioGroup as $ } from "./QRadioGroup/index.js";
42
+ import { QSelect as ne } from "./QSelect/index.js";
43
+ import { QToggle as re } from "./QToggle/index.js";
44
+ import { QSidebar as ie } from "./QSidebar/index.js";
45
+ import { QTextArea as ae } from "./QTextArea/index.js";
46
+ import { QThemeProvider as oe } from "./QThemeProvider/index.js";
47
+ import { QToast as se, QToaster as ce } from "./QToast/index.js";
48
+ import { QToggleGroup as le, QToggleGroupItem as ue } from "./QToggleGroup/index.js";
49
+ import { QTooltip as de } from "./QTooltip/index.js";
49
50
  //#region src/components/index.ts
50
- var de = /* @__PURE__ */ ee({
51
+ var fe = /* @__PURE__ */ ee({
51
52
  DEFAULT_TEXTS: () => b,
52
53
  QAccordion: () => c,
53
54
  QAccordionItem: () => l,
@@ -87,31 +88,32 @@ var de = /* @__PURE__ */ ee({
87
88
  QListItem: () => w,
88
89
  QListItemGroup: () => T,
89
90
  QMeter: () => W,
91
+ QObfuscation: () => G,
90
92
  QOverlay: () => O,
91
- QPasswordField: () => G,
92
- QPopover: () => K,
93
- QPropertyList: () => q,
94
- QPropertyListGroup: () => J,
95
- QPropertyListPanel: () => Y,
96
- QPropertyListRow: () => X,
97
- QRadioButton: () => Z,
98
- QRadioGroup: () => Q,
93
+ QPasswordField: () => K,
94
+ QPopover: () => q,
95
+ QPropertyList: () => J,
96
+ QPropertyListGroup: () => Y,
97
+ QPropertyListPanel: () => X,
98
+ QPropertyListRow: () => Z,
99
+ QRadioButton: () => Q,
100
+ QRadioGroup: () => $,
99
101
  QRow: () => z,
100
- QSelect: () => $,
101
- QSidebar: () => re,
102
+ QSelect: () => ne,
103
+ QSidebar: () => ie,
102
104
  QSkeletonLoader: () => m,
103
105
  QSpacer: () => B,
104
106
  QSpinnerLoader: () => e,
105
107
  QSwitch: () => A,
106
- QTextArea: () => ie,
108
+ QTextArea: () => ae,
107
109
  QTextField: () => x,
108
- QThemeProvider: () => ae,
109
- QToast: () => oe,
110
- QToaster: () => se,
111
- QToggle: () => ne,
112
- QToggleGroup: () => ce,
113
- QToggleGroupItem: () => le,
114
- QTooltip: () => ue
110
+ QThemeProvider: () => oe,
111
+ QToast: () => se,
112
+ QToaster: () => ce,
113
+ QToggle: () => re,
114
+ QToggleGroup: () => le,
115
+ QToggleGroupItem: () => ue,
116
+ QTooltip: () => de
115
117
  });
116
118
  //#endregion
117
- export { b as DEFAULT_TEXTS, c as QAccordion, l as QAccordionItem, u as QAvatar, f as QBadge, p as QBadgeIndicator, t as QButton, d as QButtonGroup, n as QCard, h as QCarousel, _ as QCheckbox, v as QCheckboxLabel, L as QCol, s as QCollapsible, S as QColorPicker, k as QCombobox, R as QContainer, j as QDateTimePicker, M as QDefaultsProvider, N as QDialog, P as QDialogProvider, E as QDismissibleLayer, F as QDivider, te as QDropdownMenu, y as QField, I as QFileUpload, D as QFocusWrap, V as QGroupBox, r as QIcon, i as QIconFont, a as QIconImg, o as QIconSvg, H as QInputGroup, g as QLabel, U as QLineLoader, C as QList, w as QListItem, T as QListItemGroup, W as QMeter, O as QOverlay, G as QPasswordField, K as QPopover, q as QPropertyList, J as QPropertyListGroup, Y as QPropertyListPanel, X as QPropertyListRow, Z as QRadioButton, Q as QRadioGroup, z as QRow, $ as QSelect, re as QSidebar, m as QSkeletonLoader, B as QSpacer, e as QSpinnerLoader, A as QSwitch, ie as QTextArea, x as QTextField, ae as QThemeProvider, oe as QToast, se as QToaster, ne as QToggle, ce as QToggleGroup, le as QToggleGroupItem, ue as QTooltip, de as components_exports };
119
+ export { b as DEFAULT_TEXTS, c as QAccordion, l as QAccordionItem, u as QAvatar, f as QBadge, p as QBadgeIndicator, t as QButton, d as QButtonGroup, n as QCard, h as QCarousel, _ as QCheckbox, v as QCheckboxLabel, L as QCol, s as QCollapsible, S as QColorPicker, k as QCombobox, R as QContainer, j as QDateTimePicker, M as QDefaultsProvider, N as QDialog, P as QDialogProvider, E as QDismissibleLayer, F as QDivider, te as QDropdownMenu, y as QField, I as QFileUpload, D as QFocusWrap, V as QGroupBox, r as QIcon, i as QIconFont, a as QIconImg, o as QIconSvg, H as QInputGroup, g as QLabel, U as QLineLoader, C as QList, w as QListItem, T as QListItemGroup, W as QMeter, G as QObfuscation, O as QOverlay, K as QPasswordField, q as QPopover, J as QPropertyList, Y as QPropertyListGroup, X as QPropertyListPanel, Z as QPropertyListRow, Q as QRadioButton, $ as QRadioGroup, z as QRow, ne as QSelect, ie as QSidebar, m as QSkeletonLoader, B as QSpacer, e as QSpinnerLoader, A as QSwitch, ae as QTextArea, x as QTextField, oe as QThemeProvider, se as QToast, ce as QToaster, re as QToggle, le as QToggleGroup, ue as QToggleGroupItem, de as QTooltip, fe as components_exports };
package/esm/index.d.ts CHANGED
@@ -48,6 +48,7 @@ declare module '@vue/runtime-core' {
48
48
  QListItem: typeof import('@quidgest/ui/components')['QListItem']
49
49
  QListItemGroup: typeof import('@quidgest/ui/components')['QListItemGroup']
50
50
  QMeter: typeof import('@quidgest/ui/components')['QMeter']
51
+ QObfuscation: typeof import('@quidgest/ui/components')['QObfuscation']
51
52
  QOverlay: typeof import('@quidgest/ui/components')['QOverlay']
52
53
  QPasswordField: typeof import('@quidgest/ui/components')['QPasswordField']
53
54
  QPopover: typeof import('@quidgest/ui/components')['QPopover']
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@quidgest/ui",
3
3
  "description": "Quidgest's UI framework",
4
- "version": "0.17.8",
4
+ "version": "0.17.9",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "author": "Quidgest",