sprof 0.0.44 → 0.0.46
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/classes/Contact.d.ts +0 -1
- package/dist/index.d.ts +1 -2
- package/dist/sprof.js +5441 -5589
- package/dist/sprof.umd.cjs +15 -15
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/ContactForm.vue.d.ts +0 -25
- package/dist/components/EmailForm.vue.d.ts +0 -10
package/dist/index.d.ts
CHANGED
|
@@ -20,7 +20,6 @@ import { default as PTextarea } from './components/atoms/PTextarea/PTextarea.vue
|
|
|
20
20
|
import { default as PTopSlider } from './components/atoms/PTopSlider/PTopSlider.vue';
|
|
21
21
|
import { default as AuthModal } from './components/AuthModal.vue';
|
|
22
22
|
import { default as CarouselImages } from './components/CarouselImages.vue';
|
|
23
|
-
import { default as ContactForm } from './components/ContactForm.vue';
|
|
24
23
|
import { default as ContextWindow } from './components/ContextWindow.vue';
|
|
25
24
|
import { default as DateInputRange } from './components/DateInputRange.vue';
|
|
26
25
|
import { default as DateInputRange_v2 } from './components/DateInputRange_v2.vue';
|
|
@@ -94,4 +93,4 @@ export * from './index';
|
|
|
94
93
|
export * from './PF';
|
|
95
94
|
export * from './types/index';
|
|
96
95
|
declare const pfName: string[];
|
|
97
|
-
export { AdaptiveContainer, AdaptiveContainerHorizontal, AdminGallery, ArrowLeft, ArrowRight, AuthForm, AuthModal, AuthPage, CarouselImages, CollapseContainer, CollapseItem,
|
|
96
|
+
export { AdaptiveContainer, AdaptiveContainerHorizontal, AdminGallery, ArrowLeft, ArrowRight, AuthForm, AuthModal, AuthPage, CarouselImages, CollapseContainer, CollapseItem, ContextWindow, DateInputRange, DateInputRange_v2, DoubleArrowLeft, DoubleArrowRight, DropList, EllipsisSvg, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, IconArrowLeft, IconCheckDefault, IconClose, IconDownload, IconEdit, IconEmail, IconFilter, IconMove, IconPhone, IconSearch, IconSelectArrow, ImageCropper, InfoItem, InfoItemSelectButtons, LeftRightContainer, MessageBody, PAdd, PageNotFound, PAutocomplete, PButton, PCheckBox, PContainer, PContainerStickyHead, PDatePicker, PDel, PDialog, PFlex, pfName, PhoneForm, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PLoader, PModal, PNotification, PPagination, PRadio, PRightSlider, PSelect, PSticky, PString, PTabs, PTextarea, PTopSlider, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, SelectValueType, servicesComponents, SingleNameToggleForm, SortList, SortSelect, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, typesNames, UploaderFile, UploaderImage, VerticalCollapseContainer, };
|