duck-vue-components 0.0.0

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 (123) hide show
  1. package/README.md +29 -0
  2. package/dist/MyButton-C1krVCi6.cjs +36 -0
  3. package/dist/MyButton-C7riFwH6.js +28 -0
  4. package/dist/_plugin-vue_export-helper-DQXgr64F.cjs +13 -0
  5. package/dist/_plugin-vue_export-helper-DbXABBKy.js +8 -0
  6. package/dist/affix-CYU-9qMr.cjs +71 -0
  7. package/dist/affix-D9EM8_Um.js +66 -0
  8. package/dist/button-CGv1WHzT.cjs +132 -0
  9. package/dist/button-tOWSPPxz.js +126 -0
  10. package/dist/chunk-CZWwpsFl.cjs +43 -0
  11. package/dist/chunk-pbuEa-1d.js +13 -0
  12. package/dist/config.cjs +1 -0
  13. package/dist/config.js +1 -0
  14. package/dist/constants/json.cjs +4 -0
  15. package/dist/constants/json.d.cts +2 -0
  16. package/dist/constants/json.d.ts +2 -0
  17. package/dist/constants/json.js +2 -0
  18. package/dist/constants.cjs +14 -0
  19. package/dist/constants.d.cts +3 -0
  20. package/dist/constants.d.ts +3 -0
  21. package/dist/constants.js +3 -0
  22. package/dist/controls/MyButton.cjs +3 -0
  23. package/dist/controls/MyButton.d.cts +2 -0
  24. package/dist/controls/MyButton.d.ts +2 -0
  25. package/dist/controls/MyButton.js +2 -0
  26. package/dist/controls/affix.cjs +8 -0
  27. package/dist/controls/affix.d.cts +2 -0
  28. package/dist/controls/affix.d.ts +2 -0
  29. package/dist/controls/affix.js +2 -0
  30. package/dist/controls/button.cjs +8 -0
  31. package/dist/controls/button.js +2 -0
  32. package/dist/controls.cjs +18 -0
  33. package/dist/controls.d.cts +10 -0
  34. package/dist/controls.d.ts +10 -0
  35. package/dist/controls.js +5 -0
  36. package/dist/dom-CllENWMY.js +346 -0
  37. package/dist/dom-DS4YqkjW.cjs +580 -0
  38. package/dist/index-1ELDRrC5.d.ts +1397 -0
  39. package/dist/index-5JdIJn1m.d.cts +74 -0
  40. package/dist/index-6KzLtJFy.d.cts +157 -0
  41. package/dist/index-BGkTN1DD.d.cts +15 -0
  42. package/dist/index-BHq-BMCP.d.ts +74 -0
  43. package/dist/index-BI-hrf4t.d.ts +332 -0
  44. package/dist/index-BtOBjeH7.d.ts +10 -0
  45. package/dist/index-C-uY4885.d.cts +23 -0
  46. package/dist/index-C5SJLWEN.d.ts +23 -0
  47. package/dist/index-CSvc8L11.d.cts +51 -0
  48. package/dist/index-CeemHBNT.d.ts +51 -0
  49. package/dist/index-CfkAYIKD.d.cts +80 -0
  50. package/dist/index-CiJC-ieW.d.ts +157 -0
  51. package/dist/index-DamAmum6.d.ts +15 -0
  52. package/dist/index-DhOoJCHW.d.cts +1397 -0
  53. package/dist/index-PhthUD7x.d.cts +10 -0
  54. package/dist/index-oDsyZ3t2.d.cts +332 -0
  55. package/dist/index-x9xs2cbA.d.ts +80 -0
  56. package/dist/json-BkkaM20u.cjs +31034 -0
  57. package/dist/json-D-_zTSK6.js +31023 -0
  58. package/dist/locale-DhlAaV1Q.js +597 -0
  59. package/dist/locale-WzzxOobw.cjs +658 -0
  60. package/dist/locale.cjs +12 -0
  61. package/dist/locale.js +2 -0
  62. package/dist/objects-CLXPNOUW.js +134 -0
  63. package/dist/objects-o7u5s_lI.cjs +272 -0
  64. package/dist/packages/config.cjs +10 -0
  65. package/dist/packages/config.d.cts +2 -0
  66. package/dist/packages/config.d.ts +2 -0
  67. package/dist/packages/config.js +5 -0
  68. package/dist/packages/constants/json.cjs +4 -0
  69. package/dist/packages/constants/json.js +2 -0
  70. package/dist/packages/constants.cjs +78 -0
  71. package/dist/packages/constants.js +67 -0
  72. package/dist/packages/controls/MyButton.cjs +3 -0
  73. package/dist/packages/controls/MyButton.js +2 -0
  74. package/dist/packages/controls/affix.cjs +8 -0
  75. package/dist/packages/controls/affix.js +2 -0
  76. package/dist/packages/controls/button.cjs +8 -0
  77. package/dist/packages/controls/button.d.cts +2 -0
  78. package/dist/packages/controls/button.d.ts +2 -0
  79. package/dist/packages/controls/button.js +2 -0
  80. package/dist/packages/controls.cjs +31 -0
  81. package/dist/packages/controls.js +12 -0
  82. package/dist/packages/locale.cjs +12 -0
  83. package/dist/packages/locale.d.cts +39 -0
  84. package/dist/packages/locale.d.ts +39 -0
  85. package/dist/packages/locale.js +2 -0
  86. package/dist/packages/stores.cjs +337 -0
  87. package/dist/packages/stores.js +320 -0
  88. package/dist/packages/utils/dom.cjs +32 -0
  89. package/dist/packages/utils/dom.d.cts +2 -0
  90. package/dist/packages/utils/dom.d.ts +2 -0
  91. package/dist/packages/utils/dom.js +2 -0
  92. package/dist/packages/utils/vue/props.cjs +63 -0
  93. package/dist/packages/utils/vue/props.d.cts +2 -0
  94. package/dist/packages/utils/vue/props.d.ts +2 -0
  95. package/dist/packages/utils/vue/props.js +56 -0
  96. package/dist/packages/utils/vue.cjs +32 -0
  97. package/dist/packages/utils/vue.d.cts +3 -0
  98. package/dist/packages/utils/vue.d.ts +3 -0
  99. package/dist/packages/utils/vue.js +24 -0
  100. package/dist/packages/utils.cjs +190 -0
  101. package/dist/packages/utils.js +6 -0
  102. package/dist/packages.cjs +15 -0
  103. package/dist/packages.d.cts +3 -0
  104. package/dist/packages.d.ts +3 -0
  105. package/dist/packages.js +3 -0
  106. package/dist/stores.cjs +17 -0
  107. package/dist/stores.d.cts +805 -0
  108. package/dist/stores.d.ts +805 -0
  109. package/dist/stores.js +4 -0
  110. package/dist/style.css +15 -0
  111. package/dist/utils/dom.cjs +32 -0
  112. package/dist/utils/dom.js +2 -0
  113. package/dist/utils/vue/props.cjs +7 -0
  114. package/dist/utils/vue/props.js +2 -0
  115. package/dist/utils/vue.cjs +11 -0
  116. package/dist/utils/vue.js +3 -0
  117. package/dist/utils-DlBKdS0t.js +696 -0
  118. package/dist/utils-egS_3P4w.cjs +850 -0
  119. package/dist/utils.cjs +190 -0
  120. package/dist/utils.d.cts +5 -0
  121. package/dist/utils.d.ts +5 -0
  122. package/dist/utils.js +6 -0
  123. package/package.json +184 -0
