@melodicdev/components 1.3.0 → 1.4.0
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/assets/melodic-components.js +44 -12
- package/assets/melodic-components.js.map +1 -1
- package/assets/melodic-components.min.js +386 -356
- package/lib/components/data-display/activity-feed/activity-feed-item.component.d.ts +5 -3
- package/lib/components/data-display/activity-feed/activity-feed-item.component.d.ts.map +1 -1
- package/lib/components/data-display/activity-feed/activity-feed-item.component.js +6 -1
- package/lib/components/data-display/activity-feed/activity-feed-item.styles.d.ts.map +1 -1
- package/lib/components/data-display/activity-feed/activity-feed-item.styles.js +1 -0
- package/lib/components/data-display/activity-feed/activity-feed-item.template.d.ts.map +1 -1
- package/lib/components/data-display/activity-feed/activity-feed-item.template.js +2 -1
- package/lib/components/data-display/activity-feed/activity-feed.component.d.ts.map +1 -1
- package/lib/components/data-display/avatar/avatar.component.d.ts.map +1 -1
- package/lib/components/data-display/avatar/avatar.styles.js +1 -1
- package/lib/components/data-display/badge/badge.component.d.ts +2 -0
- package/lib/components/data-display/badge/badge.component.d.ts.map +1 -1
- package/lib/components/data-display/badge/badge.component.js +3 -1
- package/lib/components/data-display/badge/badge.styles.d.ts.map +1 -1
- package/lib/components/data-display/badge/badge.styles.js +6 -0
- package/lib/components/data-display/badge/badge.template.d.ts.map +1 -1
- package/lib/components/data-display/badge/badge.template.js +4 -1
- package/lib/components/data-display/badge-group/badge-group.component.d.ts.map +1 -1
- package/lib/components/data-display/calendar-view/calendar-view.component.d.ts.map +1 -1
- package/lib/components/data-display/data-grid/data-grid.component.d.ts.map +1 -1
- package/lib/components/data-display/list/list-item.component.d.ts.map +1 -1
- package/lib/components/data-display/list/list.component.d.ts.map +1 -1
- package/lib/components/data-display/profile-card/index.d.ts +2 -0
- package/lib/components/data-display/profile-card/index.d.ts.map +1 -0
- package/lib/components/data-display/profile-card/index.js +1 -0
- package/lib/components/data-display/profile-card/profile-card.component.d.ts +61 -0
- package/lib/components/data-display/profile-card/profile-card.component.d.ts.map +1 -0
- package/lib/components/data-display/profile-card/profile-card.component.js +102 -0
- package/lib/components/data-display/profile-card/profile-card.styles.d.ts +2 -0
- package/lib/components/data-display/profile-card/profile-card.styles.d.ts.map +1 -0
- package/lib/components/data-display/profile-card/profile-card.styles.js +144 -0
- package/lib/components/data-display/profile-card/profile-card.template.d.ts +3 -0
- package/lib/components/data-display/profile-card/profile-card.template.d.ts.map +1 -0
- package/lib/components/data-display/profile-card/profile-card.template.js +52 -0
- package/lib/components/data-display/stat-card/index.d.ts +2 -0
- package/lib/components/data-display/stat-card/index.d.ts.map +1 -0
- package/lib/components/data-display/stat-card/index.js +1 -0
- package/lib/components/data-display/stat-card/stat-card.component.d.ts +45 -0
- package/lib/components/data-display/stat-card/stat-card.component.d.ts.map +1 -0
- package/lib/components/data-display/stat-card/stat-card.component.js +59 -0
- package/lib/components/data-display/stat-card/stat-card.styles.d.ts +2 -0
- package/lib/components/data-display/stat-card/stat-card.styles.d.ts.map +1 -0
- package/lib/components/data-display/stat-card/stat-card.styles.js +81 -0
- package/lib/components/data-display/stat-card/stat-card.template.d.ts +3 -0
- package/lib/components/data-display/stat-card/stat-card.template.d.ts.map +1 -0
- package/lib/components/data-display/stat-card/stat-card.template.js +27 -0
- package/lib/components/data-display/table/table.component.d.ts.map +1 -1
- package/lib/components/data-display/table/table.styles.d.ts.map +1 -1
- package/lib/components/data-display/table/table.styles.js +4 -1
- package/lib/components/data-display/tag/tag.component.d.ts.map +1 -1
- package/lib/components/feedback/alert/alert.component.d.ts.map +1 -1
- package/lib/components/feedback/progress/progress.component.d.ts.map +1 -1
- package/lib/components/feedback/spinner/spinner.component.d.ts.map +1 -1
- package/lib/components/feedback/toast/toast-container.component.d.ts.map +1 -1
- package/lib/components/feedback/toast/toast.component.d.ts.map +1 -1
- package/lib/components/feedback/toast/toast.service.d.ts.map +1 -1
- package/lib/components/forms/autocomplete/autocomplete.component.d.ts.map +1 -1
- package/lib/components/forms/button/button.component.d.ts.map +1 -1
- package/lib/components/forms/button-group/button-group-item.component.d.ts.map +1 -1
- package/lib/components/forms/button-group/button-group.component.d.ts.map +1 -1
- package/lib/components/forms/checkbox/checkbox.component.d.ts.map +1 -1
- package/lib/components/forms/date-picker/calendar.component.d.ts.map +1 -1
- package/lib/components/forms/date-picker/date-picker.component.d.ts.map +1 -1
- package/lib/components/forms/date-time-picker/date-time-picker.component.d.ts.map +1 -1
- package/lib/components/forms/file-upload/file-icon.component.d.ts.map +1 -1
- package/lib/components/forms/file-upload/file-upload-item.component.d.ts.map +1 -1
- package/lib/components/forms/file-upload/file-upload.component.d.ts +2 -2
- package/lib/components/forms/file-upload/file-upload.component.d.ts.map +1 -1
- package/lib/components/forms/file-upload/file-upload.component.js +3 -3
- package/lib/components/forms/form-field/form-field.component.d.ts.map +1 -1
- package/lib/components/forms/input/input.component.d.ts.map +1 -1
- package/lib/components/forms/radio/radio-group.component.d.ts.map +1 -1
- package/lib/components/forms/radio/radio.component.d.ts.map +1 -1
- package/lib/components/forms/radio-card-group/radio-card-group.component.d.ts.map +1 -1
- package/lib/components/forms/radio-card-group/radio-card.component.d.ts.map +1 -1
- package/lib/components/forms/select/select.component.d.ts.map +1 -1
- package/lib/components/forms/slider/slider.component.d.ts.map +1 -1
- package/lib/components/forms/slider/slider.styles.js +2 -2
- package/lib/components/forms/textarea/textarea.component.d.ts.map +1 -1
- package/lib/components/forms/time-picker/time-picker.component.d.ts.map +1 -1
- package/lib/components/forms/toggle/toggle.component.d.ts.map +1 -1
- package/lib/components/foundation/card/card.component.d.ts.map +1 -1
- package/lib/components/foundation/card/card.styles.js +1 -1
- package/lib/components/foundation/container/container.component.d.ts.map +1 -1
- package/lib/components/foundation/divider/divider.component.d.ts.map +1 -1
- package/lib/components/foundation/stack/stack.component.d.ts.map +1 -1
- package/lib/components/general/icon/icon.component.d.ts.map +1 -1
- package/lib/components/navigation/breadcrumb/breadcrumb-item.component.d.ts.map +1 -1
- package/lib/components/navigation/breadcrumb/breadcrumb.component.d.ts.map +1 -1
- package/lib/components/navigation/pagination/pagination.component.d.ts.map +1 -1
- package/lib/components/navigation/sidebar/sidebar-group.component.d.ts.map +1 -1
- package/lib/components/navigation/sidebar/sidebar-item.component.d.ts +3 -1
- package/lib/components/navigation/sidebar/sidebar-item.component.d.ts.map +1 -1
- package/lib/components/navigation/sidebar/sidebar-item.component.js +3 -1
- package/lib/components/navigation/sidebar/sidebar-item.template.js +1 -1
- package/lib/components/navigation/sidebar/sidebar.component.d.ts +1 -3
- package/lib/components/navigation/sidebar/sidebar.component.d.ts.map +1 -1
- package/lib/components/navigation/sidebar/sidebar.component.js +1 -5
- package/lib/components/navigation/steps/step-panel.component.d.ts.map +1 -1
- package/lib/components/navigation/steps/step.component.d.ts.map +1 -1
- package/lib/components/navigation/steps/steps.component.d.ts +1 -1
- package/lib/components/navigation/steps/steps.component.d.ts.map +1 -1
- package/lib/components/navigation/tabs/tab-panel.component.d.ts.map +1 -1
- package/lib/components/navigation/tabs/tab.component.d.ts.map +1 -1
- package/lib/components/navigation/tabs/tabs.component.d.ts +1 -1
- package/lib/components/navigation/tabs/tabs.component.d.ts.map +1 -1
- package/lib/components/overlays/dialog/dialog-ref.class.d.ts.map +1 -1
- package/lib/components/overlays/dialog/dialog.component.d.ts.map +1 -1
- package/lib/components/overlays/dialog/dialog.service.d.ts.map +1 -1
- package/lib/components/overlays/drawer/drawer.component.d.ts.map +1 -1
- package/lib/components/overlays/dropdown/dropdown-group.component.d.ts.map +1 -1
- package/lib/components/overlays/dropdown/dropdown-item.component.d.ts.map +1 -1
- package/lib/components/overlays/dropdown/dropdown.component.d.ts.map +1 -1
- package/lib/components/overlays/popover/popover.component.d.ts.map +1 -1
- package/lib/components/overlays/tooltip/tooltip.component.d.ts.map +1 -1
- package/lib/components/pages/auth/login-page.component.d.ts.map +1 -1
- package/lib/components/pages/auth/signup-page.component.d.ts.map +1 -1
- package/lib/components/pages/dashboard/dashboard-page.component.d.ts.map +1 -1
- package/lib/components/sections/app-shell/app-shell.component.d.ts.map +1 -1
- package/lib/components/sections/hero/hero-section.component.d.ts.map +1 -1
- package/lib/components/sections/page-header/page-header.component.d.ts.map +1 -1
- package/lib/components/sections/page-section/index.d.ts +2 -0
- package/lib/components/sections/page-section/index.d.ts.map +1 -0
- package/lib/components/sections/page-section/index.js +1 -0
- package/lib/components/sections/page-section/page-section.component.d.ts +39 -0
- package/lib/components/sections/page-section/page-section.component.d.ts.map +1 -0
- package/lib/components/sections/page-section/page-section.component.js +56 -0
- package/lib/components/sections/page-section/page-section.styles.d.ts +2 -0
- package/lib/components/sections/page-section/page-section.styles.d.ts.map +1 -0
- package/lib/components/sections/page-section/page-section.styles.js +72 -0
- package/lib/components/sections/page-section/page-section.template.d.ts +3 -0
- package/lib/components/sections/page-section/page-section.template.d.ts.map +1 -0
- package/lib/components/sections/page-section/page-section.template.js +30 -0
- package/lib/utils/virtual-scroll/index.d.ts.map +1 -1
- package/package.json +13 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"time-picker.component.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/time-picker/time-picker.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AA8BzE;;;;;;;;;;;GAWG;AACH,qBAMa,mBAAoB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"time-picker.component.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/time-picker/time-picker.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AA8BzE;;;;;;;;;;;GAWG;AACH,qBAMa,mBAAoB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;IACpE,UAAU,EAAG,WAAW,CAAC;IAEhC,gDAAgD;IACzC,KAAK,SAAM;IAElB,uBAAuB;IAChB,WAAW,SAAiB;IAEnC,kBAAkB;IACX,KAAK,SAAM;IAElB,gBAAgB;IACT,IAAI,SAAM;IAEjB,oBAAoB;IACb,KAAK,SAAM;IAElB,iBAAiB;IACV,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAEvC,qBAAqB;IACd,QAAQ,UAAS;IAExB,qBAAqB;IACd,QAAQ,UAAS;IAExB,sCAAsC;IAC/B,GAAG,SAAM;IAEhB,sCAAsC;IAC/B,GAAG,SAAM;IAEhB,uFAAuF;IAChF,IAAI,SAAM;IAEjB,oDAAoD;IAC7C,UAAU,UAAQ;IAEzB,kCAAkC;IAC3B,MAAM,UAAS;IAEtB,2BAA2B;IACpB,QAAQ,SAAK;IAEpB,6BAA6B;IACtB,UAAU,SAAK;IAEtB,6BAA6B;IACtB,UAAU,SAAK;IAEtB,oCAAoC;IAC7B,UAAU,EAAE,IAAI,GAAG,IAAI,CAAQ;IAEtC,OAAO,CAAC,kBAAkB,CAA6B;IAEvD,IAAW,SAAS,IAAI,OAAO,CAE9B;IAED,IAAW,WAAW,IAAI,OAAO,CAEhC;IAED,IAAW,YAAY,IAAI,MAAM,CAEhC;IAED,IAAW,WAAW,IAAI,MAAM,CAQ/B;IAED,IAAW,aAAa,IAAI,MAAM,CAEjC;IAED,IAAW,aAAa,IAAI,MAAM,CAEjC;IAEM,QAAQ,IAAI,IAAI;IAOhB,SAAS,IAAI,IAAI;IAQjB,aAAa,QAAO,IAAI,CAM7B;IAEK,aAAa,QAAO,IAAI,CAS7B;IAEK,aAAa,QAAO,IAAI,CAQ7B;IAEK,eAAe,QAAO,IAAI,CAE/B;IAEK,eAAe,QAAO,IAAI,CAE/B;IAEK,eAAe,QAAO,IAAI,CAE/B;IAEK,eAAe,QAAO,IAAI,CAE/B;IAEK,YAAY,QAAO,IAAI,CAI5B;IAEK,gBAAgB,QAAO,IAAI,CAOhC;IAEK,cAAc,QAAO,IAAI,CAM9B;IAEK,aAAa,GAAI,OAAO,aAAa,KAAG,IAAI,CAQjD;IAEK,eAAe,GAAI,OAAO,KAAK,KAAG,IAAI,CAa3C;IAEK,iBAAiB,GAAI,OAAO,KAAK,KAAG,IAAI,CAO7C;IAEK,iBAAiB,GAAI,OAAO,KAAK,KAAG,IAAI,CAO7C;IAEK,cAAc,QAAO,IAAI,CAK9B;IAEK,gBAAgB,QAAO,IAAI,CAEhC;IAEK,gBAAgB,QAAO,IAAI,CAEhC;IAEK,gBAAgB,GAAI,OAAO,KAAK,KAAG,IAAI,CAE5C;IAEK,oBAAoB,GAAI,OAAO,aAAa,KAAG,IAAI,CAkBxD;IAEF,OAAO,CAAC,QAAQ;IAKhB,OAAO,CAAC,iBAAiB;IAezB,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,QAAQ,CAAC,aAAa,CAY5B;IAEF,OAAO,CAAC,YAAY;IAOpB,OAAO,CAAC,gBAAgB;IAUxB,OAAO,CAAC,cAAc;IAUtB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,YAAY;CAGpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle.component.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/toggle/toggle.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAIpD;;;;;;;;;;;GAWG;AACH,qBAMa,eAAgB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"toggle.component.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/toggle/toggle.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAIpD;;;;;;;;;;;GAWG;AACH,qBAMa,eAAgB,YAAW,WAAW;IAC3C,UAAU,EAAG,WAAW,CAAC;IAEhC,mBAAmB;IACZ,KAAK,SAAM;IAElB,gBAAgB;IACT,IAAI,SAAM;IAEjB,kBAAkB;IACX,IAAI,EAAE,IAAI,CAAQ;IAEzB,oBAAoB;IACb,OAAO,UAAS;IAEvB,qBAAqB;IACd,QAAQ,UAAS;IAEjB,YAAY,GAAI,OAAO,KAAK,KAAG,IAAI,CAgBxC;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.component.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation/card/card.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,KAAK,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAC;AAElE;;;;;;;;;;;;;;;GAeG;AACH,qBAMa,aAAc,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"card.component.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation/card/card.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,KAAK,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAC;AAElE;;;;;;;;;;;;;;;GAeG;AACH,qBAMa,aAAc,YAAW,WAAW;IACzC,UAAU,EAAG,WAAW,CAAC;IAEhC,wBAAwB;IACjB,OAAO,EAAE,WAAW,CAAa;IAExC,uBAAuB;IAChB,SAAS,UAAS;IAEzB,0BAA0B;IACnB,SAAS,UAAS;IAEzB,iDAAiD;IACjD,IAAW,SAAS,IAAI,OAAO,CAE9B;IAED,iDAAiD;IACjD,IAAW,SAAS,IAAI,OAAO,CAE9B;IAEM,WAAW,GAAI,OAAO,UAAU,KAAG,IAAI,CAU5C;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.component.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation/container/container.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,KAAK,aAAa,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAExD;;;;;;;;;;;;;;;GAeG;AACH,qBAMa,kBAAmB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"container.component.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation/container/container.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,KAAK,aAAa,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAExD;;;;;;;;;;;;;;;GAeG;AACH,qBAMa,kBAAmB,YAAW,WAAW;IAC9C,UAAU,EAAG,WAAW,CAAC;IAEhC,uBAAuB;IAChB,IAAI,EAAE,aAAa,CAAQ;IAElC,+CAA+C;IACxC,OAAO,EAAE,MAAM,CAAO;IAE7B,6CAA6C;IACtC,QAAQ,UAAQ;IAEhB,SAAS,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;CAiB1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"divider.component.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation/divider/divider.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAI3D;;;;;;;;;;;GAWG;AACH,qBAMa,gBAAiB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"divider.component.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation/divider/divider.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAI3D;;;;;;;;;;;GAWG;AACH,qBAMa,gBAAiB,YAAW,WAAW;IAC5C,UAAU,EAAG,WAAW,CAAC;IAEhC,0BAA0B;IACnB,WAAW,EAAE,WAAW,CAAgB;IAE/C,qCAAqC;IACrC,IAAW,QAAQ,IAAI,OAAO,CAE7B;CACD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stack.component.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation/stack/stack.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAI3D,KAAK,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,GAAG,UAAU,CAAC;AACrE,KAAK,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE5E;;;;;;;;;;;;;;;GAeG;AACH,qBAMa,cAAe,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"stack.component.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation/stack/stack.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAI3D,KAAK,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,GAAG,UAAU,CAAC;AACrE,KAAK,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE5E;;;;;;;;;;;;;;;GAeG;AACH,qBAMa,cAAe,YAAW,WAAW;IAC1C,UAAU,EAAG,WAAW,CAAC;IAEhC,sBAAsB;IACf,SAAS,EAAE,WAAW,CAAc;IAE3C,mDAAmD;IAC5C,GAAG,EAAE,MAAM,CAAO;IAEzB,2BAA2B;IACpB,KAAK,EAAE,SAAS,CAAa;IAEpC,8BAA8B;IACvB,OAAO,EAAE,OAAO,CAAW;IAElC,0BAA0B;IACnB,IAAI,UAAS;IAEb,SAAS,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;CA0B1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.component.d.ts","sourceRoot":"","sources":["../../../../src/components/general/icon/icon.component.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;GAWG;AACH,qBAMa,aAAa;IACzB,6BAA6B;
|
|
1
|
+
{"version":3,"file":"icon.component.d.ts","sourceRoot":"","sources":["../../../../src/components/general/icon/icon.component.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;GAWG;AACH,qBAMa,aAAa;IACzB,6BAA6B;IACtB,IAAI,EAAE,MAAM,CAAM;IAEzB,2BAA2B;IACpB,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAa;CAC1E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb-item.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumb/breadcrumb-item.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAI9D;;;;;;;;;;GAUG;AACH,qBAMa,uBAAwB,YAAW,WAAW,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"breadcrumb-item.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumb/breadcrumb-item.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAI9D;;;;;;;;;;GAUG;AACH,qBAMa,uBAAwB,YAAW,WAAW,EAAE,QAAQ;IAC7D,UAAU,EAAG,WAAW,CAAC;IAEhC,qDAAqD;IAC9C,IAAI,SAAM;IAEjB,yBAAyB;IAClB,IAAI,SAAM;IAEjB,uCAAuC;IAChC,OAAO,UAAS;IAEvB,mEAAmE;IAC5D,SAAS,EAAE,OAAO,GAAG,SAAS,CAAa;IAE3C,QAAQ,IAAI,IAAI;CASvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumb/breadcrumb.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,KAAK,mBAAmB,GAAG,OAAO,GAAG,SAAS,CAAC;AAE/C;;;;;;;;;;;;;GAaG;AACH,qBAMa,mBAAoB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"breadcrumb.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/breadcrumb/breadcrumb.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,KAAK,mBAAmB,GAAG,OAAO,GAAG,SAAS,CAAC;AAE/C;;;;;;;;;;;;;GAaG;AACH,qBAMa,mBAAoB,YAAW,WAAW;IAC/C,UAAU,EAAG,WAAW,CAAC;IAEhC,oCAAoC;IAC7B,SAAS,EAAE,mBAAmB,CAAa;CAClD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/pagination/pagination.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,MAAM,MAAM,cAAc,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,CAAC;AAEpF;;;;;;;;;;GAUG;AACH,qBAMa,mBAAoB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"pagination.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/pagination/pagination.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,MAAM,MAAM,cAAc,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,CAAC;AAEpF;;;;;;;;;;GAUG;AACH,qBAMa,mBAAoB,YAAW,WAAW;IAC/C,UAAU,EAAG,WAAW,CAAC;IAEhC,oCAAoC;IAC7B,IAAI,SAAK;IAEhB,4BAA4B;IACrB,UAAU,SAAK;IAEtB,qDAAqD;IAC9C,QAAQ,SAAK;IAEpB,IAAW,KAAK,IAAI,cAAc,EAAE,CAmCnC;IAED,IAAW,WAAW,IAAI,OAAO,CAEhC;IAED,IAAW,OAAO,IAAI,OAAO,CAE5B;IAEM,QAAQ,GAAI,MAAM,MAAM,KAAG,IAAI,CAapC;IAEK,QAAQ,QAAO,IAAI,CAExB;IAEK,IAAI,QAAO,IAAI,CAEpB;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar-group.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/sidebar/sidebar-group.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;;;GAYG;AACH,qBAMa,qBAAsB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"sidebar-group.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/sidebar/sidebar-group.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;;;GAYG;AACH,qBAMa,qBAAsB,YAAW,WAAW;IACjD,UAAU,EAAG,WAAW,CAAC;IAEhC,0BAA0B;IACnB,KAAK,SAAM;IAElB,8CAA8C;IACvC,SAAS,UAAS;CACzB"}
|
|
@@ -22,6 +22,8 @@ export declare class SidebarItemComponent implements IElementRef, OnCreate, OnDe
|
|
|
22
22
|
elementRef: HTMLElement;
|
|
23
23
|
/** Icon name */
|
|
24
24
|
icon: string;
|
|
25
|
+
/** Icon format (passed through to ml-icon) */
|
|
26
|
+
'icon-format': 'fill' | 'thin' | 'light' | 'regular' | 'bold' | '';
|
|
25
27
|
/** Display label */
|
|
26
28
|
label: string;
|
|
27
29
|
/** Unique value identifier */
|
|
@@ -45,7 +47,7 @@ export declare class SidebarItemComponent implements IElementRef, OnCreate, OnDe
|
|
|
45
47
|
/** Indentation level for nested items */
|
|
46
48
|
level: string;
|
|
47
49
|
/** Track slotted children */
|
|
48
|
-
_hasChildren
|
|
50
|
+
private _hasChildren;
|
|
49
51
|
/** Check if default slot has children */
|
|
50
52
|
get hasChildren(): boolean;
|
|
51
53
|
onCreate(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar-item.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/sidebar/sidebar-item.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAIrD;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAMa,oBAAqB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"sidebar-item.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/sidebar/sidebar-item.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAIrD;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAMa,oBAAqB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;IACrE,UAAU,EAAG,WAAW,CAAC;IAEhC,gBAAgB;IACT,IAAI,SAAM;IAEjB,8CAA8C;IACvC,aAAa,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,EAAE,CAAM;IAE/E,oBAAoB;IACb,KAAK,SAAM;IAElB,8BAA8B;IACvB,KAAK,SAAM;IAElB,qBAAqB;IACd,IAAI,SAAM;IAEjB,+CAA+C;IACxC,MAAM,UAAS;IAEtB,qBAAqB;IACd,QAAQ,UAAS;IAExB,iBAAiB;IACV,KAAK,SAAM;IAElB,0BAA0B;IACnB,aAAa,EAAE,UAAU,CAAa;IAE7C,oBAAoB;IACb,QAAQ,UAAS;IAExB,6BAA6B;IACtB,QAAQ,UAAS;IAExB,2DAA2D;IACpD,SAAS,UAAS;IAEzB,yCAAyC;IAClC,KAAK,SAAO;IAEnB,6BAA6B;IAC7B,OAAO,CAAC,YAAY,CAAS;IAE7B,yCAAyC;IACzC,IAAW,WAAW,IAAI,OAAO,CAEhC;IAEM,QAAQ,IAAI,IAAI;IAKhB,SAAS,IAAI,IAAI;IAIxB,oDAAoD;IAC7C,gBAAgB,GAAI,OAAO,KAAK,KAAG,IAAI,CAI5C;IAEF,2BAA2B;IACpB,WAAW,GAAI,OAAO,KAAK,KAAG,IAAI,CAiBvC;CACF"}
|
|
@@ -29,6 +29,8 @@ let SidebarItemComponent = class SidebarItemComponent {
|
|
|
29
29
|
constructor() {
|
|
30
30
|
/** Icon name */
|
|
31
31
|
this.icon = '';
|
|
32
|
+
/** Icon format (passed through to ml-icon) */
|
|
33
|
+
this['icon-format'] = '';
|
|
32
34
|
/** Display label */
|
|
33
35
|
this.label = '';
|
|
34
36
|
/** Unique value identifier */
|
|
@@ -93,7 +95,7 @@ SidebarItemComponent = __decorate([
|
|
|
93
95
|
selector: 'ml-sidebar-item',
|
|
94
96
|
template: sidebarItemTemplate,
|
|
95
97
|
styles: sidebarItemStyles,
|
|
96
|
-
attributes: ['icon', 'label', 'value', 'href', 'active', 'disabled', 'badge', 'badge-color', 'external', 'expanded', 'collapsed', 'level']
|
|
98
|
+
attributes: ['icon', 'icon-format', 'label', 'value', 'href', 'active', 'disabled', 'badge', 'badge-color', 'external', 'expanded', 'collapsed', 'level']
|
|
97
99
|
})
|
|
98
100
|
], SidebarItemComponent);
|
|
99
101
|
export { SidebarItemComponent };
|
|
@@ -5,7 +5,7 @@ export function sidebarItemTemplate(c) {
|
|
|
5
5
|
const content = html `
|
|
6
6
|
<div class="ml-sidebar-item__leading">
|
|
7
7
|
<slot name="leading">
|
|
8
|
-
${when(!!c.icon, () => html `<ml-icon icon=${c.icon} size="sm"></ml-icon>`)}
|
|
8
|
+
${when(!!c.icon, () => html `<ml-icon icon=${c.icon} size="sm" format=${c['icon-format'] || 'regular'}></ml-icon>`)}
|
|
9
9
|
</slot>
|
|
10
10
|
</div>
|
|
11
11
|
${when(!isCollapsed, () => html `
|
|
@@ -40,8 +40,6 @@ export declare class SidebarComponent implements IElementRef, OnCreate, OnDestro
|
|
|
40
40
|
navigation: SidebarNavGroup[];
|
|
41
41
|
/** Footer navigation config */
|
|
42
42
|
footerNavigation: SidebarNavItem[];
|
|
43
|
-
/** Internal tracking of slotted items */
|
|
44
|
-
_slottedItems: HTMLElement[];
|
|
45
43
|
/** Debounce timer for hover */
|
|
46
44
|
private _hoverTimer;
|
|
47
45
|
/** Bound event handlers */
|
|
@@ -58,7 +56,7 @@ export declare class SidebarComponent implements IElementRef, OnCreate, OnDestro
|
|
|
58
56
|
onRender(): void;
|
|
59
57
|
onDestroy(): void;
|
|
60
58
|
/** Handle slotted items change */
|
|
61
|
-
handleDefaultSlotChange: (
|
|
59
|
+
handleDefaultSlotChange: () => void;
|
|
62
60
|
/** Handle config item click */
|
|
63
61
|
handleConfigItemClick: (value: string, href?: string) => void;
|
|
64
62
|
/** Handle config submenu toggle */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/sidebar/sidebar.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACnF,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAI1F;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,qBAMa,gBAAiB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"sidebar.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/sidebar/sidebar.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACnF,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAI1F;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,qBAMa,gBAAiB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ;IAC3E,UAAU,EAAG,WAAW,CAAC;IAEhC,qBAAqB;IACd,OAAO,EAAE,cAAc,CAAa;IAE3C,kCAAkC;IAC3B,MAAM,SAAM;IAEnB,yDAAyD;IAClD,SAAS,UAAS;IAEzB,yDAAyD;IAClD,UAAU,EAAE,eAAe,EAAE,CAAM;IAE1C,+BAA+B;IACxB,gBAAgB,EAAE,cAAc,EAAE,CAAM;IAE/C,+BAA+B;IAC/B,OAAO,CAAC,WAAW,CAA8C;IAEjE,2BAA2B;IAC3B,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAA+B;IAChE,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAgC;IAClE,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAgC;IAElE,uCAAuC;IACvC,IAAW,SAAS,IAAI,OAAO,CAE9B;IAED,wCAAwC;IACxC,IAAW,UAAU,IAAI,OAAO,CAE/B;IAED,qCAAqC;IACrC,IAAW,OAAO,IAAI,OAAO,CAE5B;IAEM,QAAQ,IAAI,IAAI;IAgBhB,QAAQ,IAAI,IAAI;IAIhB,SAAS,IAAI,IAAI;IAUxB,kCAAkC;IAC3B,uBAAuB,QAAO,IAAI,CAEvC;IAEF,+BAA+B;IACxB,qBAAqB,GAAI,OAAO,MAAM,EAAE,OAAO,MAAM,KAAG,IAAI,CAEjE;IAEF,mCAAmC;IAC5B,kBAAkB,GAAI,MAAM,cAAc,KAAG,IAAI,CAQtD;IAEF,0BAA0B;IACnB,aAAa,GAAI,OAAO,aAAa,KAAG,IAAI,CAmCjD;IAEF,kCAAkC;IAC3B,aAAa,cAAqB;IAEzC,uBAAuB;IACvB,OAAO,CAAC,YAAY;IAqBpB,8CAA8C;IAC9C,OAAO,CAAC,WAAW;IAKnB,0CAA0C;IAC1C,OAAO,CAAC,YAAY;IASpB,0CAA0C;IAC1C,OAAO,CAAC,YAAY;IASpB,2DAA2D;IAC3D,OAAO,CAAC,gBAAgB;CAexB"}
|
|
@@ -47,8 +47,6 @@ let SidebarComponent = class SidebarComponent {
|
|
|
47
47
|
this.navigation = [];
|
|
48
48
|
/** Footer navigation config */
|
|
49
49
|
this.footerNavigation = [];
|
|
50
|
-
/** Internal tracking of slotted items */
|
|
51
|
-
this._slottedItems = [];
|
|
52
50
|
/** Debounce timer for hover */
|
|
53
51
|
this._hoverTimer = null;
|
|
54
52
|
/** Bound event handlers */
|
|
@@ -56,9 +54,7 @@ let SidebarComponent = class SidebarComponent {
|
|
|
56
54
|
this._handleMouseEnter = this.onMouseEnter.bind(this);
|
|
57
55
|
this._handleMouseLeave = this.onMouseLeave.bind(this);
|
|
58
56
|
/** Handle slotted items change */
|
|
59
|
-
this.handleDefaultSlotChange = (
|
|
60
|
-
const slot = event.target;
|
|
61
|
-
this._slottedItems = slot.assignedElements({ flatten: true });
|
|
57
|
+
this.handleDefaultSlotChange = () => {
|
|
62
58
|
this.updateItemStates();
|
|
63
59
|
};
|
|
64
60
|
/** Handle config item click */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"step-panel.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/steps/step-panel.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;GAUG;AACH,qBAMa,kBAAmB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"step-panel.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/steps/step-panel.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;GAUG;AACH,qBAMa,kBAAmB,YAAW,WAAW;IAC9C,UAAU,EAAG,WAAW,CAAC;IAEhC,kDAAkD;IAC3C,KAAK,SAAM;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"step.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/steps/step.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,cAAc,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAI/G;;;;;;;;;;GAUG;AACH,qBAMa,aAAc,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"step.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/steps/step.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,cAAc,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAI/G;;;;;;;;;;GAUG;AACH,qBAMa,aAAc,YAAW,WAAW;IACzC,UAAU,EAAG,WAAW,CAAC;IAEhC,sBAAsB;IACf,KAAK,SAAM;IAElB,iBAAiB;IACV,KAAK,SAAM;IAElB,iCAAiC;IAC1B,WAAW,SAAM;IAExB,oCAAoC;IAC7B,IAAI,SAAM;IAEjB,0BAA0B;IACnB,IAAI,SAAM;IAEjB,wBAAwB;IACjB,QAAQ,UAAS;IAExB,sCAAsC;IAC/B,MAAM,EAAE,UAAU,CAAc;IAEvC,yCAAyC;IAClC,OAAO,EAAE,YAAY,CAAc;IAE1C,0CAA0C;IACnC,SAAS,EAAE,cAAc,CAAW;IAE3C,uCAAuC;IAChC,KAAK,EAAE,UAAU,CAAa;IAErC,6CAA6C;IACtC,WAAW,EAAE,gBAAgB,CAAgB;IAEpD,sCAAsC;IAC/B,aAAa,SAAO;IAE3B,0CAA0C;IACnC,KAAK,UAAS;IAErB,yCAAyC;IAClC,IAAI,UAAS;IAEpB,4CAA4C;IACrC,OAAO,UAAS;IAEvB,2BAA2B;IACpB,WAAW,QAAO,IAAI,CAU3B;CACF"}
|
|
@@ -45,7 +45,7 @@ export declare class StepsComponent implements IElementRef, OnCreate, OnDestroy,
|
|
|
45
45
|
/** Step configurations (alternative to slotted ml-step elements) */
|
|
46
46
|
steps: StepConfig[];
|
|
47
47
|
/** Internal tracking of slotted steps */
|
|
48
|
-
_slottedSteps
|
|
48
|
+
private _slottedSteps;
|
|
49
49
|
/** Navigation event listener for routed mode */
|
|
50
50
|
private readonly _handleNavigation;
|
|
51
51
|
onCreate(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"steps.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/steps/steps.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACnF,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,cAAc,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAI3H;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,qBAMa,cAAe,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"steps.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/steps/steps.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACnF,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,cAAc,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAI3H;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,qBAMa,cAAe,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ;IACzE,UAAU,EAAG,WAAW,CAAC;IAEhC,kCAAkC;IAC3B,MAAM,SAAM;IAEnB,qBAAqB;IACd,OAAO,EAAE,YAAY,CAAc;IAE1C,yBAAyB;IAClB,WAAW,EAAE,gBAAgB,CAAgB;IAEpD,2BAA2B;IACpB,SAAS,EAAE,cAAc,CAAW;IAE3C,mBAAmB;IACZ,KAAK,EAAE,UAAU,CAAa;IAErC,wBAAwB;IACjB,OAAO,UAAS;IAEvB,gCAAgC;IACzB,MAAM,UAAS;IAEtB,oEAAoE;IAC7D,KAAK,EAAE,UAAU,EAAE,CAAM;IAEhC,yCAAyC;IACzC,OAAO,CAAC,aAAa,CAAqB;IAE1C,gDAAgD;IAChD,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAgC;IAE3D,QAAQ,IAAI,IAAI;IAUhB,QAAQ,IAAI,IAAI;IAIhB,SAAS,IAAI,IAAI;IAQxB,+BAA+B;IACxB,oBAAoB,GAAI,OAAO,KAAK,KAAG,IAAI,CAchD;IAEF,sCAAsC;IAC/B,eAAe,GAAI,WAAW,MAAM,EAAE,OAAO,MAAM,KAAG,IAAI,CAoB/D;IAEF,sCAAsC;IACtC,OAAO,CAAC,sBAAsB,CAG5B;IAEF,iCAAiC;IAC1B,aAAa,GAAI,OAAO,aAAa,KAAG,IAAI,CA8CjD;IAEF,qEAAqE;IAC9D,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,UAAU;IAUnD,0DAA0D;IACnD,oBAAoB,IAAI,MAAM;IAMrC,2BAA2B;IACpB,aAAa,IAAI,MAAM;IAI9B,6CAA6C;IACtC,WAAW,IAAI,UAAU,EAAE;IAelC,wBAAwB;IACxB,OAAO,CAAC,cAAc;IAItB,yCAAyC;IACzC,OAAO,CAAC,uBAAuB;IAiB/B,8BAA8B;IAC9B,OAAO,CAAC,qBAAqB;IAU7B,mCAAmC;IACnC,OAAO,CAAC,SAAS;IAMjB,0CAA0C;IAC1C,OAAO,CAAC,aAAa;IASrB,6CAA6C;IAC7C,OAAO,CAAC,YAAY;CAGpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab-panel.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/tabs/tab-panel.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;;;GAYG;AACH,qBAMa,iBAAkB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"tab-panel.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/tabs/tab-panel.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;;;GAYG;AACH,qBAMa,iBAAkB,YAAW,WAAW;IAC7C,UAAU,EAAG,WAAW,CAAC;IAEhC,iDAAiD;IAC1C,KAAK,SAAM;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/tabs/tab.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;;GAWG;AACH,qBAMa,YAAa,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"tab.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/tabs/tab.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;;GAWG;AACH,qBAMa,YAAa,YAAW,WAAW;IACxC,UAAU,EAAG,WAAW,CAAC;IAEhC,qDAAqD;IAC9C,KAAK,SAAM;IAElB,qBAAqB;IACd,KAAK,SAAM;IAElB,yBAAyB;IAClB,IAAI,SAAM;IAEjB,uBAAuB;IAChB,QAAQ,UAAS;IAExB,+CAA+C;IACxC,MAAM,UAAS;IAEtB,0BAA0B;IACnB,IAAI,SAAM;IAEjB,0BAA0B;IACnB,WAAW,QAAO,IAAI,CAW3B;CACF"}
|
|
@@ -52,7 +52,7 @@ export declare class TabsComponent implements IElementRef, OnCreate, OnDestroy,
|
|
|
52
52
|
/** Tab configurations (alternative to slotted ml-tab elements) */
|
|
53
53
|
tabs: TabConfig[];
|
|
54
54
|
/** Internal tracking of slotted tabs */
|
|
55
|
-
_slottedTabs
|
|
55
|
+
private _slottedTabs;
|
|
56
56
|
/** Navigation event listener for routed mode */
|
|
57
57
|
private readonly _handleNavigation;
|
|
58
58
|
/** Listener for ml:tab-click from slotted ml-tab elements */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/tabs/tabs.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACnF,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI/E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,qBAMa,aAAc,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"tabs.component.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/tabs/tabs.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACnF,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI/E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,qBAMa,aAAc,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ;IACxE,UAAU,EAAG,WAAW,CAAC;IAEhC,iCAAiC;IAC1B,KAAK,SAAM;IAElB,qBAAqB;IACd,OAAO,EAAE,WAAW,CAAU;IAErC,mBAAmB;IACZ,IAAI,EAAE,IAAI,CAAQ;IAEzB,sBAAsB;IACf,WAAW,EAAE,eAAe,CAAgB;IAEnD,gCAAgC;IACzB,MAAM,UAAS;IAEtB,kEAAkE;IAC3D,IAAI,EAAE,SAAS,EAAE,CAAM;IAE9B,wCAAwC;IACxC,OAAO,CAAC,YAAY,CAAqB;IAEzC,gDAAgD;IAChD,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAgC;IAElE,6DAA6D;IAC7D,OAAO,CAAC,QAAQ,CAAC,eAAe,CAG9B;IAEK,QAAQ,IAAI,IAAI;IAShB,QAAQ,IAAI,IAAI;IAKhB,SAAS,IAAI,IAAI;IAQxB,8BAA8B;IACvB,mBAAmB,GAAI,OAAO,KAAK,KAAG,IAAI,CAc/C;IAEF,uBAAuB;IAChB,cAAc,GAAI,UAAU,MAAM,EAAE,OAAO,MAAM,KAAG,IAAI,CAoB7D;IAEF,iCAAiC;IAC1B,aAAa,GAAI,OAAO,aAAa,KAAG,IAAI,CAmCjD;IAEF,4CAA4C;IACrC,UAAU,IAAI,SAAS,EAAE;IAchC,uBAAuB;IACvB,OAAO,CAAC,aAAa;IAIrB,0CAA0C;IAC1C,OAAO,CAAC,eAAe;IAOvB,8BAA8B;IAC9B,OAAO,CAAC,qBAAqB;IAU7B,2BAA2B;IAC3B,OAAO,CAAC,QAAQ;IAMhB,2DAA2D;IAC3D,OAAO,CAAC,aAAa;IASrB,6CAA6C;IAC7C,OAAO,CAAC,YAAY;CAGpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog-ref.class.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/dialog/dialog-ref.class.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE/D,qBAAa,SAAS,CAAC,OAAO,GAAG,OAAO,EAAE,KAAK,GAAG,OAAO;IASvD,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAT3B,OAAO,CAAC,oBAAoB,CAA6B;IACzD,OAAO,CAAC,oBAAoB,CAAwD;IACpF,OAAO,CAAC,KAAK,CAAoB;IACjC,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,QAAQ,CAAC,aAAa,CAA4B;IAC1D,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAmC;gBAGtD,SAAS,EAAE,QAAQ,EACnB,SAAS,EAAE,iBAAiB;IAM9C,
|
|
1
|
+
{"version":3,"file":"dialog-ref.class.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/dialog/dialog-ref.class.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE/D,qBAAa,SAAS,CAAC,OAAO,GAAG,OAAO,EAAE,KAAK,GAAG,OAAO;IASvD,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAT3B,OAAO,CAAC,oBAAoB,CAA6B;IACzD,OAAO,CAAC,oBAAoB,CAAwD;IACpF,OAAO,CAAC,KAAK,CAAoB;IACjC,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,QAAQ,CAAC,aAAa,CAA4B;IAC1D,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAmC;gBAGtD,SAAS,EAAE,QAAQ,EACnB,SAAS,EAAE,iBAAiB;IAM9C,IAAW,QAAQ,IAAI,QAAQ,CAE9B;IAED,IAAW,IAAI,IAAI,KAAK,GAAG,SAAS,CAEnC;IAED,IAAW,YAAY,IAAI,OAAO,CAEjC;IAEM,WAAW,CAAC,MAAM,EAAE,aAAa,CAAC,KAAK,CAAC,GAAG,IAAI;IAyB/C,IAAI,IAAI,IAAI;IAKZ,KAAK,CAAC,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI;IAK7B,WAAW,CAAC,QAAQ,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,WAAW,CAAC,QAAQ,EAAE,CAAC,MAAM,EAAE,OAAO,GAAG,SAAS,KAAK,IAAI,GAAG,IAAI;IAIzE,OAAO,CAAC,QAAQ;IAMhB,OAAO,CAAC,eAAe;CAKvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/dialog/dialog.component.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAKzE,qBAMa,eAAgB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;IAChE,UAAU,EAAG,WAAW,CAAC;IAGhC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAiB;IAEhD,OAAO,CAAC,SAAS,CAAqB;IACtC,OAAO,CAAC,SAAS,CAAqB;IACtC,OAAO,CAAC,UAAU,CAAa;IAC/B,OAAO,CAAC,WAAW,CAAS;
|
|
1
|
+
{"version":3,"file":"dialog.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/dialog/dialog.component.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAKzE,qBAMa,eAAgB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;IAChE,UAAU,EAAG,WAAW,CAAC;IAGhC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAiB;IAEhD,OAAO,CAAC,SAAS,CAAqB;IACtC,OAAO,CAAC,SAAS,CAAqB;IACtC,OAAO,CAAC,UAAU,CAAa;IAC/B,OAAO,CAAC,WAAW,CAAS;IAErB,QAAQ,IAAI,IAAI;IAIvB,OAAO,CAAC,cAAc;IAaf,SAAS,IAAI,IAAI;IAIjB,IAAI,IAAI,IAAI;IAKZ,KAAK,CAAC,CAAC,GAAG,OAAO,EAAE,MAAM,CAAC,EAAE,CAAC,GAAG,IAAI;IAI3C,OAAO,CAAC,cAAc;CAQtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.service.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/dialog/dialog.service.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAI/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAW/D,qBACa,aAAa;IACzB,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAwC;
|
|
1
|
+
{"version":3,"file":"dialog.service.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/dialog/dialog.service.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAI/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAW/D,qBACa,aAAa;IACzB,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAwC;IAE1D,SAAS,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,iBAAiB,GAAG,SAAS;IAerE,YAAY,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI;IAItC,IAAI,CAAC,OAAO,GAAG,OAAO,EAAE,KAAK,GAAG,OAAO,EAAE,eAAe,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAAE,MAAM,CAAC,EAAE,aAAa,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,EAAE,KAAK,CAAC;IAChJ,IAAI,CAAC,OAAO,GAAG,OAAO,EAAE,KAAK,GAAG,OAAO,EAAE,QAAQ,EAAE,QAAQ,GAAG,SAAS,CAAC,OAAO,EAAE,KAAK,CAAC;IA2BvF,KAAK,CAAC,CAAC,GAAG,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,CAAC,EAAE,CAAC,GAAG,IAAI;IAO/D,OAAO,CAAC,aAAa;IAOrB,OAAO,CAAC,WAAW;IAMnB,OAAO,CAAC,aAAa;CAGrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"drawer.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/drawer/drawer.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIzE,KAAK,UAAU,GAAG,MAAM,GAAG,OAAO,CAAC;AACnC,KAAK,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE5C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qBAMa,eAAgB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"drawer.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/drawer/drawer.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIzE,KAAK,UAAU,GAAG,MAAM,GAAG,OAAO,CAAC;AACnC,KAAK,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE5C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qBAMa,eAAgB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;IAChE,UAAU,EAAG,WAAW,CAAC;IAEhC,wCAAwC;IACjC,IAAI,EAAE,UAAU,CAAW;IAElC,mBAAmB;IACZ,IAAI,EAAE,UAAU,CAAQ;IAE/B,kCAAkC;IAC3B,SAAS,UAAQ;IAExB,OAAO,CAAC,SAAS,CAAqB;IACtC,OAAO,CAAC,QAAQ,CAAe;IAE/B,OAAO,KAAK,aAAa,GAExB;IAED,OAAO,CAAC,gBAAgB;IAMjB,QAAQ,IAAI,IAAI;IAOhB,SAAS,IAAI,IAAI;IAKxB,sBAAsB;IACf,IAAI,IAAI,IAAI;IAqBnB,uBAAuB;IAChB,KAAK,QAAO,IAAI,CAiBrB;IAEF,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAIlC;IAEF,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAGjC;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-group.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/dropdown/dropdown-group.component.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;GAYG;AACH,qBAMa,sBAAsB;IAClC,4CAA4C;
|
|
1
|
+
{"version":3,"file":"dropdown-group.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/dropdown/dropdown-group.component.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;GAYG;AACH,qBAMa,sBAAsB;IAClC,4CAA4C;IACrC,KAAK,SAAM;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-item.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/dropdown/dropdown-item.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;;GAWG;AACH,qBAMa,qBAAsB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"dropdown-item.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/dropdown/dropdown-item.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;;GAWG;AACH,qBAMa,qBAAsB,YAAW,WAAW;IACjD,UAAU,EAAG,WAAW,CAAC;IAEhC,uCAAuC;IAChC,KAAK,SAAM;IAElB,gCAAgC;IACzB,IAAI,SAAM;IAEjB,gDAAgD;IACzC,KAAK,SAAM;IAElB,4BAA4B;IACrB,QAAQ,UAAS;IAExB,yBAAyB;IAClB,WAAW,UAAS;IAE3B,+DAA+D;IACxD,OAAO,UAAS;IAEhB,WAAW,QAAO,IAAI,CAU3B;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/dropdown/dropdown.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAMzD;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAMa,iBAAkB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"dropdown.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/dropdown/dropdown.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAMzD;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAMa,iBAAkB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;IAClE,UAAU,EAAG,WAAW,CAAC;IAEhC,yCAAyC;IAClC,SAAS,EAAE,SAAS,CAAkB;IAE7C,yCAAyC;IAClC,MAAM,SAAK;IAElB,qCAAqC;IAC9B,KAAK,UAAS;IAErB,yBAAyB;IAClB,MAAM,UAAS;IAEtB,OAAO,CAAC,aAAa,CAAM;IAC3B,OAAO,CAAC,kBAAkB,CAA6B;IAEhD,QAAQ,IAAI,IAAI;IAUhB,SAAS,IAAI,IAAI;IAUxB,oBAAoB;IACb,IAAI,IAAI,IAAI;IAOnB,qBAAqB;IACd,KAAK,IAAI,IAAI;IAOpB,sBAAsB;IACf,MAAM,QAAO,IAAI,CAKtB;IAEF,OAAO,CAAC,QAAQ,CAAC,YAAY,CAmB3B;IAEF,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAW/B;IAEF,OAAO,CAAC,QAAQ,CAAC,aAAa,CAwD5B;IAEF,OAAO,CAAC,iBAAiB;IAyBzB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,aAAa;IAWrB,OAAO,CAAC,iBAAiB;IAWzB,OAAO,CAAC,gBAAgB;IASxB,OAAO,CAAC,UAAU;IAQlB,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,oBAAoB;IAU5B,OAAO,CAAC,gBAAgB;IAYxB,OAAO,CAAC,cAAc;IAuBtB,OAAO,CAAC,aAAa;IAsBrB,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,SAAS;CAGjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/popover/popover.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAKzD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBAMa,gBAAiB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"popover.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/popover/popover.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAKzD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBAMa,gBAAiB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;IACjE,UAAU,EAAG,WAAW,CAAC;IAEhC,4CAA4C;IACrC,SAAS,EAAE,SAAS,CAAY;IAEvC,4CAA4C;IACrC,MAAM,SAAK;IAElB,0DAA0D;IACnD,MAAM,UAAS;IAEtB,wDAAwD;IACjD,KAAK,UAAS;IAErB,yBAAyB;IAClB,MAAM,UAAS;IAEtB,OAAO,CAAC,kBAAkB,CAA6B;IAEhD,QAAQ,IAAI,IAAI;IAOhB,SAAS,IAAI,IAAI;IAQxB,uBAAuB;IAChB,IAAI,IAAI,IAAI;IAOnB,wBAAwB;IACjB,KAAK,IAAI,IAAI;IAOpB,yBAAyB;IAClB,MAAM,QAAO,IAAI,CAKtB;IAEF,OAAO,CAAC,QAAQ,CAAC,YAAY,CAU3B;IAEF,OAAO,CAAC,gBAAgB;IAYxB,OAAO,CAAC,cAAc;IAuBtB,OAAO,CAAC,aAAa;IAsBrB,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,YAAY;CAGpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/tooltip/tooltip.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAKzD;;;;;;;;;;;;;;;GAeG;AACH,qBAMa,gBAAiB,YAAW,WAAW,EAAE,MAAM,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["../../../../src/components/overlays/tooltip/tooltip.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAKzD;;;;;;;;;;;;;;;GAeG;AACH,qBAMa,gBAAiB,YAAW,WAAW,EAAE,MAAM,EAAE,SAAS;IAC/D,UAAU,EAAG,WAAW,CAAC;IAEhC,2BAA2B;IACpB,OAAO,SAAM;IAEpB,wBAAwB;IACjB,SAAS,EAAE,SAAS,CAAS;IAEpC,gCAAgC;IACzB,KAAK,SAAO;IAEnB,iCAAiC;IAC1B,SAAS,UAAS;IAEzB,OAAO,CAAC,YAAY,CAAuB;IAC3C,OAAO,CAAC,YAAY,CAAuB;IAEpC,MAAM,IAAI,IAAI;IAId,SAAS,IAAI,IAAI;IAKjB,IAAI,QAAO,IAAI,CAUpB;IAEK,IAAI,QAAO,IAAI,CASpB;IAEF,OAAO,CAAC,cAAc;CAiCtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"login-page.component.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/auth/login-page.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,qBAMa,kBAAmB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"login-page.component.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/auth/login-page.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,qBAMa,kBAAmB,YAAW,WAAW;IAC9C,UAAU,EAAG,WAAW,CAAC;IAEhC,qBAAqB;IACd,OAAO,EAAE,UAAU,GAAG,OAAO,CAAc;IAElD,iBAAiB;IACV,KAAK,SAA4B;IAExC,uBAAuB;IAChB,WAAW,SAA8C;IAEhE,uCAAuC;IACvC,IAAW,aAAa,IAAI,OAAO,CAElC;IAED,sCAAsC;IACtC,IAAW,YAAY,IAAI,OAAO,CAEjC;CACD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signup-page.component.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/auth/signup-page.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,qBAMa,mBAAoB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"signup-page.component.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/auth/signup-page.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,qBAMa,mBAAoB,YAAW,WAAW;IAC/C,UAAU,EAAG,WAAW,CAAC;IAEhC,qBAAqB;IACd,OAAO,EAAE,UAAU,GAAG,OAAO,CAAc;IAElD,iBAAiB;IACV,KAAK,SAAuB;IAEnC,uBAAuB;IAChB,WAAW,SAA+B;IAEjD,uCAAuC;IACvC,IAAW,aAAa,IAAI,OAAO,CAElC;IAED,sCAAsC;IACtC,IAAW,YAAY,IAAI,OAAO,CAEjC;CACD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-page.component.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/dashboard/dashboard-page.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAE1D;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBAMa,sBAAuB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"dashboard-page.component.d.ts","sourceRoot":"","sources":["../../../../src/components/pages/dashboard/dashboard-page.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAE1D;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBAMa,sBAAuB,YAAW,WAAW;IAClD,UAAU,EAAG,WAAW,CAAC;IAEhC,iBAAiB;IACV,KAAK,SAAM;IAElB,uBAAuB;IAChB,WAAW,SAAM;IAExB,6BAA6B;IACtB,MAAM,EAAE,eAAe,CAAa;IAE3C,wCAAwC;IACxC,IAAW,UAAU,IAAI,OAAO,CAE/B;IAED,sCAAsC;IACtC,IAAW,QAAQ,IAAI,OAAO,CAE7B;IAED,+CAA+C;IAC/C,IAAW,gBAAgB,IAAI,OAAO,CAErC;CACD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-shell.component.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/app-shell/app-shell.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIzE,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,OAAO,CAAC;AAE/C;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAMa,iBAAkB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"app-shell.component.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/app-shell/app-shell.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIzE,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,OAAO,CAAC;AAE/C;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAMa,iBAAkB,YAAW,WAAW,EAAE,QAAQ,EAAE,SAAS;IAClE,UAAU,EAAG,WAAW,CAAC;IAEhC,iDAAiD;IAC1C,kBAAkB,EAAE,eAAe,CAAU;IAEpD,uCAAuC;IAChC,mBAAmB,UAAS;IAEnC,yCAAyC;IAClC,cAAc,UAAS;IAE9B,oDAAoD;IAC7C,MAAM,UAAS;IAEtB,gDAAgD;IACzC,UAAU,UAAS;IAE1B,0CAA0C;IAC1C,OAAO,CAAC,WAAW,CAA+B;IAClD,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAiC;IAE7D,QAAQ,IAAI,IAAI;IAMhB,SAAS,IAAI,IAAI;IAIxB,mCAAmC;IAC5B,mBAAmB,QAAO,IAAI,CAEnC;IAEF,2BAA2B;IACpB,kBAAkB,QAAO,IAAI,CAElC;IAEF,OAAO,CAAC,aAAa;CAOrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hero-section.component.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/hero/hero-section.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,OAAO,GAAG,eAAe,CAAC;AACjE,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC1C,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,QAAQ,GAAG,UAAU,CAAC;AAE5D;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBAMa,oBAAqB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"hero-section.component.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/hero/hero-section.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,OAAO,GAAG,eAAe,CAAC;AACjE,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC1C,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,QAAQ,GAAG,UAAU,CAAC;AAE5D;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBAMa,oBAAqB,YAAW,WAAW;IAChD,UAAU,EAAG,WAAW,CAAC;IAEhC,qBAAqB;IACd,OAAO,EAAE,WAAW,CAAc;IAEzC,2CAA2C;IACpC,IAAI,EAAE,QAAQ,CAAQ;IAE7B,uBAAuB;IAChB,UAAU,EAAE,cAAc,CAAU;IAE3C,gDAAgD;IACzC,KAAK,SAAM;IAElB,wDAAwD;IACjD,WAAW,SAAM;CACxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-header.component.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/page-header/page-header.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;AAEnE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBAMa,mBAAoB,YAAW,WAAW;
|
|
1
|
+
{"version":3,"file":"page-header.component.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/page-header/page-header.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;AAEnE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBAMa,mBAAoB,YAAW,WAAW;IAC/C,UAAU,EAAG,WAAW,CAAC;IAEhC,sBAAsB;IACf,KAAK,SAAM;IAElB,4BAA4B;IACrB,WAAW,SAAM;IAExB,qBAAqB;IACd,OAAO,EAAE,iBAAiB,CAAa;IAE9C,yBAAyB;IAClB,OAAO,UAAQ;IAEtB,2CAA2C;IAC3C,IAAW,aAAa,IAAI,OAAO,CAElC;IAED,sCAAsC;IACtC,IAAW,YAAY,IAAI,OAAO,CAEjC;IAED,4CAA4C;IAC5C,IAAW,kBAAkB,IAAI,OAAO,CAEvC;IAED,wCAAwC;IACxC,IAAW,UAAU,IAAI,OAAO,CAE/B;IAED,qCAAqC;IACrC,IAAW,OAAO,IAAI,OAAO,CAE5B;IAED,qCAAqC;IACrC,IAAW,OAAO,IAAI,OAAO,CAE5B;CACD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/page-section/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PageSectionComponent } from './page-section.component.js';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { IElementRef } from '@melodicdev/core';
|
|
2
|
+
type SectionPadding = 'none' | 'sm' | 'md' | 'lg';
|
|
3
|
+
/**
|
|
4
|
+
* ml-page-section - Titled content section with consistent heading typography
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```html
|
|
8
|
+
* <ml-page-section title="Recent Activity" subtitle="Last 7 days">
|
|
9
|
+
* <div>Section content here</div>
|
|
10
|
+
* </ml-page-section>
|
|
11
|
+
*
|
|
12
|
+
* <ml-page-section title="Members" action-label="View All" action-href="/members">
|
|
13
|
+
* <div>Members list</div>
|
|
14
|
+
* </ml-page-section>
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* @slot default - Section content
|
|
18
|
+
* @slot action - Override for complex action content (replaces action-label link)
|
|
19
|
+
*
|
|
20
|
+
* @cssproperty --ml-page-section-title-font - Title font family (default: 'Cormorant Garamond', serif)
|
|
21
|
+
* @cssproperty --ml-page-section-gap - Gap between header and content (default: var(--ml-space-4))
|
|
22
|
+
*/
|
|
23
|
+
export declare class PageSectionComponent implements IElementRef {
|
|
24
|
+
elementRef: HTMLElement;
|
|
25
|
+
/** Section title */
|
|
26
|
+
title: string;
|
|
27
|
+
/** Subtitle text */
|
|
28
|
+
subtitle: string;
|
|
29
|
+
/** Action link label */
|
|
30
|
+
'action-label': string;
|
|
31
|
+
/** Action link URL */
|
|
32
|
+
'action-href': string;
|
|
33
|
+
/** Content padding */
|
|
34
|
+
padding: SectionPadding;
|
|
35
|
+
/** Check if action slot has content */
|
|
36
|
+
get hasActionSlot(): boolean;
|
|
37
|
+
}
|
|
38
|
+
export {};
|
|
39
|
+
//# sourceMappingURL=page-section.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-section.component.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/page-section/page-section.component.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,KAAK,cAAc,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAElD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,qBAMa,oBAAqB,YAAW,WAAW;IAChD,UAAU,EAAG,WAAW,CAAC;IAEhC,oBAAoB;IACb,KAAK,SAAM;IAElB,oBAAoB;IACb,QAAQ,SAAM;IAErB,wBAAwB;IACjB,cAAc,SAAM;IAE3B,sBAAsB;IACf,aAAa,SAAM;IAE1B,sBAAsB;IACf,OAAO,EAAE,cAAc,CAAQ;IAEtC,uCAAuC;IACvC,IAAW,aAAa,IAAI,OAAO,CAElC;CACD"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { MelodicComponent } from '@melodicdev/core';
|
|
8
|
+
import { pageSectionTemplate } from './page-section.template.js';
|
|
9
|
+
import { pageSectionStyles } from './page-section.styles.js';
|
|
10
|
+
/**
|
|
11
|
+
* ml-page-section - Titled content section with consistent heading typography
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```html
|
|
15
|
+
* <ml-page-section title="Recent Activity" subtitle="Last 7 days">
|
|
16
|
+
* <div>Section content here</div>
|
|
17
|
+
* </ml-page-section>
|
|
18
|
+
*
|
|
19
|
+
* <ml-page-section title="Members" action-label="View All" action-href="/members">
|
|
20
|
+
* <div>Members list</div>
|
|
21
|
+
* </ml-page-section>
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @slot default - Section content
|
|
25
|
+
* @slot action - Override for complex action content (replaces action-label link)
|
|
26
|
+
*
|
|
27
|
+
* @cssproperty --ml-page-section-title-font - Title font family (default: 'Cormorant Garamond', serif)
|
|
28
|
+
* @cssproperty --ml-page-section-gap - Gap between header and content (default: var(--ml-space-4))
|
|
29
|
+
*/
|
|
30
|
+
let PageSectionComponent = class PageSectionComponent {
|
|
31
|
+
constructor() {
|
|
32
|
+
/** Section title */
|
|
33
|
+
this.title = '';
|
|
34
|
+
/** Subtitle text */
|
|
35
|
+
this.subtitle = '';
|
|
36
|
+
/** Action link label */
|
|
37
|
+
this['action-label'] = '';
|
|
38
|
+
/** Action link URL */
|
|
39
|
+
this['action-href'] = '';
|
|
40
|
+
/** Content padding */
|
|
41
|
+
this.padding = 'md';
|
|
42
|
+
}
|
|
43
|
+
/** Check if action slot has content */
|
|
44
|
+
get hasActionSlot() {
|
|
45
|
+
return this.elementRef?.querySelector('[slot="action"]') !== null;
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
PageSectionComponent = __decorate([
|
|
49
|
+
MelodicComponent({
|
|
50
|
+
selector: 'ml-page-section',
|
|
51
|
+
template: pageSectionTemplate,
|
|
52
|
+
styles: pageSectionStyles,
|
|
53
|
+
attributes: ['title', 'subtitle', 'action-label', 'action-href', 'padding']
|
|
54
|
+
})
|
|
55
|
+
], PageSectionComponent);
|
|
56
|
+
export { PageSectionComponent };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-section.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/page-section/page-section.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,iDAsE7B,CAAC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { css } from '@melodicdev/core';
|
|
2
|
+
export const pageSectionStyles = () => css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.ml-page-section__header {
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: flex-start;
|
|
10
|
+
justify-content: space-between;
|
|
11
|
+
gap: var(--ml-space-4);
|
|
12
|
+
margin-bottom: var(--ml-page-section-gap, var(--ml-space-4));
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.ml-page-section__heading {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: column;
|
|
18
|
+
gap: var(--ml-space-1);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.ml-page-section__title {
|
|
22
|
+
margin: 0;
|
|
23
|
+
font-family: var(--ml-page-section-title-font, 'Cormorant Garamond', 'Georgia', serif);
|
|
24
|
+
font-size: var(--ml-page-section-title-size, var(--ml-text-2xl));
|
|
25
|
+
font-weight: var(--ml-font-semibold);
|
|
26
|
+
color: var(--ml-color-text);
|
|
27
|
+
line-height: var(--ml-leading-tight);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.ml-page-section__subtitle {
|
|
31
|
+
margin: 0;
|
|
32
|
+
font-family: var(--ml-font-sans);
|
|
33
|
+
font-size: var(--ml-text-sm);
|
|
34
|
+
color: var(--ml-color-text-muted);
|
|
35
|
+
line-height: var(--ml-leading-normal);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.ml-page-section__action {
|
|
39
|
+
flex-shrink: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.ml-page-section__action-link {
|
|
43
|
+
font-family: var(--ml-font-sans);
|
|
44
|
+
font-size: var(--ml-text-sm);
|
|
45
|
+
font-weight: var(--ml-font-medium);
|
|
46
|
+
color: var(--ml-color-primary);
|
|
47
|
+
text-decoration: none;
|
|
48
|
+
transition: color var(--ml-duration-150) var(--ml-ease-in-out);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.ml-page-section__action-link:hover {
|
|
52
|
+
color: var(--ml-color-primary-hover);
|
|
53
|
+
text-decoration: underline;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/* Padding variants */
|
|
57
|
+
.ml-page-section--pad-none .ml-page-section__content {
|
|
58
|
+
padding: 0;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.ml-page-section--pad-sm .ml-page-section__content {
|
|
62
|
+
padding: var(--ml-space-2) 0;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.ml-page-section--pad-md .ml-page-section__content {
|
|
66
|
+
padding: var(--ml-space-4) 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.ml-page-section--pad-lg .ml-page-section__content {
|
|
70
|
+
padding: var(--ml-space-6) 0;
|
|
71
|
+
}
|
|
72
|
+
`;
|