Skip to content

Commit 4724ca3

Browse files
committed
build
1 parent 20872e4 commit 4724ca3

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piying-angular-component",
3-
"version": "1.3.40",
3+
"version": "1.3.41",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --port 4444",

projects/daisyui/preset/define.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ export const PresetDefine = {
5252
type: FCCGroup.InputFCC,
5353
actions: [actions.inputs.set({ type: 'date' }), actions.wrappers.set(['label-wrapper'])],
5454
},
55-
password: { type: FCCGroup.PasswordInputFCC },
55+
password: {
56+
type: FCCGroup.PasswordInputFCC,
57+
actions: [actions.wrappers.set(['label-wrapper'])],
58+
},
5659
radio: {
5760
type: FCCGroup.RadioFCC,
5861
actions: [actions.wrappers.set(['label-wrapper'])],
@@ -155,6 +158,7 @@ export const PresetDefine = {
155158
},
156159
autocomplete: {
157160
type: FCCGroup.AutocompleteFCC,
161+
actions: [actions.wrappers.set(['label-wrapper'])],
158162
},
159163
'button-input': {
160164
type: FCCGroup.ButtonInputFCC,
@@ -175,7 +179,7 @@ export const PresetDefine = {
175179
fieldset: { type: WCGroup.FieldsetWC },
176180
form: { type: WCGroup.FormWC },
177181
'label-wrapper': { type: WCGroup.LabelWC },
178-
'label': { type: WCGroup.LabelWC },
182+
label: { type: WCGroup.LabelWC },
179183
'loading-wrapper': { type: WCGroup.LoadingWC },
180184
'validate-tooltip-wrapper': { type: WCGroup.ValidateTooltipbWC },
181185
td: { type: WCGroup.TdWC },

0 commit comments

Comments
 (0)