admins-components 3.1.3 → 3.1.5
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.
|
@@ -2113,7 +2113,7 @@ _v(dC, "getId", (f, _) => `${f}_${_}`), _v(dC, "saveOptions", (f, _, h, x) => {
|
|
|
2113
2113
|
}));
|
|
2114
2114
|
});
|
|
2115
2115
|
let Yze = dC;
|
|
2116
|
-
const ePt = { class: "d-flex flex-row flex-wrap align-items-center gap-3" }, tPt = ["onClick", "title"], rPt = { class: "hdr-title d-flex align-items-center" }, nPt = ["onClick", "title"], iPt = { class: "d-flex flex-grow-1 justify-content-end gap-3" }, aPt = ["onClick", "title"], sPt = /* @__PURE__ */ ch({
|
|
2116
|
+
const ePt = { class: "hdr-container d-flex flex-row flex-wrap align-items-center gap-3" }, tPt = ["onClick", "title"], rPt = { class: "hdr-title d-flex align-items-center" }, nPt = ["onClick", "title"], iPt = { class: "d-flex flex-grow-1 justify-content-end gap-3" }, aPt = ["onClick", "title"], sPt = /* @__PURE__ */ ch({
|
|
2117
2117
|
__name: "HeaderComponent",
|
|
2118
2118
|
props: {
|
|
2119
2119
|
title: {},
|
|
@@ -191746,6 +191746,7 @@ export {
|
|
|
191746
191746
|
TAt as ArticleEditorService,
|
|
191747
191747
|
pnr as ArticleOfferElement,
|
|
191748
191748
|
gnr as ArticlePickerElement,
|
|
191749
|
+
SWe as CalendarComponent,
|
|
191749
191750
|
zne as CheckBox,
|
|
191750
191751
|
L6t as CheckBoxList,
|
|
191751
191752
|
SAt as ConfigService,
|
|
@@ -191760,6 +191761,7 @@ export {
|
|
|
191760
191761
|
Hrr as FilterDate,
|
|
191761
191762
|
Vrr as FilterDropDown,
|
|
191762
191763
|
Wrr as FilterText,
|
|
191764
|
+
sPt as HeaderComponent,
|
|
191763
191765
|
QM as IconButton,
|
|
191764
191766
|
hnr as ImagePickerElement,
|
|
191765
191767
|
s7 as Methods,
|
|
@@ -191768,9 +191770,9 @@ export {
|
|
|
191768
191770
|
kWe as RadioButton,
|
|
191769
191771
|
o4t as RadioButtonGroup,
|
|
191770
191772
|
CWe as SpinningProgress,
|
|
191771
|
-
Yze as TabelToListOptionsPersister,
|
|
191772
191773
|
I4t as TableToList,
|
|
191773
191774
|
B4t as TableToListOptions,
|
|
191775
|
+
Yze as TableToListOptionsPersister,
|
|
191774
191776
|
V4t as TextListBox,
|
|
191775
191777
|
EWe as ToastComponent,
|
|
191776
191778
|
K4t as ToastWrapper,
|
package/dist/src/index.d.ts
CHANGED
|
@@ -16,7 +16,9 @@ import { default as TableToListOptions, TableToListColumnOptions } from './compo
|
|
|
16
16
|
import { default as TextListBox, TextListBoxItem } from './components/TextListBox.vue';
|
|
17
17
|
import { default as ToastComponent, Toast } from './components/ToastComponent.vue';
|
|
18
18
|
import { default as ToastWrapper } from './components/ToastWrapper.vue';
|
|
19
|
-
import {
|
|
19
|
+
import { TableToListOptionsPersister } from './utils/TableToListColumnOptionsPersister';
|
|
20
|
+
import { default as CalendarComponent } from './components/CalendarComponent.vue';
|
|
21
|
+
import { default as HeaderComponent, IHeaderButton } from './components/HeaderComponent.vue';
|
|
20
22
|
import { default as ArticleOfferElement } from './vueformelements/ArticleOfferElement.vue';
|
|
21
23
|
import { default as ArticlePickerElement } from './vueformelements/ArticlePickerElement.vue';
|
|
22
24
|
import { default as ImagePickerElement } from './vueformelements/ImagePickerElement.vue';
|
|
@@ -31,12 +33,11 @@ declare const _default: {
|
|
|
31
33
|
};
|
|
32
34
|
export default _default;
|
|
33
35
|
export { ipeConfig, aoeConfig, apeConfig, ppeconfig };
|
|
34
|
-
export { CheckBox, CheckBoxList, DropDown, DropDownMenu, DropDownCallBack, FilterCompact, FilterControl, IconButton, PaginatorControl, RadioButton, RadioButtonGroup, SpinningProgress, TableToList, TableToListOptions, TextListBox, ToastComponent, ToastWrapper, ArticleOfferElement, ArticlePickerElement, ImagePickerElement, PartnerPickerElement, DateTimePickerElement, ArticleOfferElementConfig, ArticlePickerElementConfig, ImagePickerElementConfig, PartnerPickerElementConfig };
|
|
35
|
-
export { CheckBoxListItem, DropDownItem, DropDownCallBackItem, DropDownMenuItem, FilterDateFilter, IFilterItem, PaginatorSettings, RadioButtonGroupItem, TableToListConfig, Column, Sort, Action, TableToListColumnOptions, TextListBoxItem, Toast, FilterText, FilterDropDown, FilterDate,
|
|
36
|
+
export { CheckBox, CheckBoxList, DropDown, DropDownMenu, DropDownCallBack, FilterCompact, FilterControl, IconButton, PaginatorControl, RadioButton, RadioButtonGroup, SpinningProgress, TableToList, TableToListOptions, TextListBox, ToastComponent, ToastWrapper, CalendarComponent, HeaderComponent, ArticleOfferElement, ArticlePickerElement, ImagePickerElement, PartnerPickerElement, DateTimePickerElement, ArticleOfferElementConfig, ArticlePickerElementConfig, ImagePickerElementConfig, PartnerPickerElementConfig };
|
|
37
|
+
export { CheckBoxListItem, DropDownItem, DropDownCallBackItem, DropDownMenuItem, FilterDateFilter, IFilterItem, PaginatorSettings, RadioButtonGroupItem, TableToListConfig, Column, Sort, Action, TableToListColumnOptions, TextListBoxItem, Toast, FilterText, FilterDropDown, FilterDate, TableToListOptionsPersister, IHeaderButton, configureImagePickerElement, configureArticlePickerElement, configureArticleOfferElement, configurePartnerPickerElement };
|
|
36
38
|
export * from './utils/toastWrapper';
|
|
37
39
|
export * from './modells/Partners';
|
|
38
40
|
export * from './modells/SearchPosts';
|
|
39
|
-
export * from './components/HeaderComponent.vue';
|
|
40
41
|
export * from './utils/services';
|
|
41
42
|
export * from './utils/dateManipulation';
|
|
42
43
|
export * from './utils/configService';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
import { TableToListConfig } from '../components/TableToList.vue';
|
|
3
3
|
import { TableToListColumnOptions } from '../components/TableToListOptions.vue';
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class TableToListOptionsPersister {
|
|
5
5
|
static getId: (base: string, version: string) => string;
|
|
6
6
|
static saveOptions: (base: string, version: string, ttlo: TableToListConfig, ttlcos: TableToListColumnOptions[]) => void;
|
|
7
7
|
static cleanOptions: (base: string, version: string) => void;
|