@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.
Files changed (83) hide show
  1. package/extension/index.d.ts +59 -61
  2. package/fesm2022/piying-lib-angular-daisyui-extension.mjs +125 -69
  3. package/fesm2022/piying-lib-angular-daisyui-extension.mjs.map +1 -1
  4. package/fesm2022/piying-lib-angular-daisyui-field-group.mjs +3 -3
  5. package/fesm2022/piying-lib-angular-daisyui-field-group.mjs.map +1 -1
  6. package/fesm2022/piying-lib-angular-daisyui-non-field-control.mjs +37 -1
  7. package/fesm2022/piying-lib-angular-daisyui-non-field-control.mjs.map +1 -1
  8. package/fesm2022/piying-lib-angular-daisyui-service.mjs +1 -47
  9. package/fesm2022/piying-lib-angular-daisyui-service.mjs.map +1 -1
  10. package/field-group/index.d.ts +13 -13
  11. package/non-field-control/index.d.ts +20 -1
  12. package/package.json +2 -2
  13. package/preset-css/css/style.css +1 -1
  14. package/preset-css/css/style.split.css +8 -4
  15. package/preset-css/json/manifest.json +851 -738
  16. package/preset-css/ts/accordion.ts +9 -9
  17. package/preset-css/ts/alert.ts +12 -12
  18. package/preset-css/ts/avatar.ts +7 -7
  19. package/preset-css/ts/badge.ts +20 -20
  20. package/preset-css/ts/breadcrumbs.ts +3 -1
  21. package/preset-css/ts/browser-mockup.ts +4 -1
  22. package/preset-css/ts/button.ts +27 -27
  23. package/preset-css/ts/calendar.ts +5 -1
  24. package/preset-css/ts/card.ts +15 -15
  25. package/preset-css/ts/carousel.ts +9 -9
  26. package/preset-css/ts/chat-bubble.ts +17 -17
  27. package/preset-css/ts/checkbox.ts +16 -16
  28. package/preset-css/ts/code-mockup.ts +3 -1
  29. package/preset-css/ts/collapse.ts +9 -9
  30. package/preset-css/ts/countdown.ts +3 -1
  31. package/preset-css/ts/diff.ts +6 -1
  32. package/preset-css/ts/divider.ts +15 -15
  33. package/preset-css/ts/dock.ts +10 -10
  34. package/preset-css/ts/drawer-sidebar.ts +11 -11
  35. package/preset-css/ts/dropdown.ts +14 -13
  36. package/preset-css/ts/fab-speed-dial.ts +6 -1
  37. package/preset-css/ts/fieldset.ts +5 -1
  38. package/preset-css/ts/file-input.ts +17 -17
  39. package/preset-css/ts/filter.ts +4 -1
  40. package/preset-css/ts/footer.ts +7 -7
  41. package/preset-css/ts/hero.ts +5 -1
  42. package/preset-css/ts/hover-3-d-card.ts +3 -0
  43. package/preset-css/ts/hover-gallery.ts +3 -1
  44. package/preset-css/ts/index.ts +4 -2
  45. package/preset-css/ts/indicator.ts +10 -10
  46. package/preset-css/ts/join-group-items.ts +6 -0
  47. package/preset-css/ts/kbd.ts +8 -1
  48. package/preset-css/ts/label.ts +4 -1
  49. package/preset-css/ts/link.ts +12 -12
  50. package/preset-css/ts/list.ts +6 -1
  51. package/preset-css/ts/loading.ts +14 -14
  52. package/preset-css/ts/mask.ts +20 -20
  53. package/preset-css/ts/menu.ts +17 -17
  54. package/preset-css/ts/modal.ts +13 -13
  55. package/preset-css/ts/navbar.ts +6 -1
  56. package/preset-css/ts/pagination.ts +6 -1
  57. package/preset-css/ts/phone-mockup.ts +5 -5
  58. package/preset-css/ts/progress.ts +11 -11
  59. package/preset-css/ts/radial-progress.ts +3 -1
  60. package/preset-css/ts/radio.ts +16 -16
  61. package/preset-css/ts/range-slider.ts +16 -16
  62. package/preset-css/ts/rating.ts +10 -10
  63. package/preset-css/ts/select.ts +17 -17
  64. package/preset-css/ts/skeleton.ts +4 -1
  65. package/preset-css/ts/stack.ts +7 -1
  66. package/preset-css/ts/stat.ts +11 -11
  67. package/preset-css/ts/status.ts +16 -16
  68. package/preset-css/ts/steps.ts +15 -15
  69. package/preset-css/ts/swap.ts +9 -9
  70. package/preset-css/ts/table.ts +11 -11
  71. package/preset-css/ts/tabs.ts +17 -17
  72. package/preset-css/ts/text-input.ts +17 -17
  73. package/preset-css/ts/text-rotate.ts +3 -0
  74. package/preset-css/ts/textarea.ts +17 -17
  75. package/preset-css/ts/theme-controller.ts +3 -1
  76. package/preset-css/ts/timeline.ts +11 -11
  77. package/preset-css/ts/toast.ts +9 -9
  78. package/preset-css/ts/toggle.ts +16 -16
  79. package/preset-css/ts/tooltip.ts +17 -17
  80. package/preset-css/ts/validator.ts +4 -1
  81. package/preset-css/ts/window-mockup.ts +3 -1
  82. package/service/index.d.ts +1 -19
  83. package/wrapper/index.d.ts +4 -4