@@ -0,0 +1,580 @@
1
+ require("./chunk-CZWwpsFl.cjs");
2
+ const require_objects = require("./objects-o7u5s_lI.cjs");
3
+ let _vueuse_core = require("@vueuse/core");
4
+ let _vue_shared = require("@vue/shared");
5
+ //#region src/packages/utils/dom/aria.ts
6
+ const FOCUSABLE_ELEMENT_SELECTORS = `a[href],button:not([disabled]),button:not([hidden]),:not([tabindex="-1"]),input:not([disabled]),input:not([type="hidden"]),select:not([disabled]),textarea:not([disabled])`;
7
+ /**
8
+ * Determine if the testing element is visible on screen no matter if its on the viewport or not
9
+ */
10
+ const isVisible = (element) => {
11
+ if (process?.env?.NODE_ENV === "test") return true;
12
+ return getComputedStyle(element).position === "fixed" ? false : element.offsetParent !== null;
13
+ };
14
+ const obtainAllFocusableElements = (element) => {
15
+ return Array.from(element.querySelectorAll(FOCUSABLE_ELEMENT_SELECTORS)).filter((item) => isFocusable(item) && isVisible(item));
16
+ };
17
+ /**
18
+ * @desc Determine if target element is focusable
19
+ * @param element {HTMLElement}
20
+ * @returns {Boolean} true if it is focusable
21
+ */
22
+ const isFocusable = (element) => {
23
+ if (element.tabIndex > 0 || element.tabIndex === 0 && element.getAttribute("tabIndex") !== null) return true;
24
+ if (element.tabIndex < 0 || element.hasAttribute("disabled") || element.getAttribute("aria-disabled") === "true") return false;
25
+ switch (element.nodeName) {
26
+ case "A": return !!element.href && element.rel !== "ignore";
27
+ case "INPUT": return !(element.type === "hidden" || element.type === "file");
28
+ case "BUTTON":
29
+ case "SELECT":
30
+ case "TEXTAREA": return true;
31
+ default: return false;
32
+ }
33
+ };
34
+ /**
35
+ * @desc Set Attempt to set focus on the current node.
36
+ * @param element
37
+ * The node to attempt to focus on.
38
+ * @returns
39
+ * true if element is focused.
40
+ */
41
+ const attemptFocus = (element) => {
42
+ if (!isFocusable(element)) return false;
43
+ element.focus?.();
44
+ return document.activeElement === element;
45
+ };
46
+ /**
47
+ * Trigger an event
48
+ * mouseenter, mouseleave, mouseover, keyup, change, click, etc.
49
+ * @param {HTMLElement} elm
50
+ * @param {String} name
51
+ * @param {*} opts
52
+ */
53
+ const triggerEvent = function(elm, name, ...opts) {
54
+ let eventName;
55
+ if (name.includes("mouse") || name.includes("click")) eventName = "MouseEvents";
56
+ else if (name.includes("key")) eventName = "KeyboardEvent";
57
+ else eventName = "HTMLEvents";
58
+ const evt = document.createEvent(eventName);
59
+ evt.initEvent(name, ...opts);
60
+ elm.dispatchEvent(evt);
61
+ return elm;
62
+ };
63
+ const isLeaf = (el) => !el.getAttribute("aria-owns");
64
+ const getSibling = (el, distance, elClass) => {
65
+ const { parentNode } = el;
66
+ if (!parentNode) return null;
67
+ const siblings = parentNode.querySelectorAll(elClass);
68
+ return siblings[Array.prototype.indexOf.call(siblings, el) + distance] || null;
69
+ };
70
+ const focusNode = (el) => {
71
+ if (!el) return;
72
+ el.focus();
73
+ !isLeaf(el) && el.click();
74
+ };
75
+ //#endregion
76
+ //#region src/packages/utils/dom/event.ts
77
+ const composeEventHandlers = (theirsHandler, oursHandler, { checkForDefaultPrevented = true } = {}) => {
78
+ const handleEvent = (event) => {
79
+ const shouldPrevent = theirsHandler?.(event);
80
+ if (checkForDefaultPrevented === false || !shouldPrevent) return oursHandler?.(event);
81
+ };
82
+ return handleEvent;
83
+ };
84
+ const whenMouse = (handler) => {
85
+ return (e) => e.pointerType === "mouse" ? handler(e) : void 0;
86
+ };
87
+ //#endregion
88
+ //#region src/packages/utils/browser.ts
89
+ const isFirefox = () => _vueuse_core.isClient && /firefox/i.test(window.navigator.userAgent);
90
+ const loadScript = (src, options = {}) => {
91
+ const { async = true, type = "text/javascript", defer = true } = options;
92
+ return new Promise((resolve, reject) => {
93
+ const script = document.createElement("script");
94
+ script.src = src;
95
+ script.type = type;
96
+ script.async = async;
97
+ script.defer = defer;
98
+ script.onload = () => {
99
+ resolve();
100
+ };
101
+ script.onerror = () => {
102
+ reject();
103
+ };
104
+ document.body.appendChild(script);
105
+ });
106
+ };
107
+ //#endregion
108
+ //#region src/packages/utils/dom/position.ts
109
+ const isInContainer = (el, container) => {
110
+ if (!_vueuse_core.isClient || !el || !container) return false;
111
+ const elRect = el.getBoundingClientRect();
112
+ let containerRect;
113
+ if (container instanceof Element) containerRect = container.getBoundingClientRect();
114
+ else containerRect = {
115
+ top: 0,
116
+ right: window.innerWidth,
117
+ bottom: window.innerHeight,
118
+ left: 0
119
+ };
120
+ return elRect.top < containerRect.bottom && elRect.bottom > containerRect.top && elRect.right > containerRect.left && elRect.left < containerRect.right;
121
+ };
122
+ const getOffsetTop = (el) => {
123
+ let offset = 0;
124
+ let parent = el;
125
+ while (parent) {
126
+ offset += parent.offsetTop;
127
+ parent = parent.offsetParent;
128
+ }
129
+ return offset;
130
+ };
131
+ const getOffsetTopDistance = (el, containerEl) => {
132
+ return Math.abs(getOffsetTop(el) - getOffsetTop(containerEl));
133
+ };
134
+ const getClientXY = (event) => {
135
+ let clientX;
136
+ let clientY;
137
+ if (event.type === "touchend") {
138
+ clientY = event.changedTouches[0].clientY;
139
+ clientX = event.changedTouches[0].clientX;
140
+ } else if (event.type.startsWith("touch")) {
141
+ clientY = event.touches[0].clientY;
142
+ clientX = event.touches[0].clientX;
143
+ } else {
144
+ clientY = event.clientY;
145
+ clientX = event.clientX;
146
+ }
147
+ return {
148
+ clientX,
149
+ clientY
150
+ };
151
+ };
152
+ //#endregion
153
+ //#region src/packages/utils/easings.ts
154
+ function easeInOutCubic(t, b, c, d) {
155
+ const cc = c - b;
156
+ t /= d / 2;
157
+ if (t < 1) return cc / 2 * t * t * t + b;
158
+ return cc / 2 * ((t -= 2) * t * t + 2) + b;
159
+ }
160
+ //#endregion
161
+ //#region src/packages/utils/raf.ts
162
+ const rAF = (fn) => _vueuse_core.isClient ? window.requestAnimationFrame(fn) : setTimeout(fn, 16);
163
+ const cAF = (handle) => _vueuse_core.isClient ? window.cancelAnimationFrame(handle) : clearTimeout(handle);
164
+ //#endregion
165
+ //#region src/packages/utils/strings.ts
166
+ /**
167
+ * fork from {@link https://github.com/sindresorhus/escape-string-regexp}
168
+ */
169
+ const escapeStringRegexp = (string = "") => string.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
170
+ const capitalize = (str) => (0, _vue_shared.capitalize)(str);
171
+ //#endregion
172
+ //#region src/packages/utils/error.ts
173
+ var ElementPlusError = class extends Error {
174
+ constructor(m) {
175
+ super(m);
176
+ this.name = "ElementPlusError";
177
+ }
178
+ };
179
+ function throwError(scope, m) {
180
+ throw new ElementPlusError(`[${scope}] ${m}`);
181
+ }
182
+ function debugWarn(scope, message) {
183
+ if (process?.env?.NODE_ENV !== "production") {
184
+ const error = (0, _vue_shared.isString)(scope) ? new ElementPlusError(`[${scope}] ${message}`) : scope;
185
+ console.warn(error);
186
+ }
187
+ }
188
+ //#endregion
189
+ //#region src/packages/utils/dom/style.ts
190
+ const SCOPE = "utils/dom/style";
191
+ const classNameToArray = (cls = "") => cls.split(" ").filter((item) => !!item.trim());
192
+ const hasClass = (el, cls) => {
193
+ if (!el || !cls) return false;
194
+ if (cls.includes(" ")) throw new Error("className should not contain space.");
195
+ return el.classList.contains(cls);
196
+ };
197
+ const addClass = (el, cls) => {
198
+ if (!el || !cls.trim()) return;
199
+ el.classList.add(...classNameToArray(cls));
200
+ };
201
+ const removeClass = (el, cls) => {
202
+ if (!el || !cls.trim()) return;
203
+ el.classList.remove(...classNameToArray(cls));
204
+ };
205
+ const getStyle = (element, styleName) => {
206
+ if (!_vueuse_core.isClient || !element || !styleName) return "";
207
+ let key = (0, _vue_shared.camelize)(styleName);
208
+ if (key === "float") key = "cssFloat";
209
+ try {
210
+ const style = element.style[key];
211
+ if (style) return style;
212
+ const computed = document.defaultView?.getComputedStyle(element, "");
213
+ return computed ? computed[key] : "";
214
+ } catch {
215
+ return element.style[key];
216
+ }
217
+ };
218
+ const setStyle = (element, styleName, value) => {
219
+ if (!element || !styleName) return;
220
+ if ((0, _vue_shared.isObject)(styleName)) require_objects.entriesOf(styleName).forEach(([prop, value]) => setStyle(element, prop, value));
221
+ else {
222
+ const key = (0, _vue_shared.camelize)(styleName);
223
+ element.style[key] = value;
224
+ }
225
+ };
226
+ const removeStyle = (element, style) => {
227
+ if (!element || !style) return;
228
+ if ((0, _vue_shared.isObject)(style)) require_objects.keysOf(style).forEach((prop) => removeStyle(element, prop));
229
+ else setStyle(element, style, "");
230
+ };
231
+ function addUnit(value, defaultUnit = "px") {
232
+ if (!value) return "";
233
+ if (require_objects.isNumber(value) || require_objects.isStringNumber(value)) return `${value}${defaultUnit}`;
234
+ else if ((0, _vue_shared.isString)(value)) return value;
235
+ debugWarn(SCOPE, "binding value must be a string or number");
236
+ }
237
+ //#endregion
238
+ //#region src/packages/utils/dom/scroll.ts
239
+ const isScroll = (el, isVertical) => {
240
+ if (!_vueuse_core.isClient) return false;
241
+ const key = {
242
+ undefined: "overflow",
243
+ true: "overflow-y",
244
+ false: "overflow-x"
245
+ }[String(isVertical)];
246
+ const overflow = getStyle(el, key);
247
+ return [
248
+ "scroll",
249
+ "auto",
250
+ "overlay"
251
+ ].some((s) => overflow.includes(s));
252
+ };
253
+ const getScrollContainer = (el, isVertical) => {
254
+ if (!_vueuse_core.isClient) return;
255
+ let parent = el;
256
+ while (parent) {
257
+ if ([
258
+ window,
259
+ document,
260
+ document.documentElement
261
+ ].includes(parent)) return window;
262
+ if (isScroll(parent, isVertical)) return parent;
263
+ parent = parent.parentNode;
264
+ }
265
+ return parent;
266
+ };
267
+ let scrollBarWidth;
268
+ const getScrollBarWidth = (namespace) => {
269
+ if (!_vueuse_core.isClient) return 0;
270
+ if (scrollBarWidth !== void 0) return scrollBarWidth;
271
+ const outer = document.createElement("div");
272
+ outer.className = `${namespace}-scrollbar__wrap`;
273
+ outer.style.visibility = "hidden";
274
+ outer.style.width = "100px";
275
+ outer.style.position = "absolute";
276
+ outer.style.top = "-9999px";
277
+ document.body.appendChild(outer);
278
+ const widthNoScroll = outer.offsetWidth;
279
+ outer.style.overflow = "scroll";
280
+ const inner = document.createElement("div");
281
+ inner.style.width = "100%";
282
+ outer.appendChild(inner);
283
+ const widthWithScroll = inner.offsetWidth;
284
+ outer.parentNode?.removeChild(outer);
285
+ scrollBarWidth = widthNoScroll - widthWithScroll;
286
+ return scrollBarWidth;
287
+ };
288
+ /**
289
+ * Scroll with in the container element, positioning the **selected** element at the top
290
+ * of the container
291
+ */
292
+ function scrollIntoView(container, selected) {
293
+ if (!_vueuse_core.isClient) return;
294
+ if (!selected) {
295
+ container.scrollTop = 0;
296
+ return;
297
+ }
298
+ const offsetParents = [];
299
+ let pointer = selected.offsetParent;
300
+ while (pointer !== null && container !== pointer && container.contains(pointer)) {
301
+ offsetParents.push(pointer);
302
+ pointer = pointer.offsetParent;
303
+ }
304
+ const top = selected.offsetTop + offsetParents.reduce((prev, curr) => prev + curr.offsetTop, 0);
305
+ const bottom = top + selected.offsetHeight;
306
+ const viewRectTop = container.scrollTop;
307
+ const viewRectBottom = viewRectTop + container.clientHeight;
308
+ if (top < viewRectTop) container.scrollTop = top;
309
+ else if (bottom > viewRectBottom) container.scrollTop = bottom - container.clientHeight;
310
+ }
311
+ function animateScrollTo(container, from, to, duration, callback) {
312
+ const startTime = Date.now();
313
+ let handle;
314
+ const scroll = () => {
315
+ const time = Date.now() - startTime;
316
+ const nextScrollTop = easeInOutCubic(time > duration ? duration : time, from, to, duration);
317
+ if (require_objects.isWindow(container)) container.scrollTo(window.pageXOffset, nextScrollTop);
318
+ else container.scrollTop = nextScrollTop;
319
+ if (time < duration) handle = rAF(scroll);
320
+ else if ((0, _vue_shared.isFunction)(callback)) callback();
321
+ };
322
+ scroll();
323
+ return () => {
324
+ handle && cAF(handle);
325
+ };
326
+ }
327
+ const getScrollElement = (target, container) => {
328
+ if (require_objects.isWindow(container)) return target.ownerDocument.documentElement;
329
+ return container;
330
+ };
331
+ const getScrollTop = (container) => {
332
+ if (require_objects.isWindow(container)) return window.scrollY;
333
+ return container.scrollTop;
334
+ };
335
+ //#endregion
336
+ //#region src/packages/utils/dom/element.ts
337
+ const getElement = ((target) => {
338
+ if (!_vueuse_core.isClient || target === "") return null;
339
+ if ((0, _vue_shared.isString)(target)) try {
340
+ return document.querySelector(target);
341
+ } catch {
342
+ return null;
343
+ }
344
+ return target;
345
+ });
346
+ //#endregion
347
+ Object.defineProperty(exports, "addClass", {
348
+ enumerable: true,
349
+ get: function() {
350
+ return addClass;
351
+ }
352
+ });
353
+ Object.defineProperty(exports, "addUnit", {
354
+ enumerable: true,
355
+ get: function() {
356
+ return addUnit;
357
+ }
358
+ });
359
+ Object.defineProperty(exports, "animateScrollTo", {
360
+ enumerable: true,
361
+ get: function() {
362
+ return animateScrollTo;
363
+ }
364
+ });
365
+ Object.defineProperty(exports, "attemptFocus", {
366
+ enumerable: true,
367
+ get: function() {
368
+ return attemptFocus;
369
+ }
370
+ });
371
+ Object.defineProperty(exports, "cAF", {
372
+ enumerable: true,
373
+ get: function() {
374
+ return cAF;
375
+ }
376
+ });
377
+ Object.defineProperty(exports, "capitalize", {
378
+ enumerable: true,
379
+ get: function() {
380
+ return capitalize;
381
+ }
382
+ });
383
+ Object.defineProperty(exports, "classNameToArray", {
384
+ enumerable: true,
385
+ get: function() {
386
+ return classNameToArray;
387
+ }
388
+ });
389
+ Object.defineProperty(exports, "composeEventHandlers", {
390
+ enumerable: true,
391
+ get: function() {
392
+ return composeEventHandlers;
393
+ }
394
+ });
395
+ Object.defineProperty(exports, "debugWarn", {
396
+ enumerable: true,
397
+ get: function() {
398
+ return debugWarn;
399
+ }
400
+ });
401
+ Object.defineProperty(exports, "easeInOutCubic", {
402
+ enumerable: true,
403
+ get: function() {
404
+ return easeInOutCubic;
405
+ }
406
+ });
407
+ Object.defineProperty(exports, "escapeStringRegexp", {
408
+ enumerable: true,
409
+ get: function() {
410
+ return escapeStringRegexp;
411
+ }
412
+ });
413
+ Object.defineProperty(exports, "focusNode", {
414
+ enumerable: true,
415
+ get: function() {
416
+ return focusNode;
417
+ }
418
+ });
419
+ Object.defineProperty(exports, "getClientXY", {
420
+ enumerable: true,
421
+ get: function() {
422
+ return getClientXY;
423
+ }
424
+ });
425
+ Object.defineProperty(exports, "getElement", {
426
+ enumerable: true,
427
+ get: function() {
428
+ return getElement;
429
+ }
430
+ });
431
+ Object.defineProperty(exports, "getOffsetTop", {
432
+ enumerable: true,
433
+ get: function() {
434
+ return getOffsetTop;
435
+ }
436
+ });
437
+ Object.defineProperty(exports, "getOffsetTopDistance", {
438
+ enumerable: true,
439
+ get: function() {
440
+ return getOffsetTopDistance;
441
+ }
442
+ });
443
+ Object.defineProperty(exports, "getScrollBarWidth", {
444
+ enumerable: true,
445
+ get: function() {
446
+ return getScrollBarWidth;
447
+ }
448
+ });
449
+ Object.defineProperty(exports, "getScrollContainer", {
450
+ enumerable: true,
451
+ get: function() {
452
+ return getScrollContainer;
453
+ }
454
+ });
455
+ Object.defineProperty(exports, "getScrollElement", {
456
+ enumerable: true,
457
+ get: function() {
458
+ return getScrollElement;
459
+ }
460
+ });
461
+ Object.defineProperty(exports, "getScrollTop", {
462
+ enumerable: true,
463
+ get: function() {
464
+ return getScrollTop;
465
+ }
466
+ });
467
+ Object.defineProperty(exports, "getSibling", {
468
+ enumerable: true,
469
+ get: function() {
470
+ return getSibling;
471
+ }
472
+ });
473
+ Object.defineProperty(exports, "getStyle", {
474
+ enumerable: true,
475
+ get: function() {
476
+ return getStyle;
477
+ }
478
+ });
479
+ Object.defineProperty(exports, "hasClass", {
480
+ enumerable: true,
481
+ get: function() {
482
+ return hasClass;
483
+ }
484
+ });
485
+ Object.defineProperty(exports, "isFirefox", {
486
+ enumerable: true,
487
+ get: function() {
488
+ return isFirefox;
489
+ }
490
+ });
491
+ Object.defineProperty(exports, "isFocusable", {
492
+ enumerable: true,
493
+ get: function() {
494
+ return isFocusable;
495
+ }
496
+ });
497
+ Object.defineProperty(exports, "isInContainer", {
498
+ enumerable: true,
499
+ get: function() {
500
+ return isInContainer;
501
+ }
502
+ });
503
+ Object.defineProperty(exports, "isLeaf", {
504
+ enumerable: true,
505
+ get: function() {
506
+ return isLeaf;
507
+ }
508
+ });
509
+ Object.defineProperty(exports, "isScroll", {
510
+ enumerable: true,
511
+ get: function() {
512
+ return isScroll;
513
+ }
514
+ });
515
+ Object.defineProperty(exports, "isVisible", {
516
+ enumerable: true,
517
+ get: function() {
518
+ return isVisible;
519
+ }
520
+ });
521
+ Object.defineProperty(exports, "loadScript", {
522
+ enumerable: true,
523
+ get: function() {
524
+ return loadScript;
525
+ }
526
+ });
527
+ Object.defineProperty(exports, "obtainAllFocusableElements", {
528
+ enumerable: true,
529
+ get: function() {
530
+ return obtainAllFocusableElements;
531
+ }
532
+ });
533
+ Object.defineProperty(exports, "rAF", {
534
+ enumerable: true,
535
+ get: function() {
536
+ return rAF;
537
+ }
538
+ });
539
+ Object.defineProperty(exports, "removeClass", {
540
+ enumerable: true,
541
+ get: function() {
542
+ return removeClass;
543
+ }
544
+ });
545
+ Object.defineProperty(exports, "removeStyle", {
546
+ enumerable: true,
547
+ get: function() {
548
+ return removeStyle;
549
+ }
550
+ });
551
+ Object.defineProperty(exports, "scrollIntoView", {
552
+ enumerable: true,
553
+ get: function() {
554
+ return scrollIntoView;
555
+ }
556
+ });
557
+ Object.defineProperty(exports, "setStyle", {
558
+ enumerable: true,
559
+ get: function() {
560
+ return setStyle;
561
+ }
562
+ });
563
+ Object.defineProperty(exports, "throwError", {
564
+ enumerable: true,
565
+ get: function() {
566
+ return throwError;
567
+ }
568
+ });
569
+ Object.defineProperty(exports, "triggerEvent", {
570
+ enumerable: true,
571
+ get: function() {
572
+ return triggerEvent;
573
+ }
574
+ });
575
+ Object.defineProperty(exports, "whenMouse", {
576
+ enumerable: true,
577
+ get: function() {
578
+ return whenMouse;
579
+ }
580
+ });