Skip to content

Commit cf2182e

Browse files
committed
Compile JS files
1 parent 7093a58 commit cf2182e

12 files changed

+7292
-24
lines changed

public/assets/scripts/choices.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! choices.js v11.0.6 | © 2025 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
1+
/*! choices.js v11.1.0 | © 2025 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
22

33
(function (global, factory) {
44
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -872,7 +872,9 @@
872872
score: 0,
873873
rank: 0,
874874
value: option.value,
875-
label: option.innerText, // HTML options do not support most html tags, but innerHtml will extract html comments...
875+
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option
876+
// This attribute is text for the label indicating the meaning of the option. If the `label` attribute isn't defined, its value is that of the element text content (ie `innerText`).
877+
label: option.label,
876878
element: option,
877879
active: true,
878880
// this returns true if nothing is selected on initial load, which will break placeholder support
@@ -5219,7 +5221,7 @@
52195221
throw new TypeError("".concat(caller, " called for an element which has multiple instances of Choices initialised on it"));
52205222
}
52215223
};
5222-
Choices.version = '11.0.6';
5224+
Choices.version = '11.1.0';
52235225
return Choices;
52245226
}());
52255227

public/assets/scripts/choices.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/scripts/choices.mjs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! choices.js v11.0.6 | © 2025 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
1+
/*! choices.js v11.1.0 | © 2025 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
22

33
/******************************************************************************
44
Copyright (c) Microsoft Corporation.
@@ -866,7 +866,9 @@ var WrappedSelect = /** @class */ (function (_super) {
866866
score: 0,
867867
rank: 0,
868868
value: option.value,
869-
label: option.innerText, // HTML options do not support most html tags, but innerHtml will extract html comments...
869+
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option
870+
// This attribute is text for the label indicating the meaning of the option. If the `label` attribute isn't defined, its value is that of the element text content (ie `innerText`).
871+
label: option.label,
870872
element: option,
871873
active: true,
872874
// this returns true if nothing is selected on initial load, which will break placeholder support
@@ -5213,7 +5215,7 @@ var Choices = /** @class */ (function () {
52135215
throw new TypeError("".concat(caller, " called for an element which has multiple instances of Choices initialised on it"));
52145216
}
52155217
};
5216-
Choices.version = '11.0.6';
5218+
Choices.version = '11.1.0';
52175219
return Choices;
52185220
}());
52195221

public/assets/scripts/choices.search-basic.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! choices.js v11.0.6 | © 2025 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
1+
/*! choices.js v11.1.0 | © 2025 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
22

33
(function (global, factory) {
44
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -872,7 +872,9 @@
872872
score: 0,
873873
rank: 0,
874874
value: option.value,
875-
label: option.innerText, // HTML options do not support most html tags, but innerHtml will extract html comments...
875+
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option
876+
// This attribute is text for the label indicating the meaning of the option. If the `label` attribute isn't defined, its value is that of the element text content (ie `innerText`).
877+
label: option.label,
876878
element: option,
877879
active: true,
878880
// this returns true if nothing is selected on initial load, which will break placeholder support
@@ -4737,7 +4739,7 @@
47374739
throw new TypeError("".concat(caller, " called for an element which has multiple instances of Choices initialised on it"));
47384740
}
47394741
};
4740-
Choices.version = '11.0.6';
4742+
Choices.version = '11.1.0';
47414743
return Choices;
47424744
}());
47434745

public/assets/scripts/choices.search-basic.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/scripts/choices.search-basic.mjs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! choices.js v11.0.6 | © 2025 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
1+
/*! choices.js v11.1.0 | © 2025 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
22

33
/******************************************************************************
44
Copyright (c) Microsoft Corporation.
@@ -866,7 +866,9 @@ var WrappedSelect = /** @class */ (function (_super) {
866866
score: 0,
867867
rank: 0,
868868
value: option.value,
869-
label: option.innerText, // HTML options do not support most html tags, but innerHtml will extract html comments...
869+
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option
870+
// This attribute is text for the label indicating the meaning of the option. If the `label` attribute isn't defined, its value is that of the element text content (ie `innerText`).
871+
label: option.label,
870872
element: option,
871873
active: true,
872874
// this returns true if nothing is selected on initial load, which will break placeholder support
@@ -4731,7 +4733,7 @@ var Choices = /** @class */ (function () {
47314733
throw new TypeError("".concat(caller, " called for an element which has multiple instances of Choices initialised on it"));
47324734
}
47334735
};
4734-
Choices.version = '11.0.6';
4736+
Choices.version = '11.1.0';
47354737
return Choices;
47364738
}());
47374739

0 commit comments

Comments
 (0)