administrate-bootstrap-theme 0.1.8 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +72 -31
- data/app/assets/javascripts/administrate-bootstrap-theme/bootstrap.bundle.js +6780 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/_base.scss +2 -10
- data/app/assets/stylesheets/administrate-bootstrap-theme/_variables.scss +8 -1
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_accordion.scss +4 -2
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_alert.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_badge.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_breadcrumb.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_button-group.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_buttons.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_card.scss +7 -6
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_carousel.scss +2 -2
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_close.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_containers.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_dropdown.scss +11 -17
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_forms.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_functions.scss +94 -3
- data/app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/_grid.scss +33 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_helpers.scss +2 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_images.scss +1 -1
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_list-group.scss +5 -5
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_mixins.scss +2 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_modal.scss +7 -35
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_nav.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_navbar.scss +30 -1
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_offcanvas.scss +19 -13
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_pagination.scss +0 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/_placeholders.scss +51 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_popover.scss +10 -10
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_progress.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_reboot.scss +12 -8
- data/app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/_root.scss +53 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_spinners.scss +2 -2
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_tables.scss +1 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_toasts.scss +3 -3
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_tooltip.scss +4 -4
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_transitions.scss +6 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_type.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_utilities.scss +44 -8
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/_variables.scss +193 -28
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/bootstrap-grid.scss +1 -1
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/bootstrap-reboot.scss +1 -1
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/bootstrap-utilities.scss +1 -1
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/bootstrap.scss +2 -1
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/forms/_floating-labels.scss +3 -1
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/forms/_form-check.scss +1 -1
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/forms/_form-control.scss +1 -1
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/forms/_form-range.scss +1 -1
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/forms/_form-select.scss +3 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/forms/_form-text.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/forms/_input-group.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/forms/_labels.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/forms/_validation.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/helpers/_clearfix.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/helpers/_colored-links.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/helpers/_position.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/helpers/_ratio.scss +0 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/helpers/_stacks.scss +15 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/helpers/_stretched-link.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/helpers/_text-truncation.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/helpers/_visually-hidden.scss +0 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/helpers/_vr.scss +8 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_alert.scss +0 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/mixins/_backdrop.scss +14 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_border-radius.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_box-shadow.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_breakpoints.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_buttons.scss +1 -1
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_caret.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_clearfix.scss +0 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/bootstrap/mixins/_color-scheme.scss +7 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_container.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_deprecate.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_forms.scss +15 -5
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_gradients.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_grid.scss +40 -10
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_image.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_list-group.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_lists.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_pagination.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_reset-text.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_resize.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_table-variants.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_text-truncate.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_transition.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_utilities.scss +27 -6
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/mixins/_visually-hidden.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/utilities/_api.scss +0 -0
- data/{node_modules/bootstrap/scss → app/assets/stylesheets/administrate-bootstrap-theme/bootstrap}/vendor/_rfs.scss +55 -13
- data/app/assets/stylesheets/administrate-bootstrap-theme/colors/_autumn.scss +8 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/colors/_default.scss +8 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/colors/_forest.scss +9 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/colors/_industrial.scss +8 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/colors/_water.scss +8 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/components/_content_body.scss +21 -1
- data/app/assets/stylesheets/administrate-bootstrap-theme/components/_content_header.scss +1 -1
- data/app/assets/stylesheets/administrate-bootstrap-theme/components/_form.scss +2 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/components/_navigation.scss +22 -3
- data/app/assets/stylesheets/administrate-bootstrap-theme/components/_pagination.scss +1 -1
- data/app/assets/stylesheets/administrate-bootstrap-theme/fonts/_lato.scss +5 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/fonts/_montserrat.scss +5 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/fonts/_open_sans.scss +5 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/fonts/_roboto.scss +5 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/fonts/_source_sans_pro.scss +5 -0
- data/app/assets/stylesheets/administrate-bootstrap-theme/theme.scss +10 -51
- data/lib/administrate-bootstrap-theme/engine.rb +0 -2
- data/lib/administrate-bootstrap-theme/version.rb +2 -1
- data/lib/generators/administrate_bootstrap_theme/install/USAGE +10 -0
- data/lib/generators/administrate_bootstrap_theme/install/install_generator.rb +33 -0
- data/package.json +10 -0
- metadata +113 -199
- data/Rakefile +0 -16
- data/app/assets/javascripts/administrate-bootstrap-theme/theme.js +0 -2
- data/node_modules/bootstrap/js/src/alert.js +0 -141
- data/node_modules/bootstrap/js/src/base-component.js +0 -46
- data/node_modules/bootstrap/js/src/button.js +0 -95
- data/node_modules/bootstrap/js/src/carousel.js +0 -624
- data/node_modules/bootstrap/js/src/collapse.js +0 -410
- data/node_modules/bootstrap/js/src/dom/data.js +0 -57
- data/node_modules/bootstrap/js/src/dom/event-handler.js +0 -331
- data/node_modules/bootstrap/js/src/dom/manipulator.js +0 -80
- data/node_modules/bootstrap/js/src/dom/selector-engine.js +0 -75
- data/node_modules/bootstrap/js/src/dropdown.js +0 -543
- data/node_modules/bootstrap/js/src/modal.js +0 -582
- data/node_modules/bootstrap/js/src/offcanvas.js +0 -279
- data/node_modules/bootstrap/js/src/popover.js +0 -171
- data/node_modules/bootstrap/js/src/scrollspy.js +0 -319
- data/node_modules/bootstrap/js/src/tab.js +0 -220
- data/node_modules/bootstrap/js/src/toast.js +0 -219
- data/node_modules/bootstrap/js/src/tooltip.js +0 -802
- data/node_modules/bootstrap/js/src/util/index.js +0 -253
- data/node_modules/bootstrap/js/src/util/sanitizer.js +0 -127
- data/node_modules/bootstrap/js/src/util/scrollbar.js +0 -70
- data/node_modules/bootstrap/scss/_grid.scss +0 -22
- data/node_modules/bootstrap/scss/_root.scss +0 -16
@@ -1,410 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* --------------------------------------------------------------------------
|
3
|
-
* Bootstrap (v5.0.0-beta3): collapse.js
|
4
|
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
5
|
-
* --------------------------------------------------------------------------
|
6
|
-
*/
|
7
|
-
|
8
|
-
import {
|
9
|
-
defineJQueryPlugin,
|
10
|
-
emulateTransitionEnd,
|
11
|
-
getSelectorFromElement,
|
12
|
-
getElementFromSelector,
|
13
|
-
getTransitionDurationFromElement,
|
14
|
-
isElement,
|
15
|
-
reflow,
|
16
|
-
typeCheckConfig
|
17
|
-
} from './util/index'
|
18
|
-
import Data from './dom/data'
|
19
|
-
import EventHandler from './dom/event-handler'
|
20
|
-
import Manipulator from './dom/manipulator'
|
21
|
-
import SelectorEngine from './dom/selector-engine'
|
22
|
-
import BaseComponent from './base-component'
|
23
|
-
|
24
|
-
/**
|
25
|
-
* ------------------------------------------------------------------------
|
26
|
-
* Constants
|
27
|
-
* ------------------------------------------------------------------------
|
28
|
-
*/
|
29
|
-
|
30
|
-
const NAME = 'collapse'
|
31
|
-
const DATA_KEY = 'bs.collapse'
|
32
|
-
const EVENT_KEY = `.${DATA_KEY}`
|
33
|
-
const DATA_API_KEY = '.data-api'
|
34
|
-
|
35
|
-
const Default = {
|
36
|
-
toggle: true,
|
37
|
-
parent: ''
|
38
|
-
}
|
39
|
-
|
40
|
-
const DefaultType = {
|
41
|
-
toggle: 'boolean',
|
42
|
-
parent: '(string|element)'
|
43
|
-
}
|
44
|
-
|
45
|
-
const EVENT_SHOW = `show${EVENT_KEY}`
|
46
|
-
const EVENT_SHOWN = `shown${EVENT_KEY}`
|
47
|
-
const EVENT_HIDE = `hide${EVENT_KEY}`
|
48
|
-
const EVENT_HIDDEN = `hidden${EVENT_KEY}`
|
49
|
-
const EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`
|
50
|
-
|
51
|
-
const CLASS_NAME_SHOW = 'show'
|
52
|
-
const CLASS_NAME_COLLAPSE = 'collapse'
|
53
|
-
const CLASS_NAME_COLLAPSING = 'collapsing'
|
54
|
-
const CLASS_NAME_COLLAPSED = 'collapsed'
|
55
|
-
|
56
|
-
const WIDTH = 'width'
|
57
|
-
const HEIGHT = 'height'
|
58
|
-
|
59
|
-
const SELECTOR_ACTIVES = '.show, .collapsing'
|
60
|
-
const SELECTOR_DATA_TOGGLE = '[data-bs-toggle="collapse"]'
|
61
|
-
|
62
|
-
/**
|
63
|
-
* ------------------------------------------------------------------------
|
64
|
-
* Class Definition
|
65
|
-
* ------------------------------------------------------------------------
|
66
|
-
*/
|
67
|
-
|
68
|
-
class Collapse extends BaseComponent {
|
69
|
-
constructor(element, config) {
|
70
|
-
super(element)
|
71
|
-
|
72
|
-
this._isTransitioning = false
|
73
|
-
this._config = this._getConfig(config)
|
74
|
-
this._triggerArray = SelectorEngine.find(
|
75
|
-
`${SELECTOR_DATA_TOGGLE}[href="#${this._element.id}"],` +
|
76
|
-
`${SELECTOR_DATA_TOGGLE}[data-bs-target="#${this._element.id}"]`
|
77
|
-
)
|
78
|
-
|
79
|
-
const toggleList = SelectorEngine.find(SELECTOR_DATA_TOGGLE)
|
80
|
-
|
81
|
-
for (let i = 0, len = toggleList.length; i < len; i++) {
|
82
|
-
const elem = toggleList[i]
|
83
|
-
const selector = getSelectorFromElement(elem)
|
84
|
-
const filterElement = SelectorEngine.find(selector)
|
85
|
-
.filter(foundElem => foundElem === this._element)
|
86
|
-
|
87
|
-
if (selector !== null && filterElement.length) {
|
88
|
-
this._selector = selector
|
89
|
-
this._triggerArray.push(elem)
|
90
|
-
}
|
91
|
-
}
|
92
|
-
|
93
|
-
this._parent = this._config.parent ? this._getParent() : null
|
94
|
-
|
95
|
-
if (!this._config.parent) {
|
96
|
-
this._addAriaAndCollapsedClass(this._element, this._triggerArray)
|
97
|
-
}
|
98
|
-
|
99
|
-
if (this._config.toggle) {
|
100
|
-
this.toggle()
|
101
|
-
}
|
102
|
-
}
|
103
|
-
|
104
|
-
// Getters
|
105
|
-
|
106
|
-
static get Default() {
|
107
|
-
return Default
|
108
|
-
}
|
109
|
-
|
110
|
-
static get DATA_KEY() {
|
111
|
-
return DATA_KEY
|
112
|
-
}
|
113
|
-
|
114
|
-
// Public
|
115
|
-
|
116
|
-
toggle() {
|
117
|
-
if (this._element.classList.contains(CLASS_NAME_SHOW)) {
|
118
|
-
this.hide()
|
119
|
-
} else {
|
120
|
-
this.show()
|
121
|
-
}
|
122
|
-
}
|
123
|
-
|
124
|
-
show() {
|
125
|
-
if (this._isTransitioning || this._element.classList.contains(CLASS_NAME_SHOW)) {
|
126
|
-
return
|
127
|
-
}
|
128
|
-
|
129
|
-
let actives
|
130
|
-
let activesData
|
131
|
-
|
132
|
-
if (this._parent) {
|
133
|
-
actives = SelectorEngine.find(SELECTOR_ACTIVES, this._parent)
|
134
|
-
.filter(elem => {
|
135
|
-
if (typeof this._config.parent === 'string') {
|
136
|
-
return elem.getAttribute('data-bs-parent') === this._config.parent
|
137
|
-
}
|
138
|
-
|
139
|
-
return elem.classList.contains(CLASS_NAME_COLLAPSE)
|
140
|
-
})
|
141
|
-
|
142
|
-
if (actives.length === 0) {
|
143
|
-
actives = null
|
144
|
-
}
|
145
|
-
}
|
146
|
-
|
147
|
-
const container = SelectorEngine.findOne(this._selector)
|
148
|
-
if (actives) {
|
149
|
-
const tempActiveData = actives.find(elem => container !== elem)
|
150
|
-
activesData = tempActiveData ? Data.get(tempActiveData, DATA_KEY) : null
|
151
|
-
|
152
|
-
if (activesData && activesData._isTransitioning) {
|
153
|
-
return
|
154
|
-
}
|
155
|
-
}
|
156
|
-
|
157
|
-
const startEvent = EventHandler.trigger(this._element, EVENT_SHOW)
|
158
|
-
if (startEvent.defaultPrevented) {
|
159
|
-
return
|
160
|
-
}
|
161
|
-
|
162
|
-
if (actives) {
|
163
|
-
actives.forEach(elemActive => {
|
164
|
-
if (container !== elemActive) {
|
165
|
-
Collapse.collapseInterface(elemActive, 'hide')
|
166
|
-
}
|
167
|
-
|
168
|
-
if (!activesData) {
|
169
|
-
Data.set(elemActive, DATA_KEY, null)
|
170
|
-
}
|
171
|
-
})
|
172
|
-
}
|
173
|
-
|
174
|
-
const dimension = this._getDimension()
|
175
|
-
|
176
|
-
this._element.classList.remove(CLASS_NAME_COLLAPSE)
|
177
|
-
this._element.classList.add(CLASS_NAME_COLLAPSING)
|
178
|
-
|
179
|
-
this._element.style[dimension] = 0
|
180
|
-
|
181
|
-
if (this._triggerArray.length) {
|
182
|
-
this._triggerArray.forEach(element => {
|
183
|
-
element.classList.remove(CLASS_NAME_COLLAPSED)
|
184
|
-
element.setAttribute('aria-expanded', true)
|
185
|
-
})
|
186
|
-
}
|
187
|
-
|
188
|
-
this.setTransitioning(true)
|
189
|
-
|
190
|
-
const complete = () => {
|
191
|
-
this._element.classList.remove(CLASS_NAME_COLLAPSING)
|
192
|
-
this._element.classList.add(CLASS_NAME_COLLAPSE, CLASS_NAME_SHOW)
|
193
|
-
|
194
|
-
this._element.style[dimension] = ''
|
195
|
-
|
196
|
-
this.setTransitioning(false)
|
197
|
-
|
198
|
-
EventHandler.trigger(this._element, EVENT_SHOWN)
|
199
|
-
}
|
200
|
-
|
201
|
-
const capitalizedDimension = dimension[0].toUpperCase() + dimension.slice(1)
|
202
|
-
const scrollSize = `scroll${capitalizedDimension}`
|
203
|
-
const transitionDuration = getTransitionDurationFromElement(this._element)
|
204
|
-
|
205
|
-
EventHandler.one(this._element, 'transitionend', complete)
|
206
|
-
|
207
|
-
emulateTransitionEnd(this._element, transitionDuration)
|
208
|
-
this._element.style[dimension] = `${this._element[scrollSize]}px`
|
209
|
-
}
|
210
|
-
|
211
|
-
hide() {
|
212
|
-
if (this._isTransitioning || !this._element.classList.contains(CLASS_NAME_SHOW)) {
|
213
|
-
return
|
214
|
-
}
|
215
|
-
|
216
|
-
const startEvent = EventHandler.trigger(this._element, EVENT_HIDE)
|
217
|
-
if (startEvent.defaultPrevented) {
|
218
|
-
return
|
219
|
-
}
|
220
|
-
|
221
|
-
const dimension = this._getDimension()
|
222
|
-
|
223
|
-
this._element.style[dimension] = `${this._element.getBoundingClientRect()[dimension]}px`
|
224
|
-
|
225
|
-
reflow(this._element)
|
226
|
-
|
227
|
-
this._element.classList.add(CLASS_NAME_COLLAPSING)
|
228
|
-
this._element.classList.remove(CLASS_NAME_COLLAPSE, CLASS_NAME_SHOW)
|
229
|
-
|
230
|
-
const triggerArrayLength = this._triggerArray.length
|
231
|
-
if (triggerArrayLength > 0) {
|
232
|
-
for (let i = 0; i < triggerArrayLength; i++) {
|
233
|
-
const trigger = this._triggerArray[i]
|
234
|
-
const elem = getElementFromSelector(trigger)
|
235
|
-
|
236
|
-
if (elem && !elem.classList.contains(CLASS_NAME_SHOW)) {
|
237
|
-
trigger.classList.add(CLASS_NAME_COLLAPSED)
|
238
|
-
trigger.setAttribute('aria-expanded', false)
|
239
|
-
}
|
240
|
-
}
|
241
|
-
}
|
242
|
-
|
243
|
-
this.setTransitioning(true)
|
244
|
-
|
245
|
-
const complete = () => {
|
246
|
-
this.setTransitioning(false)
|
247
|
-
this._element.classList.remove(CLASS_NAME_COLLAPSING)
|
248
|
-
this._element.classList.add(CLASS_NAME_COLLAPSE)
|
249
|
-
EventHandler.trigger(this._element, EVENT_HIDDEN)
|
250
|
-
}
|
251
|
-
|
252
|
-
this._element.style[dimension] = ''
|
253
|
-
const transitionDuration = getTransitionDurationFromElement(this._element)
|
254
|
-
|
255
|
-
EventHandler.one(this._element, 'transitionend', complete)
|
256
|
-
emulateTransitionEnd(this._element, transitionDuration)
|
257
|
-
}
|
258
|
-
|
259
|
-
setTransitioning(isTransitioning) {
|
260
|
-
this._isTransitioning = isTransitioning
|
261
|
-
}
|
262
|
-
|
263
|
-
dispose() {
|
264
|
-
super.dispose()
|
265
|
-
this._config = null
|
266
|
-
this._parent = null
|
267
|
-
this._triggerArray = null
|
268
|
-
this._isTransitioning = null
|
269
|
-
}
|
270
|
-
|
271
|
-
// Private
|
272
|
-
|
273
|
-
_getConfig(config) {
|
274
|
-
config = {
|
275
|
-
...Default,
|
276
|
-
...config
|
277
|
-
}
|
278
|
-
config.toggle = Boolean(config.toggle) // Coerce string values
|
279
|
-
typeCheckConfig(NAME, config, DefaultType)
|
280
|
-
return config
|
281
|
-
}
|
282
|
-
|
283
|
-
_getDimension() {
|
284
|
-
return this._element.classList.contains(WIDTH) ? WIDTH : HEIGHT
|
285
|
-
}
|
286
|
-
|
287
|
-
_getParent() {
|
288
|
-
let { parent } = this._config
|
289
|
-
|
290
|
-
if (isElement(parent)) {
|
291
|
-
// it's a jQuery object
|
292
|
-
if (typeof parent.jquery !== 'undefined' || typeof parent[0] !== 'undefined') {
|
293
|
-
parent = parent[0]
|
294
|
-
}
|
295
|
-
} else {
|
296
|
-
parent = SelectorEngine.findOne(parent)
|
297
|
-
}
|
298
|
-
|
299
|
-
const selector = `${SELECTOR_DATA_TOGGLE}[data-bs-parent="${parent}"]`
|
300
|
-
|
301
|
-
SelectorEngine.find(selector, parent)
|
302
|
-
.forEach(element => {
|
303
|
-
const selected = getElementFromSelector(element)
|
304
|
-
|
305
|
-
this._addAriaAndCollapsedClass(
|
306
|
-
selected,
|
307
|
-
[element]
|
308
|
-
)
|
309
|
-
})
|
310
|
-
|
311
|
-
return parent
|
312
|
-
}
|
313
|
-
|
314
|
-
_addAriaAndCollapsedClass(element, triggerArray) {
|
315
|
-
if (!element || !triggerArray.length) {
|
316
|
-
return
|
317
|
-
}
|
318
|
-
|
319
|
-
const isOpen = element.classList.contains(CLASS_NAME_SHOW)
|
320
|
-
|
321
|
-
triggerArray.forEach(elem => {
|
322
|
-
if (isOpen) {
|
323
|
-
elem.classList.remove(CLASS_NAME_COLLAPSED)
|
324
|
-
} else {
|
325
|
-
elem.classList.add(CLASS_NAME_COLLAPSED)
|
326
|
-
}
|
327
|
-
|
328
|
-
elem.setAttribute('aria-expanded', isOpen)
|
329
|
-
})
|
330
|
-
}
|
331
|
-
|
332
|
-
// Static
|
333
|
-
|
334
|
-
static collapseInterface(element, config) {
|
335
|
-
let data = Data.get(element, DATA_KEY)
|
336
|
-
const _config = {
|
337
|
-
...Default,
|
338
|
-
...Manipulator.getDataAttributes(element),
|
339
|
-
...(typeof config === 'object' && config ? config : {})
|
340
|
-
}
|
341
|
-
|
342
|
-
if (!data && _config.toggle && typeof config === 'string' && /show|hide/.test(config)) {
|
343
|
-
_config.toggle = false
|
344
|
-
}
|
345
|
-
|
346
|
-
if (!data) {
|
347
|
-
data = new Collapse(element, _config)
|
348
|
-
}
|
349
|
-
|
350
|
-
if (typeof config === 'string') {
|
351
|
-
if (typeof data[config] === 'undefined') {
|
352
|
-
throw new TypeError(`No method named "${config}"`)
|
353
|
-
}
|
354
|
-
|
355
|
-
data[config]()
|
356
|
-
}
|
357
|
-
}
|
358
|
-
|
359
|
-
static jQueryInterface(config) {
|
360
|
-
return this.each(function () {
|
361
|
-
Collapse.collapseInterface(this, config)
|
362
|
-
})
|
363
|
-
}
|
364
|
-
}
|
365
|
-
|
366
|
-
/**
|
367
|
-
* ------------------------------------------------------------------------
|
368
|
-
* Data Api implementation
|
369
|
-
* ------------------------------------------------------------------------
|
370
|
-
*/
|
371
|
-
|
372
|
-
EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) {
|
373
|
-
// preventDefault only for <a> elements (which change the URL) not inside the collapsible element
|
374
|
-
if (event.target.tagName === 'A' || (event.delegateTarget && event.delegateTarget.tagName === 'A')) {
|
375
|
-
event.preventDefault()
|
376
|
-
}
|
377
|
-
|
378
|
-
const triggerData = Manipulator.getDataAttributes(this)
|
379
|
-
const selector = getSelectorFromElement(this)
|
380
|
-
const selectorElements = SelectorEngine.find(selector)
|
381
|
-
|
382
|
-
selectorElements.forEach(element => {
|
383
|
-
const data = Data.get(element, DATA_KEY)
|
384
|
-
let config
|
385
|
-
if (data) {
|
386
|
-
// update parent attribute
|
387
|
-
if (data._parent === null && typeof triggerData.parent === 'string') {
|
388
|
-
data._config.parent = triggerData.parent
|
389
|
-
data._parent = data._getParent()
|
390
|
-
}
|
391
|
-
|
392
|
-
config = 'toggle'
|
393
|
-
} else {
|
394
|
-
config = triggerData
|
395
|
-
}
|
396
|
-
|
397
|
-
Collapse.collapseInterface(element, config)
|
398
|
-
})
|
399
|
-
})
|
400
|
-
|
401
|
-
/**
|
402
|
-
* ------------------------------------------------------------------------
|
403
|
-
* jQuery
|
404
|
-
* ------------------------------------------------------------------------
|
405
|
-
* add .Collapse to jQuery only if jQuery is present
|
406
|
-
*/
|
407
|
-
|
408
|
-
defineJQueryPlugin(NAME, Collapse)
|
409
|
-
|
410
|
-
export default Collapse
|
@@ -1,57 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* --------------------------------------------------------------------------
|
3
|
-
* Bootstrap (v5.0.0-beta3): dom/data.js
|
4
|
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
5
|
-
* --------------------------------------------------------------------------
|
6
|
-
*/
|
7
|
-
|
8
|
-
/**
|
9
|
-
* ------------------------------------------------------------------------
|
10
|
-
* Constants
|
11
|
-
* ------------------------------------------------------------------------
|
12
|
-
*/
|
13
|
-
|
14
|
-
const elementMap = new Map()
|
15
|
-
|
16
|
-
export default {
|
17
|
-
set(element, key, instance) {
|
18
|
-
if (!elementMap.has(element)) {
|
19
|
-
elementMap.set(element, new Map())
|
20
|
-
}
|
21
|
-
|
22
|
-
const instanceMap = elementMap.get(element)
|
23
|
-
|
24
|
-
// make it clear we only want one instance per element
|
25
|
-
// can be removed later when multiple key/instances are fine to be used
|
26
|
-
if (!instanceMap.has(key) && instanceMap.size !== 0) {
|
27
|
-
// eslint-disable-next-line no-console
|
28
|
-
console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(instanceMap.keys())[0]}.`)
|
29
|
-
return
|
30
|
-
}
|
31
|
-
|
32
|
-
instanceMap.set(key, instance)
|
33
|
-
},
|
34
|
-
|
35
|
-
get(element, key) {
|
36
|
-
if (elementMap.has(element)) {
|
37
|
-
return elementMap.get(element).get(key) || null
|
38
|
-
}
|
39
|
-
|
40
|
-
return null
|
41
|
-
},
|
42
|
-
|
43
|
-
remove(element, key) {
|
44
|
-
if (!elementMap.has(element)) {
|
45
|
-
return
|
46
|
-
}
|
47
|
-
|
48
|
-
const instanceMap = elementMap.get(element)
|
49
|
-
|
50
|
-
instanceMap.delete(key)
|
51
|
-
|
52
|
-
// free up element references if there are no instances left for an element
|
53
|
-
if (instanceMap.size === 0) {
|
54
|
-
elementMap.delete(element)
|
55
|
-
}
|
56
|
-
}
|
57
|
-
}
|