@ray-js/smart-ui 2.1.6 → 2.1.7-beta-2
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/@types/action-sheet/index.js +1 -2
- package/dist/@types/base/component.js +1 -2
- package/dist/@types/base/events.js +1 -2
- package/dist/@types/base/external-class-name.js +1 -2
- package/dist/@types/base/index.d.ts +4 -4
- package/dist/@types/base/index.js +1 -20
- package/dist/@types/base/open-type.js +1 -2
- package/dist/@types/battery/index.js +1 -2
- package/dist/@types/bottom-sheet/index.js +1 -2
- package/dist/@types/button/index.js +1 -2
- package/dist/@types/calendar/index.js +1 -2
- package/dist/@types/cascader/index.js +1 -2
- package/dist/@types/cell/index.js +1 -2
- package/dist/@types/cell-group/index.js +1 -2
- package/dist/@types/checkbox/index.js +1 -2
- package/dist/@types/checkbox-group/index.js +1 -2
- package/dist/@types/circle/index.js +1 -2
- package/dist/@types/col/index.js +1 -2
- package/dist/@types/collapse/index.js +1 -2
- package/dist/@types/collapse-item/index.js +1 -2
- package/dist/@types/config-provider/index.js +1 -2
- package/dist/@types/config-provider/theme-vars.js +1 -2
- package/dist/@types/count-down/index.js +1 -2
- package/dist/@types/custom-keyboard/index.js +1 -2
- package/dist/@types/datetime-picker/index.js +1 -2
- package/dist/@types/dialog/dialog.js +1 -2
- package/dist/@types/dialog/index.d.ts +1 -1
- package/dist/@types/dialog/index.js +1 -2
- package/dist/@types/divider/index.js +1 -2
- package/dist/@types/dropdown-item/index.js +1 -2
- package/dist/@types/dropdown-menu/index.js +1 -2
- package/dist/@types/empty/index.js +1 -2
- package/dist/@types/field/index.js +1 -2
- package/dist/@types/grid/index.js +1 -2
- package/dist/@types/grid-item/index.js +1 -2
- package/dist/@types/icon/index.js +1 -2
- package/dist/@types/image/index.js +1 -2
- package/dist/@types/index-anchor/index.js +1 -2
- package/dist/@types/index-bar/index.js +1 -2
- package/dist/@types/index.d.ts +62 -64
- package/dist/@types/index.js +1 -80
- package/dist/@types/loading/index.js +1 -2
- package/dist/@types/nav-bar/index.js +1 -2
- package/dist/@types/notice-bar/index.js +1 -2
- package/dist/@types/notify/index.js +1 -2
- package/dist/@types/notify/notify.js +1 -2
- package/dist/@types/overlay/index.js +1 -2
- package/dist/@types/picker/index.js +1 -2
- package/dist/@types/popup/index.js +1 -2
- package/dist/@types/progress/index.js +1 -2
- package/dist/@types/radio/index.js +1 -2
- package/dist/@types/radio-group/index.js +1 -2
- package/dist/@types/rate/index.js +1 -2
- package/dist/@types/row/index.js +1 -2
- package/dist/@types/search/index.js +1 -2
- package/dist/@types/sidebar/index.js +1 -2
- package/dist/@types/sidebar-item/index.js +1 -2
- package/dist/@types/skeleton/index.js +1 -2
- package/dist/@types/slider/index.js +1 -2
- package/dist/@types/stepper/index.js +1 -2
- package/dist/@types/steps/index.js +1 -2
- package/dist/@types/sticky/index.js +1 -2
- package/dist/@types/swipe-cell/index.js +1 -2
- package/dist/@types/switch/index.js +1 -2
- package/dist/@types/tab/index.js +1 -2
- package/dist/@types/tabbar/index.js +1 -2
- package/dist/@types/tabbar-item/index.js +1 -2
- package/dist/@types/tabs/index.js +1 -2
- package/dist/@types/tag/index.js +1 -2
- package/dist/@types/toast/index.js +1 -2
- package/dist/@types/toast/toast.js +1 -3
- package/dist/@types/transition/index.js +1 -2
- package/dist/@types/tree-select/index.js +1 -2
- package/dist/action-sheet/ActionSheet.js +3 -8
- package/dist/action-sheet/PropTypes.js +1 -2
- package/dist/action-sheet/index.d.ts +1 -1
- package/dist/action-sheet/index.js +3 -24
- package/dist/base/index.js +1 -2
- package/dist/battery/Battery.js +3 -8
- package/dist/battery/PropTypes.js +1 -2
- package/dist/battery/index.d.ts +1 -1
- package/dist/battery/index.js +3 -24
- package/dist/bottom-sheet/BottomSheet.js +3 -8
- package/dist/bottom-sheet/PropTypes.js +1 -2
- package/dist/bottom-sheet/index.d.ts +1 -1
- package/dist/bottom-sheet/index.js +3 -24
- package/dist/button/Button.js +3 -8
- package/dist/button/PropTypes.js +1 -2
- package/dist/button/index.d.ts +1 -1
- package/dist/button/index.js +3 -24
- package/dist/calendar/Calendar.js +3 -8
- package/dist/calendar/PropTypes.js +1 -2
- package/dist/calendar/index.d.ts +1 -1
- package/dist/calendar/index.js +3 -24
- package/dist/cascader/Cascader.js +3 -8
- package/dist/cascader/PropTypes.js +1 -2
- package/dist/cascader/index.d.ts +1 -1
- package/dist/cascader/index.js +3 -24
- package/dist/cell/Cell.js +3 -8
- package/dist/cell/PropTypes.js +1 -2
- package/dist/cell/index.d.ts +1 -1
- package/dist/cell/index.js +3 -24
- package/dist/cell-group/CellGroup.js +2 -7
- package/dist/cell-group/PropTypes.js +1 -2
- package/dist/cell-group/index.d.ts +1 -1
- package/dist/cell-group/index.js +3 -24
- package/dist/checkbox/Checkbox.js +3 -8
- package/dist/checkbox/PropTypes.js +1 -2
- package/dist/checkbox/index.d.ts +1 -1
- package/dist/checkbox/index.js +3 -24
- package/dist/checkbox-group/CheckboxGroup.js +3 -8
- package/dist/checkbox-group/PropTypes.js +1 -2
- package/dist/checkbox-group/index.d.ts +1 -1
- package/dist/checkbox-group/index.js +3 -24
- package/dist/circle/Circle.d.ts +1 -1
- package/dist/circle/Circle.js +4 -4
- package/dist/circle/PropTypes.d.ts +58 -2
- package/dist/circle/PropTypes.js +1 -2
- package/dist/circle/index.d.ts +3 -2
- package/dist/circle/index.js +18 -24
- package/dist/col/Col.js +3 -8
- package/dist/col/PropTypes.js +1 -2
- package/dist/col/index.d.ts +1 -1
- package/dist/col/index.js +3 -24
- package/dist/collapse/Collapse.js +2 -7
- package/dist/collapse/PropTypes.js +1 -2
- package/dist/collapse/index.d.ts +1 -1
- package/dist/collapse/index.js +4 -25
- package/dist/collapse-item/CollapseItem.js +2 -7
- package/dist/collapse-item/PropTypes.js +1 -2
- package/dist/collapse-item/index.d.ts +1 -1
- package/dist/collapse-item/index.js +4 -25
- package/dist/common/withReactProps.js +26 -45
- package/dist/config-provider/ConfigProvider.js +2 -7
- package/dist/config-provider/PropTypes.js +1 -2
- package/dist/config-provider/index.d.ts +1 -1
- package/dist/config-provider/index.js +4 -25
- package/dist/count-down/CountDown.js +3 -8
- package/dist/count-down/PropTypes.js +1 -2
- package/dist/count-down/index.d.ts +1 -1
- package/dist/count-down/index.js +3 -24
- package/dist/custom-keyboard/CustomKeyboard.js +3 -8
- package/dist/custom-keyboard/PropTypes.js +1 -2
- package/dist/custom-keyboard/index.d.ts +1 -1
- package/dist/custom-keyboard/index.js +3 -24
- package/dist/datetime-picker/DateTimePicker.js +3 -8
- package/dist/datetime-picker/PropTypes.js +1 -2
- package/dist/datetime-picker/index.d.ts +1 -1
- package/dist/datetime-picker/index.js +3 -24
- package/dist/dialog/Dialog.js +5 -11
- package/dist/dialog/PropTypes.js +1 -2
- package/dist/dialog/index.d.ts +1 -1
- package/dist/dialog/index.js +4 -35
- package/dist/divider/Divider.js +2 -7
- package/dist/divider/PropTypes.js +1 -2
- package/dist/divider/index.d.ts +1 -1
- package/dist/divider/index.js +3 -24
- package/dist/dropdown-item/DropdownItem.js +3 -8
- package/dist/dropdown-item/PropTypes.js +1 -2
- package/dist/dropdown-item/index.d.ts +1 -1
- package/dist/dropdown-item/index.js +3 -24
- package/dist/dropdown-menu/DropdownMenu.js +3 -8
- package/dist/dropdown-menu/PropTypes.js +1 -2
- package/dist/dropdown-menu/index.d.ts +1 -1
- package/dist/dropdown-menu/index.js +3 -24
- package/dist/empty/Empty.js +3 -8
- package/dist/empty/PropTypes.js +1 -2
- package/dist/empty/index.d.ts +1 -1
- package/dist/empty/index.js +3 -24
- package/dist/field/Field.js +2 -7
- package/dist/field/PropTypes.js +1 -2
- package/dist/field/index.d.ts +1 -1
- package/dist/field/index.js +4 -25
- package/dist/grid/Grid.js +3 -8
- package/dist/grid/PropTypes.js +1 -2
- package/dist/grid/index.d.ts +1 -1
- package/dist/grid/index.js +3 -24
- package/dist/grid-item/GridItem.js +3 -8
- package/dist/grid-item/PropTypes.js +1 -2
- package/dist/grid-item/index.d.ts +1 -1
- package/dist/grid-item/index.js +3 -24
- package/dist/icon/Icon.js +3 -8
- package/dist/icon/PropTypes.js +1 -2
- package/dist/icon/index.d.ts +1 -1
- package/dist/icon/index.js +3 -24
- package/dist/image/Image.js +2 -7
- package/dist/image/PropTypes.js +1 -2
- package/dist/image/index.d.ts +1 -1
- package/dist/image/index.js +4 -25
- package/dist/index-anchor/IndexAnchor.js +3 -8
- package/dist/index-anchor/PropTypes.js +1 -2
- package/dist/index-anchor/index.d.ts +1 -1
- package/dist/index-anchor/index.js +3 -24
- package/dist/index-bar/IndexBar.js +3 -8
- package/dist/index-bar/PropTypes.js +1 -2
- package/dist/index-bar/index.d.ts +1 -1
- package/dist/index-bar/index.js +3 -24
- package/dist/index.d.ts +61 -59
- package/dist/index.js +60 -77
- package/dist/loading/Loading.js +3 -8
- package/dist/loading/PropTypes.js +1 -2
- package/dist/loading/index.d.ts +1 -1
- package/dist/loading/index.js +3 -24
- package/dist/nav-bar/NavBar.js +3 -8
- package/dist/nav-bar/PropTypes.js +1 -2
- package/dist/nav-bar/index.d.ts +1 -1
- package/dist/nav-bar/index.js +3 -24
- package/dist/notice-bar/NoticeBar.js +3 -8
- package/dist/notice-bar/PropTypes.d.ts +2 -2
- package/dist/notice-bar/PropTypes.js +1 -2
- package/dist/notice-bar/index.d.ts +1 -1
- package/dist/notice-bar/index.js +3 -24
- package/dist/notify/Notify.js +4 -10
- package/dist/notify/PropTypes.js +1 -2
- package/dist/notify/index.d.ts +1 -1
- package/dist/notify/index.js +3 -34
- package/dist/overlay/Overlay.js +3 -8
- package/dist/overlay/PropTypes.d.ts +2 -2
- package/dist/overlay/PropTypes.js +1 -2
- package/dist/overlay/index.d.ts +1 -1
- package/dist/overlay/index.js +3 -24
- package/dist/picker/Picker.js +3 -8
- package/dist/picker/PropTypes.js +1 -2
- package/dist/picker/index.d.ts +1 -1
- package/dist/picker/index.js +3 -24
- package/dist/popup/Popup.js +3 -8
- package/dist/popup/PropTypes.js +1 -2
- package/dist/popup/index.d.ts +1 -1
- package/dist/popup/index.js +3 -24
- package/dist/progress/Circle.js +3 -8
- package/dist/progress/Progress.js +3 -8
- package/dist/progress/PropTypes.js +1 -2
- package/dist/progress/index.js +8 -25
- package/dist/radio/PropTypes.d.ts +2 -2
- package/dist/radio/PropTypes.js +1 -2
- package/dist/radio/Radio.js +3 -8
- package/dist/radio/index.d.ts +1 -1
- package/dist/radio/index.js +3 -24
- package/dist/radio-group/PropTypes.js +1 -2
- package/dist/radio-group/RadioGroup.js +3 -8
- package/dist/radio-group/index.d.ts +1 -1
- package/dist/radio-group/index.js +3 -24
- package/dist/rate/PropTypes.d.ts +1 -1
- package/dist/rate/PropTypes.js +1 -2
- package/dist/rate/Rate.js +3 -8
- package/dist/rate/index.d.ts +1 -1
- package/dist/rate/index.js +3 -24
- package/dist/row/PropTypes.js +1 -2
- package/dist/row/Row.js +3 -8
- package/dist/row/index.d.ts +1 -1
- package/dist/row/index.js +3 -24
- package/dist/search/PropTypes.js +1 -2
- package/dist/search/Search.js +3 -8
- package/dist/search/index.d.ts +1 -1
- package/dist/search/index.js +3 -24
- package/dist/sidebar/PropTypes.js +1 -2
- package/dist/sidebar/Sidebar.js +3 -8
- package/dist/sidebar/index.d.ts +1 -1
- package/dist/sidebar/index.js +3 -24
- package/dist/sidebar-item/PropTypes.js +1 -2
- package/dist/sidebar-item/SidebarItem.js +3 -8
- package/dist/sidebar-item/index.d.ts +1 -1
- package/dist/sidebar-item/index.js +3 -24
- package/dist/skeleton/PropTypes.js +1 -2
- package/dist/skeleton/Skeleton.js +3 -8
- package/dist/skeleton/index.d.ts +1 -1
- package/dist/skeleton/index.js +3 -24
- package/dist/slider/PropTypes.js +1 -2
- package/dist/slider/RangeSlider.js +6 -22
- package/dist/slider/index.js +7 -25
- package/dist/stepper/PropTypes.js +1 -2
- package/dist/stepper/Stepper.js +3 -8
- package/dist/stepper/index.d.ts +1 -1
- package/dist/stepper/index.js +3 -24
- package/dist/steps/PropTypes.js +1 -2
- package/dist/steps/Steps.js +3 -8
- package/dist/steps/index.d.ts +1 -1
- package/dist/steps/index.js +3 -24
- package/dist/sticky/PropTypes.js +1 -2
- package/dist/sticky/Sticky.js +3 -8
- package/dist/sticky/index.d.ts +1 -1
- package/dist/sticky/index.js +3 -24
- package/dist/swipe-cell/PropTypes.js +1 -2
- package/dist/swipe-cell/SwipeCell.js +3 -8
- package/dist/swipe-cell/index.d.ts +1 -1
- package/dist/swipe-cell/index.js +3 -24
- package/dist/switch/PropTypes.js +1 -2
- package/dist/switch/Switch.js +2 -7
- package/dist/switch/index.d.ts +1 -1
- package/dist/switch/index.js +4 -25
- package/dist/tab/PropTypes.js +1 -2
- package/dist/tab/Tab.js +8 -24
- package/dist/tab/index.d.ts +1 -1
- package/dist/tab/index.js +3 -24
- package/dist/tabbar/PropTypes.js +1 -2
- package/dist/tabbar/Tabbar.js +3 -8
- package/dist/tabbar/index.d.ts +1 -1
- package/dist/tabbar/index.js +3 -24
- package/dist/tabbar-item/PropTypes.js +1 -2
- package/dist/tabbar-item/TabbarItem.js +3 -8
- package/dist/tabbar-item/index.d.ts +1 -1
- package/dist/tabbar-item/index.js +3 -24
- package/dist/tabs/PropTypes.js +1 -2
- package/dist/tabs/Tabs.js +12 -28
- package/dist/tabs/index.d.ts +1 -1
- package/dist/tabs/index.js +3 -24
- package/dist/tag/PropTypes.js +1 -2
- package/dist/tag/Tag.js +3 -8
- package/dist/tag/index.d.ts +1 -1
- package/dist/tag/index.js +3 -24
- package/dist/toast/PropTypes.js +1 -2
- package/dist/toast/index.d.ts +1 -1
- package/dist/toast/index.js +4 -35
- package/dist/toast/toast.js +5 -11
- package/dist/transition/PropTypes.js +1 -2
- package/dist/transition/Transition.js +3 -8
- package/dist/transition/index.d.ts +1 -1
- package/dist/transition/index.js +3 -24
- package/dist/tree-select/PropTypes.js +1 -2
- package/dist/tree-select/TreeSelect.js +3 -8
- package/dist/tree-select/index.d.ts +1 -1
- package/dist/tree-select/index.js +3 -24
- package/package.json +2 -2
|
@@ -1,24 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
|
-
exports.__esModule = true;
|
|
20
|
-
exports.IndexAnchor = void 0;
|
|
21
|
-
var IndexAnchor_1 = __importDefault(require("./IndexAnchor"));
|
|
22
|
-
var IndexAnchor = IndexAnchor_1["default"];
|
|
23
|
-
exports.IndexAnchor = IndexAnchor;
|
|
24
|
-
__exportStar(require("./PropTypes"), exports);
|
|
1
|
+
import _IndexAnchor from './IndexAnchor';
|
|
2
|
+
const IndexAnchor = _IndexAnchor;
|
|
3
|
+
export { IndexAnchor };
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
exports.__esModule = true;
|
|
6
1
|
// @ts-ignore
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
import IndexBar from '@tuya-miniapp/smart-ui/lib/index-bar/index';
|
|
3
|
+
import { withReactProps } from '../common/withReactProps';
|
|
4
|
+
export default withReactProps(IndexBar);
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
exports.__esModule = true;
|
|
1
|
+
export {};
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
import type { SmartIndexBar } from './PropTypes';
|
|
3
3
|
declare const IndexBar: import("react").FC<SmartIndexBar>;
|
|
4
4
|
export { IndexBar };
|
|
5
|
-
export
|
|
5
|
+
export { SmartIndexBar, SmartIndexBarEvents, SmartIndexBarProps, SmartIndexBarSelectEvent, } from './PropTypes';
|
package/dist/index-bar/index.js
CHANGED
|
@@ -1,24 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
|
-
exports.__esModule = true;
|
|
20
|
-
exports.IndexBar = void 0;
|
|
21
|
-
var IndexBar_1 = __importDefault(require("./IndexBar"));
|
|
22
|
-
var IndexBar = IndexBar_1["default"];
|
|
23
|
-
exports.IndexBar = IndexBar;
|
|
24
|
-
__exportStar(require("./PropTypes"), exports);
|
|
1
|
+
import _IndexBar from './IndexBar';
|
|
2
|
+
const IndexBar = _IndexBar;
|
|
3
|
+
export { IndexBar };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,59 +1,61 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
export
|
|
47
|
-
export
|
|
48
|
-
export
|
|
49
|
-
export
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
export
|
|
54
|
-
export
|
|
55
|
-
export
|
|
56
|
-
export
|
|
57
|
-
export
|
|
58
|
-
export
|
|
59
|
-
export
|
|
1
|
+
export { SmartAction, SmartActionSheetProps, SmartActionSheetEvents, SmartActionSheet, ActionSheet, } from './action-sheet';
|
|
2
|
+
export { ComponentBase, SmartComponent, SmartEvent, SmartTouchEvent, SmartEventHandler, SmartTouchEventHandler, TouchPositionDetail, SmartBaseExternalClassName, SmartBaseLoadingExternalClassName, WechatOpenType, SmartOpenTypeProps, SmartOpenTypeCamelCaseProps, SmartOpenTypeEvents, } from './base';
|
|
3
|
+
export { SmartButtonProps, SmartButtonEvents, SmartButtonExternalClassName, SmartButton, Button, } from './button';
|
|
4
|
+
export { SmartBottomSheet, SmartBottomSheetProps, SmartBottomSheetEvents, BottomSheet, } from './bottom-sheet';
|
|
5
|
+
export { Day, SmartCalendarPoppableProps, SmartCalendarRangeProps, SmartCalendarProps, SmartCalendarEvents, SmartCalendar, Calendar, } from './calendar';
|
|
6
|
+
export { SmartCellProps, SmartCellEvents, SmartCellExternalClassName, SmartCell, Cell, } from './cell';
|
|
7
|
+
export { SmartCellGroup, SmartCellGroupExternalClassName, SmartCellGroupProps, CellGroup, } from './cell-group';
|
|
8
|
+
export { SmartCheckbox, SmartCheckboxEvents, SmartCheckboxProps, SmartCheckboxExternalClassName, SmartCheckboxChangeEvent, Checkbox, } from './checkbox';
|
|
9
|
+
export { SmartCheckboxGroup, SmartCheckboxGroupEvents, SmartCheckboxGroupProps, CheckboxGroup, } from './checkbox-group';
|
|
10
|
+
export { SmartCircleProps, SmartCircle, Circle } from './circle';
|
|
11
|
+
export { SmartCol, SmartColProps, SmartColExternalClassName, Col } from './col';
|
|
12
|
+
export { SmartCollapse, SmartCollapseEvents, SmartCollapseExternalClassName, SmartCollapseProps, SmartCollapseBaseEvent, SmartCollapseChangeEvent, Collapse, } from './collapse';
|
|
13
|
+
export { SmartCollapseItem, SmartCollapseItemExternalClassName, SmartCollapseItemProps, CollapseItem, } from './collapse-item';
|
|
14
|
+
export { SmartConfigProvider, SmartConfigProviderProps, ConfigProvider } from './config-provider';
|
|
15
|
+
export { SmartCountDown, SmartCountDownEvents, SmartCountDownProps, SmartCountDownTimeData, CountDown, } from './count-down';
|
|
16
|
+
export { SmartDateTimePicker, SmartDateTimePickerEvents, SmartDateTimePickerProps, SmartDateTimePickerExternalClassName, SmartDateTimePickerBaseEvent, DateTimePicker, } from './datetime-picker';
|
|
17
|
+
export { SmartDialog, SmartDialogProps, SmartDialogInstance, SmartDialogOptions, Dialog, DialogInstance, } from './dialog';
|
|
18
|
+
export { SmartDividerProps, SmartDivider, Divider } from './divider';
|
|
19
|
+
export { SmartDropdownItem, SmartDropdownItemEvents, SmartDropdownItemOption, SmartDropdownItemProps, SmartDropdownItemChangeEvent, DropdownItem, } from './dropdown-item';
|
|
20
|
+
export { SmartDropdownMenu, SmartDropdownMenuProps, DropdownMenu } from './dropdown-menu';
|
|
21
|
+
export { SmartEmpty, SmartEmptyProps, Empty } from './empty';
|
|
22
|
+
export { SmartField, SmartFieldEvents, SmartFieldExternalClassName, SmartFieldProps, SmartFieldInputEvent, SmartFieldBlurEventDetail, SmartFieldFocusEventDetail, SmartFieldKeyboardHeightChangeEventDetail, SmartFieldLineChangeEventDetail, Field, } from './field';
|
|
23
|
+
export { SmartGrid, SmartGridExternalClassName, SmartGridProps, Grid } from './grid';
|
|
24
|
+
export { SmartGridItem, SmartGridItemEvents, SmartGridItemExternalClassName, SmartGridItemProps, GridItem, } from './grid-item';
|
|
25
|
+
export { SmartIcon, SmartIconEvents, SmartIconExternalClassName, SmartIconProps, Icon, } from './icon';
|
|
26
|
+
export { SmartImage, SmartImageEvents, SmartImageExternalClassName, SmartImageProps, SmartImageErrorEventDetail, SmartImageLoadEventDetail, Image, } from './image';
|
|
27
|
+
export { SmartIndexAnchor, SmartIndexAnchorProps, IndexAnchor } from './index-anchor';
|
|
28
|
+
export { SmartIndexBar, SmartIndexBarEvents, SmartIndexBarProps, SmartIndexBarSelectEvent, IndexBar, } from './index-bar';
|
|
29
|
+
export { SmartLoading, SmartLoadingExternalClassName, SmartLoadingProps, Loading } from './loading';
|
|
30
|
+
export { SmartNavBar, SmartNavBarEvents, SmartNavBarExternalClassName, SmartNavBarProps, NavBar, } from './nav-bar';
|
|
31
|
+
export { SmartNoticeBarSlot, SmartNoticeBar, SmartNoticeBarEvents, SmartNoticeBarProps, NoticeBar, } from './notice-bar';
|
|
32
|
+
export { SmartNotifyProps, SmartNotify, SmartNotifyOptions, Notify, NotifyInstance, } from './notify';
|
|
33
|
+
export { SmartOverlay, SmartOverlayEvents, SmartOverlayProps, SmartOverlaySlot, Overlay, } from './overlay';
|
|
34
|
+
export { SmartPicker, SmartPickerEvents, SmartPickerExternalClassName, SmartPickerSingleColumn, SmartPickerMultipleColumn, SmartPickerProps, SmartPickerBaseEventDetail, SmartPickerChangeEventDetail, Picker, } from './picker';
|
|
35
|
+
export { SmartPopup, SmartPopupEvents, SmartPopupExternalClassName, SmartPopupProps, Popup, } from './popup';
|
|
36
|
+
export { Progress, SmartProgressProps } from './progress';
|
|
37
|
+
export { SmartRadio, SmartRadioEvents, SmartRadioExternalClassName, SmartRadioProps, SmartRadioChangeEvent, SmartRadioSlot, Radio, } from './radio';
|
|
38
|
+
export { SmartRadioGroup, SmartRadioGroupEvents, SmartRadioGroupProps, SmartRadioGroupChangeEvent, RadioGroup, } from './radio-group';
|
|
39
|
+
export { SmartRate, SmartRateEvents, SmartRateExternalClassName, SmartRateProps, SmartRateChangeEvent, Rate, } from './rate';
|
|
40
|
+
export { SmartRow, SmartRowExternalClassName, SmartRowProps, Row } from './row';
|
|
41
|
+
export { SmartSearch, SmartSearchEvents, SmartSearchExternalClassName, SmartSearchProps, SmartSearchBaseEvent, Search, } from './search';
|
|
42
|
+
export { SmartSidebar, SmartSidebarEvents, SmartSidebarExternalClassName, SmartSidebarProps, SmartSidebarChangeEvent, Sidebar, } from './sidebar';
|
|
43
|
+
export { SmartSidebarItem, SmartSidebarItemEvents, SmartSidebarItemExternalClassName, SmartSidebarItemProps, SmartSidebarItemClickEvent, SidebarItem, } from './sidebar-item';
|
|
44
|
+
export { SmartSkeleton, SmartSkeletonProps, Skeleton } from './skeleton';
|
|
45
|
+
export { Slider } from './slider';
|
|
46
|
+
export { SmartStepper, SmartStepperEvents, SmartStepperExternalClassName, SmartStepperProps, SmartStepperChangeEvent, SmartStepperOverLimitEvent, SmartStepperBlurEventDetail, SmartStepperFocusEventDetail, Stepper, } from './stepper';
|
|
47
|
+
export { SmartSteps, SmartStepsEvents, SmartStepsExternalClassName, SmartStepsProps, SmartStepsOption, SmartStepsClickStepEvent, Steps, } from './steps';
|
|
48
|
+
export { SmartSticky, SmartStickyEvents, SmartStickyProps, SmartStickyScrollEventDetail, Sticky, } from './sticky';
|
|
49
|
+
export { SmartSwipeCell, SmartSwipeCellEvents, SmartSwipeCellProps, SmartSwipeCellBaseEventDetail, SmartSwipeCellPosition, SmartSwipeCellClickEvent, SmartSwipeCellClickPosition, SmartSwipeCellCloseEventDetail, SwipeCell, } from './swipe-cell';
|
|
50
|
+
export { SmartSwitch, SmartSwitchEvents, SmartSwitchExternalClassName, SmartSwitchProps, SmartSwitchChangeEvent, Switch, } from './switch';
|
|
51
|
+
export { SmartTab, SmartTabProps, Tab } from './tab';
|
|
52
|
+
export { SmartTabbar, SmartTabbarEvents, SmartTabbarProps, SmartTabbarChangeEvent, Tabbar, } from './tabbar';
|
|
53
|
+
export { SmartTabbarItem, SmartTabbarItemProps, TabbarItem } from './tabbar-item';
|
|
54
|
+
export { SmartTabs, SmartTabsEvents, SmartTabsExternalClassName, SmartTabsProps, SmartTabsScrollEventDetail, SmartTabsBaseEventDetail, Tabs, } from './tabs';
|
|
55
|
+
export { SmartTag, SmartTagEvents, SmartTagExternalClassName, SmartTagProps, Tag } from './tag';
|
|
56
|
+
export { SmartToast, SmartToastOptions, Toast, ToastInstance } from './toast';
|
|
57
|
+
export { SmartTransition, SmartTransitionEvents, SmartTransitionExternalClassName, SmartTransitionProps, Transition, } from './transition';
|
|
58
|
+
export { SmartTreeSelect, SmartTreeSelectEvents, SmartTreeSelectExternalClassName, SmartTreeSelectItem, SmartTreeSelectProps, SmartTreeSelectClickNavDetail, TreeSelect, } from './tree-select';
|
|
59
|
+
export { SmartCascader, SmartCascaderProps, Cascader } from './cascader';
|
|
60
|
+
export { SmartBattery, SmartBatteryProps, Battery } from './battery';
|
|
61
|
+
export { SmartCustomKeyboard, SmartCustomKeyboardProps, SmartCustomKeyboardEvents, CustomKeyboard, } from './custom-keyboard';
|
package/dist/index.js
CHANGED
|
@@ -1,77 +1,60 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
__exportStar(require("./skeleton"), exports);
|
|
62
|
-
__exportStar(require("./slider"), exports);
|
|
63
|
-
__exportStar(require("./stepper"), exports);
|
|
64
|
-
// export * from './steps';
|
|
65
|
-
__exportStar(require("./sticky"), exports);
|
|
66
|
-
__exportStar(require("./swipe-cell"), exports);
|
|
67
|
-
__exportStar(require("./switch"), exports);
|
|
68
|
-
__exportStar(require("./tab"), exports);
|
|
69
|
-
__exportStar(require("./tabbar"), exports);
|
|
70
|
-
__exportStar(require("./tabbar-item"), exports);
|
|
71
|
-
__exportStar(require("./tabs"), exports);
|
|
72
|
-
__exportStar(require("./tag"), exports);
|
|
73
|
-
__exportStar(require("./toast"), exports);
|
|
74
|
-
__exportStar(require("./transition"), exports);
|
|
75
|
-
__exportStar(require("./tree-select"), exports);
|
|
76
|
-
__exportStar(require("./battery"), exports);
|
|
77
|
-
__exportStar(require("./custom-keyboard"), exports);
|
|
1
|
+
export { ActionSheet, } from './action-sheet';
|
|
2
|
+
export { Button, } from './button';
|
|
3
|
+
export { BottomSheet, } from './bottom-sheet';
|
|
4
|
+
export { Calendar, } from './calendar';
|
|
5
|
+
export { Cell, } from './cell';
|
|
6
|
+
export { CellGroup, } from './cell-group';
|
|
7
|
+
export { Checkbox, } from './checkbox';
|
|
8
|
+
export { CheckboxGroup, } from './checkbox-group';
|
|
9
|
+
export { Circle } from './circle';
|
|
10
|
+
export { Col } from './col';
|
|
11
|
+
export { Collapse, } from './collapse';
|
|
12
|
+
export { CollapseItem, } from './collapse-item';
|
|
13
|
+
export { ConfigProvider } from './config-provider';
|
|
14
|
+
export { CountDown, } from './count-down';
|
|
15
|
+
export { DateTimePicker, } from './datetime-picker';
|
|
16
|
+
export { Dialog, DialogInstance, } from './dialog';
|
|
17
|
+
export { Divider } from './divider';
|
|
18
|
+
export { DropdownItem, } from './dropdown-item';
|
|
19
|
+
export { DropdownMenu } from './dropdown-menu';
|
|
20
|
+
export { Empty } from './empty';
|
|
21
|
+
export { Field, } from './field';
|
|
22
|
+
export { Grid } from './grid';
|
|
23
|
+
export { GridItem, } from './grid-item';
|
|
24
|
+
export { Icon, } from './icon';
|
|
25
|
+
export { Image, } from './image';
|
|
26
|
+
export { IndexAnchor } from './index-anchor';
|
|
27
|
+
export { IndexBar, } from './index-bar';
|
|
28
|
+
export { Loading } from './loading';
|
|
29
|
+
export { NavBar, } from './nav-bar';
|
|
30
|
+
export { NoticeBar, } from './notice-bar';
|
|
31
|
+
export { Notify, NotifyInstance, } from './notify';
|
|
32
|
+
export { Overlay, } from './overlay';
|
|
33
|
+
export { Picker, } from './picker';
|
|
34
|
+
export { Popup, } from './popup';
|
|
35
|
+
export { Progress } from './progress';
|
|
36
|
+
export { Radio, } from './radio';
|
|
37
|
+
export { RadioGroup, } from './radio-group';
|
|
38
|
+
export { Rate, } from './rate';
|
|
39
|
+
export { Row } from './row';
|
|
40
|
+
export { Search, } from './search';
|
|
41
|
+
export { Sidebar, } from './sidebar';
|
|
42
|
+
export { SidebarItem, } from './sidebar-item';
|
|
43
|
+
export { Skeleton } from './skeleton';
|
|
44
|
+
export { Slider } from './slider';
|
|
45
|
+
export { Stepper, } from './stepper';
|
|
46
|
+
export { Steps, } from './steps';
|
|
47
|
+
export { Sticky, } from './sticky';
|
|
48
|
+
export { SwipeCell, } from './swipe-cell';
|
|
49
|
+
export { Switch, } from './switch';
|
|
50
|
+
export { Tab } from './tab';
|
|
51
|
+
export { Tabbar, } from './tabbar';
|
|
52
|
+
export { TabbarItem } from './tabbar-item';
|
|
53
|
+
export { Tabs, } from './tabs';
|
|
54
|
+
export { Tag } from './tag';
|
|
55
|
+
export { Toast, ToastInstance } from './toast';
|
|
56
|
+
export { Transition, } from './transition';
|
|
57
|
+
export { TreeSelect, } from './tree-select';
|
|
58
|
+
export { Cascader } from './cascader';
|
|
59
|
+
export { Battery } from './battery';
|
|
60
|
+
export { CustomKeyboard, } from './custom-keyboard';
|
package/dist/loading/Loading.js
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
exports.__esModule = true;
|
|
6
1
|
// @ts-ignore
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
import Loading from '@tuya-miniapp/smart-ui/lib/loading/index';
|
|
3
|
+
import { withReactProps } from '../common/withReactProps';
|
|
4
|
+
export default withReactProps(Loading);
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
exports.__esModule = true;
|
|
1
|
+
export {};
|
package/dist/loading/index.d.ts
CHANGED
package/dist/loading/index.js
CHANGED
|
@@ -1,24 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
|
-
exports.__esModule = true;
|
|
20
|
-
exports.Loading = void 0;
|
|
21
|
-
var Loading_1 = __importDefault(require("./Loading"));
|
|
22
|
-
var Loading = Loading_1["default"];
|
|
23
|
-
exports.Loading = Loading;
|
|
24
|
-
__exportStar(require("./PropTypes"), exports);
|
|
1
|
+
import _Loading from './Loading';
|
|
2
|
+
const Loading = _Loading;
|
|
3
|
+
export { Loading };
|
package/dist/nav-bar/NavBar.js
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
exports.__esModule = true;
|
|
6
1
|
// @ts-ignore
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
import NavBar from '@tuya-miniapp/smart-ui/lib/nav-bar/index';
|
|
3
|
+
import { withReactProps } from '../common/withReactProps';
|
|
4
|
+
export default withReactProps(NavBar);
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
exports.__esModule = true;
|
|
1
|
+
export {};
|
package/dist/nav-bar/index.d.ts
CHANGED
package/dist/nav-bar/index.js
CHANGED
|
@@ -1,24 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
|
-
exports.__esModule = true;
|
|
20
|
-
exports.NavBar = void 0;
|
|
21
|
-
var NavBar_1 = __importDefault(require("./NavBar"));
|
|
22
|
-
var NavBar = NavBar_1["default"];
|
|
23
|
-
exports.NavBar = NavBar;
|
|
24
|
-
__exportStar(require("./PropTypes"), exports);
|
|
1
|
+
import _NavBar from './NavBar';
|
|
2
|
+
const NavBar = _NavBar;
|
|
3
|
+
export { NavBar };
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
exports.__esModule = true;
|
|
6
1
|
// @ts-ignore
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
import NoticeBar from '@tuya-miniapp/smart-ui/lib/notice-bar/index';
|
|
3
|
+
import { withReactProps } from '../common/withReactProps';
|
|
4
|
+
export default withReactProps(NoticeBar);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SmartNoticeBar, SmartNoticeBarEvents, SmartNoticeBarProps,
|
|
2
|
-
export {
|
|
1
|
+
import { SmartNoticeBar, SmartNoticeBarEvents, SmartNoticeBarProps, SmartNoticeBarSlot } from '../@types';
|
|
2
|
+
export { SmartNoticeBarSlot, SmartNoticeBar, SmartNoticeBarEvents, SmartNoticeBarProps };
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
exports.__esModule = true;
|
|
1
|
+
export {};
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
import type { SmartNoticeBar } from './PropTypes';
|
|
3
3
|
declare const NoticeBar: import("react").FC<SmartNoticeBar>;
|
|
4
4
|
export { NoticeBar };
|
|
5
|
-
export
|
|
5
|
+
export { SmartNoticeBarSlot, SmartNoticeBar, SmartNoticeBarEvents, SmartNoticeBarProps, } from './PropTypes';
|
package/dist/notice-bar/index.js
CHANGED
|
@@ -1,24 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
|
-
exports.__esModule = true;
|
|
20
|
-
exports.NoticeBar = void 0;
|
|
21
|
-
var NoticeBar_1 = __importDefault(require("./NoticeBar"));
|
|
22
|
-
var NoticeBar = NoticeBar_1["default"];
|
|
23
|
-
exports.NoticeBar = NoticeBar;
|
|
24
|
-
__exportStar(require("./PropTypes"), exports);
|
|
1
|
+
import BaseNoticeBar from './NoticeBar';
|
|
2
|
+
const NoticeBar = BaseNoticeBar;
|
|
3
|
+
export { NoticeBar };
|
package/dist/notify/Notify.js
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
exports.__esModule = true;
|
|
6
|
-
exports.NotifyInstance = void 0;
|
|
7
1
|
// @ts-ignore
|
|
8
|
-
|
|
2
|
+
import Notify from '@tuya-miniapp/smart-ui/lib/notify';
|
|
9
3
|
// @ts-ignore
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
4
|
+
import NotifyInstance from '@tuya-miniapp/smart-ui/lib/notify/notify';
|
|
5
|
+
export default Notify;
|
|
6
|
+
export { NotifyInstance };
|
package/dist/notify/PropTypes.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
exports.__esModule = true;
|
|
1
|
+
export {};
|
package/dist/notify/index.d.ts
CHANGED
|
@@ -3,4 +3,4 @@ import { NotifyInstance } from './Notify';
|
|
|
3
3
|
import type { SmartNotifyProps } from './PropTypes';
|
|
4
4
|
declare const Notify: import("react").FC<SmartNotifyProps>;
|
|
5
5
|
export { Notify, NotifyInstance };
|
|
6
|
-
export
|
|
6
|
+
export { SmartNotifyProps, SmartNotify, SmartNotifyOptions } from './PropTypes';
|
package/dist/notify/index.js
CHANGED
|
@@ -1,35 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
|
-
};
|
|
28
|
-
exports.__esModule = true;
|
|
29
|
-
exports.NotifyInstance = exports.Notify = void 0;
|
|
30
1
|
// @ts-ignore
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
exports.Notify = Notify;
|
|
35
|
-
__exportStar(require("./PropTypes"), exports);
|
|
2
|
+
import _Notify, { NotifyInstance } from './Notify';
|
|
3
|
+
const Notify = _Notify;
|
|
4
|
+
export { Notify, NotifyInstance };
|
package/dist/overlay/Overlay.js
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
exports.__esModule = true;
|
|
6
1
|
// @ts-ignore
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
import Overlay from '@tuya-miniapp/smart-ui/lib/overlay/index';
|
|
3
|
+
import { withReactProps } from '../common/withReactProps';
|
|
4
|
+
export default withReactProps(Overlay);
|