@zohodesk/components 1.0.0-alpha-252 → 1.0.0-alpha-253

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.
Files changed (264) hide show
  1. package/README.md +6 -0
  2. package/es/Avatar/Avatar.js +2 -1
  3. package/es/Card/props/defaultProps.js +0 -1
  4. package/es/Card/props/propTypes.js +2 -2
  5. package/es/DateTime/CalendarView.js +4 -2
  6. package/es/DateTime/DateTime.module.css +1 -0
  7. package/es/DateTime/DateTimePopupHeader.js +21 -8
  8. package/es/DateTime/DateWidget.js +4 -2
  9. package/es/DateTime/DaysRow.js +2 -1
  10. package/es/DateTime/YearView.js +12 -4
  11. package/es/DateTime/YearView.module.css +19 -1
  12. package/es/DropDown/DropDownHeading.js +3 -1
  13. package/es/DropDown/props/propTypes.js +2 -1
  14. package/es/Label/Label.js +4 -2
  15. package/es/Layout/props/propTypes.js +3 -3
  16. package/es/ListItem/ListContainer.js +4 -2
  17. package/es/MultiSelect/MultiSelect.js +4 -2
  18. package/es/MultiSelect/Suggestions.js +2 -1
  19. package/es/Responsive/CustomResponsive.js +7 -3
  20. package/es/Select/Select.js +7 -4
  21. package/es/Select/SelectWithIcon.js +2 -1
  22. package/es/Tab/Tabs.js +9 -4
  23. package/es/Tab/Tabs.module.css +1 -1
  24. package/es/Tooltip/Tooltip.js +4 -1
  25. package/es/index.js +107 -106
  26. package/lib/Avatar/Avatar.js +2 -1
  27. package/lib/Card/props/defaultProps.js +0 -1
  28. package/lib/Card/props/propTypes.js +2 -2
  29. package/lib/DateTime/CalendarView.js +4 -2
  30. package/lib/DateTime/DateTime.module.css +1 -0
  31. package/lib/DateTime/DateTimePopupHeader.js +21 -8
  32. package/lib/DateTime/DateWidget.js +4 -2
  33. package/lib/DateTime/DaysRow.js +2 -1
  34. package/lib/DateTime/YearView.js +12 -4
  35. package/lib/DateTime/YearView.module.css +19 -1
  36. package/lib/DropDown/DropDownHeading.js +3 -1
  37. package/lib/DropDown/props/propTypes.js +2 -1
  38. package/lib/Label/Label.js +4 -2
  39. package/lib/Layout/props/propTypes.js +3 -3
  40. package/lib/ListItem/ListContainer.js +4 -2
  41. package/lib/MultiSelect/MultiSelect.js +4 -2
  42. package/lib/MultiSelect/Suggestions.js +2 -1
  43. package/lib/Responsive/CustomResponsive.js +7 -3
  44. package/lib/Select/Select.js +7 -4
  45. package/lib/Select/SelectWithIcon.js +2 -1
  46. package/lib/Tab/Tabs.js +9 -4
  47. package/lib/Tab/Tabs.module.css +1 -1
  48. package/lib/Tooltip/Tooltip.js +4 -1
  49. package/lib/index.js +1 -842
  50. package/package.json +10 -5
  51. package/es/Accordion/docs/Accordion__Demo.docs.js +0 -78
  52. package/es/Animation/docs/Animation__default.docs.js +0 -32
  53. package/es/Animation/docs/Animation__fadeIn.docs.js +0 -32
  54. package/es/Animation/docs/Animation__scaleIn.docs.js +0 -32
  55. package/es/Animation/docs/Animation__skewIn.docs.js +0 -32
  56. package/es/Animation/docs/Animation__slideDown.docs.js +0 -32
  57. package/es/Animation/docs/Animation__slideLeft.docs.js +0 -32
  58. package/es/Animation/docs/Animation__zoomIn.docs.js +0 -32
  59. package/es/AppContainer/docs/AppContainer__default.docs.js +0 -18
  60. package/es/Avatar/docs/Avatar__custom.docs.js +0 -27
  61. package/es/Avatar/docs/Avatar__default.docs.js +0 -27
  62. package/es/Avatar/docs/Avatar__palette.docs.js +0 -47
  63. package/es/Avatar/docs/Avatar__text.docs.js +0 -26
  64. package/es/AvatarTeam/docs/AvatarTeam__custom.docs.js +0 -71
  65. package/es/AvatarTeam/docs/AvatarTeam__default.docs.js +0 -29
  66. package/es/AvatarTeam/docs/AvatarTeam__palette.docs.js +0 -48
  67. package/es/AvatarTeam/docs/AvatarTeam__size.docs.js +0 -47
  68. package/es/Button/docs/Button__custom.docs.js +0 -769
  69. package/es/Button/docs/Button__default.docs.js +0 -534
  70. package/es/Buttongroup/docs/Buttongroup__custom.docs.js +0 -35
  71. package/es/Buttongroup/docs/Buttongroup__footer.docs.js +0 -31
  72. package/es/Buttongroup/docs/Buttongroup__header.docs.js +0 -40
  73. package/es/Card/docs/Card__Custom.docs.js +0 -32
  74. package/es/Card/docs/Card__Default.docs.js +0 -35
  75. package/es/Card/docs/Card__Scroll.docs.js +0 -56
  76. package/es/CheckBox/docs/CheckBox__custom.docs.js +0 -289
  77. package/es/CheckBox/docs/CheckBox__default.docs.js +0 -215
  78. package/es/DateTime/docs/DateTime__default.docs.js +0 -88
  79. package/es/DateTime/docs/DateWidget__default.docs.js +0 -178
  80. package/es/DateTime/docs/timezonedata.json +0 -1
  81. package/es/DropBox/docs/DropBox__custom.docs.js +0 -64
  82. package/es/DropBox/docs/DropBox__customOrder.docs.js +0 -85
  83. package/es/DropBox/docs/DropBox__fixedPosition.docs.js +0 -84
  84. package/es/DropBox/docs/DropBox__position.docs.js +0 -85
  85. package/es/DropBox/docs/DropBox__size.docs.js +0 -59
  86. package/es/DropDown/docs/DropDownHeading__custom.docs.js +0 -21
  87. package/es/DropDown/docs/DropDownHeading__default.docs.js +0 -19
  88. package/es/Heading/docs/Heading__default.docs.js +0 -19
  89. package/es/Label/docs/Label__clipped.docs.js +0 -25
  90. package/es/Label/docs/Label__custom.docs.js +0 -28
  91. package/es/Label/docs/Label__palette.docs.js +0 -40
  92. package/es/Label/docs/Label__size.docs.js +0 -27
  93. package/es/Label/docs/Label__type.docs.js +0 -35
  94. package/es/Layout/docs/Layout__Hidden.docs.js +0 -76
  95. package/es/Layout/docs/Layout__default.docs.js +0 -48
  96. package/es/Layout/docs/Layout__four_Column.docs.js +0 -78
  97. package/es/Layout/docs/Layout__three_Column.docs.js +0 -75
  98. package/es/Layout/docs/Layout__two_Column.docs.js +0 -68
  99. package/es/LightNightMode/Colors.json +0 -497
  100. package/es/LightNightMode/docs/AlternativeColors.docs.js +0 -92
  101. package/es/ListItem/docs/ListItemWithAvatar__custom.docs.js +0 -153
  102. package/es/ListItem/docs/ListItemWithAvatar__default.docs.js +0 -110
  103. package/es/ListItem/docs/ListItemWithCheckBox__custom.docs.js +0 -89
  104. package/es/ListItem/docs/ListItemWithCheckBox__default.docs.js +0 -63
  105. package/es/ListItem/docs/ListItemWithIcon__custom.docs.js +0 -66
  106. package/es/ListItem/docs/ListItemWithIcon__default.docs.js +0 -60
  107. package/es/ListItem/docs/ListItemWithRadio__custom.docs.js +0 -89
  108. package/es/ListItem/docs/ListItemWithRadio__default.docs.js +0 -63
  109. package/es/ListItem/docs/ListItem__custom.docs.js +0 -112
  110. package/es/ListItem/docs/ListItem__default.docs.js +0 -80
  111. package/es/Modal/__docs__/Modal__default.docs.js +0 -42
  112. package/es/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +0 -118
  113. package/es/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +0 -108
  114. package/es/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +0 -137
  115. package/es/MultiSelect/docs/MultiSelect__default.docs.js +0 -156
  116. package/es/PopOver/docs/PopOver__default.docs.js +0 -30
  117. package/es/Provider/docs/Provider_Id__Class.docs.js +0 -28
  118. package/es/Provider/docs/Provider_Id__Function.docs.js +0 -17
  119. package/es/Provider/docs/Provider_Zindex__Class.docs.js +0 -31
  120. package/es/Provider/docs/Provider_Zindex__Function.docs.js +0 -22
  121. package/es/Provider.js +0 -91
  122. package/es/Radio/docs/Radio__custom.docs.js +0 -241
  123. package/es/Radio/docs/Radio__default.docs.js +0 -165
  124. package/es/Responsive/docs/Responsive__Custom.docs.js +0 -214
  125. package/es/Responsive/docs/Responsive__default.docs.js +0 -95
  126. package/es/Responsive/docs/style.module.css +0 -56
  127. package/es/Ribbon/docs/Ribbon__custom.docs.js +0 -385
  128. package/es/Ribbon/docs/Ribbon__default.docs.js +0 -341
  129. package/es/RippleEffect/docs/RippleEffect__default.docs.js +0 -433
  130. package/es/Select/docs/GroupSelect__default.docs.js +0 -144
  131. package/es/Select/docs/SelectWithAvatar__default.docs.js +0 -93
  132. package/es/Select/docs/SelectWithIcon__default.docs.js +0 -134
  133. package/es/Select/docs/Select__default.docs.js +0 -283
  134. package/es/Stencils/docs/Stencils__custom.docs.js +0 -43
  135. package/es/Stencils/docs/Stencils__default.docs.js +0 -48
  136. package/es/Switch/docs/Switch__custom.docs.js +0 -151
  137. package/es/Switch/docs/Switch__default.docs.js +0 -105
  138. package/es/Tab/docs/Tab__default.docs.js +0 -253
  139. package/es/Tab/docs/tabdocs.module.css +0 -29
  140. package/es/Tag/docs/Tag__custom.docs.js +0 -366
  141. package/es/Tag/docs/Tag__default.docs.js +0 -321
  142. package/es/TextBox/docs/TextBox__custom.docs.js +0 -41
  143. package/es/TextBox/docs/TextBox__default.docs.js +0 -38
  144. package/es/TextBox/docs/TextBox__size.docs.js +0 -36
  145. package/es/TextBox/docs/TextBox__variant.docs.js +0 -36
  146. package/es/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +0 -87
  147. package/es/TextBoxIcon/docs/TextBoxIcon__default.docs.js +0 -59
  148. package/es/Textarea/docs/Textarea__animated.docs.js +0 -39
  149. package/es/Textarea/docs/Textarea__custom.docs.js +0 -80
  150. package/es/Textarea/docs/Textarea__default.docs.js +0 -74
  151. package/es/Textarea/docs/Textarea__disabled.docs.js +0 -27
  152. package/es/Tooltip/docs/Tooltip__default.docs.js +0 -367
  153. package/es/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +0 -92
  154. package/es/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +0 -139
  155. package/es/common/docStyle.module.css +0 -766
  156. package/es/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +0 -65
  157. package/es/semantic/Button/docs/Button__default.docs.js +0 -17
  158. package/lib/Accordion/docs/Accordion__Demo.docs.js +0 -104
  159. package/lib/Animation/docs/Animation__default.docs.js +0 -61
  160. package/lib/Animation/docs/Animation__fadeIn.docs.js +0 -61
  161. package/lib/Animation/docs/Animation__scaleIn.docs.js +0 -61
  162. package/lib/Animation/docs/Animation__skewIn.docs.js +0 -61
  163. package/lib/Animation/docs/Animation__slideDown.docs.js +0 -61
  164. package/lib/Animation/docs/Animation__slideLeft.docs.js +0 -61
  165. package/lib/Animation/docs/Animation__zoomIn.docs.js +0 -61
  166. package/lib/AppContainer/docs/AppContainer__default.docs.js +0 -47
  167. package/lib/Avatar/docs/Avatar__custom.docs.js +0 -62
  168. package/lib/Avatar/docs/Avatar__default.docs.js +0 -60
  169. package/lib/Avatar/docs/Avatar__palette.docs.js +0 -82
  170. package/lib/Avatar/docs/Avatar__text.docs.js +0 -61
  171. package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +0 -100
  172. package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +0 -58
  173. package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +0 -77
  174. package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +0 -76
  175. package/lib/Button/docs/Button__custom.docs.js +0 -800
  176. package/lib/Button/docs/Button__default.docs.js +0 -565
  177. package/lib/Buttongroup/docs/Buttongroup__custom.docs.js +0 -64
  178. package/lib/Buttongroup/docs/Buttongroup__footer.docs.js +0 -60
  179. package/lib/Buttongroup/docs/Buttongroup__header.docs.js +0 -71
  180. package/lib/Card/docs/Card__Custom.docs.js +0 -63
  181. package/lib/Card/docs/Card__Default.docs.js +0 -66
  182. package/lib/Card/docs/Card__Scroll.docs.js +0 -87
  183. package/lib/CheckBox/docs/CheckBox__custom.docs.js +0 -323
  184. package/lib/CheckBox/docs/CheckBox__default.docs.js +0 -249
  185. package/lib/DateTime/docs/DateTime__default.docs.js +0 -119
  186. package/lib/DateTime/docs/DateWidget__default.docs.js +0 -212
  187. package/lib/DateTime/docs/timezonedata.json +0 -1
  188. package/lib/DropBox/docs/DropBox__custom.docs.js +0 -97
  189. package/lib/DropBox/docs/DropBox__customOrder.docs.js +0 -114
  190. package/lib/DropBox/docs/DropBox__fixedPosition.docs.js +0 -113
  191. package/lib/DropBox/docs/DropBox__position.docs.js +0 -118
  192. package/lib/DropBox/docs/DropBox__size.docs.js +0 -92
  193. package/lib/DropDown/docs/DropDownHeading__custom.docs.js +0 -50
  194. package/lib/DropDown/docs/DropDownHeading__default.docs.js +0 -48
  195. package/lib/Heading/docs/Heading__default.docs.js +0 -50
  196. package/lib/Label/docs/Label__clipped.docs.js +0 -56
  197. package/lib/Label/docs/Label__custom.docs.js +0 -59
  198. package/lib/Label/docs/Label__palette.docs.js +0 -71
  199. package/lib/Label/docs/Label__size.docs.js +0 -58
  200. package/lib/Label/docs/Label__type.docs.js +0 -66
  201. package/lib/Layout/docs/Layout__Hidden.docs.js +0 -105
  202. package/lib/Layout/docs/Layout__default.docs.js +0 -77
  203. package/lib/Layout/docs/Layout__four_Column.docs.js +0 -107
  204. package/lib/Layout/docs/Layout__three_Column.docs.js +0 -104
  205. package/lib/Layout/docs/Layout__two_Column.docs.js +0 -97
  206. package/lib/LightNightMode/Colors.json +0 -497
  207. package/lib/LightNightMode/docs/AlternativeColors.docs.js +0 -128
  208. package/lib/ListItem/docs/ListItemWithAvatar__custom.docs.js +0 -182
  209. package/lib/ListItem/docs/ListItemWithAvatar__default.docs.js +0 -139
  210. package/lib/ListItem/docs/ListItemWithCheckBox__custom.docs.js +0 -118
  211. package/lib/ListItem/docs/ListItemWithCheckBox__default.docs.js +0 -92
  212. package/lib/ListItem/docs/ListItemWithIcon__custom.docs.js +0 -95
  213. package/lib/ListItem/docs/ListItemWithIcon__default.docs.js +0 -89
  214. package/lib/ListItem/docs/ListItemWithRadio__custom.docs.js +0 -118
  215. package/lib/ListItem/docs/ListItemWithRadio__default.docs.js +0 -92
  216. package/lib/ListItem/docs/ListItem__custom.docs.js +0 -141
  217. package/lib/ListItem/docs/ListItem__default.docs.js +0 -109
  218. package/lib/Modal/__docs__/Modal__default.docs.js +0 -65
  219. package/lib/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +0 -154
  220. package/lib/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +0 -140
  221. package/lib/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +0 -165
  222. package/lib/MultiSelect/docs/MultiSelect__default.docs.js +0 -186
  223. package/lib/PopOver/docs/PopOver__default.docs.js +0 -61
  224. package/lib/Provider/docs/Provider_Id__Class.docs.js +0 -56
  225. package/lib/Provider/docs/Provider_Id__Function.docs.js +0 -24
  226. package/lib/Provider/docs/Provider_Zindex__Class.docs.js +0 -59
  227. package/lib/Provider/docs/Provider_Zindex__Function.docs.js +0 -29
  228. package/lib/Provider.js +0 -116
  229. package/lib/Radio/docs/Radio__custom.docs.js +0 -273
  230. package/lib/Radio/docs/Radio__default.docs.js +0 -197
  231. package/lib/Responsive/docs/Responsive__Custom.docs.js +0 -247
  232. package/lib/Responsive/docs/Responsive__default.docs.js +0 -118
  233. package/lib/Responsive/docs/style.module.css +0 -56
  234. package/lib/Ribbon/docs/Ribbon__custom.docs.js +0 -414
  235. package/lib/Ribbon/docs/Ribbon__default.docs.js +0 -370
  236. package/lib/RippleEffect/docs/RippleEffect__default.docs.js +0 -462
  237. package/lib/Select/docs/GroupSelect__default.docs.js +0 -173
  238. package/lib/Select/docs/SelectWithAvatar__default.docs.js +0 -124
  239. package/lib/Select/docs/SelectWithIcon__default.docs.js +0 -165
  240. package/lib/Select/docs/Select__default.docs.js +0 -313
  241. package/lib/Stencils/docs/Stencils__custom.docs.js +0 -72
  242. package/lib/Stencils/docs/Stencils__default.docs.js +0 -77
  243. package/lib/Switch/docs/Switch__custom.docs.js +0 -180
  244. package/lib/Switch/docs/Switch__default.docs.js +0 -134
  245. package/lib/Tab/docs/Tab__default.docs.js +0 -283
  246. package/lib/Tab/docs/tabdocs.module.css +0 -29
  247. package/lib/Tag/docs/Tag__custom.docs.js +0 -397
  248. package/lib/Tag/docs/Tag__default.docs.js +0 -352
  249. package/lib/TextBox/docs/TextBox__custom.docs.js +0 -72
  250. package/lib/TextBox/docs/TextBox__default.docs.js +0 -69
  251. package/lib/TextBox/docs/TextBox__size.docs.js +0 -67
  252. package/lib/TextBox/docs/TextBox__variant.docs.js +0 -67
  253. package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +0 -118
  254. package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +0 -90
  255. package/lib/Textarea/docs/Textarea__animated.docs.js +0 -70
  256. package/lib/Textarea/docs/Textarea__custom.docs.js +0 -111
  257. package/lib/Textarea/docs/Textarea__default.docs.js +0 -105
  258. package/lib/Textarea/docs/Textarea__disabled.docs.js +0 -58
  259. package/lib/Tooltip/docs/Tooltip__default.docs.js +0 -402
  260. package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +0 -123
  261. package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +0 -174
  262. package/lib/common/docStyle.module.css +0 -766
  263. package/lib/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +0 -111
  264. package/lib/semantic/Button/docs/Button__default.docs.js +0 -43
