@piying-lib/angular-daisyui 1.0.19 → 1.0.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/extension/index.d.ts +59 -61
- package/fesm2022/piying-lib-angular-daisyui-extension.mjs +125 -69
- package/fesm2022/piying-lib-angular-daisyui-extension.mjs.map +1 -1
- package/fesm2022/piying-lib-angular-daisyui-field-group.mjs +3 -3
- package/fesm2022/piying-lib-angular-daisyui-field-group.mjs.map +1 -1
- package/fesm2022/piying-lib-angular-daisyui-non-field-control.mjs +37 -1
- package/fesm2022/piying-lib-angular-daisyui-non-field-control.mjs.map +1 -1
- package/fesm2022/piying-lib-angular-daisyui-service.mjs +1 -47
- package/fesm2022/piying-lib-angular-daisyui-service.mjs.map +1 -1
- package/field-group/index.d.ts +13 -13
- package/non-field-control/index.d.ts +20 -1
- package/package.json +2 -2
- package/preset-css/css/style.css +1 -1
- package/preset-css/css/style.split.css +8 -4
- package/preset-css/json/manifest.json +851 -738
- package/preset-css/ts/accordion.ts +9 -9
- package/preset-css/ts/alert.ts +12 -12
- package/preset-css/ts/avatar.ts +7 -7
- package/preset-css/ts/badge.ts +20 -20
- package/preset-css/ts/breadcrumbs.ts +3 -1
- package/preset-css/ts/browser-mockup.ts +4 -1
- package/preset-css/ts/button.ts +27 -27
- package/preset-css/ts/calendar.ts +5 -1
- package/preset-css/ts/card.ts +15 -15
- package/preset-css/ts/carousel.ts +9 -9
- package/preset-css/ts/chat-bubble.ts +17 -17
- package/preset-css/ts/checkbox.ts +16 -16
- package/preset-css/ts/code-mockup.ts +3 -1
- package/preset-css/ts/collapse.ts +9 -9
- package/preset-css/ts/countdown.ts +3 -1
- package/preset-css/ts/diff.ts +6 -1
- package/preset-css/ts/divider.ts +15 -15
- package/preset-css/ts/dock.ts +10 -10
- package/preset-css/ts/drawer-sidebar.ts +11 -11
- package/preset-css/ts/dropdown.ts +14 -13
- package/preset-css/ts/fab-speed-dial.ts +6 -1
- package/preset-css/ts/fieldset.ts +5 -1
- package/preset-css/ts/file-input.ts +17 -17
- package/preset-css/ts/filter.ts +4 -1
- package/preset-css/ts/footer.ts +7 -7
- package/preset-css/ts/hero.ts +5 -1
- package/preset-css/ts/hover-3-d-card.ts +3 -0
- package/preset-css/ts/hover-gallery.ts +3 -1
- package/preset-css/ts/index.ts +4 -2
- package/preset-css/ts/indicator.ts +10 -10
- package/preset-css/ts/join-group-items.ts +6 -0
- package/preset-css/ts/kbd.ts +8 -1
- package/preset-css/ts/label.ts +4 -1
- package/preset-css/ts/link.ts +12 -12
- package/preset-css/ts/list.ts +6 -1
- package/preset-css/ts/loading.ts +14 -14
- package/preset-css/ts/mask.ts +20 -20
- package/preset-css/ts/menu.ts +17 -17
- package/preset-css/ts/modal.ts +13 -13
- package/preset-css/ts/navbar.ts +6 -1
- package/preset-css/ts/pagination.ts +6 -1
- package/preset-css/ts/phone-mockup.ts +5 -5
- package/preset-css/ts/progress.ts +11 -11
- package/preset-css/ts/radial-progress.ts +3 -1
- package/preset-css/ts/radio.ts +16 -16
- package/preset-css/ts/range-slider.ts +16 -16
- package/preset-css/ts/rating.ts +10 -10
- package/preset-css/ts/select.ts +17 -17
- package/preset-css/ts/skeleton.ts +4 -1
- package/preset-css/ts/stack.ts +7 -1
- package/preset-css/ts/stat.ts +11 -11
- package/preset-css/ts/status.ts +16 -16
- package/preset-css/ts/steps.ts +15 -15
- package/preset-css/ts/swap.ts +9 -9
- package/preset-css/ts/table.ts +11 -11
- package/preset-css/ts/tabs.ts +17 -17
- package/preset-css/ts/text-input.ts +17 -17
- package/preset-css/ts/text-rotate.ts +3 -0
- package/preset-css/ts/textarea.ts +17 -17
- package/preset-css/ts/theme-controller.ts +3 -1
- package/preset-css/ts/timeline.ts +11 -11
- package/preset-css/ts/toast.ts +9 -9
- package/preset-css/ts/toggle.ts +16 -16
- package/preset-css/ts/tooltip.ts +17 -17
- package/preset-css/ts/validator.ts +4 -1
- package/preset-css/ts/window-mockup.ts +3 -1
- package/service/index.d.ts +1 -19
- package/wrapper/index.d.ts +4 -4
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export const ACCORDION_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
]
|
|
1
|
+
export const ACCORDION_PREFIX_LIST=[
|
|
2
|
+
"collapse",
|
|
3
|
+
"collapse-title",
|
|
4
|
+
"collapse-content",
|
|
5
|
+
"collapse-arrow",
|
|
6
|
+
"collapse-plus",
|
|
7
|
+
"collapse-open",
|
|
8
|
+
"collapse-close"
|
|
9
|
+
]
|
package/preset-css/ts/alert.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export const ALERT_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
]
|
|
1
|
+
export const ALERT_PREFIX_LIST=[
|
|
2
|
+
"alert",
|
|
3
|
+
"alert-outline",
|
|
4
|
+
"alert-dash",
|
|
5
|
+
"alert-soft",
|
|
6
|
+
"alert-info",
|
|
7
|
+
"alert-success",
|
|
8
|
+
"alert-warning",
|
|
9
|
+
"alert-error",
|
|
10
|
+
"alert-vertical",
|
|
11
|
+
"alert-horizontal"
|
|
12
|
+
]
|
package/preset-css/ts/avatar.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export const AVATAR_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
]
|
|
1
|
+
export const AVATAR_PREFIX_LIST=[
|
|
2
|
+
"avatar",
|
|
3
|
+
"avatar-group",
|
|
4
|
+
"avatar-online",
|
|
5
|
+
"avatar-offline",
|
|
6
|
+
"avatar-placeholder"
|
|
7
|
+
]
|
package/preset-css/ts/badge.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export const BADGE_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
]
|
|
1
|
+
export const BADGE_PREFIX_LIST=[
|
|
2
|
+
"badge",
|
|
3
|
+
"badge-outline",
|
|
4
|
+
"badge-dash",
|
|
5
|
+
"badge-soft",
|
|
6
|
+
"badge-ghost",
|
|
7
|
+
"badge-neutral",
|
|
8
|
+
"badge-primary",
|
|
9
|
+
"badge-secondary",
|
|
10
|
+
"badge-accent",
|
|
11
|
+
"badge-info",
|
|
12
|
+
"badge-success",
|
|
13
|
+
"badge-warning",
|
|
14
|
+
"badge-error",
|
|
15
|
+
"badge-xs",
|
|
16
|
+
"badge-sm",
|
|
17
|
+
"badge-md",
|
|
18
|
+
"badge-lg",
|
|
19
|
+
"badge-xl"
|
|
20
|
+
]
|
package/preset-css/ts/button.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
export const BUTTON_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
]
|
|
1
|
+
export const BUTTON_PREFIX_LIST=[
|
|
2
|
+
"btn",
|
|
3
|
+
"btn-neutral",
|
|
4
|
+
"btn-primary",
|
|
5
|
+
"btn-secondary",
|
|
6
|
+
"btn-accent",
|
|
7
|
+
"btn-info",
|
|
8
|
+
"btn-success",
|
|
9
|
+
"btn-warning",
|
|
10
|
+
"btn-error",
|
|
11
|
+
"btn-outline",
|
|
12
|
+
"btn-dash",
|
|
13
|
+
"btn-soft",
|
|
14
|
+
"btn-ghost",
|
|
15
|
+
"btn-link",
|
|
16
|
+
"btn-active",
|
|
17
|
+
"btn-disabled",
|
|
18
|
+
"btn-xs",
|
|
19
|
+
"btn-sm",
|
|
20
|
+
"btn-md",
|
|
21
|
+
"btn-lg",
|
|
22
|
+
"btn-xl",
|
|
23
|
+
"btn-wide",
|
|
24
|
+
"btn-block",
|
|
25
|
+
"btn-square",
|
|
26
|
+
"btn-circle"
|
|
27
|
+
]
|
package/preset-css/ts/card.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export const CARD_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
]
|
|
1
|
+
export const CARD_PREFIX_LIST=[
|
|
2
|
+
"card",
|
|
3
|
+
"card-title",
|
|
4
|
+
"card-body",
|
|
5
|
+
"card-actions",
|
|
6
|
+
"card-border",
|
|
7
|
+
"card-dash",
|
|
8
|
+
"card-side",
|
|
9
|
+
"image-full",
|
|
10
|
+
"card-xs",
|
|
11
|
+
"card-sm",
|
|
12
|
+
"card-md",
|
|
13
|
+
"card-lg",
|
|
14
|
+
"card-xl"
|
|
15
|
+
]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export const CAROUSEL_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
]
|
|
1
|
+
export const CAROUSEL_PREFIX_LIST=[
|
|
2
|
+
"carousel",
|
|
3
|
+
"carousel-item",
|
|
4
|
+
"carousel-start",
|
|
5
|
+
"carousel-center",
|
|
6
|
+
"carousel-end",
|
|
7
|
+
"carousel-horizontal",
|
|
8
|
+
"carousel-vertical"
|
|
9
|
+
]
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export const CHAT_BUBBLE_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
]
|
|
1
|
+
export const CHAT_BUBBLE_PREFIX_LIST=[
|
|
2
|
+
"chat",
|
|
3
|
+
"chat-image",
|
|
4
|
+
"chat-header",
|
|
5
|
+
"chat-footer",
|
|
6
|
+
"chat-bubble",
|
|
7
|
+
"chat-start",
|
|
8
|
+
"chat-end",
|
|
9
|
+
"chat-bubble-neutral",
|
|
10
|
+
"chat-bubble-primary",
|
|
11
|
+
"chat-bubble-secondary",
|
|
12
|
+
"chat-bubble-accent",
|
|
13
|
+
"chat-bubble-info",
|
|
14
|
+
"chat-bubble-success",
|
|
15
|
+
"chat-bubble-warning",
|
|
16
|
+
"chat-bubble-error"
|
|
17
|
+
]
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export const CHECKBOX_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
]
|
|
1
|
+
export const CHECKBOX_PREFIX_LIST=[
|
|
2
|
+
"checkbox",
|
|
3
|
+
"checkbox-primary",
|
|
4
|
+
"checkbox-secondary",
|
|
5
|
+
"checkbox-accent",
|
|
6
|
+
"checkbox-neutral",
|
|
7
|
+
"checkbox-success",
|
|
8
|
+
"checkbox-warning",
|
|
9
|
+
"checkbox-info",
|
|
10
|
+
"checkbox-error",
|
|
11
|
+
"checkbox-xs",
|
|
12
|
+
"checkbox-sm",
|
|
13
|
+
"checkbox-md",
|
|
14
|
+
"checkbox-lg",
|
|
15
|
+
"checkbox-xl"
|
|
16
|
+
]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export const COLLAPSE_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
]
|
|
1
|
+
export const COLLAPSE_PREFIX_LIST=[
|
|
2
|
+
"collapse",
|
|
3
|
+
"collapse-title",
|
|
4
|
+
"collapse-content",
|
|
5
|
+
"collapse-arrow",
|
|
6
|
+
"collapse-plus",
|
|
7
|
+
"collapse-open",
|
|
8
|
+
"collapse-close"
|
|
9
|
+
]
|
package/preset-css/ts/diff.ts
CHANGED
package/preset-css/ts/divider.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export const DIVIDER_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
]
|
|
1
|
+
export const DIVIDER_PREFIX_LIST=[
|
|
2
|
+
"divider",
|
|
3
|
+
"divider-neutral",
|
|
4
|
+
"divider-primary",
|
|
5
|
+
"divider-secondary",
|
|
6
|
+
"divider-accent",
|
|
7
|
+
"divider-success",
|
|
8
|
+
"divider-warning",
|
|
9
|
+
"divider-info",
|
|
10
|
+
"divider-error",
|
|
11
|
+
"divider-vertical",
|
|
12
|
+
"divider-horizontal",
|
|
13
|
+
"divider-start",
|
|
14
|
+
"divider-end"
|
|
15
|
+
]
|
package/preset-css/ts/dock.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export const DOCK_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
]
|
|
1
|
+
export const DOCK_PREFIX_LIST=[
|
|
2
|
+
"dock",
|
|
3
|
+
"dock-label",
|
|
4
|
+
"dock-active",
|
|
5
|
+
"dock-xs",
|
|
6
|
+
"dock-sm",
|
|
7
|
+
"dock-md",
|
|
8
|
+
"dock-lg",
|
|
9
|
+
"dock-xl"
|
|
10
|
+
]
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export const DRAWER_SIDEBAR_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
]
|
|
1
|
+
export const DRAWER_SIDEBAR_PREFIX_LIST=[
|
|
2
|
+
"drawer",
|
|
3
|
+
"drawer-toggle",
|
|
4
|
+
"drawer-content",
|
|
5
|
+
"drawer-side",
|
|
6
|
+
"drawer-overlay",
|
|
7
|
+
"drawer-end",
|
|
8
|
+
"drawer-open",
|
|
9
|
+
"is-drawer-open:",
|
|
10
|
+
"is-drawer-close:"
|
|
11
|
+
]
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
export const DROPDOWN_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
export const DROPDOWN_PREFIX_LIST=[
|
|
2
|
+
"dropdown",
|
|
3
|
+
"dropdown-content",
|
|
4
|
+
"dropdown-start",
|
|
5
|
+
"dropdown-center",
|
|
6
|
+
"dropdown-end",
|
|
7
|
+
"dropdown-top",
|
|
8
|
+
"dropdown-bottom",
|
|
9
|
+
"dropdown-left",
|
|
10
|
+
"dropdown-right",
|
|
11
|
+
"dropdown-hover",
|
|
12
|
+
"dropdown-open",
|
|
13
|
+
"dropdown-close"
|
|
14
|
+
]
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export const FILE_INPUT_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
]
|
|
1
|
+
export const FILE_INPUT_PREFIX_LIST=[
|
|
2
|
+
"file-input",
|
|
3
|
+
"file-input-ghost",
|
|
4
|
+
"file-input-neutral",
|
|
5
|
+
"file-input-primary",
|
|
6
|
+
"file-input-secondary",
|
|
7
|
+
"file-input-accent",
|
|
8
|
+
"file-input-info",
|
|
9
|
+
"file-input-success",
|
|
10
|
+
"file-input-warning",
|
|
11
|
+
"file-input-error",
|
|
12
|
+
"file-input-xs",
|
|
13
|
+
"file-input-sm",
|
|
14
|
+
"file-input-md",
|
|
15
|
+
"file-input-lg",
|
|
16
|
+
"file-input-xl"
|
|
17
|
+
]
|
package/preset-css/ts/filter.ts
CHANGED
package/preset-css/ts/footer.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export const FOOTER_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
]
|
|
1
|
+
export const FOOTER_PREFIX_LIST=[
|
|
2
|
+
"footer",
|
|
3
|
+
"footer-title",
|
|
4
|
+
"footer-center",
|
|
5
|
+
"footer-horizontal",
|
|
6
|
+
"footer-vertical"
|
|
7
|
+
]
|
package/preset-css/ts/hero.ts
CHANGED
package/preset-css/ts/index.ts
CHANGED
|
@@ -22,10 +22,11 @@ export * from './file-input';
|
|
|
22
22
|
export * from './filter';
|
|
23
23
|
export * from './footer';
|
|
24
24
|
export * from './hero';
|
|
25
|
+
export * from './hover-3-d-card';
|
|
25
26
|
export * from './hover-gallery';
|
|
26
27
|
export * from './indicator';
|
|
27
28
|
export * from './text-input';
|
|
28
|
-
export * from './join';
|
|
29
|
+
export * from './join-group-items';
|
|
29
30
|
export * from './kbd';
|
|
30
31
|
export * from './label';
|
|
31
32
|
export * from './link';
|
|
@@ -54,10 +55,11 @@ export * from './steps';
|
|
|
54
55
|
export * from './swap';
|
|
55
56
|
export * from './tabs';
|
|
56
57
|
export * from './table';
|
|
58
|
+
export * from './text-rotate';
|
|
57
59
|
export * from './textarea';
|
|
58
60
|
export * from './theme-controller';
|
|
59
61
|
export * from './timeline';
|
|
60
62
|
export * from './toast';
|
|
61
63
|
export * from './toggle';
|
|
62
64
|
export * from './tooltip';
|
|
63
|
-
export * from './validator';
|
|
65
|
+
export * from './validator';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export const INDICATOR_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
]
|
|
1
|
+
export const INDICATOR_PREFIX_LIST=[
|
|
2
|
+
"indicator",
|
|
3
|
+
"indicator-item",
|
|
4
|
+
"indicator-start",
|
|
5
|
+
"indicator-center",
|
|
6
|
+
"indicator-end",
|
|
7
|
+
"indicator-top",
|
|
8
|
+
"indicator-middle",
|
|
9
|
+
"indicator-bottom"
|
|
10
|
+
]
|
package/preset-css/ts/kbd.ts
CHANGED
package/preset-css/ts/label.ts
CHANGED