orion-design 0.1.58 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -5
- package/dist/LovInput.vue_vue_type_script_setup_true_lang-C__ELopU.js +400 -0
- package/dist/LovInput.vue_vue_type_script_setup_true_lang-C__ELopU.js.map +1 -0
- package/dist/TableSelect.vue_vue_type_script_setup_true_lang-0WMTwNxX.js +310 -0
- package/dist/TableSelect.vue_vue_type_script_setup_true_lang-0WMTwNxX.js.map +1 -0
- package/dist/Throne/hooks/use-throne-context.js.map +1 -1
- package/dist/components/Button/index.d.ts +2 -41
- package/dist/components/Button/index.js.map +1 -1
- package/dist/components/Card/index.d.ts +1 -3
- package/dist/components/Edittable/Edittable.d.ts +99 -0
- package/dist/components/Edittable/columns/EdittableCellButton.d.ts +13 -0
- package/dist/components/Edittable/columns/EdittableColumnButtongroup.d.ts +28 -0
- package/dist/components/Edittable/columns/EdittableColumnCheckbox.d.ts +35 -0
- package/dist/components/Edittable/columns/EdittableColumnDate.d.ts +51 -0
- package/dist/components/Edittable/columns/EdittableColumnDiy.d.ts +25 -0
- package/dist/components/Edittable/columns/EdittableColumnIndex.d.ts +5 -0
- package/dist/components/Edittable/columns/EdittableColumnLov.d.ts +46 -0
- package/dist/components/Edittable/columns/EdittableColumnMultiselect.d.ts +67 -0
- package/dist/components/Edittable/columns/EdittableColumnNumber.d.ts +87 -0
- package/dist/components/Edittable/columns/EdittableColumnSingleselect.d.ts +67 -0
- package/dist/components/Edittable/columns/EdittableColumnString.d.ts +41 -0
- package/dist/components/Edittable/columns/EdittableColumngroup.d.ts +14 -0
- package/dist/components/Edittable/hooks/useColumns.d.ts +1 -0
- package/dist/components/Edittable/hooks/useColumns.js +175 -0
- package/dist/components/Edittable/hooks/useColumns.js.map +1 -0
- package/dist/components/Edittable/index.d.ts +121 -0
- package/dist/components/Edittable/index.js +929 -0
- package/dist/components/Edittable/index.js.map +1 -0
- package/dist/components/Edittable/utils/index.d.ts +15 -0
- package/dist/components/Edittable/utils/index.js +66 -0
- package/dist/components/Edittable/utils/index.js.map +1 -0
- package/dist/components/Form/Checkbox/Checkbox.d.ts +3 -9
- package/dist/components/Form/Checkbox/Checkbox.vue.d.ts +2 -6
- package/dist/components/Form/CheckboxGroup/CheckboxGroup.d.ts +3 -14
- package/dist/components/Form/CheckboxGroup/CheckboxGroup.vue.d.ts +2 -2
- package/dist/components/Form/DateInput/DateInput.d.ts +3 -17
- package/dist/components/Form/DateInput/DateInput.vue.d.ts +2 -2
- package/dist/components/Form/DiyItem/DiyItem.d.ts +1 -1
- package/dist/components/Form/FileInput/FileInput.d.ts +3 -10
- package/dist/components/Form/FileInput/FileInput.vue.d.ts +2 -468
- package/dist/components/Form/Form.d.ts +8 -0
- package/dist/components/Form/Form.js.map +1 -1
- package/dist/components/Form/Form.vue.d.ts +4 -72
- package/dist/components/Form/LovInput/LovInput.d.ts +4 -21
- package/dist/components/Form/LovInput/LovInput.js +1 -4
- package/dist/components/Form/LovInput/LovInput.js.map +1 -1
- package/dist/components/Form/LovInput/LovInput.vue.d.ts +3 -26795
- package/dist/components/Form/LovInput/index.d.ts +0 -1
- package/dist/components/Form/LovInput/index.js +1 -6
- package/dist/components/Form/LovInput/index.js.map +1 -1
- package/dist/components/Form/MultiSelect/MultiSelect.d.ts +3 -17
- package/dist/components/Form/MultiSelect/MultiSelect.vue.d.ts +2 -2
- package/dist/components/Form/NumberInput/NumberInput.d.ts +3 -19
- package/dist/components/Form/NumberInput/NumberInput.vue.d.ts +2 -2
- package/dist/components/Form/PasswordInput/PasswordInput.d.ts +3 -13
- package/dist/components/Form/PasswordInput/PasswordInput.vue.d.ts +2 -2
- package/dist/components/Form/RadioGroup/RadioGroup.d.ts +3 -14
- package/dist/components/Form/RadioGroup/RadioGroup.vue.d.ts +2 -2
- package/dist/components/Form/SingleSelect/SingleSelect.d.ts +3 -17
- package/dist/components/Form/SingleSelect/SingleSelect.vue.d.ts +2 -2
- package/dist/components/Form/StringInput/StringInput.d.ts +3 -13
- package/dist/components/Form/StringInput/StringInput.vue.d.ts +2 -2
- package/dist/components/Form/Switch/Switch.d.ts +3 -9
- package/dist/components/Form/Switch/Switch.vue.d.ts +2 -6
- package/dist/components/Form/TableSelect/TableSelect.d.ts +3 -26
- package/dist/components/Form/TableSelect/TableSelect.js +1 -4
- package/dist/components/Form/TableSelect/TableSelect.js.map +1 -1
- package/dist/components/Form/TableSelect/TableSelect.vue.d.ts +3 -26799
- package/dist/components/Form/TableSelect/index.d.ts +0 -1
- package/dist/components/Form/TableSelect/index.js +1 -6
- package/dist/components/Form/TableSelect/index.js.map +1 -1
- package/dist/components/Form/Textarea/Textarea.d.ts +3 -14
- package/dist/components/Form/Textarea/Textarea.vue.d.ts +2 -2
- package/dist/components/Form/hooks/index.d.ts +2 -6
- package/dist/components/Form/hooks/index.js +31 -79
- package/dist/components/Form/hooks/index.js.map +1 -1
- package/dist/components/Form/index.d.ts +3 -39
- package/dist/components/Form/index.js +391 -628
- package/dist/components/Form/index.js.map +1 -1
- package/dist/components/Icon/Icon.vue.d.ts +15 -1
- package/dist/components/Icon/index.d.ts +22 -4
- package/dist/components/Icon/index.js +24 -15
- package/dist/components/Icon/index.js.map +1 -1
- package/dist/components/Input/Checkbox/Checkbox.d.ts +3 -0
- package/dist/components/Input/Checkbox/Checkbox.js +2 -0
- package/dist/components/Input/Checkbox/Checkbox.js.map +1 -0
- package/dist/components/Input/Checkbox/Checkbox.vue.d.ts +14 -0
- package/dist/components/Input/Checkbox/index.d.ts +1 -0
- package/dist/components/Input/Checkbox/index.js +2 -0
- package/dist/components/Input/Checkbox/index.js.map +1 -0
- package/dist/components/Input/CheckboxGroup/CheckboxGroup.d.ts +7 -0
- package/dist/components/Input/CheckboxGroup/CheckboxGroup.js +2 -0
- package/dist/components/Input/CheckboxGroup/CheckboxGroup.js.map +1 -0
- package/dist/components/Input/CheckboxGroup/CheckboxGroup.vue.d.ts +14 -0
- package/dist/components/Input/CheckboxGroup/index.d.ts +1 -0
- package/dist/components/Input/CheckboxGroup/index.js +2 -0
- package/dist/components/Input/CheckboxGroup/index.js.map +1 -0
- package/dist/components/Input/DateInput/DateInput.d.ts +10 -0
- package/dist/components/Input/DateInput/DateInput.js +2 -0
- package/dist/components/Input/DateInput/DateInput.js.map +1 -0
- package/dist/components/Input/DateInput/DateInput.vue.d.ts +11 -0
- package/dist/components/Input/DateInput/index.d.ts +1 -0
- package/dist/components/Input/DateInput/index.js +2 -0
- package/dist/components/Input/DateInput/index.js.map +1 -0
- package/dist/components/Input/FileInput/FileInput.d.ts +3 -0
- package/dist/components/Input/FileInput/FileInput.js +2 -0
- package/dist/components/Input/FileInput/FileInput.js.map +1 -0
- package/dist/components/Input/FileInput/FileInput.vue.d.ts +380 -0
- package/dist/components/Input/FileInput/index.d.ts +1 -0
- package/dist/components/Input/FileInput/index.js +2 -0
- package/dist/components/Input/FileInput/index.js.map +1 -0
- package/dist/components/Input/LovInput/LovInput.d.ts +14 -0
- package/dist/components/Input/LovInput/LovInput.js +5 -0
- package/dist/components/Input/LovInput/LovInput.js.map +1 -0
- package/dist/components/Input/LovInput/LovInput.vue.d.ts +26548 -0
- package/dist/components/Input/LovInput/hooks/useLov.js.map +1 -0
- package/dist/components/Input/LovInput/index.d.ts +2 -0
- package/dist/components/Input/LovInput/index.js +7 -0
- package/dist/components/Input/LovInput/index.js.map +1 -0
- package/dist/components/Input/MultiSelect/MultiSelect.d.ts +10 -0
- package/dist/components/Input/MultiSelect/MultiSelect.js +2 -0
- package/dist/components/Input/MultiSelect/MultiSelect.js.map +1 -0
- package/dist/components/Input/MultiSelect/MultiSelect.vue.d.ts +14 -0
- package/dist/components/Input/MultiSelect/index.d.ts +1 -0
- package/dist/components/Input/MultiSelect/index.js +2 -0
- package/dist/components/Input/MultiSelect/index.js.map +1 -0
- package/dist/components/Input/NumberInput/NumberInput.d.ts +12 -0
- package/dist/components/Input/NumberInput/NumberInput.js +2 -0
- package/dist/components/Input/NumberInput/NumberInput.js.map +1 -0
- package/dist/components/Input/NumberInput/NumberInput.vue.d.ts +28 -0
- package/dist/components/Input/NumberInput/index.d.ts +1 -0
- package/dist/components/Input/NumberInput/index.js +2 -0
- package/dist/components/Input/NumberInput/index.js.map +1 -0
- package/dist/components/Input/PasswordInput/PasswordInput.d.ts +6 -0
- package/dist/components/Input/PasswordInput/PasswordInput.js +2 -0
- package/dist/components/Input/PasswordInput/PasswordInput.js.map +1 -0
- package/dist/components/Input/PasswordInput/PasswordInput.vue.d.ts +11 -0
- package/dist/components/Input/PasswordInput/index.d.ts +1 -0
- package/dist/components/Input/PasswordInput/index.js +2 -0
- package/dist/components/Input/PasswordInput/index.js.map +1 -0
- package/dist/components/Input/RadioGroup/RadioGroup.d.ts +7 -0
- package/dist/components/Input/RadioGroup/RadioGroup.js +2 -0
- package/dist/components/Input/RadioGroup/RadioGroup.js.map +1 -0
- package/dist/components/Input/RadioGroup/RadioGroup.vue.d.ts +14 -0
- package/dist/components/Input/RadioGroup/index.d.ts +1 -0
- package/dist/components/Input/RadioGroup/index.js +2 -0
- package/dist/components/Input/RadioGroup/index.js.map +1 -0
- package/dist/components/Input/SingleSelect/SingleSelect.d.ts +10 -0
- package/dist/components/Input/SingleSelect/SingleSelect.js +2 -0
- package/dist/components/Input/SingleSelect/SingleSelect.js.map +1 -0
- package/dist/components/Input/SingleSelect/SingleSelect.vue.d.ts +14 -0
- package/dist/components/Input/SingleSelect/index.d.ts +1 -0
- package/dist/components/Input/SingleSelect/index.js +2 -0
- package/dist/components/Input/SingleSelect/index.js.map +1 -0
- package/dist/components/Input/StringInput/StringInput.d.ts +6 -0
- package/dist/components/Input/StringInput/StringInput.js +2 -0
- package/dist/components/Input/StringInput/StringInput.js.map +1 -0
- package/dist/components/Input/StringInput/StringInput.vue.d.ts +28 -0
- package/dist/components/Input/StringInput/index.d.ts +1 -0
- package/dist/components/Input/StringInput/index.js +2 -0
- package/dist/components/Input/StringInput/index.js.map +1 -0
- package/dist/components/Input/Switch/Switch.d.ts +3 -0
- package/dist/components/Input/Switch/Switch.js +2 -0
- package/dist/components/Input/Switch/Switch.js.map +1 -0
- package/dist/components/Input/Switch/Switch.vue.d.ts +14 -0
- package/dist/components/Input/Switch/index.d.ts +1 -0
- package/dist/components/Input/Switch/index.js +2 -0
- package/dist/components/Input/Switch/index.js.map +1 -0
- package/dist/components/Input/TableSelect/TableSelect.d.ts +19 -0
- package/dist/components/Input/TableSelect/TableSelect.js +5 -0
- package/dist/components/Input/TableSelect/TableSelect.js.map +1 -0
- package/dist/components/Input/TableSelect/TableSelect.vue.d.ts +26546 -0
- package/dist/components/Input/TableSelect/hooks/useTableSelect.js.map +1 -0
- package/dist/components/Input/TableSelect/index.d.ts +2 -0
- package/dist/components/Input/TableSelect/index.js +7 -0
- package/dist/components/Input/TableSelect/index.js.map +1 -0
- package/dist/components/Input/Textarea/Textarea.d.ts +7 -0
- package/dist/components/Input/Textarea/Textarea.js +2 -0
- package/dist/components/Input/Textarea/Textarea.js.map +1 -0
- package/dist/components/Input/Textarea/Textarea.vue.d.ts +11 -0
- package/dist/components/Input/Textarea/index.d.ts +1 -0
- package/dist/components/Input/Textarea/index.js +2 -0
- package/dist/components/Input/Textarea/index.js.map +1 -0
- package/dist/components/Input/hooks/index.d.ts +3 -0
- package/dist/components/Input/hooks/index.js +25 -0
- package/dist/components/Input/hooks/index.js.map +1 -0
- package/dist/components/Input/index.d.ts +27166 -0
- package/dist/components/Input/index.js +32 -0
- package/dist/components/Input/index.js.map +1 -0
- package/dist/components/Input/utils/index.js.map +1 -0
- package/dist/components/LovTable/LovPagetable.vue.d.ts +2 -154
- package/dist/components/LovTable/LovQuerytable.vue.d.ts +2 -98
- package/dist/components/LovTable/index.d.ts +4 -139
- package/dist/components/LovTable/index.js +4 -3
- package/dist/components/LovTable/index.js.map +1 -1
- package/dist/components/Pagetable/hooks/useColumns.js +33 -29
- package/dist/components/Pagetable/hooks/useColumns.js.map +1 -1
- package/dist/components/Pagetable/index.js +347 -314
- package/dist/components/Pagetable/index.js.map +1 -1
- package/dist/components/Querytable/hooks/useColumns.js +12 -8
- package/dist/components/Querytable/hooks/useColumns.js.map +1 -1
- package/dist/components/Querytable/index.js +276 -243
- package/dist/components/Querytable/index.js.map +1 -1
- package/dist/components/TableSelectPagetable/TableSelectPagetable.vue.d.ts +2 -154
- package/dist/components/TableSelectPagetable/index.d.ts +2 -82
- package/dist/components/TableSelectPagetable/index.js +28 -26
- package/dist/components/TableSelectPagetable/index.js.map +1 -1
- package/dist/components/Tabs/index.js +2 -2
- package/dist/components/Tooltip/index.d.ts +8993 -0
- package/dist/components/Tooltip/index.js +12 -0
- package/dist/components/Tooltip/index.js.map +1 -0
- package/dist/components/Tree/Tree.vue.d.ts +2 -160
- package/dist/components/Tree/index.d.ts +2 -84
- package/dist/components/_util/dom/element.js +1 -1
- package/dist/components/_util/dom/style.js +1 -1
- package/dist/components/_util/error.js +1 -1
- package/dist/components/_util/functions.js +1 -1
- package/dist/components/_util/index.js +1 -1
- package/dist/components/_util/objects.js +1 -1
- package/dist/components/_util/strings.js +2 -2
- package/dist/components/_util/types.js +2 -2
- package/dist/components/_util/vue/icon.js +10 -10
- package/dist/components/_util/vue/install.js +1 -1
- package/dist/components/_util/vue/props/runtime.js +1 -1
- package/dist/components/_util/vue/refs.js +1 -1
- package/dist/components/_util/vue/vnode.js +1 -1
- package/dist/components/components.d.ts +3 -0
- package/dist/components/components.js +48 -29
- package/dist/components/components.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +66 -47
- package/dist/components/index.js.map +1 -1
- package/dist/components-D1sXVvN9.js +73 -0
- package/dist/components-D1sXVvN9.js.map +1 -0
- package/dist/{functions-DzLqXvGt.js → functions-LOH6x_02.js} +2 -2
- package/dist/functions-LOH6x_02.js.map +1 -0
- package/dist/icon/index.d.ts +1 -0
- package/dist/icon/index.js +297 -0
- package/dist/icon/index.js.map +1 -0
- package/dist/index-CIR6wX_E.js +4885 -0
- package/dist/{index-Bm0F5NQQ.js.map → index-CIR6wX_E.js.map} +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +69 -50
- package/dist/index.js.map +1 -1
- package/dist/utils/functions.js +1 -1
- package/dist/version/version.d.ts +1 -1
- package/dist/version/version.js +1 -1
- package/dist/version/version.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/Form/LovInput/hooks/useLov.js.map +0 -1
- package/dist/components/Form/TableSelect/hooks/useTableSelect.js.map +0 -1
- package/dist/components/Form/utils/index.js.map +0 -1
- package/dist/components-BZKLgLQx.js +0 -54
- package/dist/components-BZKLgLQx.js.map +0 -1
- package/dist/functions-DzLqXvGt.js.map +0 -1
- package/dist/index-Bm0F5NQQ.js +0 -224
- /package/dist/components/{Form → Input}/LovInput/hooks/useLov.d.ts +0 -0
- /package/dist/components/{Form → Input}/LovInput/hooks/useLov.js +0 -0
- /package/dist/components/{Form → Input}/TableSelect/hooks/useTableSelect.d.ts +0 -0
- /package/dist/components/{Form → Input}/TableSelect/hooks/useTableSelect.js +0 -0
- /package/dist/components/{Form → Input}/utils/index.d.ts +0 -0
- /package/dist/components/{Form → Input}/utils/index.js +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"useLov.js","sources":["../../../../../src/components/Input/LovInput/hooks/useLov.ts"],"sourcesContent":["import { inject } from 'vue'\r\nimport { lovContextKey } from '../LovInput'\r\n\r\nexport default function useLov() {\r\n return inject(lovContextKey)\r\n}\r\n"],"names":["useLov","inject","lovContextKey"],"mappings":";;AAGA,SAAwBA,IAAS;AAC/B,SAAOC,EAAOC,CAAa;AAC7B;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"MultiSelect.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { MultiSelectProps } from './MultiSelect';
|
2
|
+
declare let __VLS_typeProps: MultiSelectProps;
|
3
|
+
type __VLS_PublicProps = {
|
4
|
+
modelValue?: string;
|
5
|
+
} & typeof __VLS_typeProps;
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
7
|
+
"update:modelValue": (modelValue: string) => any;
|
8
|
+
} & {
|
9
|
+
change: (value: string) => any;
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
11
|
+
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
12
|
+
onChange?: ((value: string) => any) | undefined;
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
14
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './MultiSelect';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
export interface NumberInputProps {
|
2
|
+
placeholder?: string;
|
3
|
+
disabled?: boolean;
|
4
|
+
readonly?: boolean;
|
5
|
+
min?: number;
|
6
|
+
max?: number;
|
7
|
+
step?: number;
|
8
|
+
stepStrictly?: boolean;
|
9
|
+
precision?: number;
|
10
|
+
controls?: boolean;
|
11
|
+
controlsPosition?: '' | 'right';
|
12
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"NumberInput.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { NumberInputProps } from './NumberInput';
|
2
|
+
declare let __VLS_typeProps: NumberInputProps;
|
3
|
+
type __VLS_PublicProps = {
|
4
|
+
modelValue?: number;
|
5
|
+
} & typeof __VLS_typeProps;
|
6
|
+
declare function __VLS_template(): {
|
7
|
+
slots: {
|
8
|
+
"decrease-icon"?(_: {}): any;
|
9
|
+
"increase-icon"?(_: {}): any;
|
10
|
+
prefix?(_: {}): any;
|
11
|
+
suffix?(_: {}): any;
|
12
|
+
};
|
13
|
+
refs: {};
|
14
|
+
attrs: Partial<{}>;
|
15
|
+
};
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
18
|
+
"update:modelValue": (modelValue: number) => any;
|
19
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
20
|
+
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
23
|
+
export default _default;
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
25
|
+
new (): {
|
26
|
+
$slots: S;
|
27
|
+
};
|
28
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './NumberInput';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"PasswordInput.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { PasswordInputProps } from './PasswordInput';
|
2
|
+
declare let __VLS_typeProps: PasswordInputProps;
|
3
|
+
type __VLS_PublicProps = {
|
4
|
+
modelValue?: string;
|
5
|
+
} & typeof __VLS_typeProps;
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
7
|
+
"update:modelValue": (modelValue: string) => any;
|
8
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
9
|
+
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
11
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './PasswordInput';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RadioGroup.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { RadioGroupProps } from './RadioGroup';
|
2
|
+
declare let __VLS_typeProps: RadioGroupProps;
|
3
|
+
type __VLS_PublicProps = {
|
4
|
+
modelValue?: string;
|
5
|
+
} & typeof __VLS_typeProps;
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
7
|
+
"update:modelValue": (modelValue: string) => any;
|
8
|
+
} & {
|
9
|
+
change: (value: string) => any;
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
11
|
+
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
12
|
+
onChange?: ((value: string) => any) | undefined;
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
14
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './RadioGroup';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SingleSelect.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { SingleSelectProps } from './SingleSelect';
|
2
|
+
declare let __VLS_typeProps: SingleSelectProps;
|
3
|
+
type __VLS_PublicProps = {
|
4
|
+
modelValue?: string;
|
5
|
+
} & typeof __VLS_typeProps;
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
7
|
+
"update:modelValue": (modelValue: string) => any;
|
8
|
+
} & {
|
9
|
+
change: (value: string) => any;
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
11
|
+
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
12
|
+
onChange?: ((value: string) => any) | undefined;
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
14
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './SingleSelect';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"StringInput.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { StringInputProps } from './StringInput';
|
2
|
+
declare let __VLS_typeProps: StringInputProps;
|
3
|
+
type __VLS_PublicProps = {
|
4
|
+
modelValue?: string;
|
5
|
+
} & typeof __VLS_typeProps;
|
6
|
+
declare function __VLS_template(): {
|
7
|
+
slots: {
|
8
|
+
prefix?(_: {}): any;
|
9
|
+
suffix?(_: {}): any;
|
10
|
+
prepend?(_: {}): any;
|
11
|
+
append?(_: {}): any;
|
12
|
+
};
|
13
|
+
refs: {};
|
14
|
+
attrs: Partial<{}>;
|
15
|
+
};
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
18
|
+
"update:modelValue": (modelValue: string) => any;
|
19
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
20
|
+
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
23
|
+
export default _default;
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
25
|
+
new (): {
|
26
|
+
$slots: S;
|
27
|
+
};
|
28
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './StringInput';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Switch.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { SwitchProps } from './Switch';
|
2
|
+
declare let __VLS_typeProps: SwitchProps;
|
3
|
+
type __VLS_PublicProps = {
|
4
|
+
modelValue?: string;
|
5
|
+
} & typeof __VLS_typeProps;
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
7
|
+
"update:modelValue": (modelValue: string) => any;
|
8
|
+
} & {
|
9
|
+
change: (value: "0" | "1") => any;
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
11
|
+
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
12
|
+
onChange?: ((value: "0" | "1") => any) | undefined;
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
14
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './Switch';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { InjectionKey } from 'vue';
|
2
|
+
export interface TableSelectProps {
|
3
|
+
maxlength?: string | number;
|
4
|
+
placeholder?: string;
|
5
|
+
disabled?: boolean;
|
6
|
+
readonly?: boolean;
|
7
|
+
pick: string | string[];
|
8
|
+
tag: (row: any) => string;
|
9
|
+
}
|
10
|
+
export type RowCompletionProvider = (data: any[] | undefined) => Promise<any[] | undefined>;
|
11
|
+
export interface TableSelectContext {
|
12
|
+
inputValue: any;
|
13
|
+
selection: any[] | undefined;
|
14
|
+
onSelect: (selection: any[], clear?: boolean) => void;
|
15
|
+
selectDone: () => void;
|
16
|
+
tag: (row: any) => string;
|
17
|
+
registerRowCompletionProvider: (provider: RowCompletionProvider) => void;
|
18
|
+
}
|
19
|
+
export declare const tableSelectContext: InjectionKey<TableSelectContext>;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TableSelect.js","sources":["../../../../src/components/Input/TableSelect/TableSelect.ts"],"sourcesContent":["import { InjectionKey } from 'vue'\r\n\r\nexport interface TableSelectProps {\r\n maxlength?: string | number\r\n placeholder?: string\r\n disabled?: boolean\r\n readonly?: boolean\r\n pick: string | string[]\r\n tag: (row: any) => string\r\n}\r\n\r\nexport type RowCompletionProvider = (data: any[] | undefined) => Promise<any[] | undefined>\r\n\r\nexport interface TableSelectContext {\r\n inputValue: any\r\n selection: any[] | undefined\r\n onSelect: (selection: any[], clear?: boolean) => void\r\n selectDone: () => void\r\n tag: (row: any) => string\r\n registerRowCompletionProvider: (provider: RowCompletionProvider) => void\r\n}\r\n\r\nexport const tableSelectContext: InjectionKey<TableSelectContext> = Symbol('tableSelectContext')\r\n"],"names":["tableSelectContext"],"mappings":"AAsBa,MAAAA,IAAuD,OAAO,oBAAoB;"}
|