@factoringplus/pl-components-pack-v3 1.3.4-pre-sign-02 → 1.3.4-pre-sign-03
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/components.d.ts +1 -2
- package/dist/pl-components-pack-v3.es.js +22015 -25263
- package/dist/pl-components-pack-v3.umd.js +50 -56
- package/dist/services/SigningService/index.d.ts +0 -49
- package/dist/style.css +1 -1
- package/package.json +1 -2
- package/dist/services/SigningService/SigningService.vue.d.ts +0 -55
- package/dist/services/SigningService/components/AddingES/AddingES.vue.d.ts +0 -43
- package/dist/services/SigningService/components/ErrorSystem/ErrorSystem.vue.d.ts +0 -39
- package/dist/services/SigningService/components/LoadingTemplate.vue.d.ts +0 -31
- package/dist/services/SigningService/components/ModalTemplate.vue.d.ts +0 -54
- package/dist/services/SigningService/components/SignFiles/SIgnFiles.vue.d.ts +0 -43
@@ -10,7 +10,6 @@ import { default as PlTooltip } from './deprecated/pl-tooltip';
|
|
10
10
|
import { default as PlUpload } from './deprecated/pl-upload';
|
11
11
|
import { default as PlUploadLegacy } from './deprecated/pl-upload-legacy';
|
12
12
|
import { default as PlDialog } from './deprecated/pl-dialog';
|
13
|
-
import { default as PlSigningService } from '../services/SigningService';
|
14
13
|
import { default as PlButton } from './basic/pl-button';
|
15
14
|
import { default as PlAutocomplete } from './form/pl-autocomplete';
|
16
15
|
import { default as PlCard } from './data/pl-card';
|
@@ -88,4 +87,4 @@ export * from '../plugins/filters';
|
|
88
87
|
export * from '../plugins/api/api';
|
89
88
|
export * from './data/pl-table-plus/components/Pagination';
|
90
89
|
export * from './data/pl-tags-chips';
|
91
|
-
export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSnackbar, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination,
|
90
|
+
export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSnackbar, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlTagsChips, };
|