portalcash-shared 1.0.3
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/PUBLISHING.md +158 -0
- package/README.md +175 -0
- package/dist/adjunto.svg +9 -0
- package/dist/auto-imports.d.ts +99 -0
- package/dist/components/operations/BalanceCard.stories.d.ts +12 -0
- package/dist/components/operations/BalanceCard.stories.d.ts.map +1 -0
- package/dist/components/operations/DetailsCard.vue.d.ts +33 -0
- package/dist/components/operations/DetailsCard.vue.d.ts.map +1 -0
- package/dist/components/operations/PaymentDocument.vue.d.ts +48 -0
- package/dist/components/operations/PaymentDocument.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomButton.stories.d.ts +16 -0
- package/dist/components/ui/CustomButton.stories.d.ts.map +1 -0
- package/dist/components/ui/CustomButton.vue.d.ts +80 -0
- package/dist/components/ui/CustomButton.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomCardCountry.vue.d.ts +30 -0
- package/dist/components/ui/CustomCardCountry.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomDatePicker.vue.d.ts +18 -0
- package/dist/components/ui/CustomDatePicker.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomDialog.stories.d.ts +10 -0
- package/dist/components/ui/CustomDialog.stories.d.ts.map +1 -0
- package/dist/components/ui/CustomDialog.vue.d.ts +38 -0
- package/dist/components/ui/CustomDialog.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomInfoOperationTable.vue.d.ts +116 -0
- package/dist/components/ui/CustomInfoOperationTable.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomInput.stories.d.ts +15 -0
- package/dist/components/ui/CustomInput.stories.d.ts.map +1 -0
- package/dist/components/ui/CustomInput.vue.d.ts +165 -0
- package/dist/components/ui/CustomInput.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomModalConfirm.vue.d.ts +35 -0
- package/dist/components/ui/CustomModalConfirm.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomModalInfoTable.vue.d.ts +18 -0
- package/dist/components/ui/CustomModalInfoTable.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomMultiButton.vue.d.ts +11 -0
- package/dist/components/ui/CustomMultiButton.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomPersonalData.vue.d.ts +7 -0
- package/dist/components/ui/CustomPersonalData.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomSelect.stories.d.ts +14 -0
- package/dist/components/ui/CustomSelect.stories.d.ts.map +1 -0
- package/dist/components/ui/CustomShowDetailsOperation.vue.d.ts +96 -0
- package/dist/components/ui/CustomShowDetailsOperation.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomUploadExcel.vue.d.ts +33 -0
- package/dist/components/ui/CustomUploadExcel.vue.d.ts.map +1 -0
- package/dist/components/ui/MainCard.vue.d.ts +18 -0
- package/dist/components/ui/MainCard.vue.d.ts.map +1 -0
- package/dist/components/ui/MainTable.stories.d.ts +9 -0
- package/dist/components/ui/MainTable.stories.d.ts.map +1 -0
- package/dist/components/ui/ModalAutorization.vue.d.ts +53 -0
- package/dist/components/ui/ModalAutorization.vue.d.ts.map +1 -0
- package/dist/components/ui/ModalAutorizationOperation.vue.d.ts +63 -0
- package/dist/components/ui/ModalAutorizationOperation.vue.d.ts.map +1 -0
- package/dist/components/ui/UploadFileDialog.vue.d.ts +36 -0
- package/dist/components/ui/UploadFileDialog.vue.d.ts.map +1 -0
- package/dist/composables/useFeatureFlags.d.ts +6 -0
- package/dist/composables/useFeatureFlags.d.ts.map +1 -0
- package/dist/composables/useFormatPrice.d.ts +4 -0
- package/dist/composables/useFormatPrice.d.ts.map +1 -0
- package/dist/currencyIcon/clp.svg +11 -0
- package/dist/currencyIcon/eur.svg +11 -0
- package/dist/currencyIcon/usd.svg +52 -0
- package/dist/data/accountData.json.d.ts +29 -0
- package/dist/data/accountOriginData.json.d.ts +17 -0
- package/dist/data/banksCrediCorpData.json.d.ts +51 -0
- package/dist/data/clientAmountData.json.d.ts +69 -0
- package/dist/data/clientTypeData.json.d.ts +21 -0
- package/dist/data/companyData.json.d.ts +236 -0
- package/dist/data/companyList.json.d.ts +103 -0
- package/dist/data/countryList.json.d.ts +247 -0
- package/dist/data/currencyData.json.d.ts +21 -0
- package/dist/data/heritageCharData.json.d.ts +55 -0
- package/dist/data/movementTypeData.json.d.ts +27 -0
- package/dist/data/myAccountList.json.d.ts +776 -0
- package/dist/data/myLastMovement.json.d.ts +250 -0
- package/dist/data/myMovementsContributionsData.json.d.ts +145 -0
- package/dist/data/myMovementsData.json.d.ts +102 -0
- package/dist/data/myMovementsForexData.json.d.ts +94 -0
- package/dist/data/operationStatusMovementData.json.d.ts +21 -0
- package/dist/data/operationTypeMovementData.json.d.ts +41 -0
- package/dist/data/paymentMethods.json.d.ts +12 -0
- package/dist/data/pendingTransfersData.json.d.ts +324 -0
- package/dist/data/representativeList.json.d.ts +219 -0
- package/dist/data/surveyData.json.d.ts +15 -0
- package/dist/data/transferData.json.d.ts +87 -0
- package/dist/favicon.ico +0 -0
- package/dist/index.d.ts +74 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +44953 -0
- package/dist/index.es.js.map +1 -0
- package/dist/index.umd.js +4545 -0
- package/dist/index.umd.js.map +1 -0
- package/dist/plantillas/CLP.xlsx +0 -0
- package/dist/plantillas/EUR.xlsx +0 -0
- package/dist/plantillas/USD.xlsx +0 -0
- package/dist/plantillas/carta_de_transferencia.png +0 -0
- package/dist/plugins/frontAwesome.d.ts +3 -0
- package/dist/plugins/frontAwesome.d.ts.map +1 -0
- package/dist/plugins/primeVue.d.ts +2 -0
- package/dist/plugins/primeVue.d.ts.map +1 -0
- package/dist/service/account/accountTypeService.d.ts +5 -0
- package/dist/service/account/accountTypeService.d.ts.map +1 -0
- package/dist/service/account/types.d.ts +5 -0
- package/dist/service/account/types.d.ts.map +1 -0
- package/dist/service/analyst/analystService.d.ts +7 -0
- package/dist/service/analyst/analystService.d.ts.map +1 -0
- package/dist/service/analyst/types.d.ts +86 -0
- package/dist/service/analyst/types.d.ts.map +1 -0
- package/dist/service/azureB2CConfig.d.ts +3 -0
- package/dist/service/azureB2CConfig.d.ts.map +1 -0
- package/dist/service/beneficiary/beneficiaryService.d.ts +13 -0
- package/dist/service/beneficiary/beneficiaryService.d.ts.map +1 -0
- package/dist/service/beneficiary/types.d.ts +90 -0
- package/dist/service/beneficiary/types.d.ts.map +1 -0
- package/dist/service/clientType/clientTypeService.d.ts +5 -0
- package/dist/service/clientType/clientTypeService.d.ts.map +1 -0
- package/dist/service/clientType/types.d.ts +5 -0
- package/dist/service/clientType/types.d.ts.map +1 -0
- package/dist/service/config/UrlConfig.d.ts +12 -0
- package/dist/service/config/UrlConfig.d.ts.map +1 -0
- package/dist/service/currencyType/currencyService.d.ts +5 -0
- package/dist/service/currencyType/currencyService.d.ts.map +1 -0
- package/dist/service/currencyType/types.d.ts +6 -0
- package/dist/service/currencyType/types.d.ts.map +1 -0
- package/dist/service/general/accountOriginService.d.ts +7 -0
- package/dist/service/general/accountOriginService.d.ts.map +1 -0
- package/dist/service/general/banksCrediCorpService.d.ts +7 -0
- package/dist/service/general/banksCrediCorpService.d.ts.map +1 -0
- package/dist/service/general/clientAmountService.d.ts +5 -0
- package/dist/service/general/clientAmountService.d.ts.map +1 -0
- package/dist/service/general/countryService.d.ts +7 -0
- package/dist/service/general/countryService.d.ts.map +1 -0
- package/dist/service/general/movementTypeService.d.ts +7 -0
- package/dist/service/general/movementTypeService.d.ts.map +1 -0
- package/dist/service/general/operationService.d.ts +7 -0
- package/dist/service/general/operationService.d.ts.map +1 -0
- package/dist/service/general/paymentMethodsService.d.ts +7 -0
- package/dist/service/general/paymentMethodsService.d.ts.map +1 -0
- package/dist/service/general/surveyService.d.ts +7 -0
- package/dist/service/general/surveyService.d.ts.map +1 -0
- package/dist/service/general/transactionService.d.ts +10 -0
- package/dist/service/general/transactionService.d.ts.map +1 -0
- package/dist/service/general/types.d.ts +46 -0
- package/dist/service/general/types.d.ts.map +1 -0
- package/dist/service/heritage/heritageChartService.d.ts +7 -0
- package/dist/service/heritage/heritageChartService.d.ts.map +1 -0
- package/dist/service/heritage/heritageService.d.ts +7 -0
- package/dist/service/heritage/heritageService.d.ts.map +1 -0
- package/dist/service/heritage/types.d.ts +61 -0
- package/dist/service/heritage/types.d.ts.map +1 -0
- package/dist/service/myMovement/myMovementService.d.ts +26 -0
- package/dist/service/myMovement/myMovementService.d.ts.map +1 -0
- package/dist/service/myMovement/type.d.ts +71 -0
- package/dist/service/myMovement/type.d.ts.map +1 -0
- package/dist/service/representative/representativeService.d.ts +8 -0
- package/dist/service/representative/representativeService.d.ts.map +1 -0
- package/dist/service/representative/types.d.ts +12 -0
- package/dist/service/representative/types.d.ts.map +1 -0
- package/dist/service/signalr.d.ts +1 -0
- package/dist/service/signalr.d.ts.map +1 -0
- package/dist/service/transfer/transferService.d.ts +12 -0
- package/dist/service/transfer/transferService.d.ts.map +1 -0
- package/dist/service/transfer/type.d.ts +60 -0
- package/dist/service/transfer/type.d.ts.map +1 -0
- package/dist/service/types.d.ts +12 -0
- package/dist/service/types.d.ts.map +1 -0
- package/dist/service/userAuth/types.d.ts +23 -0
- package/dist/service/userAuth/types.d.ts.map +1 -0
- package/dist/service/userAuth/userAuthService.d.ts +6 -0
- package/dist/service/userAuth/userAuthService.d.ts.map +1 -0
- package/dist/service/utils.d.ts +47 -0
- package/dist/service/utils.d.ts.map +1 -0
- package/dist/service/webSocketConnection.d.ts +11 -0
- package/dist/service/webSocketConnection.d.ts.map +1 -0
- package/dist/stores/accountsStore.d.ts +17 -0
- package/dist/stores/accountsStore.d.ts.map +1 -0
- package/dist/stores/authStore.d.ts +210 -0
- package/dist/stores/authStore.d.ts.map +1 -0
- package/dist/stores/clientTypeStore.d.ts +17 -0
- package/dist/stores/clientTypeStore.d.ts.map +1 -0
- package/dist/stores/companyStore.d.ts +23 -0
- package/dist/stores/companyStore.d.ts.map +1 -0
- package/dist/stores/currencyTypeStore.d.ts +21 -0
- package/dist/stores/currencyTypeStore.d.ts.map +1 -0
- package/dist/stores/index.d.ts +7 -0
- package/dist/stores/index.d.ts.map +1 -0
- package/dist/stores/themeStore.d.ts +11 -0
- package/dist/stores/themeStore.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/svg.d.ts +36 -0
- package/dist/utils/base64Transformer.d.ts +2 -0
- package/dist/utils/base64Transformer.d.ts.map +1 -0
- package/dist/utils/validation.d.ts +4 -0
- package/dist/utils/validation.d.ts.map +1 -0
- package/package.json +131 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
visible: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
data: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
imageUrl: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
};
|
|
14
|
+
operationType: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
required: false;
|
|
17
|
+
default: number;
|
|
18
|
+
};
|
|
19
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
|
+
"update:visible": (...args: any[]) => void;
|
|
21
|
+
handleSaveDocument: (...args: any[]) => void;
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
23
|
+
visible: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
data: {
|
|
28
|
+
type: ObjectConstructor;
|
|
29
|
+
required: false;
|
|
30
|
+
};
|
|
31
|
+
imageUrl: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
required: false;
|
|
34
|
+
};
|
|
35
|
+
operationType: {
|
|
36
|
+
type: NumberConstructor;
|
|
37
|
+
required: false;
|
|
38
|
+
default: number;
|
|
39
|
+
};
|
|
40
|
+
}>> & Readonly<{
|
|
41
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
42
|
+
onHandleSaveDocument?: (...args: any[]) => any;
|
|
43
|
+
}>, {
|
|
44
|
+
visible: boolean;
|
|
45
|
+
operationType: number;
|
|
46
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
|
+
export default _default;
|
|
48
|
+
//# sourceMappingURL=PaymentDocument.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaymentDocument.vue.d.ts","sourceRoot":"","sources":["../../../src/components/operations/PaymentDocument.vue"],"names":[],"mappings":"AA6DA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2XA,wBAaG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { default as CustomButton } from './CustomButton.vue';
|
|
3
|
+
declare const meta: Meta<typeof CustomButton>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
export declare const PrimaryOutlined: Story;
|
|
8
|
+
export declare const Success: Story;
|
|
9
|
+
export declare const Blue: Story;
|
|
10
|
+
export declare const Link: Story;
|
|
11
|
+
export declare const Upload: Story;
|
|
12
|
+
export declare const WithIcon: Story;
|
|
13
|
+
export declare const IconRight: Story;
|
|
14
|
+
export declare const Disabled: Story;
|
|
15
|
+
export declare const Loading: Story;
|
|
16
|
+
//# sourceMappingURL=CustomButton.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomButton.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomButton.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,YAAY,MAAM,oBAAoB,CAAA;AAE7C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAuDnC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,KAK7B,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,KAKlB,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,KAKlB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAKpB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAOvB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAA"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
label: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
icon: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
iconType: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
iconPos: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
iconClass: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
disabled: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
variant: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
validator: (value: string) => boolean;
|
|
30
|
+
};
|
|
31
|
+
customClass: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
36
|
+
label: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
icon: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
iconType: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
iconPos: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
iconClass: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
disabled: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
variant: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: string;
|
|
63
|
+
validator: (value: string) => boolean;
|
|
64
|
+
};
|
|
65
|
+
customClass: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
}>> & Readonly<{}>, {
|
|
70
|
+
label: string;
|
|
71
|
+
icon: string;
|
|
72
|
+
iconType: string;
|
|
73
|
+
iconPos: string;
|
|
74
|
+
iconClass: string;
|
|
75
|
+
disabled: boolean;
|
|
76
|
+
variant: string;
|
|
77
|
+
customClass: string;
|
|
78
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
79
|
+
export default _default;
|
|
80
|
+
//# sourceMappingURL=CustomButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomButton.vue"],"names":[],"mappings":"AA6BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA6UuB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAAN,MAAM;;;;;;;;;;;;;;;;AAf7B,wBAsBG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
data: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
label: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
type: {
|
|
10
|
+
type: NumberConstructor;
|
|
11
|
+
default: number;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
14
|
+
data: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => {};
|
|
17
|
+
};
|
|
18
|
+
label: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
};
|
|
21
|
+
type: {
|
|
22
|
+
type: NumberConstructor;
|
|
23
|
+
default: number;
|
|
24
|
+
};
|
|
25
|
+
}>> & Readonly<{}>, {
|
|
26
|
+
type: number;
|
|
27
|
+
data: Record<string, any>;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
29
|
+
export default _default;
|
|
30
|
+
//# sourceMappingURL=CustomCardCountry.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomCardCountry.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomCardCountry.vue"],"names":[],"mappings":"AA0DA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwPA,wBAmBG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
selectionMode?: 'single' | 'multiple' | 'range';
|
|
3
|
+
manualInput?: boolean;
|
|
4
|
+
inputClass?: string;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
icon?: string;
|
|
7
|
+
showIcon?: boolean;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_PublicProps = {
|
|
10
|
+
modelValue?: any;
|
|
11
|
+
} & __VLS_Props;
|
|
12
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
+
"update:modelValue": (value: any) => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=CustomDatePicker.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomDatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomDatePicker.vue"],"names":[],"mappings":"AAQA;AAsBA,KAAK,WAAW,GAAG;IACjB,aAAa,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,OAAO,CAAC;IAChD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAQF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;;;;;;AAmDhB,wBAQG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { default as CustomDialog } from './CustomDialog.vue';
|
|
3
|
+
declare const meta: Meta<typeof CustomDialog>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const WithIcon: Story;
|
|
8
|
+
export declare const Confirmation: Story;
|
|
9
|
+
export declare const LargeContent: Story;
|
|
10
|
+
//# sourceMappingURL=CustomDialog.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomDialog.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomDialog.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAErD,OAAO,YAAY,MAAM,oBAAoB,CAAA;AAG7C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAkCnC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KA+DrB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAoEtB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KA+E1B,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAmE1B,CAAA"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
header?(_: {}): any;
|
|
5
|
+
description?(_: {}): any;
|
|
6
|
+
content?(_: {}): any;
|
|
7
|
+
footer?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: any;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
14
|
+
visible: BooleanConstructor;
|
|
15
|
+
modalClass: StringConstructor;
|
|
16
|
+
closable: BooleanConstructor;
|
|
17
|
+
style: (StringConstructor | ObjectConstructor)[];
|
|
18
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
"update:visible": (...args: any[]) => void;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
21
|
+
visible: BooleanConstructor;
|
|
22
|
+
modalClass: StringConstructor;
|
|
23
|
+
closable: BooleanConstructor;
|
|
24
|
+
style: (StringConstructor | ObjectConstructor)[];
|
|
25
|
+
}>> & Readonly<{
|
|
26
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
27
|
+
}>, {
|
|
28
|
+
visible: boolean;
|
|
29
|
+
closable: boolean;
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=CustomDialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomDialog.vue"],"names":[],"mappings":"AAiCA;AAwEA,iBAAS,cAAc;WA6ET,OAAO,IAA6B;;wBAbtB,GAAG;6BACE,GAAG;yBACN,GAAG;wBACJ,GAAG;;;;EAe/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;4EAYnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
interface BankCrediCorp {
|
|
2
|
+
description?: string;
|
|
3
|
+
accountNumber?: string;
|
|
4
|
+
}
|
|
5
|
+
interface OperationData {
|
|
6
|
+
correctionDate?: string;
|
|
7
|
+
amount?: number;
|
|
8
|
+
bankCrediCorp?: BankCrediCorp;
|
|
9
|
+
analistName?: string;
|
|
10
|
+
supervisorName?: string;
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
}
|
|
13
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
14
|
+
data: {
|
|
15
|
+
type: () => OperationData[];
|
|
16
|
+
default: () => any[];
|
|
17
|
+
};
|
|
18
|
+
visible: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
header: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
position: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
required: false;
|
|
29
|
+
};
|
|
30
|
+
observationSupervisor: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: any;
|
|
33
|
+
};
|
|
34
|
+
statusType: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
modalClass: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
isAbono: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
isLastColumnColor: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
colorLastColumn: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
operationType: {
|
|
55
|
+
type: NumberConstructor;
|
|
56
|
+
default: number;
|
|
57
|
+
};
|
|
58
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
59
|
+
data: {
|
|
60
|
+
type: () => OperationData[];
|
|
61
|
+
default: () => any[];
|
|
62
|
+
};
|
|
63
|
+
visible: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
header: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
position: {
|
|
72
|
+
type: ObjectConstructor;
|
|
73
|
+
required: false;
|
|
74
|
+
};
|
|
75
|
+
observationSupervisor: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: any;
|
|
78
|
+
};
|
|
79
|
+
statusType: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
|
+
modalClass: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
isAbono: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
isLastColumnColor: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
95
|
+
colorLastColumn: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
default: string;
|
|
98
|
+
};
|
|
99
|
+
operationType: {
|
|
100
|
+
type: NumberConstructor;
|
|
101
|
+
default: number;
|
|
102
|
+
};
|
|
103
|
+
}>> & Readonly<{}>, {
|
|
104
|
+
data: OperationData[];
|
|
105
|
+
header: string;
|
|
106
|
+
visible: boolean;
|
|
107
|
+
modalClass: string;
|
|
108
|
+
observationSupervisor: string;
|
|
109
|
+
statusType: string;
|
|
110
|
+
isAbono: boolean;
|
|
111
|
+
isLastColumnColor: boolean;
|
|
112
|
+
colorLastColumn: string;
|
|
113
|
+
operationType: number;
|
|
114
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
115
|
+
export default _default;
|
|
116
|
+
//# sourceMappingURL=CustomInfoOperationTable.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomInfoOperationTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomInfoOperationTable.vue"],"names":[],"mappings":"AAyFA;AAgLA,UAAU,aAAa;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,UAAU,aAAa;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;;;cA4QkB,MAAM,aAAa,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAArB,MAAM,aAAa,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAPxC,wBAoDG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { default as CustomInput } from './CustomInput.vue';
|
|
3
|
+
declare const meta: Meta<typeof CustomInput>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const WithIcon: Story;
|
|
8
|
+
export declare const Password: Story;
|
|
9
|
+
export declare const WithError: Story;
|
|
10
|
+
export declare const WithHelper: Story;
|
|
11
|
+
export declare const Clearable: Story;
|
|
12
|
+
export declare const Disabled: Story;
|
|
13
|
+
export declare const Number: Story;
|
|
14
|
+
export declare const Interactive: Story;
|
|
15
|
+
//# sourceMappingURL=CustomInput.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomInput.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomInput.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAErD,OAAO,WAAW,MAAM,mBAAmB,CAAA;AAE3C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAkElC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAOtB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAOvB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAQxB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAOtB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAOpB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAsBzB,CAAA"}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
label: StringConstructor;
|
|
7
|
+
type: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
placeholder: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
icon: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
inputClass: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
labelClass: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
error: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
helper: StringConstructor;
|
|
32
|
+
eye: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
clearable: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
required: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
disabled: BooleanConstructor;
|
|
45
|
+
limitNumber: {
|
|
46
|
+
type: NumberConstructor;
|
|
47
|
+
default: number;
|
|
48
|
+
};
|
|
49
|
+
minLength: {
|
|
50
|
+
type: NumberConstructor;
|
|
51
|
+
default: number;
|
|
52
|
+
};
|
|
53
|
+
maxLength: {
|
|
54
|
+
type: NumberConstructor;
|
|
55
|
+
default: number;
|
|
56
|
+
};
|
|
57
|
+
exactLengths: {
|
|
58
|
+
type: () => number[];
|
|
59
|
+
default: () => any[];
|
|
60
|
+
};
|
|
61
|
+
allowLabelWrap: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
checkInput: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
70
|
+
"update:modelValue": (...args: any[]) => void;
|
|
71
|
+
"blur-xs": (...args: any[]) => void;
|
|
72
|
+
blur: (...args: any[]) => void;
|
|
73
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
74
|
+
modelValue: {
|
|
75
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
label: StringConstructor;
|
|
79
|
+
type: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
|
+
placeholder: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
icon: {
|
|
88
|
+
type: StringConstructor;
|
|
89
|
+
default: string;
|
|
90
|
+
};
|
|
91
|
+
inputClass: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
default: string;
|
|
94
|
+
};
|
|
95
|
+
labelClass: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
default: string;
|
|
98
|
+
};
|
|
99
|
+
error: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
103
|
+
helper: StringConstructor;
|
|
104
|
+
eye: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
clearable: {
|
|
109
|
+
type: BooleanConstructor;
|
|
110
|
+
default: boolean;
|
|
111
|
+
};
|
|
112
|
+
required: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
default: boolean;
|
|
115
|
+
};
|
|
116
|
+
disabled: BooleanConstructor;
|
|
117
|
+
limitNumber: {
|
|
118
|
+
type: NumberConstructor;
|
|
119
|
+
default: number;
|
|
120
|
+
};
|
|
121
|
+
minLength: {
|
|
122
|
+
type: NumberConstructor;
|
|
123
|
+
default: number;
|
|
124
|
+
};
|
|
125
|
+
maxLength: {
|
|
126
|
+
type: NumberConstructor;
|
|
127
|
+
default: number;
|
|
128
|
+
};
|
|
129
|
+
exactLengths: {
|
|
130
|
+
type: () => number[];
|
|
131
|
+
default: () => any[];
|
|
132
|
+
};
|
|
133
|
+
allowLabelWrap: {
|
|
134
|
+
type: BooleanConstructor;
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
137
|
+
checkInput: {
|
|
138
|
+
type: BooleanConstructor;
|
|
139
|
+
default: boolean;
|
|
140
|
+
};
|
|
141
|
+
}>> & Readonly<{
|
|
142
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
143
|
+
"onBlur-xs"?: (...args: any[]) => any;
|
|
144
|
+
onBlur?: (...args: any[]) => any;
|
|
145
|
+
}>, {
|
|
146
|
+
icon: string;
|
|
147
|
+
disabled: boolean;
|
|
148
|
+
type: string;
|
|
149
|
+
required: boolean;
|
|
150
|
+
modelValue: string | number;
|
|
151
|
+
placeholder: string;
|
|
152
|
+
inputClass: string;
|
|
153
|
+
labelClass: string;
|
|
154
|
+
error: string;
|
|
155
|
+
eye: boolean;
|
|
156
|
+
clearable: boolean;
|
|
157
|
+
limitNumber: number;
|
|
158
|
+
minLength: number;
|
|
159
|
+
maxLength: number;
|
|
160
|
+
exactLengths: number[];
|
|
161
|
+
allowLabelWrap: boolean;
|
|
162
|
+
checkInput: boolean;
|
|
163
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
164
|
+
export default _default;
|
|
165
|
+
//# sourceMappingURL=CustomInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomInput.vue"],"names":[],"mappings":"AAmEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA+rBmB,MAAM,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAd,MAAM,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/DjC,wBA4EG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
visible: BooleanConstructor;
|
|
3
|
+
closable: BooleanConstructor;
|
|
4
|
+
header: StringConstructor;
|
|
5
|
+
description: StringConstructor;
|
|
6
|
+
modalClass: StringConstructor;
|
|
7
|
+
icon: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
"update:visible": (...args: any[]) => void;
|
|
13
|
+
handleContinue: (...args: any[]) => void;
|
|
14
|
+
handleDelete: (...args: any[]) => void;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
16
|
+
visible: BooleanConstructor;
|
|
17
|
+
closable: BooleanConstructor;
|
|
18
|
+
header: StringConstructor;
|
|
19
|
+
description: StringConstructor;
|
|
20
|
+
modalClass: StringConstructor;
|
|
21
|
+
icon: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
}>> & Readonly<{
|
|
26
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
27
|
+
onHandleContinue?: (...args: any[]) => any;
|
|
28
|
+
onHandleDelete?: (...args: any[]) => any;
|
|
29
|
+
}>, {
|
|
30
|
+
icon: string;
|
|
31
|
+
visible: boolean;
|
|
32
|
+
closable: boolean;
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
34
|
+
export default _default;
|
|
35
|
+
//# sourceMappingURL=CustomModalConfirm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomModalConfirm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomModalConfirm.vue"],"names":[],"mappings":"AAwDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwQA,wBAkBG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
items: ObjectConstructor;
|
|
3
|
+
visible: BooleanConstructor;
|
|
4
|
+
closable: BooleanConstructor;
|
|
5
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
"update:visible": (...args: any[]) => void;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
8
|
+
items: ObjectConstructor;
|
|
9
|
+
visible: BooleanConstructor;
|
|
10
|
+
closable: BooleanConstructor;
|
|
11
|
+
}>> & Readonly<{
|
|
12
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
13
|
+
}>, {
|
|
14
|
+
visible: boolean;
|
|
15
|
+
closable: boolean;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=CustomModalInfoTable.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomModalInfoTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomModalInfoTable.vue"],"names":[],"mappings":"AAuBA;;;;;;;;;;;;;;;;;AA0KA,wBAYG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Button } from '../../service/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
buttonList: Button[];
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
changeList: (...args: any[]) => void;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
onChangeList?: (...args: any[]) => any;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=CustomMultiButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomMultiButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomMultiButton.vue"],"names":[],"mappings":"AAYA;AA8BA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,EAAE,CAAC;CACtB,CAAC;;;;;;AA6EF,wBAQG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
"secuency-change": (...args: any[]) => void;
|
|
3
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
+
"onSecuency-change"?: (...args: any[]) => any;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=CustomPersonalData.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomPersonalData.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomPersonalData.vue"],"names":[],"mappings":"AAkDA;;;;;;AAySA,wBAOG"}
|