@varlet/ui 2.19.0-alpha.1699555048814 → 2.19.0-alpha.1699980903635
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/es/action-sheet/index.mjs +4 -3
- package/es/app-bar/index.mjs +4 -3
- package/es/avatar/index.mjs +4 -3
- package/es/avatar-group/index.mjs +4 -3
- package/es/back-top/index.mjs +4 -3
- package/es/badge/Badge.mjs +6 -7
- package/es/badge/badge.css +1 -1
- package/es/badge/index.mjs +4 -3
- package/es/bottom-navigation/index.mjs +4 -3
- package/es/bottom-navigation-item/index.mjs +4 -3
- package/es/breadcrumb/index.mjs +4 -3
- package/es/breadcrumbs/index.mjs +4 -3
- package/es/button-group/index.mjs +4 -1
- package/es/card/index.mjs +4 -3
- package/es/cell/index.mjs +4 -3
- package/es/checkbox/index.mjs +4 -3
- package/es/checkbox-group/index.mjs +4 -3
- package/es/chip/index.mjs +4 -3
- package/es/col/index.mjs +4 -3
- package/es/collapse/index.mjs +4 -3
- package/es/collapse-item/index.mjs +4 -3
- package/es/countdown/index.mjs +4 -3
- package/es/counter/index.mjs +4 -3
- package/es/date-picker/DatePicker.mjs +116 -122
- package/es/date-picker/index.mjs +4 -3
- package/es/date-picker/props.mjs +2 -61
- package/es/date-picker/src/day-picker-panel.mjs +13 -20
- package/es/date-picker/src/month-picker-panel.mjs +6 -8
- package/es/date-picker/src/panel-header.mjs +1 -1
- package/es/date-picker/src/year-picker-panel.mjs +2 -0
- package/es/dialog/index.mjs +4 -3
- package/es/divider/index.mjs +4 -3
- package/es/drag/index.mjs +4 -3
- package/es/ellipsis/index.mjs +5 -2
- package/es/fab/index.mjs +5 -2
- package/es/field-decorator/index.mjs +4 -3
- package/es/floating-panel/index.mjs +3 -1
- package/es/form/index.mjs +4 -3
- package/es/form-details/index.mjs +4 -3
- package/es/hover-overlay/index.mjs +4 -1
- package/es/icon/index.mjs +4 -3
- package/es/image/index.mjs +4 -3
- package/es/image-preview/index.mjs +4 -3
- package/es/index-anchor/index.mjs +4 -3
- package/es/index-bar/index.mjs +4 -3
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/input/index.mjs +4 -3
- package/es/link/Link.mjs +4 -3
- package/es/link/index.mjs +4 -3
- package/es/list/index.mjs +4 -3
- package/es/loading/index.mjs +4 -3
- package/es/loading-bar/index.mjs +2 -2
- package/es/menu/index.mjs +4 -3
- package/es/menu-option/index.mjs +4 -3
- package/es/menu-select/index.mjs +5 -2
- package/es/option/index.mjs +4 -3
- package/es/overlay/index.mjs +4 -3
- package/es/pagination/index.mjs +4 -3
- package/es/paper/index.mjs +4 -3
- package/es/picker/index.mjs +4 -3
- package/es/popup/index.mjs +4 -3
- package/es/progress/index.mjs +4 -3
- package/es/pull-refresh/index.mjs +4 -3
- package/es/radio/index.mjs +4 -3
- package/es/radio-group/index.mjs +4 -3
- package/es/rate/index.mjs +4 -3
- package/es/result/index.mjs +4 -3
- package/es/row/index.mjs +4 -3
- package/es/select/index.mjs +4 -3
- package/es/skeleton/index.mjs +4 -3
- package/es/slider/index.mjs +4 -3
- package/es/slider/slider.css +1 -1
- package/es/snackbar/index.mjs +4 -3
- package/es/space/index.mjs +4 -3
- package/es/step/index.mjs +4 -3
- package/es/steps/index.mjs +4 -3
- package/es/sticky/index.mjs +4 -3
- package/es/style-provider/index.mjs +4 -3
- package/es/style.css +1 -1
- package/es/swipe/index.mjs +4 -3
- package/es/switch/index.mjs +4 -3
- package/es/tab/index.mjs +4 -3
- package/es/tab-item/index.mjs +4 -3
- package/es/table/index.mjs +4 -3
- package/es/tabs/index.mjs +4 -3
- package/es/tabs-items/index.mjs +4 -3
- package/es/time-picker/index.mjs +4 -3
- package/es/tooltip/index.mjs +4 -3
- package/es/uploader/index.mjs +4 -3
- package/es/utils/components.mjs +7 -1
- package/es/varlet.esm.js +5076 -5056
- package/es/watermark/index.mjs +5 -2
- package/highlight/web-types.en-US.json +10 -10
- package/highlight/web-types.zh-CN.json +9 -9
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +726 -709
- package/package.json +7 -7
- package/types/actionSheet.d.ts +4 -2
- package/types/appBar.d.ts +4 -2
- package/types/avatar.d.ts +4 -2
- package/types/avatarGroup.d.ts +4 -2
- package/types/backTop.d.ts +4 -2
- package/types/badge.d.ts +4 -2
- package/types/bottomNavigation.d.ts +4 -2
- package/types/bottomNavigationItem.d.ts +4 -2
- package/types/breadcrumb.d.ts +4 -2
- package/types/breadcrumbs.d.ts +4 -2
- package/types/buttonGroup.d.ts +10 -2
- package/types/card.d.ts +4 -2
- package/types/cell.d.ts +4 -2
- package/types/checkbox.d.ts +4 -2
- package/types/checkboxGroup.d.ts +10 -2
- package/types/chip.d.ts +11 -2
- package/types/col.d.ts +4 -2
- package/types/collapse.d.ts +4 -2
- package/types/collapseItem.d.ts +4 -2
- package/types/countdown.d.ts +4 -2
- package/types/counter.d.ts +4 -2
- package/types/datePicker.d.ts +4 -2
- package/types/dialog.d.ts +4 -2
- package/types/divider.d.ts +4 -2
- package/types/drag.d.ts +4 -2
- package/types/ellipsis.d.ts +4 -2
- package/types/fab.d.ts +4 -2
- package/types/floatingPanel.d.ts +5 -1
- package/types/form.d.ts +4 -2
- package/types/formDetails.d.ts +4 -2
- package/types/hoverOverlay.d.ts +4 -2
- package/types/icon.d.ts +4 -2
- package/types/image.d.ts +4 -2
- package/types/imagePreview.d.ts +6 -2
- package/types/indexAnchor.d.ts +4 -2
- package/types/indexBar.d.ts +4 -2
- package/types/input.d.ts +4 -2
- package/types/link.d.ts +4 -2
- package/types/list.d.ts +4 -2
- package/types/loading.d.ts +4 -2
- package/types/menu.d.ts +4 -2
- package/types/menuOption.d.ts +4 -2
- package/types/menuSelect.d.ts +4 -2
- package/types/option.d.ts +4 -2
- package/types/overlay.d.ts +4 -2
- package/types/pagination.d.ts +4 -2
- package/types/paper.d.ts +4 -2
- package/types/picker.d.ts +4 -2
- package/types/popup.d.ts +4 -2
- package/types/progress.d.ts +4 -2
- package/types/pullRefresh.d.ts +4 -2
- package/types/radio.d.ts +4 -2
- package/types/radioGroup.d.ts +10 -2
- package/types/rate.d.ts +4 -2
- package/types/result.d.ts +4 -2
- package/types/row.d.ts +4 -2
- package/types/select.d.ts +4 -2
- package/types/skeleton.d.ts +4 -2
- package/types/slider.d.ts +10 -2
- package/types/snackbar.d.ts +4 -2
- package/types/space.d.ts +4 -2
- package/types/step.d.ts +4 -2
- package/types/steps.d.ts +10 -2
- package/types/sticky.d.ts +4 -2
- package/types/styleProvider.d.ts +5 -4
- package/types/swipe.d.ts +4 -2
- package/types/switch.d.ts +4 -2
- package/types/tab.d.ts +4 -2
- package/types/tabItem.d.ts +4 -2
- package/types/table.d.ts +4 -2
- package/types/tabs.d.ts +10 -2
- package/types/tabsItems.d.ts +4 -2
- package/types/timePicker.d.ts +4 -2
- package/types/tooltip.d.ts +4 -2
- package/types/uploader.d.ts +4 -2
- package/types/varComponent.d.ts +1 -1
- package/types/watermark.d.ts +4 -2
- package/umd/varlet.js +6 -6
|
@@ -17,7 +17,8 @@ var __spreadValues = (a, b) => {
|
|
|
17
17
|
import VarActionSheet from "./ActionSheet.mjs";
|
|
18
18
|
import { nextTick, reactive } from "vue";
|
|
19
19
|
import { inBrowser, call } from "@varlet/shared";
|
|
20
|
-
import { mountInstance, withInstall } from "../utils/components.mjs";
|
|
20
|
+
import { mountInstance, withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
21
|
+
import { props as actionSheetProps } from "./props.mjs";
|
|
21
22
|
let singletonOptions;
|
|
22
23
|
let defaultOptions = {};
|
|
23
24
|
function normalizeOptions(options = {}) {
|
|
@@ -75,11 +76,11 @@ ActionSheet.close = function() {
|
|
|
75
76
|
ActionSheet.Component = VarActionSheet;
|
|
76
77
|
withInstall(VarActionSheet);
|
|
77
78
|
withInstall(VarActionSheet, ActionSheet);
|
|
78
|
-
|
|
79
|
+
withPropsDefaultsSetter(ActionSheet, actionSheetProps);
|
|
79
80
|
const _ActionSheetComponent = VarActionSheet;
|
|
80
81
|
var stdin_default = ActionSheet;
|
|
81
82
|
export {
|
|
82
83
|
_ActionSheetComponent,
|
|
83
|
-
|
|
84
|
+
actionSheetProps,
|
|
84
85
|
stdin_default as default
|
|
85
86
|
};
|
package/es/app-bar/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import AppBar from "./AppBar.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as appBarProps } from "./props.mjs";
|
|
3
4
|
withInstall(AppBar);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(AppBar, appBarProps);
|
|
5
6
|
const _AppBarComponent = AppBar;
|
|
6
7
|
var stdin_default = AppBar;
|
|
7
8
|
export {
|
|
8
9
|
_AppBarComponent,
|
|
9
|
-
|
|
10
|
+
appBarProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
package/es/avatar/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import Avatar from "./Avatar.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as avatarProps } from "./props.mjs";
|
|
3
4
|
withInstall(Avatar);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(Avatar, avatarProps);
|
|
5
6
|
const _AvatarComponent = Avatar;
|
|
6
7
|
var stdin_default = Avatar;
|
|
7
8
|
export {
|
|
8
9
|
_AvatarComponent,
|
|
9
|
-
|
|
10
|
+
avatarProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import AvatarGroup from "./AvatarGroup.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as avatarGroupProps } from "./props.mjs";
|
|
3
4
|
withInstall(AvatarGroup);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(AvatarGroup, avatarGroupProps);
|
|
5
6
|
const _AvatarGroupComponent = AvatarGroup;
|
|
6
7
|
var stdin_default = AvatarGroup;
|
|
7
8
|
export {
|
|
8
9
|
_AvatarGroupComponent,
|
|
9
|
-
|
|
10
|
+
avatarGroupProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
package/es/back-top/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import BackTop from "./BackTop.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as backTopProps } from "./props.mjs";
|
|
3
4
|
withInstall(BackTop);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(BackTop, backTopProps);
|
|
5
6
|
const _BackTopComponent = BackTop;
|
|
6
7
|
var stdin_default = BackTop;
|
|
7
8
|
export {
|
|
8
9
|
_BackTopComponent,
|
|
9
|
-
|
|
10
|
+
backTopProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
package/es/badge/Badge.mjs
CHANGED
|
@@ -4,7 +4,9 @@ import { computed, defineComponent } from "vue";
|
|
|
4
4
|
import { props } from "./props.mjs";
|
|
5
5
|
import { createNamespace } from "../utils/components.mjs";
|
|
6
6
|
const { name, n, classes } = createNamespace("badge");
|
|
7
|
-
import { renderSlot as _renderSlot, resolveComponent as _resolveComponent, normalizeClass as _normalizeClass, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, createElementBlock as _createElementBlock, vShow as _vShow, mergeProps as _mergeProps, createElementVNode as _createElementVNode, withDirectives as _withDirectives, Transition as _Transition, withCtx as _withCtx, createVNode as _createVNode } from "vue";
|
|
7
|
+
import { renderSlot as _renderSlot, resolveComponent as _resolveComponent, normalizeClass as _normalizeClass, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, createElementBlock as _createElementBlock, vShow as _vShow, mergeProps as _mergeProps, createElementVNode as _createElementVNode, withDirectives as _withDirectives, Transition as _Transition, withCtx as _withCtx, createVNode as _createVNode, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
8
|
+
const _withScopeId = (n2) => (_pushScopeId(""), n2 = n2(), _popScopeId(), n2);
|
|
9
|
+
const _hoisted_1 = { key: 0 };
|
|
8
10
|
function __render__(_ctx, _cache) {
|
|
9
11
|
const _component_var_icon = _resolveComponent("var-icon");
|
|
10
12
|
return _openBlock(), _createElementBlock(
|
|
@@ -42,13 +44,10 @@ function __render__(_ctx, _cache) {
|
|
|
42
44
|
_renderSlot(_ctx.$slots, "value", {}, () => [
|
|
43
45
|
!_ctx.icon && !_ctx.dot ? (_openBlock(), _createElementBlock(
|
|
44
46
|
"span",
|
|
45
|
-
|
|
46
|
-
key: 0,
|
|
47
|
-
class: _normalizeClass(_ctx.n("value"))
|
|
48
|
-
},
|
|
47
|
+
_hoisted_1,
|
|
49
48
|
_toDisplayString(_ctx.value),
|
|
50
|
-
|
|
51
|
-
/* TEXT
|
|
49
|
+
1
|
|
50
|
+
/* TEXT */
|
|
52
51
|
)) : _createCommentVNode("v-if", true)
|
|
53
52
|
])
|
|
54
53
|
],
|
package/es/badge/badge.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root { --badge-content-padding: 2px 6px; --badge-content-border: none; --badge-content-border-radius: 100px; --badge-icon-size: 12px; --badge-default-color: #e0e0e0; --badge-primary-color: var(--color-primary); --badge-danger-color: var(--color-danger); --badge-success-color: var(--color-success); --badge-warning-color: var(--color-warning); --badge-info-color: var(--color-info);}.var-badge { display: inline-block; position: relative; transition: background-color 0.25s;}.var-badge__content { display: inline-block; vertical-align: middle; text-align: center; padding: var(--badge-content-padding); border: var(--badge-content-border); border-radius: var(--badge-content-border-radius); color: #fff; font-size:
|
|
1
|
+
:root { --badge-content-padding: 2px 6px; --badge-content-border: none; --badge-content-border-radius: 100px; --badge-content-font-size: 12px; --badge-icon-size: 12px; --badge-default-color: #e0e0e0; --badge-primary-color: var(--color-primary); --badge-danger-color: var(--color-danger); --badge-success-color: var(--color-success); --badge-warning-color: var(--color-warning); --badge-info-color: var(--color-info);}.var-badge { display: inline-block; position: relative; transition: background-color 0.25s;}.var-badge__content { display: inline-block; vertical-align: middle; text-align: center; padding: var(--badge-content-padding); border: var(--badge-content-border); border-radius: var(--badge-content-border-radius); color: #fff; font-size: var(--badge-content-font-size);}.var-badge__icon[var-badge-cover] { font-size: var(--badge-icon-size);}.var-badge--icon { padding: 2px 4px;}.var-badge--dot { box-sizing: content-box; width: 8px; height: 8px; border-radius: 8px; padding: 0;}.var-badge--default { background: var(--badge-default-color);}.var-badge--primary { background: var(--badge-primary-color);}.var-badge--info { background: var(--badge-info-color);}.var-badge--warning { background: var(--badge-warning-color);}.var-badge--success { background: var(--badge-success-color);}.var-badge--danger { background: var(--badge-danger-color);}.var-badge--right-top { position: absolute; top: 0; right: 0; transform: translateY(-50%) translateX(50%);}.var-badge--left-top { position: absolute; top: 0; left: 0; transform: translateY(-50%) translateX(-50%);}.var-badge--right-bottom { position: absolute; bottom: 0; right: 0; transform: translateY(50%) translateX(50%);}.var-badge--left-bottom { position: absolute; bottom: 0; left: 0; transform: translateY(50%) translateX(-50%);}.var-badge-fade-enter-active,.var-badge-fade-leave-active { transition: opacity 0.15s var(--cubic-bezier);}.var-badge-fade-enter-from,.var-badge-fade-leave-to { opacity: 0;}
|
package/es/badge/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import Badge from "./Badge.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as badgeProps } from "./props.mjs";
|
|
3
4
|
withInstall(Badge);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(Badge, badgeProps);
|
|
5
6
|
const _BadgeComponent = Badge;
|
|
6
7
|
var stdin_default = Badge;
|
|
7
8
|
export {
|
|
8
9
|
_BadgeComponent,
|
|
9
|
-
|
|
10
|
+
badgeProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import BottomNavigation from "./BottomNavigation.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as bottomNavigationProps } from "./props.mjs";
|
|
3
4
|
withInstall(BottomNavigation);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(BottomNavigation, bottomNavigationProps);
|
|
5
6
|
const _BottomNavigationComponent = BottomNavigation;
|
|
6
7
|
var stdin_default = BottomNavigation;
|
|
7
8
|
export {
|
|
8
9
|
_BottomNavigationComponent,
|
|
9
|
-
|
|
10
|
+
bottomNavigationProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import BottomNavigationItem from "./BottomNavigationItem.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as bottomNavigationItemProps } from "./props.mjs";
|
|
3
4
|
withInstall(BottomNavigationItem);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(BottomNavigationItem, bottomNavigationItemProps);
|
|
5
6
|
const _BottomNavigationItemComponent = BottomNavigationItem;
|
|
6
7
|
var stdin_default = BottomNavigationItem;
|
|
7
8
|
export {
|
|
8
9
|
_BottomNavigationItemComponent,
|
|
9
|
-
|
|
10
|
+
bottomNavigationItemProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
package/es/breadcrumb/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import Breadcrumb from "./Breadcrumb.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as breadcrumbProps } from "./props.mjs";
|
|
3
4
|
withInstall(Breadcrumb);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(Breadcrumb, breadcrumbProps);
|
|
5
6
|
const _BreadcrumbComponent = Breadcrumb;
|
|
6
7
|
var stdin_default = Breadcrumb;
|
|
7
8
|
export {
|
|
8
9
|
_BreadcrumbComponent,
|
|
9
|
-
|
|
10
|
+
breadcrumbProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
package/es/breadcrumbs/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import Breadcrumbs from "./Breadcrumbs.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as breadcrumbsProps } from "./props.mjs";
|
|
3
4
|
withInstall(Breadcrumbs);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(Breadcrumbs, breadcrumbsProps);
|
|
5
6
|
const _BreadcrumbsComponent = Breadcrumbs;
|
|
6
7
|
var stdin_default = Breadcrumbs;
|
|
7
8
|
export {
|
|
8
9
|
_BreadcrumbsComponent,
|
|
9
|
-
|
|
10
|
+
breadcrumbsProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import ButtonGroup from "./ButtonGroup.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as buttonGroupProps } from "./props.mjs";
|
|
3
4
|
withInstall(ButtonGroup);
|
|
5
|
+
withPropsDefaultsSetter(ButtonGroup, buttonGroupProps);
|
|
4
6
|
const _ButtonGroupComponent = ButtonGroup;
|
|
5
7
|
var stdin_default = ButtonGroup;
|
|
6
8
|
export {
|
|
7
9
|
_ButtonGroupComponent,
|
|
10
|
+
buttonGroupProps,
|
|
8
11
|
stdin_default as default
|
|
9
12
|
};
|
package/es/card/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import Card from "./Card.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as cardProps } from "./props.mjs";
|
|
3
4
|
withInstall(Card);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(Card, cardProps);
|
|
5
6
|
const _CardComponent = Card;
|
|
6
7
|
var stdin_default = Card;
|
|
7
8
|
export {
|
|
8
9
|
_CardComponent,
|
|
9
|
-
|
|
10
|
+
cardProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
package/es/cell/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import Cell from "./Cell.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as cellProps } from "./props.mjs";
|
|
3
4
|
withInstall(Cell);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(Cell, cellProps);
|
|
5
6
|
const _CellComponent = Cell;
|
|
6
7
|
var stdin_default = Cell;
|
|
7
8
|
export {
|
|
8
9
|
_CellComponent,
|
|
9
|
-
|
|
10
|
+
cellProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
package/es/checkbox/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import Checkbox from "./Checkbox.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as checkboxProps } from "./props.mjs";
|
|
3
4
|
withInstall(Checkbox);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(Checkbox, checkboxProps);
|
|
5
6
|
const _CheckboxComponent = Checkbox;
|
|
6
7
|
var stdin_default = Checkbox;
|
|
7
8
|
export {
|
|
8
9
|
_CheckboxComponent,
|
|
9
|
-
|
|
10
|
+
checkboxProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import CheckboxGroup from "./CheckboxGroup.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as checkboxGroupProps } from "./props.mjs";
|
|
3
4
|
withInstall(CheckboxGroup);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(CheckboxGroup, checkboxGroupProps);
|
|
5
6
|
const _CheckboxGroupComponent = CheckboxGroup;
|
|
6
7
|
var stdin_default = CheckboxGroup;
|
|
7
8
|
export {
|
|
8
9
|
_CheckboxGroupComponent,
|
|
9
|
-
|
|
10
|
+
checkboxGroupProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
package/es/chip/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import Chip from "./Chip.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as chipProps } from "./props.mjs";
|
|
3
4
|
withInstall(Chip);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(Chip, chipProps);
|
|
5
6
|
const _ChipComponent = Chip;
|
|
6
7
|
var stdin_default = Chip;
|
|
7
8
|
export {
|
|
8
9
|
_ChipComponent,
|
|
9
|
-
|
|
10
|
+
chipProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
package/es/col/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import Col from "./Col.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as colProps } from "./props.mjs";
|
|
3
4
|
withInstall(Col);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(Col, colProps);
|
|
5
6
|
const _ColComponent = Col;
|
|
6
7
|
var stdin_default = Col;
|
|
7
8
|
export {
|
|
8
9
|
_ColComponent,
|
|
9
|
-
|
|
10
|
+
colProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
package/es/collapse/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import Collapse from "./Collapse.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as collapseProps } from "./props.mjs";
|
|
3
4
|
withInstall(Collapse);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(Collapse, collapseProps);
|
|
5
6
|
const _CollapseComponent = Collapse;
|
|
6
7
|
var stdin_default = Collapse;
|
|
7
8
|
export {
|
|
8
9
|
_CollapseComponent,
|
|
9
|
-
|
|
10
|
+
collapseProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import CollapseItem from "./CollapseItem.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as collapseItemProps } from "./props.mjs";
|
|
3
4
|
withInstall(CollapseItem);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(CollapseItem, collapseItemProps);
|
|
5
6
|
const _CollapseItemComponent = CollapseItem;
|
|
6
7
|
var stdin_default = CollapseItem;
|
|
7
8
|
export {
|
|
8
9
|
_CollapseItemComponent,
|
|
9
|
-
|
|
10
|
+
collapseItemProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
package/es/countdown/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import Countdown from "./Countdown.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as countdownProps } from "./props.mjs";
|
|
3
4
|
withInstall(Countdown);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(Countdown, countdownProps);
|
|
5
6
|
const _CountdownComponent = Countdown;
|
|
6
7
|
var stdin_default = Countdown;
|
|
7
8
|
export {
|
|
8
9
|
_CountdownComponent,
|
|
9
|
-
|
|
10
|
+
countdownProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|
package/es/counter/index.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import Counter from "./Counter.mjs";
|
|
2
|
-
import { withInstall } from "../utils/components.mjs";
|
|
2
|
+
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
|
|
3
|
+
import { props as counterProps } from "./props.mjs";
|
|
3
4
|
withInstall(Counter);
|
|
4
|
-
|
|
5
|
+
withPropsDefaultsSetter(Counter, counterProps);
|
|
5
6
|
const _CounterComponent = Counter;
|
|
6
7
|
var stdin_default = Counter;
|
|
7
8
|
export {
|
|
8
9
|
_CounterComponent,
|
|
9
|
-
|
|
10
|
+
counterProps,
|
|
10
11
|
stdin_default as default
|
|
11
12
|
};
|