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,14 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { default as CustomSelect } from './CustomSelect.vue';
|
|
3
|
+
declare const meta: Meta<typeof CustomSelect>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const WithFilter: Story;
|
|
8
|
+
export declare const WithIcons: Story;
|
|
9
|
+
export declare const Grouped: Story;
|
|
10
|
+
export declare const WithError: Story;
|
|
11
|
+
export declare const Disabled: Story;
|
|
12
|
+
export declare const CustomOptions: Story;
|
|
13
|
+
export declare const Interactive: Story;
|
|
14
|
+
//# sourceMappingURL=CustomSelect.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomSelect.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomSelect.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAErD,OAAO,YAAY,MAAM,oBAAoB,CAAA;AAE7C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CA6DnC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAkClC,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KASxB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KASrB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAuB3B,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KA0BzB,CAAA"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
visible: BooleanConstructor;
|
|
3
|
+
closable: BooleanConstructor;
|
|
4
|
+
data: {
|
|
5
|
+
type: ObjectConstructor;
|
|
6
|
+
default: () => void;
|
|
7
|
+
};
|
|
8
|
+
banksList: {
|
|
9
|
+
type: ArrayConstructor;
|
|
10
|
+
default: () => any[];
|
|
11
|
+
};
|
|
12
|
+
countryList: {
|
|
13
|
+
type: ArrayConstructor;
|
|
14
|
+
default: () => any[];
|
|
15
|
+
};
|
|
16
|
+
isAnalist: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
isLastColumnColor: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
colorLastColumn: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
isReport: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
headerName: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
37
|
+
"update:visible": (...args: any[]) => void;
|
|
38
|
+
finalyOperation: (...args: any[]) => void;
|
|
39
|
+
approveSelected: (...args: any[]) => void;
|
|
40
|
+
returnSelected: (...args: any[]) => void;
|
|
41
|
+
rejectSelected: (...args: any[]) => void;
|
|
42
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
43
|
+
visible: BooleanConstructor;
|
|
44
|
+
closable: BooleanConstructor;
|
|
45
|
+
data: {
|
|
46
|
+
type: ObjectConstructor;
|
|
47
|
+
default: () => void;
|
|
48
|
+
};
|
|
49
|
+
banksList: {
|
|
50
|
+
type: ArrayConstructor;
|
|
51
|
+
default: () => any[];
|
|
52
|
+
};
|
|
53
|
+
countryList: {
|
|
54
|
+
type: ArrayConstructor;
|
|
55
|
+
default: () => any[];
|
|
56
|
+
};
|
|
57
|
+
isAnalist: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
isLastColumnColor: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
colorLastColumn: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
isReport: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
headerName: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
}>> & Readonly<{
|
|
78
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
79
|
+
onFinalyOperation?: (...args: any[]) => any;
|
|
80
|
+
onApproveSelected?: (...args: any[]) => any;
|
|
81
|
+
onReturnSelected?: (...args: any[]) => any;
|
|
82
|
+
onRejectSelected?: (...args: any[]) => any;
|
|
83
|
+
}>, {
|
|
84
|
+
data: Record<string, any>;
|
|
85
|
+
visible: boolean;
|
|
86
|
+
closable: boolean;
|
|
87
|
+
isLastColumnColor: boolean;
|
|
88
|
+
colorLastColumn: string;
|
|
89
|
+
banksList: unknown[];
|
|
90
|
+
isAnalist: boolean;
|
|
91
|
+
countryList: unknown[];
|
|
92
|
+
isReport: boolean;
|
|
93
|
+
headerName: string;
|
|
94
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
95
|
+
export default _default;
|
|
96
|
+
//# sourceMappingURL=CustomShowDetailsOperation.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomShowDetailsOperation.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomShowDetailsOperation.vue"],"names":[],"mappings":"AAmHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAknCA,wBA2CG"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
data: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
disabled: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
required: false;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
handleLoadData: (...args: any[]) => void;
|
|
13
|
+
removeFile: (...args: any[]) => void;
|
|
14
|
+
enableItem: (...args: any[]) => void;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
16
|
+
data: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
disabled: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
required: false;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
}>> & Readonly<{
|
|
26
|
+
onHandleLoadData?: (...args: any[]) => any;
|
|
27
|
+
onRemoveFile?: (...args: any[]) => any;
|
|
28
|
+
onEnableItem?: (...args: any[]) => any;
|
|
29
|
+
}>, {
|
|
30
|
+
disabled: boolean;
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
32
|
+
export default _default;
|
|
33
|
+
//# sourceMappingURL=CustomUploadExcel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomUploadExcel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomUploadExcel.vue"],"names":[],"mappings":"AAsIA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0jBA,wBAiBG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=MainCard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MainCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/MainCard.vue"],"names":[],"mappings":"AAYA,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,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,9 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { default as MainTable } from './MainTable.vue';
|
|
3
|
+
declare const meta: Meta<typeof MainTable>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Loading: Story;
|
|
8
|
+
export declare const Empty: Story;
|
|
9
|
+
//# sourceMappingURL=MainTable.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MainTable.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ui/MainTable.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,SAAS,MAAM,iBAAiB,CAAA;AAEvC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CAuChC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAkBlC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAMnB,CAAA"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
visible: BooleanConstructor;
|
|
3
|
+
data: ObjectConstructor;
|
|
4
|
+
header: StringConstructor;
|
|
5
|
+
fileList: BooleanConstructor;
|
|
6
|
+
description: StringConstructor;
|
|
7
|
+
icon: StringConstructor;
|
|
8
|
+
iconColor: StringConstructor;
|
|
9
|
+
borderModal: StringConstructor;
|
|
10
|
+
modalClass: StringConstructor;
|
|
11
|
+
buttonType: {
|
|
12
|
+
type: () => string[];
|
|
13
|
+
default: () => any[];
|
|
14
|
+
};
|
|
15
|
+
closable: BooleanConstructor;
|
|
16
|
+
realoadPage: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
"update:visible": (...args: any[]) => void;
|
|
22
|
+
onAccept: (...args: any[]) => void;
|
|
23
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
24
|
+
visible: BooleanConstructor;
|
|
25
|
+
data: ObjectConstructor;
|
|
26
|
+
header: StringConstructor;
|
|
27
|
+
fileList: BooleanConstructor;
|
|
28
|
+
description: StringConstructor;
|
|
29
|
+
icon: StringConstructor;
|
|
30
|
+
iconColor: StringConstructor;
|
|
31
|
+
borderModal: StringConstructor;
|
|
32
|
+
modalClass: StringConstructor;
|
|
33
|
+
buttonType: {
|
|
34
|
+
type: () => string[];
|
|
35
|
+
default: () => any[];
|
|
36
|
+
};
|
|
37
|
+
closable: BooleanConstructor;
|
|
38
|
+
realoadPage: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
}>> & Readonly<{
|
|
43
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
44
|
+
onOnAccept?: (...args: any[]) => any;
|
|
45
|
+
}>, {
|
|
46
|
+
visible: boolean;
|
|
47
|
+
closable: boolean;
|
|
48
|
+
buttonType: string[];
|
|
49
|
+
fileList: boolean;
|
|
50
|
+
realoadPage: boolean;
|
|
51
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
|
+
export default _default;
|
|
53
|
+
//# sourceMappingURL=ModalAutorization.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModalAutorization.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/ModalAutorization.vue"],"names":[],"mappings":"AA4EA;;;;;;;;;;;;cA0WmB,MAAM,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;cAAd,MAAM,MAAM,EAAE;;;;;;;;;;;;;;;;;;AAjBjC,wBAwBG"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
data: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
visible: BooleanConstructor;
|
|
7
|
+
header: StringConstructor;
|
|
8
|
+
description: StringConstructor;
|
|
9
|
+
icon: StringConstructor;
|
|
10
|
+
iconColor: StringConstructor;
|
|
11
|
+
borderModal: StringConstructor;
|
|
12
|
+
modalClass: StringConstructor;
|
|
13
|
+
buttonType: {
|
|
14
|
+
type: PropType<string[]>;
|
|
15
|
+
default: () => any[];
|
|
16
|
+
};
|
|
17
|
+
closable: BooleanConstructor;
|
|
18
|
+
isRejected: BooleanConstructor;
|
|
19
|
+
isCircle: BooleanConstructor;
|
|
20
|
+
isCorrected: BooleanConstructor;
|
|
21
|
+
iconDescription: StringConstructor;
|
|
22
|
+
iconDescriptionColor: StringConstructor;
|
|
23
|
+
textStyle: StringConstructor;
|
|
24
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
+
"update:visible": (...args: any[]) => void;
|
|
26
|
+
sendOperation: (...args: any[]) => void;
|
|
27
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
28
|
+
data: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
default: () => {};
|
|
31
|
+
};
|
|
32
|
+
visible: BooleanConstructor;
|
|
33
|
+
header: StringConstructor;
|
|
34
|
+
description: StringConstructor;
|
|
35
|
+
icon: StringConstructor;
|
|
36
|
+
iconColor: StringConstructor;
|
|
37
|
+
borderModal: StringConstructor;
|
|
38
|
+
modalClass: StringConstructor;
|
|
39
|
+
buttonType: {
|
|
40
|
+
type: PropType<string[]>;
|
|
41
|
+
default: () => any[];
|
|
42
|
+
};
|
|
43
|
+
closable: BooleanConstructor;
|
|
44
|
+
isRejected: BooleanConstructor;
|
|
45
|
+
isCircle: BooleanConstructor;
|
|
46
|
+
isCorrected: BooleanConstructor;
|
|
47
|
+
iconDescription: StringConstructor;
|
|
48
|
+
iconDescriptionColor: StringConstructor;
|
|
49
|
+
textStyle: StringConstructor;
|
|
50
|
+
}>> & Readonly<{
|
|
51
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
52
|
+
onSendOperation?: (...args: any[]) => any;
|
|
53
|
+
}>, {
|
|
54
|
+
data: Record<string, any>;
|
|
55
|
+
visible: boolean;
|
|
56
|
+
closable: boolean;
|
|
57
|
+
buttonType: string[];
|
|
58
|
+
isRejected: boolean;
|
|
59
|
+
isCircle: boolean;
|
|
60
|
+
isCorrected: boolean;
|
|
61
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
62
|
+
export default _default;
|
|
63
|
+
//# sourceMappingURL=ModalAutorizationOperation.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModalAutorizationOperation.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/ModalAutorizationOperation.vue"],"names":[],"mappings":"AA2GA;;;;;;;;;;;;;;cAwemB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;cAAlB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;AAnBrC,wBA+BG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
title: StringConstructor;
|
|
3
|
+
disabled: BooleanConstructor;
|
|
4
|
+
uploadButtonLabel: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
modelValue: {
|
|
9
|
+
type: globalThis.PropType<any>;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
onFileSelected: (...args: any[]) => void;
|
|
13
|
+
onUploadFile: (...args: any[]) => void;
|
|
14
|
+
onExcelUpload: (...args: any[]) => void;
|
|
15
|
+
"update:modelValue": (value: any) => void;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
17
|
+
title: StringConstructor;
|
|
18
|
+
disabled: BooleanConstructor;
|
|
19
|
+
uploadButtonLabel: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
modelValue: {
|
|
24
|
+
type: globalThis.PropType<any>;
|
|
25
|
+
};
|
|
26
|
+
}>> & Readonly<{
|
|
27
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
|
28
|
+
onOnFileSelected?: (...args: any[]) => any;
|
|
29
|
+
onOnUploadFile?: (...args: any[]) => any;
|
|
30
|
+
onOnExcelUpload?: (...args: any[]) => any;
|
|
31
|
+
}>, {
|
|
32
|
+
disabled: boolean;
|
|
33
|
+
uploadButtonLabel: string;
|
|
34
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
35
|
+
export default _default;
|
|
36
|
+
//# sourceMappingURL=UploadFileDialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadFileDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/UploadFileDialog.vue"],"names":[],"mappings":"AA2BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoQA,wBAkBG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFeatureFlags.d.ts","sourceRoot":"","sources":["../../src/composables/useFeatureFlags.ts"],"names":[],"mappings":"AAAA,KAAK,WAAW,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAIlD,wBAAgB,cAAc;gCAKO,WAAW,KAAG,OAAO;EAGzD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFormatPrice.d.ts","sourceRoot":"","sources":["../../src/composables/useFormatPrice.ts"],"names":[],"mappings":"AAAA,wBAAgB,oBAAoB;0BAExB,MAAM,aACJ,MAAM,0BACO,MAAM,WACrB,MAAM,KACb,MAAM;EAcV"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="16" viewBox="0 0 24 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="24" height="16" rx="2" fill="#F5F5F5"/>
|
|
3
|
+
<mask id="mask0_9817_157894" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="16">
|
|
4
|
+
<rect x="0.25" y="0.25" width="23.5" height="15.5" rx="1.75" fill="white" stroke="white" stroke-width="0.5"/>
|
|
5
|
+
</mask>
|
|
6
|
+
<g mask="url(#mask0_9817_157894)">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 16H24V7.46666H0V16Z" fill="#EA3B2E"/>
|
|
8
|
+
<rect width="8" height="7.46667" fill="#0B48C2"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.00056 4.56534L2.65705 5.45924L3.15276 3.99044L1.82671 3.0741L3.47659 3.06024L4.00056 1.60001L4.52453 3.06024L6.1744 3.0741L4.84836 3.99044L5.34407 5.45924L4.00056 4.56534Z" fill="white"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_9817_157960)">
|
|
3
|
+
<path d="M21.3333 3.33333H2.66667C1.95942 3.33333 1.28115 3.61428 0.781049 4.11438C0.280952 4.61447 0 5.29275 0 5.99999L0 18C0 18.7072 0.280952 19.3855 0.781049 19.8856C1.28115 20.3857 1.95942 20.6667 2.66667 20.6667H21.3333C22.0406 20.6667 22.7189 20.3857 23.219 19.8856C23.719 19.3855 24 18.7072 24 18V5.99999C24 5.29275 23.719 4.61447 23.219 4.11438C22.7189 3.61428 22.0406 3.33333 21.3333 3.33333Z" fill="#003399"/>
|
|
4
|
+
<path d="M12.3597 6.47001L12.9257 6.05867H12.2264L12.0097 5.39334L11.7937 6.05867H11.0944L11.6604 6.47001L11.4437 7.13534L12.0097 6.72401L12.5757 7.13534L12.3597 6.47001ZM12.3597 18.0253L12.9257 17.614H12.2264L12.0097 16.9487L11.7937 17.614H11.0944L11.6604 18.0253L11.4437 18.6907L12.0097 18.2793L12.5757 18.6907L12.3597 18.0253ZM6.58241 12.2473L7.14841 11.836H6.44841L6.23241 11.1707L6.01574 11.836H5.31641L5.88241 12.2473L5.66641 12.9127L6.23241 12.5013L6.79841 12.9127L6.58241 12.2473ZM7.32041 9.39067L7.88641 8.97934H7.18641L6.97041 8.31401L6.75441 8.97934H6.05441L6.62041 9.39067L6.40441 10.056L6.97041 9.64467L7.53641 10.056L7.32041 9.39067ZM7.32041 15.1367L7.88641 14.7253H7.18641L6.97041 14.06L6.75441 14.7253H6.05441L6.62041 15.1367L6.40441 15.802L6.97041 15.3907L7.53641 15.802L7.32041 15.1367ZM9.47107 7.24401L10.0371 6.83267H9.33707L9.12107 6.16734L8.90507 6.83267H8.20507L8.77107 7.24401L8.55507 7.90934L9.12107 7.49801L9.68707 7.90934L9.47107 7.24401ZM9.47107 17.2887L10.0371 16.8773H9.33707L9.12107 16.212L8.90507 16.8773H8.20507L8.77107 17.2887L8.55507 17.954L9.12107 17.5433L9.68707 17.954L9.47107 17.2887ZM17.4184 12.2473L16.8524 11.836H17.5524L17.7684 11.1707L17.9851 11.836H18.6844L18.1184 12.2473L18.3344 12.9127L17.7684 12.5013L17.2024 12.9127L17.4184 12.2473ZM16.6804 9.39067L16.1144 8.97934H16.8144L17.0304 8.31401L17.2464 8.97934H17.9464L17.3804 9.39067L17.5964 10.056L17.0304 9.64467L16.4644 10.056L16.6804 9.39067ZM16.6804 15.1367L16.1144 14.7253H16.8144L17.0304 14.06L17.2464 14.7253H17.9464L17.3804 15.1367L17.5964 15.802L17.0304 15.3907L16.4644 15.802L16.6804 15.1367ZM14.5297 7.24401L13.9637 6.83267H14.6637L14.8797 6.16734L15.0957 6.83267H15.7957L15.2297 7.24401L15.4457 7.90934L14.8797 7.49801L14.3137 7.90934L14.5297 7.24401ZM14.5297 17.2887L13.9637 16.8773H14.6637L14.8797 16.212L15.0957 16.8773H15.7957L15.2297 17.2887L15.4457 17.954L14.8797 17.5433L14.3137 17.954L14.5297 17.2887Z" fill="#FFCC00"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_9817_157960">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<svg width="24" height="16" viewBox="0 0 24 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22.2026 7.62939e-05H1.79742C0.804703 7.62939e-05 0 0.818891 0 1.82902V14.1711C0 15.1811 0.804703 16 1.79742 16H22.2026C23.1952 16 24 15.1812 24 14.1711V1.82902C24 0.818891 23.1953 7.62939e-05 22.2026 7.62939e-05Z" fill="#F5F5F5"/>
|
|
3
|
+
<path d="M0.0996094 1.23085H23.9018C23.6583 0.514584 22.99 7.62939e-05 22.2033 7.62939e-05H1.79817C1.01142 7.62939e-05 0.343219 0.514584 0.0996094 1.23085Z" fill="#FF4B55"/>
|
|
4
|
+
<path d="M24 4.92299H0V6.15372H24V4.92299Z" fill="#FF4B55"/>
|
|
5
|
+
<path d="M24 2.46146H0V3.69218H24V2.46146Z" fill="#FF4B55"/>
|
|
6
|
+
<path d="M0 8.19429C0 8.42681 0.185297 8.61536 0.413813 8.61536H24V7.3846H0V8.19429Z" fill="#FF4B55"/>
|
|
7
|
+
<path d="M24 12.3081H0V13.5389H24V12.3081Z" fill="#FF4B55"/>
|
|
8
|
+
<path d="M23.9019 14.7691H0.0996094C0.343219 15.4854 1.01147 15.9999 1.79817 15.9999H22.2033C22.9901 15.9999 23.6583 15.4854 23.9019 14.7691Z" fill="#FF4B55"/>
|
|
9
|
+
<path d="M24 9.84633H0V11.0771H24V9.84633Z" fill="#FF4B55"/>
|
|
10
|
+
<path d="M0.413812 8.61537H10.7587C10.9872 8.61537 11.1725 8.42682 11.1725 8.1943V0.421069C11.1725 0.188498 10.9872 0 10.7587 0H1.79742C0.804703 4.7697e-05 0 0.818862 0 1.82899V8.1943C0 8.42687 0.185297 8.61537 0.413812 8.61537Z" fill="#41479B"/>
|
|
11
|
+
<path d="M1.16186 0.966507L1.25345 1.24601L1.543 1.24825C1.5805 1.24859 1.59602 1.29724 1.56587 1.31989L1.33295 1.49489L1.42033 1.77578C1.43167 1.81213 1.39094 1.84227 1.36042 1.82005L1.12488 1.64877L0.889329 1.82009C0.858813 1.84232 0.818173 1.81218 0.829423 1.77583L0.916798 1.49494L0.683876 1.31994C0.653736 1.29724 0.669251 1.24859 0.706751 1.2483L0.996298 1.24606L1.08789 0.966555C1.0997 0.930305 1.14995 0.930305 1.16186 0.966507Z" fill="#F5F5F5"/>
|
|
12
|
+
<path d="M1.16186 2.42852L1.25345 2.70803L1.543 2.71027C1.5805 2.71061 1.59602 2.75921 1.56587 2.78191L1.33295 2.95696L1.42033 3.23785C1.43167 3.2742 1.39094 3.30434 1.36042 3.28212L1.12488 3.11083L0.889329 3.28216C0.858813 3.30434 0.818173 3.27424 0.829423 3.2379L0.916798 2.95701L0.683876 2.78196C0.653736 2.75926 0.669251 2.71065 0.706751 2.71032L0.996298 2.70808L1.08789 2.42857C1.0997 2.39237 1.14995 2.39237 1.16186 2.42852Z" fill="#F5F5F5"/>
|
|
13
|
+
<path d="M1.16186 3.89066L1.25345 4.17016L1.543 4.1724C1.5805 4.17274 1.59602 4.22134 1.56587 4.24404L1.33295 4.41909L1.42033 4.69998C1.43167 4.73633 1.39094 4.76647 1.36042 4.74424L1.12488 4.57296L0.889329 4.74429C0.858813 4.76647 0.818173 4.73642 0.829423 4.70003L0.916798 4.41914L0.683876 4.24409C0.653736 4.22139 0.669251 4.17278 0.706751 4.17245L0.996298 4.17021L1.08789 3.8907C1.0997 3.85445 1.14995 3.85445 1.16186 3.89066Z" fill="#F5F5F5"/>
|
|
14
|
+
<path d="M1.16186 5.35274L1.25345 5.63224L1.543 5.63448C1.5805 5.63482 1.59602 5.68347 1.56587 5.70612L1.33295 5.88117L1.42033 6.16206C1.43167 6.1984 1.39094 6.22854 1.36042 6.20632L1.12488 6.03504L0.889329 6.20637C0.858813 6.22854 0.818173 6.19845 0.829423 6.1621L0.916798 5.88122L0.683876 5.70617C0.653736 5.68356 0.669251 5.63486 0.706751 5.63453L0.996298 5.63229L1.08789 5.35279C1.0997 5.31654 1.14995 5.31654 1.16186 5.35274Z" fill="#F5F5F5"/>
|
|
15
|
+
<path d="M1.16186 6.81483L1.25345 7.09433L1.543 7.09658C1.5805 7.09691 1.59602 7.14551 1.56587 7.16822L1.33295 7.34327L1.42033 7.62415C1.43167 7.6605 1.39094 7.69064 1.36042 7.66842L1.12488 7.49714L0.889329 7.66846C0.858813 7.69064 0.818173 7.66055 0.829423 7.6242L0.916798 7.34331L0.683876 7.16826C0.653736 7.14556 0.669251 7.09696 0.706751 7.09662L0.996298 7.09438L1.08789 6.81488C1.0997 6.77867 1.14995 6.77868 1.16186 6.81483Z" fill="#F5F5F5"/>
|
|
16
|
+
<path d="M2.27709 1.68315L2.36869 1.96266L2.65823 1.9649C2.69573 1.96523 2.71125 2.01389 2.68111 2.03654L2.44819 2.21159L2.53556 2.49248C2.54691 2.52882 2.50617 2.55897 2.47566 2.53674L2.24011 2.36541L2.00456 2.53674C1.97405 2.55892 1.93341 2.52882 1.94466 2.49248L2.03203 2.21159L1.79911 2.03654C1.76897 2.01384 1.78449 1.96523 1.82199 1.9649L2.11153 1.96266L2.20313 1.68315C2.21494 1.647 2.26523 1.647 2.27709 1.68315Z" fill="#F5F5F5"/>
|
|
17
|
+
<path d="M2.27709 3.14527L2.36869 3.42477L2.65823 3.42702C2.69573 3.42735 2.71125 3.476 2.68111 3.49866L2.44819 3.6737L2.53556 3.95459C2.54691 3.99094 2.50617 4.02108 2.47566 3.99885L2.24011 3.82753L2.00456 3.99885C1.97405 4.02103 1.93341 3.99098 1.94466 3.95459L2.03203 3.6737L1.79911 3.49866C1.76897 3.47605 1.78449 3.42735 1.82199 3.42702L2.11153 3.42477L2.20313 3.14527C2.21494 3.10907 2.26523 3.10907 2.27709 3.14527Z" fill="#F5F5F5"/>
|
|
18
|
+
<path d="M2.27709 4.60757L2.36869 4.88707L2.65823 4.88931C2.69573 4.88965 2.71125 4.93825 2.68111 4.96095L2.44819 5.136L2.53556 5.41689C2.54691 5.45324 2.50617 5.48338 2.47566 5.46115L2.24011 5.28983L2.00456 5.46115C1.97405 5.48333 1.93341 5.45324 1.94466 5.41689L2.03203 5.136L1.79911 4.96095C1.76897 4.93825 1.78449 4.88965 1.82199 4.88931L2.11153 4.88707L2.20313 4.60757C2.21494 4.57136 2.26523 4.57136 2.27709 4.60757Z" fill="#F5F5F5"/>
|
|
19
|
+
<path d="M2.27709 6.06961L2.36869 6.34912L2.65823 6.35136C2.69573 6.35169 2.71125 6.40029 2.68111 6.423L2.44819 6.59805L2.53556 6.87893C2.54691 6.91528 2.50617 6.94542 2.47566 6.9232L2.24011 6.75187L2.00456 6.9232C1.97405 6.94542 1.93341 6.91528 1.94466 6.87893L2.03203 6.59805L1.79911 6.423C1.76897 6.40029 1.78449 6.35169 1.82199 6.35136L2.11153 6.34912L2.20313 6.06961C2.21494 6.03346 2.26523 6.03346 2.27709 6.06961Z" fill="#F5F5F5"/>
|
|
20
|
+
<path d="M3.39233 0.966361L3.48392 1.24587L3.77347 1.24811C3.81097 1.24844 3.82648 1.29709 3.79634 1.31975L3.56342 1.49475L3.6508 1.77564C3.66214 1.81198 3.62141 1.84213 3.59089 1.8199L3.35534 1.64857L3.1198 1.8199C3.08928 1.84213 3.04864 1.81198 3.05989 1.77564L3.14727 1.49475L2.91434 1.31975C2.8842 1.29704 2.89972 1.24839 2.93722 1.24811L3.22677 1.24587L3.31836 0.966361C3.33017 0.930158 3.38047 0.930158 3.39233 0.966361Z" fill="#F5F5F5"/>
|
|
21
|
+
<path d="M3.39233 2.42841L3.48392 2.70791L3.77347 2.71015C3.81097 2.71049 3.82648 2.75909 3.79634 2.78179L3.56342 2.95684L3.6508 3.23773C3.66214 3.27407 3.62141 3.30422 3.59089 3.28199L3.35534 3.11066L3.1198 3.28199C3.08928 3.30417 3.04864 3.27407 3.05989 3.23773L3.14727 2.95684L2.91434 2.78179C2.8842 2.75909 2.89972 2.71049 2.93722 2.71015L3.22677 2.70791L3.31836 2.42841C3.33017 2.39225 3.38047 2.39225 3.39233 2.42841Z" fill="#F5F5F5"/>
|
|
22
|
+
<path d="M3.39233 3.89054L3.48392 4.17004L3.77347 4.17229C3.81097 4.17262 3.82648 4.22122 3.79634 4.24393L3.56342 4.41897L3.6508 4.69986C3.66214 4.73621 3.62141 4.76635 3.59089 4.74412L3.35534 4.5728L3.1198 4.74412C3.08928 4.7663 3.04864 4.73625 3.05989 4.69986L3.14727 4.41897L2.91434 4.24393C2.8842 4.22122 2.89972 4.17262 2.93722 4.17229L3.22677 4.17004L3.31836 3.89054C3.33017 3.85434 3.38047 3.85434 3.39233 3.89054Z" fill="#F5F5F5"/>
|
|
23
|
+
<path d="M3.39233 5.35284L3.48392 5.63234L3.77347 5.63458C3.81097 5.63492 3.82648 5.68357 3.79634 5.70622L3.56342 5.88127L3.6508 6.16216C3.66214 6.19851 3.62141 6.22865 3.59089 6.20642L3.35534 6.0351L3.1198 6.20642C3.08928 6.2286 3.04864 6.19851 3.05989 6.16216L3.14727 5.88127L2.91434 5.70622C2.8842 5.68362 2.89972 5.63492 2.93722 5.63458L3.22677 5.63234L3.31836 5.35284C3.33017 5.31663 3.38047 5.31663 3.39233 5.35284Z" fill="#F5F5F5"/>
|
|
24
|
+
<path d="M3.39233 6.81488L3.48392 7.09439L3.77347 7.09663C3.81097 7.09696 3.82648 7.14556 3.79634 7.16827L3.56342 7.34332L3.6508 7.6242C3.66214 7.66055 3.62141 7.69069 3.59089 7.66846L3.35534 7.49714L3.1198 7.66846C3.08928 7.69064 3.04864 7.66055 3.05989 7.6242L3.14727 7.34332L2.91434 7.16827C2.8842 7.14556 2.89972 7.09696 2.93722 7.09663L3.22677 7.09439L3.31836 6.81488C3.33017 6.77873 3.38047 6.77873 3.39233 6.81488Z" fill="#F5F5F5"/>
|
|
25
|
+
<path d="M4.50756 1.68315L4.59916 1.96266L4.8887 1.9649C4.9262 1.96523 4.94172 2.01389 4.91158 2.03654L4.67866 2.21159L4.76603 2.49248C4.77738 2.52882 4.73664 2.55897 4.70613 2.53674L4.47058 2.36541L4.23503 2.53674C4.20452 2.55892 4.16388 2.52882 4.17513 2.49248L4.2625 2.21159L4.02958 2.03654C3.99944 2.01384 4.01495 1.96523 4.05245 1.9649L4.342 1.96266L4.4336 1.68315C4.44536 1.647 4.4957 1.647 4.50756 1.68315Z" fill="#F5F5F5"/>
|
|
26
|
+
<path d="M4.50756 3.14527L4.59916 3.42477L4.8887 3.42702C4.9262 3.42735 4.94172 3.476 4.91158 3.49866L4.67866 3.6737L4.76603 3.95459C4.77738 3.99094 4.73664 4.02108 4.70613 3.99885L4.47058 3.82753L4.23503 3.99885C4.20452 4.02103 4.16388 3.99098 4.17513 3.95459L4.2625 3.6737L4.02958 3.49866C3.99944 3.47605 4.01495 3.42735 4.05245 3.42702L4.342 3.42477L4.4336 3.14527C4.44536 3.10907 4.4957 3.10907 4.50756 3.14527Z" fill="#F5F5F5"/>
|
|
27
|
+
<path d="M4.50756 4.60757L4.59916 4.88707L4.8887 4.88931C4.9262 4.88965 4.94172 4.93825 4.91158 4.96095L4.67866 5.136L4.76603 5.41689C4.77738 5.45324 4.73664 5.48338 4.70613 5.46115L4.47058 5.28983L4.23503 5.46115C4.20452 5.48333 4.16388 5.45324 4.17513 5.41689L4.2625 5.136L4.02958 4.96095C3.99944 4.93825 4.01495 4.88965 4.05245 4.88931L4.342 4.88707L4.4336 4.60757C4.44536 4.57136 4.4957 4.57136 4.50756 4.60757Z" fill="#F5F5F5"/>
|
|
28
|
+
<path d="M4.50756 6.06961L4.59916 6.34912L4.8887 6.35136C4.9262 6.35169 4.94172 6.40029 4.91158 6.423L4.67866 6.59805L4.76603 6.87893C4.77738 6.91528 4.73664 6.94542 4.70613 6.9232L4.47058 6.75187L4.23503 6.9232C4.20452 6.94542 4.16388 6.91528 4.17513 6.87893L4.2625 6.59805L4.02958 6.423C3.99944 6.40029 4.01495 6.35169 4.05245 6.35136L4.342 6.34912L4.4336 6.06961C4.44536 6.03346 4.4957 6.03346 4.50756 6.06961Z" fill="#F5F5F5"/>
|
|
29
|
+
<path d="M5.62285 0.966278L5.71444 1.24578L6.00399 1.24802C6.04149 1.24836 6.057 1.29701 6.02686 1.31967L5.79394 1.49467L5.88131 1.77555C5.89266 1.8119 5.85192 1.84204 5.82141 1.81982L5.58581 1.64854L5.35027 1.81986C5.31975 1.84209 5.27911 1.81195 5.29036 1.7756L5.37774 1.49471L5.14481 1.31971C5.11467 1.29701 5.13019 1.24836 5.16769 1.24807L5.45724 1.24583L5.54883 0.966326C5.56069 0.930076 5.61099 0.930076 5.62285 0.966278Z" fill="#F5F5F5"/>
|
|
30
|
+
<path d="M5.62285 2.42841L5.71444 2.70791L6.00399 2.71015C6.04149 2.71049 6.057 2.75909 6.02686 2.78179L5.79394 2.95684L5.88131 3.23773C5.89266 3.27407 5.85192 3.30422 5.82141 3.28199L5.58581 3.11066L5.35027 3.28199C5.31975 3.30417 5.27911 3.27407 5.29036 3.23773L5.37774 2.95684L5.14481 2.78179C5.11467 2.75909 5.13019 2.71049 5.16769 2.71015L5.45724 2.70791L5.54883 2.42841C5.56069 2.39225 5.61099 2.39225 5.62285 2.42841Z" fill="#F5F5F5"/>
|
|
31
|
+
<path d="M5.62285 3.89065L5.71444 4.17016L6.00399 4.1724C6.04149 4.17273 6.057 4.22134 6.02686 4.24404L5.79394 4.41909L5.88131 4.69998C5.89266 4.73632 5.85192 4.76647 5.82141 4.74424L5.58581 4.57286L5.35027 4.74419C5.31975 4.76637 5.27911 4.73627 5.29036 4.69993L5.37774 4.41904L5.14481 4.24399C5.11467 4.22129 5.13019 4.17269 5.16769 4.17235L5.45724 4.17011L5.54883 3.8906C5.56069 3.85445 5.61099 3.85445 5.62285 3.89065Z" fill="#F5F5F5"/>
|
|
32
|
+
<path d="M5.62285 5.35284L5.71444 5.63234L6.00399 5.63458C6.04149 5.63492 6.057 5.68357 6.02686 5.70622L5.79394 5.88127L5.88131 6.16216C5.89266 6.19851 5.85192 6.22865 5.82141 6.20642L5.58581 6.0351L5.35027 6.20642C5.31975 6.2286 5.27911 6.19851 5.29036 6.16216L5.37774 5.88127L5.14481 5.70622C5.11467 5.68362 5.13019 5.63492 5.16769 5.63458L5.45724 5.63234L5.54883 5.35284C5.56069 5.31663 5.61099 5.31663 5.62285 5.35284Z" fill="#F5F5F5"/>
|
|
33
|
+
<path d="M5.62285 6.81488L5.71444 7.09439L6.00399 7.09663C6.04149 7.09696 6.057 7.14556 6.02686 7.16827L5.79394 7.34332L5.88131 7.6242C5.89266 7.66055 5.85192 7.69069 5.82141 7.66846L5.58581 7.49714L5.35027 7.66846C5.31975 7.69064 5.27911 7.66055 5.29036 7.6242L5.37774 7.34332L5.14481 7.16827C5.11467 7.14556 5.13019 7.09696 5.16769 7.09663L5.45724 7.09439L5.54883 6.81488C5.56069 6.77873 5.61099 6.77873 5.62285 6.81488Z" fill="#F5F5F5"/>
|
|
34
|
+
<path d="M6.73803 1.68315L6.82962 1.96266L7.11917 1.9649C7.15667 1.96523 7.17218 2.01389 7.14204 2.03654L6.90912 2.21159L6.9965 2.49248C7.00784 2.52882 6.96711 2.55897 6.93659 2.53674L6.70105 2.36541L6.4655 2.53674C6.43498 2.55892 6.39434 2.52882 6.40559 2.49248L6.49297 2.21159L6.26005 2.03654C6.22991 2.01384 6.24542 1.96523 6.28292 1.9649L6.57247 1.96266L6.66406 1.68315C6.67592 1.647 6.72617 1.647 6.73803 1.68315Z" fill="#F5F5F5"/>
|
|
35
|
+
<path d="M6.73803 3.14527L6.82962 3.42477L7.11917 3.42702C7.15667 3.42735 7.17218 3.476 7.14204 3.49866L6.90912 3.6737L6.9965 3.95459C7.00784 3.99094 6.96711 4.02108 6.93659 3.99885L6.70105 3.82753L6.4655 3.99885C6.43498 4.02103 6.39434 3.99098 6.40559 3.95459L6.49297 3.6737L6.26005 3.49866C6.22991 3.47605 6.24542 3.42735 6.28292 3.42702L6.57247 3.42477L6.66406 3.14527C6.67592 3.10907 6.72617 3.10907 6.73803 3.14527Z" fill="#F5F5F5"/>
|
|
36
|
+
<path d="M6.73803 4.60757L6.82962 4.88707L7.11917 4.88931C7.15667 4.88965 7.17218 4.93825 7.14204 4.96095L6.90912 5.136L6.9965 5.41689C7.00784 5.45324 6.96711 5.48338 6.93659 5.46115L6.70105 5.28983L6.4655 5.46115C6.43498 5.48333 6.39434 5.45324 6.40559 5.41689L6.49297 5.136L6.26005 4.96095C6.22991 4.93825 6.24542 4.88965 6.28292 4.88931L6.57247 4.88707L6.66406 4.60757C6.67592 4.57136 6.72617 4.57136 6.73803 4.60757Z" fill="#F5F5F5"/>
|
|
37
|
+
<path d="M6.73803 6.06961L6.82962 6.34912L7.11917 6.35136C7.15667 6.35169 7.17218 6.40029 7.14204 6.423L6.90912 6.59805L6.9965 6.87893C7.00784 6.91528 6.96711 6.94542 6.93659 6.9232L6.70105 6.75187L6.4655 6.9232C6.43498 6.94542 6.39434 6.91528 6.40559 6.87893L6.49297 6.59805L6.26005 6.423C6.22991 6.40029 6.24542 6.35169 6.28292 6.35136L6.57247 6.34912L6.66406 6.06961C6.67592 6.03346 6.72617 6.03346 6.73803 6.06961Z" fill="#F5F5F5"/>
|
|
38
|
+
<path d="M7.85326 0.966361L7.94486 1.24587L8.2344 1.24811C8.2719 1.24844 8.28742 1.29709 8.25728 1.31975L8.02436 1.49475L8.11173 1.77564C8.12307 1.81198 8.08234 1.84213 8.05182 1.8199L7.81628 1.64857L7.58073 1.8199C7.55022 1.84213 7.50958 1.81198 7.52083 1.77564L7.6082 1.49475L7.37528 1.31975C7.34514 1.29704 7.36066 1.24839 7.39816 1.24811L7.6877 1.24587L7.77929 0.966361C7.79106 0.930158 7.8414 0.930158 7.85326 0.966361Z" fill="#F5F5F5"/>
|
|
39
|
+
<path d="M7.85326 2.42841L7.94486 2.70791L8.2344 2.71015C8.2719 2.71049 8.28742 2.75909 8.25728 2.78179L8.02436 2.95684L8.11173 3.23773C8.12307 3.27407 8.08234 3.30422 8.05182 3.28199L7.81628 3.11066L7.58073 3.28199C7.55022 3.30417 7.50958 3.27407 7.52083 3.23773L7.6082 2.95684L7.37528 2.78179C7.34514 2.75909 7.36066 2.71049 7.39816 2.71015L7.6877 2.70791L7.77929 2.42841C7.79106 2.39225 7.8414 2.39225 7.85326 2.42841Z" fill="#F5F5F5"/>
|
|
40
|
+
<path d="M7.85326 3.89054L7.94486 4.17004L8.2344 4.17229C8.2719 4.17262 8.28742 4.22122 8.25728 4.24393L8.02436 4.41897L8.11173 4.69986C8.12307 4.73621 8.08234 4.76635 8.05182 4.74412L7.81628 4.5728L7.58073 4.74412C7.55022 4.7663 7.50958 4.73625 7.52083 4.69986L7.6082 4.41897L7.37528 4.24393C7.34514 4.22122 7.36066 4.17262 7.39816 4.17229L7.6877 4.17004L7.77929 3.89054C7.79106 3.85434 7.8414 3.85434 7.85326 3.89054Z" fill="#F5F5F5"/>
|
|
41
|
+
<path d="M7.85326 5.35284L7.94486 5.63234L8.2344 5.63458C8.2719 5.63492 8.28742 5.68357 8.25728 5.70622L8.02436 5.88127L8.11173 6.16216C8.12307 6.19851 8.08234 6.22865 8.05182 6.20642L7.81628 6.0351L7.58073 6.20642C7.55022 6.2286 7.50958 6.19851 7.52083 6.16216L7.6082 5.88127L7.37528 5.70622C7.34514 5.68362 7.36066 5.63492 7.39816 5.63458L7.6877 5.63234L7.77929 5.35284C7.79106 5.31663 7.8414 5.31663 7.85326 5.35284Z" fill="#F5F5F5"/>
|
|
42
|
+
<path d="M7.85326 6.81488L7.94486 7.09439L8.2344 7.09663C8.2719 7.09696 8.28742 7.14556 8.25728 7.16827L8.02436 7.34332L8.11173 7.6242C8.12307 7.66055 8.08234 7.69069 8.05182 7.66846L7.81628 7.49714L7.58073 7.66846C7.55022 7.69064 7.50958 7.66055 7.52083 7.6242L7.6082 7.34332L7.37528 7.16827C7.34514 7.14556 7.36066 7.09696 7.39816 7.09663L7.6877 7.09439L7.77929 6.81488C7.79106 6.77873 7.8414 6.77873 7.85326 6.81488Z" fill="#F5F5F5"/>
|
|
43
|
+
<path d="M8.9685 1.68315L9.06009 1.96266L9.34964 1.9649C9.38714 1.96523 9.40266 2.01389 9.37251 2.03654L9.13959 2.21159L9.22697 2.49248C9.23831 2.52882 9.19758 2.55897 9.16706 2.53674L8.93152 2.36541L8.69597 2.53674C8.66545 2.55892 8.62481 2.52882 8.63606 2.49248L8.72344 2.21159L8.49052 2.03654C8.46038 2.01384 8.47589 1.96523 8.51339 1.9649L8.80294 1.96266L8.89453 1.68315C8.90634 1.647 8.95664 1.647 8.9685 1.68315Z" fill="#F5F5F5"/>
|
|
44
|
+
<path d="M8.9685 3.14527L9.06009 3.42477L9.34964 3.42702C9.38714 3.42735 9.40266 3.476 9.37251 3.49866L9.13959 3.6737L9.22697 3.95459C9.23831 3.99094 9.19758 4.02108 9.16706 3.99885L8.93152 3.82753L8.69597 3.99885C8.66545 4.02103 8.62481 3.99098 8.63606 3.95459L8.72344 3.6737L8.49052 3.49866C8.46038 3.47605 8.47589 3.42735 8.51339 3.42702L8.80294 3.42477L8.89453 3.14527C8.90634 3.10907 8.95664 3.10907 8.9685 3.14527Z" fill="#F5F5F5"/>
|
|
45
|
+
<path d="M8.9685 4.60757L9.06009 4.88707L9.34964 4.88931C9.38714 4.88965 9.40266 4.93825 9.37251 4.96095L9.13959 5.136L9.22697 5.41689C9.23831 5.45324 9.19758 5.48338 9.16706 5.46115L8.93152 5.28983L8.69597 5.46115C8.66545 5.48333 8.62481 5.45324 8.63606 5.41689L8.72344 5.136L8.49052 4.96095C8.46038 4.93825 8.47589 4.88965 8.51339 4.88931L8.80294 4.88707L8.89453 4.60757C8.90634 4.57136 8.95664 4.57136 8.9685 4.60757Z" fill="#F5F5F5"/>
|
|
46
|
+
<path d="M8.9685 6.06961L9.06009 6.34912L9.34964 6.35136C9.38714 6.35169 9.40266 6.40029 9.37251 6.423L9.13959 6.59805L9.22697 6.87893C9.23831 6.91528 9.19758 6.94542 9.16706 6.9232L8.93152 6.75187L8.69597 6.9232C8.66545 6.94542 8.62481 6.91528 8.63606 6.87893L8.72344 6.59805L8.49052 6.423C8.46038 6.40029 8.47589 6.35169 8.51339 6.35136L8.80294 6.34912L8.89453 6.06961C8.90634 6.03346 8.95664 6.03346 8.9685 6.06961Z" fill="#F5F5F5"/>
|
|
47
|
+
<path d="M10.0837 0.966361L10.1753 1.24587L10.4649 1.24811C10.5024 1.24844 10.5179 1.29709 10.4878 1.31975L10.2548 1.49475L10.3422 1.77564C10.3535 1.81198 10.3128 1.84213 10.2823 1.8199L10.0468 1.64857L9.8112 1.8199C9.78069 1.84213 9.74005 1.81198 9.7513 1.77564L9.83867 1.49475L9.60575 1.31975C9.57561 1.29704 9.59113 1.24839 9.62863 1.24811L9.91817 1.24587L10.0098 0.966361C10.0216 0.930158 10.0718 0.930158 10.0837 0.966361Z" fill="#F5F5F5"/>
|
|
48
|
+
<path d="M10.0837 2.42841L10.1753 2.70791L10.4649 2.71015C10.5024 2.71049 10.5179 2.75909 10.4878 2.78179L10.2548 2.95684L10.3422 3.23773C10.3535 3.27407 10.3128 3.30422 10.2823 3.28199L10.0468 3.11066L9.8112 3.28199C9.78069 3.30417 9.74005 3.27407 9.7513 3.23773L9.83867 2.95684L9.60575 2.78179C9.57561 2.75909 9.59113 2.71049 9.62863 2.71015L9.91817 2.70791L10.0098 2.42841C10.0216 2.39225 10.0718 2.39225 10.0837 2.42841Z" fill="#F5F5F5"/>
|
|
49
|
+
<path d="M10.0837 3.89054L10.1753 4.17004L10.4649 4.17229C10.5024 4.17262 10.5179 4.22122 10.4878 4.24393L10.2548 4.41897L10.3422 4.69986C10.3535 4.73621 10.3128 4.76635 10.2823 4.74412L10.0468 4.5728L9.8112 4.74412C9.78069 4.7663 9.74005 4.73625 9.7513 4.69986L9.83867 4.41897L9.60575 4.24393C9.57561 4.22122 9.59113 4.17262 9.62863 4.17229L9.91817 4.17004L10.0098 3.89054C10.0216 3.85434 10.0718 3.85434 10.0837 3.89054Z" fill="#F5F5F5"/>
|
|
50
|
+
<path d="M10.0837 5.35284L10.1753 5.63234L10.4649 5.63458C10.5024 5.63492 10.5179 5.68357 10.4878 5.70622L10.2548 5.88127L10.3422 6.16216C10.3535 6.19851 10.3128 6.22865 10.2823 6.20642L10.0468 6.0351L9.8112 6.20642C9.78069 6.2286 9.74005 6.19851 9.7513 6.16216L9.83867 5.88127L9.60575 5.70622C9.57561 5.68362 9.59113 5.63492 9.62863 5.63458L9.91817 5.63234L10.0098 5.35284C10.0216 5.31663 10.0718 5.31663 10.0837 5.35284Z" fill="#F5F5F5"/>
|
|
51
|
+
<path d="M10.0837 6.81488L10.1753 7.09439L10.4649 7.09663C10.5024 7.09696 10.5179 7.14556 10.4878 7.16827L10.2548 7.34332L10.3422 7.6242C10.3535 7.66055 10.3128 7.69069 10.2823 7.66846L10.0468 7.49714L9.8112 7.66846C9.78069 7.69064 9.74005 7.66055 9.7513 7.6242L9.83867 7.34332L9.60575 7.16827C9.57561 7.14556 9.59113 7.09696 9.62863 7.09663L9.91817 7.09439L10.0098 6.81488C10.0216 6.77873 10.0718 6.77873 10.0837 6.81488Z" fill="#F5F5F5"/>
|
|
52
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"success": true,
|
|
3
|
+
"code": 200,
|
|
4
|
+
"data": [
|
|
5
|
+
{
|
|
6
|
+
"id": 1,
|
|
7
|
+
"description": "Cuenta Vista"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": 2,
|
|
11
|
+
"description": "Cuenta Ahorro"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"id": 3,
|
|
15
|
+
"description": "Cuenta Corriente"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": 4,
|
|
19
|
+
"description": "Chequera Electrónica"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": 5,
|
|
23
|
+
"description": "Cuenta de Ahorro"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
;
|
|
28
|
+
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"success": true,
|
|
3
|
+
"code": 200,
|
|
4
|
+
"data": [
|
|
5
|
+
{
|
|
6
|
+
"id": 1,
|
|
7
|
+
"description": "Banco de Chile",
|
|
8
|
+
"accountNumber": "11111",
|
|
9
|
+
"type":"Chequera Electronica"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"id": 2,
|
|
13
|
+
"description": "Banco Estado",
|
|
14
|
+
"accountNumber": "22222",
|
|
15
|
+
"type":"Chequera Electronica 2"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": 3,
|
|
19
|
+
"description": "Banco Falabella",
|
|
20
|
+
"accountNumber": "33333",
|
|
21
|
+
"type":"Chequera Electronica 3"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": 4,
|
|
25
|
+
"description": "BCI",
|
|
26
|
+
"accountNumber": "44444",
|
|
27
|
+
"type":"Chequera Electronica 4"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": 5,
|
|
31
|
+
"description": "Itaú",
|
|
32
|
+
"accountNumber": "55555",
|
|
33
|
+
"type":"Chequera Electronica 5"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": 6,
|
|
37
|
+
"description": "Security",
|
|
38
|
+
"accountNumber": "666666",
|
|
39
|
+
"type":"Chequera Electronica 6"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": 7,
|
|
43
|
+
"description": "Scotiabank",
|
|
44
|
+
"accountNumber": "77777",
|
|
45
|
+
"type":"Chequera Electronica 6"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
;
|
|
50
|
+
|
|
51
|
+
export default _default;
|