aril 0.0.67 → 0.0.69
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/README.md +48 -48
- package/boot/host/src/bootstrap.d.ts +3 -1
- package/esm2022/boot/config/apps/src/apps.service.mjs +2 -2
- package/esm2022/boot/host/src/app.component.mjs +3 -1
- package/esm2022/boot/host/src/bootstrap.mjs +4 -2
- package/esm2022/boot/index.mjs +1 -1
- package/esm2022/boot/mfe/index.mjs +1 -1
- package/esm2022/boot/mfe/src/loadStyles.mjs +12 -2
- package/esm2022/http/src/httpClient.mjs +1 -1
- package/esm2022/i18n/index.mjs +1 -1
- package/esm2022/i18n/src/folder-name-token.mjs +1 -1
- package/esm2022/i18n/src/i18n.module.mjs +1 -1
- package/esm2022/i18n/src/loader.mjs +1 -1
- package/esm2022/i18n/src/provideI18n.mjs +1 -1
- package/esm2022/i18n/src/provideScope.mjs +1 -1
- package/esm2022/keycloak/index.mjs +1 -1
- package/esm2022/keycloak/src/auth.guard.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/theme/index.mjs +1 -1
- package/esm2022/theme/layout/app/breadcrumb/app.breadcrumb.component.mjs +3 -3
- package/esm2022/theme/layout/app/config/app.config.component.mjs +3 -3
- package/esm2022/theme/layout/app/layout/app.layout.component.mjs +3 -3
- package/esm2022/theme/layout/app/menu/app.menu.component.mjs +1 -1
- package/esm2022/theme/layout/app/sidebar/app.sidebar.component.mjs +3 -3
- package/esm2022/theme/layout/app/topbar/app.topbar.component.mjs +45 -4
- package/esm2022/theme/layout/service/app.menu.service.mjs +8 -8
- package/esm2022/theme/layout/service/menuchangeevent.mjs +1 -1
- package/esm2022/ui/badge/index.mjs +1 -1
- package/esm2022/ui/badge/src/badge.component.mjs +3 -3
- package/esm2022/ui/button/index.mjs +1 -1
- package/esm2022/ui/button/src/split-button.component.mjs +3 -3
- package/esm2022/ui/calendar/index.mjs +1 -1
- package/esm2022/ui/calendar/src/calendar.component.mjs +4 -3
- package/esm2022/ui/checkbox/index.mjs +1 -1
- package/esm2022/ui/checkbox/src/check-box.component.mjs +3 -3
- package/esm2022/ui/checkbox/src/tri-state-checkbox.component.mjs +3 -3
- package/esm2022/ui/dxField/index.mjs +1 -1
- package/esm2022/ui/field/index.mjs +1 -1
- package/esm2022/ui/fileUpload/index.mjs +1 -1
- package/esm2022/ui/form/index.mjs +1 -1
- package/esm2022/ui/form/src/form-submit-button.component.mjs +3 -3
- package/esm2022/ui/form/src/form.component.mjs +1 -1
- package/esm2022/ui/index.mjs +1 -1
- package/esm2022/ui/lib/index.mjs +1 -1
- package/esm2022/ui/lib/src/form/form-error-message.component.mjs +9 -9
- package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +1 -1
- package/esm2022/ui/lib/src/form/form-field-builder.mjs +1 -1
- package/esm2022/ui/lib/src/form/form-validation.mjs +1 -1
- package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +1 -1
- package/esm2022/ui/lib/src/input/baseInput.mjs +1 -1
- package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +1 -1
- package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +1 -1
- package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +1 -1
- package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +1 -1
- package/esm2022/ui/lib/src/input/input-transforms.mjs +1 -1
- package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +1 -1
- package/esm2022/ui/mask/index.mjs +1 -1
- package/esm2022/ui/mask/src/mask.component.mjs +3 -3
- package/esm2022/ui/number/index.mjs +1 -1
- package/esm2022/ui/number/src/number.component.mjs +4 -3
- package/esm2022/ui/overlayPanel/index.mjs +1 -1
- package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +3 -3
- package/esm2022/ui/panel/index.mjs +1 -1
- package/esm2022/ui/panel/src/panel.component.mjs +3 -3
- package/esm2022/ui/password/index.mjs +1 -1
- package/esm2022/ui/password/src/password.component.mjs +3 -3
- package/esm2022/ui/radioButton/index.mjs +1 -1
- package/esm2022/ui/radioButton/src/radio-button.component.mjs +3 -3
- package/esm2022/ui/selectBox/index.mjs +1 -1
- package/esm2022/ui/selectBox/src/select-box.component.mjs +4 -4
- package/esm2022/ui/switch/index.mjs +1 -1
- package/esm2022/ui/switch/src/switch.component.mjs +3 -3
- package/esm2022/ui/table/src/i18n.mjs +1 -1
- package/esm2022/ui/table/src/table.component.mjs +4 -8
- package/esm2022/ui/tagBox/index.mjs +1 -1
- package/esm2022/ui/tagBox/src/tag-box.component.mjs +3 -3
- package/esm2022/ui/text/index.mjs +1 -1
- package/esm2022/ui/text/src/text.component.mjs +3 -3
- package/esm2022/ui/textArea/index.mjs +1 -1
- package/esm2022/ui/textArea/src/text-area.component.mjs +3 -3
- package/esm2022/ui/tree/index.mjs +1 -1
- package/esm2022/ui/tree/src/tree.component.mjs +3 -3
- package/esm2022/ui/treeTable/index.mjs +1 -1
- package/esm2022/ui/treeTable/src/tree-table.component.mjs +3 -3
- package/esm2022/ui/value/index.mjs +1 -1
- package/esm2022/util/block/index.mjs +1 -1
- package/esm2022/util/custom_pages/index.mjs +1 -1
- package/esm2022/util/index.mjs +1 -1
- package/esm2022/util/init-event/index.mjs +1 -1
- package/esm2022/util/init-event/src/init-event.directive.mjs +1 -1
- package/esm2022/util/lib/index.mjs +1 -1
- package/esm2022/util/lib/src/interfaces.mjs +1 -1
- package/esm2022/util/lib/src/module-router.mjs +1 -1
- package/esm2022/util/lib/src/types.mjs +1 -1
- package/esm2022/util/loaders/index.mjs +1 -1
- package/esm2022/util/loaders/script/script.loader.service.mjs +1 -1
- package/esm2022/util/loaders/style/style.loader.service.mjs +1 -1
- package/esm2022/util/primitive-extensions/index.mjs +1 -1
- package/esm2022/util/primitive-extensions/src/boolean.extensions.mjs +1 -1
- package/esm2022/util/primitive-extensions/src/date.extensions.mjs +1 -1
- package/esm2022/util/primitive-extensions/src/number.extensions.mjs +1 -1
- package/esm2022/util/primitive-extensions/src/string.extensions.mjs +1 -1
- package/esm2022/util/pub-sub/index.mjs +1 -1
- package/fesm2022/aril-boot-config-apps.mjs +1 -1
- package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
- package/fesm2022/aril-boot-host.mjs +5 -2
- package/fesm2022/aril-boot-host.mjs.map +1 -1
- package/fesm2022/{aril-boot-mfe-app.component-56mRBcx9.mjs → aril-boot-mfe-app.component-LEOxZrWW.mjs} +2 -2
- package/fesm2022/{aril-boot-mfe-app.component-56mRBcx9.mjs.map → aril-boot-mfe-app.component-LEOxZrWW.mjs.map} +1 -1
- package/fesm2022/{aril-boot-mfe-aril-boot-mfe-oBeQubOm.mjs → aril-boot-mfe-aril-boot-mfe-WTaS-jzb.mjs} +13 -3
- package/fesm2022/aril-boot-mfe-aril-boot-mfe-WTaS-jzb.mjs.map +1 -0
- package/fesm2022/aril-boot-mfe.mjs +1 -1
- package/fesm2022/aril-boot.mjs.map +1 -1
- package/fesm2022/aril-http.mjs.map +1 -1
- package/fesm2022/aril-i18n.mjs.map +1 -1
- package/fesm2022/aril-keycloak.mjs.map +1 -1
- package/fesm2022/aril-theme-layout.mjs +57 -17
- package/fesm2022/aril-theme-layout.mjs.map +1 -1
- package/fesm2022/aril-theme.mjs.map +1 -1
- package/fesm2022/aril-ui-badge.mjs +2 -2
- package/fesm2022/aril-ui-badge.mjs.map +1 -1
- package/fesm2022/aril-ui-button.mjs +2 -2
- package/fesm2022/aril-ui-button.mjs.map +1 -1
- package/fesm2022/aril-ui-calendar.mjs +3 -2
- package/fesm2022/aril-ui-calendar.mjs.map +1 -1
- package/fesm2022/aril-ui-checkbox.mjs +4 -4
- package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
- package/fesm2022/aril-ui-form.mjs +2 -2
- package/fesm2022/aril-ui-form.mjs.map +1 -1
- package/fesm2022/aril-ui-lib.mjs +8 -8
- package/fesm2022/aril-ui-lib.mjs.map +1 -1
- package/fesm2022/aril-ui-mask.mjs +2 -2
- package/fesm2022/aril-ui-mask.mjs.map +1 -1
- package/fesm2022/aril-ui-number.mjs +3 -2
- package/fesm2022/aril-ui-number.mjs.map +1 -1
- package/fesm2022/aril-ui-overlayPanel.mjs +2 -2
- package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
- package/fesm2022/aril-ui-panel.mjs +2 -2
- package/fesm2022/aril-ui-panel.mjs.map +1 -1
- package/fesm2022/aril-ui-password.mjs +2 -2
- package/fesm2022/aril-ui-password.mjs.map +1 -1
- package/fesm2022/aril-ui-radioButton.mjs +2 -2
- package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
- package/fesm2022/aril-ui-selectBox.mjs +3 -3
- package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
- package/fesm2022/aril-ui-switch.mjs +2 -2
- package/fesm2022/aril-ui-switch.mjs.map +1 -1
- package/fesm2022/aril-ui-table.mjs +3 -7
- package/fesm2022/aril-ui-table.mjs.map +1 -1
- package/fesm2022/aril-ui-tagBox.mjs +2 -2
- package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
- package/fesm2022/aril-ui-text.mjs +2 -2
- package/fesm2022/aril-ui-text.mjs.map +1 -1
- package/fesm2022/aril-ui-textArea.mjs +2 -2
- package/fesm2022/aril-ui-textArea.mjs.map +1 -1
- package/fesm2022/aril-ui-tree.mjs +2 -2
- package/fesm2022/aril-ui-tree.mjs.map +1 -1
- package/fesm2022/aril-ui-treeTable.mjs +2 -2
- package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
- package/fesm2022/aril-ui.mjs.map +1 -1
- package/fesm2022/aril-util-init-event.mjs.map +1 -1
- package/fesm2022/aril-util-lib.mjs.map +1 -1
- package/fesm2022/aril-util-loaders.mjs.map +1 -1
- package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
- package/fesm2022/aril-util.mjs.map +1 -1
- package/fesm2022/aril.mjs +15 -2
- package/fesm2022/aril.mjs.map +1 -1
- package/package.json +37 -37
- package/styles/ui/ui.common.scss +24 -24
- package/theme/index.ts +1 -1
- package/theme/layout/app/breadcrumb/app.breadcrumb.component.html +1 -1
- package/theme/layout/app/config/app.config.component.html +142 -142
- package/theme/layout/app/config/app.config.component.ts +143 -143
- package/theme/layout/app/layout/app.layout.component.html +2 -3
- package/theme/layout/app/layout/app.layout.component.ts +172 -172
- package/theme/layout/app/menu/app.menu.component.ts +2 -2
- package/theme/layout/app/sidebar/app.sidebar.component.html +2 -23
- package/theme/layout/app/sidebar/app.sidebar.component.ts +44 -44
- package/theme/layout/app/topbar/app.topbar.component.d.ts +2 -0
- package/theme/layout/app/topbar/app.topbar.component.html +39 -31
- package/theme/layout/app/topbar/app.topbar.component.ts +42 -2
- package/theme/layout/ng-package.json +6 -6
- package/theme/layout/service/app.menu.service.ts +7 -7
- package/theme/layout/service/menuchangeevent.ts +4 -4
- package/theme/ng-package.json +6 -6
- package/theme/styles/layout/_animation.scss +53 -53
- package/theme/styles/layout/_breadcrumb.scss +21 -21
- package/theme/styles/layout/_config.scss +42 -42
- package/theme/styles/layout/_content.scss +3 -3
- package/theme/styles/layout/_fonts.scss +40 -40
- package/theme/styles/layout/_layout_dark.scss +5 -5
- package/theme/styles/layout/_layout_dim.scss +5 -5
- package/theme/styles/layout/_layout_light.scss +5 -5
- package/theme/styles/layout/_main.scss +28 -28
- package/theme/styles/layout/_profile.scss +10 -10
- package/theme/styles/layout/_responsive.scss +115 -111
- package/theme/styles/layout/_sidebar_drawer.scss +234 -234
- package/theme/styles/layout/_sidebar_horizontal.scss +163 -163
- package/theme/styles/layout/_sidebar_reveal.scss +201 -201
- package/theme/styles/layout/_sidebar_slim.scss +144 -144
- package/theme/styles/layout/_sidebar_slim_plus.scss +7 -4
- package/theme/styles/layout/_sidebar_vertical.scss +153 -153
- package/theme/styles/layout/_topbar.scss +26 -18
- package/theme/styles/layout/_typography.scss +68 -68
- package/theme/styles/layout/_utils.scss +24 -24
- package/theme/styles/layout/layout.scss +24 -24
- package/theme/styles/layout/menutheme/_colorscheme.scss +11 -11
- package/theme/styles/layout/menutheme/_menutheme.scss +3 -3
- package/theme/styles/layout/menutheme/_transparent.scss +26 -26
- package/theme/styles/layout/preloading.scss +84 -84
- package/theme/styles/theme/base/_colors.scss +17 -17
- package/theme/styles/theme/base/_common.scss +76 -76
- package/theme/styles/theme/base/_components.scss +106 -106
- package/theme/styles/theme/base/_mixins.scss +337 -337
- package/theme/styles/theme/base/components/button/_button.scss +576 -576
- package/theme/styles/theme/base/components/button/_speeddial.scss +96 -96
- package/theme/styles/theme/base/components/button/_splitbutton.scss +348 -348
- package/theme/styles/theme/base/components/data/_carousel.scss +37 -37
- package/theme/styles/theme/base/components/data/_datatable.scss +338 -338
- package/theme/styles/theme/base/components/data/_dataview.scss +46 -46
- package/theme/styles/theme/base/components/data/_filter.scss +137 -137
- package/theme/styles/theme/base/components/data/_orderlist.scss +114 -114
- package/theme/styles/theme/base/components/data/_organizationchart.scss +50 -50
- package/theme/styles/theme/base/components/data/_paginator.scss +92 -92
- package/theme/styles/theme/base/components/data/_picklist.scss +114 -114
- package/theme/styles/theme/base/components/data/_timeline.scss +35 -35
- package/theme/styles/theme/base/components/data/_tree.scss +150 -150
- package/theme/styles/theme/base/components/data/_treetable.scss +255 -255
- package/theme/styles/theme/base/components/data/_virtualscroller.scss +28 -28
- package/theme/styles/theme/base/components/file/_fileupload.scss +64 -64
- package/theme/styles/theme/base/components/input/_autocomplete.scss +136 -136
- package/theme/styles/theme/base/components/input/_calendar.scss +267 -267
- package/theme/styles/theme/base/components/input/_cascadeselect.scss +135 -135
- package/theme/styles/theme/base/components/input/_checkbox.scss +94 -94
- package/theme/styles/theme/base/components/input/_chips.scss +65 -65
- package/theme/styles/theme/base/components/input/_colorpicker.scss +19 -19
- package/theme/styles/theme/base/components/input/_dropdown.scss +151 -151
- package/theme/styles/theme/base/components/input/_editor.scss +122 -122
- package/theme/styles/theme/base/components/input/_inputgroup.scss +75 -75
- package/theme/styles/theme/base/components/input/_inputmask.scss +16 -16
- package/theme/styles/theme/base/components/input/_inputnumber.scss +28 -28
- package/theme/styles/theme/base/components/input/_inputswitch.scss +60 -60
- package/theme/styles/theme/base/components/input/_inputtext.scss +100 -100
- package/theme/styles/theme/base/components/input/_listbox.scss +97 -97
- package/theme/styles/theme/base/components/input/_multiselect.scss +177 -177
- package/theme/styles/theme/base/components/input/_password.scss +52 -52
- package/theme/styles/theme/base/components/input/_radiobutton.scss +78 -78
- package/theme/styles/theme/base/components/input/_rating.scss +60 -60
- package/theme/styles/theme/base/components/input/_selectbutton.scss +50 -50
- package/theme/styles/theme/base/components/input/_slider.scss +75 -75
- package/theme/styles/theme/base/components/input/_togglebutton.scss +48 -48
- package/theme/styles/theme/base/components/input/_treeselect.scss +139 -139
- package/theme/styles/theme/base/components/menu/_breadcrumb.scss +42 -42
- package/theme/styles/theme/base/components/menu/_contextmenu.scss +39 -39
- package/theme/styles/theme/base/components/menu/_dock.scss +95 -95
- package/theme/styles/theme/base/components/menu/_megamenu.scss +55 -55
- package/theme/styles/theme/base/components/menu/_menu.scss +37 -37
- package/theme/styles/theme/base/components/menu/_menubar.scss +140 -140
- package/theme/styles/theme/base/components/menu/_panelmenu.scss +153 -153
- package/theme/styles/theme/base/components/menu/_slidemenu.scss +59 -59
- package/theme/styles/theme/base/components/menu/_steps.scss +56 -56
- package/theme/styles/theme/base/components/menu/_tabmenu.scss +73 -73
- package/theme/styles/theme/base/components/menu/_tieredmenu.scss +43 -43
- package/theme/styles/theme/base/components/messages/_inlinemessage.scss +69 -69
- package/theme/styles/theme/base/components/messages/_message.scss +107 -107
- package/theme/styles/theme/base/components/messages/_toast.scss +99 -99
- package/theme/styles/theme/base/components/misc/_avatar.scss +30 -30
- package/theme/styles/theme/base/components/misc/_badge.scss +48 -48
- package/theme/styles/theme/base/components/misc/_chip.scss +42 -42
- package/theme/styles/theme/base/components/misc/_inplace.scss +16 -16
- package/theme/styles/theme/base/components/misc/_progressbar.scss +17 -17
- package/theme/styles/theme/base/components/misc/_scrolltop.scss +25 -25
- package/theme/styles/theme/base/components/misc/_skeleton.scss +8 -8
- package/theme/styles/theme/base/components/misc/_tag.scss +40 -40
- package/theme/styles/theme/base/components/misc/_terminal.scss +12 -12
- package/theme/styles/theme/base/components/multimedia/_galleria.scss +155 -155
- package/theme/styles/theme/base/components/multimedia/_image.scss +49 -49
- package/theme/styles/theme/base/components/overlay/_confirmpopup.scss +70 -70
- package/theme/styles/theme/base/components/overlay/_dialog.scss +69 -69
- package/theme/styles/theme/base/components/overlay/_overlaypanel.scss +62 -62
- package/theme/styles/theme/base/components/overlay/_sidebar.scss +27 -27
- package/theme/styles/theme/base/components/overlay/_tooltip.scss +33 -33
- package/theme/styles/theme/base/components/panel/_accordion.scss +119 -119
- package/theme/styles/theme/base/components/panel/_card.scss +30 -30
- package/theme/styles/theme/base/components/panel/_divider.scss +31 -31
- package/theme/styles/theme/base/components/panel/_fieldset.scss +47 -47
- package/theme/styles/theme/base/components/panel/_scrollpanel.scss +6 -6
- package/theme/styles/theme/base/components/panel/_splitter.scss +19 -19
- package/theme/styles/theme/base/components/panel/_tabview.scss +82 -82
- package/theme/styles/theme/base/components/panel/_toolbar.scss +11 -11
- package/theme/styles/theme/dark/_extensions.scss +134 -134
- package/theme/styles/theme/dark/_variables.scss +918 -918
- package/theme/styles/theme/dark/blue/theme.scss +14 -14
- package/theme/styles/theme/dark/indigo/theme.scss +14 -14
- package/theme/styles/theme/light/_extensions.scss +116 -116
- package/theme/styles/theme/light/_variables.scss +6 -5
- package/theme/styles/theme/light/blue/theme.scss +14 -14
- package/theme/styles/theme/light/indigo/theme.scss +14 -14
- package/theme/styles/theme/light/lena/theme.scss +14 -0
- package/theme/styles/theme/light/thor/theme.scss +14 -0
- package/theme/styles/theme/light/yeap/theme.scss +14 -0
- package/ui/calendar/src/calendar.component.d.ts +2 -1
- package/ui/number/src/number.component.d.ts +2 -1
- package/fesm2022/aril-boot-mfe-aril-boot-mfe-oBeQubOm.mjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "../../../../node_modules/ng-packagr/ng-package.schema.json",
|
|
3
|
-
"lib": {
|
|
4
|
-
"entryFile": "./index.ts"
|
|
5
|
-
}
|
|
6
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../../../../node_modules/ng-packagr/ng-package.schema.json",
|
|
3
|
+
"lib": {
|
|
4
|
+
"entryFile": "./index.ts"
|
|
5
|
+
}
|
|
6
|
+
}
|
|
@@ -28,7 +28,7 @@ export class AppMenuService {
|
|
|
28
28
|
|
|
29
29
|
public menuItems = computed(() => {
|
|
30
30
|
const config = this.menuConfig();
|
|
31
|
-
config.items.unshift({ root: true, label: 'Home', icon: 'pi pi-fw pi-home', routerLink: '' });
|
|
31
|
+
// config.items.unshift({ root: true, label: 'Home', icon: 'pi pi-fw pi-home', routerLink: '' });
|
|
32
32
|
|
|
33
33
|
if (config.prefix) return config.items.map((item) => this.addPrefix(item, config.prefix));
|
|
34
34
|
else return config.items;
|
|
@@ -36,12 +36,12 @@ export class AppMenuService {
|
|
|
36
36
|
|
|
37
37
|
public subMenuItems = computed(() => {
|
|
38
38
|
const config = this.subMenuConfig();
|
|
39
|
-
config.items.unshift({
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
});
|
|
39
|
+
// config.items.unshift({
|
|
40
|
+
// root: true,
|
|
41
|
+
// label: `${config.prefix?.toUpperCase()} Home`,
|
|
42
|
+
// icon: 'pi pi-fw pi-home',
|
|
43
|
+
// routerLink: ''
|
|
44
|
+
// });
|
|
45
45
|
|
|
46
46
|
if (config.prefix) return config.items.map((item) => this.addPrefix(item, config.prefix));
|
|
47
47
|
else return config.items;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface MenuChangeEvent {
|
|
2
|
-
key: string;
|
|
3
|
-
routeEvent?: boolean;
|
|
4
|
-
}
|
|
1
|
+
export interface MenuChangeEvent {
|
|
2
|
+
key: string;
|
|
3
|
+
routeEvent?: boolean;
|
|
4
|
+
}
|
package/theme/ng-package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
|
|
3
|
-
"lib": {
|
|
4
|
-
"entryFile": "./index.ts"
|
|
5
|
-
}
|
|
6
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
|
|
3
|
+
"lib": {
|
|
4
|
+
"entryFile": "./index.ts"
|
|
5
|
+
}
|
|
6
|
+
}
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
@keyframes px-mask-in {
|
|
2
|
-
from {
|
|
3
|
-
background-color: transparent;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
to {
|
|
7
|
-
background-color: var(--maskbg);
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
@keyframes px-scalein {
|
|
12
|
-
0% {
|
|
13
|
-
opacity: 0;
|
|
14
|
-
transform: scaleY(0.8);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
100% {
|
|
18
|
-
opacity: 1;
|
|
19
|
-
transform: scaleY(1);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@keyframes px-fadein {
|
|
24
|
-
0% {
|
|
25
|
-
opacity: 0;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
100% {
|
|
29
|
-
opacity: 1;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@keyframes px-fadeout {
|
|
34
|
-
0% {
|
|
35
|
-
opacity: 1;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
100% {
|
|
39
|
-
opacity: 0;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.px-scalein {
|
|
44
|
-
animation: px-scalein 0.12s cubic-bezier(0, 0, 0.2, 1);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.px-fadein {
|
|
48
|
-
animation: px-fadein 0.15s linear;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.px-fadeout {
|
|
52
|
-
animation: px-fadeout 0.15s linear;
|
|
53
|
-
}
|
|
1
|
+
@keyframes px-mask-in {
|
|
2
|
+
from {
|
|
3
|
+
background-color: transparent;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
to {
|
|
7
|
+
background-color: var(--maskbg);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@keyframes px-scalein {
|
|
12
|
+
0% {
|
|
13
|
+
opacity: 0;
|
|
14
|
+
transform: scaleY(0.8);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
100% {
|
|
18
|
+
opacity: 1;
|
|
19
|
+
transform: scaleY(1);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@keyframes px-fadein {
|
|
24
|
+
0% {
|
|
25
|
+
opacity: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
100% {
|
|
29
|
+
opacity: 1;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@keyframes px-fadeout {
|
|
34
|
+
0% {
|
|
35
|
+
opacity: 1;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
100% {
|
|
39
|
+
opacity: 0;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.px-scalein {
|
|
44
|
+
animation: px-scalein 0.12s cubic-bezier(0, 0, 0.2, 1);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.px-fadein {
|
|
48
|
+
animation: px-fadein 0.15s linear;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.px-fadeout {
|
|
52
|
+
animation: px-fadeout 0.15s linear;
|
|
53
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
.layout-breadcrumb {
|
|
2
|
-
ol {
|
|
3
|
-
display: flex;
|
|
4
|
-
align-items: center;
|
|
5
|
-
margin: 0;
|
|
6
|
-
padding: 0;
|
|
7
|
-
list-style: none;
|
|
8
|
-
gap: 1rem;
|
|
9
|
-
flex-wrap: wrap;
|
|
10
|
-
color: var(--text-color-secondary);
|
|
11
|
-
|
|
12
|
-
li {
|
|
13
|
-
font-weight: 600;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.content-breadcrumb {
|
|
19
|
-
margin-bottom: 2rem;
|
|
20
|
-
padding: 0 0.5rem;
|
|
21
|
-
}
|
|
1
|
+
.layout-breadcrumb {
|
|
2
|
+
ol {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
margin: 0;
|
|
6
|
+
padding: 0;
|
|
7
|
+
list-style: none;
|
|
8
|
+
gap: 1rem;
|
|
9
|
+
flex-wrap: wrap;
|
|
10
|
+
color: var(--text-color-secondary);
|
|
11
|
+
|
|
12
|
+
li {
|
|
13
|
+
font-weight: 600;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.content-breadcrumb {
|
|
19
|
+
margin-bottom: 2rem;
|
|
20
|
+
padding: 0 0.5rem;
|
|
21
|
+
}
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
.layout-config-button {
|
|
2
|
-
display: block;
|
|
3
|
-
position: fixed;
|
|
4
|
-
width: 3rem;
|
|
5
|
-
height: 3rem;
|
|
6
|
-
line-height: 3rem;
|
|
7
|
-
background: var(--primary-color);
|
|
8
|
-
color: var(--primary-color-text);
|
|
9
|
-
text-align: center;
|
|
10
|
-
top: 50%;
|
|
11
|
-
right: 0;
|
|
12
|
-
margin-top: -1.5rem;
|
|
13
|
-
border-top-left-radius: var(--border-radius);
|
|
14
|
-
border-bottom-left-radius: var(--border-radius);
|
|
15
|
-
border-top-right-radius: 0;
|
|
16
|
-
border-bottom-right-radius: 0;
|
|
17
|
-
transition: background-color var(--transition-duration);
|
|
18
|
-
overflow: hidden;
|
|
19
|
-
cursor: pointer;
|
|
20
|
-
z-index: 999;
|
|
21
|
-
box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.15);
|
|
22
|
-
|
|
23
|
-
i {
|
|
24
|
-
font-size: 2rem;
|
|
25
|
-
line-height: inherit;
|
|
26
|
-
transform: rotate(0deg);
|
|
27
|
-
transition: transform 1s;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
&:hover {
|
|
31
|
-
background: var(--primary-400);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.layout-config-sidebar {
|
|
36
|
-
&.p-sidebar {
|
|
37
|
-
.p-sidebar-content {
|
|
38
|
-
padding-left: 2rem;
|
|
39
|
-
padding-right: 2rem;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
1
|
+
.layout-config-button {
|
|
2
|
+
display: block;
|
|
3
|
+
position: fixed;
|
|
4
|
+
width: 3rem;
|
|
5
|
+
height: 3rem;
|
|
6
|
+
line-height: 3rem;
|
|
7
|
+
background: var(--primary-color);
|
|
8
|
+
color: var(--primary-color-text);
|
|
9
|
+
text-align: center;
|
|
10
|
+
top: 50%;
|
|
11
|
+
right: 0;
|
|
12
|
+
margin-top: -1.5rem;
|
|
13
|
+
border-top-left-radius: var(--border-radius);
|
|
14
|
+
border-bottom-left-radius: var(--border-radius);
|
|
15
|
+
border-top-right-radius: 0;
|
|
16
|
+
border-bottom-right-radius: 0;
|
|
17
|
+
transition: background-color var(--transition-duration);
|
|
18
|
+
overflow: hidden;
|
|
19
|
+
cursor: pointer;
|
|
20
|
+
z-index: 999;
|
|
21
|
+
box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.15);
|
|
22
|
+
|
|
23
|
+
i {
|
|
24
|
+
font-size: 2rem;
|
|
25
|
+
line-height: inherit;
|
|
26
|
+
transform: rotate(0deg);
|
|
27
|
+
transition: transform 1s;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&:hover {
|
|
31
|
+
background: var(--primary-400);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.layout-config-sidebar {
|
|
36
|
+
&.p-sidebar {
|
|
37
|
+
.p-sidebar-content {
|
|
38
|
+
padding-left: 2rem;
|
|
39
|
+
padding-right: 2rem;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
.layout-content-wrapper {
|
|
2
|
-
padding: 1rem;
|
|
3
|
-
}
|
|
1
|
+
.layout-content-wrapper {
|
|
2
|
+
// padding: 1rem;
|
|
3
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
/* poppins-regular - latin */
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: 'Poppins';
|
|
4
|
-
font-style: normal;
|
|
5
|
-
font-weight: 400;
|
|
6
|
-
src:
|
|
7
|
-
local(''),
|
|
8
|
-
url('../../fonts/poppins-v20-latin-regular.woff2') format('woff2'),
|
|
9
|
-
/* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/poppins-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
10
|
-
}
|
|
11
|
-
/* poppins-500 - latin */
|
|
12
|
-
@font-face {
|
|
13
|
-
font-family: 'Poppins';
|
|
14
|
-
font-style: normal;
|
|
15
|
-
font-weight: 500;
|
|
16
|
-
src:
|
|
17
|
-
local(''),
|
|
18
|
-
url('../../fonts/poppins-v20-latin-500.woff2') format('woff2'),
|
|
19
|
-
/* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/poppins-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
20
|
-
}
|
|
21
|
-
/* poppins-600 - latin */
|
|
22
|
-
@font-face {
|
|
23
|
-
font-family: 'Poppins';
|
|
24
|
-
font-style: normal;
|
|
25
|
-
font-weight: 600;
|
|
26
|
-
src:
|
|
27
|
-
local(''),
|
|
28
|
-
url('../../fonts/poppins-v20-latin-600.woff2') format('woff2'),
|
|
29
|
-
/* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/poppins-v20-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
30
|
-
}
|
|
31
|
-
/* poppins-700 - latin */
|
|
32
|
-
@font-face {
|
|
33
|
-
font-family: 'Poppins';
|
|
34
|
-
font-style: normal;
|
|
35
|
-
font-weight: 700;
|
|
36
|
-
src:
|
|
37
|
-
local(''),
|
|
38
|
-
url('../../fonts/poppins-v20-latin-700.woff2') format('woff2'),
|
|
39
|
-
/* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/poppins-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
40
|
-
}
|
|
1
|
+
/* poppins-regular - latin */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Poppins';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: 400;
|
|
6
|
+
src:
|
|
7
|
+
local(''),
|
|
8
|
+
url('../../fonts/poppins-v20-latin-regular.woff2') format('woff2'),
|
|
9
|
+
/* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/poppins-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
10
|
+
}
|
|
11
|
+
/* poppins-500 - latin */
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: 'Poppins';
|
|
14
|
+
font-style: normal;
|
|
15
|
+
font-weight: 500;
|
|
16
|
+
src:
|
|
17
|
+
local(''),
|
|
18
|
+
url('../../fonts/poppins-v20-latin-500.woff2') format('woff2'),
|
|
19
|
+
/* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/poppins-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
20
|
+
}
|
|
21
|
+
/* poppins-600 - latin */
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Poppins';
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-weight: 600;
|
|
26
|
+
src:
|
|
27
|
+
local(''),
|
|
28
|
+
url('../../fonts/poppins-v20-latin-600.woff2') format('woff2'),
|
|
29
|
+
/* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/poppins-v20-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
30
|
+
}
|
|
31
|
+
/* poppins-700 - latin */
|
|
32
|
+
@font-face {
|
|
33
|
+
font-family: 'Poppins';
|
|
34
|
+
font-style: normal;
|
|
35
|
+
font-weight: 700;
|
|
36
|
+
src:
|
|
37
|
+
local(''),
|
|
38
|
+
url('../../fonts/poppins-v20-latin-700.woff2') format('woff2'),
|
|
39
|
+
/* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/poppins-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
40
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.layout-dark {
|
|
2
|
-
--sidebar-shadow: none;
|
|
3
|
-
--sidebar-border: 1px solid var(--surface-border);
|
|
4
|
-
--card-shadow: none;
|
|
5
|
-
}
|
|
1
|
+
.layout-dark {
|
|
2
|
+
--sidebar-shadow: none;
|
|
3
|
+
--sidebar-border: 1px solid var(--surface-border);
|
|
4
|
+
--card-shadow: none;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.layout-dim {
|
|
2
|
-
--sidebar-shadow: none;
|
|
3
|
-
--sidebar-border: 1px solid var(--surface-border);
|
|
4
|
-
--card-shadow: none;
|
|
5
|
-
}
|
|
1
|
+
.layout-dim {
|
|
2
|
+
--sidebar-shadow: none;
|
|
3
|
+
--sidebar-border: 1px solid var(--surface-border);
|
|
4
|
+
--card-shadow: none;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.layout-light {
|
|
2
|
-
--sidebar-shadow: 0px 4px 50px #
|
|
3
|
-
--sidebar-border: 1px solid transparent;
|
|
4
|
-
--card-shadow: 0px 4px 30px rgba(221, 224, 255, 0.54);
|
|
5
|
-
}
|
|
1
|
+
.layout-light {
|
|
2
|
+
--sidebar-shadow: 0px 4px 50px 0px #D9DDFC;
|
|
3
|
+
--sidebar-border: 1px solid transparent;
|
|
4
|
+
--card-shadow: 0px 4px 30px rgba(221, 224, 255, 0.54);
|
|
5
|
+
}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
* {
|
|
2
|
-
box-sizing: border-box;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
html {
|
|
6
|
-
height: 100%;
|
|
7
|
-
font-size: $scale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
body {
|
|
11
|
-
font-weight: 400;
|
|
12
|
-
padding: 0;
|
|
13
|
-
margin: 0;
|
|
14
|
-
min-height: 100%;
|
|
15
|
-
background: var(--surface-ground);
|
|
16
|
-
color: var(--text-color);
|
|
17
|
-
font-family: var(--font-family);
|
|
18
|
-
-webkit-font-smoothing: antialiased;
|
|
19
|
-
-moz-osx-font-smoothing: grayscale;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
a {
|
|
23
|
-
text-decoration: none;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.layout-container {
|
|
27
|
-
min-height: 100vh;
|
|
28
|
-
}
|
|
1
|
+
* {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
html {
|
|
6
|
+
height: 100%;
|
|
7
|
+
font-size: $scale;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
body {
|
|
11
|
+
font-weight: 400;
|
|
12
|
+
padding: 0;
|
|
13
|
+
margin: 0;
|
|
14
|
+
min-height: 100%;
|
|
15
|
+
background: var(--surface-ground);
|
|
16
|
+
color: var(--text-color);
|
|
17
|
+
font-family: var(--font-family);
|
|
18
|
+
-webkit-font-smoothing: antialiased;
|
|
19
|
+
-moz-osx-font-smoothing: grayscale;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
a {
|
|
23
|
+
text-decoration: none;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.layout-container {
|
|
27
|
+
min-height: 100vh;
|
|
28
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
.layout-profile-sidebar {
|
|
2
|
-
&.p-sidebar {
|
|
3
|
-
width: 25rem;
|
|
4
|
-
|
|
5
|
-
.p-sidebar-content {
|
|
6
|
-
padding-left: 2rem;
|
|
7
|
-
padding-right: 2rem;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
1
|
+
.layout-profile-sidebar {
|
|
2
|
+
&.p-sidebar {
|
|
3
|
+
width: 25rem;
|
|
4
|
+
|
|
5
|
+
.p-sidebar-content {
|
|
6
|
+
padding-left: 2rem;
|
|
7
|
+
padding-right: 2rem;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|