@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,11 +1,11 @@
|
|
|
1
|
-
export const TIMELINE_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
]
|
|
1
|
+
export const TIMELINE_PREFIX_LIST=[
|
|
2
|
+
"timeline",
|
|
3
|
+
"timeline-start",
|
|
4
|
+
"timeline-middle",
|
|
5
|
+
"timeline-end",
|
|
6
|
+
"timeline-snap-icon",
|
|
7
|
+
"timeline-box",
|
|
8
|
+
"timeline-compact",
|
|
9
|
+
"timeline-horizontal",
|
|
10
|
+
"timeline-vertical"
|
|
11
|
+
]
|
package/preset-css/ts/toast.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export const TOAST_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
]
|
|
1
|
+
export const TOAST_PREFIX_LIST=[
|
|
2
|
+
"toast",
|
|
3
|
+
"toast-start",
|
|
4
|
+
"toast-center",
|
|
5
|
+
"toast-end",
|
|
6
|
+
"toast-top",
|
|
7
|
+
"toast-middle",
|
|
8
|
+
"toast-bottom"
|
|
9
|
+
]
|
package/preset-css/ts/toggle.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export const TOGGLE_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
]
|
|
1
|
+
export const TOGGLE_PREFIX_LIST=[
|
|
2
|
+
"toggle",
|
|
3
|
+
"toggle-primary",
|
|
4
|
+
"toggle-secondary",
|
|
5
|
+
"toggle-accent",
|
|
6
|
+
"toggle-neutral",
|
|
7
|
+
"toggle-success",
|
|
8
|
+
"toggle-warning",
|
|
9
|
+
"toggle-info",
|
|
10
|
+
"toggle-error",
|
|
11
|
+
"toggle-xs",
|
|
12
|
+
"toggle-sm",
|
|
13
|
+
"toggle-md",
|
|
14
|
+
"toggle-lg",
|
|
15
|
+
"toggle-xl"
|
|
16
|
+
]
|
package/preset-css/ts/tooltip.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export const TOOLTIP_PREFIX_LIST
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
]
|
|
1
|
+
export const TOOLTIP_PREFIX_LIST=[
|
|
2
|
+
"tooltip",
|
|
3
|
+
"tooltip-content",
|
|
4
|
+
"tooltip-top",
|
|
5
|
+
"tooltip-bottom",
|
|
6
|
+
"tooltip-left",
|
|
7
|
+
"tooltip-right",
|
|
8
|
+
"tooltip-open",
|
|
9
|
+
"tooltip-neutral",
|
|
10
|
+
"tooltip-primary",
|
|
11
|
+
"tooltip-secondary",
|
|
12
|
+
"tooltip-accent",
|
|
13
|
+
"tooltip-info",
|
|
14
|
+
"tooltip-success",
|
|
15
|
+
"tooltip-warning",
|
|
16
|
+
"tooltip-error"
|
|
17
|
+
]
|
package/service/index.d.ts
CHANGED
|
@@ -21,22 +21,4 @@ declare const CSSClassPrefixToken: InjectionToken<string>;
|
|
|
21
21
|
declare function useDefaultClass(str?: string | string[]): string;
|
|
22
22
|
declare function useTwClass(str?: string | string[]): string;
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
key: string;
|
|
26
|
-
selected?: D[];
|
|
27
|
-
multiple: boolean;
|
|
28
|
-
compareWith?: (o1: D, o2: D) => boolean;
|
|
29
|
-
}[];
|
|
30
|
-
declare class CheckboxService<D = any> {
|
|
31
|
-
#private;
|
|
32
|
-
init(define: CheckBoxConfig<D>): void;
|
|
33
|
-
toggle(key: string | undefined, value: any): void;
|
|
34
|
-
/** 用来设置一个获得所有列表数据的方法 */
|
|
35
|
-
setAllList(fn: () => D[]): void;
|
|
36
|
-
selectAll(key?: string): void;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxService<any>, never>;
|
|
38
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CheckboxService<any>>;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export { CSSClassPrefixToken, CheckboxService, ThemeService, useDefaultClass, useTwClass };
|
|
42
|
-
export type { CheckBoxConfig };
|
|
24
|
+
export { CSSClassPrefixToken, ThemeService, useDefaultClass, useTwClass };
|
package/wrapper/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import * as
|
|
2
|
+
import * as _piying_view_angular_core from '@piying/view-angular-core';
|
|
3
3
|
import { Size } from '@piying-lib/angular-core';
|
|
4
4
|
|
|
5
5
|
declare class TdWC {
|
|
@@ -15,7 +15,7 @@ declare class ThWC {
|
|
|
15
15
|
declare class LabelWC {
|
|
16
16
|
static __version: number;
|
|
17
17
|
templateRef: _angular_core.Signal<unknown>;
|
|
18
|
-
field$$: _angular_core.Signal<
|
|
18
|
+
field$$: _angular_core.Signal<_piying_view_angular_core._PiResolvedCommonViewFieldConfig>;
|
|
19
19
|
props$$: _angular_core.Signal<Record<string, any>>;
|
|
20
20
|
labelInline$$: _angular_core.Signal<any>;
|
|
21
21
|
labelPosition$$: _angular_core.Signal<any>;
|
|
@@ -33,7 +33,7 @@ declare class LoadingWC {
|
|
|
33
33
|
#private;
|
|
34
34
|
static __version: number;
|
|
35
35
|
templateRef: _angular_core.Signal<unknown>;
|
|
36
|
-
field$$: _angular_core.Signal<
|
|
36
|
+
field$$: _angular_core.Signal<_piying_view_angular_core._PiResolvedCommonViewFieldConfig>;
|
|
37
37
|
props$$: _angular_core.Signal<Record<string, any>>;
|
|
38
38
|
loadingOptions$$: _angular_core.Signal<LoadingOptions>;
|
|
39
39
|
isLoading$$: _angular_core.Signal<boolean>;
|
|
@@ -45,7 +45,7 @@ declare class LoadingWC {
|
|
|
45
45
|
declare class FieldsetWC {
|
|
46
46
|
static __version: number;
|
|
47
47
|
templateRef: _angular_core.Signal<unknown>;
|
|
48
|
-
field$$: _angular_core.Signal<
|
|
48
|
+
field$$: _angular_core.Signal<_piying_view_angular_core._PiResolvedCommonViewFieldConfig>;
|
|
49
49
|
props$$: _angular_core.Signal<Record<string, any>>;
|
|
50
50
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FieldsetWC, never>;
|
|
51
51
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FieldsetWC, "app-fieldset-wrapper", never, {}, {}, never, never, true, never>;
|