@@ -1,119 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports["default"] = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _DateTime = _interopRequireDefault(require("../DateTime"));
10
- var _datetimejs = _interopRequireDefault(require("@zohodesk/datetimejs"));
11
- var _timezonedata = _interopRequireDefault(require("./timezonedata.json"));
12
- var _CodeExtractor = _interopRequireDefault(require("@zohodesk/docstool/lib/CodeExtractor/CodeExtractor"));
13
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
14
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
15
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
18
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
19
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
20
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
21
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
22
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
23
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
24
- var DateTime__default = /*#__PURE__*/function (_React$Component) {
25
- _inherits(DateTime__default, _React$Component);
26
- var _super = _createSuper(DateTime__default);
27
- function DateTime__default(props) {
28
- var _this;
29
- _classCallCheck(this, DateTime__default);
30
- _this = _super.call(this, props);
31
- _this.state = {
32
- dateTime: '2019-01-01T00:00:00.000',
33
- date: '2019-01-01',
34
- dateTimeformattedValue: '',
35
- dateFormattedValue: ''
36
- };
37
- _this.handleDateTimeChange = _this.handleDateTimeChange.bind(_assertThisInitialized(_this));
38
- _this.handleGetMethods = _this.handleGetMethods.bind(_assertThisInitialized(_this));
39
- _this.handleDateChange = _this.handleDateChange.bind(_assertThisInitialized(_this));
40
- return _this;
41
- }
42
- _createClass(DateTime__default, [{
43
- key: "handleDateTimeChange",
44
- value: function handleDateTimeChange(dateTime, dateTimeformattedValue) {
45
- this.setState({
46
- dateTime: dateTime,
47
- dateTimeformattedValue: dateTimeformattedValue
48
- });
49
- }
50
- }, {
51
- key: "handleDateChange",
52
- value: function handleDateChange(date, dateFormattedValue) {
53
- this.setState({
54
- date: date,
55
- dateFormattedValue: dateFormattedValue
56
- });
57
- }
58
- }, {
59
- key: "handleGetMethods",
60
- value: function handleGetMethods(methods) {
61
- var resetLocalDate = methods.resetLocalDate;
62
- this.resetLocalDate = resetLocalDate;
63
- }
64
- }, {
65
- key: "render",
66
- value: function render() {
67
- var _this$state = this.state,
68
- dateTime = _this$state.dateTime,
69
- date = _this$state.date,
70
- dateFormattedValue = _this$state.dateFormattedValue,
71
- dateTimeformattedValue = _this$state.dateTimeformattedValue;
72
- return /*#__PURE__*/_react["default"].createElement("div", {
73
- style: {
74
- width: '370px',
75
- height: '1000px',
76
- padding: '30px'
77
- }
78
- }, /*#__PURE__*/_react["default"].createElement("div", null, dateFormattedValue), /*#__PURE__*/_react["default"].createElement(_CodeExtractor["default"], null, /*#__PURE__*/_react["default"].createElement(_DateTime["default"], {
79
- value: date,
80
- onChange: this.handleDateChange,
81
- dateFormat: "MM.DD.YYYY",
82
- timeZone: _datetimejs["default"].tz.unpack(_timezonedata["default"].timezone),
83
- isAbsolute: false,
84
- needAction: false,
85
- isDateTimeField: false
86
- // onSelect={this.handleDateTimeChange}
87
- ,
88
- getMethods: this.handleGetMethods
89
- // onError={() => {
90
- // this.resetLocalDate();
91
- // }}
92
- ,
93
- isDefaultPosition: true
94
- })), /*#__PURE__*/_react["default"].createElement("br", null), /*#__PURE__*/_react["default"].createElement("div", null, dateTimeformattedValue), /*#__PURE__*/_react["default"].createElement(_CodeExtractor["default"], null, /*#__PURE__*/_react["default"].createElement(_DateTime["default"], {
95
- value: dateTime,
96
- onChange: this.handleDateTimeChange,
97
- dateFormat: "MM.DD.YYYY",
98
- timeZone: _datetimejs["default"].tz.unpack(_timezonedata["default"].timezone),
99
- isAbsolute: false,
100
- needAction: false,
101
- getMethods: this.handleGetMethods,
102
- isDateTimeField: true
103
- // onError={() => {
104
- // this.resetLocalDate();
105
- // }}
106
- ,
107
- isDefaultPosition: true
108
- })));
109
- }
110
- }]);
111
- return DateTime__default;
112
- }(_react["default"].Component);
113
- exports["default"] = DateTime__default;
114
- if (false) {
115
- DateTime__default.docs = {
116
- componentGroup: 'Form Elements',
117
- folderName: 'Style Guide'
118
- };
119
- }
@@ -1,212 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports["default"] = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _DateWidget = _interopRequireDefault(require("../DateWidget"));
10
- var _CodeExtractor = _interopRequireDefault(require("@zohodesk/docstool/lib/CodeExtractor/CodeExtractor"));
11
- var _timezonedata = _interopRequireDefault(require("./timezonedata.json"));
12
- var _datetimejs = _interopRequireDefault(require("@zohodesk/datetimejs"));
13
- var _Layout = require("../../Layout");
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
16
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
18
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
19
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
20
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
21
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
22
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
23
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
24
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
25
- var DateWidget__default = /*#__PURE__*/function (_React$Component) {
26
- _inherits(DateWidget__default, _React$Component);
27
- var _super = _createSuper(DateWidget__default);
28
- function DateWidget__default(props) {
29
- var _this;
30
- _classCallCheck(this, DateWidget__default);
31
- _this = _super.call(this, props);
32
- _this.state = {
33
- dateTime: '2021-08-13T20:00:00.000Z',
34
- date: '1999-04-03'
35
- };
36
- _this.handleDateChange = _this.handleDateChange.bind(_assertThisInitialized(_this));
37
- _this.handleDateTimeChange = _this.handleDateTimeChange.bind(_assertThisInitialized(_this));
38
- return _this;
39
- }
40
- _createClass(DateWidget__default, [{
41
- key: "handleDateChange",
42
- value: function handleDateChange(date) {
43
- this.setState({
44
- date: date
45
- });
46
- }
47
- }, {
48
- key: "handleDateTimeChange",
49
- value: function handleDateTimeChange(dateTime) {
50
- this.setState({
51
- dateTime: dateTime
52
- });
53
- }
54
- }, {
55
- key: "render",
56
- value: function render() {
57
- var _this2 = this;
58
- var i18nKey = {
59
- submitText: 'OK',
60
- cancelText: 'Close',
61
- timeText: 'Choose Time',
62
- nextMonthTitleText: 'Go Next',
63
- prevMonthTitleText: 'Go Prev',
64
- monthNames: ['ஜனவரி', 'பிப்ரவரி', 'மார்ச்', 'ஏப்ரல்', 'மே', 'ஜூன்', 'ஜூலை', 'ஆகஸ்ட்', 'செப்டம்பர்', 'அக்டோபர்', 'நவம்பர்', 'டிசம்பர்'],
65
- monthNamesShort: ['ஜன', 'பிப்', 'மார்', 'ஏப்', 'மே', 'ஜூன்', 'ஜூலை', 'ஆக', 'செப்', 'அக்', 'நவ', 'டிச'],
66
- dayNames: ['ஞாயிறு', 'திங்கள்', 'செவ்வாய்', 'புதன்', 'வியாழன்', 'வெள்ளி', 'சனி'],
67
- dayNamesShort: ['ஞா', 'தி', 'செ', 'பு', 'வி', 'வெ', 'ச'],
68
- ampmText: ['மு.ப', 'பி.ப']
69
- };
70
- var dataFormats = ['YYYY/MM/DD', 'YYYY-MM-DD', 'YYYY.MM.DD', 'YYYY MM DD', 'MM/DD/YYYY', 'MM-DD-YYYY', 'MM.DD.YYYY', 'MM DD YYYY', 'DD/MM/YYYY', 'DD-MM-YYYY', 'DD.MM.YYYY', 'DD MM YYYY', 'YYYY/MMM/DD', 'YYYY-MMM-DD', 'YYYY.MMM.DD', 'YYYY MMM DD', 'MMM/DD/YYYY', 'MMM-DD-YYYY', 'MMM.DD.YYYY', 'MMM DD YYYY', 'DD/MMM/YYYY', 'DD-MMM-YYYY', 'DD.MMM.YYYY', 'DD MMM YYYY', 'DD/MMMM/YYYY', 'DD-MMMM-YYYY', 'DD-MMMM-YYYY', 'DD MMMM YYYY', 'MMMM/DD/YYYY', 'MMMM-DD-YYYY', 'MMMM.DD.YYYY', 'MMMM DD YYYY', 'YYYY/MMMM/DD', 'YYYY-MMMM-DD', 'YYYY.MMMM.DD', 'YYYY MMMM DD', 'DD/MM/YY', 'DD-MM-YY', 'DD.MM.YY', 'DD MM YY', 'MM/DD/YY', 'MM-DD-YY', 'MM.DD.YY', 'MM DD YY', 'YY/MM/DD', 'YY-MM-DD', 'YY.MM.DD', 'YY MM DD', 'DD/MMM/YY', 'DD-MMM-YY', 'DD.MMM.YY', 'DD MMM YY', 'MMM/DD/YY', 'MMM-DD-YY', 'MMM.DD.YY', 'MMM DD YY', 'YY/MMM/DD', 'YY-MMM-DD', 'YY.MMM.DD', 'YY MMM DD', 'DD/MMMM/YY', 'DD-MMMM-YY', 'DD.MMMM.YY', 'DD MMMM YY', 'MMMM/DD/YY', 'MMMM-DD-YY', 'MMMM.DD.YY', 'MMMM DD YY', 'YY/MMMM/DD', 'YY-MMMM-DD', 'YY.MMMM.DD', 'YY MMMM DD'];
71
- var _this$state = this.state,
72
- date = _this$state.date,
73
- dateTime = _this$state.dateTime;
74
- var boxStyle = {
75
- padding: '10px',
76
- border: '1px solid #000',
77
- margin: '5px',
78
- minWidth: '300px'
79
- };
80
- var headingStyle = {
81
- fontSize: '14px',
82
- textDecoration: 'underline',
83
- marginBottom: '10px'
84
- };
85
- return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
86
- alignBox: "row",
87
- wrap: "wrap"
88
- }, /*#__PURE__*/_react["default"].createElement(_CodeExtractor["default"], null, dataFormats.map(function (format) {
89
- return /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
90
- flexible: true,
91
- style: boxStyle
92
- }, /*#__PURE__*/_react["default"].createElement("div", {
93
- style: headingStyle
94
- }, format), /*#__PURE__*/_react["default"].createElement(_DateWidget["default"], {
95
- textBoxSize: "xmedium",
96
- textBoxVariant: "primary",
97
- value: dateTime,
98
- onSelect: _this2.handleDateTimeChange,
99
- isDateTime: true,
100
- position: "bottomLeft",
101
- dateFormat: format,
102
- timeZone: _datetimejs["default"].tz.unpack(_timezonedata["default"].timezone),
103
- isEditable: true,
104
- is24Hour: false,
105
- i18nKeys: i18nKey
106
- }));
107
- }), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
108
- flexible: true,
109
- style: boxStyle
110
- }, /*#__PURE__*/_react["default"].createElement("div", {
111
- style: headingStyle
112
- }, "24 Hours"), /*#__PURE__*/_react["default"].createElement(_DateWidget["default"], {
113
- textBoxSize: "xmedium",
114
- textBoxVariant: "primary",
115
- value: dateTime,
116
- onSelect: this.handleDateTimeChange,
117
- isDateTime: true,
118
- position: "bottomLeft",
119
- dateFormat: "MMM-dd-yyyy",
120
- timeZone: _datetimejs["default"].tz.unpack(_timezonedata["default"].timezone),
121
- needDefaultTime: true,
122
- is24Hour: true
123
- })), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
124
- flexible: true,
125
- style: boxStyle
126
- }, /*#__PURE__*/_react["default"].createElement("div", {
127
- style: headingStyle
128
- }, "Default Time"), /*#__PURE__*/_react["default"].createElement(_DateWidget["default"], {
129
- textBoxSize: "xmedium",
130
- textBoxVariant: "primary",
131
- value: dateTime,
132
- onSelect: this.handleDateTimeChange,
133
- isDateTime: true,
134
- position: "bottomLeft",
135
- dateFormat: "MMM-dd-yyyy",
136
- timeZone: _datetimejs["default"].tz.unpack(_timezonedata["default"].timezone),
137
- needDefaultTime: true
138
- })), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
139
- flexible: true,
140
- style: boxStyle
141
- }, /*#__PURE__*/_react["default"].createElement("div", {
142
- style: headingStyle
143
- }, "ReadOnly"), /*#__PURE__*/_react["default"].createElement(_DateWidget["default"], {
144
- textBoxSize: "xmedium",
145
- textBoxVariant: "primary",
146
- value: dateTime,
147
- onSelect: this.handleDateTimeChange,
148
- isDateTime: true,
149
- position: "bottomLeft",
150
- dateFormat: "yyyy.MM.dd",
151
- timeZone: _datetimejs["default"].tz.unpack(_timezonedata["default"].timezone),
152
- needDefaultTime: false,
153
- isReadOnly: true
154
- })), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
155
- flexible: true,
156
- style: boxStyle
157
- }, /*#__PURE__*/_react["default"].createElement("div", {
158
- style: headingStyle
159
- }, "Without Time"), /*#__PURE__*/_react["default"].createElement(_DateWidget["default"], {
160
- textBoxSize: "xmedium",
161
- textBoxVariant: "primary",
162
- value: date,
163
- onSelect: this.handleDateChange,
164
- isDateTime: false,
165
- position: "bottomLeft",
166
- dateFormat: "yyyy.MM.dd",
167
- timeZone: _datetimejs["default"].tz.unpack(_timezonedata["default"].timezone)
168
- })), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
169
- flexible: true,
170
- style: boxStyle
171
- }, /*#__PURE__*/_react["default"].createElement("div", {
172
- style: headingStyle
173
- }, "Disabled"), /*#__PURE__*/_react["default"].createElement(_DateWidget["default"], {
174
- textBoxSize: "xmedium",
175
- textBoxVariant: "primary",
176
- value: date,
177
- onSelect: this.handleDateChange,
178
- isDateTime: false,
179
- position: "bottomLeft",
180
- dateFormat: "MM-dd-yyyy",
181
- isDisabled: true,
182
- timeZone: _datetimejs["default"].tz.unpack(_timezonedata["default"].timezone)
183
- })), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
184
- flexible: true,
185
- style: boxStyle
186
- }, /*#__PURE__*/_react["default"].createElement("div", {
187
- style: headingStyle
188
- }, "Hide Current Year"), /*#__PURE__*/_react["default"].createElement(_DateWidget["default"], {
189
- textBoxSize: "xmedium",
190
- textBoxVariant: "primary",
191
- value: dateTime,
192
- onSelect: this.handleDateTimeChange,
193
- isDateTime: true,
194
- position: "bottomLeft",
195
- dateFormat: "MMM-dd-yyyy",
196
- timeZone: _datetimejs["default"].tz.unpack(_timezonedata["default"].timezone),
197
- needDefaultTime: true,
198
- is24Hour: true,
199
- isEditable: true,
200
- isHideCurrentYear: true
201
- })))));
202
- }
203
- }]);
204
- return DateWidget__default;
205
- }(_react["default"].Component);
206
- exports["default"] = DateWidget__default;
207
- if (false) {
208
- DateWidget__default.docs = {
209
- componentGroup: 'Form Elements',
210
- folderName: 'Style Guide'
211
- };
212
- }
@@ -1 +0,0 @@
1
- { "timezone": "7Q.W 80 70 70 70|0121213412121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFE0 1nEe0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6" }
@@ -1,97 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports["default"] = void 0;
8
- var _react = _interopRequireWildcard(require("react"));
9
- var _DropBox = _interopRequireDefault(require("../DropBox"));
10
- var _docStyleModule = _interopRequireDefault(require("../../common/docStyle.module.css"));
11
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
15
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
18
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
19
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
20
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
21
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
22
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
23
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
24
- var DropBox__custom = /*#__PURE__*/function (_Component) {
25
- _inherits(DropBox__custom, _Component);
26
- var _super = _createSuper(DropBox__custom);
27
- function DropBox__custom() {
28
- _classCallCheck(this, DropBox__custom);
29
- return _super.apply(this, arguments);
30
- }
31
- _createClass(DropBox__custom, [{
32
- key: "render",
33
- value: function render() {
34
- var style = {
35
- height: '80px',
36
- width: '100px',
37
- position: 'relative',
38
- display: 'inline-block',
39
- background: '#e6e5e5',
40
- fontSize: '14px'
41
- },
42
- boxstyle = {
43
- height: '100px',
44
- textAlign: 'center',
45
- fontSize: 'var(--zd_size20)'
46
- },
47
- containerStyle = {
48
- display: 'inline-block',
49
- verticalAlign: 'top',
50
- width: 'calc(33.3333333% - 300px)',
51
- marginBottom: '150px',
52
- marginLeft: '275px'
53
- },
54
- dropBoxStyle = {
55
- display: 'flex',
56
- flexWrap: 'wrap',
57
- flexDirection: 'row',
58
- justifyContent: 'right'
59
- };
60
- var sizes = ['mini', 'xmini', 'xsmall', 'small', 'medium', 'large', 'mlarge', 'xlarge', 'xxlarge', 'default'];
61
- return /*#__PURE__*/_react["default"].createElement("div", {
62
- style: {
63
- dropBoxStyle: dropBoxStyle
64
- }
65
- }, sizes.map(function (size, i) {
66
- return /*#__PURE__*/_react["default"].createElement("div", {
67
- style: containerStyle,
68
- key: i
69
- }, /*#__PURE__*/_react["default"].createElement("div", {
70
- style: style
71
- }, /*#__PURE__*/_react["default"].createElement(_DropBox["default"], {
72
- size: size,
73
- isActive: true,
74
- isModel: false,
75
- customClass: {
76
- customDropBox: _docStyleModule["default"].customDropbox,
77
- customDropBoxWrap: _docStyleModule["default"].dropboxSize,
78
- customMobileDropBox: _docStyleModule["default"].mobDropbox,
79
- customMobileDropBoxWrap: _docStyleModule["default"].mobBg
80
- }
81
- }, /*#__PURE__*/_react["default"].createElement("div", {
82
- style: boxstyle
83
- }, /*#__PURE__*/_react["default"].createElement("li", null, "DropBox"), /*#__PURE__*/_react["default"].createElement("li", null, "Size - ", size)))));
84
- }));
85
- }
86
- }]);
87
- return DropBox__custom;
88
- }(_react.Component);
89
- exports["default"] = DropBox__custom;
90
- if (false) {
91
- DropBox__custom.docs = {
92
- componentGroup: 'Atom',
93
- folderName: 'Style Guide',
94
- external: true,
95
- description: ' '
96
- };
97
- }
@@ -1,114 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports["default"] = void 0;
8
- var _react = _interopRequireWildcard(require("react"));
9
- var _Popup = _interopRequireDefault(require("../../Popup/Popup"));
10
- var _DropBox = _interopRequireDefault(require("../DropBox"));
11
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
15
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
18
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
19
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
20
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
21
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
22
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
23
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
24
- var DropBox__customOrderComp = /*#__PURE__*/function (_Component) {
25
- _inherits(DropBox__customOrderComp, _Component);
26
- var _super = _createSuper(DropBox__customOrderComp);
27
- function DropBox__customOrderComp(props) {
28
- var _this;
29
- _classCallCheck(this, DropBox__customOrderComp);
30
- _this = _super.call(this, props);
31
- _this.togglePopup = _this.togglePopup.bind(_assertThisInitialized(_this));
32
- return _this;
33
- }
34
- _createClass(DropBox__customOrderComp, [{
35
- key: "togglePopup",
36
- value: function togglePopup(e) {
37
- var togglePopup = this.props.togglePopup;
38
- togglePopup && togglePopup(e, 'bottomLeftToRight');
39
- }
40
- }, {
41
- key: "render",
42
- value: function render() {
43
- var layoutStyle = {
44
- padding: 20
45
- };
46
- var containerStyle = {
47
- position: 'relative',
48
- display: 'inline-block'
49
- };
50
- var targetStyle = {
51
- height: '40px',
52
- width: '40px',
53
- borderRadius: '50%',
54
- position: 'relative',
55
- background: '#e6e5e5',
56
- cursor: 'pointer'
57
- };
58
- var boxStyle = {
59
- height: '300px'
60
- };
61
- var _this$props = this.props,
62
- isPopupOpen = _this$props.isPopupOpen,
63
- isPopupReady = _this$props.isPopupReady,
64
- position = _this$props.position,
65
- removeClose = _this$props.removeClose,
66
- getContainerRef = _this$props.getContainerRef,
67
- getTargetRef = _this$props.getTargetRef,
68
- isAbsolutePositioningNeeded = _this$props.isAbsolutePositioningNeeded,
69
- targetOffset = _this$props.targetOffset,
70
- positionsOffset = _this$props.positionsOffset;
71
- return /*#__PURE__*/_react["default"].createElement(_react.Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
72
- style: layoutStyle
73
- }, /*#__PURE__*/_react["default"].createElement("div", {
74
- style: containerStyle
75
- }, /*#__PURE__*/_react["default"].createElement("div", {
76
- style: targetStyle,
77
- onClick: this.togglePopup,
78
- ref: getTargetRef
79
- }), isPopupOpen ? /*#__PURE__*/_react["default"].createElement(_DropBox["default"], {
80
- size: "large",
81
- isActive: isPopupReady,
82
- boxPosition: position,
83
- onClick: removeClose,
84
- getRef: getContainerRef,
85
- isArrow: false,
86
- isAbsolutePositioningNeeded: isAbsolutePositioningNeeded,
87
- animationStyle: "bounce",
88
- positionsOffset: positionsOffset,
89
- targetOffset: targetOffset
90
- }, /*#__PURE__*/_react["default"].createElement("div", {
91
- style: boxStyle
92
- })) : null)), /*#__PURE__*/_react["default"].createElement("div", {
93
- "data-portal": "portal1"
94
- }));
95
- }
96
- }]);
97
- return DropBox__customOrderComp;
98
- }(_react.Component);
99
- DropBox__customOrderComp.displayName = 'DropBox__customOrder';
100
- var DropBox__customOrder = (0, _Popup["default"])(DropBox__customOrderComp);
101
- DropBox__customOrder.defaultProps = {
102
- isAbsolutePositioningNeeded: false,
103
- customOrder: ['bottomCenter', 'bottomLeftToRight', 'bottomRightToLeft', 'topLeftToRight', 'topRightToLeft', 'rightCenter', 'rightBottomToTop', 'leftTopToBottom', 'leftCenter', 'leftBottomToTop', 'leftCenterToTop']
104
- };
105
- if (false) {
106
- DropBox__customOrder.docs = {
107
- componentGroup: 'Atom',
108
- folderName: 'Style Guide',
109
- external: true,
110
- description: ' '
111
- };
112
- }
113
- var _default = DropBox__customOrder;
114
- exports["default"] = _default;