blacklight-spotlight 4.3.4 → 4.3.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/spotlight/spotlight.esm.js +4 -1
- data/app/assets/javascripts/spotlight/spotlight.esm.js.map +1 -1
- data/app/assets/javascripts/spotlight/spotlight.js +4 -1
- data/app/assets/javascripts/spotlight/spotlight.js.map +1 -1
- data/app/components/spotlight/breadcrumbs_component.rb +1 -3
- data/app/views/spotlight/job_trackers/show.html.erb +59 -62
- data/lib/spotlight/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ba3a634cb2d3e98d2e232693d66bf6302d35adddc2a205f882f6a42d2c07a23
|
4
|
+
data.tar.gz: d75c262a003e14c422faa10b870b470ade54ac182ec0bbcabe54183568993b4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edf8054bb3b116302982901e2dd68be8c137180142b3fb2e259723288addeac1ba1f17f20befd375b7d74c87170733e5dd35143855efd0950521dda7bcb84c3a
|
7
|
+
data.tar.gz: 48d306dc660ca8a0b0917458be70d19ac73100ba591c39aec26132d0d723f62a3a7c503c4d442a015af6dabe97a69ae057ab8fad2341b5a1c5835c7feff679cc
|
@@ -781,7 +781,7 @@ class UserIndex {
|
|
781
781
|
retval = this;
|
782
782
|
|
783
783
|
var generateUid = function (separator) {
|
784
|
-
var delim =
|
784
|
+
var delim = "-";
|
785
785
|
|
786
786
|
function S4() {
|
787
787
|
return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
|
@@ -5135,6 +5135,7 @@ jQuery.fn.scrollStop = function(callback) {
|
|
5135
5135
|
};
|
5136
5136
|
|
5137
5137
|
// Place all the behaviors and hooks related to the matching controller here.
|
5138
|
+
// All this logic will automatically be available in application.js.
|
5138
5139
|
|
5139
5140
|
class Pages {
|
5140
5141
|
connect(){
|
@@ -5601,6 +5602,8 @@ class CheckboxSubmit {
|
|
5601
5602
|
}
|
5602
5603
|
|
5603
5604
|
// Visibility toggle for items in an exhibit, based on Blacklight's bookmark toggle
|
5605
|
+
// See: https://github.com/projectblacklight/blacklight/blob/main/app/javascript/blacklight/bookmark_toggle.js
|
5606
|
+
|
5604
5607
|
|
5605
5608
|
const VisibilityToggle = (e) => {
|
5606
5609
|
if (e.target.matches('[data-checkboxsubmit-target="checkbox"]')) {
|