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,511 +0,0 @@
|
|
|
1
|
-
import { LitElement as c, css as b, html as n } from "lit";
|
|
2
|
-
import { n as e } from "../../../property-CemaeiRl.js";
|
|
3
|
-
import { o as u } from "../../../if-defined-C8i28hSj.js";
|
|
4
|
-
import { generateUniqueId as f } from "../../../utils/unique-id.js";
|
|
5
|
-
import { hasSlotContent as p } from "../../../utils/slot.js";
|
|
6
|
-
var v = Object.defineProperty, a = (g, i, r, s) => {
|
|
7
|
-
for (var d = void 0, o = g.length - 1, l; o >= 0; o--)
|
|
8
|
-
(l = g[o]) && (d = l(i, r, d) || d);
|
|
9
|
-
return d && v(i, r, d), d;
|
|
10
|
-
};
|
|
11
|
-
const h = class h extends c {
|
|
12
|
-
constructor() {
|
|
13
|
-
super(), this._inputId = f("ag-input"), this._hasLeftAddon = !1, this._hasRightAddon = !1, this.label = "", this.labelHidden = !1, this.noLabel = !1, this.ariaLabel = "", this.labelledBy = "", this.type = "text", this.value = "", this.placeholder = "", this.rows = 4, this.cols = 50, this.size = "default", this.capsule = !1, this.rounded = !1, this.underlined = !1, this.underlinedWithBackground = !1, this.inline = !1, this.required = !1, this.disabled = !1, this.readonly = !1, this.invalid = !1, this.errorMessage = "", this.helpText = "";
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Event Handlers
|
|
17
|
-
* Following AgnosticUI v2 event conventions:
|
|
18
|
-
* - Native composed events (input, change, click) just invoke callbacks
|
|
19
|
-
* - Native non-bubbling events (focus, blur) re-dispatch from host + invoke callbacks
|
|
20
|
-
*/
|
|
21
|
-
_handleClick(i) {
|
|
22
|
-
this.onClick && this.onClick(i);
|
|
23
|
-
}
|
|
24
|
-
_handleInput(i) {
|
|
25
|
-
const r = i.target;
|
|
26
|
-
this.value = r.value, this.onInput && this.onInput(i);
|
|
27
|
-
}
|
|
28
|
-
_handleChange(i) {
|
|
29
|
-
const r = i.target;
|
|
30
|
-
this.value = r.value, this.onChange && this.onChange(i);
|
|
31
|
-
}
|
|
32
|
-
_handleFocus(i) {
|
|
33
|
-
this.dispatchEvent(new FocusEvent("focus", {
|
|
34
|
-
bubbles: !0,
|
|
35
|
-
composed: !0,
|
|
36
|
-
relatedTarget: i.relatedTarget
|
|
37
|
-
})), this.onFocus && this.onFocus(i);
|
|
38
|
-
}
|
|
39
|
-
_handleBlur(i) {
|
|
40
|
-
this.dispatchEvent(new FocusEvent("blur", {
|
|
41
|
-
bubbles: !0,
|
|
42
|
-
composed: !0,
|
|
43
|
-
relatedTarget: i.relatedTarget
|
|
44
|
-
})), this.onBlur && this.onBlur(i);
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Handle slot changes to detect if addons are present
|
|
48
|
-
*/
|
|
49
|
-
_handleSlotChange(i) {
|
|
50
|
-
const r = i.target, s = r.name;
|
|
51
|
-
s === "addon-left" ? this._hasLeftAddon = p(r) : s === "addon-right" && (this._hasRightAddon = p(r)), this.requestUpdate();
|
|
52
|
-
}
|
|
53
|
-
firstUpdated() {
|
|
54
|
-
setTimeout(() => {
|
|
55
|
-
const i = this.shadowRoot?.querySelector('slot[name="addon-left"]'), r = this.shadowRoot?.querySelector('slot[name="addon-right"]'), s = this._hasLeftAddon, d = this._hasRightAddon;
|
|
56
|
-
this._hasLeftAddon = p(i), this._hasRightAddon = p(r), (s !== this._hasLeftAddon || d !== this._hasRightAddon) && this.requestUpdate();
|
|
57
|
-
}, 0);
|
|
58
|
-
}
|
|
59
|
-
render() {
|
|
60
|
-
const i = this.type === "textarea", r = this._hasLeftAddon || this._hasRightAddon, s = `${this._inputId}-help`, d = `${this._inputId}-error`, o = [];
|
|
61
|
-
this.helpText && o.push(s), this.errorMessage && o.push(d), this.labelledBy && o.push(this.labelledBy);
|
|
62
|
-
const l = ["ag-input"];
|
|
63
|
-
this.size !== "default" && l.push(`ag-input--${this.size}`), this.rounded && l.push("ag-input--rounded"), this.underlined && l.push("ag-input--underlined"), this.underlinedWithBackground && l.push("ag-input--underlined-with-background");
|
|
64
|
-
const _ = i ? n`
|
|
65
|
-
<textarea
|
|
66
|
-
id="${this._inputId}"
|
|
67
|
-
part="ag-textarea"
|
|
68
|
-
class="ag-input__textarea"
|
|
69
|
-
.value="${this.value}"
|
|
70
|
-
placeholder="${u(this.placeholder || void 0)}"
|
|
71
|
-
rows="${this.rows}"
|
|
72
|
-
cols="${this.cols}"
|
|
73
|
-
?required="${this.required}"
|
|
74
|
-
?disabled="${this.disabled}"
|
|
75
|
-
?readonly="${this.readonly}"
|
|
76
|
-
aria-required="${this.required ? "true" : "false"}"
|
|
77
|
-
aria-invalid="${this.invalid ? "true" : "false"}"
|
|
78
|
-
aria-label="${u(this.ariaLabel || void 0)}"
|
|
79
|
-
aria-labelledby="${u(this.labelledBy || void 0)}"
|
|
80
|
-
aria-describedby="${o.length > 0 ? o.join(" ") : u(void 0)}"
|
|
81
|
-
@click=${this._handleClick}
|
|
82
|
-
@input=${this._handleInput}
|
|
83
|
-
@change=${this._handleChange}
|
|
84
|
-
@focus=${this._handleFocus}
|
|
85
|
-
@blur=${this._handleBlur}
|
|
86
|
-
></textarea>
|
|
87
|
-
` : n`
|
|
88
|
-
<input
|
|
89
|
-
type="${this.type}"
|
|
90
|
-
id="${this._inputId}"
|
|
91
|
-
part="ag-input"
|
|
92
|
-
class="ag-input__input"
|
|
93
|
-
.value="${this.value}"
|
|
94
|
-
placeholder="${u(this.placeholder || void 0)}"
|
|
95
|
-
?required="${this.required}"
|
|
96
|
-
?disabled="${this.disabled}"
|
|
97
|
-
?readonly="${this.readonly}"
|
|
98
|
-
aria-required="${this.required ? "true" : "false"}"
|
|
99
|
-
aria-invalid="${this.invalid ? "true" : "false"}"
|
|
100
|
-
aria-label="${u(this.ariaLabel || void 0)}"
|
|
101
|
-
aria-labelledby="${u(this.labelledBy || void 0)}"
|
|
102
|
-
aria-describedby="${o.length > 0 ? o.join(" ") : u(void 0)}"
|
|
103
|
-
@click=${this._handleClick}
|
|
104
|
-
@input=${this._handleInput}
|
|
105
|
-
@change=${this._handleChange}
|
|
106
|
-
@focus=${this._handleFocus}
|
|
107
|
-
@blur=${this._handleBlur}
|
|
108
|
-
/>
|
|
109
|
-
`;
|
|
110
|
-
return n`
|
|
111
|
-
<div class="${l.join(" ")}" part="ag-input-wrapper">
|
|
112
|
-
${this.noLabel ? "" : n`
|
|
113
|
-
<label
|
|
114
|
-
for="${this._inputId}"
|
|
115
|
-
part="ag-input-label"
|
|
116
|
-
class="ag-input__label ${this.labelHidden ? "ag-input__label--hidden" : ""}"
|
|
117
|
-
>
|
|
118
|
-
${this.label}
|
|
119
|
-
${this.required ? n`
|
|
120
|
-
<span class="ag-input__required" part="ag-input-required" aria-hidden="true">*</span>
|
|
121
|
-
` : ""}
|
|
122
|
-
</label>
|
|
123
|
-
`}
|
|
124
|
-
|
|
125
|
-
${this.helpText ? n`
|
|
126
|
-
<div class="ag-input__help" id="${s}" part="ag-input-help">
|
|
127
|
-
${this.helpText}
|
|
128
|
-
</div>
|
|
129
|
-
` : ""}
|
|
130
|
-
|
|
131
|
-
${this.errorMessage ? n`
|
|
132
|
-
<div class="ag-input__error" id="${d}" part="ag-input-error">
|
|
133
|
-
${this.errorMessage}
|
|
134
|
-
</div>
|
|
135
|
-
` : n`
|
|
136
|
-
<div class="ag-input__error" id="${d}" part="ag-input-error" hidden></div>
|
|
137
|
-
`}
|
|
138
|
-
|
|
139
|
-
${r ? n`
|
|
140
|
-
<div class="ag-input__field" part="ag-input-field-wrapper">
|
|
141
|
-
${this._hasLeftAddon ? n`
|
|
142
|
-
<div class="ag-input__addon ag-input__addon--left" part="ag-input-addon-left">
|
|
143
|
-
<slot name="addon-left" @slotchange=${this._handleSlotChange}></slot>
|
|
144
|
-
</div>
|
|
145
|
-
` : n`
|
|
146
|
-
<slot name="addon-left" @slotchange=${this._handleSlotChange} style="display: none;"></slot>
|
|
147
|
-
`}
|
|
148
|
-
|
|
149
|
-
${_}
|
|
150
|
-
|
|
151
|
-
${this._hasRightAddon ? n`
|
|
152
|
-
<div class="ag-input__addon ag-input__addon--right" part="ag-input-addon-right">
|
|
153
|
-
<slot name="addon-right" @slotchange=${this._handleSlotChange}></slot>
|
|
154
|
-
</div>
|
|
155
|
-
` : n`
|
|
156
|
-
<slot name="addon-right" @slotchange=${this._handleSlotChange} style="display: none;"></slot>
|
|
157
|
-
`}
|
|
158
|
-
</div>
|
|
159
|
-
` : n`
|
|
160
|
-
${_}
|
|
161
|
-
<slot name="addon-left" @slotchange=${this._handleSlotChange} style="display: none;"></slot>
|
|
162
|
-
<slot name="addon-right" @slotchange=${this._handleSlotChange} style="display: none;"></slot>
|
|
163
|
-
`}
|
|
164
|
-
</div>
|
|
165
|
-
`;
|
|
166
|
-
}
|
|
167
|
-
};
|
|
168
|
-
h.styles = b`
|
|
169
|
-
:host {
|
|
170
|
-
display: block;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
/* Label Above Input - BBC GEL Best Practice
|
|
174
|
-
*
|
|
175
|
-
* Why Label Above (BBC GEL):
|
|
176
|
-
* - Mobile-friendly: Labels above work better on small screens
|
|
177
|
-
* - Accessibility standard: Clear visual hierarchy
|
|
178
|
-
* - Cognitive accessibility: Easier to scan and understand
|
|
179
|
-
* - International: Works with various text lengths/languages
|
|
180
|
-
*
|
|
181
|
-
* Note: Labels below inputs are possible via customization:
|
|
182
|
-
* Use noLabel prop + external <ag-label> or <label> for custom positioning
|
|
183
|
-
*/
|
|
184
|
-
.ag-input__label {
|
|
185
|
-
display: block;
|
|
186
|
-
margin-block-end: var(--ag-space-2);
|
|
187
|
-
font-size: var(--ag-font-size-base);
|
|
188
|
-
color: var(--ag-text-primary);
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.ag-input__label--hidden {
|
|
192
|
-
position: absolute !important;
|
|
193
|
-
width: 1px !important;
|
|
194
|
-
height: 1px !important;
|
|
195
|
-
padding: 0 !important;
|
|
196
|
-
margin: -1px !important;
|
|
197
|
-
overflow: hidden !important;
|
|
198
|
-
clip: rect(0, 0, 0, 0) !important;
|
|
199
|
-
white-space: nowrap !important;
|
|
200
|
-
border: 0 !important;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.ag-input__input,
|
|
204
|
-
.ag-input__textarea {
|
|
205
|
-
box-sizing: border-box;
|
|
206
|
-
width: 100%;
|
|
207
|
-
padding: var(--ag-space-2) var(--ag-space-3);
|
|
208
|
-
font-size: var(--ag-font-size-base);
|
|
209
|
-
line-height: var(--ag-line-height-base);
|
|
210
|
-
color: var(--ag-text-primary);
|
|
211
|
-
background-color: var(--ag-background-primary);
|
|
212
|
-
border: 1px solid var(--ag-border-subtle);
|
|
213
|
-
border-radius: 0; /* Make it rectangular by default */
|
|
214
|
-
transition: all var(--ag-motion-medium);
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.ag-input__input::placeholder,
|
|
218
|
-
.ag-input__textarea::placeholder {
|
|
219
|
-
color: var(--ag-text-muted);
|
|
220
|
-
opacity: 1;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.ag-input__input:focus-visible,
|
|
224
|
-
.ag-input__textarea:focus-visible {
|
|
225
|
-
outline: var(--ag-focus-width) solid rgba(var(--ag-focus), 0.5);
|
|
226
|
-
outline-offset: var(--ag-focus-offset);
|
|
227
|
-
border-color: rgba(var(--ag-focus), 0.6);
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.ag-input__textarea {
|
|
231
|
-
resize: vertical;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
:host([inline]) {
|
|
235
|
-
display: inline-block;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
/* Sizes */
|
|
239
|
-
:host([size="small"]) .ag-input__input,
|
|
240
|
-
:host([size="small"]) .ag-input__textarea {
|
|
241
|
-
padding: var(--ag-space-1) var(--ag-space-2);
|
|
242
|
-
font-size: var(--ag-font-size-sm);
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
:host([size="large"]) .ag-input__input,
|
|
246
|
-
:host([size="large"]) .ag-input__textarea {
|
|
247
|
-
padding: var(--ag-space-3) var(--ag-space-4);
|
|
248
|
-
font-size: var(--ag-font-size-lg);
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
/* Variants */
|
|
252
|
-
:host([capsule]) .ag-input__input,
|
|
253
|
-
:host([capsule]) .ag-input__textarea {
|
|
254
|
-
border-radius: var(--ag-radius-full);
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
:host([rounded]) .ag-input__input,
|
|
258
|
-
:host([rounded]) .ag-input__textarea {
|
|
259
|
-
border-radius: var(--ag-radius-md);
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
:host([underlined]) .ag-input__input,
|
|
263
|
-
:host([underlined]) .ag-input__textarea {
|
|
264
|
-
border-radius: 0;
|
|
265
|
-
border-width: 0 0 1px 0;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
:host([underlined-with-background]) .ag-input__input,
|
|
269
|
-
:host([underlined-with-background]) .ag-input__textarea {
|
|
270
|
-
border-radius: 0;
|
|
271
|
-
border-width: 0 0 1px 0;
|
|
272
|
-
background-color: var(--ag-background-secondary);
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
/* States */
|
|
276
|
-
:host([disabled]) .ag-input__input,
|
|
277
|
-
:host([disabled]) .ag-input__textarea {
|
|
278
|
-
background-color: var(--ag-background-disabled);
|
|
279
|
-
color: var(--ag-text-muted);
|
|
280
|
-
cursor: not-allowed;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
:host([invalid]) .ag-input__input,
|
|
284
|
-
:host([invalid]) .ag-input__textarea {
|
|
285
|
-
border-color: var(--ag-danger);
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
:host([invalid]) .ag-input__input:focus-visible,
|
|
289
|
-
:host([invalid]) .ag-input__textarea:focus-visible {
|
|
290
|
-
border-color: rgba(var(--ag-danger-rgb), 0.6);
|
|
291
|
-
outline-color: rgba(var(--ag-danger-rgb), 0.5);
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
/* Addons */
|
|
295
|
-
.ag-input__field {
|
|
296
|
-
display: flex;
|
|
297
|
-
align-items: stretch;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.ag-input__addon {
|
|
301
|
-
display: flex;
|
|
302
|
-
align-items: center;
|
|
303
|
-
justify-content: center;
|
|
304
|
-
padding: var(--ag-space-2) var(--ag-space-3);
|
|
305
|
-
font-size: var(--ag-font-size-base);
|
|
306
|
-
line-height: var(--ag-line-height-base);
|
|
307
|
-
color: var(--ag-text-primary);
|
|
308
|
-
/* background-color: var(--ag-background-secondary); */
|
|
309
|
-
border: 1px solid var(--ag-border-subtle);
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.ag-input__addon--left {
|
|
313
|
-
border-inline-end: 0;
|
|
314
|
-
border-radius: var(--ag-radius-md) 0 0 var(--ag-radius-md);
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.ag-input__addon--right {
|
|
318
|
-
border-inline-start: 0;
|
|
319
|
-
border-radius: 0 var(--ag-radius-md) var(--ag-radius-md) 0;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
/* When left addon is present */
|
|
323
|
-
.ag-input__field:has(.ag-input__addon--left) .ag-input__input,
|
|
324
|
-
.ag-input__field:has(.ag-input__addon--left) .ag-input__textarea {
|
|
325
|
-
border-start-start-radius: 0;
|
|
326
|
-
border-end-start-radius: 0;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
/* When right addon is present */
|
|
330
|
-
.ag-input__field:has(.ag-input__addon--right) .ag-input__input,
|
|
331
|
-
.ag-input__field:has(.ag-input__addon--right) .ag-input__textarea {
|
|
332
|
-
border-start-end-radius: 0;
|
|
333
|
-
border-end-end-radius: 0;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.ag-input__field .ag-input__input,
|
|
337
|
-
.ag-input__field .ag-input__textarea {
|
|
338
|
-
flex: 1;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
/* Capsule variant with addons */
|
|
342
|
-
:host([capsule]) .ag-input__addon--left {
|
|
343
|
-
border-radius: var(--ag-radius-full) 0 0 var(--ag-radius-full);
|
|
344
|
-
padding: var(--ag-space-2) var(--ag-space-4);
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
:host([capsule]) .ag-input__addon--right {
|
|
348
|
-
border-radius: 0 var(--ag-radius-full) var(--ag-radius-full) 0;
|
|
349
|
-
padding: var(--ag-space-2) var(--ag-space-4);
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
/* Remove border on INPUT where it meets the addon for capsule */
|
|
353
|
-
:host([capsule]) .ag-input__field:has(.ag-input__addon--left) .ag-input__input,
|
|
354
|
-
:host([capsule]) .ag-input__field:has(.ag-input__addon--left) .ag-input__textarea {
|
|
355
|
-
border-inline-start: 0;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
:host([capsule]) .ag-input__field:has(.ag-input__addon--right) .ag-input__input,
|
|
359
|
-
:host([capsule]) .ag-input__field:has(.ag-input__addon--right) .ag-input__textarea {
|
|
360
|
-
border-inline-end: 0;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
/* Underlined variant with addons */
|
|
364
|
-
:host([underlined]) .ag-input__addon,
|
|
365
|
-
:host([underlined-with-background]) .ag-input__addon {
|
|
366
|
-
border-top: 0;
|
|
367
|
-
border-radius: 0;
|
|
368
|
-
background: transparent;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
:host([underlined]) .ag-input__addon--left,
|
|
372
|
-
:host([underlined-with-background]) .ag-input__addon--left {
|
|
373
|
-
border-inline-start: 0;
|
|
374
|
-
border-inline-end: 0;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
:host([underlined]) .ag-input__addon--right,
|
|
378
|
-
:host([underlined-with-background]) .ag-input__addon--right {
|
|
379
|
-
border-inline-end: 0;
|
|
380
|
-
border-inline-start: 0;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
/* Remove border on INPUT where it meets the addon for underlined */
|
|
384
|
-
:host([underlined]) .ag-input__field:has(.ag-input__addon--left) .ag-input__input,
|
|
385
|
-
:host([underlined]) .ag-input__field:has(.ag-input__addon--left) .ag-input__textarea,
|
|
386
|
-
:host([underlined-with-background]) .ag-input__field:has(.ag-input__addon--left) .ag-input__input,
|
|
387
|
-
:host([underlined-with-background]) .ag-input__field:has(.ag-input__addon--left) .ag-input__textarea {
|
|
388
|
-
border-inline-start: 0;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
:host([underlined]) .ag-input__field:has(.ag-input__addon--right) .ag-input__input,
|
|
392
|
-
:host([underlined]) .ag-input__field:has(.ag-input__addon--right) .ag-input__textarea,
|
|
393
|
-
:host([underlined-with-background]) .ag-input__field:has(.ag-input__addon--right) .ag-input__input,
|
|
394
|
-
:host([underlined-with-background]) .ag-input__field:has(.ag-input__addon--right) .ag-input__textarea {
|
|
395
|
-
border-inline-end: 0;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
/* Underlined with background variant - add background to addon */
|
|
399
|
-
:host([underlined-with-background]) .ag-input__addon {
|
|
400
|
-
background-color: var(--ag-background-secondary);
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
/* Help & Error Text */
|
|
404
|
-
.ag-input__help,
|
|
405
|
-
.ag-input__error {
|
|
406
|
-
margin-block-start: var(--ag-space-2);
|
|
407
|
-
font-size: var(--ag-font-size-sm);
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.ag-input__help {
|
|
411
|
-
color: var(--ag-text-secondary);
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.ag-input__error {
|
|
415
|
-
color: var(--ag-danger);
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
.ag-input__error[hidden] {
|
|
419
|
-
display: none !important;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.ag-input__required {
|
|
423
|
-
color: var(--ag-danger);
|
|
424
|
-
margin-inline-start: var(--ag-space-1);
|
|
425
|
-
}
|
|
426
|
-
`;
|
|
427
|
-
let t = h;
|
|
428
|
-
a([
|
|
429
|
-
e({ type: String })
|
|
430
|
-
], t.prototype, "label");
|
|
431
|
-
a([
|
|
432
|
-
e({ type: Boolean, attribute: "label-hidden" })
|
|
433
|
-
], t.prototype, "labelHidden");
|
|
434
|
-
a([
|
|
435
|
-
e({ type: Boolean, attribute: "no-label" })
|
|
436
|
-
], t.prototype, "noLabel");
|
|
437
|
-
a([
|
|
438
|
-
e({ type: String, reflect: !0, attribute: "aria-label" })
|
|
439
|
-
], t.prototype, "ariaLabel");
|
|
440
|
-
a([
|
|
441
|
-
e({ type: String, attribute: "labelled-by" })
|
|
442
|
-
], t.prototype, "labelledBy");
|
|
443
|
-
a([
|
|
444
|
-
e({ type: String })
|
|
445
|
-
], t.prototype, "type");
|
|
446
|
-
a([
|
|
447
|
-
e({ type: String, reflect: !0 })
|
|
448
|
-
], t.prototype, "value");
|
|
449
|
-
a([
|
|
450
|
-
e({ type: String })
|
|
451
|
-
], t.prototype, "placeholder");
|
|
452
|
-
a([
|
|
453
|
-
e({ type: Number })
|
|
454
|
-
], t.prototype, "rows");
|
|
455
|
-
a([
|
|
456
|
-
e({ type: Number })
|
|
457
|
-
], t.prototype, "cols");
|
|
458
|
-
a([
|
|
459
|
-
e({ type: String, reflect: !0 })
|
|
460
|
-
], t.prototype, "size");
|
|
461
|
-
a([
|
|
462
|
-
e({ type: Boolean, reflect: !0 })
|
|
463
|
-
], t.prototype, "capsule");
|
|
464
|
-
a([
|
|
465
|
-
e({ type: Boolean, reflect: !0 })
|
|
466
|
-
], t.prototype, "rounded");
|
|
467
|
-
a([
|
|
468
|
-
e({ type: Boolean, reflect: !0 })
|
|
469
|
-
], t.prototype, "underlined");
|
|
470
|
-
a([
|
|
471
|
-
e({ type: Boolean, reflect: !0, attribute: "underlined-with-background" })
|
|
472
|
-
], t.prototype, "underlinedWithBackground");
|
|
473
|
-
a([
|
|
474
|
-
e({ type: Boolean, reflect: !0 })
|
|
475
|
-
], t.prototype, "inline");
|
|
476
|
-
a([
|
|
477
|
-
e({ type: Boolean, reflect: !0 })
|
|
478
|
-
], t.prototype, "required");
|
|
479
|
-
a([
|
|
480
|
-
e({ type: Boolean, reflect: !0 })
|
|
481
|
-
], t.prototype, "disabled");
|
|
482
|
-
a([
|
|
483
|
-
e({ type: Boolean, reflect: !0 })
|
|
484
|
-
], t.prototype, "readonly");
|
|
485
|
-
a([
|
|
486
|
-
e({ type: Boolean, reflect: !0 })
|
|
487
|
-
], t.prototype, "invalid");
|
|
488
|
-
a([
|
|
489
|
-
e({ type: String, attribute: "error-message" })
|
|
490
|
-
], t.prototype, "errorMessage");
|
|
491
|
-
a([
|
|
492
|
-
e({ type: String, attribute: "help-text" })
|
|
493
|
-
], t.prototype, "helpText");
|
|
494
|
-
a([
|
|
495
|
-
e({ attribute: !1 })
|
|
496
|
-
], t.prototype, "onClick");
|
|
497
|
-
a([
|
|
498
|
-
e({ attribute: !1 })
|
|
499
|
-
], t.prototype, "onInput");
|
|
500
|
-
a([
|
|
501
|
-
e({ attribute: !1 })
|
|
502
|
-
], t.prototype, "onChange");
|
|
503
|
-
a([
|
|
504
|
-
e({ attribute: !1 })
|
|
505
|
-
], t.prototype, "onFocus");
|
|
506
|
-
a([
|
|
507
|
-
e({ attribute: !1 })
|
|
508
|
-
], t.prototype, "onBlur");
|
|
509
|
-
export {
|
|
510
|
-
t as AgInput
|
|
511
|
-
};
|
package/dist/global.d.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "react";
|