tokenizer-ui-kit 0.2.11 → 0.2.12
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/tokenizer-ui-kit.css +2 -2
- package/dist/tokenizer-ui-kit.es.js +3857 -3523
- package/dist/tokenizer-ui-kit.umd.js +1 -1
- package/dist/types/components/Select/Select.vue.d.ts +60 -0
- package/dist/types/components/Select/Select.vue.d.ts.map +1 -0
- package/dist/types/components/datePicker/DatePicker.vue.d.ts.map +1 -1
- package/dist/types/icons/SvgIcon.vue.d.ts +1 -1
- package/dist/types/icons/SvgIcon.vue.d.ts.map +1 -1
- package/dist/types/icons/arrow-chevron.vue.d.ts +3 -0
- package/dist/types/icons/arrow-chevron.vue.d.ts.map +1 -0
- package/dist/types/icons/check.vue.d.ts +3 -0
- package/dist/types/icons/check.vue.d.ts.map +1 -0
- package/dist/types/icons/types.d.ts +1 -1
- package/dist/types/icons/types.d.ts.map +1 -1
- package/dist/types/index.d.ts +8 -6
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/utils/useOutsideClick.d.ts +5 -0
- package/dist/types/utils/useOutsideClick.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
interface SelectOption {
|
|
2
|
+
label: string;
|
|
3
|
+
value: string | number;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
}
|
|
6
|
+
type __VLS_Props = {
|
|
7
|
+
options: SelectOption[];
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
searchPlaceholder?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
clearable?: boolean;
|
|
12
|
+
noResultsText?: string;
|
|
13
|
+
dropdownMaxHeightClass?: string;
|
|
14
|
+
tagLimit?: number;
|
|
15
|
+
isTransparent?: boolean;
|
|
16
|
+
searchOnServer?: boolean;
|
|
17
|
+
singleSelect?: boolean;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
20
|
+
modelValue?: Array<string | number> | string | number | null;
|
|
21
|
+
};
|
|
22
|
+
declare var __VLS_1: {
|
|
23
|
+
option: SelectOption;
|
|
24
|
+
}, __VLS_9: {
|
|
25
|
+
option: SelectOption;
|
|
26
|
+
};
|
|
27
|
+
type __VLS_Slots = {} & {
|
|
28
|
+
tag?: (props: typeof __VLS_1) => any;
|
|
29
|
+
} & {
|
|
30
|
+
option?: (props: typeof __VLS_9) => any;
|
|
31
|
+
};
|
|
32
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
|
+
"update:modelValue": (value: string | number | (string | number)[] | null) => any;
|
|
34
|
+
} & {
|
|
35
|
+
search: (payload: string) => any;
|
|
36
|
+
"load-more": () => any;
|
|
37
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
38
|
+
onSearch?: ((payload: string) => any) | undefined;
|
|
39
|
+
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
40
|
+
"onLoad-more"?: (() => any) | undefined;
|
|
41
|
+
}>, {
|
|
42
|
+
disabled: boolean;
|
|
43
|
+
placeholder: string;
|
|
44
|
+
clearable: boolean;
|
|
45
|
+
searchPlaceholder: string;
|
|
46
|
+
noResultsText: string;
|
|
47
|
+
dropdownMaxHeightClass: string;
|
|
48
|
+
tagLimit: number;
|
|
49
|
+
isTransparent: boolean;
|
|
50
|
+
searchOnServer: boolean;
|
|
51
|
+
singleSelect: boolean;
|
|
52
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
53
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
54
|
+
export default _default;
|
|
55
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
56
|
+
new (): {
|
|
57
|
+
$slots: S;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=Select.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/Select/Select.vue"],"names":[],"mappings":"AAmuBA,UAAU,YAAY;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AA6TJ,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CAC5D,CAAC;AAyNF,QAAA,IAAI,OAAO;;CAAU,EAAE,OAAO;;CAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACxC;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA4C9C,QAAA,MAAM,eAAe;;;;;;;;;;cA/kBN,OAAO;iBAFJ,MAAM;eAGR,OAAO;uBAFC,MAAM;mBAGV,MAAM;4BACG,MAAM;cACpB,MAAM;mBACD,OAAO;oBACN,OAAO;kBACT,OAAO;6EAglBxB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/datePicker/DatePicker.vue"],"names":[],"mappings":"AAglBA,OAAO,sCAAsC,CAAC;AAiB9C,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,KAAK,WAAW,GAAG,KAAK,CAAC;AA2ZzB,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;CAC1B,CAAC;;0BArS2B,IAAI,EAAE,GAAG,IAAI,GAAG,IAAI;;;;;;;;;;cAhIpC,OAAO;gBAGL,OAAO;UACb,OAAO;aACJ,OAAO;;
|
|
1
|
+
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/datePicker/DatePicker.vue"],"names":[],"mappings":"AAglBA,OAAO,sCAAsC,CAAC;AAiB9C,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,KAAK,WAAW,GAAG,KAAK,CAAC;AA2ZzB,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;CAC1B,CAAC;;0BArS2B,IAAI,EAAE,GAAG,IAAI,GAAG,IAAI;;;;;;;;;;cAhIpC,OAAO;gBAGL,OAAO;UACb,OAAO;aACJ,OAAO;;AAqtBnB,wBAYG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IconName } from './types';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
name: IconName;
|
|
4
|
-
class?: string
|
|
4
|
+
class?: string | object | Array<string | object>;
|
|
5
5
|
};
|
|
6
6
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/lib/icons/SvgIcon.vue"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAEvC,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,QAAQ,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"SvgIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/lib/icons/SvgIcon.vue"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAEvC,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,QAAQ,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAA;CACjD,CAAC;;AA8DF,wBAMG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=arrow-chevron.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-chevron.vue.d.ts","sourceRoot":"","sources":["../../../src/lib/icons/arrow-chevron.vue"],"names":[],"mappings":";AA4DA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=check.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check.vue.d.ts","sourceRoot":"","sources":["../../../src/lib/icons/check.vue"],"names":[],"mappings":";AA4DA,wBAKG"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const iconNames: readonly ["calendar-default", "calendar-white", "clock-white", "eye", "eye-slash", "search", "x-mark", "dots"];
|
|
1
|
+
export declare const iconNames: readonly ["calendar-default", "calendar-white", "clock-white", "eye", "eye-slash", "search", "x-mark", "dots", "arrow-chevron", "check"];
|
|
2
2
|
export type IconName = (typeof iconNames)[number];
|
|
3
3
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/lib/icons/types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/lib/icons/types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,0IAWZ,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -12,14 +12,16 @@ export { default as CDataPlaceholder } from "./components/ui/CDataPlaceholder/CD
|
|
|
12
12
|
export { default as CLabel } from "./components/ui/CLabel/CLabel.vue";
|
|
13
13
|
export { default as Toast } from "./components/Toast/Toast.vue";
|
|
14
14
|
export { default as ToastsContainer } from "./components/ToastsContainer/ToastsContainer.vue";
|
|
15
|
+
export { default as Select } from "./components/Select/Select.vue";
|
|
15
16
|
export { useToasts } from "./components/ToastsContainer/composables";
|
|
16
17
|
export { formatSelectedRange } from "./components/datePicker/formatSelectedRange";
|
|
17
|
-
export
|
|
18
|
-
export type {
|
|
19
|
-
export type {
|
|
20
|
-
export type {
|
|
21
|
-
export type {
|
|
22
|
-
export type {
|
|
18
|
+
export { useOutsideClick } from "./utils/useOutsideClick";
|
|
19
|
+
export type { ButtonVariant, ButtonSize } from "./components/ui/CButton/types";
|
|
20
|
+
export type { IconButtonVariant } from "./components/ui/CIconButton/types";
|
|
21
|
+
export type { IInputProps, TInputTypes } from "./components/ui/CInput/types";
|
|
22
|
+
export type { ITextareaProps } from "./components/ui/CTextarea/types";
|
|
23
|
+
export type { LabelVariant } from "./components/ui/CLabel/types";
|
|
24
|
+
export type { Tab, AdaptiveTabsProps } from "./components/AdaptiveTabs/types";
|
|
23
25
|
export type { ToastType, ToastProps, ToastLoader, ToastIcon, } from "./components/Toast/types";
|
|
24
26
|
export type { AddToast, Toast as ToastItem, } from "./components/ToastsContainer/composables";
|
|
25
27
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":"AACA,OAAO,wBAAwB,CAAC;AAGhC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,4CAA4C,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,6CAA6C,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AACpG,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,kDAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":"AACA,OAAO,wBAAwB,CAAC;AAGhC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,4CAA4C,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,6CAA6C,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AACpG,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,kDAAkD,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAEnE,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAClF,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAG1D,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAE/E,YAAY,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAE3E,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE7E,YAAY,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAEtE,YAAY,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAEjE,YAAY,EAAE,GAAG,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAE9E,YAAY,EACV,SAAS,EACT,UAAU,EACV,WAAW,EACX,SAAS,GACV,MAAM,0BAA0B,CAAC;AAElC,YAAY,EACV,QAAQ,EACR,KAAK,IAAI,SAAS,GACnB,MAAM,0CAA0C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOutsideClick.d.ts","sourceRoot":"","sources":["../../../src/lib/utils/useOutsideClick.ts"],"names":[],"mappings":"AAAA,wBAAgB,eAAe,CAC7B,SAAS,EAAE,MAAM,WAAW,GAAG,IAAI,EACnC,SAAS,EAAE,MAAM,IAAI,EACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC,WAAW,GAAG,IAAI,CAAC,EAAE,GAAG,IAAI;;;EAwBxD"}
|