sprof 0.0.40 → 0.0.41
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/index.d.ts +2 -1
- package/dist/sprof.js +2 -1
- package/dist/sprof.umd.cjs +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -94,4 +94,5 @@ declare const servicesComponents: {
|
|
|
94
94
|
export * from './index';
|
|
95
95
|
export * from './PF';
|
|
96
96
|
export * from './types/index';
|
|
97
|
-
|
|
97
|
+
declare const pfName: string[];
|
|
98
|
+
export { AdaptiveContainer, AdaptiveContainerHorizontal, AdminGallery, ArrowLeft, ArrowRight, AuthForm, AuthModal, AuthPage, CarouselImages, CollapseContainer, CollapseItem, ContactForm, ContextWindow, DateInputRange, DateInputRange_v2, DoubleArrowLeft, DoubleArrowRight, DropList, EllipsisSvg, EmailForm, 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, };
|
package/dist/sprof.js
CHANGED
|
@@ -12734,7 +12734,7 @@ const p1 = /* @__PURE__ */ E(f1, [["render", g1], ["__scopeId", "data-v-4d1abb74
|
|
|
12734
12734
|
install: function(t) {
|
|
12735
12735
|
t.component("PButton", Ne), t.component("PCheckBox", Ro), t.component("PDatePicker", Wh), t.component("PFlex", Ao), t.component("PInput", St), t.component("PInputDate", $o), t.component("PInputNumber", jh), t.component("PLeftSlider", Qh), t.component("PList", ef), t.component("PListItem", nf), t.component("PRadio", af), t.component("PRightSlider", df), t.component("PSelect", Vt), t.component("PSticky", ss), t.component("PString", Oe), t.component("PTextarea", If), t.component("PTopSlider", Ef), t.component("IconDownload", Sm), t.component("IconFilter", Mm), t.component("ArrowLeft", rs), t.component("ArrowRight", os), t.component("DoubleArrowLeft", Ho), t.component("DoubleArrowRight", Oo), t.component("EllipsisSvg", zo), t.component("IconArrowLeft", Im), t.component("IconCheckDefault", Io), t.component("IconClose", ji), t.component("IconEdit", Am), t.component("IconEmail", Em), t.component("IconMove", Tm), t.component("IconPhone", Hm), t.component("IconSearch", Fo), t.component("IconSelectArrow", Eo), t.component("CollapseContainer", zg), t.component("CollapseItem", Ng), t.component("VerticalCollapseContainer", Gg), t.component("PAdd", Zg), t.component("PContainer", ta), t.component("PContainerStickyHead", Qg), t.component("PDel", ip), t.component("PTabs", rp), t.component("UploaderFile", fp), t.component("AuthForm", ts), t.component("PModal", Zi), t.component("AuthPage", mo), t.component("PageNotFound", go), t.component("AdaptiveContainer", Da), t.component("AdaptiveContainerHorizontal", Ua), t.component("AdminGallery", Fh), t.component("AuthModal", Tf), t.component("CarouselImages", Bf), t.component("ContactForm", Zf), t.component("ContextWindow", Jf), t.component("DateInputRangeV2", im), t.component("DateInputRange", Qf), t.component("DropList", om), t.component("EmailForm", Po), t.component("FilterCheckbox", lm), t.component("FiltersButtonsSelect", fm), t.component("FilterSelect", pm), t.component("FTSPPanel", ym), t.component("GeneralItem", bm), t.component("GridContainer", Ji), t.component("ImageCropper", ea), t.component("InfoItem", Ot), t.component("InfoItemSelectButtons", Ig), t.component("LeftRightContainer", Eg), t.component("MessageBody", ds), t.component("PAutocomplete", ia), t.component("PDialog", Cp), t.component("PhoneForm", To), t.component("PLoader", Mp), t.component("PNotification", Ip), t.component("PPagination", Tp), t.component("RemoteSearch", Hp), t.component("ResearcheContainer", Dp), t.component("RightSliderContainer", Vp), t.component("RightTabsContainer", Jp), t.component("SelectValueType", Qp), t.component("SingleNameToggleForm", t1), t.component("SortList", s1), t.component("SortSelect", a1), t.component("Switch3Pos", h1), t.component("ThemeWrapper", p1), t.component("ToggleInfoItem", y1), t.component("TopSliderContainer", S1), t.component("UploaderImage", P1);
|
|
12736
12736
|
}
|
|
12737
|
-
};
|
|
12737
|
+
}, l0 = ["PF"];
|
|
12738
12738
|
export {
|
|
12739
12739
|
Da as AdaptiveContainer,
|
|
12740
12740
|
Ua as AdaptiveContainerHorizontal,
|
|
@@ -12824,6 +12824,7 @@ export {
|
|
|
12824
12824
|
fp as UploaderFile,
|
|
12825
12825
|
P1 as UploaderImage,
|
|
12826
12826
|
Gg as VerticalCollapseContainer,
|
|
12827
|
+
l0 as pfName,
|
|
12827
12828
|
a0 as servicesComponents,
|
|
12828
12829
|
o0 as typesNames
|
|
12829
12830
|
};
|