gd-bs 6.6.99 → 6.7.1
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.
- package/build/bs.js +1 -1
- package/build/components/dropdown/index.js +3 -3
- package/build/components/inputGroup/index.js +2 -0
- package/build/icons/iconTypes.js +2015 -1987
- package/build/icons/index.js +2071 -1987
- package/build/icons/svgs/anthropic.d.ts +1 -0
- package/build/icons/svgs/anthropic.js +8 -0
- package/build/icons/svgs/appleMusic.d.ts +1 -0
- package/build/icons/svgs/appleMusic.js +8 -0
- package/build/icons/svgs/batteryLow.d.ts +1 -0
- package/build/icons/svgs/batteryLow.js +8 -0
- package/build/icons/svgs/beaker.d.ts +1 -0
- package/build/icons/svgs/beaker.js +8 -0
- package/build/icons/svgs/beakerFill.d.ts +1 -0
- package/build/icons/svgs/beakerFill.js +8 -0
- package/build/icons/svgs/bluesky.d.ts +1 -0
- package/build/icons/svgs/bluesky.js +8 -0
- package/build/icons/svgs/calendar3EventFill.js +1 -1
- package/build/icons/svgs/calendar3RangeFill.js +1 -1
- package/build/icons/svgs/calendar3WeekFill.js +1 -1
- package/build/icons/svgs/claude.d.ts +1 -0
- package/build/icons/svgs/claude.js +8 -0
- package/build/icons/svgs/css.d.ts +1 -0
- package/build/icons/svgs/css.js +8 -0
- package/build/icons/svgs/flask.d.ts +1 -0
- package/build/icons/svgs/flask.js +8 -0
- package/build/icons/svgs/flaskFill.d.ts +1 -0
- package/build/icons/svgs/flaskFill.js +8 -0
- package/build/icons/svgs/flaskFlorence.d.ts +1 -0
- package/build/icons/svgs/flaskFlorence.js +8 -0
- package/build/icons/svgs/flaskFlorenceFill.d.ts +1 -0
- package/build/icons/svgs/flaskFlorenceFill.js +8 -0
- package/build/icons/svgs/forkKnife.d.ts +1 -0
- package/build/icons/svgs/forkKnife.js +8 -0
- package/build/icons/svgs/globeAmericasFill.d.ts +1 -0
- package/build/icons/svgs/globeAmericasFill.js +8 -0
- package/build/icons/svgs/globeAsiaAustraliaFill.d.ts +1 -0
- package/build/icons/svgs/globeAsiaAustraliaFill.js +8 -0
- package/build/icons/svgs/globeCentralSouthAsiaFill.d.ts +1 -0
- package/build/icons/svgs/globeCentralSouthAsiaFill.js +8 -0
- package/build/icons/svgs/globeEuropeAfricaFill.d.ts +1 -0
- package/build/icons/svgs/globeEuropeAfricaFill.js +8 -0
- package/build/icons/svgs/index.d.ts +56 -0
- package/build/icons/svgs/index.js +28 -0
- package/build/icons/svgs/javascript.d.ts +1 -0
- package/build/icons/svgs/javascript.js +8 -0
- package/build/icons/svgs/leaf.d.ts +1 -0
- package/build/icons/svgs/leaf.js +8 -0
- package/build/icons/svgs/leafFill.d.ts +1 -0
- package/build/icons/svgs/leafFill.js +8 -0
- package/build/icons/svgs/lock.js +1 -1
- package/build/icons/svgs/lockFill.js +1 -1
- package/build/icons/svgs/measuringCup.d.ts +1 -0
- package/build/icons/svgs/measuringCup.js +8 -0
- package/build/icons/svgs/measuringCupFill.d.ts +1 -0
- package/build/icons/svgs/measuringCupFill.js +8 -0
- package/build/icons/svgs/meta.js +1 -1
- package/build/icons/svgs/openai.d.ts +1 -0
- package/build/icons/svgs/openai.js +8 -0
- package/build/icons/svgs/perplexity.d.ts +1 -0
- package/build/icons/svgs/perplexity.js +8 -0
- package/build/icons/svgs/tux.d.ts +1 -0
- package/build/icons/svgs/tux.js +8 -0
- package/build/icons/svgs/typescript.d.ts +1 -0
- package/build/icons/svgs/typescript.js +8 -0
- package/build/icons/svgs/unlock.js +1 -1
- package/build/icons/svgs/unlock2.d.ts +1 -0
- package/build/icons/svgs/unlock2.js +8 -0
- package/build/icons/svgs/unlock2Fill.d.ts +1 -0
- package/build/icons/svgs/unlock2Fill.js +8 -0
- package/build/icons/svgs/unlockFill.js +1 -1
- package/dist/gd-bs-icons.js +1 -1
- package/dist/gd-bs-icons.js.LICENSE.txt +362 -246
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.d.ts +6 -0
- package/dist/gd-bs.js +1 -1
- package/dist/gd-bs.js.LICENSE.txt +216 -212
- package/dist/gd-bs.min.js +1 -1
- package/package.json +18 -18
- package/src/components/dropdown/index.ts +3 -3
- package/src/components/inputGroup/index.ts +4 -0
- package/src/components/inputGroup/types.d.ts +6 -0
- package/src/icons/iconTypes.ts +2015 -1987
- package/src/icons/index.d.ts +56 -0
- package/src/icons/index.ts +2071 -1987
- package/src/icons/svgs/anthropic.d.ts +1 -0
- package/src/icons/svgs/anthropic.ts +4 -0
- package/src/icons/svgs/appleMusic.d.ts +1 -0
- package/src/icons/svgs/appleMusic.ts +4 -0
- package/src/icons/svgs/batteryLow.d.ts +1 -0
- package/src/icons/svgs/batteryLow.ts +4 -0
- package/src/icons/svgs/beaker.d.ts +1 -0
- package/src/icons/svgs/beaker.ts +4 -0
- package/src/icons/svgs/beakerFill.d.ts +1 -0
- package/src/icons/svgs/beakerFill.ts +4 -0
- package/src/icons/svgs/bluesky.d.ts +1 -0
- package/src/icons/svgs/bluesky.ts +4 -0
- package/src/icons/svgs/calendar3EventFill.ts +1 -1
- package/src/icons/svgs/calendar3RangeFill.ts +1 -1
- package/src/icons/svgs/calendar3WeekFill.ts +1 -1
- package/src/icons/svgs/claude.d.ts +1 -0
- package/src/icons/svgs/claude.ts +4 -0
- package/src/icons/svgs/css.d.ts +1 -0
- package/src/icons/svgs/css.ts +4 -0
- package/src/icons/svgs/flask.d.ts +1 -0
- package/src/icons/svgs/flask.ts +4 -0
- package/src/icons/svgs/flaskFill.d.ts +1 -0
- package/src/icons/svgs/flaskFill.ts +4 -0
- package/src/icons/svgs/flaskFlorence.d.ts +1 -0
- package/src/icons/svgs/flaskFlorence.ts +4 -0
- package/src/icons/svgs/flaskFlorenceFill.d.ts +1 -0
- package/src/icons/svgs/flaskFlorenceFill.ts +4 -0
- package/src/icons/svgs/forkKnife.d.ts +1 -0
- package/src/icons/svgs/forkKnife.ts +4 -0
- package/src/icons/svgs/globeAmericasFill.d.ts +1 -0
- package/src/icons/svgs/globeAmericasFill.ts +4 -0
- package/src/icons/svgs/globeAsiaAustraliaFill.d.ts +1 -0
- package/src/icons/svgs/globeAsiaAustraliaFill.ts +4 -0
- package/src/icons/svgs/globeCentralSouthAsiaFill.d.ts +1 -0
- package/src/icons/svgs/globeCentralSouthAsiaFill.ts +4 -0
- package/src/icons/svgs/globeEuropeAfricaFill.d.ts +1 -0
- package/src/icons/svgs/globeEuropeAfricaFill.ts +4 -0
- package/src/icons/svgs/index.d.ts +56 -0
- package/src/icons/svgs/index.ts +28 -0
- package/src/icons/svgs/javascript.d.ts +1 -0
- package/src/icons/svgs/javascript.ts +4 -0
- package/src/icons/svgs/leaf.d.ts +1 -0
- package/src/icons/svgs/leaf.ts +4 -0
- package/src/icons/svgs/leafFill.d.ts +1 -0
- package/src/icons/svgs/leafFill.ts +4 -0
- package/src/icons/svgs/lock.ts +1 -1
- package/src/icons/svgs/lockFill.ts +1 -1
- package/src/icons/svgs/measuringCup.d.ts +1 -0
- package/src/icons/svgs/measuringCup.ts +4 -0
- package/src/icons/svgs/measuringCupFill.d.ts +1 -0
- package/src/icons/svgs/measuringCupFill.ts +4 -0
- package/src/icons/svgs/meta.ts +1 -1
- package/src/icons/svgs/openai.d.ts +1 -0
- package/src/icons/svgs/openai.ts +4 -0
- package/src/icons/svgs/perplexity.d.ts +1 -0
- package/src/icons/svgs/perplexity.ts +4 -0
- package/src/icons/svgs/tux.d.ts +1 -0
- package/src/icons/svgs/tux.ts +4 -0
- package/src/icons/svgs/typescript.d.ts +1 -0
- package/src/icons/svgs/typescript.ts +4 -0
- package/src/icons/svgs/unlock.ts +1 -1
- package/src/icons/svgs/unlock2.d.ts +1 -0
- package/src/icons/svgs/unlock2.ts +4 -0
- package/src/icons/svgs/unlock2Fill.d.ts +1 -0
- package/src/icons/svgs/unlock2Fill.ts +4 -0
- package/src/icons/svgs/unlockFill.ts +1 -1
- package/src/styles/_floating-ui.scss +64 -0
|
@@ -488,7 +488,7 @@ var _Dropdown = /** @class */ (function (_super) {
|
|
|
488
488
|
}
|
|
489
489
|
else {
|
|
490
490
|
var isForm = menu.nodeName == "SELECT";
|
|
491
|
-
var
|
|
491
|
+
var values = [];
|
|
492
492
|
// Parse the items
|
|
493
493
|
var items = this.props.items || [];
|
|
494
494
|
for (var i = 0; i < items.length; i++) {
|
|
@@ -497,7 +497,7 @@ var _Dropdown = /** @class */ (function (_super) {
|
|
|
497
497
|
this._items.push(item);
|
|
498
498
|
// See if this item is selected
|
|
499
499
|
if (item.isSelected) {
|
|
500
|
-
|
|
500
|
+
values.push(item.props.value || item.props.text);
|
|
501
501
|
}
|
|
502
502
|
// See if this isn't for a form
|
|
503
503
|
if (!isForm) {
|
|
@@ -508,7 +508,7 @@ var _Dropdown = /** @class */ (function (_super) {
|
|
|
508
508
|
menu.appendChild(item.el);
|
|
509
509
|
}
|
|
510
510
|
// Set the value
|
|
511
|
-
this.setValue(
|
|
511
|
+
this.setValue(this.props.multi ? values : values[0]);
|
|
512
512
|
// See if this is a form
|
|
513
513
|
if (isForm) {
|
|
514
514
|
// Ensure the selected values match the index
|
|
@@ -296,6 +296,8 @@ var _InputGroup = /** @class */ (function (_super) {
|
|
|
296
296
|
enumerable: false,
|
|
297
297
|
configurable: true
|
|
298
298
|
});
|
|
299
|
+
_InputGroup.prototype.disable = function () { this.elTextbox.disabled = true; };
|
|
300
|
+
_InputGroup.prototype.enable = function () { this.elTextbox.disabled = false; };
|
|
299
301
|
_InputGroup.prototype.getFileInfo = function () { return this._fileValue; };
|
|
300
302
|
_InputGroup.prototype.getValue = function () {
|
|
301
303
|
var _a, _b;
|