@@ -1,12 +1,12 @@
1
- export const LINK_PREFIX_LIST = [
2
- 'link',
3
- 'link-hover',
4
- 'link-neutral',
5
- 'link-primary',
6
- 'link-secondary',
7
- 'link-accent',
8
- 'link-success',
9
- 'link-info',
10
- 'link-warning',
11
- 'link-error',
12
- ];
1
+ export const LINK_PREFIX_LIST=[
2
+ "link",
3
+ "link-hover",
4
+ "link-neutral",
5
+ "link-primary",
6
+ "link-secondary",
7
+ "link-accent",
8
+ "link-success",
9
+ "link-info",
10
+ "link-warning",
11
+ "link-error"
12
+ ]
@@ -1 +1,6 @@
1
- export const LIST_PREFIX_LIST = ['list', 'list-row', 'list-col-wrap', 'list-col-grow'];
1
+ export const LIST_PREFIX_LIST=[
2
+ "list",
3
+ "list-row",
4
+ "list-col-wrap",
5
+ "list-col-grow"
6
+ ]
@@ -1,14 +1,14 @@
1
- export const LOADING_PREFIX_LIST = [
2
- 'loading',
3
- 'loading-spinner',
4
- 'loading-dots',
5
- 'loading-ring',
6
- 'loading-ball',
7
- 'loading-bars',
8
- 'loading-infinity',
9
- 'loading-xs',
10
- 'loading-sm',
11
- 'loading-md',
12
- 'loading-lg',
13
- 'loading-xl',
14
- ];
1
+ export const LOADING_PREFIX_LIST=[
2
+ "loading",
3
+ "loading-spinner",
4
+ "loading-dots",
5
+ "loading-ring",
6
+ "loading-ball",
7
+ "loading-bars",
8
+ "loading-infinity",
9
+ "loading-xs",
10
+ "loading-sm",
11
+ "loading-md",
12
+ "loading-lg",
13
+ "loading-xl"
14
+ ]
@@ -1,20 +1,20 @@
1
- export const MASK_PREFIX_LIST = [
2
- 'mask',
3
- 'mask-squircle',
4
- 'mask-heart',
5
- 'mask-hexagon',
6
- 'mask-hexagon-2',
7
- 'mask-decagon',
8
- 'mask-pentagon',
9
- 'mask-diamond',
10
- 'mask-square',
11
- 'mask-circle',
12
- 'mask-star',
13
- 'mask-star-2',
14
- 'mask-triangle',
15
- 'mask-triangle-2',
16
- 'mask-triangle-3',
17
- 'mask-triangle-4',
18
- 'mask-half-1',
19
- 'mask-half-2',
20
- ];
1
+ export const MASK_PREFIX_LIST=[
2
+ "mask",
3
+ "mask-squircle",
4
+ "mask-heart",
5
+ "mask-hexagon",
6
+ "mask-hexagon-2",
7
+ "mask-decagon",
8
+ "mask-pentagon",
9
+ "mask-diamond",
10
+ "mask-square",
11
+ "mask-circle",
12
+ "mask-star",
13
+ "mask-star-2",
14
+ "mask-triangle",
15
+ "mask-triangle-2",
16
+ "mask-triangle-3",
17
+ "mask-triangle-4",
18
+ "mask-half-1",
19
+ "mask-half-2"
20
+ ]
@@ -1,17 +1,17 @@
1
- export const MENU_PREFIX_LIST = [
2
- 'menu',
3
- 'menu-title',
4
- 'menu-dropdown',
5
- 'menu-dropdown-toggle',
6
- 'menu-disabled',
7
- 'menu-active',
8
- 'menu-focus',
9
- 'menu-dropdown-show',
10
- 'menu-xs',
11
- 'menu-sm',
12
- 'menu-md',
13
- 'menu-lg',
14
- 'menu-xl',
15
- 'menu-vertical',
16
- 'menu-horizontal',
17
- ];
1
+ export const MENU_PREFIX_LIST=[
2
+ "menu",
3
+ "menu-title",
4
+ "menu-dropdown",
5
+ "menu-dropdown-toggle",
6
+ "menu-disabled",
7
+ "menu-active",
8
+ "menu-focus",
9
+ "menu-dropdown-show",
10
+ "menu-xs",
11
+ "menu-sm",
12
+ "menu-md",
13
+ "menu-lg",
14
+ "menu-xl",
15
+ "menu-vertical",
16
+ "menu-horizontal"
17
+ ]
@@ -1,13 +1,13 @@
1
- export const MODAL_PREFIX_LIST = [
2
- 'modal',
3
- 'modal-box',
4
- 'modal-action',
5
- 'modal-backdrop',
6
- 'modal-toggle',
7
- 'modal-open',
8
- 'modal-top',
9
- 'modal-middle',
10
- 'modal-bottom',
11
- 'modal-start',
12
- 'modal-end',
13
- ];
1
+ export const MODAL_PREFIX_LIST=[
2
+ "modal",
3
+ "modal-box",
4
+ "modal-action",
5
+ "modal-backdrop",
6
+ "modal-toggle",
7
+ "modal-open",
8
+ "modal-top",
9
+ "modal-middle",
10
+ "modal-bottom",
11
+ "modal-start",
12
+ "modal-end"
13
+ ]
@@ -1 +1,6 @@
1
- export const NAVBAR_PREFIX_LIST = ['navbar', 'navbar-start', 'navbar-center', 'navbar-end'];
1
+ export const NAVBAR_PREFIX_LIST=[
2
+ "navbar",
3
+ "navbar-start",
4
+ "navbar-center",
5
+ "navbar-end"
6
+ ]
@@ -1 +1,6 @@
1
- export const PAGINATION_PREFIX_LIST = ['join', 'join-item', 'join-vertical', 'join-horizontal'];
1
+ export const PAGINATION_PREFIX_LIST=[
2
+ "join",
3
+ "join-item",
4
+ "join-vertical",
5
+ "join-horizontal"
6
+ ]
@@ -1,5 +1,5 @@
1
- export const PHONE_MOCKUP_PREFIX_LIST = [
2
- 'mockup-phone',
3
- 'mockup-phone-camera',
4
- 'mockup-phone-display',
5
- ];
1
+ export const PHONE_MOCKUP_PREFIX_LIST=[
2
+ "mockup-phone",
3
+ "mockup-phone-camera",
4
+ "mockup-phone-display"
5
+ ]
@@ -1,11 +1,11 @@
1
- export const PROGRESS_PREFIX_LIST = [
2
- 'progress',
3
- 'progress-neutral',
4
- 'progress-primary',
5
- 'progress-secondary',
6
- 'progress-accent',
7
- 'progress-info',
8
- 'progress-success',
9
- 'progress-warning',
10
- 'progress-error',
11
- ];
1
+ export const PROGRESS_PREFIX_LIST=[
2
+ "progress",
3
+ "progress-neutral",
4
+ "progress-primary",
5
+ "progress-secondary",
6
+ "progress-accent",
7
+ "progress-info",
8
+ "progress-success",
9
+ "progress-warning",
10
+ "progress-error"
11
+ ]
@@ -1 +1,3 @@
1
- export const RADIAL_PROGRESS_PREFIX_LIST = ['radial-progress'];
1
+ export const RADIAL_PROGRESS_PREFIX_LIST=[
2
+ "radial-progress"
3
+ ]
@@ -1,16 +1,16 @@
1
- export const RADIO_PREFIX_LIST = [
2
- 'radio',
3
- 'radio-neutral',
4
- 'radio-primary',
5
- 'radio-secondary',
6
- 'radio-accent',
7
- 'radio-success',
8
- 'radio-warning',
9
- 'radio-info',
10
- 'radio-error',
11
- 'radio-xs',
12
- 'radio-sm',
13
- 'radio-md',
14
- 'radio-lg',
15
- 'radio-xl',
16
- ];
1
+ export const RADIO_PREFIX_LIST=[
2
+ "radio",
3
+ "radio-neutral",
4
+ "radio-primary",
5
+ "radio-secondary",
6
+ "radio-accent",
7
+ "radio-success",
8
+ "radio-warning",
9
+ "radio-info",
10
+ "radio-error",
11
+ "radio-xs",
12
+ "radio-sm",
13
+ "radio-md",
14
+ "radio-lg",
15
+ "radio-xl"
16
+ ]
@@ -1,16 +1,16 @@
1
- export const RANGE_SLIDER_PREFIX_LIST = [
2
- 'range',
3
- 'range-neutral',
4
- 'range-primary',
5
- 'range-secondary',
6
- 'range-accent',
7
- 'range-success',
8
- 'range-warning',
9
- 'range-info',
10
- 'range-error',
11
- 'range-xs',
12
- 'range-sm',
13
- 'range-md',
14
- 'range-lg',
15
- 'range-xl',
16
- ];
1
+ export const RANGE_SLIDER_PREFIX_LIST=[
2
+ "range",
3
+ "range-neutral",
4
+ "range-primary",
5
+ "range-secondary",
6
+ "range-accent",
7
+ "range-success",
8
+ "range-warning",
9
+ "range-info",
10
+ "range-error",
11
+ "range-xs",
12
+ "range-sm",
13
+ "range-md",
14
+ "range-lg",
15
+ "range-xl"
16
+ ]
@@ -1,10 +1,10 @@
1
- export const RATING_PREFIX_LIST = [
2
- 'rating',
3
- 'rating-half',
4
- 'rating-hidden',
5
- 'rating-xs',
6
- 'rating-sm',
7
- 'rating-md',
8
- 'rating-lg',
9
- 'rating-xl',
10
- ];
1
+ export const RATING_PREFIX_LIST=[
2
+ "rating",
3
+ "rating-half",
4
+ "rating-hidden",
5
+ "rating-xs",
6
+ "rating-sm",
7
+ "rating-md",
8
+ "rating-lg",
9
+ "rating-xl"
10
+ ]
@@ -1,17 +1,17 @@
1
- export const SELECT_PREFIX_LIST = [
2
- 'select',
3
- 'select-ghost',
4
- 'select-neutral',
5
- 'select-primary',
6
- 'select-secondary',
7
- 'select-accent',
8
- 'select-info',
9
- 'select-success',
10
- 'select-warning',
11
- 'select-error',
12
- 'select-xs',
13
- 'select-sm',
14
- 'select-md',
15
- 'select-lg',
16
- 'select-xl',
17
- ];
1
+ export const SELECT_PREFIX_LIST=[
2
+ "select",
3
+ "select-ghost",
4
+ "select-neutral",
5
+ "select-primary",
6
+ "select-secondary",
7
+ "select-accent",
8
+ "select-info",
9
+ "select-success",
10
+ "select-warning",
11
+ "select-error",
12
+ "select-xs",
13
+ "select-sm",
14
+ "select-md",
15
+ "select-lg",
16
+ "select-xl"
17
+ ]
@@ -1 +1,4 @@
1
- export const SKELETON_PREFIX_LIST = ['skeleton'];
1
+ export const SKELETON_PREFIX_LIST=[
2
+ "skeleton",
3
+ "skeleton-text"
4
+ ]
@@ -1 +1,7 @@
1
- export const STACK_PREFIX_LIST = ['stack', 'stack-top', 'stack-bottom', 'stack-start', 'stack-end'];
1
+ export const STACK_PREFIX_LIST=[
2
+ "stack",
3
+ "stack-top",
4
+ "stack-bottom",
5
+ "stack-start",
6
+ "stack-end"
7
+ ]
@@ -1,11 +1,11 @@
1
- export const STAT_PREFIX_LIST = [
2
- 'stats',
3
- 'stat',
4
- 'stat-title',
5
- 'stat-value',
6
- 'stat-desc',
7
- 'stat-figure',
8
- 'stat-actions',
9
- 'stats-horizontal',
10
- 'stats-vertical',
11
- ];
1
+ export const STAT_PREFIX_LIST=[
2
+ "stats",
3
+ "stat",
4
+ "stat-title",
5
+ "stat-value",
6
+ "stat-desc",
7
+ "stat-figure",
8
+ "stat-actions",
9
+ "stats-horizontal",
10
+ "stats-vertical"
11
+ ]
@@ -1,16 +1,16 @@
1
- export const STATUS_PREFIX_LIST = [
2
- 'status',
3
- 'status-neutral',
4
- 'status-primary',
5
- 'status-secondary',
6
- 'status-accent',
7
- 'status-info',
8
- 'status-success',
9
- 'status-warning',
10
- 'status-error',
11
- 'status-xs',
12
- 'status-sm',
13
- 'status-md',
14
- 'status-lg',
15
- 'status-xl',
16
- ];
1
+ export const STATUS_PREFIX_LIST=[
2
+ "status",
3
+ "status-neutral",
4
+ "status-primary",
5
+ "status-secondary",
6
+ "status-accent",
7
+ "status-info",
8
+ "status-success",
9
+ "status-warning",
10
+ "status-error",
11
+ "status-xs",
12
+ "status-sm",
13
+ "status-md",
14
+ "status-lg",
15
+ "status-xl"
16
+ ]
@@ -1,15 +1,15 @@
1
- export const STEPS_PREFIX_LIST = [
2
- 'steps',
3
- 'step',
4
- 'step-icon',
5
- 'step-neutral',
6
- 'step-primary',
7
- 'step-secondary',
8
- 'step-accent',
9
- 'step-info',
10
- 'step-success',
11
- 'step-warning',
12
- 'step-error',
13
- 'steps-vertical',
14
- 'steps-horizontal',
15
- ];
1
+ export const STEPS_PREFIX_LIST=[
2
+ "steps",
3
+ "step",
4
+ "step-icon",
5
+ "step-neutral",
6
+ "step-primary",
7
+ "step-secondary",
8
+ "step-accent",
9
+ "step-info",
10
+ "step-success",
11
+ "step-warning",
12
+ "step-error",
13
+ "steps-vertical",
14
+ "steps-horizontal"
15
+ ]
@@ -1,9 +1,9 @@
1
- export const SWAP_PREFIX_LIST = [
2
- 'swap',
3
- 'swap-on',
4
- 'swap-off',
5
- 'swap-indeterminate',
6
- 'swap-active',
7
- 'swap-rotate',
8
- 'swap-flip',
9
- ];
1
+ export const SWAP_PREFIX_LIST=[
2
+ "swap",
3
+ "swap-on",
4
+ "swap-off",
5
+ "swap-indeterminate",
6
+ "swap-active",
7
+ "swap-rotate",
8
+ "swap-flip"
9
+ ]
@@ -1,11 +1,11 @@
1
- export const TABLE_PREFIX_LIST = [
2
- 'table',
3
- 'table-zebra',
4
- 'table-pin-rows',
5
- 'table-pin-cols',
6
- 'table-xs',
7
- 'table-sm',
8
- 'table-md',
9
- 'table-lg',
10
- 'table-xl',
11
- ];
1
+ export const TABLE_PREFIX_LIST=[
2
+ "table",
3
+ "table-zebra",
4
+ "table-pin-rows",
5
+ "table-pin-cols",
6
+ "table-xs",
7
+ "table-sm",
8
+ "table-md",
9
+ "table-lg",
10
+ "table-xl"
11
+ ]
@@ -1,17 +1,17 @@
1
- export const TABS_PREFIX_LIST = [
2
- 'tabs',
3
- 'tab',
4
- 'tab-content',
5
- 'tabs-box',
6
- 'tabs-border',
7
- 'tabs-lift',
8
- 'tab-active',
9
- 'tab-disabled',
10
- 'tabs-top',
11
- 'tabs-bottom',
12
- 'tabs-xs',
13
- 'tabs-sm',
14
- 'tabs-md',
15
- 'tabs-lg',
16
- 'tabs-xl',
17
- ];
1
+ export const TABS_PREFIX_LIST=[
2
+ "tabs",
3
+ "tab",
4
+ "tab-content",
5
+ "tabs-box",
6
+ "tabs-border",
7
+ "tabs-lift",
8
+ "tab-active",
9
+ "tab-disabled",
10
+ "tabs-top",
11
+ "tabs-bottom",
12
+ "tabs-xs",
13
+ "tabs-sm",
14
+ "tabs-md",
15
+ "tabs-lg",
16
+ "tabs-xl"
17
+ ]
@@ -1,17 +1,17 @@
1
- export const TEXT_INPUT_PREFIX_LIST = [
2
- 'input',
3
- 'input-ghost',
4
- 'input-neutral',
5
- 'input-primary',
6
- 'input-secondary',
7
- 'input-accent',
8
- 'input-info',
9
- 'input-success',
10
- 'input-warning',
11
- 'input-error',
12
- 'input-xs',
13
- 'input-sm',
14
- 'input-md',
15
- 'input-lg',
16
- 'input-xl',
17
- ];
1
+ export const TEXT_INPUT_PREFIX_LIST=[
2
+ "input",
3
+ "input-ghost",
4
+ "input-neutral",
5
+ "input-primary",
6
+ "input-secondary",
7
+ "input-accent",
8
+ "input-info",
9
+ "input-success",
10
+ "input-warning",
11
+ "input-error",
12
+ "input-xs",
13
+ "input-sm",
14
+ "input-md",
15
+ "input-lg",
16
+ "input-xl"
17
+ ]
@@ -0,0 +1,3 @@
1
+ export const TEXT_ROTATE_PREFIX_LIST=[
2
+ "text-rotate"
3
+ ]
@@ -1,17 +1,17 @@
1
- export const TEXTAREA_PREFIX_LIST = [
2
- 'textarea',
3
- 'textarea-ghost',
4
- 'textarea-neutral',
5
- 'textarea-primary',
6
- 'textarea-secondary',
7
- 'textarea-accent',
8
- 'textarea-info',
9
- 'textarea-success',
10
- 'textarea-warning',
11
- 'textarea-error',
12
- 'textarea-xs',
13
- 'textarea-sm',
14
- 'textarea-md',
15
- 'textarea-lg',
16
- 'textarea-xl',
17
- ];
1
+ export const TEXTAREA_PREFIX_LIST=[
2
+ "textarea",
3
+ "textarea-ghost",
4
+ "textarea-neutral",
5
+ "textarea-primary",
6
+ "textarea-secondary",
7
+ "textarea-accent",
8
+ "textarea-info",
9
+ "textarea-success",
10
+ "textarea-warning",
11
+ "textarea-error",
12
+ "textarea-xs",
13
+ "textarea-sm",
14
+ "textarea-md",
15
+ "textarea-lg",
16
+ "textarea-xl"
17
+ ]
@@ -1 +1,3 @@
1
- export const THEME_CONTROLLER_PREFIX_LIST = ['theme-controller'];
1
+ export const THEME_CONTROLLER_PREFIX_LIST=[
2
+ "theme-controller"
3
+ ]