adverich-kun-ui 0.1.587 → 0.1.588
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/config/kunDocumentConfig.js +14 -5
- package/dist/index.js +2 -0
- package/package.json +1 -1
|
@@ -1,14 +1,23 @@
|
|
|
1
|
-
const
|
|
1
|
+
const t = {
|
|
2
2
|
documentTypes: [],
|
|
3
3
|
countries: []
|
|
4
|
-
},
|
|
4
|
+
}, o = {
|
|
5
5
|
get documentTypes() {
|
|
6
|
-
return
|
|
6
|
+
return t.documentTypes;
|
|
7
7
|
},
|
|
8
8
|
get countries() {
|
|
9
|
-
return
|
|
9
|
+
return t.countries;
|
|
10
|
+
},
|
|
11
|
+
configure({ documentTypes: e, countries: n } = {}) {
|
|
12
|
+
e && (t.documentTypes = e), n && (t.countries = n);
|
|
13
|
+
},
|
|
14
|
+
setDocumentTypes(e) {
|
|
15
|
+
t.documentTypes = e || [];
|
|
16
|
+
},
|
|
17
|
+
setCountries(e) {
|
|
18
|
+
t.countries = e || [];
|
|
10
19
|
}
|
|
11
20
|
};
|
|
12
21
|
export {
|
|
13
|
-
|
|
22
|
+
o as kunDocumentConfig
|
|
14
23
|
};
|
package/dist/index.js
CHANGED
|
@@ -134,6 +134,7 @@ import { defineAsyncComponent as ko } from "vue";
|
|
|
134
134
|
/* empty css */
|
|
135
135
|
import { kunConfig as u, KUN_CONFIG_KEY as Mo } from "./config/kunConfig.js";
|
|
136
136
|
import { resolveConfigValue as Qe, useKunConfig as Xe } from "./config/kunConfig.js";
|
|
137
|
+
import { kunDocumentConfig as $e } from "./config/kunDocumentConfig.js";
|
|
137
138
|
const yo = /* @__PURE__ */ Object.assign({ "./components/KunAlert/src/components/KunAlert.vue": () => import("./components/KunAlert/src/components/KunAlert.vue.js"), "./components/KunAppbar/src/components/KunAppbar.vue": () => import("./components/KunAppbar/src/components/KunAppbar.vue.js"), "./components/KunAppbarTitle/src/components/KunAppbarTitle.vue": () => import("./components/KunAppbarTitle/src/components/KunAppbarTitle.vue.js"), "./components/KunAutocomplete/src/components/KunAutocomplete.vue": () => import("./components/KunAutocomplete/src/components/KunAutocomplete.vue.js"), "./components/KunAvatar/src/components/KunAvatar.vue": () => import("./components/KunAvatar/src/components/KunAvatar.vue.js"), "./components/KunBadge/src/components/KunBadge.vue": () => import("./components/KunBadge/src/components/KunBadge.vue.js"), "./components/KunBtn/src/components/KunBtn.vue": () => import("./components/KunBtn/src/components/KunBtn.vue.js"), "./components/KunCard/src/components/KunCard.vue": () => import("./components/KunCard/src/components/KunCard.vue.js"), "./components/KunCardActions/src/components/KunCardActions.vue": () => import("./components/KunCardActions/src/components/KunCardActions.vue.js"), "./components/KunCardItem/src/components/KunCardItem.vue": () => import("./components/KunCardItem/src/components/KunCardItem.vue.js"), "./components/KunCardSubtitle/src/components/KunCardSubtitle.vue": () => import("./components/KunCardSubtitle/src/components/KunCardSubtitle.vue.js"), "./components/KunCardText/src/components/KunCardText.vue": () => import("./components/KunCardText/src/components/KunCardText.vue.js"), "./components/KunCardTitle/src/components/KunCardTitle.vue": () => import("./components/KunCardTitle/src/components/KunCardTitle.vue.js"), "./components/KunCheckbox/src/components/KunCheckbox.vue": () => import("./components/KunCheckbox/src/components/KunCheckbox.vue.js"), "./components/KunChip/src/components/KunChip.vue": () => import("./components/KunChip/src/components/KunChip.vue.js"), "./components/KunClock/src/components/KunClock.vue": () => import("./components/KunClock/src/components/KunClock.vue.js"), "./components/KunCol/src/components/KunCol.vue": () => import("./components/KunCol/src/components/KunCol.vue.js"), "./components/KunContainer/src/components/KunContainer.vue": () => import("./components/KunContainer/src/components/KunContainer.vue.js"), "./components/KunCurrency/src/components/KunCurrency.vue": () => import("./components/KunCurrency/src/components/KunCurrency.vue.js"), "./components/KunDatePicker/src/components/KunDatePicker.vue": () => import("./components/KunDatePicker/src/components/KunDatePicker.vue.js"), "./components/KunDialog/src/components/KunDialog.vue": () => import("./components/KunDialog/src/components/KunDialog.vue.js"), "./components/KunDialog/src/components/KunDialogContent.vue": () => import("./components/KunDialog/src/components/KunDialogContent.vue.js"), "./components/KunDialog/src/components/KunDialogOverlay.vue": () => import("./components/KunDialog/src/components/KunDialogOverlay.vue.js"), "./components/KunDivider/src/components/KunDivider.vue": () => import("./components/KunDivider/src/components/KunDivider.vue.js"), "./components/KunDrawer/src/components/KunDrawer copy.vue": () => import("./components/KunDrawer/src/components/KunDrawer copy.vue.js"), "./components/KunDrawer/src/components/KunDrawer.vue": () => import("./components/KunDrawer/src/components/KunDrawer.vue.js"), "./components/KunFileInput/src/components/KunFileInput.vue": () => import("./components/KunFileInput/src/components/KunFileInput.vue.js"), "./components/KunForm/src/components/KunForm.vue": () => import("./components/KunForm/src/components/KunForm.vue.js"), "./components/KunIcon/src/components/KunIcon.vue": () => import("./components/KunIcon/src/components/KunIcon.vue.js"), "./components/KunInfiniteScroll/src/components/KunInfiniteScroll.vue": () => import("./components/KunInfiniteScroll/src/components/KunInfiniteScroll.vue.js"), "./components/KunList/src/components/KunList.vue": () => import("./components/KunList/src/components/KunList.vue.js"), "./components/KunListGroup/src/components/KunListGroup.vue": () => import("./components/KunListGroup/src/components/KunListGroup.vue.js"), "./components/KunListImg/src/components/KunListImg.vue": () => import("./components/KunListImg/src/components/KunListImg.vue.js"), "./components/KunListItem/src/components/KunListItem.vue": () => import("./components/KunListItem/src/components/KunListItem.vue.js"), "./components/KunListItemAction/src/components/KunListItemAction.vue": () => import("./components/KunListItemAction/src/components/KunListItemAction.vue.js"), "./components/KunListItemAvatar/src/components/KunListItemAvatar.vue": () => import("./components/KunListItemAvatar/src/components/KunListItemAvatar.vue.js"), "./components/KunListItemSubtitle/src/components/KunListItemSubtitle.vue": () => import("./components/KunListItemSubtitle/src/components/KunListItemSubtitle.vue.js"), "./components/KunListItemText/src/components/KunListItemText.vue": () => import("./components/KunListItemText/src/components/KunListItemText.vue.js"), "./components/KunListItemTitle/src/components/KunListItemTitle.vue": () => import("./components/KunListItemTitle/src/components/KunListItemTitle.vue.js"), "./components/KunListSubheader/src/components/KunListSubheader.vue": () => import("./components/KunListSubheader/src/components/KunListSubheader.vue.js"), "./components/KunLoaderCircular/src/components/KunLoaderCircular.vue": () => import("./components/KunLoaderCircular/src/components/KunLoaderCircular.vue.js"), "./components/KunMenu/src/components/KunMenu.vue": () => import("./components/KunMenu/src/components/KunMenu.vue.js"), "./components/KunModalFooter/src/components/KunModalFooter.vue": () => import("./components/KunModalFooter/src/components/KunModalFooter.vue.js"), "./components/KunModalFooter/src/components/KunMultipleModalFooter.vue": () => import("./components/KunModalFooter/src/components/KunMultipleModalFooter.vue.js"), "./components/KunNumberField/src/components/KunNumberField.vue": () => import("./components/KunNumberField/src/components/KunNumberField.vue.js"), "./components/KunRadio/src/components/KunRadio.vue": () => import("./components/KunRadio/src/components/KunRadio.vue.js"), "./components/KunRadioGroup/src/components/KunRadioGroup.vue": () => import("./components/KunRadioGroup/src/components/KunRadioGroup.vue.js"), "./components/KunRelationMatrix/src/components/KunRelationMatrix.vue": () => import("./components/KunRelationMatrix/src/components/KunRelationMatrix.vue.js"), "./components/KunRow/src/components/KunRow.vue": () => import("./components/KunRow/src/components/KunRow.vue.js"), "./components/KunSkeleton/src/components/KunSkeleton.vue": () => import("./components/KunSkeleton/src/components/KunSkeleton.vue.js"), "./components/KunSlider/src/components/KunSlider.vue": () => import("./components/KunSlider/src/components/KunSlider.vue.js"), "./components/KunSlider/src/components/KunThumb.vue": () => import("./components/KunSlider/src/components/KunThumb.vue.js"), "./components/KunSpacer/src/components/KunSpacer.vue": () => import("./components/KunSpacer/src/components/KunSpacer.vue.js"), "./components/KunSwitch/src/components/KunSwitch.vue": () => import("./components/KunSwitch/src/components/KunSwitch.vue.js"), "./components/KunTable/src/components/KunTable.vue": () => import("./components/KunTable/src/components/KunTable.vue.js"), "./components/KunTable/src/components/KunTableFilter.vue": () => import("./components/KunTable/src/components/KunTableFilter.vue.js"), "./components/KunTable/src/components/KunTableFooter.vue": () => import("./components/KunTable/src/components/KunTableFooter.vue.js"), "./components/KunTable/src/components/KunTableHeaders.vue": () => import("./components/KunTable/src/components/KunTableHeaders.vue.js"), "./components/KunTable/src/components/KunTableIterator.vue": () => import("./components/KunTable/src/components/KunTableIterator.vue.js"), "./components/KunTable/src/components/KunTableIterators.vue": () => import("./components/KunTable/src/components/KunTableIterators.vue.js"), "./components/KunTable/src/components/KunTableRow.vue": () => import("./components/KunTable/src/components/KunTableRow.vue.js"), "./components/KunTable/src/components/KunTableRows.vue": () => import("./components/KunTable/src/components/KunTableRows.vue.js"), "./components/KunTable/src/components/KunTableVirtual.vue": () => import("./components/KunTable/src/components/KunTableVirtual.vue.js"), "./components/KunTabs/src/components/KunTab.vue": () => import("./components/KunTabs/src/components/KunTab.vue.js"), "./components/KunTabs/src/components/KunTabWindow.vue": () => import("./components/KunTabs/src/components/KunTabWindow.vue.js"), "./components/KunTabs/src/components/KunTabs.vue": () => import("./components/KunTabs/src/components/KunTabs.vue.js"), "./components/KunTextField/src/components/KunTextField.vue": () => import("./components/KunTextField/src/components/KunTextField.vue.js"), "./components/KunTextarea/src/components/KunTextarea.vue": () => import("./components/KunTextarea/src/components/KunTextarea.vue.js"), "./components/KunToast/src/components/KunToast.vue": () => import("./components/KunToast/src/components/KunToast.vue.js"), "./components/KunToast/src/components/KunToaster.vue": () => import("./components/KunToast/src/components/KunToaster.vue.js"), "./components/KunToolbar/src/components/KunToolbar.vue": () => import("./components/KunToolbar/src/components/KunToolbar.vue.js"), "./components/KunToolbar/src/components/KunToolbarItems.vue": () => import("./components/KunToolbar/src/components/KunToolbarItems.vue.js"), "./components/KunToolbar/src/components/KunToolbarTitle.vue": () => import("./components/KunToolbar/src/components/KunToolbarTitle.vue.js"), "./components/KunTooltip/src/components/KunTooltip.vue": () => import("./components/KunTooltip/src/components/KunTooltip.vue.js"), "./components/KunVirtualScroller/src/components/KunVirtualScroller.vue": () => import("./components/KunVirtualScroller/src/components/KunVirtualScroller.vue.js") });
|
|
138
139
|
function s(o) {
|
|
139
140
|
return o.split("/").at(-1).replace(".vue", "");
|
|
@@ -214,6 +215,7 @@ export {
|
|
|
214
215
|
Po as default,
|
|
215
216
|
Bo as install,
|
|
216
217
|
u as kunConfig,
|
|
218
|
+
$e as kunDocumentConfig,
|
|
217
219
|
Qe as resolveConfigValue,
|
|
218
220
|
Xe as useKunConfig
|
|
219
221
|
};
|