agnosticui-core 2.0.0-alpha.2 → 2.0.0-alpha.21
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/README.md +67 -33
- package/dist/{VueButton.vue_vue_type_script_setup_true_lang-Bq8IPXqd.js → VueButton.vue_vue_type_script_setup_true_lang-D1jGatE9.js} +17 -15
- package/dist/{VueButtonFx.vue_vue_type_script_setup_true_lang-BUudF-lg.js → VueButtonFx.vue_vue_type_script_setup_true_lang-BRrt6Nxs.js} +1 -0
- package/dist/{VueCheckbox.vue_vue_type_script_setup_true_lang-DERDRO2P.js → VueCheckbox.vue_vue_type_script_setup_true_lang-VtQfJ-6f.js} +9 -10
- package/dist/{VueCombobox.vue_vue_type_script_setup_true_lang-C7gDMrYJ.js → VueCombobox.vue_vue_type_script_setup_true_lang-BSTZGX2X.js} +15 -13
- package/dist/VueIcon.vue_vue_type_script_setup_true_lang-C2Sky3bU.js +22 -0
- package/dist/{VueImage.vue_vue_type_script_setup_true_lang-CUwbK3NF.js → VueImage.vue_vue_type_script_setup_true_lang-SddK93SB.js} +23 -17
- package/dist/{VueInput.vue_vue_type_script_setup_true_lang-Dsxo7DuX.js → VueInput.vue_vue_type_script_setup_true_lang-wYdAqg-i.js} +19 -19
- package/dist/{VueMenu.vue_vue_type_script_setup_true_lang-bnn7ochj.js → VueMenu.vue_vue_type_script_setup_true_lang-BXc7397e.js} +5 -4
- package/dist/{VueRadio.vue_vue_type_script_setup_true_lang-DxNhH12d.js → VueRadio.vue_vue_type_script_setup_true_lang-C7Z-sWpa.js} +10 -12
- package/dist/{VueRating.vue_vue_type_script_setup_true_lang-CICncp71.js → VueRating.vue_vue_type_script_setup_true_lang-Bm2nRrqr.js} +11 -9
- package/dist/VueSelectionButton.vue_vue_type_script_setup_true_lang-DJN-Uk6n.js +24 -0
- package/dist/VueSelectionButtonGroup.vue_vue_type_script_setup_true_lang-DwYrIMVO.js +46 -0
- package/dist/VueSelectionCard.vue_vue_type_script_setup_true_lang-DJiyPsXH.js +24 -0
- package/dist/VueSelectionCardGroup.vue_vue_type_script_setup_true_lang-D5CycLY5.js +40 -0
- package/dist/{VueToggle.vue_vue_type_script_setup_true_lang-BxrvAsse.js → VueToggle.vue_vue_type_script_setup_true_lang-DLPCBOqZ.js} +18 -16
- package/dist/components/Alert/core/_Alert.d.ts.map +1 -1
- package/dist/components/Alert/core/_Alert.js +38 -19
- package/dist/components/Button/core/_Button.d.ts +5 -0
- package/dist/components/Button/core/_Button.d.ts.map +1 -1
- package/dist/components/Button/core/_Button.js +147 -65
- package/dist/components/Button/vue/VueButton.js +1 -1
- package/dist/components/Button/vue/VueButton.vue.d.ts +3 -0
- package/dist/components/Button/vue/VueButton.vue.d.ts.map +1 -1
- package/dist/components/Button/vue/index.js +1 -1
- package/dist/components/ButtonFx/vue/VueButtonFx.js +1 -1
- package/dist/components/ButtonFx/vue/index.js +1 -1
- package/dist/components/Card/core/_Card.d.ts +9 -1
- package/dist/components/Card/core/_Card.d.ts.map +1 -1
- package/dist/components/Card/core/_Card.js +83 -29
- package/dist/components/Card/vue/VueCard.js +29 -16
- package/dist/components/Card/vue/VueCard.vue.d.ts +25 -5
- package/dist/components/Card/vue/VueCard.vue.d.ts.map +1 -1
- package/dist/components/Checkbox/core/_Checkbox.d.ts +37 -11
- package/dist/components/Checkbox/core/_Checkbox.d.ts.map +1 -1
- package/dist/components/Checkbox/core/_Checkbox.js +73 -42
- package/dist/components/Checkbox/vue/VueCheckbox.js +1 -1
- package/dist/components/Checkbox/vue/VueCheckbox.vue.d.ts +3 -3
- package/dist/components/Checkbox/vue/VueCheckbox.vue.d.ts.map +1 -1
- package/dist/components/Checkbox/vue/index.js +1 -1
- package/dist/components/Combobox/core/_Combobox.d.ts +24 -1
- package/dist/components/Combobox/core/_Combobox.d.ts.map +1 -1
- package/dist/components/Combobox/core/_Combobox.js +141 -92
- package/dist/components/Combobox/vue/VueCombobox.js +1 -1
- package/dist/components/Combobox/vue/index.js +1 -1
- package/dist/components/Fieldset/vue/VueFieldset.vue.d.ts +1 -1
- package/dist/components/Icon/vue/VueIcon.js +1 -1
- package/dist/components/Icon/vue/VueIcon.vue.d.ts.map +1 -1
- package/dist/components/Icon/vue/index.js +1 -1
- package/dist/components/Image/vue/VueImage.js +1 -1
- package/dist/components/Image/vue/VueImage.vue.d.ts.map +1 -1
- package/dist/components/Image/vue/index.js +1 -1
- package/dist/components/Input/core/_Input.d.ts +21 -2
- package/dist/components/Input/core/_Input.d.ts.map +1 -1
- package/dist/components/Input/core/_Input.js +71 -35
- package/dist/components/Input/vue/VueInput.js +1 -1
- package/dist/components/Input/vue/VueInput.vue.d.ts.map +1 -1
- package/dist/components/Input/vue/index.js +1 -1
- package/dist/components/Link/core/_Link.d.ts.map +1 -1
- package/dist/components/Link/core/_Link.js +1 -0
- package/dist/components/Link/vue/VueLink.js +6 -5
- package/dist/components/Link/vue/VueLink.vue.d.ts.map +1 -1
- package/dist/components/Menu/vue/VueMenu.js +1 -1
- package/dist/components/Menu/vue/index.js +1 -1
- package/dist/components/Pagination/core/_Pagination.d.ts +0 -1
- package/dist/components/Pagination/core/_Pagination.d.ts.map +1 -1
- package/dist/components/Pagination/core/_Pagination.js +6 -9
- package/dist/components/Radio/core/_Radio.d.ts +55 -10
- package/dist/components/Radio/core/_Radio.d.ts.map +1 -1
- package/dist/components/Radio/core/_Radio.js +165 -116
- package/dist/components/Radio/vue/VueRadio.js +1 -1
- package/dist/components/Radio/vue/VueRadio.vue.d.ts.map +1 -1
- package/dist/components/Radio/vue/index.js +1 -1
- package/dist/components/Rating/core/_Rating.d.ts +23 -2
- package/dist/components/Rating/core/_Rating.d.ts.map +1 -1
- package/dist/components/Rating/core/_Rating.js +97 -64
- package/dist/components/Rating/vue/VueRating.js +1 -1
- package/dist/components/Rating/vue/VueRating.vue.d.ts +2 -0
- package/dist/components/Rating/vue/VueRating.vue.d.ts.map +1 -1
- package/dist/components/Rating/vue/index.js +1 -1
- package/dist/components/Select/core/_Select.d.ts +20 -2
- package/dist/components/Select/core/_Select.d.ts.map +1 -1
- package/dist/components/Select/core/_Select.js +99 -69
- package/dist/components/SelectionButton/core/SelectionButton.d.ts +9 -0
- package/dist/components/SelectionButton/core/SelectionButton.d.ts.map +1 -0
- package/dist/components/SelectionButton/core/SelectionButton.js +5 -0
- package/dist/components/SelectionButton/core/_SelectionButton.d.ts +47 -0
- package/dist/components/SelectionButton/core/_SelectionButton.d.ts.map +1 -0
- package/dist/components/SelectionButton/core/_SelectionButton.js +474 -0
- package/dist/components/SelectionButton/react/ReactSelectionButton.d.ts +9 -0
- package/dist/components/SelectionButton/react/ReactSelectionButton.d.ts.map +1 -0
- package/dist/components/SelectionButton/react/ReactSelectionButton.js +12 -0
- package/dist/components/SelectionButton/react/index.d.ts +3 -0
- package/dist/components/SelectionButton/react/index.d.ts.map +1 -0
- package/dist/components/SelectionButton/react/index.js +4 -0
- package/dist/components/SelectionButton/vue/VueSelectionButton.js +4 -0
- package/dist/components/SelectionButton/vue/VueSelectionButton.vue.d.ts +55 -0
- package/dist/components/SelectionButton/vue/VueSelectionButton.vue.d.ts.map +1 -0
- package/dist/components/SelectionButton/vue/index.d.ts +6 -0
- package/dist/components/SelectionButton/vue/index.d.ts.map +1 -0
- package/dist/components/SelectionButton/vue/index.js +4 -0
- package/dist/components/SelectionButtonGroup/core/SelectionButtonGroup.d.ts +9 -0
- package/dist/components/SelectionButtonGroup/core/SelectionButtonGroup.d.ts.map +1 -0
- package/dist/components/SelectionButtonGroup/core/SelectionButtonGroup.js +5 -0
- package/dist/components/SelectionButtonGroup/core/_SelectionButtonGroup.d.ts +87 -0
- package/dist/components/SelectionButtonGroup/core/_SelectionButtonGroup.d.ts.map +1 -0
- package/dist/components/SelectionButtonGroup/core/_SelectionButtonGroup.js +235 -0
- package/dist/components/SelectionButtonGroup/react/ReactSelectionButtonGroup.d.ts +13 -0
- package/dist/components/SelectionButtonGroup/react/ReactSelectionButtonGroup.d.ts.map +1 -0
- package/dist/components/SelectionButtonGroup/react/ReactSelectionButtonGroup.js +15 -0
- package/dist/components/SelectionButtonGroup/react/index.d.ts +3 -0
- package/dist/components/SelectionButtonGroup/react/index.d.ts.map +1 -0
- package/dist/components/SelectionButtonGroup/react/index.js +4 -0
- package/dist/components/SelectionButtonGroup/vue/VueSelectionButtonGroup.js +4 -0
- package/dist/components/SelectionButtonGroup/vue/VueSelectionButtonGroup.vue.d.ts +101 -0
- package/dist/components/SelectionButtonGroup/vue/VueSelectionButtonGroup.vue.d.ts.map +1 -0
- package/dist/components/SelectionButtonGroup/vue/index.d.ts +6 -0
- package/dist/components/SelectionButtonGroup/vue/index.d.ts.map +1 -0
- package/dist/components/SelectionButtonGroup/vue/index.js +4 -0
- package/dist/components/SelectionCard/core/SelectionCard.d.ts +9 -0
- package/dist/components/SelectionCard/core/SelectionCard.d.ts.map +1 -0
- package/dist/components/SelectionCard/core/SelectionCard.js +5 -0
- package/dist/components/SelectionCard/core/_SelectionCard.d.ts +39 -0
- package/dist/components/SelectionCard/core/_SelectionCard.d.ts.map +1 -0
- package/dist/components/SelectionCard/core/_SelectionCard.js +318 -0
- package/dist/components/SelectionCard/react/ReactSelectionCard.d.ts +9 -0
- package/dist/components/SelectionCard/react/ReactSelectionCard.d.ts.map +1 -0
- package/dist/components/SelectionCard/react/ReactSelectionCard.js +12 -0
- package/dist/components/SelectionCard/react/index.d.ts +3 -0
- package/dist/components/SelectionCard/react/index.d.ts.map +1 -0
- package/dist/components/SelectionCard/react/index.js +4 -0
- package/dist/components/SelectionCard/vue/VueSelectionCard.js +4 -0
- package/dist/components/SelectionCard/vue/VueSelectionCard.vue.d.ts +55 -0
- package/dist/components/SelectionCard/vue/VueSelectionCard.vue.d.ts.map +1 -0
- package/dist/components/SelectionCard/vue/index.d.ts +6 -0
- package/dist/components/SelectionCard/vue/index.d.ts.map +1 -0
- package/dist/components/SelectionCard/vue/index.js +4 -0
- package/dist/components/SelectionCardGroup/core/SelectionCardGroup.d.ts +9 -0
- package/dist/components/SelectionCardGroup/core/SelectionCardGroup.d.ts.map +1 -0
- package/dist/components/SelectionCardGroup/core/SelectionCardGroup.js +5 -0
- package/dist/components/SelectionCardGroup/core/_SelectionCardGroup.d.ts +69 -0
- package/dist/components/SelectionCardGroup/core/_SelectionCardGroup.d.ts.map +1 -0
- package/dist/components/SelectionCardGroup/core/_SelectionCardGroup.js +220 -0
- package/dist/components/SelectionCardGroup/react/ReactSelectionCardGroup.d.ts +13 -0
- package/dist/components/SelectionCardGroup/react/ReactSelectionCardGroup.d.ts.map +1 -0
- package/dist/components/SelectionCardGroup/react/ReactSelectionCardGroup.js +15 -0
- package/dist/components/SelectionCardGroup/react/index.d.ts +3 -0
- package/dist/components/SelectionCardGroup/react/index.d.ts.map +1 -0
- package/dist/components/SelectionCardGroup/react/index.js +4 -0
- package/dist/components/SelectionCardGroup/vue/VueSelectionCardGroup.js +4 -0
- package/dist/components/SelectionCardGroup/vue/VueSelectionCardGroup.vue.d.ts +86 -0
- package/dist/components/SelectionCardGroup/vue/VueSelectionCardGroup.vue.d.ts.map +1 -0
- package/dist/components/SelectionCardGroup/vue/index.d.ts +6 -0
- package/dist/components/SelectionCardGroup/vue/index.d.ts.map +1 -0
- package/dist/components/SelectionCardGroup/vue/index.js +4 -0
- package/dist/components/Slider/core/_Slider.d.ts +10 -16
- package/dist/components/Slider/core/_Slider.d.ts.map +1 -1
- package/dist/components/Slider/core/_Slider.js +28 -39
- package/dist/components/Timeline/core/_Timeline.d.ts.map +1 -1
- package/dist/components/Timeline/core/_Timeline.js +8 -3
- package/dist/components/Timeline/react/ReactTimeline.d.ts +23 -9
- package/dist/components/Timeline/react/ReactTimeline.d.ts.map +1 -1
- package/dist/components/Timeline/react/ReactTimeline.js +18 -14
- package/dist/components/Toggle/core/_Toggle.d.ts +36 -6
- package/dist/components/Toggle/core/_Toggle.d.ts.map +1 -1
- package/dist/components/Toggle/core/_Toggle.js +117 -77
- package/dist/components/Toggle/vue/VueToggle.js +1 -1
- package/dist/components/Toggle/vue/VueToggle.vue.d.ts.map +1 -1
- package/dist/components/Toggle/vue/index.js +1 -1
- package/dist/shared/face-mixin.d.ts +82 -0
- package/dist/shared/face-mixin.d.ts.map +1 -0
- package/dist/shared/face-mixin.js +86 -0
- package/dist/shared/form-control-styles.js +1 -1
- package/dist/styles/ag-tokens-dark.css +4 -0
- package/dist/styles/ag-tokens.css +18 -13
- package/dist/test-setup.js +340 -255
- package/package.json +51 -13
- package/src/components/Alert/core/_Alert.ts +21 -2
- package/src/components/Button/core/_Button.ts +111 -21
- package/src/components/Button/vue/VueButton.vue +2 -0
- package/src/components/Card/core/_Card.ts +70 -3
- package/src/components/Card/vue/VueCard.vue +19 -3
- package/src/components/Checkbox/core/_Checkbox.ts +78 -18
- package/src/components/Checkbox/vue/VueCheckbox.vue +0 -6
- package/src/components/Combobox/core/_Combobox.ts +84 -2
- package/src/components/Combobox/vue/VueCombobox.vue +1 -0
- package/src/components/Drawer/v1/dialog--drawer-bottom.hbs +48 -0
- package/src/components/Drawer/v1/dialog--drawer-end.hbs +48 -0
- package/src/components/Drawer/v1/dialog--drawer-start.hbs +48 -0
- package/src/components/Drawer/v1/dialog--drawer-top.hbs +48 -0
- package/src/components/Drawer/v1/dialog-demo.css +13 -0
- package/src/components/Drawer/v1/dialog.config.yml +5 -0
- package/src/components/Drawer/v1/dialog.css +99 -0
- package/src/components/Drawer/v1/dialog.hbs +48 -0
- package/src/components/Drawer/v1/drawer-animations.css +52 -0
- package/src/components/Drawer/v1/drawer.css +50 -0
- package/src/components/Icon/vue/VueIcon.vue +2 -5
- package/src/components/Image/vue/VueImage.vue +17 -13
- package/src/components/Input/core/_Input.ts +58 -3
- package/src/components/Input/vue/VueInput.vue +2 -6
- package/src/components/Link/core/_Link.ts +1 -0
- package/src/components/Link/vue/VueLink.vue +1 -0
- package/src/components/Pagination/core/_Pagination.ts +10 -18
- package/src/components/Radio/core/_Radio.ts +131 -41
- package/src/components/Radio/vue/VueRadio.vue +1 -5
- package/src/components/Rating/core/_Rating.ts +62 -5
- package/src/components/Rating/vue/VueRating.vue +3 -0
- package/src/components/Select/core/_Select.ts +55 -6
- package/src/components/SelectionButton/core/SelectionButton.ts +13 -0
- package/src/components/SelectionButton/core/_SelectionButton.ts +551 -0
- package/src/components/SelectionButton/react/ReactSelectionButton.tsx +16 -0
- package/src/components/SelectionButton/react/index.ts +4 -0
- package/src/components/SelectionButton/vue/VueSelectionButton.vue +33 -0
- package/src/components/SelectionButton/vue/index.ts +5 -0
- package/src/components/SelectionButtonGroup/core/SelectionButtonGroup.ts +13 -0
- package/src/components/SelectionButtonGroup/core/_SelectionButtonGroup.ts +423 -0
- package/src/components/SelectionButtonGroup/react/ReactSelectionButtonGroup.tsx +29 -0
- package/src/components/SelectionButtonGroup/react/index.ts +9 -0
- package/src/components/SelectionButtonGroup/vue/VueSelectionButtonGroup.vue +89 -0
- package/src/components/SelectionButtonGroup/vue/index.ts +5 -0
- package/src/components/SelectionCard/core/SelectionCard.ts +13 -0
- package/src/components/SelectionCard/core/_SelectionCard.ts +384 -0
- package/src/components/SelectionCard/react/ReactSelectionCard.tsx +16 -0
- package/src/components/SelectionCard/react/index.ts +4 -0
- package/src/components/SelectionCard/vue/VueSelectionCard.vue +33 -0
- package/src/components/SelectionCard/vue/index.ts +5 -0
- package/src/components/SelectionCardGroup/core/SelectionCardGroup.ts +13 -0
- package/src/components/SelectionCardGroup/core/_SelectionCardGroup.ts +396 -0
- package/src/components/SelectionCardGroup/react/ReactSelectionCardGroup.tsx +29 -0
- package/src/components/SelectionCardGroup/react/index.ts +9 -0
- package/src/components/SelectionCardGroup/vue/VueSelectionCardGroup.vue +71 -0
- package/src/components/SelectionCardGroup/vue/index.ts +5 -0
- package/src/components/Slider/core/_Slider.ts +28 -28
- package/src/components/Timeline/core/_Timeline.ts +5 -0
- package/src/components/Timeline/react/ReactTimeline.tsx +47 -24
- package/src/components/Toggle/core/_Toggle.ts +83 -9
- package/src/components/Toggle/vue/VueToggle.vue +2 -0
- package/src/shared/face-mixin.ts +233 -0
- package/src/shared/form-control-styles.ts +1 -1
- package/src/styles/ag-tokens-dark.css +4 -0
- package/src/styles/ag-tokens.css +18 -13
- package/RTL_IMPLEMENTATION_PLAN.md +0 -295
- package/dist/VueIcon.vue_vue_type_script_setup_true_lang-kC-nzMyu.js +0 -25
- package/dist/components/Input/core/_Input.BACKUP.d.ts +0 -114
- package/dist/components/Input/core/_Input.BACKUP.d.ts.map +0 -1
- package/dist/components/Input/core/_Input.BACKUP.js +0 -511
- package/dist/global.d.js +0 -1
- package/src/components/Input/core/_Input.BACKUP.ts +0 -710
- package/src/global.d.ts +0 -43
|
@@ -1,22 +1,55 @@
|
|
|
1
|
-
import { LitElement as
|
|
1
|
+
import { LitElement as b, css as w, html as h, svg as g } from "lit";
|
|
2
2
|
import { n as o } from "../../../property-CemaeiRl.js";
|
|
3
|
-
import { r as
|
|
3
|
+
import { r as v } from "../../../state-CovhUvdr.js";
|
|
4
4
|
import { o as f } from "../../../if-defined-C8i28hSj.js";
|
|
5
|
-
import { createFormControlIds as
|
|
6
|
-
import { formControlStyles as
|
|
5
|
+
import { createFormControlIds as _, isHorizontalLabel as m, buildAriaDescribedBy as $ } from "../../../shared/form-control-utils.js";
|
|
6
|
+
import { formControlStyles as P } from "../../../shared/form-control-styles.js";
|
|
7
|
+
import { FaceMixin as V } from "../../../shared/face-mixin.js";
|
|
7
8
|
var C = Object.defineProperty, s = (u, e, i, t) => {
|
|
8
|
-
for (var
|
|
9
|
-
(
|
|
10
|
-
return
|
|
9
|
+
for (var a = void 0, l = u.length - 1, n; l >= 0; l--)
|
|
10
|
+
(n = u[l]) && (a = n(e, i, a) || a);
|
|
11
|
+
return a && C(e, i, a), a;
|
|
11
12
|
};
|
|
12
13
|
let H = 0;
|
|
13
|
-
const
|
|
14
|
+
const p = class p extends V(b) {
|
|
14
15
|
// Flag for pointer down state
|
|
15
16
|
constructor() {
|
|
16
17
|
super(), this.uniqueId = ++H, this._ratingId = "", this._labelId = "", this._helperId = "", this._errorId = "", this.labelPosition = "top", this.hoverValue = 0, this.isHovering = !1, this.isPointerDown = !1;
|
|
17
|
-
const e =
|
|
18
|
-
this._ratingId = e.inputId, this._labelId = e.labelId, this._helperId = e.helperId, this._errorId = e.errorId, this.value = 0, this.max = 5, this.precision = "whole", this.readonly = !1, this.allowClear = !1, this.variant = "", this.size = "md", this.
|
|
18
|
+
const e = _("rating");
|
|
19
|
+
this._ratingId = e.inputId, this._labelId = e.labelId, this._helperId = e.helperId, this._errorId = e.errorId, this.value = 0, this.max = 5, this.precision = "whole", this.readonly = !1, this.allowClear = !1, this.variant = "", this.size = "md", this.label = "", this.labelHidden = !1, this.noLabel = !1, this.required = !1, this.invalid = !1, this.errorMessage = "", this.helpText = "", this.validationMessages = void 0, this.handlePointerMove = this.handlePointerMove.bind(this), this.handlePointerUp = this.handlePointerUp.bind(this), this.handleKeyDown = this.handleKeyDown.bind(this);
|
|
19
20
|
}
|
|
21
|
+
// ─── FACE ─────────────────────────────────────────────────────────────────
|
|
22
|
+
/**
|
|
23
|
+
* Sync the form value to ElementInternals.
|
|
24
|
+
* Submits the numeric rating as a string, or null when value is 0 (no rating).
|
|
25
|
+
*/
|
|
26
|
+
_syncFormValue() {
|
|
27
|
+
this._internals.setFormValue(this.value > 0 ? String(this.value) : null);
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Sync validity. No inner input to delegate to, so we implement required
|
|
31
|
+
* directly: a rating of 0 with required=true is valueMissing.
|
|
32
|
+
*/
|
|
33
|
+
_syncValidity() {
|
|
34
|
+
this.required && this.value === 0 ? this._internals.setValidity(
|
|
35
|
+
{ valueMissing: !0 },
|
|
36
|
+
this.validationMessages?.valueMissing ?? "Please select a rating."
|
|
37
|
+
) : this._internals.setValidity({});
|
|
38
|
+
}
|
|
39
|
+
firstUpdated() {
|
|
40
|
+
this._syncFormValue(), this._syncValidity();
|
|
41
|
+
}
|
|
42
|
+
updated(e) {
|
|
43
|
+
super.updated(e), e.has("value") && (this._syncFormValue(), this._syncValidity());
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* FACE lifecycle: called when the parent form is reset.
|
|
47
|
+
* Restores rating to 0 (no selection).
|
|
48
|
+
*/
|
|
49
|
+
formResetCallback() {
|
|
50
|
+
this.value = 0, this._internals.setFormValue(null), this._internals.setValidity({});
|
|
51
|
+
}
|
|
52
|
+
// ─── End FACE ─────────────────────────────────────────────────────────────
|
|
20
53
|
connectedCallback() {
|
|
21
54
|
super.connectedCallback(), this.addEventListener("keydown", this.handleKeyDown);
|
|
22
55
|
}
|
|
@@ -38,16 +71,16 @@ const v = class v extends y {
|
|
|
38
71
|
`;
|
|
39
72
|
}
|
|
40
73
|
render() {
|
|
41
|
-
const e = this.isHovering ? this.hoverValue : this.value, i = Array.from({ length: this.max }, (d,
|
|
74
|
+
const e = this.isHovering ? this.hoverValue : this.value, i = Array.from({ length: this.max }, (d, y) => y + 1), t = $({
|
|
42
75
|
helperId: this._helperId,
|
|
43
76
|
errorId: this._errorId,
|
|
44
77
|
hasHelper: !!this.helpText && !this.invalid,
|
|
45
78
|
hasError: !!this.invalid && !!this.errorMessage
|
|
46
|
-
}),
|
|
79
|
+
}), a = this.helpText && !this.invalid ? h`<div class="ag-form-control__helper" id="${this._helperId}">
|
|
47
80
|
${this.helpText}
|
|
48
|
-
</div>` : "",
|
|
81
|
+
</div>` : "", l = this.invalid && this.errorMessage ? h`<div class="ag-form-control__error" id="${this._errorId}">
|
|
49
82
|
${this.errorMessage}
|
|
50
|
-
</div>` : "",
|
|
83
|
+
</div>` : "", n = h`
|
|
51
84
|
<div
|
|
52
85
|
id="${this._ratingId}"
|
|
53
86
|
class="rating"
|
|
@@ -76,24 +109,24 @@ const v = class v extends y {
|
|
|
76
109
|
return m(this.labelPosition) ? h`
|
|
77
110
|
<div class="ag-form-control--horizontal">
|
|
78
111
|
${this.renderLabel()}
|
|
79
|
-
${
|
|
112
|
+
${n}
|
|
80
113
|
</div>
|
|
81
|
-
${
|
|
82
|
-
${n}
|
|
83
|
-
` : this.labelPosition === "bottom" ? h`
|
|
114
|
+
${a}
|
|
84
115
|
${l}
|
|
85
|
-
|
|
116
|
+
` : this.labelPosition === "bottom" ? h`
|
|
86
117
|
${n}
|
|
118
|
+
${a}
|
|
119
|
+
${l}
|
|
87
120
|
${this.renderLabel()}
|
|
88
121
|
` : h`
|
|
89
122
|
${this.renderLabel()}
|
|
90
|
-
${l}
|
|
91
|
-
${r}
|
|
92
123
|
${n}
|
|
124
|
+
${a}
|
|
125
|
+
${l}
|
|
93
126
|
`;
|
|
94
127
|
}
|
|
95
128
|
renderStar(e, i) {
|
|
96
|
-
const t = i >= e,
|
|
129
|
+
const t = i >= e, a = !t && i >= e - 0.5 && this.precision === "half", l = t || a ? "filled" : "", n = this.isHovering && this.hoverValue >= e ? "hover" : "", c = `ag-rating-half-${this.uniqueId}-${e}`;
|
|
97
130
|
return h`
|
|
98
131
|
<span
|
|
99
132
|
class="star-button"
|
|
@@ -102,8 +135,8 @@ const v = class v extends y {
|
|
|
102
135
|
aria-label="${e} star"
|
|
103
136
|
title="${e} star"
|
|
104
137
|
>
|
|
105
|
-
<span class="star ${
|
|
106
|
-
${this.renderStarSvg(t,
|
|
138
|
+
<span class="star ${l} ${n}" part="star" data-star="${e}">
|
|
139
|
+
${this.renderStarSvg(t, a, c)}
|
|
107
140
|
</span>
|
|
108
141
|
</span>
|
|
109
142
|
`;
|
|
@@ -131,14 +164,14 @@ const v = class v extends y {
|
|
|
131
164
|
getValueFromClientX(e) {
|
|
132
165
|
const i = this.shadowRoot?.querySelector(".rating");
|
|
133
166
|
if (!i) return 0;
|
|
134
|
-
const t = i.getBoundingClientRect(),
|
|
135
|
-
return this.roundToPrecision(
|
|
167
|
+
const t = i.getBoundingClientRect(), a = Math.max(0, Math.min(e - t.left, t.width)), n = (t.width > 0 ? a / t.width : 0) * this.max;
|
|
168
|
+
return this.roundToPrecision(n);
|
|
136
169
|
}
|
|
137
170
|
handleClickStar(e, i) {
|
|
138
171
|
if (e.stopPropagation(), this.readonly) return;
|
|
139
172
|
const t = this.value;
|
|
140
|
-
let
|
|
141
|
-
this.allowClear &&
|
|
173
|
+
let a = (this.precision === "half", i);
|
|
174
|
+
this.allowClear && a === t && (a = 0), this.commitValue(a, t);
|
|
142
175
|
}
|
|
143
176
|
handlePointerEnter(e) {
|
|
144
177
|
}
|
|
@@ -163,9 +196,9 @@ const v = class v extends y {
|
|
|
163
196
|
}
|
|
164
197
|
handlePointerUp(e) {
|
|
165
198
|
if (this.readonly) return;
|
|
166
|
-
const i = e.clientX, t = this.getValueFromClientX(i),
|
|
167
|
-
let
|
|
168
|
-
this.allowClear &&
|
|
199
|
+
const i = e.clientX, t = this.getValueFromClientX(i), a = this.value;
|
|
200
|
+
let l = t;
|
|
201
|
+
this.allowClear && l === a && (l = 0), this.commitValue(l, a), this.isPointerDown = !1, this.isHovering = !1, this.hoverValue = 0, this.emitHoverEvent("end", t), this.removeGlobalPointerListeners();
|
|
169
202
|
}
|
|
170
203
|
removeGlobalPointerListeners() {
|
|
171
204
|
window.removeEventListener("pointermove", this.handlePointerMove), window.removeEventListener("pointerup", this.handlePointerUp);
|
|
@@ -177,13 +210,13 @@ const v = class v extends y {
|
|
|
177
210
|
}
|
|
178
211
|
commitValue(e, i) {
|
|
179
212
|
const t = this.roundToPrecision(e);
|
|
180
|
-
this.value = t;
|
|
181
|
-
const
|
|
213
|
+
this.value = t, this._syncFormValue(), this._syncValidity();
|
|
214
|
+
const a = new CustomEvent("rating-change", {
|
|
182
215
|
detail: { oldValue: i, newValue: t },
|
|
183
216
|
bubbles: !0,
|
|
184
217
|
composed: !0
|
|
185
218
|
});
|
|
186
|
-
this.dispatchEvent(
|
|
219
|
+
this.dispatchEvent(a), this.onRatingChange && this.onRatingChange(a);
|
|
187
220
|
}
|
|
188
221
|
emitHoverEvent(e, i) {
|
|
189
222
|
const t = new CustomEvent("rating-hover", {
|
|
@@ -194,8 +227,8 @@ const v = class v extends y {
|
|
|
194
227
|
this.dispatchEvent(t), this.onRatingHover && this.onRatingHover(t);
|
|
195
228
|
}
|
|
196
229
|
};
|
|
197
|
-
|
|
198
|
-
|
|
230
|
+
p.styles = [
|
|
231
|
+
P,
|
|
199
232
|
w`
|
|
200
233
|
:host {
|
|
201
234
|
display: block;
|
|
@@ -305,70 +338,70 @@ v.styles = [
|
|
|
305
338
|
}
|
|
306
339
|
`
|
|
307
340
|
];
|
|
308
|
-
let
|
|
341
|
+
let r = p;
|
|
309
342
|
s([
|
|
310
343
|
o({ type: Number })
|
|
311
|
-
],
|
|
344
|
+
], r.prototype, "value");
|
|
312
345
|
s([
|
|
313
346
|
o({ type: Number })
|
|
314
|
-
],
|
|
347
|
+
], r.prototype, "max");
|
|
315
348
|
s([
|
|
316
349
|
o({ type: String })
|
|
317
|
-
],
|
|
350
|
+
], r.prototype, "precision");
|
|
318
351
|
s([
|
|
319
352
|
o({ type: Boolean, reflect: !0 })
|
|
320
|
-
],
|
|
353
|
+
], r.prototype, "readonly");
|
|
321
354
|
s([
|
|
322
355
|
o({ type: Boolean })
|
|
323
|
-
],
|
|
356
|
+
], r.prototype, "allowClear");
|
|
324
357
|
s([
|
|
325
358
|
o({ type: String, reflect: !0 })
|
|
326
|
-
],
|
|
359
|
+
], r.prototype, "variant");
|
|
327
360
|
s([
|
|
328
361
|
o({ type: String, reflect: !0 })
|
|
329
|
-
],
|
|
362
|
+
], r.prototype, "size");
|
|
330
363
|
s([
|
|
331
364
|
o({ type: String })
|
|
332
|
-
],
|
|
333
|
-
s([
|
|
334
|
-
o({ type: String })
|
|
335
|
-
], a.prototype, "label");
|
|
365
|
+
], r.prototype, "label");
|
|
336
366
|
s([
|
|
337
367
|
o({ type: String, attribute: "label-position" })
|
|
338
|
-
],
|
|
368
|
+
], r.prototype, "labelPosition");
|
|
339
369
|
s([
|
|
340
370
|
o({ type: Boolean, attribute: "label-hidden" })
|
|
341
|
-
],
|
|
371
|
+
], r.prototype, "labelHidden");
|
|
342
372
|
s([
|
|
343
373
|
o({ type: Boolean, attribute: "no-label" })
|
|
344
|
-
],
|
|
374
|
+
], r.prototype, "noLabel");
|
|
345
375
|
s([
|
|
346
376
|
o({ type: Boolean, reflect: !0 })
|
|
347
|
-
],
|
|
377
|
+
], r.prototype, "required");
|
|
348
378
|
s([
|
|
349
379
|
o({ type: Boolean, reflect: !0 })
|
|
350
|
-
],
|
|
380
|
+
], r.prototype, "invalid");
|
|
351
381
|
s([
|
|
352
382
|
o({ type: String, attribute: "error-message" })
|
|
353
|
-
],
|
|
383
|
+
], r.prototype, "errorMessage");
|
|
354
384
|
s([
|
|
355
385
|
o({ type: String, attribute: "help-text" })
|
|
356
|
-
],
|
|
386
|
+
], r.prototype, "helpText");
|
|
387
|
+
s([
|
|
388
|
+
o({ attribute: !1 })
|
|
389
|
+
], r.prototype, "validationMessages");
|
|
357
390
|
s([
|
|
358
391
|
o({ attribute: !1 })
|
|
359
|
-
],
|
|
392
|
+
], r.prototype, "onRatingChange");
|
|
360
393
|
s([
|
|
361
394
|
o({ attribute: !1 })
|
|
362
|
-
],
|
|
395
|
+
], r.prototype, "onRatingHover");
|
|
363
396
|
s([
|
|
364
|
-
|
|
365
|
-
],
|
|
397
|
+
v()
|
|
398
|
+
], r.prototype, "hoverValue");
|
|
366
399
|
s([
|
|
367
|
-
|
|
368
|
-
],
|
|
400
|
+
v()
|
|
401
|
+
], r.prototype, "isHovering");
|
|
369
402
|
s([
|
|
370
|
-
|
|
371
|
-
],
|
|
403
|
+
v()
|
|
404
|
+
], r.prototype, "isPointerDown");
|
|
372
405
|
export {
|
|
373
|
-
|
|
406
|
+
r as AgRating
|
|
374
407
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ValidationMessages } from '../../../shared/face-mixin';
|
|
1
2
|
|
|
2
3
|
/**
|
|
3
4
|
* Vue Rating Props
|
|
@@ -22,6 +23,7 @@ export interface VueRatingProps {
|
|
|
22
23
|
invalid?: boolean;
|
|
23
24
|
errorMessage?: string;
|
|
24
25
|
helpText?: string;
|
|
26
|
+
validationMessages?: ValidationMessages;
|
|
25
27
|
}
|
|
26
28
|
declare function __VLS_template(): {
|
|
27
29
|
default?(_: {}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VueRating.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Rating/vue/VueRating.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VueRating.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Rating/vue/VueRating.vue"],"names":[],"mappings":"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"}
|
|
@@ -25,6 +25,7 @@ export interface SelectProps {
|
|
|
25
25
|
onBlur?: (event: FocusEvent) => void;
|
|
26
26
|
onChange?: (event: SelectChangeEvent) => void;
|
|
27
27
|
}
|
|
28
|
+
declare const Select_base: (new (...args: any[]) => import('../../../shared/face-mixin').FaceMixinInterface) & typeof LitElement;
|
|
28
29
|
/**
|
|
29
30
|
* Select component - A lightly styled native select element
|
|
30
31
|
*
|
|
@@ -34,11 +35,10 @@ export interface SelectProps {
|
|
|
34
35
|
*
|
|
35
36
|
* @fires change - Emitted when selection changes
|
|
36
37
|
*/
|
|
37
|
-
export declare class Select extends
|
|
38
|
+
export declare class Select extends Select_base implements SelectProps {
|
|
38
39
|
size: SelectSize;
|
|
39
40
|
multiple: boolean;
|
|
40
41
|
disabled: boolean;
|
|
41
|
-
name: string;
|
|
42
42
|
multipleSize?: number;
|
|
43
43
|
label: string;
|
|
44
44
|
labelPosition: LabelPosition;
|
|
@@ -53,6 +53,23 @@ export declare class Select extends LitElement implements SelectProps {
|
|
|
53
53
|
onBlur?: (event: FocusEvent) => void;
|
|
54
54
|
onChange?: (event: SelectChangeEvent) => void;
|
|
55
55
|
private selectElement;
|
|
56
|
+
/**
|
|
57
|
+
* FACE lifecycle: called when the parent form is reset.
|
|
58
|
+
* Restores each option to its defaultSelected state (the `selected`
|
|
59
|
+
* attribute from the original HTML), then re-syncs the form value.
|
|
60
|
+
*/
|
|
61
|
+
formResetCallback(): void;
|
|
62
|
+
/**
|
|
63
|
+
* Sync the form value to ElementInternals.
|
|
64
|
+
* Single select: submits the selected value as a string.
|
|
65
|
+
* Multi-select: uses the FormData overload to submit all selected values
|
|
66
|
+
* under the same key (matching native <select multiple> behavior).
|
|
67
|
+
*/
|
|
68
|
+
private _syncFormValue;
|
|
69
|
+
/**
|
|
70
|
+
* Sync validity to ElementInternals by delegating to the inner <select>.
|
|
71
|
+
*/
|
|
72
|
+
private _syncValidity;
|
|
56
73
|
protected firstUpdated(): void;
|
|
57
74
|
private handleSlotChange;
|
|
58
75
|
static styles: import('lit').CSSResult[];
|
|
@@ -68,4 +85,5 @@ declare global {
|
|
|
68
85
|
'ag-select': Select;
|
|
69
86
|
}
|
|
70
87
|
}
|
|
88
|
+
export {};
|
|
71
89
|
//# sourceMappingURL=_Select.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_Select.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/core/_Select.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAa,MAAM,KAAK,CAAC;AAE5C,OAAO,EAIL,KAAK,aAAa,EACnB,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"_Select.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/core/_Select.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAa,MAAM,KAAK,CAAC;AAE5C,OAAO,EAIL,KAAK,aAAa,EACnB,MAAM,oCAAoC,CAAC;AAI5C,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,OAAO,GAAG,EAAE,CAAC;AAGhD,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC1B;AACD,MAAM,MAAM,iBAAiB,GAAG,WAAW,CAAC,uBAAuB,CAAC,CAAC;AAErE,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAC/C;;AAED;;;;;;;;GAQG;AACH,qBAAa,MAAO,SAAQ,WAAsB,YAAW,WAAW;IAE/D,IAAI,EAAE,UAAU,CAAM;IAGtB,QAAQ,UAAS;IAGjB,QAAQ,UAAS;IAGjB,YAAY,CAAC,EAAE,MAAM,CAAC;IAItB,KAAK,SAAM;IAGX,aAAa,EAAE,aAAa,CAAS;IAGrC,WAAW,UAAS;IAGpB,OAAO,UAAS;IAGhB,QAAQ,UAAS;IAGjB,OAAO,UAAS;IAGhB,YAAY,SAAM;IAGlB,QAAQ,SAAM;IAGb,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IAGtC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IAGtC,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IAGrC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;IAGtD,OAAO,CAAC,aAAa,CAAqB;IAI1C;;;;OAIG;IACM,iBAAiB,IAAI,IAAI;IAQlC;;;;;OAKG;IACH,OAAO,CAAC,cAAc;IAatB;;OAEG;IACH,OAAO,CAAC,aAAa;IAMrB,SAAS,CAAC,YAAY;IAetB,OAAO,CAAC,gBAAgB;IAwBxB,MAAM,CAAC,MAAM,4BA6FX;IAEF,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,UAAU;IAalB,OAAO,CAAC,YAAY;IA4BpB,OAAO,CAAC,WAAW;IAwBnB,MAAM;CA0EP;AAOD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,MAAM,CAAC;KACrB;CACF"}
|