@porsche-design-system/components-vue 3.29.0-rc.2 → 3.29.0-rc.3
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/CHANGELOG.md +8 -0
- package/cjs/lib/components/InputEmailWrapper.vue.cjs +1 -0
- package/cjs/lib/components/InputEmailWrapper.vue2.cjs +1 -0
- package/cjs/public-api.cjs +1 -1
- package/esm/lib/components/InputEmailWrapper.vue.d.ts +122 -0
- package/esm/lib/components/InputEmailWrapper.vue.mjs +48 -0
- package/esm/lib/components/InputEmailWrapper.vue2.mjs +4 -0
- package/esm/lib/components/InputNumberWrapper.vue.d.ts +17 -17
- package/esm/lib/components/InputPasswordWrapper.vue.d.ts +18 -18
- package/esm/lib/components/InputSearchWrapper.vue.d.ts +17 -17
- package/esm/lib/components/InputTextWrapper.vue.d.ts +18 -18
- package/esm/lib/components/TextareaWrapper.vue.d.ts +19 -19
- package/esm/lib/components/index.d.ts +1 -0
- package/esm/lib/types.d.ts +4 -27
- package/esm/public-api.mjs +116 -114
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
14
14
|
|
|
15
15
|
## [Unreleased]
|
|
16
16
|
|
|
17
|
+
## [3.29.0-rc.3] - 2025-07-29
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- Partials: `topLevelAwait` issue in ESM build
|
|
22
|
+
([#3947](https://github.com/porsche-design-system/porsche-design-system/pull/3947))
|
|
23
|
+
|
|
17
24
|
## [3.29.0-rc.2] - 2025-07-28
|
|
18
25
|
|
|
19
26
|
### Changed
|
|
@@ -30,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
30
37
|
([#3916](https://github.com/porsche-design-system/porsche-design-system/pull/3916))
|
|
31
38
|
- `Input Text`: `counter` prop functions independently of `max-length`, allowing character count display even when no
|
|
32
39
|
limit is set ([#3901](https://github.com/porsche-design-system/porsche-design-system/pull/3901))
|
|
40
|
+
- `Input Email`: ([#3927](https://github.com/porsche-design-system/porsche-design-system/pull/3927))
|
|
33
41
|
|
|
34
42
|
### Changed
|
|
35
43
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),t=require("../../utils.cjs"),u=e.defineComponent({__name:"InputEmailWrapper",props:{autoComplete:{},compact:{type:Boolean,default:!1},description:{default:""},disabled:{type:Boolean,default:!1},form:{},hideLabel:{default:!1},indicator:{type:Boolean,default:!1},label:{default:""},loading:{type:Boolean,default:!1},maxLength:{},message:{default:""},minLength:{},multiple:{type:Boolean,default:!1},name:{},pattern:{},placeholder:{default:""},readOnly:{type:Boolean,default:!1},required:{type:Boolean,default:!1},state:{default:"none"},theme:{},value:{default:""}},emits:["blur","change","input"],setup(d,{emit:f}){const p=t.usePrefix("p-input-email"),a=d,n=e.ref(),o=f,s=e.inject(t.themeInjectionKey),r=()=>t.syncProperties(n,{...a,theme:a.theme||s.value});return e.onMounted(()=>{r(),t.addEventListenerToElementRef(n,"blur",o),t.addEventListenerToElementRef(n,"change",o),t.addEventListenerToElementRef(n,"input",o)}),e.onUpdated(r),e.watch(s,l=>{t.syncProperties(n,{theme:a.theme||l})}),(l,i)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(p)),{ref_key:"pdsComponentRef",ref:n},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"default")]),_:3},512))}});module.exports=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./InputEmailWrapper.vue.cjs");module.exports=e;
|
package/cjs/public-api.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _=require("@porsche-design-system/components-js"),t=require("./lib/components/AccordionWrapper.vue.cjs"),p=require("./lib/components/BannerWrapper.vue.cjs"),u=require("./lib/components/ButtonWrapper.vue.cjs"),s=require("./lib/components/ButtonGroupWrapper.vue.cjs"),n=require("./lib/components/ButtonPureWrapper.vue.cjs"),i=require("./lib/components/ButtonTileWrapper.vue.cjs"),a=require("./lib/components/CanvasWrapper.vue.cjs"),c=require("./lib/components/CarouselWrapper.vue.cjs"),o=require("./lib/components/CheckboxWrapper.vue.cjs"),l=require("./lib/components/CheckboxWrapperWrapper.vue.cjs"),v=require("./lib/components/ContentWrapperWrapper.vue.cjs"),g=require("./lib/components/CrestWrapper.vue.cjs"),P=require("./lib/components/DisplayWrapper.vue.cjs"),y=require("./lib/components/DividerWrapper.vue.cjs"),W=require("./lib/components/DrilldownWrapper.vue.cjs"),q=require("./lib/components/DrilldownItemWrapper.vue.cjs"),d=require("./lib/components/DrilldownLinkWrapper.vue.cjs"),T=require("./lib/components/FieldsetWrapper.vue.cjs"),S=require("./lib/components/FieldsetWrapperWrapper.vue.cjs"),m=require("./lib/components/FlexWrapper.vue.cjs"),b=require("./lib/components/FlexItemWrapper.vue.cjs"),I=require("./lib/components/FlyoutWrapper.vue.cjs"),x=require("./lib/components/GridWrapper.vue.cjs"),C=require("./lib/components/GridItemWrapper.vue.cjs"),k=require("./lib/components/HeadingWrapper.vue.cjs"),h=require("./lib/components/HeadlineWrapper.vue.cjs"),D=require("./lib/components/IconWrapper.vue.cjs"),L=require("./lib/components/InlineNotificationWrapper.vue.cjs"),B=require("./lib/components/
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _=require("@porsche-design-system/components-js"),t=require("./lib/components/AccordionWrapper.vue.cjs"),p=require("./lib/components/BannerWrapper.vue.cjs"),u=require("./lib/components/ButtonWrapper.vue.cjs"),s=require("./lib/components/ButtonGroupWrapper.vue.cjs"),n=require("./lib/components/ButtonPureWrapper.vue.cjs"),i=require("./lib/components/ButtonTileWrapper.vue.cjs"),a=require("./lib/components/CanvasWrapper.vue.cjs"),c=require("./lib/components/CarouselWrapper.vue.cjs"),o=require("./lib/components/CheckboxWrapper.vue.cjs"),l=require("./lib/components/CheckboxWrapperWrapper.vue.cjs"),v=require("./lib/components/ContentWrapperWrapper.vue.cjs"),g=require("./lib/components/CrestWrapper.vue.cjs"),P=require("./lib/components/DisplayWrapper.vue.cjs"),y=require("./lib/components/DividerWrapper.vue.cjs"),W=require("./lib/components/DrilldownWrapper.vue.cjs"),q=require("./lib/components/DrilldownItemWrapper.vue.cjs"),d=require("./lib/components/DrilldownLinkWrapper.vue.cjs"),T=require("./lib/components/FieldsetWrapper.vue.cjs"),S=require("./lib/components/FieldsetWrapperWrapper.vue.cjs"),m=require("./lib/components/FlexWrapper.vue.cjs"),b=require("./lib/components/FlexItemWrapper.vue.cjs"),I=require("./lib/components/FlyoutWrapper.vue.cjs"),x=require("./lib/components/GridWrapper.vue.cjs"),C=require("./lib/components/GridItemWrapper.vue.cjs"),k=require("./lib/components/HeadingWrapper.vue.cjs"),h=require("./lib/components/HeadlineWrapper.vue.cjs"),D=require("./lib/components/IconWrapper.vue.cjs"),L=require("./lib/components/InlineNotificationWrapper.vue.cjs"),B=require("./lib/components/InputEmailWrapper.vue.cjs"),M=require("./lib/components/InputNumberWrapper.vue.cjs"),w=require("./lib/components/InputPasswordWrapper.vue.cjs"),H=require("./lib/components/InputSearchWrapper.vue.cjs"),F=require("./lib/components/InputTextWrapper.vue.cjs"),O=require("./lib/components/LinkWrapper.vue.cjs"),R=require("./lib/components/LinkPureWrapper.vue.cjs"),G=require("./lib/components/LinkSocialWrapper.vue.cjs"),f=require("./lib/components/LinkTileWrapper.vue.cjs"),j=require("./lib/components/LinkTileModelSignatureWrapper.vue.cjs"),z=require("./lib/components/LinkTileProductWrapper.vue.cjs"),N=require("./lib/components/MarqueWrapper.vue.cjs"),A=require("./lib/components/ModalWrapper.vue.cjs"),E=require("./lib/components/ModelSignatureWrapper.vue.cjs"),K=require("./lib/components/MultiSelectWrapper.vue.cjs"),J=require("./lib/components/MultiSelectOptionWrapper.vue.cjs"),Q=require("./lib/components/OptgroupWrapper.vue.cjs"),U=require("./lib/components/PaginationWrapper.vue.cjs"),V=require("./lib/components/PinCodeWrapper.vue.cjs"),X=require("./lib/components/PopoverWrapper.vue.cjs"),Y=require("./lib/components/RadioButtonWrapperWrapper.vue.cjs"),Z=require("./lib/components/ScrollerWrapper.vue.cjs"),$=require("./lib/components/SegmentedControlWrapper.vue.cjs"),ee=require("./lib/components/SegmentedControlItemWrapper.vue.cjs"),re=require("./lib/components/SelectWrapper.vue.cjs"),_e=require("./lib/components/SelectOptionWrapper.vue.cjs"),te=require("./lib/components/SelectWrapperWrapper.vue.cjs"),pe=require("./lib/components/SheetWrapper.vue.cjs"),ue=require("./lib/components/SpinnerWrapper.vue.cjs"),se=require("./lib/components/StepperHorizontalWrapper.vue.cjs"),ne=require("./lib/components/StepperHorizontalItemWrapper.vue.cjs"),ie=require("./lib/components/SwitchWrapper.vue.cjs"),ae=require("./lib/components/TableWrapper.vue.cjs"),ce=require("./lib/components/TableBodyWrapper.vue.cjs"),oe=require("./lib/components/TableCellWrapper.vue.cjs"),le=require("./lib/components/TableHeadWrapper.vue.cjs"),ve=require("./lib/components/TableHeadCellWrapper.vue.cjs"),ge=require("./lib/components/TableHeadRowWrapper.vue.cjs"),Pe=require("./lib/components/TableRowWrapper.vue.cjs"),ye=require("./lib/components/TabsWrapper.vue.cjs"),We=require("./lib/components/TabsBarWrapper.vue.cjs"),qe=require("./lib/components/TabsItemWrapper.vue.cjs"),de=require("./lib/components/TagWrapper.vue.cjs"),Te=require("./lib/components/TagDismissibleWrapper.vue.cjs"),Se=require("./lib/components/TextWrapper.vue.cjs"),me=require("./lib/components/TextFieldWrapperWrapper.vue.cjs"),be=require("./lib/components/TextListWrapper.vue.cjs"),Ie=require("./lib/components/TextListItemWrapper.vue.cjs"),xe=require("./lib/components/TextareaWrapper.vue.cjs"),Ce=require("./lib/components/TextareaWrapperWrapper.vue.cjs"),ke=require("./lib/components/ToastWrapper.vue.cjs"),he=require("./lib/components/WordmarkWrapper.vue.cjs"),e=require("./utils.cjs"),De=require("./PorscheDesignSystemProvider.vue.cjs"),r=require("./plugin.cjs");Object.defineProperty(exports,"componentsReady",{enumerable:!0,get:()=>_.componentsReady});exports.PAccordion=t;exports.PBanner=p;exports.PButton=u;exports.PButtonGroup=s;exports.PButtonPure=n;exports.PButtonTile=i;exports.PCanvas=a;exports.PCarousel=c;exports.PCheckbox=o;exports.PCheckboxWrapper=l;exports.PContentWrapper=v;exports.PCrest=g;exports.PDisplay=P;exports.PDivider=y;exports.PDrilldown=W;exports.PDrilldownItem=q;exports.PDrilldownLink=d;exports.PFieldset=T;exports.PFieldsetWrapper=S;exports.PFlex=m;exports.PFlexItem=b;exports.PFlyout=I;exports.PGrid=x;exports.PGridItem=C;exports.PHeading=k;exports.PHeadline=h;exports.PIcon=D;exports.PInlineNotification=L;exports.PInputEmail=B;exports.PInputNumber=M;exports.PInputPassword=w;exports.PInputSearch=H;exports.PInputText=F;exports.PLink=O;exports.PLinkPure=R;exports.PLinkSocial=G;exports.PLinkTile=f;exports.PLinkTileModelSignature=j;exports.PLinkTileProduct=z;exports.PMarque=N;exports.PModal=A;exports.PModelSignature=E;exports.PMultiSelect=K;exports.PMultiSelectOption=J;exports.POptgroup=Q;exports.PPagination=U;exports.PPinCode=V;exports.PPopover=X;exports.PRadioButtonWrapper=Y;exports.PScroller=Z;exports.PSegmentedControl=$;exports.PSegmentedControlItem=ee;exports.PSelect=re;exports.PSelectOption=_e;exports.PSelectWrapper=te;exports.PSheet=pe;exports.PSpinner=ue;exports.PStepperHorizontal=se;exports.PStepperHorizontalItem=ne;exports.PSwitch=ie;exports.PTable=ae;exports.PTableBody=ce;exports.PTableCell=oe;exports.PTableHead=le;exports.PTableHeadCell=ve;exports.PTableHeadRow=ge;exports.PTableRow=Pe;exports.PTabs=ye;exports.PTabsBar=We;exports.PTabsItem=qe;exports.PTag=de;exports.PTagDismissible=Te;exports.PText=Se;exports.PTextFieldWrapper=me;exports.PTextList=be;exports.PTextListItem=Ie;exports.PTextarea=xe;exports.PTextareaWrapper=Ce;exports.PToast=ke;exports.PWordmark=he;exports.themeInjectionKey=e.themeInjectionKey;exports.useToastManager=e.useToastManager;exports.PorscheDesignSystemProvider=De;exports.createPorscheDesignSystem=r.createPorscheDesignSystem;exports.usePorscheDesignSystemPlugin=r.usePorscheDesignSystemPlugin;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import type { BreakpointCustomizable, InputEmailState, Theme } from '../types';
|
|
2
|
+
type PInputEmailProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Provides a hint to the browser about what type of data the field expects, which can assist with autofill features (e.g., autocomplete='email').
|
|
5
|
+
*/
|
|
6
|
+
autoComplete?: string;
|
|
7
|
+
/**
|
|
8
|
+
* A boolean value that, if present, renders the input field as a compact version.
|
|
9
|
+
*/
|
|
10
|
+
compact?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Supplementary text providing more context or explanation for the input.
|
|
13
|
+
*/
|
|
14
|
+
description?: string;
|
|
15
|
+
/**
|
|
16
|
+
* A boolean value that, if present, makes the input field unusable and unclickable. The value will not be submitted with the form.
|
|
17
|
+
*/
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Specifies the id of the <form> element that the input belongs to (useful if the input is not a direct descendant of the form).
|
|
21
|
+
*/
|
|
22
|
+
form?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Controls the visibility of the label.
|
|
25
|
+
*/
|
|
26
|
+
hideLabel?: BreakpointCustomizable<boolean>;
|
|
27
|
+
/**
|
|
28
|
+
* Controls the visibility of an email icon.
|
|
29
|
+
*/
|
|
30
|
+
indicator?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Text content for a user-facing label.
|
|
33
|
+
*/
|
|
34
|
+
label?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @experimental Shows a loading indicator.
|
|
37
|
+
*/
|
|
38
|
+
loading?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* A non-negative integer specifying the maximum number of characters the user can enter into the input.
|
|
41
|
+
*/
|
|
42
|
+
maxLength?: number;
|
|
43
|
+
/**
|
|
44
|
+
* Dynamic feedback text for validation or status.
|
|
45
|
+
*/
|
|
46
|
+
message?: string;
|
|
47
|
+
/**
|
|
48
|
+
* A non-negative integer specifying the minimum number of characters required for the input's value to be considered valid.
|
|
49
|
+
*/
|
|
50
|
+
minLength?: number;
|
|
51
|
+
/**
|
|
52
|
+
* A boolean value that, if present, it allows the user to enter a list of multiple email addresses, separated by commas (and optional whitespace). The browser will validate each email address in the list.
|
|
53
|
+
*/
|
|
54
|
+
multiple?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* The name of the input field, used when submitting the form data.
|
|
57
|
+
*/
|
|
58
|
+
name: string;
|
|
59
|
+
/**
|
|
60
|
+
* Specifies a regular expression that the input's value must match for the value to pass constraint validation. This allows for more specific email validation rules than the browser's default (e.g., restricting to a specific domain). If provided, it overrides the browser's default email validation.
|
|
61
|
+
*/
|
|
62
|
+
pattern?: string;
|
|
63
|
+
/**
|
|
64
|
+
* A string that provides a brief hint to the user about what kind of information is expected in the field (e.g., placeholder='you@example.com'). This text is displayed when the input field is empty.
|
|
65
|
+
*/
|
|
66
|
+
placeholder?: string;
|
|
67
|
+
/**
|
|
68
|
+
* A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
|
|
69
|
+
*/
|
|
70
|
+
readOnly?: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
|
|
73
|
+
*/
|
|
74
|
+
required?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Indicates the validation or overall status of the input component.
|
|
77
|
+
*/
|
|
78
|
+
state?: InputEmailState;
|
|
79
|
+
/**
|
|
80
|
+
* Controls the visual appearance of the component.
|
|
81
|
+
*/
|
|
82
|
+
theme?: Theme;
|
|
83
|
+
/**
|
|
84
|
+
* The default email address (or comma-separated list of addresses) for the input.
|
|
85
|
+
*/
|
|
86
|
+
value?: string;
|
|
87
|
+
};
|
|
88
|
+
declare var __VLS_8: {};
|
|
89
|
+
type __VLS_Slots = {} & {
|
|
90
|
+
default?: (props: typeof __VLS_8) => any;
|
|
91
|
+
};
|
|
92
|
+
declare const __VLS_component: import("vue").DefineComponent<PInputEmailProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
93
|
+
blur: (value: Event) => any;
|
|
94
|
+
change: (value: Event) => any;
|
|
95
|
+
input: (value: InputEvent) => any;
|
|
96
|
+
}, string, import("vue").PublicProps, Readonly<PInputEmailProps> & Readonly<{
|
|
97
|
+
onBlur?: ((value: Event) => any) | undefined;
|
|
98
|
+
onChange?: ((value: Event) => any) | undefined;
|
|
99
|
+
onInput?: ((value: InputEvent) => any) | undefined;
|
|
100
|
+
}>, {
|
|
101
|
+
label: string;
|
|
102
|
+
compact: boolean;
|
|
103
|
+
description: string;
|
|
104
|
+
state: InputEmailState;
|
|
105
|
+
required: boolean;
|
|
106
|
+
disabled: boolean;
|
|
107
|
+
hideLabel: BreakpointCustomizable<boolean>;
|
|
108
|
+
loading: boolean;
|
|
109
|
+
value: string;
|
|
110
|
+
message: string;
|
|
111
|
+
indicator: boolean;
|
|
112
|
+
multiple: boolean;
|
|
113
|
+
placeholder: string;
|
|
114
|
+
readOnly: boolean;
|
|
115
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
116
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
117
|
+
export default _default;
|
|
118
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
119
|
+
new (): {
|
|
120
|
+
$slots: S;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { defineComponent as u, ref as m, inject as i, onMounted as c, onUpdated as h, watch as y, openBlock as B, createBlock as g, resolveDynamicComponent as C, unref as _, withCtx as b, renderSlot as v } from "vue";
|
|
2
|
+
import { usePrefix as x, themeInjectionKey as L, addEventListenerToElementRef as o, syncProperties as p } from "../../utils.mjs";
|
|
3
|
+
const E = /* @__PURE__ */ u({
|
|
4
|
+
__name: "InputEmailWrapper",
|
|
5
|
+
props: {
|
|
6
|
+
autoComplete: {},
|
|
7
|
+
compact: { type: Boolean, default: !1 },
|
|
8
|
+
description: { default: "" },
|
|
9
|
+
disabled: { type: Boolean, default: !1 },
|
|
10
|
+
form: {},
|
|
11
|
+
hideLabel: { default: !1 },
|
|
12
|
+
indicator: { type: Boolean, default: !1 },
|
|
13
|
+
label: { default: "" },
|
|
14
|
+
loading: { type: Boolean, default: !1 },
|
|
15
|
+
maxLength: {},
|
|
16
|
+
message: { default: "" },
|
|
17
|
+
minLength: {},
|
|
18
|
+
multiple: { type: Boolean, default: !1 },
|
|
19
|
+
name: {},
|
|
20
|
+
pattern: {},
|
|
21
|
+
placeholder: { default: "" },
|
|
22
|
+
readOnly: { type: Boolean, default: !1 },
|
|
23
|
+
required: { type: Boolean, default: !1 },
|
|
24
|
+
state: { default: "none" },
|
|
25
|
+
theme: {},
|
|
26
|
+
value: { default: "" }
|
|
27
|
+
},
|
|
28
|
+
emits: ["blur", "change", "input"],
|
|
29
|
+
setup(s, { emit: r }) {
|
|
30
|
+
const d = x("p-input-email"), t = s, e = m(), a = r, l = i(L), f = () => p(e, { ...t, theme: t.theme || l.value });
|
|
31
|
+
return c(() => {
|
|
32
|
+
f(), o(e, "blur", a), o(e, "change", a), o(e, "input", a);
|
|
33
|
+
}), h(f), y(l, (n) => {
|
|
34
|
+
p(e, { theme: t.theme || n });
|
|
35
|
+
}), (n, R) => (B(), g(C(_(d)), {
|
|
36
|
+
ref_key: "pdsComponentRef",
|
|
37
|
+
ref: e
|
|
38
|
+
}, {
|
|
39
|
+
default: b(() => [
|
|
40
|
+
v(n.$slots, "default")
|
|
41
|
+
]),
|
|
42
|
+
_: 3
|
|
43
|
+
}, 512));
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
export {
|
|
47
|
+
E as default
|
|
48
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { BreakpointCustomizable, InputNumberState, Theme } from '../types';
|
|
2
2
|
type PInputNumberProps = {
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Provides a hint to the browser about what type of data the field expects, which can assist with autofill features (e.g., autocomplete='on').
|
|
5
5
|
*/
|
|
6
|
-
autoComplete?:
|
|
6
|
+
autoComplete?: string;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* A boolean value that, if present, renders the input field as a compact version.
|
|
9
9
|
*/
|
|
10
10
|
compact?: boolean;
|
|
11
11
|
/**
|
|
@@ -13,23 +13,23 @@ type PInputNumberProps = {
|
|
|
13
13
|
*/
|
|
14
14
|
controls?: boolean;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Supplementary text providing more context or explanation for the input.
|
|
17
17
|
*/
|
|
18
18
|
description?: string;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* A boolean value that, if present, makes the input field unusable and unclickable. The value will not be submitted with the form.
|
|
21
21
|
*/
|
|
22
22
|
disabled?: boolean;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Specifies the id of the <form> element that the input belongs to (useful if the input is not a direct descendant of the form).
|
|
25
25
|
*/
|
|
26
26
|
form?: string;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Controls the visibility of the label.
|
|
29
29
|
*/
|
|
30
30
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Text content for a user-facing label.
|
|
33
33
|
*/
|
|
34
34
|
label?: string;
|
|
35
35
|
/**
|
|
@@ -41,7 +41,7 @@ type PInputNumberProps = {
|
|
|
41
41
|
*/
|
|
42
42
|
max?: number;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* Dynamic feedback text for validation or status.
|
|
45
45
|
*/
|
|
46
46
|
message?: string;
|
|
47
47
|
/**
|
|
@@ -49,23 +49,23 @@ type PInputNumberProps = {
|
|
|
49
49
|
*/
|
|
50
50
|
min?: number;
|
|
51
51
|
/**
|
|
52
|
-
* The name of the
|
|
52
|
+
* The name of the input field, used when submitting the form data.
|
|
53
53
|
*/
|
|
54
54
|
name: string;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* A string that provides a brief hint to the user about what kind of information is expected in the field (e.g., placeholder='Enter a number'). This text is displayed when the input field is empty.
|
|
57
57
|
*/
|
|
58
58
|
placeholder?: string;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
|
|
61
61
|
*/
|
|
62
62
|
readOnly?: boolean;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
|
|
65
65
|
*/
|
|
66
66
|
required?: boolean;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Indicates the validation or overall status of the input component.
|
|
69
69
|
*/
|
|
70
70
|
state?: InputNumberState;
|
|
71
71
|
/**
|
|
@@ -73,7 +73,7 @@ type PInputNumberProps = {
|
|
|
73
73
|
*/
|
|
74
74
|
step?: number;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
* Controls the visual appearance of the component.
|
|
77
77
|
*/
|
|
78
78
|
theme?: Theme;
|
|
79
79
|
/**
|
|
@@ -105,9 +105,9 @@ declare const __VLS_component: import("vue").DefineComponent<PInputNumberProps,
|
|
|
105
105
|
loading: boolean;
|
|
106
106
|
value: string;
|
|
107
107
|
message: string;
|
|
108
|
-
controls: boolean;
|
|
109
108
|
placeholder: string;
|
|
110
109
|
readOnly: boolean;
|
|
110
|
+
controls: boolean;
|
|
111
111
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
112
112
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
113
113
|
export default _default;
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { BreakpointCustomizable, InputPasswordState, Theme } from '../types';
|
|
2
2
|
type PInputPasswordProps = {
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Provides a hint to the browser about what type of data the field expects, which can assist with autofill features (e.g., autocomplete='current-password').
|
|
5
5
|
*/
|
|
6
|
-
autoComplete?:
|
|
6
|
+
autoComplete?: string;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* A boolean value that, if present, renders the input field as a compact version.
|
|
9
9
|
*/
|
|
10
10
|
compact?: boolean;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* Supplementary text providing more context or explanation for the input.
|
|
13
13
|
*/
|
|
14
14
|
description?: string;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* A boolean value that, if present, makes the input field unusable and unclickable. The value will not be submitted with the form.
|
|
17
17
|
*/
|
|
18
18
|
disabled?: boolean;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Specifies the id of the <form> element that the input belongs to (useful if the input is not a direct descendant of the form).
|
|
21
21
|
*/
|
|
22
22
|
form?: string;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Controls the visibility of the label.
|
|
25
25
|
*/
|
|
26
26
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Text content for a user-facing label.
|
|
29
29
|
*/
|
|
30
30
|
label?: string;
|
|
31
31
|
/**
|
|
@@ -33,39 +33,39 @@ type PInputPasswordProps = {
|
|
|
33
33
|
*/
|
|
34
34
|
loading?: boolean;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* A non-negative integer specifying the maximum number of characters the user can enter into the input.
|
|
37
37
|
*/
|
|
38
38
|
maxLength?: number;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Dynamic feedback text for validation or status.
|
|
41
41
|
*/
|
|
42
42
|
message?: string;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* A non-negative integer specifying the minimum number of characters required for the input's value to be considered valid.
|
|
45
45
|
*/
|
|
46
46
|
minLength?: number;
|
|
47
47
|
/**
|
|
48
|
-
* The name of the
|
|
48
|
+
* The name of the input field, used when submitting the form data.
|
|
49
49
|
*/
|
|
50
50
|
name: string;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* A string that provides a brief hint to the user about what kind of information is expected in the field (e.g., placeholder='Enter your password'). This text is displayed when the input field is empty.
|
|
53
53
|
*/
|
|
54
54
|
placeholder?: string;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
|
|
57
57
|
*/
|
|
58
58
|
readOnly?: boolean;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
|
|
61
61
|
*/
|
|
62
62
|
required?: boolean;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* Indicates the validation or overall status of the input component.
|
|
65
65
|
*/
|
|
66
66
|
state?: InputPasswordState;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Controls the visual appearance of the component.
|
|
69
69
|
*/
|
|
70
70
|
theme?: Theme;
|
|
71
71
|
/**
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { BreakpointCustomizable, InputSearchState, Theme } from '../types';
|
|
2
2
|
type PInputSearchProps = {
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Provides a hint to the browser about what type of data the field expects, which can assist with autofill features (e.g., autocomplete='on').
|
|
5
5
|
*/
|
|
6
|
-
autoComplete?:
|
|
6
|
+
autoComplete?: string;
|
|
7
7
|
/**
|
|
8
8
|
* Show clear input value button
|
|
9
9
|
*/
|
|
10
10
|
clear?: boolean;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* A boolean value that, if present, renders the input field as a compact version.
|
|
13
13
|
*/
|
|
14
14
|
compact?: boolean;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Supplementary text providing more context or explanation for the input.
|
|
17
17
|
*/
|
|
18
18
|
description?: string;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* A boolean value that, if present, makes the input field unusable and unclickable. The value will not be submitted with the form.
|
|
21
21
|
*/
|
|
22
22
|
disabled?: boolean;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Specifies the id of the <form> element that the input belongs to (useful if the input is not a direct descendant of the form).
|
|
25
25
|
*/
|
|
26
26
|
form?: string;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Controls the visibility of the label.
|
|
29
29
|
*/
|
|
30
30
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
31
31
|
/**
|
|
@@ -33,7 +33,7 @@ type PInputSearchProps = {
|
|
|
33
33
|
*/
|
|
34
34
|
indicator?: boolean;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Text content for a user-facing label.
|
|
37
37
|
*/
|
|
38
38
|
label?: string;
|
|
39
39
|
/**
|
|
@@ -41,31 +41,31 @@ type PInputSearchProps = {
|
|
|
41
41
|
*/
|
|
42
42
|
loading?: boolean;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* Dynamic feedback text for validation or status.
|
|
45
45
|
*/
|
|
46
46
|
message?: string;
|
|
47
47
|
/**
|
|
48
|
-
* The name of the
|
|
48
|
+
* The name of the input field, used when submitting the form data.
|
|
49
49
|
*/
|
|
50
50
|
name: string;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* A string that provides a brief hint to the user about what kind of information is expected in the field (e.g., placeholder='Search...'). This text is displayed when the input field is empty.
|
|
53
53
|
*/
|
|
54
54
|
placeholder?: string;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
|
|
57
57
|
*/
|
|
58
58
|
readOnly?: boolean;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
|
|
61
61
|
*/
|
|
62
62
|
required?: boolean;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* Indicates the validation or overall status of the input component.
|
|
65
65
|
*/
|
|
66
66
|
state?: InputSearchState;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Controls the visual appearance of the component.
|
|
69
69
|
*/
|
|
70
70
|
theme?: Theme;
|
|
71
71
|
/**
|
|
@@ -96,10 +96,10 @@ declare const __VLS_component: import("vue").DefineComponent<PInputSearchProps,
|
|
|
96
96
|
loading: boolean;
|
|
97
97
|
value: string;
|
|
98
98
|
message: string;
|
|
99
|
+
indicator: boolean;
|
|
99
100
|
placeholder: string;
|
|
100
101
|
readOnly: boolean;
|
|
101
102
|
clear: boolean;
|
|
102
|
-
indicator: boolean;
|
|
103
103
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
104
104
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
105
105
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { BreakpointCustomizable, InputTextState, Theme } from '../types';
|
|
2
2
|
type PInputTextProps = {
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Provides a hint to the browser about what type of data the field expects, which can assist with autofill features (e.g., autocomplete='name').
|
|
5
5
|
*/
|
|
6
|
-
autoComplete?:
|
|
6
|
+
autoComplete?: string;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* A boolean value that, if present, renders the input field as a compact version.
|
|
9
9
|
*/
|
|
10
10
|
compact?: boolean;
|
|
11
11
|
/**
|
|
@@ -13,23 +13,23 @@ type PInputTextProps = {
|
|
|
13
13
|
*/
|
|
14
14
|
counter?: boolean;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Supplementary text providing more context or explanation for the input.
|
|
17
17
|
*/
|
|
18
18
|
description?: string;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* A boolean value that, if present, makes the input field unusable and unclickable. The value will not be submitted with the form.
|
|
21
21
|
*/
|
|
22
22
|
disabled?: boolean;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Specifies the id of the <form> element that the input belongs to (useful if the input is not a direct descendant of the form).
|
|
25
25
|
*/
|
|
26
26
|
form?: string;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Controls the visibility of the label.
|
|
29
29
|
*/
|
|
30
30
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Text content for a user-facing label.
|
|
33
33
|
*/
|
|
34
34
|
label?: string;
|
|
35
35
|
/**
|
|
@@ -37,31 +37,31 @@ type PInputTextProps = {
|
|
|
37
37
|
*/
|
|
38
38
|
loading?: boolean;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* A non-negative integer specifying the maximum number of characters the user can enter into the input.
|
|
41
41
|
*/
|
|
42
42
|
maxLength?: number;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* Dynamic feedback text for validation or status.
|
|
45
45
|
*/
|
|
46
46
|
message?: string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* A non-negative integer specifying the minimum number of characters required for the input's value to be considered valid.
|
|
49
49
|
*/
|
|
50
50
|
minLength?: number;
|
|
51
51
|
/**
|
|
52
|
-
* The name of the
|
|
52
|
+
* The name of the input field, used when submitting the form data.
|
|
53
53
|
*/
|
|
54
54
|
name: string;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* A string that provides a brief hint to the user about what kind of information is expected in the field (e.g., placeholder='Enter your full name'). This text is displayed when the input field is empty.
|
|
57
57
|
*/
|
|
58
58
|
placeholder?: string;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
|
|
61
61
|
*/
|
|
62
62
|
readOnly?: boolean;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
|
|
65
65
|
*/
|
|
66
66
|
required?: boolean;
|
|
67
67
|
/**
|
|
@@ -69,11 +69,11 @@ type PInputTextProps = {
|
|
|
69
69
|
*/
|
|
70
70
|
spellCheck?: boolean;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* Indicates the validation or overall status of the input component.
|
|
73
73
|
*/
|
|
74
74
|
state?: InputTextState;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
* Controls the visual appearance of the component.
|
|
77
77
|
*/
|
|
78
78
|
theme?: Theme;
|
|
79
79
|
/**
|
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { BreakpointCustomizable, TextareaResize, TextareaState, Theme, TextareaWrap } from '../types';
|
|
2
2
|
type PTextareaProps = {
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Provides a hint to the browser about what type of data the field expects, which can assist with autofill features (e.g., autocomplete='on').
|
|
5
5
|
*/
|
|
6
|
-
autoComplete?:
|
|
6
|
+
autoComplete?: string;
|
|
7
7
|
/**
|
|
8
8
|
* Show or hide the character counter.
|
|
9
9
|
*/
|
|
10
10
|
counter?: boolean;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* Supplementary text providing more context or explanation for the textarea.
|
|
13
13
|
*/
|
|
14
14
|
description?: string;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* A boolean value that, if present, makes the textarea unusable and unclickable. The value will not be submitted with the form.
|
|
17
17
|
*/
|
|
18
18
|
disabled?: boolean;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Specifies the id of the <form> element that the textarea belongs to (useful if the textarea is not a direct descendant of the form).
|
|
21
21
|
*/
|
|
22
22
|
form?: string;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Controls the visibility of the label.
|
|
25
25
|
*/
|
|
26
26
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Text content for a user-facing label.
|
|
29
29
|
*/
|
|
30
30
|
label?: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* A non-negative integer specifying the maximum number of characters the user can enter into the textarea.
|
|
33
33
|
*/
|
|
34
34
|
maxLength?: number;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Dynamic feedback text for validation or status.
|
|
37
37
|
*/
|
|
38
38
|
message?: string;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* A non-negative integer specifying the minimum number of characters required for the textarea's value to be considered valid.
|
|
41
41
|
*/
|
|
42
42
|
minLength?: number;
|
|
43
43
|
/**
|
|
44
|
-
* The name of the textarea.
|
|
44
|
+
* The name of the textarea, used when submitting the form data.
|
|
45
45
|
*/
|
|
46
46
|
name: string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* A string that provides a brief hint to the user about what kind of information is expected in the field (e.g., placeholder='Write your message here...'). This text is displayed when the textarea is empty.
|
|
49
49
|
*/
|
|
50
50
|
placeholder?: string;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* A boolean value that, if present, makes the textarea uneditable by the user, but its value will still be submitted with the form.
|
|
53
53
|
*/
|
|
54
54
|
readOnly?: boolean;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* A boolean value that, if present, indicates that the textarea must be filled out before the form can be submitted.
|
|
57
57
|
*/
|
|
58
58
|
required?: boolean;
|
|
59
59
|
/**
|
|
@@ -65,15 +65,15 @@ type PTextareaProps = {
|
|
|
65
65
|
*/
|
|
66
66
|
rows?: number;
|
|
67
67
|
/**
|
|
68
|
-
* Specifies whether the
|
|
68
|
+
* Specifies whether the textarea should have its spelling and grammar checked
|
|
69
69
|
*/
|
|
70
70
|
spellCheck?: boolean;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* Indicates the validation or overall status of the textarea component.
|
|
73
73
|
*/
|
|
74
74
|
state?: TextareaState;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
* Controls the visual appearance of the component.
|
|
77
77
|
*/
|
|
78
78
|
theme?: Theme;
|
|
79
79
|
/**
|
|
@@ -81,7 +81,7 @@ type PTextareaProps = {
|
|
|
81
81
|
*/
|
|
82
82
|
value?: string;
|
|
83
83
|
/**
|
|
84
|
-
* Handles wrapping
|
|
84
|
+
* Handles wrapping behavior of elements.
|
|
85
85
|
*/
|
|
86
86
|
wrap?: TextareaWrap;
|
|
87
87
|
};
|
|
@@ -26,6 +26,7 @@ export { default as PHeading } from './HeadingWrapper.vue';
|
|
|
26
26
|
export { default as PHeadline } from './HeadlineWrapper.vue';
|
|
27
27
|
export { default as PIcon } from './IconWrapper.vue';
|
|
28
28
|
export { default as PInlineNotification } from './InlineNotificationWrapper.vue';
|
|
29
|
+
export { default as PInputEmail } from './InputEmailWrapper.vue';
|
|
29
30
|
export { default as PInputNumber } from './InputNumberWrapper.vue';
|
|
30
31
|
export { default as PInputPassword } from './InputPasswordWrapper.vue';
|
|
31
32
|
export { default as PInputSearch } from './InputSearchWrapper.vue';
|
package/esm/lib/types.d.ts
CHANGED
|
@@ -1090,41 +1090,23 @@ declare const ICON_COLORS: readonly [
|
|
|
1090
1090
|
"state-disabled"
|
|
1091
1091
|
];
|
|
1092
1092
|
export type IconColor = (typeof ICON_COLORS)[number];
|
|
1093
|
+
export type InputEmailState = FormState;
|
|
1094
|
+
export type InputEmailChangeEventDetail = Event;
|
|
1095
|
+
export type InputEmailBlurEventDetail = Event;
|
|
1096
|
+
export type InputEmailInputEventDetail = InputEvent;
|
|
1093
1097
|
export type InputNumberState = FormState;
|
|
1094
|
-
declare const INPUT_NUMBER_AUTO_COMPLETE: readonly [
|
|
1095
|
-
"off",
|
|
1096
|
-
"on"
|
|
1097
|
-
];
|
|
1098
|
-
export type InputNumberAutoComplete = (typeof INPUT_NUMBER_AUTO_COMPLETE)[number];
|
|
1099
1098
|
export type InputNumberChangeEventDetail = Event;
|
|
1100
1099
|
export type InputNumberBlurEventDetail = Event;
|
|
1101
1100
|
export type InputNumberInputEventDetail = InputEvent;
|
|
1102
1101
|
export type InputPasswordState = FormState;
|
|
1103
|
-
declare const INPUT_PASSWORD_AUTO_COMPLETE: readonly [
|
|
1104
|
-
"off",
|
|
1105
|
-
"on",
|
|
1106
|
-
"current-password",
|
|
1107
|
-
"new-password"
|
|
1108
|
-
];
|
|
1109
|
-
export type InputPasswordAutoComplete = (typeof INPUT_PASSWORD_AUTO_COMPLETE)[number];
|
|
1110
1102
|
export type InputPasswordChangeEventDetail = Event;
|
|
1111
1103
|
export type InputPasswordBlurEventDetail = Event;
|
|
1112
1104
|
export type InputPasswordInputEventDetail = InputEvent;
|
|
1113
1105
|
export type InputSearchState = FormState;
|
|
1114
|
-
declare const INPUT_SEARCH_AUTO_COMPLETE: readonly [
|
|
1115
|
-
"off",
|
|
1116
|
-
"on"
|
|
1117
|
-
];
|
|
1118
|
-
export type InputSearchAutoComplete = (typeof INPUT_SEARCH_AUTO_COMPLETE)[number];
|
|
1119
1106
|
export type InputSearchChangeEventDetail = Event;
|
|
1120
1107
|
export type InputSearchBlurEventDetail = Event;
|
|
1121
1108
|
export type InputSearchInputEventDetail = InputEvent;
|
|
1122
1109
|
export type InputTextState = FormState;
|
|
1123
|
-
declare const INPUT_TEXT_AUTO_COMPLETE: readonly [
|
|
1124
|
-
"off",
|
|
1125
|
-
"on"
|
|
1126
|
-
];
|
|
1127
|
-
export type InputTextAutoComplete = (typeof INPUT_TEXT_AUTO_COMPLETE)[number];
|
|
1128
1110
|
export type InputTextChangeEventDetail = Event;
|
|
1129
1111
|
export type InputTextBlurEventDetail = Event;
|
|
1130
1112
|
export type InputTextInputEventDetail = InputEvent;
|
|
@@ -1516,11 +1498,6 @@ declare const TEXT_LIST_TYPES: readonly [
|
|
|
1516
1498
|
];
|
|
1517
1499
|
export type TextListType = (typeof TEXT_LIST_TYPES)[number];
|
|
1518
1500
|
export type TextareaState = FormState;
|
|
1519
|
-
declare const AUTO_COMPLETE: readonly [
|
|
1520
|
-
"off",
|
|
1521
|
-
"on"
|
|
1522
|
-
];
|
|
1523
|
-
export type TextareaAutoComplete = (typeof AUTO_COMPLETE)[number];
|
|
1524
1501
|
declare const TEXTAREA_WRAPS: readonly [
|
|
1525
1502
|
"hard",
|
|
1526
1503
|
"soft",
|
package/esm/public-api.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import { default as x } from "./lib/components/ButtonPureWrapper.vue.mjs";
|
|
|
7
7
|
import { default as i } from "./lib/components/ButtonTileWrapper.vue.mjs";
|
|
8
8
|
import { default as T } from "./lib/components/CanvasWrapper.vue.mjs";
|
|
9
9
|
import { default as S } from "./lib/components/CarouselWrapper.vue.mjs";
|
|
10
|
-
import { default as
|
|
10
|
+
import { default as b } from "./lib/components/CheckboxWrapper.vue.mjs";
|
|
11
11
|
import { default as C } from "./lib/components/CheckboxWrapperWrapper.vue.mjs";
|
|
12
12
|
import { default as h } from "./lib/components/ContentWrapperWrapper.vue.mjs";
|
|
13
13
|
import { default as L } from "./lib/components/CrestWrapper.vue.mjs";
|
|
@@ -19,7 +19,7 @@ import { default as G } from "./lib/components/DrilldownLinkWrapper.vue.mjs";
|
|
|
19
19
|
import { default as z } from "./lib/components/FieldsetWrapper.vue.mjs";
|
|
20
20
|
import { default as j } from "./lib/components/FieldsetWrapperWrapper.vue.mjs";
|
|
21
21
|
import { default as A } from "./lib/components/FlexWrapper.vue.mjs";
|
|
22
|
-
import { default as
|
|
22
|
+
import { default as K } from "./lib/components/FlexItemWrapper.vue.mjs";
|
|
23
23
|
import { default as Q } from "./lib/components/FlyoutWrapper.vue.mjs";
|
|
24
24
|
import { default as V } from "./lib/components/GridWrapper.vue.mjs";
|
|
25
25
|
import { default as Y } from "./lib/components/GridItemWrapper.vue.mjs";
|
|
@@ -27,60 +27,61 @@ import { default as _ } from "./lib/components/HeadingWrapper.vue.mjs";
|
|
|
27
27
|
import { default as ee } from "./lib/components/HeadlineWrapper.vue.mjs";
|
|
28
28
|
import { default as re } from "./lib/components/IconWrapper.vue.mjs";
|
|
29
29
|
import { default as ae } from "./lib/components/InlineNotificationWrapper.vue.mjs";
|
|
30
|
-
import { default as le } from "./lib/components/
|
|
31
|
-
import { default as se } from "./lib/components/
|
|
32
|
-
import { default as ue } from "./lib/components/
|
|
33
|
-
import { default as xe } from "./lib/components/
|
|
34
|
-
import { default as ie } from "./lib/components/
|
|
35
|
-
import { default as Te } from "./lib/components/
|
|
36
|
-
import { default as Se } from "./lib/components/
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as Ce } from "./lib/components/
|
|
39
|
-
import { default as he } from "./lib/components/
|
|
40
|
-
import { default as Le } from "./lib/components/
|
|
41
|
-
import { default as Be } from "./lib/components/
|
|
42
|
-
import { default as we } from "./lib/components/
|
|
43
|
-
import { default as Me } from "./lib/components/
|
|
44
|
-
import { default as ve } from "./lib/components/
|
|
45
|
-
import { default as Ge } from "./lib/components/
|
|
46
|
-
import { default as ze } from "./lib/components/
|
|
47
|
-
import { default as je } from "./lib/components/
|
|
48
|
-
import { default as Ae } from "./lib/components/
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as Qe } from "./lib/components/
|
|
51
|
-
import { default as Ve } from "./lib/components/
|
|
52
|
-
import { default as Ye } from "./lib/components/
|
|
53
|
-
import { default as _e } from "./lib/components/
|
|
54
|
-
import { default as et } from "./lib/components/
|
|
55
|
-
import { default as rt } from "./lib/components/
|
|
56
|
-
import { default as at } from "./lib/components/
|
|
57
|
-
import { default as lt } from "./lib/components/
|
|
58
|
-
import { default as st } from "./lib/components/
|
|
59
|
-
import { default as ut } from "./lib/components/
|
|
60
|
-
import { default as xt } from "./lib/components/
|
|
61
|
-
import { default as it } from "./lib/components/
|
|
62
|
-
import { default as Tt } from "./lib/components/
|
|
63
|
-
import { default as St } from "./lib/components/
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as Ct } from "./lib/components/
|
|
66
|
-
import { default as ht } from "./lib/components/
|
|
67
|
-
import { default as Lt } from "./lib/components/
|
|
68
|
-
import { default as Bt } from "./lib/components/
|
|
69
|
-
import { default as wt } from "./lib/components/
|
|
70
|
-
import { default as Mt } from "./lib/components/
|
|
71
|
-
import { default as vt } from "./lib/components/
|
|
72
|
-
import { default as Gt } from "./lib/components/
|
|
73
|
-
import { default as zt } from "./lib/components/
|
|
74
|
-
import { default as jt } from "./lib/components/
|
|
75
|
-
import { default as At } from "./lib/components/
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as Qt } from "./lib/components/
|
|
78
|
-
import { default as Vt } from "./lib/components/
|
|
79
|
-
import { default as Yt } from "./lib/components/
|
|
80
|
-
import { default as _t } from "./lib/components/
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
30
|
+
import { default as le } from "./lib/components/InputEmailWrapper.vue.mjs";
|
|
31
|
+
import { default as se } from "./lib/components/InputNumberWrapper.vue.mjs";
|
|
32
|
+
import { default as ue } from "./lib/components/InputPasswordWrapper.vue.mjs";
|
|
33
|
+
import { default as xe } from "./lib/components/InputSearchWrapper.vue.mjs";
|
|
34
|
+
import { default as ie } from "./lib/components/InputTextWrapper.vue.mjs";
|
|
35
|
+
import { default as Te } from "./lib/components/LinkWrapper.vue.mjs";
|
|
36
|
+
import { default as Se } from "./lib/components/LinkPureWrapper.vue.mjs";
|
|
37
|
+
import { default as be } from "./lib/components/LinkSocialWrapper.vue.mjs";
|
|
38
|
+
import { default as Ce } from "./lib/components/LinkTileWrapper.vue.mjs";
|
|
39
|
+
import { default as he } from "./lib/components/LinkTileModelSignatureWrapper.vue.mjs";
|
|
40
|
+
import { default as Le } from "./lib/components/LinkTileProductWrapper.vue.mjs";
|
|
41
|
+
import { default as Be } from "./lib/components/MarqueWrapper.vue.mjs";
|
|
42
|
+
import { default as we } from "./lib/components/ModalWrapper.vue.mjs";
|
|
43
|
+
import { default as Me } from "./lib/components/ModelSignatureWrapper.vue.mjs";
|
|
44
|
+
import { default as ve } from "./lib/components/MultiSelectWrapper.vue.mjs";
|
|
45
|
+
import { default as Ge } from "./lib/components/MultiSelectOptionWrapper.vue.mjs";
|
|
46
|
+
import { default as ze } from "./lib/components/OptgroupWrapper.vue.mjs";
|
|
47
|
+
import { default as je } from "./lib/components/PaginationWrapper.vue.mjs";
|
|
48
|
+
import { default as Ae } from "./lib/components/PinCodeWrapper.vue.mjs";
|
|
49
|
+
import { default as Ke } from "./lib/components/PopoverWrapper.vue.mjs";
|
|
50
|
+
import { default as Qe } from "./lib/components/RadioButtonWrapperWrapper.vue.mjs";
|
|
51
|
+
import { default as Ve } from "./lib/components/ScrollerWrapper.vue.mjs";
|
|
52
|
+
import { default as Ye } from "./lib/components/SegmentedControlWrapper.vue.mjs";
|
|
53
|
+
import { default as _e } from "./lib/components/SegmentedControlItemWrapper.vue.mjs";
|
|
54
|
+
import { default as et } from "./lib/components/SelectWrapper.vue.mjs";
|
|
55
|
+
import { default as rt } from "./lib/components/SelectOptionWrapper.vue.mjs";
|
|
56
|
+
import { default as at } from "./lib/components/SelectWrapperWrapper.vue.mjs";
|
|
57
|
+
import { default as lt } from "./lib/components/SheetWrapper.vue.mjs";
|
|
58
|
+
import { default as st } from "./lib/components/SpinnerWrapper.vue.mjs";
|
|
59
|
+
import { default as ut } from "./lib/components/StepperHorizontalWrapper.vue.mjs";
|
|
60
|
+
import { default as xt } from "./lib/components/StepperHorizontalItemWrapper.vue.mjs";
|
|
61
|
+
import { default as it } from "./lib/components/SwitchWrapper.vue.mjs";
|
|
62
|
+
import { default as Tt } from "./lib/components/TableWrapper.vue.mjs";
|
|
63
|
+
import { default as St } from "./lib/components/TableBodyWrapper.vue.mjs";
|
|
64
|
+
import { default as bt } from "./lib/components/TableCellWrapper.vue.mjs";
|
|
65
|
+
import { default as Ct } from "./lib/components/TableHeadWrapper.vue.mjs";
|
|
66
|
+
import { default as ht } from "./lib/components/TableHeadCellWrapper.vue.mjs";
|
|
67
|
+
import { default as Lt } from "./lib/components/TableHeadRowWrapper.vue.mjs";
|
|
68
|
+
import { default as Bt } from "./lib/components/TableRowWrapper.vue.mjs";
|
|
69
|
+
import { default as wt } from "./lib/components/TabsWrapper.vue.mjs";
|
|
70
|
+
import { default as Mt } from "./lib/components/TabsBarWrapper.vue.mjs";
|
|
71
|
+
import { default as vt } from "./lib/components/TabsItemWrapper.vue.mjs";
|
|
72
|
+
import { default as Gt } from "./lib/components/TagWrapper.vue.mjs";
|
|
73
|
+
import { default as zt } from "./lib/components/TagDismissibleWrapper.vue.mjs";
|
|
74
|
+
import { default as jt } from "./lib/components/TextWrapper.vue.mjs";
|
|
75
|
+
import { default as At } from "./lib/components/TextFieldWrapperWrapper.vue.mjs";
|
|
76
|
+
import { default as Kt } from "./lib/components/TextListWrapper.vue.mjs";
|
|
77
|
+
import { default as Qt } from "./lib/components/TextListItemWrapper.vue.mjs";
|
|
78
|
+
import { default as Vt } from "./lib/components/TextareaWrapper.vue.mjs";
|
|
79
|
+
import { default as Yt } from "./lib/components/TextareaWrapperWrapper.vue.mjs";
|
|
80
|
+
import { default as _t } from "./lib/components/ToastWrapper.vue.mjs";
|
|
81
|
+
import { default as er } from "./lib/components/WordmarkWrapper.vue.mjs";
|
|
82
|
+
import { themeInjectionKey as rr, useToastManager as or } from "./utils.mjs";
|
|
83
|
+
import { default as fr } from "./PorscheDesignSystemProvider.vue.mjs";
|
|
84
|
+
import { createPorscheDesignSystem as pr, usePorscheDesignSystemPlugin as sr } from "./plugin.mjs";
|
|
84
85
|
export {
|
|
85
86
|
a as PAccordion,
|
|
86
87
|
l as PBanner,
|
|
@@ -90,7 +91,7 @@ export {
|
|
|
90
91
|
i as PButtonTile,
|
|
91
92
|
T as PCanvas,
|
|
92
93
|
S as PCarousel,
|
|
93
|
-
|
|
94
|
+
b as PCheckbox,
|
|
94
95
|
C as PCheckboxWrapper,
|
|
95
96
|
h as PContentWrapper,
|
|
96
97
|
L as PCrest,
|
|
@@ -102,7 +103,7 @@ export {
|
|
|
102
103
|
z as PFieldset,
|
|
103
104
|
j as PFieldsetWrapper,
|
|
104
105
|
A as PFlex,
|
|
105
|
-
|
|
106
|
+
K as PFlexItem,
|
|
106
107
|
Q as PFlyout,
|
|
107
108
|
V as PGrid,
|
|
108
109
|
Y as PGridItem,
|
|
@@ -110,61 +111,62 @@ export {
|
|
|
110
111
|
ee as PHeadline,
|
|
111
112
|
re as PIcon,
|
|
112
113
|
ae as PInlineNotification,
|
|
113
|
-
le as
|
|
114
|
-
se as
|
|
115
|
-
ue as
|
|
116
|
-
xe as
|
|
117
|
-
ie as
|
|
118
|
-
Te as
|
|
119
|
-
Se as
|
|
120
|
-
|
|
121
|
-
Ce as
|
|
122
|
-
he as
|
|
123
|
-
Le as
|
|
124
|
-
Be as
|
|
125
|
-
we as
|
|
126
|
-
Me as
|
|
127
|
-
ve as
|
|
128
|
-
Ge as
|
|
129
|
-
ze as
|
|
130
|
-
je as
|
|
131
|
-
Ae as
|
|
132
|
-
|
|
133
|
-
Qe as
|
|
134
|
-
Ve as
|
|
135
|
-
Ye as
|
|
136
|
-
_e as
|
|
137
|
-
et as
|
|
138
|
-
rt as
|
|
139
|
-
at as
|
|
140
|
-
lt as
|
|
141
|
-
st as
|
|
142
|
-
ut as
|
|
143
|
-
xt as
|
|
144
|
-
it as
|
|
145
|
-
Tt as
|
|
146
|
-
St as
|
|
147
|
-
|
|
148
|
-
Ct as
|
|
149
|
-
ht as
|
|
150
|
-
Lt as
|
|
151
|
-
Bt as
|
|
152
|
-
wt as
|
|
153
|
-
Mt as
|
|
154
|
-
vt as
|
|
155
|
-
Gt as
|
|
156
|
-
zt as
|
|
157
|
-
jt as
|
|
158
|
-
At as
|
|
159
|
-
|
|
160
|
-
Qt as
|
|
161
|
-
Vt as
|
|
162
|
-
Yt as
|
|
163
|
-
_t as
|
|
164
|
-
|
|
114
|
+
le as PInputEmail,
|
|
115
|
+
se as PInputNumber,
|
|
116
|
+
ue as PInputPassword,
|
|
117
|
+
xe as PInputSearch,
|
|
118
|
+
ie as PInputText,
|
|
119
|
+
Te as PLink,
|
|
120
|
+
Se as PLinkPure,
|
|
121
|
+
be as PLinkSocial,
|
|
122
|
+
Ce as PLinkTile,
|
|
123
|
+
he as PLinkTileModelSignature,
|
|
124
|
+
Le as PLinkTileProduct,
|
|
125
|
+
Be as PMarque,
|
|
126
|
+
we as PModal,
|
|
127
|
+
Me as PModelSignature,
|
|
128
|
+
ve as PMultiSelect,
|
|
129
|
+
Ge as PMultiSelectOption,
|
|
130
|
+
ze as POptgroup,
|
|
131
|
+
je as PPagination,
|
|
132
|
+
Ae as PPinCode,
|
|
133
|
+
Ke as PPopover,
|
|
134
|
+
Qe as PRadioButtonWrapper,
|
|
135
|
+
Ve as PScroller,
|
|
136
|
+
Ye as PSegmentedControl,
|
|
137
|
+
_e as PSegmentedControlItem,
|
|
138
|
+
et as PSelect,
|
|
139
|
+
rt as PSelectOption,
|
|
140
|
+
at as PSelectWrapper,
|
|
141
|
+
lt as PSheet,
|
|
142
|
+
st as PSpinner,
|
|
143
|
+
ut as PStepperHorizontal,
|
|
144
|
+
xt as PStepperHorizontalItem,
|
|
145
|
+
it as PSwitch,
|
|
146
|
+
Tt as PTable,
|
|
147
|
+
St as PTableBody,
|
|
148
|
+
bt as PTableCell,
|
|
149
|
+
Ct as PTableHead,
|
|
150
|
+
ht as PTableHeadCell,
|
|
151
|
+
Lt as PTableHeadRow,
|
|
152
|
+
Bt as PTableRow,
|
|
153
|
+
wt as PTabs,
|
|
154
|
+
Mt as PTabsBar,
|
|
155
|
+
vt as PTabsItem,
|
|
156
|
+
Gt as PTag,
|
|
157
|
+
zt as PTagDismissible,
|
|
158
|
+
jt as PText,
|
|
159
|
+
At as PTextFieldWrapper,
|
|
160
|
+
Kt as PTextList,
|
|
161
|
+
Qt as PTextListItem,
|
|
162
|
+
Vt as PTextarea,
|
|
163
|
+
Yt as PTextareaWrapper,
|
|
164
|
+
_t as PToast,
|
|
165
|
+
er as PWordmark,
|
|
166
|
+
fr as PorscheDesignSystemProvider,
|
|
165
167
|
r as componentsReady,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
168
|
+
pr as createPorscheDesignSystem,
|
|
169
|
+
rr as themeInjectionKey,
|
|
170
|
+
sr as usePorscheDesignSystemPlugin,
|
|
171
|
+
or as useToastManager
|
|
170
172
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-vue",
|
|
3
|
-
"version": "3.29.0-rc.
|
|
3
|
+
"version": "3.29.0-rc.3",
|
|
4
4
|
"description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"porsche",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE",
|
|
18
18
|
"homepage": "https://designsystem.porsche.com",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@porsche-design-system/components-js": "3.29.0-rc.
|
|
20
|
+
"@porsche-design-system/components-js": "3.29.0-rc.3"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"ag-grid-enterprise": ">= 33.0.0 <35.0.0",
|