@rolatech/angular-course 19.0.0-beta.9 → 19.1.0-beta.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/fesm2022/{rolatech-angular-course-course-category-index.component-D5HIrVD-.mjs → rolatech-angular-course-course-category-index.component-DnDVtQf2.mjs} +4 -4
- package/fesm2022/rolatech-angular-course-course-category-index.component-DnDVtQf2.mjs.map +1 -0
- package/fesm2022/{rolatech-angular-course-course-index.component-Ds-a9GF7.mjs → rolatech-angular-course-course-index.component-VJOHMAD9.mjs} +4 -4
- package/fesm2022/rolatech-angular-course-course-index.component-VJOHMAD9.mjs.map +1 -0
- package/fesm2022/rolatech-angular-course.mjs +311 -216
- package/fesm2022/rolatech-angular-course.mjs.map +1 -1
- package/index.d.ts +628 -8
- package/package.json +7 -7
- package/themes/_default.scss +1 -1
- package/fesm2022/rolatech-angular-course-course-category-index.component-D5HIrVD-.mjs.map +0 -1
- package/fesm2022/rolatech-angular-course-course-index.component-Ds-a9GF7.mjs.map +0 -1
- package/lib/components/course-action/course-action.component.d.ts +0 -14
- package/lib/components/course-details/course-details.component.d.ts +0 -20
- package/lib/components/course-details-dialog/course-details-dialog.component.d.ts +0 -23
- package/lib/components/course-edit-dialog/course-edit-dialog.component.d.ts +0 -51
- package/lib/components/course-info/course-info.component.d.ts +0 -10
- package/lib/components/course-media/course-media.component.d.ts +0 -12
- package/lib/components/course-media-owner-renderer/course-media-owner-renderer.component.d.ts +0 -8
- package/lib/components/course-preview/course-preview.component.d.ts +0 -5
- package/lib/components/course-pricing/course-pricing.component.d.ts +0 -7
- package/lib/components/course-pricing-add-dialog/course-pricing-add-dialog.component.d.ts +0 -10
- package/lib/components/course-pricing-dialog/course-pricing-dialog.component.d.ts +0 -19
- package/lib/components/course-schedule/course-schedule.component.d.ts +0 -10
- package/lib/components/course-schedule-add-dialog/course-schedule-add-dialog.component.d.ts +0 -10
- package/lib/components/course-schedule-dialog/course-schedule-dialog.component.d.ts +0 -14
- package/lib/components/course-section-item/course-section-item.component.d.ts +0 -24
- package/lib/components/course-section-lecture-item/course-section-lecture-item.component.d.ts +0 -40
- package/lib/components/course-section-lecture-video-dialog/course-section-lecture-video-dialog.component.d.ts +0 -29
- package/lib/components/course-section-lecture-video-item/course-section-lecture-video-item.component.d.ts +0 -5
- package/lib/components/course-sections/course-sections.component.d.ts +0 -18
- package/lib/components/detail-item/detail-item.component.d.ts +0 -31
- package/lib/components/index.d.ts +0 -22
- package/lib/components/pricing-item/pricing-item.component.d.ts +0 -16
- package/lib/components/schedule-item/schedule-item.component.d.ts +0 -33
- package/lib/interfaces/category.d.ts +0 -17
- package/lib/interfaces/course.d.ts +0 -143
- package/lib/interfaces/index.d.ts +0 -3
- package/lib/interfaces/media.d.ts +0 -9
- package/lib/pages/course/course-category/course-category.component.d.ts +0 -27
- package/lib/pages/course/course-category-index/course-category-index.component.d.ts +0 -22
- package/lib/pages/course/course-category-layout/course-category-layout.component.d.ts +0 -17
- package/lib/pages/course/course-category.routes.d.ts +0 -2
- package/lib/pages/course/course-detail/course-detail.component.d.ts +0 -43
- package/lib/pages/course/course-index/course-index.component.d.ts +0 -18
- package/lib/pages/course/course-layout/course-layout.component.d.ts +0 -17
- package/lib/pages/course/course-section-content/course-section-content.component.d.ts +0 -41
- package/lib/pages/course/course.routes.d.ts +0 -2
- package/lib/pages/course-manage/course-manage-application/course-manage-application.component.d.ts +0 -32
- package/lib/pages/course-manage/course-manage-application-detail/course-manage-application-detail.component.d.ts +0 -5
- package/lib/pages/course-manage/course-manage-content/course-manage-content.component.d.ts +0 -5
- package/lib/pages/course-manage/course-manage-create/course-manage-create.component.d.ts +0 -37
- package/lib/pages/course-manage/course-manage-details/course-manage-details.component.d.ts +0 -29
- package/lib/pages/course-manage/course-manage-index/course-manage-index.component.d.ts +0 -43
- package/lib/pages/course-manage/course-manage-info/course-manage-info.component.d.ts +0 -42
- package/lib/pages/course-manage/course-manage-layout/course-manage-layout.component.d.ts +0 -19
- package/lib/pages/course-manage/course-manage-media/course-manage-media.component.d.ts +0 -29
- package/lib/pages/course-manage/course-manage-pricing/course-manage-pricing.component.d.ts +0 -20
- package/lib/pages/course-manage/course-manage-schedule/course-manage-schedule.component.d.ts +0 -20
- package/lib/pages/course-manage/course-manage-section/course-manage-section.component.d.ts +0 -37
- package/lib/pages/course-manage/course-manage.routes.d.ts +0 -2
- package/lib/services/booking.service.d.ts +0 -9
- package/lib/services/category.service.d.ts +0 -12
- package/lib/services/course-section.service.d.ts +0 -10
- package/lib/services/course.service.d.ts +0 -65
- package/lib/services/index.d.ts +0 -5
- package/lib/services/instructor.service.d.ts +0 -25
- package/provider.d.ts +0 -2
package/themes/_default.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:600px){.container{max-width:600px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-20{z-index:20}.z-30{z-index:30}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.-m-1{margin:-.25rem}.m-3{margin:.75rem}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-bottom:.5rem;margin-top:.5rem}.-ml-2{margin-left:-.5rem}.-mt-4{margin-top:-1rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-14{margin-left:3.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-\[40px\]{margin-left:40px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-\[6px\]{margin-top:6px}.box-border{box-sizing:border-box}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-4{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.h-0{height:0}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-4{height:1rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[190px\]{height:190px}.h-\[256px\]{height:256px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-32{max-height:8rem}.max-h-8{max-height:2rem}.max-h-9{max-height:2.25rem}.max-h-\[55vh\]{max-height:55vh}.min-h-10{min-height:2.5rem}.min-h-11{min-height:2.75rem}.min-h-\[28px\]{min-height:28px}.min-h-\[320px\]{min-height:320px}.w-1{width:.25rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.w-20{width:5rem}.w-28{width:7rem}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-7{width:1.75rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[190px\]{width:190px}.w-\[256px\]{width:256px}.w-\[60px\]{width:60px}.w-full{width:100%}.min-w-10{min-width:2.5rem}.min-w-9{min-width:2.25rem}.min-w-\[240px\]{min-width:240px}.min-w-\[256px\]{min-width:256px}.min-w-\[28px\]{min-width:28px}.min-w-\[320px\]{min-width:320px}.max-w-8{max-width:2rem}.max-w-\[1120px\]{max-width:1120px}.max-w-\[1280px\]{max-width:1280px}.max-w-\[500px\]{max-width:500px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.grow{flex-grow:1}.scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.scale-90,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}.divide-\[--rt-10-percent-layer\]>:not([hidden])~:not([hidden]){border-color:var(--rt-10-percent-layer)}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-pre{white-space:pre}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-dashed{border-style:dashed}.border-\[--rt-border-color\]{border-color:var(--rt-border-color)}.bg-\[--rt-10-percent-layer\]{background-color:var(--rt-10-percent-layer)}.bg-\[--rt-badge-chip-background\]{background-color:var(--rt-badge-chip-background)}.bg-\[--rt-base-background\]{background-color:var(--rt-base-background)}.bg-\[--rt-brand-color\]{background-color:var(--rt-brand-color)}.bg-\[--rt-raised-background\]{background-color:var(--rt-raised-background)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-fixed{background-attachment:fixed}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-1{padding:.25rem!important}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.pb-4{padding-bottom:1rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-2{padding-right:.5rem}.pt-2{padding-top:.5rem}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[0\.9rem\]{font-size:.9rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-thin{font-weight:100}.italic{font-style:italic}.leading-3{line-height:.75rem}.leading-none{line-height:1}.text-\[\#4A4A4A\]{--tw-text-opacity:1;color:rgb(74 74 74/var(--tw-text-opacity,1))}.text-\[--rt-brand-color\]{color:var(--rt-brand-color)}.text-\[--rt-text-primary\]{color:var(--rt-text-primary)}.text-\[--rt-text-secondary\]{color:var(--rt-text-secondary)}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.opacity-30{opacity:.3}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.outline-dashed{outline-style:dashed}.outline-1{outline-width:1px}.outline-4{outline-width:4px}.outline-transparent{outline-color:transparent}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:bg-\[--rt-10-percent-layer\]:hover{background-color:var(--rt-10-percent-layer)}.hover\:bg-\[--rt-20-percent-layer\]:hover{background-color:var(--rt-20-percent-layer)}.hover\:bg-\[--rt-base-background\]:hover{background-color:var(--rt-base-background)}.hover\:bg-\[--rt-raised-background\]:hover{background-color:var(--rt-raised-background)}.hover\:text-orange-600:hover{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:outline-\[--rt-raised-background\]:hover{outline-color:var(--rt-raised-background)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group:hover .group-hover\:visible{visibility:visible}@media (min-width:600px){.sm\:w-1\/3{width:33.333333%}}@media (min-width:768px){.md\:visible{visibility:visible}.md\:mb-1{margin-bottom:.25rem}.md\:ml-2{margin-left:.5rem}.md\:ml-8{margin-left:2rem}.md\:mr-0{margin-right:0}.md\:mt-6{margin-top:1.5rem}.md\:line-clamp-2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.md\:block{display:block}.md\:flex{display:flex}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:w-1\/2{width:50%}.md\:w-1\/4{width:25%}.md\:w-3\/4{width:75%}.md\:w-80{width:20rem}.md\:w-full{width:100%}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-start{align-items:flex-start}.md\:gap-10{gap:2.5rem}.md\:rounded-xl{border-radius:.75rem}.md\:bg-\[--rt-base-background\]{background-color:var(--rt-base-background)}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1024px){.lg\:mt-4{margin-top:1rem}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:w-1\/6{width:16.666667%}.lg\:w-\[30\%\]{width:30%}.lg\:w-\[70\%\]{width:70%}.lg\:basis-1\/2{flex-basis:50%}.lg\:flex-row{flex-direction:row}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-6{padding-left:1.5rem}.lg\:pr-6,.lg\:px-6{padding-right:1.5rem}.lg\:pt-0{padding-top:0}}@media (min-width:1280px){.xl\:max-w-\[1024px\]{max-width:1024px}}@media (min-width:1536px){.\32xl\:max-w-\[1280px\]{max-width:1280px}}
|
|
1
|
+
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:600px){.container{max-width:600px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.left-0{left:0}.left-\[30px\]{left:30px}.right-0{right:0}.top-0{top:0}.top-\[30px\]{top:30px}.z-20{z-index:20}.z-30{z-index:30}.z-\[9999\]{z-index:9999}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.-m-1{margin:-.25rem}.m-3{margin:.75rem}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-bottom:.5rem;margin-top:.5rem}.-ml-2{margin-left:-.5rem}.-mt-4{margin-top:-1rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-14{margin-left:3.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-\[40px\]{margin-left:40px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-\[6px\]{margin-top:6px}.box-border{box-sizing:border-box}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-4{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.h-0{height:0}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-4{height:1rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[190px\]{height:190px}.h-\[256px\]{height:256px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-32{max-height:8rem}.max-h-8{max-height:2rem}.max-h-9{max-height:2.25rem}.max-h-\[320px\]{max-height:320px}.max-h-\[55vh\]{max-height:55vh}.min-h-10{min-height:2.5rem}.min-h-11{min-height:2.75rem}.min-h-\[28px\]{min-height:28px}.min-h-\[320px\]{min-height:320px}.w-1{width:.25rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.w-2\/6{width:33.333333%}.w-20{width:5rem}.w-28{width:7rem}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/6{width:66.666667%}.w-7{width:1.75rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[190px\]{width:190px}.w-\[256px\]{width:256px}.w-\[60px\]{width:60px}.w-full{width:100%}.min-w-10{min-width:2.5rem}.min-w-9{min-width:2.25rem}.min-w-\[240px\]{min-width:240px}.min-w-\[256px\]{min-width:256px}.min-w-\[28px\]{min-width:28px}.min-w-\[320px\]{min-width:320px}.max-w-8{max-width:2rem}.max-w-\[1120px\]{max-width:1120px}.max-w-\[1280px\]{max-width:1280px}.max-w-\[500px\]{max-width:500px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.grow{flex-grow:1}.scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.scale-90,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}.divide-\[--rt-10-percent-layer\]>:not([hidden])~:not([hidden]){border-color:var(--rt-10-percent-layer)}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-pre{white-space:pre}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-dashed{border-style:dashed}.border-\[--rt-border-color\]{border-color:var(--rt-border-color)}.bg-\[--rt-10-percent-layer\]{background-color:var(--rt-10-percent-layer)}.bg-\[--rt-badge-chip-background\]{background-color:var(--rt-badge-chip-background)}.bg-\[--rt-base-background\]{background-color:var(--rt-base-background)}.bg-\[--rt-brand-color\]{background-color:var(--rt-brand-color)}.bg-\[--rt-raised-background\]{background-color:var(--rt-raised-background)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-fixed{background-attachment:fixed}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-1{padding:.25rem!important}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-2{padding-right:.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[0\.9rem\]{font-size:.9rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-thin{font-weight:100}.italic{font-style:italic}.leading-3{line-height:.75rem}.leading-none{line-height:1}.text-\[\#4A4A4A\]{--tw-text-opacity:1;color:rgb(74 74 74/var(--tw-text-opacity,1))}.text-\[--rt-brand-color\]{color:var(--rt-brand-color)}.text-\[--rt-text-primary\]{color:var(--rt-text-primary)}.text-\[--rt-text-secondary\]{color:var(--rt-text-secondary)}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.opacity-30{opacity:.3}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.outline-dashed{outline-style:dashed}.outline-1{outline-width:1px}.outline-4{outline-width:4px}.outline-transparent{outline-color:transparent}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:bg-\[--rt-10-percent-layer\]:hover{background-color:var(--rt-10-percent-layer)}.hover\:bg-\[--rt-20-percent-layer\]:hover{background-color:var(--rt-20-percent-layer)}.hover\:bg-\[--rt-base-background\]:hover{background-color:var(--rt-base-background)}.hover\:bg-\[--rt-raised-background\]:hover{background-color:var(--rt-raised-background)}.hover\:text-orange-600:hover{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:outline-\[--rt-raised-background\]:hover{outline-color:var(--rt-raised-background)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}@media (min-width:600px){.sm\:w-1\/3{width:33.333333%}}@media (min-width:768px){.md\:visible{visibility:visible}.md\:mb-1{margin-bottom:.25rem}.md\:ml-2{margin-left:.5rem}.md\:ml-8{margin-left:2rem}.md\:mr-0{margin-right:0}.md\:mt-6{margin-top:1.5rem}.md\:line-clamp-2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.md\:block{display:block}.md\:flex{display:flex}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:w-1\/2{width:50%}.md\:w-1\/4{width:25%}.md\:w-3\/4{width:75%}.md\:w-80{width:20rem}.md\:w-full{width:100%}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-start{align-items:flex-start}.md\:gap-10{gap:2.5rem}.md\:rounded-xl{border-radius:.75rem}.md\:bg-\[--rt-base-background\]{background-color:var(--rt-base-background)}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1024px){.lg\:mt-4{margin-top:1rem}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:w-1\/2{width:50%}.lg\:w-1\/6{width:16.666667%}.lg\:w-\[30\%\]{width:30%}.lg\:w-\[70\%\]{width:70%}.lg\:basis-1\/2{flex-basis:50%}.lg\:flex-row{flex-direction:row}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-6{padding-left:1.5rem}.lg\:pr-6,.lg\:px-6{padding-right:1.5rem}.lg\:pt-0{padding-top:0}}@media (min-width:1280px){.xl\:max-w-\[1024px\]{max-width:1024px}}@media (min-width:1536px){.\32xl\:max-w-\[1280px\]{max-width:1280px}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rolatech-angular-course-course-category-index.component-D5HIrVD-.mjs","sources":["../../../../packages/angular-course/src/lib/pages/course/course-category-index/course-category-index.component.ts","../../../../packages/angular-course/src/lib/pages/course/course-category-index/course-category-index.component.html"],"sourcesContent":["import { Component, inject, OnInit } from '@angular/core';\nimport { AngularCommonModule, FixedPipe } from '@rolatech/angular-common';\nimport { AngularComponentsModule, RichViewComponent, RichItemComponent, BaseComponent } from '@rolatech/angular-components';\nimport { Course, CourseCategory } from '../../../interfaces';\nimport { CourseService, CategoryService } from '../../../services';\nimport { CategoryBreadcrumbComponent } from '@rolatech/angular-category';\n\n@Component({\n selector: 'rolatech-course-category-index',\n imports: [\n AngularCommonModule,\n AngularComponentsModule,\n RichViewComponent,\n RichItemComponent,\n FixedPipe,\n CategoryBreadcrumbComponent,\n ],\n templateUrl: './course-category-index.component.html',\n styleUrl: './course-category-index.component.scss',\n})\nexport class CourseCategoryIndexComponent extends BaseComponent implements OnInit {\n courses: Course[] = [];\n categories: CourseCategory[] = [];\n courseService = inject(CourseService);\n categoryService = inject(CategoryService);\n meta: any;\n loading = false;\n c = [{ name: '分类', path: '/categories' }];\n ngOnInit(): void {\n this.findCategories();\n this.findCourses();\n this.titleService.setTitle('课程');\n }\n findCourses() {\n this.loading = true;\n const options = {\n sort: 'updatedAt desc',\n filter: 'published:true',\n };\n this.courseService.find(options).subscribe({\n next: (res: any) => {\n this.courses = res.data;\n this.meta = res.meta;\n this.loading = false;\n },\n error: (error) => {\n this.loading = false;\n },\n });\n }\n findCategories() {\n this.categoryService.find({}).subscribe({\n next: (res: any) => {\n this.categories = res.data;\n },\n });\n }\n}\n","<div>\n <div class=\"hidden md:block\">\n <rolatech-category-breadcrumb [categories]=\"c\"></rolatech-category-breadcrumb>\n <div class=\"text-2xl font-medium mt-2\">全部课程</div>\n </div>\n\n @if (loading) {\n @for (number of [0, 1, 2, 3, 4, 5]; track number) {\n <div class=\"flex flex-row animate-pulse mt-3 mr-4 cursor-pointer w-full\">\n <div class=\"h-fit w-2/5 md:w-1/4 aspect-video hover:bg-[--rt-base-background] rounded-lg\"></div>\n <div class=\"w-3/5 md:w-3/4 ml-3 py-1 flex flex-col justify-between\">\n <div class=\"space-y-3\">\n <div class=\"h-4 bg-[--rt-base-background] rounded col-span-2\"></div>\n <div class=\"h-2 bg-[--rt-base-background] rounded col-span-1\"></div>\n <div class=\"h-2 bg-[--rt-base-background] rounded col-span-1 py-1\"></div>\n </div>\n <div>\n <div class=\"h-2 bg-[--rt-base-background] rounded col-span-2 py-1\"></div>\n </div>\n </div>\n </div>\n }\n } @else {\n <rolatech-rich-view list>\n @for (item of courses; track $index) {\n @defer {\n <rolatech-rich-item\n [routerLink]=\"['/courses/', item.id]\"\n [thumbnail]=\"item.media[0].url + '!w400'\"\n [title]=\"item.name\"\n [subtitle]=\"item.description\"\n [price]=\"item.pricing[0].total | fixed\"\n ></rolatech-rich-item>\n }\n }\n </rolatech-rich-view>\n }\n</div>\n"],"names":[],"mappings":";;;;;;;;AAoBM,MAAO,4BAA6B,SAAQ,aAAa,CAAA;AAb/D,IAAA,WAAA,GAAA;;QAcE,IAAO,CAAA,OAAA,GAAa,EAAE;QACtB,IAAU,CAAA,UAAA,GAAqB,EAAE;AACjC,QAAA,IAAA,CAAA,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC;AACrC,QAAA,IAAA,CAAA,eAAe,GAAG,MAAM,CAAC,eAAe,CAAC;QAEzC,IAAO,CAAA,OAAA,GAAG,KAAK;AACf,QAAA,IAAA,CAAA,CAAC,GAAG,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;AA8B1C;IA7BC,QAAQ,GAAA;QACN,IAAI,CAAC,cAAc,EAAE;QACrB,IAAI,CAAC,WAAW,EAAE;AAClB,QAAA,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC;;IAElC,WAAW,GAAA;AACT,QAAA,IAAI,CAAC,OAAO,GAAG,IAAI;AACnB,QAAA,MAAM,OAAO,GAAG;AACd,YAAA,IAAI,EAAE,gBAAgB;AACtB,YAAA,MAAM,EAAE,gBAAgB;SACzB;QACD,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC;AACzC,YAAA,IAAI,EAAE,CAAC,GAAQ,KAAI;AACjB,gBAAA,IAAI,CAAC,OAAO,GAAG,GAAG,CAAC,IAAI;AACvB,gBAAA,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI;AACpB,gBAAA,IAAI,CAAC,OAAO,GAAG,KAAK;aACrB;AACD,YAAA,KAAK,EAAE,CAAC,KAAK,KAAI;AACf,gBAAA,IAAI,CAAC,OAAO,GAAG,KAAK;aACrB;AACF,SAAA,CAAC;;IAEJ,cAAc,GAAA;QACZ,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC;AACtC,YAAA,IAAI,EAAE,CAAC,GAAQ,KAAI;AACjB,gBAAA,IAAI,CAAC,UAAU,GAAG,GAAG,CAAC,IAAI;aAC3B;AACF,SAAA,CAAC;;8GAnCO,4BAA4B,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAA5B,4BAA4B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gCAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECpBzC,6+CAsCA,EAAA,MAAA,EAAA,CAAA,uDAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,ED5BI,mBAAmB,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EACnB,uBAAuB,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EACvB,iBAAiB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,MAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAGjB,2BAA2B,EAAA,QAAA,EAAA,8BAAA,EAAA,MAAA,EAAA,CAAA,YAAA,CAAA,EAAA,OAAA,EAAA,CAAA,kBAAA,CAAA,EAAA,CAAA,EAAA,sBAAA,EAAA,CAAA,MAAA,CAAA,EAAA,CAAA,UAAA,EAF3B,iBAAiB;gBACjB,SAAS,CAAA,CAAA,EAAA,CAAA,CAAA;;2FAMA,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAbxC,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,gCAAgC,EACjC,OAAA,EAAA;wBACP,mBAAmB;wBACnB,uBAAuB;wBACvB,iBAAiB;wBACjB,iBAAiB;wBACjB,SAAS;wBACT,2BAA2B;AAC5B,qBAAA,EAAA,QAAA,EAAA,6+CAAA,EAAA,MAAA,EAAA,CAAA,uDAAA,CAAA,EAAA;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rolatech-angular-course-course-index.component-Ds-a9GF7.mjs","sources":["../../../../packages/angular-course/src/lib/pages/course/course-index/course-index.component.ts","../../../../packages/angular-course/src/lib/pages/course/course-index/course-index.component.html"],"sourcesContent":["import { Component, inject, OnInit } from '@angular/core';\nimport { CourseCategory, Course } from '../../../interfaces';\nimport { CategoryService, CourseService } from '../../../services';\nimport { AngularCommonModule, FixedPipe } from '@rolatech/angular-common';\nimport { AngularComponentsModule, BaseComponent, RichItemComponent, RichViewComponent } from '@rolatech/angular-components';\n\n@Component({\n imports: [AngularCommonModule, AngularComponentsModule, RichViewComponent, RichItemComponent, FixedPipe],\n selector: 'rolatech-course-index',\n templateUrl: './course-index.component.html',\n styleUrls: ['./course-index.component.scss'],\n})\nexport class CourseIndexComponent extends BaseComponent implements OnInit {\n courses: Course[] = [];\n categories: CourseCategory[] = [];\n courseService = inject(CourseService);\n categoryService = inject(CategoryService);\n meta: any;\n loading = false;\n\n ngOnInit(): void {\n this.findCategories();\n this.findCourses();\n this.titleService.setTitle('课程');\n }\n findCourses() {\n this.loading = true;\n const options = {\n sort: 'updatedAt desc',\n filter: 'published:true',\n };\n this.courseService.find(options).subscribe({\n next: (res: any) => {\n this.courses = res.data;\n this.meta = res.meta;\n this.loading = false;\n },\n error: (error) => {\n this.loading = false;\n },\n });\n }\n findCategories() {\n this.categoryService.find({}).subscribe({\n next: (res: any) => {\n this.categories = res.data;\n },\n });\n }\n}\n","<div class=\"min-w-[320px] max-w-[1120px] m-auto\">\n <div class=\"p-3 hidden md:block text-2xl font-medium\">全部课程</div>\n @if (loading) {\n @for (number of [0, 1, 2, 3, 4, 5]; track number) {\n <div class=\"flex flex-row animate-pulse mt-3 mr-4 cursor-pointer w-full\">\n <div class=\"h-fit w-2/5 md:w-1/4 aspect-video hover:bg-[--rt-base-background] rounded-lg\"></div>\n <div class=\"w-3/5 md:w-3/4 ml-3 py-1 flex flex-col justify-between\">\n <div class=\"space-y-3\">\n <div class=\"h-4 bg-[--rt-base-background] rounded col-span-2\"></div>\n <div class=\"h-2 bg-[--rt-base-background] rounded col-span-1\"></div>\n <div class=\"h-2 bg-[--rt-base-background] rounded col-span-1 py-1\"></div>\n </div>\n <div>\n <div class=\"h-2 bg-[--rt-base-background] rounded col-span-2 py-1\"></div>\n </div>\n </div>\n </div>\n }\n } @else {\n <rolatech-rich-view list>\n @for (item of courses; track $index) {\n @defer {\n <rolatech-rich-item\n [routerLink]=\"['./', item.id]\"\n [thumbnail]=\"item.media[0].url + '!w400'\"\n [title]=\"item.name\"\n [subtitle]=\"item.description\"\n [price]=\"item.pricing[0].total | fixed\"\n ></rolatech-rich-item>\n }\n }\n </rolatech-rich-view>\n }\n</div>\n"],"names":[],"mappings":";;;;;;;AAYM,MAAO,oBAAqB,SAAQ,aAAa,CAAA;AANvD,IAAA,WAAA,GAAA;;QAOE,IAAO,CAAA,OAAA,GAAa,EAAE;QACtB,IAAU,CAAA,UAAA,GAAqB,EAAE;AACjC,QAAA,IAAA,CAAA,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC;AACrC,QAAA,IAAA,CAAA,eAAe,GAAG,MAAM,CAAC,eAAe,CAAC;QAEzC,IAAO,CAAA,OAAA,GAAG,KAAK;AA+BhB;IA7BC,QAAQ,GAAA;QACN,IAAI,CAAC,cAAc,EAAE;QACrB,IAAI,CAAC,WAAW,EAAE;AAClB,QAAA,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC;;IAElC,WAAW,GAAA;AACT,QAAA,IAAI,CAAC,OAAO,GAAG,IAAI;AACnB,QAAA,MAAM,OAAO,GAAG;AACd,YAAA,IAAI,EAAE,gBAAgB;AACtB,YAAA,MAAM,EAAE,gBAAgB;SACzB;QACD,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC;AACzC,YAAA,IAAI,EAAE,CAAC,GAAQ,KAAI;AACjB,gBAAA,IAAI,CAAC,OAAO,GAAG,GAAG,CAAC,IAAI;AACvB,gBAAA,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI;AACpB,gBAAA,IAAI,CAAC,OAAO,GAAG,KAAK;aACrB;AACD,YAAA,KAAK,EAAE,CAAC,KAAK,KAAI;AACf,gBAAA,IAAI,CAAC,OAAO,GAAG,KAAK;aACrB;AACF,SAAA,CAAC;;IAEJ,cAAc,GAAA;QACZ,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC;AACtC,YAAA,IAAI,EAAE,CAAC,GAAQ,KAAI;AACjB,gBAAA,IAAI,CAAC,UAAU,GAAG,GAAG,CAAC,IAAI;aAC3B;AACF,SAAA,CAAC;;8GAnCO,oBAAoB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAApB,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZjC,45CAkCA,EAAA,MAAA,EAAA,CAAA,kCAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,ED3BY,mBAAmB,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAE,uBAAuB,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,iBAAiB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,MAAA,CAAA,EAAA,CAAA,EAAA,sBAAA,EAAA,CAAA,MAAA,CAAA,EAAA,CAAA,UAAA,EAAE,iBAAiB,EAAE,SAAS,CAAA,CAAA,EAAA,CAAA,CAAA;;2FAK5F,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBANhC,SAAS;8BACC,CAAC,mBAAmB,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,SAAS,CAAC,EAAA,QAAA,EAC9F,uBAAuB,EAAA,QAAA,EAAA,45CAAA,EAAA,MAAA,EAAA,CAAA,kCAAA,CAAA,EAAA;;;;;"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Course } from '../../interfaces';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CourseActionComponent {
|
|
4
|
-
course: import("@angular/core").InputSignal<Course>;
|
|
5
|
-
inWishList: import("@angular/core").InputSignal<boolean>;
|
|
6
|
-
cart: import("@angular/core").OutputEmitterRef<Course>;
|
|
7
|
-
wish: import("@angular/core").OutputEmitterRef<Course>;
|
|
8
|
-
checkout: import("@angular/core").OutputEmitterRef<Course>;
|
|
9
|
-
onCart(course: Course): void;
|
|
10
|
-
onWish(course: Course): void;
|
|
11
|
-
onCheckout(course: Course): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseActionComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseActionComponent, "rolatech-course-action", never, { "course": { "alias": "course"; "required": true; "isSignal": true; }; "inWishList": { "alias": "inWishList"; "required": false; "isSignal": true; }; }, { "cart": "cart"; "wish": "wish"; "checkout": "checkout"; }, never, never, true, never>;
|
|
14
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ViewportScroller } from '@angular/common';
|
|
2
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
3
|
-
import { CourseDetail } from '../../interfaces';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CourseDetailsComponent implements OnInit {
|
|
6
|
-
details: import("@angular/core").InputSignal<CourseDetail[]>;
|
|
7
|
-
instructor: import("@angular/core").InputSignal<string | undefined>;
|
|
8
|
-
username: import("@angular/core").InputSignal<string | undefined>;
|
|
9
|
-
el: ElementRef<any>;
|
|
10
|
-
viewportScroller: ViewportScroller;
|
|
11
|
-
platformId: Object;
|
|
12
|
-
player: any;
|
|
13
|
-
show: boolean;
|
|
14
|
-
mediaIndex: number;
|
|
15
|
-
finalSchedule: never[];
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
onClickScroller(id: string): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseDetailsComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseDetailsComponent, "rolatech-course-details", never, { "details": { "alias": "details"; "required": true; "isSignal": true; }; "instructor": { "alias": "instructor"; "required": false; "isSignal": true; }; "username": { "alias": "username"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
20
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef, MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
3
|
-
import { CourseDetail } from '../../interfaces';
|
|
4
|
-
import { CourseService } from '../../services';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CourseDetailsDialogComponent {
|
|
7
|
-
private dialogRef;
|
|
8
|
-
data: any;
|
|
9
|
-
private courseService;
|
|
10
|
-
private snackBar;
|
|
11
|
-
private dialog;
|
|
12
|
-
courseId: string;
|
|
13
|
-
details: CourseDetail[];
|
|
14
|
-
constructor(dialogRef: MatDialogRef<CourseDetailsDialogComponent>, data: any, courseService: CourseService, snackBar: MatSnackBar, dialog: MatDialog);
|
|
15
|
-
close(): void;
|
|
16
|
-
addDetail(): void;
|
|
17
|
-
onDetailMediaUpload(event: any): void;
|
|
18
|
-
onDetailMediaDelete(event: any): void;
|
|
19
|
-
onDetailSave(event: any): void;
|
|
20
|
-
onDetailDelete(detail: CourseDetail): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseDetailsDialogComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseDetailsDialogComponent, "rolatech-course-details-dialog", never, {}, {}, never, never, true, never>;
|
|
23
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { MatStepper } from '@angular/material/stepper';
|
|
4
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
5
|
-
import { CourseDetail, CourseCategory } from '../../interfaces';
|
|
6
|
-
import { CategoryService, CourseService } from '../../services';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class CourseEditDialogComponent implements OnInit {
|
|
9
|
-
private dialogRef;
|
|
10
|
-
data: any;
|
|
11
|
-
private categoryService;
|
|
12
|
-
private courseService;
|
|
13
|
-
private snackBar;
|
|
14
|
-
private dialog;
|
|
15
|
-
course: any;
|
|
16
|
-
isUploading: boolean;
|
|
17
|
-
details: any;
|
|
18
|
-
pricing: any;
|
|
19
|
-
schedule: any;
|
|
20
|
-
courseType: {
|
|
21
|
-
key: string;
|
|
22
|
-
value: string;
|
|
23
|
-
}[];
|
|
24
|
-
selectedCategoyIds: string[];
|
|
25
|
-
categories: CourseCategory[];
|
|
26
|
-
selectedCategory: CourseCategory;
|
|
27
|
-
classrooms: any;
|
|
28
|
-
date: string[];
|
|
29
|
-
lastStepper: boolean;
|
|
30
|
-
firstStepper: boolean;
|
|
31
|
-
stepper: import("@angular/core").Signal<MatStepper>;
|
|
32
|
-
constructor(dialogRef: MatDialogRef<CourseEditDialogComponent>, data: any, categoryService: CategoryService, courseService: CourseService, snackBar: MatSnackBar, dialog: MatDialog);
|
|
33
|
-
ngOnInit(): void;
|
|
34
|
-
close(): void;
|
|
35
|
-
compareFn(o1: any, o2: any): boolean;
|
|
36
|
-
addDetail(): void;
|
|
37
|
-
addSchedule(): void;
|
|
38
|
-
addPricing(): void;
|
|
39
|
-
onSelectionChange(event: any): void;
|
|
40
|
-
onStepperChange(event: any): void;
|
|
41
|
-
previous(): void;
|
|
42
|
-
next(): void;
|
|
43
|
-
onDetailMediaUpload(event: any): void;
|
|
44
|
-
onDetailMediaDelete(event: any): void;
|
|
45
|
-
onDetailSave(event: any): void;
|
|
46
|
-
onDetailDelete(detail: CourseDetail): void;
|
|
47
|
-
onImageClick(i: any): void;
|
|
48
|
-
onUpload(event: any): void;
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseEditDialogComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseEditDialogComponent, "rolatech-course-edit-dialog", never, {}, {}, never, never, true, never>;
|
|
51
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Course } from '../../interfaces';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CourseInfoComponent {
|
|
4
|
-
course: import("@angular/core").InputSignal<Course>;
|
|
5
|
-
instructor: import("@angular/core").InputSignal<string | undefined>;
|
|
6
|
-
username: import("@angular/core").InputSignal<string | undefined>;
|
|
7
|
-
dataToDisplay: import("@angular/core").EffectRef;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseInfoComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseInfoComponent, "rolatech-course-info", never, { "course": { "alias": "course"; "required": true; "isSignal": true; }; "instructor": { "alias": "instructor"; "required": false; "isSignal": true; }; "username": { "alias": "username"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { Media } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CourseMediaComponent {
|
|
5
|
-
dialog: MatDialog;
|
|
6
|
-
media: import("@angular/core").InputSignal<Media[]>;
|
|
7
|
-
min: import("@angular/core").InputSignal<boolean>;
|
|
8
|
-
mediaIndex: number;
|
|
9
|
-
onImageClick(i: any): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseMediaComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseMediaComponent, "rolatech-course-media", never, { "media": { "alias": "media"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
|
-
}
|
package/lib/components/course-media-owner-renderer/course-media-owner-renderer.component.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CourseMediaOwnerRendererComponent {
|
|
3
|
-
name: import("@angular/core").InputSignal<string | undefined>;
|
|
4
|
-
avatar: import("@angular/core").InputSignal<string | undefined>;
|
|
5
|
-
username: import("@angular/core").InputSignal<string | undefined>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseMediaOwnerRendererComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseMediaOwnerRendererComponent, "rolatech-course-media-owner-renderer", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; "username": { "alias": "username"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CoursePreviewComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CoursePreviewComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CoursePreviewComponent, "rolatech-course-preview", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { CoursePricing } from '../../interfaces';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CoursePricingComponent {
|
|
4
|
-
pricing: import("@angular/core").InputSignal<CoursePricing[]>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CoursePricingComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CoursePricingComponent, "rolatech-course-pricing", never, { "pricing": { "alias": "pricing"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DoCheck } from '@angular/core';
|
|
2
|
-
import { Pricing } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CoursePricingAddDialogComponent implements DoCheck {
|
|
5
|
-
output: import("@angular/core").OutputEmitterRef<any>;
|
|
6
|
-
pricing: Pricing;
|
|
7
|
-
ngDoCheck(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CoursePricingAddDialogComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CoursePricingAddDialogComponent, "rolatech-course-pricing-add-dialog", never, {}, { "output": "output"; }, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
3
|
-
import { Pricing } from '../../interfaces';
|
|
4
|
-
import { CourseService } from '../../services';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CoursePricingDialogComponent {
|
|
7
|
-
private dialogRef;
|
|
8
|
-
data: any;
|
|
9
|
-
private courseService;
|
|
10
|
-
private snackBar;
|
|
11
|
-
private dialog;
|
|
12
|
-
courseId: string;
|
|
13
|
-
pricing: Pricing[];
|
|
14
|
-
constructor(dialogRef: MatDialogRef<CoursePricingDialogComponent>, data: any, courseService: CourseService, snackBar: MatSnackBar, dialog: MatDialog);
|
|
15
|
-
close(): void;
|
|
16
|
-
addPricing(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CoursePricingDialogComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CoursePricingDialogComponent, "rolatech-course-pricing-dialog", never, {}, {}, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { CourseSchedule } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CourseScheduleComponent implements OnInit {
|
|
5
|
-
schedule: import("@angular/core").InputSignal<CourseSchedule[]>;
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
formatSchedule(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseScheduleComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseScheduleComponent, "rolatech-course-schedule", never, { "schedule": { "alias": "schedule"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DoCheck } from '@angular/core';
|
|
2
|
-
import { Schedule } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CourseScheduleAddDialogComponent implements DoCheck {
|
|
5
|
-
output: import("@angular/core").OutputEmitterRef<any>;
|
|
6
|
-
schedule: Schedule;
|
|
7
|
-
ngDoCheck(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseScheduleAddDialogComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseScheduleAddDialogComponent, "rolatech-course-schedule-add-dialog", never, {}, { "output": "output"; }, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import { Schedule } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CourseScheduleDialogComponent {
|
|
5
|
-
private dialogRef;
|
|
6
|
-
data: any;
|
|
7
|
-
courseId: string;
|
|
8
|
-
schedule: Schedule[];
|
|
9
|
-
constructor(dialogRef: MatDialogRef<CourseScheduleDialogComponent>, data: any);
|
|
10
|
-
close(): void;
|
|
11
|
-
addSchedule(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseScheduleDialogComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseScheduleDialogComponent, "rolatech-course-schedule-dialog", never, {}, {}, never, never, true, never>;
|
|
14
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { CourseSection } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CourseSectionItemComponent implements OnInit {
|
|
5
|
-
section: import("@angular/core").ModelSignal<CourseSection>;
|
|
6
|
-
actions: import("@angular/core").ModelSignal<boolean | undefined>;
|
|
7
|
-
hasUnsaved: import("@angular/core").ModelSignal<boolean[] | undefined>;
|
|
8
|
-
editId: import("@angular/core").ModelSignal<any>;
|
|
9
|
-
save: import("@angular/core").OutputEmitterRef<CourseSection>;
|
|
10
|
-
cancel: import("@angular/core").OutputEmitterRef<CourseSection>;
|
|
11
|
-
delete: import("@angular/core").OutputEmitterRef<CourseSection>;
|
|
12
|
-
edit: import("@angular/core").OutputEmitterRef<CourseSection>;
|
|
13
|
-
addLecture: import("@angular/core").OutputEmitterRef<CourseSection>;
|
|
14
|
-
editing: boolean;
|
|
15
|
-
isExpand: boolean;
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
onSave(section: CourseSection): void;
|
|
18
|
-
onCancel(section: CourseSection): void;
|
|
19
|
-
onDelete(section: CourseSection): void;
|
|
20
|
-
onEdit(section: CourseSection): void;
|
|
21
|
-
onAddLecture(section: CourseSection): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseSectionItemComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseSectionItemComponent, "rolatech-course-section-item", never, { "section": { "alias": "section"; "required": true; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "hasUnsaved": { "alias": "hasUnsaved"; "required": false; "isSignal": true; }; "editId": { "alias": "editId"; "required": false; "isSignal": true; }; }, { "section": "sectionChange"; "actions": "actionsChange"; "hasUnsaved": "hasUnsavedChange"; "editId": "editIdChange"; "save": "save"; "cancel": "cancel"; "delete": "delete"; "edit": "edit"; "addLecture": "addLecture"; }, never, ["*"], true, never>;
|
|
24
|
-
}
|
package/lib/components/course-section-lecture-item/course-section-lecture-item.component.d.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { DialogService } from '@rolatech/angular-services';
|
|
3
|
-
import { CourseSectionLecture, CourseSectionLectureVideo } from '../../interfaces';
|
|
4
|
-
import { CourseSectionLectureItem } from '../../interfaces/course';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CourseSectionLectureItemComponent implements OnInit {
|
|
7
|
-
platformId: Object;
|
|
8
|
-
el: ElementRef<any>;
|
|
9
|
-
dialogService: DialogService;
|
|
10
|
-
myVideo: import("@angular/core").Signal<unknown>;
|
|
11
|
-
progress: import("@angular/core").InputSignal<number>;
|
|
12
|
-
lecture: import("@angular/core").InputSignal<CourseSectionLecture>;
|
|
13
|
-
actions: import("@angular/core").InputSignal<boolean>;
|
|
14
|
-
hasUnsaved: import("@angular/core").InputSignal<boolean>;
|
|
15
|
-
editId: import("@angular/core").ModelSignal<any>;
|
|
16
|
-
save: import("@angular/core").OutputEmitterRef<CourseSectionLecture>;
|
|
17
|
-
cancel: import("@angular/core").OutputEmitterRef<CourseSectionLecture>;
|
|
18
|
-
delete: import("@angular/core").OutputEmitterRef<CourseSectionLecture>;
|
|
19
|
-
edit: import("@angular/core").OutputEmitterRef<CourseSectionLecture>;
|
|
20
|
-
mediaEdit: import("@angular/core").OutputEmitterRef<CourseSectionLectureVideo>;
|
|
21
|
-
thumbnailUpload: import("@angular/core").OutputEmitterRef<CourseSectionLectureVideo>;
|
|
22
|
-
upload: import("@angular/core").OutputEmitterRef<{
|
|
23
|
-
id: any;
|
|
24
|
-
data: FormData | null;
|
|
25
|
-
}>;
|
|
26
|
-
deleteMedia: import("@angular/core").OutputEmitterRef<CourseSectionLectureItem>;
|
|
27
|
-
editing: boolean;
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
onSave(lecture: CourseSectionLecture): void;
|
|
30
|
-
onCancel(lecture: CourseSectionLecture): void;
|
|
31
|
-
onDelete(lecture: CourseSectionLecture): void;
|
|
32
|
-
onEdit(lecture: CourseSectionLecture): void;
|
|
33
|
-
onMediaEdit(lecture: CourseSectionLectureVideo): void;
|
|
34
|
-
onVideoThumbnailUpload(video: CourseSectionLectureVideo): void;
|
|
35
|
-
onUpload(id: any, data: any): void;
|
|
36
|
-
onDeleteMedia(data: any): void;
|
|
37
|
-
onLoadedMetadata(event: Event): void;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseSectionLectureItemComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseSectionLectureItemComponent, "rolatech-course-section-lecture-item", never, { "progress": { "alias": "progress"; "required": false; "isSignal": true; }; "lecture": { "alias": "lecture"; "required": true; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "hasUnsaved": { "alias": "hasUnsaved"; "required": false; "isSignal": true; }; "editId": { "alias": "editId"; "required": false; "isSignal": true; }; }, { "editId": "editIdChange"; "save": "save"; "cancel": "cancel"; "delete": "delete"; "edit": "edit"; "mediaEdit": "mediaEdit"; "thumbnailUpload": "thumbnailUpload"; "upload": "upload"; "deleteMedia": "deleteMedia"; }, never, ["*"], true, never>;
|
|
40
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
|
-
import { CourseSectionLecture } from '../../interfaces';
|
|
5
|
-
import { CourseSectionService, CourseService } from '../../services';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CourseSectionLectureVideoDialogComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
8
|
-
private dialogRef;
|
|
9
|
-
data: any;
|
|
10
|
-
lecture: CourseSectionLecture;
|
|
11
|
-
thumbnailUpload: import("@angular/core").OutputEmitterRef<any>;
|
|
12
|
-
courseService: CourseService;
|
|
13
|
-
courseSectionService: CourseSectionService;
|
|
14
|
-
snackBar: MatSnackBar;
|
|
15
|
-
platformId: Object;
|
|
16
|
-
el: ElementRef<any>;
|
|
17
|
-
mediaSrc: any;
|
|
18
|
-
player: any;
|
|
19
|
-
constructor(dialogRef: MatDialogRef<CourseSectionLectureVideoDialogComponent>, data: any);
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
close(): void;
|
|
22
|
-
initPlayer(url: string, thumbnail?: string): void;
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
ngOnDestroy(): void;
|
|
25
|
-
onThumbnailUpload(event: any): void;
|
|
26
|
-
onPreviewChange(event: any): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseSectionLectureVideoDialogComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseSectionLectureVideoDialogComponent, "rolatech-course-section-lecture-video-dialog", never, {}, { "thumbnailUpload": "thumbnailUpload"; }, never, never, true, never>;
|
|
29
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CourseSectionLectureVideoItemComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseSectionLectureVideoItemComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseSectionLectureVideoItemComponent, "rolatech-course-section-lecture-video-item", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { CourseSection, CourseSectionLecture } from '../../interfaces';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CourseSectionsComponent {
|
|
4
|
-
purchased: import("@angular/core").InputSignal<boolean>;
|
|
5
|
-
sections: import("@angular/core").InputSignal<CourseSection[]>;
|
|
6
|
-
section: import("@angular/core").OutputEmitterRef<{
|
|
7
|
-
section: CourseSection;
|
|
8
|
-
lecture: CourseSectionLecture;
|
|
9
|
-
}>;
|
|
10
|
-
checkout: import("@angular/core").OutputEmitterRef<{
|
|
11
|
-
section: CourseSection;
|
|
12
|
-
lecture: CourseSectionLecture;
|
|
13
|
-
}>;
|
|
14
|
-
onSection(section: CourseSection, lecture: CourseSectionLecture): void;
|
|
15
|
-
onCheckout(section: CourseSection, lecture: CourseSectionLecture): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseSectionsComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CourseSectionsComponent, "rolatech-course-sections", never, { "purchased": { "alias": "purchased"; "required": false; "isSignal": true; }; "sections": { "alias": "sections"; "required": false; "isSignal": true; }; }, { "section": "section"; "checkout": "checkout"; }, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { CourseDetail, Media } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DetailItemComponent implements OnInit {
|
|
5
|
-
isUploading: import("@angular/core").InputSignal<boolean | undefined>;
|
|
6
|
-
detail: import("@angular/core").InputSignal<CourseDetail>;
|
|
7
|
-
actions: import("@angular/core").InputSignal<boolean>;
|
|
8
|
-
selectMedia: import("@angular/core").InputSignal<any>;
|
|
9
|
-
upload: import("@angular/core").OutputEmitterRef<{
|
|
10
|
-
id: string;
|
|
11
|
-
data: FormData | null;
|
|
12
|
-
}>;
|
|
13
|
-
delete: import("@angular/core").OutputEmitterRef<CourseDetail>;
|
|
14
|
-
save: import("@angular/core").OutputEmitterRef<CourseDetail>;
|
|
15
|
-
deleteMedia: import("@angular/core").OutputEmitterRef<{
|
|
16
|
-
id: string;
|
|
17
|
-
media: Media;
|
|
18
|
-
}>;
|
|
19
|
-
selectedImg: Media | any;
|
|
20
|
-
constructor();
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
onUpload(id: string, data: any): void;
|
|
23
|
-
onMediaItemClick(image: Media): void;
|
|
24
|
-
select(item: any): void;
|
|
25
|
-
deleteImage(): void;
|
|
26
|
-
onSave(detail: CourseDetail): void;
|
|
27
|
-
onDelete(detail: CourseDetail): void;
|
|
28
|
-
onDeleteMedia(id: string, media: Media): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DetailItemComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailItemComponent, "rolatech-detail-item", never, { "isUploading": { "alias": "isUploading"; "required": false; "isSignal": true; }; "detail": { "alias": "detail"; "required": true; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "selectMedia": { "alias": "selectMedia"; "required": false; "isSignal": true; }; }, { "upload": "upload"; "delete": "delete"; "save": "save"; "deleteMedia": "deleteMedia"; }, never, never, true, never>;
|
|
31
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export { CoursePreviewComponent } from './course-preview/course-preview.component';
|
|
2
|
-
export { CourseInfoComponent } from './course-info/course-info.component';
|
|
3
|
-
export { CourseMediaComponent } from './course-media/course-media.component';
|
|
4
|
-
export { CoursePricingComponent } from './course-pricing/course-pricing.component';
|
|
5
|
-
export { CourseActionComponent } from './course-action/course-action.component';
|
|
6
|
-
export { CourseScheduleComponent } from './course-schedule/course-schedule.component';
|
|
7
|
-
export { CourseSectionsComponent } from './course-sections/course-sections.component';
|
|
8
|
-
export { CourseSectionItemComponent } from './course-section-item/course-section-item.component';
|
|
9
|
-
export { CourseSectionLectureItemComponent } from './course-section-lecture-item/course-section-lecture-item.component';
|
|
10
|
-
export { CourseSectionLectureVideoItemComponent } from './course-section-lecture-video-item/course-section-lecture-video-item.component';
|
|
11
|
-
export { CoursePricingAddDialogComponent } from './course-pricing-add-dialog/course-pricing-add-dialog.component';
|
|
12
|
-
export { CourseScheduleAddDialogComponent } from './course-schedule-add-dialog/course-schedule-add-dialog.component';
|
|
13
|
-
export { CoursePricingDialogComponent } from './course-pricing-dialog/course-pricing-dialog.component';
|
|
14
|
-
export { CourseScheduleDialogComponent } from './course-schedule-dialog/course-schedule-dialog.component';
|
|
15
|
-
export { CourseDetailsDialogComponent } from './course-details-dialog/course-details-dialog.component';
|
|
16
|
-
export { CourseEditDialogComponent } from './course-edit-dialog/course-edit-dialog.component';
|
|
17
|
-
export { CourseDetailsComponent } from './course-details/course-details.component';
|
|
18
|
-
export { CourseMediaOwnerRendererComponent } from './course-media-owner-renderer/course-media-owner-renderer.component';
|
|
19
|
-
export { CourseSectionLectureVideoDialogComponent } from './course-section-lecture-video-dialog/course-section-lecture-video-dialog.component';
|
|
20
|
-
export { ScheduleItemComponent } from './schedule-item/schedule-item.component';
|
|
21
|
-
export { PricingItemComponent } from './pricing-item/pricing-item.component';
|
|
22
|
-
export { DetailItemComponent } from './detail-item/detail-item.component';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Pricing } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PricingItemComponent implements OnInit {
|
|
5
|
-
actions: import("@angular/core").InputSignal<boolean>;
|
|
6
|
-
pricing: import("@angular/core").ModelSignal<Pricing>;
|
|
7
|
-
delete: import("@angular/core").OutputEmitterRef<Pricing>;
|
|
8
|
-
save: import("@angular/core").OutputEmitterRef<Pricing>;
|
|
9
|
-
constructor();
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
onSave(pricing: Pricing): void;
|
|
12
|
-
onDelete(pricing: Pricing): void;
|
|
13
|
-
setTwoNumberDecimal(e: any): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PricingItemComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PricingItemComponent, "rolatech-pricing-item", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "pricing": { "alias": "pricing"; "required": true; "isSignal": true; }; }, { "pricing": "pricingChange"; "delete": "delete"; "save": "save"; }, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { Schedule } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare const COURSE_SCHEDULE_DATE_FORMATS: {
|
|
5
|
-
parse: {
|
|
6
|
-
dateInput: string;
|
|
7
|
-
};
|
|
8
|
-
display: {
|
|
9
|
-
dateInput: string;
|
|
10
|
-
monthYearLabel: string;
|
|
11
|
-
dateA11yLabel: string;
|
|
12
|
-
monthYearA11yLabel: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export declare class ScheduleItemComponent implements OnInit, OnDestroy {
|
|
16
|
-
value: import("@angular/core").InputSignal<Schedule | undefined>;
|
|
17
|
-
actions: import("@angular/core").InputSignal<boolean>;
|
|
18
|
-
delete: import("@angular/core").OutputEmitterRef<Schedule>;
|
|
19
|
-
save: import("@angular/core").OutputEmitterRef<Schedule>;
|
|
20
|
-
date: string[];
|
|
21
|
-
schedule: any;
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
startDateChanged(event: any): void;
|
|
25
|
-
startTimeChanged(event: any): void;
|
|
26
|
-
endDateChanged(event: any): void;
|
|
27
|
-
endTimeChanged(event: any): void;
|
|
28
|
-
onSave(schedule: Schedule): void;
|
|
29
|
-
onDelete(schedule: Schedule): void;
|
|
30
|
-
private format;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleItemComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScheduleItemComponent, "rolatech-schedule-item", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; }, { "delete": "delete"; "save": "save"; }, never, never, true, never>;
|
|
33
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Course } from './course';
|
|
2
|
-
export interface CourseCategory {
|
|
3
|
-
id: string;
|
|
4
|
-
name: string;
|
|
5
|
-
media: CourseCategoryMedia[];
|
|
6
|
-
courses: Course[];
|
|
7
|
-
createdAt: string;
|
|
8
|
-
originId: string;
|
|
9
|
-
level: number;
|
|
10
|
-
children: CourseCategory[];
|
|
11
|
-
parent: CourseCategory;
|
|
12
|
-
}
|
|
13
|
-
export interface CourseCategoryMedia {
|
|
14
|
-
id: string;
|
|
15
|
-
url: string;
|
|
16
|
-
alt: string;
|
|
17
|
-
}
|