Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZGQ-inc/source
/ functions
Functions
54 in github.com/ZGQ-inc/source
⨍
Functions
54
◇
Types & classes
0
↓ 7 callers
Function
__webpack_require__
(moduleId)
clipboard.js:842
↓ 3 callers
Function
command
* Executes a given operation type. * @param {String} type * @return {Boolean}
clipboard.js:45
↓ 3 callers
Function
getAttributeValue
* Helper function to retrieve attribute value. * @param {String} suffix * @param {Element} element
clipboard.js:229
↓ 3 callers
Function
isValidFocusTarget
* Helper function for legacy browsers and iframes which sometimes focus * elements like document, body, and non-interactive SVG. * @param {Eleme
assets/css/scripts/polyfill/focus-visible.js:30
↓ 2 callers
Function
_defineProperties
(target, props)
clipboard.js:200
↓ 2 callers
Function
_getPrototypeOf
(o)
clipboard.js:216
↓ 2 callers
Function
addFocusVisibleClass
* Add the `focus-visible` class to the given element if it was not added by * the author. * @param {Element} el
assets/css/scripts/polyfill/focus-visible.js:75
↓ 2 callers
Function
addInitialPointerMoveListeners
* Add a group of listeners to detect usage of any pointing devices. * These listeners will be added when the polyfill first loads, and anytime *
assets/css/scripts/polyfill/focus-visible.js:191
↓ 2 callers
Function
changeViewportContent
(content)
assets/js/scale.fix.js:3
↓ 2 callers
Function
clipboard_typeof
(obj)
clipboard.js:196
↓ 2 callers
Function
fakeCopyAction
(value, options)
clipboard.js:104
↓ 2 callers
Function
initialize
()
assets/js/scale.fix.js:10
↓ 1 callers
Function
_assertThisInitialized
(self)
clipboard.js:212
↓ 1 callers
Function
_classCallCheck
(instance, Constructor)
clipboard.js:198
↓ 1 callers
Function
_createClass
(Constructor, protoProps, staticProps)
clipboard.js:202
↓ 1 callers
Function
_createSuper
(Derived)
clipboard.js:208
↓ 1 callers
Function
_delegate
* Delegates event to a selector. * * @param {Element} element * @param {String} selector * @param {String}
clipboard.js:478
↓ 1 callers
Function
_inherits
(subClass, superClass)
clipboard.js:204
↓ 1 callers
Function
_isNativeReflectConstruct
()
clipboard.js:214
↓ 1 callers
Function
_possibleConstructorReturn
(self, call)
clipboard.js:210
↓ 1 callers
Function
_setPrototypeOf
(o, p)
clipboard.js:206
↓ 1 callers
Function
_typeof
(obj)
clipboard.js:141
↓ 1 callers
Function
closest
* Finds the closest parent that matches a selector. * * @param {Element} element * @param {String} selector
clipboard.js:447
↓ 1 callers
Function
createFakeElement
* Creates a fake textarea element with a value. * @param {String} value * @return {HTMLElement}
clipboard.js:74
↓ 1 callers
Function
delegate
* Delegates event to a selector. * * @param {Element|String|Array} [elements] * @param {String} selector *
clipboard.js:500
↓ 1 callers
Function
focusTriggersKeyboardModality
* Computes whether the given element should automatically trigger the * `focus-visible` class being added, i.e. whether it should always match *
assets/css/scripts/polyfill/focus-visible.js:51
↓ 1 callers
Function
listenNode
* Adds an event listener to a HTML element * and returns a remove listener function. * * @param {HTMLElement} node
clipboard.js:657
↓ 1 callers
Function
listenNodeList
* Add an event listener to a list of HTML elements * and returns a remove listener function. * * @param {NodeList|HTM
clipboard.js:676
↓ 1 callers
Function
listenSelector
* Add an event listener to a selector * and returns a remove listener function. * * @param {String} selector
clipboard.js:699
↓ 1 callers
Function
onDOMReady
* Subscription when the DOM is ready * @param {Function} callback
assets/css/scripts/polyfill/focus-visible.js:249
↓ 1 callers
Function
ouiBindKeys
()
assets/css/scripts/oui.js:102
↓ 1 callers
Function
removeFocusVisibleClass
* Remove the `focus-visible` class from the given element if it was not * originally added by the author. * @param {Element} el
assets/css/scripts/polyfill/focus-visible.js:88
↓ 1 callers
Function
removeInitialPointerMoveListeners
()
assets/css/scripts/polyfill/focus-visible.js:203
Function
Clipboard
* @param {String|HTMLElement|HTMLCollection|NodeList} trigger * @param {Object} options
clipboard.js:253
Function
ClipboardActionCopy
(target)
clipboard.js:120
Function
ClipboardActionCut
(target)
clipboard.js:61
Function
ClipboardActionDefault
()
clipboard.js:151
Function
E
()
clipboard.js:763
Function
gestureEnd
()
assets/js/scale.fix.js:16
Function
gestureStart
()
assets/js/scale.fix.js:13
Function
init
* https://github.com/WICG/focus-visible
assets/css/scripts/polyfill/focus-visible.js:4
Function
listen
* Validates all params and calls the right * listener function based on its target type. * * @param {String|HTMLEleme
clipboard.js:621
Function
listener
* Finds closest match and invokes callback. * * @param {Element} element * @param {String} selector * @par
clipboard.js:533
Function
load
* Callback wrapper for check loaded state
assets/css/scripts/polyfill/focus-visible.js:255
Function
onBlur
* On `blur`, remove the `focus-visible` class from the target. * @param {Event} e
assets/css/scripts/polyfill/focus-visible.js:144
Function
onFocus
* On `focus`, add the `focus-visible` class to the target if: * - the target received focus as a result of keyboard navigation, or * - the event
assets/css/scripts/polyfill/focus-visible.js:129
Function
onInitialPointerMove
* When the polfyill first loads, assume the user is in keyboard modality. * If any event is received from a pointing device (e.g. mouse, pointer,
assets/css/scripts/polyfill/focus-visible.js:222
Function
onKeyDown
* Treat `keydown` as a signal that the user is in keyboard modality. * Apply `focus-visible` to any current active element and keep track * of o
assets/css/scripts/polyfill/focus-visible.js:102
Function
onPointerDown
* If at any point a user clicks with a pointing device, ensure that we change * the modality away from keyboard. * This avoids the situation whe
assets/css/scripts/polyfill/focus-visible.js:118
Function
onVisibilityChange
* If the user changes tabs, keep track of whether or not the previously * focused element had .focus-visible. * @param {Event} e
assets/css/scripts/polyfill/focus-visible.js:172
Function
onblur
(e)
assets/css/scripts/oui.js:90
Function
onkeydown
(e)
assets/css/scripts/oui.js:1
Function
ontoggle
(e)
assets/css/scripts/oui.js:96
Function
select
(element)
clipboard.js:712