@mediusinc/mng-commons 3.6.0-rc.3 → 3.7.0-rc.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/README.md +6 -5
- package/esm2022/index.mjs +6 -3
- package/esm2022/lib/api/models/filter-param.model.mjs +1 -1
- package/esm2022/lib/api/models/index.mjs +1 -3
- package/esm2022/lib/api/models/query-param.model.mjs +1 -1
- package/esm2022/lib/api/models/query-result.model.mjs +12 -1
- package/esm2022/lib/api/services/api.abstract.service.mjs +2 -2
- package/esm2022/lib/api/services/get-all-api.abstract.service.mjs +1 -1
- package/esm2022/lib/api/utils/index.mjs +2 -2
- package/esm2022/lib/api/utils/object-serializer.util.mjs +53 -137
- package/esm2022/lib/components/action/action.component.mjs +17 -16
- package/esm2022/lib/components/action/editor/action-editor.component.mjs +12 -12
- package/esm2022/lib/components/action/localization/data-language-dropdown.component.mjs +7 -7
- package/esm2022/lib/components/action/models/action-component.model.mjs +1 -1
- package/esm2022/lib/components/action/models/action-confirmation-service.model.mjs +1 -1
- package/esm2022/lib/components/action/models/action-execution.model.mjs +5 -5
- package/esm2022/lib/components/action/route/action-route.component.mjs +6 -6
- package/esm2022/lib/components/form/autocomplete/autocomplete.component.mjs +74 -65
- package/esm2022/lib/components/form/date-range/date-range.component.mjs +6 -7
- package/esm2022/lib/components/form/dropdown/dropdown.component.mjs +39 -39
- package/esm2022/lib/components/form/editor/form-editor.component.mjs +14 -16
- package/esm2022/lib/components/form/formly/fields/formly-field-action/formly-field-action.component.mjs +6 -6
- package/esm2022/lib/components/form/formly/fields/formly-field-autocomplete/formly-field-autocomplete.component.mjs +5 -5
- package/esm2022/lib/components/form/formly/fields/formly-field-custom/formly-custom-field-base.model.mjs +3 -3
- package/esm2022/lib/components/form/formly/fields/formly-field-custom/formly-field-custom.component.mjs +3 -3
- package/esm2022/lib/components/form/formly/fields/formly-field-dropdown/formly-field-dropdown.component.mjs +5 -5
- package/esm2022/lib/components/form/formly/fields/formly-field-fieldset/formly-field-fieldset.component.mjs +5 -6
- package/esm2022/lib/components/form/formly/fields/formly-field-input/formly-field-input.component.mjs +10 -13
- package/esm2022/lib/components/form/formly/fields/formly-field-label/formly-field-label.component.mjs +3 -3
- package/esm2022/lib/components/form/formly/fields/formly-field-lookup-dialog/formly-field-lookup-dialog.component.mjs +13 -13
- package/esm2022/lib/components/form/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.mjs +26 -15
- package/esm2022/lib/components/form/formly/fields/formly-field-table-dialog-multiselect/formly-field-table-dialog-multiselect.component.mjs +14 -14
- package/esm2022/lib/components/form/formly/fields/formly-field-tabs/formly-field-tabs.component.mjs +5 -6
- package/esm2022/lib/components/form/formly/wrappers/formly-field-no-label-wrapper/formly-field-no-label-wrapper.component.mjs +5 -6
- package/esm2022/lib/components/form/formly/wrappers/formly-field-wrapper/formly-field-wrapper.component.mjs +39 -18
- package/esm2022/lib/components/layout/breadcrumb.component.mjs +4 -4
- package/esm2022/lib/components/layout/footer.component.mjs +4 -4
- package/esm2022/lib/components/layout/main-layout.component.mjs +8 -8
- package/esm2022/lib/components/layout/menu-item.component.mjs +8 -8
- package/esm2022/lib/components/layout/menu.component.mjs +7 -7
- package/esm2022/lib/components/layout/services/main-layout.component.service.mjs +4 -4
- package/esm2022/lib/components/layout/topbar-user.component.mjs +9 -9
- package/esm2022/lib/components/layout/topbar.component.mjs +8 -8
- package/esm2022/lib/components/layout/version.component.mjs +11 -11
- package/esm2022/lib/components/layoutV2/breadcrumb.component.mjs +6 -6
- package/esm2022/lib/components/layoutV2/footer.component.mjs +3 -3
- package/esm2022/lib/components/layoutV2/main-layout.component.mjs +14 -11
- package/esm2022/lib/components/layoutV2/menu-item.component.mjs +12 -9
- package/esm2022/lib/components/layoutV2/menu.component.mjs +5 -6
- package/esm2022/lib/components/layoutV2/model/layout-state.model.mjs +1 -1
- package/esm2022/lib/components/layoutV2/services/main-layout.component.service.mjs +30 -21
- package/esm2022/lib/components/layoutV2/services/menu.service.mjs +3 -3
- package/esm2022/lib/components/layoutV2/sidebar.component.mjs +18 -9
- package/esm2022/lib/components/layoutV2/topbar-user.component.mjs +6 -6
- package/esm2022/lib/components/layoutV2/topbar.component.mjs +6 -7
- package/esm2022/lib/components/layoutV2/version.component.mjs +11 -11
- package/esm2022/lib/components/pages/error/error.page.component.mjs +4 -4
- package/esm2022/lib/components/pages/not-found/not-found.page.component.mjs +4 -4
- package/esm2022/lib/components/tableview/index.mjs +1 -2
- package/esm2022/lib/components/tableview/models/table.event.mjs +1 -1
- package/esm2022/lib/components/tableview/route/tableview-route.abstract.component.mjs +18 -18
- package/esm2022/lib/components/tableview/route/tableview-route.component.mjs +5 -5
- package/esm2022/lib/components/tableview/table/column-filter-full/column-filter-full.component.mjs +8 -12
- package/esm2022/lib/components/tableview/table/column-value/column-value.component.mjs +9 -32
- package/esm2022/lib/components/tableview/table/table.component.mjs +20 -25
- package/esm2022/lib/components/tableview/tableview.component.mjs +8 -10
- package/esm2022/lib/data-providers/base.data-provider.mjs +43 -12
- package/esm2022/lib/data-providers/editor.data-provider.mjs +82 -14
- package/esm2022/lib/data-providers/lookup.data-provider.mjs +38 -9
- package/esm2022/lib/data-providers/table.data-provider.mjs +41 -14
- package/esm2022/lib/data-providers/tableview-crud.data-provider.mjs +14 -6
- package/esm2022/lib/data-providers/tableview.data-provider.mjs +89 -29
- package/esm2022/lib/descriptors/action/action-confirmation.descriptor.mjs +2 -2
- package/esm2022/lib/descriptors/action/action-editor.descriptor.mjs +262 -0
- package/esm2022/lib/descriptors/action/action-link.descriptor.mjs +90 -0
- package/esm2022/lib/descriptors/action/action.descriptor.mjs +91 -352
- package/esm2022/lib/descriptors/action/index.mjs +3 -1
- package/esm2022/lib/descriptors/editor/editor.descriptor.mjs +215 -102
- package/esm2022/lib/descriptors/editor/field-action.descriptor.mjs +50 -0
- package/esm2022/lib/descriptors/editor/field-base.descriptor.mjs +293 -0
- package/esm2022/lib/descriptors/editor/field-group.descriptor.mjs +97 -0
- package/esm2022/lib/descriptors/editor/field-lookup.descriptor.mjs +211 -0
- package/esm2022/lib/descriptors/editor/field-many.descriptor.mjs +153 -0
- package/esm2022/lib/descriptors/editor/field.descriptor.mjs +81 -852
- package/esm2022/lib/descriptors/editor/index.mjs +6 -1
- package/esm2022/lib/descriptors/editor/internal/editor-fields.model.mjs +2 -0
- package/esm2022/lib/descriptors/editor/internal/editor.model.mjs +2 -0
- package/esm2022/lib/descriptors/filter/filter-lookup.descriptor.mjs +210 -0
- package/esm2022/lib/descriptors/filter/filter.descriptor.mjs +2 -208
- package/esm2022/lib/descriptors/filter/index.mjs +2 -1
- package/esm2022/lib/descriptors/interfaces/lookup-descriptor.interface.mjs +1 -1
- package/esm2022/lib/descriptors/model/index.mjs +2 -0
- package/esm2022/lib/descriptors/model/model.descriptor.mjs +70 -0
- package/esm2022/lib/descriptors/table/column.descriptor.mjs +38 -49
- package/esm2022/lib/descriptors/table/internal/table-columns.model.mjs +2 -0
- package/esm2022/lib/descriptors/table/internal/table.model.mjs +2 -0
- package/esm2022/lib/descriptors/table/table.descriptor.mjs +143 -124
- package/esm2022/lib/descriptors/tableview/internal/tableview.model.mjs +2 -0
- package/esm2022/lib/descriptors/tableview/tableview.descriptor.mjs +240 -131
- package/esm2022/lib/directives/component.directive.mjs +11 -11
- package/esm2022/lib/directives/dialog-keydown-handler.directive.mjs +3 -3
- package/esm2022/lib/directives/template.directive.mjs +9 -9
- package/esm2022/lib/helpers/coercion.mjs +45 -0
- package/esm2022/lib/models/class.model.mjs +2 -0
- package/esm2022/lib/models/enum.model.mjs +1 -1
- package/esm2022/lib/models/index.mjs +4 -1
- package/esm2022/lib/models/radio.model.mjs +2 -0
- package/esm2022/lib/models/tableview-attr.model.mjs +1 -1
- package/esm2022/lib/models/type-registry.model.mjs +2 -0
- package/esm2022/lib/models/view-container.model.mjs +1 -1
- package/esm2022/lib/pipes/boolean.pipe.mjs +3 -3
- package/esm2022/lib/pipes/class-map.pipe.mjs +3 -3
- package/esm2022/lib/pipes/enum.pipe.mjs +6 -6
- package/esm2022/lib/pipes/enumerate-async.pipe.mjs +5 -5
- package/esm2022/lib/pipes/enumerate.pipe.mjs +5 -5
- package/esm2022/lib/pipes/getter.pipe.mjs +5 -5
- package/esm2022/lib/pipes/i18n-property.pipe.mjs +4 -4
- package/esm2022/lib/pipes/json-path.pipe.mjs +3 -3
- package/esm2022/lib/pipes/locale-default-row-class.pipe.mjs +5 -5
- package/esm2022/lib/pipes/parametrize.pipe.mjs +3 -3
- package/esm2022/lib/pipes/template.pipe.mjs +4 -4
- package/esm2022/lib/provide-commons.mjs +4 -4
- package/esm2022/lib/registry/type.registry.mjs +114 -0
- package/esm2022/lib/router/models/router.model.mjs +1 -1
- package/esm2022/lib/router/tableview-route-builder.mjs +5 -5
- package/esm2022/lib/security/authorization.service.mjs +9 -11
- package/esm2022/lib/services/action-executor.service.mjs +14 -12
- package/esm2022/lib/services/commons-init.service.mjs +3 -3
- package/esm2022/lib/services/commons.service.mjs +6 -5
- package/esm2022/lib/services/mng-localstorage-config.service.mjs +4 -4
- package/esm2022/lib/services/navigation.service.mjs +5 -5
- package/esm2022/lib/services/router.service.mjs +4 -4
- package/esm2022/lib/services/version.service.mjs +5 -5
- package/esm2022/lib/services/view-container.component.service.mjs +5 -5
- package/esm2022/lib/styles/styles.util.mjs +1 -1
- package/esm2022/lib/types/action-descriptor.types.mjs +2 -0
- package/esm2022/lib/types/data-provider.types.mjs +2 -0
- package/esm2022/lib/types/getter.type.mjs +2 -0
- package/esm2022/lib/types/index.mjs +5 -2
- package/esm2022/lib/types/localstorage-config-value.type.mjs +2 -0
- package/esm2022/lib/types/type.decorator.mjs +4 -14
- package/esm2022/lib/types/type.model.mjs +1 -1
- package/esm2022/lib/utils/action-data-provider.util.mjs +14 -8
- package/esm2022/lib/utils/decorator-metadata.util.mjs +61 -0
- package/esm2022/lib/utils/editor-formly.util.mjs +6 -5
- package/esm2022/lib/utils/enum.util.mjs +1 -1
- package/esm2022/lib/utils/export.util.mjs +5 -4
- package/esm2022/lib/utils/i18n.util.mjs +22 -22
- package/esm2022/lib/utils/index.mjs +2 -3
- package/esm2022/lib/utils/model.util.mjs +40 -36
- package/esm2022/lib/utils/notification.util.mjs +1 -1
- package/esm2022/lib/utils/tableview.util.mjs +17 -17
- package/fesm2022/mediusinc-mng-commons.mjs +11491 -11384
- package/fesm2022/mediusinc-mng-commons.mjs.map +1 -1
- package/index.d.ts +3 -2
- package/lib/api/models/filter-param.model.d.ts +3 -3
- package/lib/api/models/index.d.ts +0 -2
- package/lib/api/models/query-param.model.d.ts +3 -3
- package/lib/api/models/query-result.model.d.ts +3 -3
- package/lib/api/services/api.abstract.service.d.ts +1 -1
- package/lib/api/utils/index.d.ts +1 -1
- package/lib/api/utils/object-serializer.util.d.ts +3 -19
- package/lib/components/action/action.component.d.ts +5 -5
- package/lib/components/action/editor/action-editor.component.d.ts +7 -7
- package/lib/components/action/localization/data-language-dropdown.component.d.ts +6 -6
- package/lib/components/action/models/action-component.model.d.ts +4 -4
- package/lib/components/action/models/action-confirmation-service.model.d.ts +2 -2
- package/lib/components/action/models/action-execution.model.d.ts +14 -14
- package/lib/components/action/route/action-route.component.d.ts +2 -2
- package/lib/components/form/autocomplete/autocomplete.component.d.ts +15 -18
- package/lib/components/form/dropdown/dropdown.component.d.ts +9 -9
- package/lib/components/form/editor/form-editor.component.d.ts +8 -11
- package/lib/components/form/formly/fields/formly-field-input/formly-field-input.component.d.ts +4 -0
- package/lib/components/form/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.d.ts +4 -4
- package/lib/components/form/formly/wrappers/formly-field-wrapper/formly-field-wrapper.component.d.ts +3 -2
- package/lib/components/layout/topbar-user.component.d.ts +2 -2
- package/lib/components/layout/version.component.d.ts +2 -2
- package/lib/components/layoutV2/model/layout-state.model.d.ts +8 -9
- package/lib/components/layoutV2/services/main-layout.component.service.d.ts +1 -1
- package/lib/components/layoutV2/version.component.d.ts +2 -2
- package/lib/components/tableview/index.d.ts +0 -1
- package/lib/components/tableview/route/tableview-route.abstract.component.d.ts +20 -20
- package/lib/components/tableview/route/tableview-route.component.d.ts +7 -7
- package/lib/components/tableview/table/table.component.d.ts +9 -9
- package/lib/components/tableview/tableview.component.d.ts +8 -8
- package/lib/data-providers/base.data-provider.d.ts +30 -12
- package/lib/data-providers/editor.data-provider.d.ts +86 -23
- package/lib/data-providers/lookup.data-provider.d.ts +24 -11
- package/lib/data-providers/table.data-provider.d.ts +30 -17
- package/lib/data-providers/tableview-crud.data-provider.d.ts +8 -4
- package/lib/data-providers/tableview.data-provider.d.ts +41 -29
- package/lib/descriptors/action/action-confirmation.descriptor.d.ts +3 -3
- package/lib/descriptors/action/action-editor.descriptor.d.ts +115 -0
- package/lib/descriptors/action/action-link.descriptor.d.ts +34 -0
- package/lib/descriptors/action/action.descriptor.d.ts +74 -160
- package/lib/descriptors/action/index.d.ts +2 -0
- package/lib/descriptors/editor/editor.descriptor.d.ts +131 -79
- package/lib/descriptors/editor/field-action.descriptor.d.ts +23 -0
- package/lib/descriptors/editor/field-base.descriptor.d.ts +126 -0
- package/lib/descriptors/editor/field-group.descriptor.d.ts +42 -0
- package/lib/descriptors/editor/field-lookup.descriptor.d.ts +80 -0
- package/lib/descriptors/editor/field-many.descriptor.d.ts +63 -0
- package/lib/descriptors/editor/field.descriptor.d.ts +100 -326
- package/lib/descriptors/editor/index.d.ts +5 -0
- package/lib/descriptors/editor/internal/editor-fields.model.d.ts +32 -0
- package/lib/descriptors/editor/internal/editor.model.d.ts +15 -0
- package/lib/descriptors/filter/filter-lookup.descriptor.d.ts +69 -0
- package/lib/descriptors/filter/filter.descriptor.d.ts +9 -67
- package/lib/descriptors/filter/index.d.ts +1 -0
- package/lib/descriptors/interfaces/lookup-descriptor.interface.d.ts +11 -16
- package/lib/descriptors/model/model.descriptor.d.ts +22 -0
- package/lib/descriptors/table/column.descriptor.d.ts +45 -33
- package/lib/descriptors/table/internal/table-columns.model.d.ts +11 -0
- package/lib/descriptors/table/internal/table.model.d.ts +9 -0
- package/lib/descriptors/table/table.descriptor.d.ts +82 -71
- package/lib/descriptors/tableview/internal/tableview.model.d.ts +11 -0
- package/lib/descriptors/tableview/tableview.descriptor.d.ts +106 -74
- package/lib/directives/component.directive.d.ts +5 -6
- package/lib/directives/template.directive.d.ts +2 -3
- package/lib/helpers/coercion.d.ts +9 -0
- package/lib/models/class.model.d.ts +6 -0
- package/lib/models/enum.model.d.ts +3 -2
- package/lib/models/index.d.ts +3 -0
- package/lib/models/radio.model.d.ts +6 -0
- package/lib/models/tableview-attr.model.d.ts +2 -2
- package/lib/models/type-registry.model.d.ts +7 -0
- package/lib/models/view-container.model.d.ts +6 -6
- package/lib/pipes/getter.pipe.d.ts +2 -1
- package/lib/pipes/i18n-property.pipe.d.ts +1 -1
- package/lib/pipes/locale-default-row-class.pipe.d.ts +2 -2
- package/lib/registry/type.registry.d.ts +25 -0
- package/lib/router/models/router.model.d.ts +5 -5
- package/lib/router/tableview-route-builder.d.ts +6 -6
- package/lib/security/authorization.service.d.ts +4 -7
- package/lib/services/action-executor.service.d.ts +7 -7
- package/lib/services/mng-localstorage-config.service.d.ts +3 -3
- package/lib/services/view-container.component.service.d.ts +3 -3
- package/lib/styles/styles.util.d.ts +5 -5
- package/lib/types/action-descriptor.types.d.ts +4 -0
- package/lib/types/data-provider.types.d.ts +3 -0
- package/lib/types/getter.type.d.ts +2 -0
- package/lib/types/index.d.ts +4 -1
- package/lib/types/localstorage-config-value.type.d.ts +1 -0
- package/lib/types/type.decorator.d.ts +0 -2
- package/lib/types/type.model.d.ts +12 -2
- package/lib/utils/action-data-provider.util.d.ts +6 -5
- package/lib/utils/{type.util.d.ts → decorator-metadata.util.d.ts} +2 -26
- package/lib/utils/editor-formly.util.d.ts +2 -2
- package/lib/utils/enum.util.d.ts +2 -2
- package/lib/utils/export.util.d.ts +2 -2
- package/lib/utils/i18n.util.d.ts +10 -11
- package/lib/utils/index.d.ts +1 -2
- package/lib/utils/model.util.d.ts +5 -3
- package/lib/utils/notification.util.d.ts +4 -4
- package/lib/utils/tableview.util.d.ts +6 -6
- package/openapi/templates/model.mustache +15 -2
- package/openapi/templates/models.mustache +0 -44
- package/package.json +10 -10
- package/scss/mng-commons-dark-v2.scss +2 -2
- package/scss/mng-commons-light-v2.scss +1 -1
- package/scss/v2/theme/{theme-base/components/data → extensions}/_fullcalendar.scss +14 -15
- package/scss/v2/theme/theme-base/_colors.scss +11 -12
- package/scss/v2/theme/theme-base/_common.scss +8 -5
- package/scss/v2/theme/theme-base/_components.scss +93 -89
- package/scss/v2/theme/theme-base/_mixins.scss +205 -71
- package/scss/v2/theme/theme-base/components/button/_button.scss +80 -68
- package/scss/v2/theme/theme-base/components/button/_speeddial.scss +11 -1
- package/scss/v2/theme/theme-base/components/button/_splitbutton.scss +128 -161
- package/scss/v2/theme/theme-base/components/data/_carousel.scss +1 -1
- package/scss/v2/theme/theme-base/components/data/_datatable.scss +3 -3
- package/scss/v2/theme/theme-base/components/data/_dataview.scss +0 -9
- package/scss/v2/theme/theme-base/components/data/_filter.scss +5 -6
- package/scss/v2/theme/theme-base/components/data/_orderlist.scss +15 -4
- package/scss/v2/theme/theme-base/components/data/_organizationchart.scss +1 -1
- package/scss/v2/theme/theme-base/components/data/_picklist.scss +14 -3
- package/scss/v2/theme/theme-base/components/data/_timeline.scss +3 -6
- package/scss/v2/theme/theme-base/components/data/_tree.scss +7 -6
- package/scss/v2/theme/theme-base/components/data/_treetable.scss +3 -4
- package/scss/v2/theme/theme-base/components/file/_fileupload.scss +6 -0
- package/scss/v2/theme/theme-base/components/input/_autocomplete.scss +43 -24
- package/scss/v2/theme/theme-base/components/input/_calendar.scss +9 -5
- package/scss/v2/theme/theme-base/components/input/_cascadeselect.scss +25 -20
- package/scss/v2/theme/theme-base/components/input/_checkbox.scss +9 -5
- package/scss/v2/theme/theme-base/components/input/_chips.scss +24 -13
- package/scss/v2/theme/theme-base/components/input/_dropdown.scss +29 -13
- package/scss/v2/theme/theme-base/components/input/_editor.scss +7 -7
- package/scss/v2/theme/theme-base/components/input/_inputgroup.scss +1 -2
- package/scss/v2/theme/theme-base/components/input/_inputmask.scss +2 -2
- package/scss/v2/theme/theme-base/components/input/_inputnumber.scss +7 -7
- package/scss/v2/theme/theme-base/components/input/_inputswitch.scss +3 -3
- package/scss/v2/theme/theme-base/components/input/_inputtext.scss +4 -3
- package/scss/v2/theme/theme-base/components/input/_listbox.scss +23 -8
- package/scss/v2/theme/theme-base/components/input/_multiselect.scss +31 -27
- package/scss/v2/theme/theme-base/components/input/_radiobutton.scss +2 -2
- package/scss/v2/theme/theme-base/components/input/_rating.scss +33 -28
- package/scss/v2/theme/theme-base/components/input/_treeselect.scss +6 -6
- package/scss/v2/theme/theme-base/components/menu/_breadcrumb.scss +3 -3
- package/scss/v2/theme/theme-base/components/menu/_contextmenu.scss +8 -30
- package/scss/v2/theme/theme-base/components/menu/_dock.scss +11 -2
- package/scss/v2/theme/theme-base/components/menu/_megamenu.scss +14 -65
- package/scss/v2/theme/theme-base/components/menu/_menu.scss +5 -13
- package/scss/v2/theme/theme-base/components/menu/_menubar.scss +32 -80
- package/scss/v2/theme/theme-base/components/menu/_panelmenu.scss +52 -39
- package/scss/v2/theme/theme-base/components/menu/_slidemenu.scss +15 -20
- package/scss/v2/theme/theme-base/components/menu/_steps.scss +2 -2
- package/scss/v2/theme/theme-base/components/menu/_tabmenu.scss +1 -2
- package/scss/v2/theme/theme-base/components/menu/_tieredmenu.scss +10 -32
- package/scss/v2/theme/theme-base/components/messages/_message.scss +2 -2
- package/scss/v2/theme/theme-base/components/messages/_toast.scss +2 -3
- package/scss/v2/theme/theme-base/components/misc/_chip.scss +7 -3
- package/scss/v2/theme/theme-base/components/misc/_inplace.scss +0 -1
- package/scss/v2/theme/theme-base/components/misc/_terminal.scss +9 -8
- package/scss/v2/theme/theme-base/components/multimedia/_galleria.scss +6 -0
- package/scss/v2/theme/theme-base/components/overlay/_confirmpopup.scss +3 -5
- package/scss/v2/theme/theme-base/components/panel/_accordion.scss +4 -4
- package/scss/v2/theme/theme-base/components/panel/_fieldset.scss +1 -1
- package/scss/v2/theme/theme-base/components/panel/_panel.scss +10 -5
- package/scss/v2/theme/theme-base/components/panel/_tabview.scss +6 -2
- package/scss/v2/theme/theme-dark/_variables.scss +756 -765
- package/scss/v2/theme/theme-dark/blue/theme.scss +1 -0
- package/scss/v2/theme/theme-light/_variables.scss +81 -94
- package/scss/v2/theme/theme-light/blue/theme.scss +1 -0
- package/esm2022/lib/api/models/mappers.mjs +0 -13
- package/esm2022/lib/api/models/serialization.model.mjs +0 -2
- package/esm2022/lib/components/tableview/table/column-filter/column-filter.component.mjs +0 -121
- package/esm2022/lib/descriptors/index.mjs +0 -2
- package/esm2022/lib/descriptors/model.descriptor.mjs +0 -45
- package/esm2022/lib/mng-commons.module.mjs +0 -472
- package/esm2022/lib/types/mng-localstorage-config-value.type.mjs +0 -2
- package/esm2022/lib/utils/coercion.util.mjs +0 -6
- package/esm2022/lib/utils/type.util.mjs +0 -94
- package/lib/api/models/mappers.d.ts +0 -6
- package/lib/api/models/serialization.model.d.ts +0 -9
- package/lib/components/tableview/table/column-filter/column-filter.component.d.ts +0 -37
- package/lib/descriptors/model.descriptor.d.ts +0 -18
- package/lib/mng-commons.module.d.ts +0 -105
- package/lib/types/mng-localstorage-config-value.type.d.ts +0 -1
- package/lib/utils/coercion.util.d.ts +0 -2
- package/openapi/templates/serializer-registration/model.mustache +0 -97
- package/openapi/templates/serializer-registration/models.mustache +0 -6
- /package/lib/descriptors/{index.d.ts → model/index.d.ts} +0 -0
|
@@ -9,8 +9,8 @@ $colors: (
|
|
|
9
9
|
'orange': #f57c00,
|
|
10
10
|
'bluegray': #607d8b,
|
|
11
11
|
'purple': #9c27b0,
|
|
12
|
-
'
|
|
13
|
-
'
|
|
12
|
+
'red': #ff3d32,
|
|
13
|
+
'primary': $primaryColor
|
|
14
14
|
);
|
|
15
15
|
|
|
16
16
|
//reused color variables
|
|
@@ -26,24 +26,36 @@ $shade700: #44486d !default; //text color
|
|
|
26
26
|
$solidSurfaceColor: #ececf9 !default;
|
|
27
27
|
|
|
28
28
|
//global
|
|
29
|
-
$fontFamily:
|
|
29
|
+
$fontFamily: 'Inter var', sans-serif !default;
|
|
30
30
|
$fontSize: 1rem !default;
|
|
31
31
|
$fontWeight: normal !default;
|
|
32
32
|
$textColor: $shade700 !default;
|
|
33
33
|
$textSecondaryColor: $shade600 !default;
|
|
34
34
|
$borderRadius: 6px !default;
|
|
35
35
|
$transitionDuration: 0.2s !default;
|
|
36
|
-
$formElementTransition:
|
|
37
|
-
|
|
36
|
+
$formElementTransition:
|
|
37
|
+
background-color $transitionDuration,
|
|
38
|
+
color $transitionDuration,
|
|
39
|
+
border-color $transitionDuration,
|
|
40
|
+
box-shadow $transitionDuration !default;
|
|
41
|
+
$actionIconTransition:
|
|
42
|
+
background-color $transitionDuration,
|
|
43
|
+
color $transitionDuration,
|
|
44
|
+
box-shadow $transitionDuration !default;
|
|
38
45
|
$listItemTransition: box-shadow $transitionDuration !default;
|
|
39
46
|
$primeIconFontSize: 1rem !default;
|
|
40
47
|
$divider: 1px solid $shade300 !default;
|
|
41
48
|
$inlineSpacing: 0.5rem !default;
|
|
42
49
|
$disabledOpacity: 0.6 !default;
|
|
43
|
-
$maskBg: rgba(0, 0, 0, 0.
|
|
50
|
+
$maskBg: rgba(0, 0, 0, 0.4) !default;
|
|
44
51
|
$loadingIconFontSize: 2rem !default;
|
|
45
52
|
$errorColor: #fc6161 !default;
|
|
46
53
|
|
|
54
|
+
//selected state
|
|
55
|
+
$highlightBg: rgba($primaryColor, 0.12) !default;
|
|
56
|
+
$highlightTextColor: darken($primaryDarkerColor, 12%) !default;
|
|
57
|
+
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
|
58
|
+
|
|
47
59
|
//scale
|
|
48
60
|
$scaleSM: 0.875 !default;
|
|
49
61
|
$scaleLG: 1.25 !default;
|
|
@@ -60,7 +72,7 @@ $actionIconHeight: 2rem !default;
|
|
|
60
72
|
$actionIconBg: transparent !default;
|
|
61
73
|
$actionIconBorder: 0 none !default;
|
|
62
74
|
$actionIconColor: $shade600 !default;
|
|
63
|
-
$actionIconHoverBg: $
|
|
75
|
+
$actionIconHoverBg: $shade200 !default;
|
|
64
76
|
$actionIconHoverBorderColor: transparent !default;
|
|
65
77
|
$actionIconHoverColor: $shade700 !default;
|
|
66
78
|
$actionIconBorderRadius: 50% !default;
|
|
@@ -95,13 +107,15 @@ $inputListItemBg: transparent !default;
|
|
|
95
107
|
$inputListItemTextColor: $shade700 !default;
|
|
96
108
|
$inputListItemHoverBg: $shade100 !default;
|
|
97
109
|
$inputListItemTextHoverColor: $shade700 !default;
|
|
110
|
+
$inputListItemFocusBg: $shade300 !default;
|
|
111
|
+
$inputListItemTextFocusColor: $shade700 !default;
|
|
98
112
|
$inputListItemBorder: 0 none !default;
|
|
99
113
|
$inputListItemBorderRadius: 4px !default;
|
|
100
114
|
$inputListItemMargin: 0 !default;
|
|
101
115
|
$inputListItemFocusShadow: 0 none !default;
|
|
102
116
|
$inputListHeaderPadding: 0.429rem 0.286rem !default;
|
|
103
117
|
$inputListHeaderMargin: 0 !default;
|
|
104
|
-
$inputListHeaderBg: $
|
|
118
|
+
$inputListHeaderBg: $shade100 !default;
|
|
105
119
|
$inputListHeaderTextColor: $shade700 !default;
|
|
106
120
|
$inputListHeaderBorder: 0 none !default;
|
|
107
121
|
|
|
@@ -109,11 +123,13 @@ $inputListHeaderBorder: 0 none !default;
|
|
|
109
123
|
$inputOverlayBg: white !default;
|
|
110
124
|
$inputOverlayHeaderBg: $inputListHeaderBg !default;
|
|
111
125
|
$inputOverlayBorder: 0 none !default;
|
|
112
|
-
$inputOverlayShadow:
|
|
126
|
+
$inputOverlayShadow:
|
|
127
|
+
0 2px 4px -1px rgba(0, 0, 0, 0.2),
|
|
128
|
+
0 4px 5px 0 rgba(0, 0, 0, 0.14),
|
|
129
|
+
0 1px 10px 0 rgba(0, 0, 0, 0.12) !default;
|
|
113
130
|
|
|
114
131
|
//password
|
|
115
|
-
$
|
|
116
|
-
$passwordMeterBg: $shade200 !default;
|
|
132
|
+
$passwordMeterBg: $solidSurfaceColor !default;
|
|
117
133
|
$passwordWeakBg: #d32f2f !default;
|
|
118
134
|
$passwordMediumBg: #fbc02d !default;
|
|
119
135
|
$passwordStrongBg: #689f38 !default;
|
|
@@ -131,10 +147,10 @@ $buttonHoverBorderColor: $primaryDarkColor !default;
|
|
|
131
147
|
$buttonActiveBg: $primaryDarkerColor !default;
|
|
132
148
|
$buttonTextActiveColor: $primaryTextColor !default;
|
|
133
149
|
$buttonActiveBorderColor: $primaryDarkerColor !default;
|
|
134
|
-
$
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
150
|
+
$raisedButtonShadow:
|
|
151
|
+
0 3px 1px -2px rgba(0, 0, 0, 0.2),
|
|
152
|
+
0 2px 2px 0 rgba(0, 0, 0, 0.14),
|
|
153
|
+
0 1px 5px 0 rgba(0, 0, 0, 0.12) !default;
|
|
138
154
|
$roundedButtonBorderRadius: 2rem !default;
|
|
139
155
|
|
|
140
156
|
$textButtonHoverBgOpacity: 0.04 !default;
|
|
@@ -216,17 +232,16 @@ $dangerButtonActiveBorderColor: transparent !default;
|
|
|
216
232
|
$dangerButtonShadow: 0px 0px 10px rgba(252, 97, 97, 0.25) !default;
|
|
217
233
|
$dangerButtonFocusShadow: none !default;
|
|
218
234
|
|
|
219
|
-
$linkButtonColor: $
|
|
220
|
-
$linkButtonHoverColor: $
|
|
235
|
+
$linkButtonColor: $primaryDarkerColor !default;
|
|
236
|
+
$linkButtonHoverColor: $primaryDarkerColor !default;
|
|
221
237
|
$linkButtonTextHoverDecoration: underline !default;
|
|
222
|
-
$linkButtonFocusShadow:
|
|
238
|
+
$linkButtonFocusShadow: 0 0 0 0.2rem $focusOutlineColor !default;
|
|
223
239
|
|
|
224
240
|
//checkbox
|
|
225
241
|
$checkboxWidth: 20px !default;
|
|
226
242
|
$checkboxHeight: 20px !default;
|
|
227
243
|
$checkboxBorder: 2px solid #8a8ea6 !default;
|
|
228
244
|
$checkboxIconFontSize: 14px !default;
|
|
229
|
-
$checkboxHoverBorderColor: #676b89 !default;
|
|
230
245
|
$checkboxActiveBorderColor: $primaryColor !default;
|
|
231
246
|
$checkboxActiveBg: $primaryColor !default;
|
|
232
247
|
$checkboxIconActiveColor: $primaryTextColor !default;
|
|
@@ -239,7 +254,6 @@ $radiobuttonWidth: 20px !default;
|
|
|
239
254
|
$radiobuttonHeight: 20px !default;
|
|
240
255
|
$radiobuttonBorder: 2px solid #8a8ea6 !default;
|
|
241
256
|
$radiobuttonIconSize: 12px !default;
|
|
242
|
-
$radiobuttonHoverBorderColor: #676b89 !default;
|
|
243
257
|
$radiobuttonActiveBorderColor: $primaryColor !default;
|
|
244
258
|
$radiobuttonActiveBg: $primaryColor !default;
|
|
245
259
|
$radiobuttonIconActiveColor: $primaryTextColor !default;
|
|
@@ -251,9 +265,8 @@ $radiobuttonActiveHoverBorderColor: $primaryDarkerColor !default;
|
|
|
251
265
|
$colorPickerPreviewWidth: 2rem !default;
|
|
252
266
|
$colorPickerPreviewHeight: 2rem !default;
|
|
253
267
|
$colorPickerBg: $shade100 !default;
|
|
254
|
-
$colorPickerBorderColor: #191919 !default;
|
|
255
268
|
$colorPickerBorder: 1px solid #191919 !default;
|
|
256
|
-
$colorPickerHandleColor:
|
|
269
|
+
$colorPickerHandleColor: $shade000 !default;
|
|
257
270
|
|
|
258
271
|
//togglebutton
|
|
259
272
|
$toggleButtonBg: $inputBg !default;
|
|
@@ -316,12 +329,8 @@ $calendarHeaderBorder: 0 none !default;
|
|
|
316
329
|
$calendarHeaderTextColor: $shade700 !default;
|
|
317
330
|
$calendarHeaderFontWeight: 400 !default;
|
|
318
331
|
$calendarHeaderCellPadding: 0.357rem !default;
|
|
319
|
-
$calendarHeaderCellFontWeight: 500 !default;
|
|
320
|
-
$calendarHeaderCellFontSize: 12px !default;
|
|
321
|
-
$calendarHeaderCellTextColor: $shade500 !default;
|
|
322
332
|
$calendarMonthYearHeaderHoverTextColor: $primaryColor !default;
|
|
323
333
|
|
|
324
|
-
$calendarCellDateBg: $shade100 !default;
|
|
325
334
|
$calendarCellDatePadding: 0.357rem !default;
|
|
326
335
|
$calendarCellDateWidth: 2.571rem !default;
|
|
327
336
|
$calendarCellDateHeight: 2.571rem !default;
|
|
@@ -380,8 +389,6 @@ $panelFooterBg: transparent !default;
|
|
|
380
389
|
$panelFooterTextColor: $shade700 !default;
|
|
381
390
|
$panelFooterPadding: 0.714rem 1.143rem !default;
|
|
382
391
|
|
|
383
|
-
$fieldsetContentPadding: 0.429rem !default;
|
|
384
|
-
|
|
385
392
|
//accordion
|
|
386
393
|
$accordionSpacing: 0 !default;
|
|
387
394
|
$accordionHeaderBorder: $panelHeaderBorder !default;
|
|
@@ -438,21 +445,26 @@ $tabviewContentPadding: 1.143rem 0 !default;
|
|
|
438
445
|
//upload
|
|
439
446
|
$fileUploadProgressBarHeight: 0.25rem !default;
|
|
440
447
|
$fileUploadContentPadding: 2rem 1rem !default;
|
|
448
|
+
$fileUploadContentHoverBorder: 1px dashed $primaryColor !default;
|
|
449
|
+
$fileUploadFileBorder: 1px solid $shade300 !default;
|
|
450
|
+
$fileUploadFilePadding: 1rem !default;
|
|
441
451
|
|
|
442
452
|
//scrollpanel
|
|
443
453
|
$scrollPanelTrackBorder: 0 none !default;
|
|
444
|
-
$scrollPanelTrackBg: $
|
|
454
|
+
$scrollPanelTrackBg: $shade100 !default;
|
|
445
455
|
|
|
446
456
|
//card
|
|
447
457
|
$cardBodyPadding: 0.857rem 1.143rem !default;
|
|
448
458
|
$cardTitleFontSize: 1.143rem !default;
|
|
449
459
|
$cardTitleFontWeight: 500 !default;
|
|
450
|
-
$cardSubTitleFontSize: 12px !default;
|
|
451
460
|
$cardSubTitleFontWeight: 500 !default;
|
|
452
461
|
$cardSubTitleColor: $shade500 !default;
|
|
453
462
|
$cardContentPadding: 1rem 0 !default;
|
|
454
463
|
$cardFooterPadding: 1rem 0 0 0 !default;
|
|
455
|
-
$cardShadow:
|
|
464
|
+
$cardShadow:
|
|
465
|
+
0 2px 1px -1px rgba(0, 0, 0, 0.2),
|
|
466
|
+
0 1px 1px 0 rgba(0, 0, 0, 0.14),
|
|
467
|
+
0 1px 3px 0 rgba(0, 0, 0, 0.12) !default;
|
|
456
468
|
|
|
457
469
|
//editor
|
|
458
470
|
$editorToolbarBg: $panelHeaderBg !default;
|
|
@@ -478,9 +490,6 @@ $paginatorElementIconColor: $shade700 !default;
|
|
|
478
490
|
$paginatorElementHoverBg: $shade100 !default;
|
|
479
491
|
$paginatorElementHoverBorderColor: transparent !default;
|
|
480
492
|
$paginatorElementIconHoverColor: $shade700 !default;
|
|
481
|
-
$paginatorElementActiveBg: $shade200 !default;
|
|
482
|
-
$paginatorElementActiveBorderColor: transparent !default;
|
|
483
|
-
$paginatorElementIconActiveColor: $shade700 !default;
|
|
484
493
|
$paginatorElementBorderRadius: 4px !default;
|
|
485
494
|
$paginatorElementMargin: 0.143rem !default;
|
|
486
495
|
$paginatorElementPadding: 0 !default;
|
|
@@ -488,13 +497,13 @@ $paginatorElementPadding: 0 !default;
|
|
|
488
497
|
//table
|
|
489
498
|
$tableHeaderBorder: 1px solid $shade300 !default;
|
|
490
499
|
$tableHeaderBorderWidth: 1px 0 1px 0 !default;
|
|
491
|
-
$tableHeaderBg:
|
|
500
|
+
$tableHeaderBg: var(--surface-section) !default;
|
|
492
501
|
$tableHeaderTextColor: $shade500 !default;
|
|
493
502
|
$tableHeaderFontWeight: 500 !default;
|
|
494
503
|
$tableHeaderPadding: 0.571rem 0.571rem !default;
|
|
495
504
|
|
|
496
505
|
$tableHeaderCellPadding: 0.571rem 0.571rem !default;
|
|
497
|
-
$tableHeaderCellBg:
|
|
506
|
+
$tableHeaderCellBg: var(--surface-section) !default;
|
|
498
507
|
$tableHeaderCellTextColor: $shade500 !default;
|
|
499
508
|
$tableHeaderCellFontWeight: 500 !default;
|
|
500
509
|
$tableHeaderCellBorder: 1px solid $shade300 !default;
|
|
@@ -509,19 +518,17 @@ $tableHeaderCellHighlightHoverBg: $shade200 !default;
|
|
|
509
518
|
$tableHeaderCellHighlightTextHoverColor: $shade500 !default;
|
|
510
519
|
$tableSortableColumnBadgeSize: 1.143rem !default;
|
|
511
520
|
|
|
512
|
-
$tableBodyRowBg:
|
|
521
|
+
$tableBodyRowBg: var(--surface-section) !default;
|
|
513
522
|
$tableBodyRowTextColor: $shade700 !default;
|
|
514
|
-
$tableBodyRowEvenBg:
|
|
523
|
+
$tableBodyRowEvenBg: var(--surface-section) !default;
|
|
515
524
|
$tableBodyRowHoverBg: $shade100 !default;
|
|
516
525
|
$tableBodyRowTextHoverColor: $shade700 !default;
|
|
517
|
-
$tableBodyRowHighlightBg: linear-gradient(0deg, rgba($highlightBg, 0.1), rgba($highlightBg, 0.1)), #ffffff;
|
|
518
|
-
$tableBodyRowHighlightTextColor: $shade700;
|
|
519
526
|
$tableBodyCellBorder: 1px solid $shade300 !default;
|
|
520
527
|
$tableBodyCellBorderWidth: 0 0 0 0 !default;
|
|
521
528
|
$tableBodyCellPadding: 0.429rem 0.571rem !default;
|
|
522
529
|
|
|
523
530
|
$tableFooterCellPadding: 0.571rem 0.571rem !default;
|
|
524
|
-
$tableFooterCellBg:
|
|
531
|
+
$tableFooterCellBg: var(--surface-section) !default;
|
|
525
532
|
$tableFooterCellTextColor: $shade500 !default;
|
|
526
533
|
$tableFooterCellFontWeight: 500 !default;
|
|
527
534
|
$tableFooterCellBorder: 1px solid $shade300 !default;
|
|
@@ -530,7 +537,7 @@ $tableResizerHelperBg: $primaryColor !default;
|
|
|
530
537
|
|
|
531
538
|
$tableFooterBorder: 1px solid $shade300 !default;
|
|
532
539
|
$tableFooterBorderWidth: 0 0 1px 0 !default;
|
|
533
|
-
$tableFooterBg:
|
|
540
|
+
$tableFooterBg: var(--surface-section) !default;
|
|
534
541
|
$tableFooterTextColor: $shade500 !default;
|
|
535
542
|
$tableFooterFontWeight: 500 !default;
|
|
536
543
|
$tableFooterPadding: 1rem 1rem !default;
|
|
@@ -548,32 +555,6 @@ $dataViewContentBorder: 0 none !default;
|
|
|
548
555
|
$dataViewListItemBorder: solid $shade100 !default;
|
|
549
556
|
$dataViewListItemBorderWidth: 0 0 0 0 !default;
|
|
550
557
|
|
|
551
|
-
//orderlist
|
|
552
|
-
$orderlistBg: $shade400 !default;
|
|
553
|
-
$orderlistShadow: 0px 9px 30px rgba(68, 72, 109, 0.06) !default;
|
|
554
|
-
$orderlistBorderRadius: 8px !default;
|
|
555
|
-
$orderlistBorder: 0 none !default;
|
|
556
|
-
$orderlistBorderWidth: 0 0 0 0 !default;
|
|
557
|
-
$orderlistHeaderPadding: 1.143rem !default;
|
|
558
|
-
$orderlistListPadding: 0.571rem !default;
|
|
559
|
-
$orderlistListItemPadding: 0.714rem 0.571rem !default;
|
|
560
|
-
$orderlistListItemBorder: 1px solid transparent !default;
|
|
561
|
-
$orderlistListItemActiveBg: linear-gradient(0deg, rgba($highlightBg, 0.1), rgba($highlightBg, 0.1)), #ffffff !default;
|
|
562
|
-
$orderlistListItemActiveBorderColor: $highlightBg !default;
|
|
563
|
-
|
|
564
|
-
//picklist
|
|
565
|
-
$picklistBg: $shade400 !default;
|
|
566
|
-
$picklistShadow: 0px 9px 30px rgba(68, 72, 109, 0.06) !default;
|
|
567
|
-
$picklistBorderRadius: 8px !default;
|
|
568
|
-
$picklistBorder: 0 none !default;
|
|
569
|
-
$picklistBorderWidth: 0 0 0 0 !default;
|
|
570
|
-
$picklistHeaderPadding: 1.143rem !default;
|
|
571
|
-
$picklistListPadding: 0.571rem !default;
|
|
572
|
-
$picklistListItemPadding: 0.714rem 0.571rem !default;
|
|
573
|
-
$picklistListItemBorder: 1px solid transparent !default;
|
|
574
|
-
$picklistListItemActiveBg: linear-gradient(0deg, rgba($highlightBg, 0.1), rgba($highlightBg, 0.1)), #ffffff !default;
|
|
575
|
-
$picklistListItemActiveBorderColor: $highlightBg !default;
|
|
576
|
-
|
|
577
558
|
//schedule
|
|
578
559
|
$fullCalendarEventBg: $primaryDarkColor !default;
|
|
579
560
|
$fullCalendarEventBorderColor: $primaryDarkColor !default;
|
|
@@ -662,6 +643,10 @@ $dialogContentPadding: 0 1.714rem 1.714rem 1.714rem !default;
|
|
|
662
643
|
$dialogFooterBorder: 0 none !default;
|
|
663
644
|
$dialogFooterPadding: 0 1.714rem 1.714rem 1.714rem !default;
|
|
664
645
|
|
|
646
|
+
//confirmpopup
|
|
647
|
+
$confirmPopupContentPadding: $panelContentPadding !default;
|
|
648
|
+
$confirmPopupFooterPadding: 0 1.25rem 1.25rem 1.25rem !default;
|
|
649
|
+
|
|
665
650
|
//tooltip
|
|
666
651
|
$tooltipBg: white !default;
|
|
667
652
|
$tooltipTextColor: $shade700 !default;
|
|
@@ -671,28 +656,26 @@ $tooltipPadding: $inputPadding !default;
|
|
|
671
656
|
$stepsItemBg: transparent !default;
|
|
672
657
|
$stepsItemBorder: 0 none !default;
|
|
673
658
|
$stepsItemTextColor: $shade500 !default;
|
|
674
|
-
$stepsItemNumberBg: $shade200 !default;
|
|
675
659
|
$stepsItemNumberWidth: 1.714rem !default;
|
|
676
660
|
$stepsItemNumberHeight: 1.714rem !default;
|
|
677
661
|
$stepsItemNumberFontSize: 1.143rem !default;
|
|
678
662
|
$stepsItemNumberColor: $shade500 !default;
|
|
679
663
|
$stepsItemNumberBorderRadius: 12px !default;
|
|
680
664
|
$stepsItemActiveFontWeight: 400 !default;
|
|
681
|
-
$stepsItemHoverBg: $shade300 !default;
|
|
682
|
-
$stepsItemHoverTextColor: $shade700 !default;
|
|
683
|
-
$stepsItemActiveFontWeight: 400 !default;
|
|
684
|
-
$stepsItemActiveBg: $highlightBg !default;
|
|
685
|
-
$stepsItemNumberActiveTextColor: $highlightTextColor !default;
|
|
686
|
-
$stepsItemActiveTextColor: $shade700 !default;
|
|
687
|
-
$stepsItemActiveShadow: 0px 0px 10px rgba($highlightBg, 0.25) !default;
|
|
688
665
|
|
|
689
|
-
//progressbar
|
|
666
|
+
//progressbar, progressspinner
|
|
690
667
|
$progressBarHeight: 0.571rem !default;
|
|
691
668
|
$progressBarBorder: 0 none !default;
|
|
692
|
-
$progressBarBg: $
|
|
669
|
+
$progressBarBg: $shade300 !default;
|
|
693
670
|
$progressBarValueBg: $primaryColor !default;
|
|
694
671
|
$progressBarValueTextColor: $primaryTextColor !default;
|
|
695
672
|
|
|
673
|
+
$progressSpinnerStrokeColor: $errorMessageTextColor !default;
|
|
674
|
+
$progressSpinnerColorOne: $errorMessageTextColor !default;
|
|
675
|
+
$progressSpinnerColorTwo: $infoMessageTextColor !default;
|
|
676
|
+
$progressSpinnerColorThree: $successMessageTextColor !default;
|
|
677
|
+
$progressSpinnerColorFour: $warningMessageTextColor !default;
|
|
678
|
+
|
|
696
679
|
//menu (e.g. menu, menubar, tieredmenu)
|
|
697
680
|
$menuWidth: 12.5rem !default;
|
|
698
681
|
$menuBg: transparent !default;
|
|
@@ -700,16 +683,18 @@ $menuBorder: 1px solid $shade300 !default;
|
|
|
700
683
|
$menuTextColor: $shade600 !default;
|
|
701
684
|
$menuitemPadding: 0.571rem 0.429rem !default;
|
|
702
685
|
$menuitemBorderRadius: $borderRadius !default;
|
|
703
|
-
$menuitemBorder: 1px solid transparent !default;
|
|
704
686
|
$menuitemTextColor: $shade600 !default;
|
|
705
687
|
$menuitemIconColor: $shade600 !default;
|
|
706
688
|
$menuitemTextHoverColor: $shade700 !default;
|
|
707
689
|
$menuitemIconHoverColor: $shade700 !default;
|
|
708
690
|
$menuitemHoverBg: $shade100 !default;
|
|
709
|
-
$
|
|
691
|
+
$menuitemTextFocusColor: $shade700 !default;
|
|
692
|
+
$menuitemIconFocusColor: $shade700 !default;
|
|
693
|
+
$menuitemFocusBg: $shade300 !default;
|
|
710
694
|
$menuitemTextActiveColor: $shade700 !default;
|
|
711
695
|
$menuitemIconActiveColor: $shade700 !default;
|
|
712
|
-
$menuitemActiveBg: $
|
|
696
|
+
$menuitemActiveBg: $highlightBg !default;
|
|
697
|
+
$menuitemActiveFocusBg: $highlightFocusBg !default;
|
|
713
698
|
$menuitemSubmenuIconFontSize: 0.875rem !default;
|
|
714
699
|
$submenuHeaderMargin: 0 !default;
|
|
715
700
|
$submenuHeaderPadding: 0.571rem 0.429rem !default;
|
|
@@ -717,16 +702,12 @@ $submenuHeaderBg: transparent !default;
|
|
|
717
702
|
$submenuHeaderTextColor: $shade500 !default;
|
|
718
703
|
$submenuHeaderBorderRadius: $borderRadius !default;
|
|
719
704
|
$submenuHeaderFontWeight: 500 !default;
|
|
720
|
-
$submenuHeaderFontSize: 0.857rem !default;
|
|
721
705
|
$overlayMenuBg: white !default;
|
|
722
706
|
$overlayMenuBorder: 1px solid transparent !default;
|
|
723
707
|
$overlayMenuShadow: 0px 9px 30px rgba(68, 72, 109, 0.06) !default;
|
|
724
708
|
$verticalMenuPadding: 0.429rem !default;
|
|
725
|
-
$verticalMenuitemMargin: 0 !default;
|
|
726
709
|
$menuSeparatorMargin: 0.25rem 0 !default;
|
|
727
710
|
|
|
728
|
-
$panelmenuHeaderTextColor: $shade500;
|
|
729
|
-
|
|
730
711
|
$breadcrumbPadding: 0.857rem !default;
|
|
731
712
|
$breadcrumbBg: $menuBg !default;
|
|
732
713
|
$breadcrumbBorder: $menuBorder !default;
|
|
@@ -768,8 +749,6 @@ $carouselIndicatorHoverBg: rgba(68, 72, 109, 0.15) !default;
|
|
|
768
749
|
$carouselIndicatorBorderRadius: 3px !default;
|
|
769
750
|
$carouselIndicatorWidth: 1.429rem !default;
|
|
770
751
|
$carouselIndicatorHeight: 0.572rem !default;
|
|
771
|
-
$carouselIndicatorActiveBg: $shade600 !default;
|
|
772
|
-
$carouselIndicatorActiveTextColor: $shade700 !default;
|
|
773
752
|
|
|
774
753
|
//galleria
|
|
775
754
|
$galleriaMaskBg: rgba(0, 0, 0, 0.9) !default;
|
|
@@ -806,8 +785,6 @@ $galleriaIndicatorHeight: 0.286rem !default;
|
|
|
806
785
|
$galleriaIndicatorsBgOnItem: rgba(0, 0, 0, 0.5) !default;
|
|
807
786
|
$galleriaIndicatorBgOnItem: $shade600 !default;
|
|
808
787
|
$galleriaIndicatorHoverBgOnItem: $shade700 !default;
|
|
809
|
-
$galleriaIndicatorActiveBg: $shade500 !default;
|
|
810
|
-
$galleriaIndicatorActiveTextColor: $shade600 !default;
|
|
811
788
|
|
|
812
789
|
$galleriaThumbnailContainerBg: $solidSurfaceColor !default;
|
|
813
790
|
$galleriaThumbnailContainerPadding: 1rem 0.25rem !default;
|
|
@@ -835,6 +812,8 @@ $avatarTextColor: $textColor !default;
|
|
|
835
812
|
$chipBg: $shade300 !default;
|
|
836
813
|
$chipTextColor: $textColor !default;
|
|
837
814
|
$chipBorderRadius: 16px !default;
|
|
815
|
+
$chipFocusBg: $shade400 !default;
|
|
816
|
+
$chipFocusTextColor: $textColor !default;
|
|
838
817
|
|
|
839
818
|
//scrollTop
|
|
840
819
|
$scrollTopBg: rgba(0, 0, 0, 0.7) !default;
|
|
@@ -843,14 +822,14 @@ $scrollTopWidth: 3rem !default;
|
|
|
843
822
|
$scrollTopHeight: 3rem !default;
|
|
844
823
|
$scrollTopBorderRadius: 50% !default;
|
|
845
824
|
$scrollTopFontSize: 1.5rem !default;
|
|
846
|
-
$scrollTopTextColor: $
|
|
825
|
+
$scrollTopTextColor: $shade100 !default;
|
|
847
826
|
|
|
848
827
|
//skeleton
|
|
849
|
-
$skeletonBg: $
|
|
828
|
+
$skeletonBg: $shade300 !default;
|
|
850
829
|
$skeletonAnimationBg: rgba(255, 255, 255, 0.4) !default;
|
|
851
830
|
|
|
852
831
|
//splitter
|
|
853
|
-
$splitterGutterBg: $
|
|
832
|
+
$splitterGutterBg: $shade100 !default;
|
|
854
833
|
$splitterGutterHandleBg: $shade300 !default;
|
|
855
834
|
|
|
856
835
|
//speeddial
|
|
@@ -868,6 +847,7 @@ $speedDialActionTextHoverColor: #fff !default;
|
|
|
868
847
|
$dockActionWidth: 4rem !default;
|
|
869
848
|
$dockActionHeight: 4rem !default;
|
|
870
849
|
$dockItemPadding: 0.5rem !default;
|
|
850
|
+
$dockItemBorderRadius: $borderRadius !default;
|
|
871
851
|
$dockCurrentItemMargin: 1.5rem !default;
|
|
872
852
|
$dockFirstItemsMargin: 1.3rem !default;
|
|
873
853
|
$dockSecondItemsMargin: 0.9rem !default;
|
|
@@ -891,6 +871,11 @@ $imagePreviewActionIconFontSize: 1.5rem !default;
|
|
|
891
871
|
$imagePreviewActionIconBorderRadius: 50% !default;
|
|
892
872
|
|
|
893
873
|
:root {
|
|
874
|
+
font-family: 'Inter var', sans-serif;
|
|
875
|
+
font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
|
|
876
|
+
font-variation-settings: normal;
|
|
877
|
+
--font-family: 'Inter var', sans-serif;
|
|
878
|
+
--font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
|
|
894
879
|
--surface-a: #{$shade000};
|
|
895
880
|
--surface-b: #{$shade100};
|
|
896
881
|
--surface-c: #{$shade200};
|
|
@@ -901,7 +886,6 @@ $imagePreviewActionIconBorderRadius: 50% !default;
|
|
|
901
886
|
--text-color-secondary: #{$shade600};
|
|
902
887
|
--primary-color: #{$primaryColor};
|
|
903
888
|
--primary-color-text: #{$primaryTextColor};
|
|
904
|
-
--font-family: #{$fontFamily};
|
|
905
889
|
--surface-0: #ffffff;
|
|
906
890
|
--surface-50: #e1e2e8;
|
|
907
891
|
--surface-100: #cbccd6;
|
|
@@ -932,6 +916,9 @@ $imagePreviewActionIconBorderRadius: 50% !default;
|
|
|
932
916
|
--surface-overlay: #ececf9;
|
|
933
917
|
--surface-border: rgba(68, 72, 109, 0.2);
|
|
934
918
|
--surface-hover: rgba(68, 72, 109, 0.07);
|
|
935
|
-
--maskbg: #{$maskBg};
|
|
936
919
|
--focus-ring: #{$focusShadow};
|
|
920
|
+
--maskbg: #{$maskBg};
|
|
921
|
+
--highlight-bg: #{$highlightBg};
|
|
922
|
+
--highlight-text-color: #{$highlightTextColor};
|
|
923
|
+
color-scheme: light;
|
|
937
924
|
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { MediusFilterMatchType } from './filter-match-type.model';
|
|
2
|
-
import { MediusFilterParam } from './filter-param.model';
|
|
3
|
-
import { MediusQueryMode } from './query-mode.model';
|
|
4
|
-
import { MediusQueryParam } from './query-param.model';
|
|
5
|
-
export const enumsMapBase = {
|
|
6
|
-
FilterMatchType: MediusFilterMatchType,
|
|
7
|
-
QueryMode: MediusQueryMode
|
|
8
|
-
};
|
|
9
|
-
export const typeMapBase = {
|
|
10
|
-
FilterParam: MediusFilterParam,
|
|
11
|
-
QueryParam: MediusQueryParam
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwcGVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvYXBpL21vZGVscy9tYXBwZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxxQkFBcUIsRUFBQyxNQUFNLDJCQUEyQixDQUFDO0FBQ2hFLE9BQU8sRUFBQyxpQkFBaUIsRUFBQyxNQUFNLHNCQUFzQixDQUFDO0FBQ3ZELE9BQU8sRUFBQyxlQUFlLEVBQUMsTUFBTSxvQkFBb0IsQ0FBQztBQUNuRCxPQUFPLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSxxQkFBcUIsQ0FBQztBQUVyRCxNQUFNLENBQUMsTUFBTSxZQUFZLEdBQTJCO0lBQ2hELGVBQWUsRUFBRSxxQkFBcUI7SUFDdEMsU0FBUyxFQUFFLGVBQWU7Q0FDN0IsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLFdBQVcsR0FBMkI7SUFDL0MsV0FBVyxFQUFFLGlCQUFpQjtJQUM5QixVQUFVLEVBQUUsZ0JBQWdCO0NBQy9CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge01lZGl1c0ZpbHRlck1hdGNoVHlwZX0gZnJvbSAnLi9maWx0ZXItbWF0Y2gtdHlwZS5tb2RlbCc7XG5pbXBvcnQge01lZGl1c0ZpbHRlclBhcmFtfSBmcm9tICcuL2ZpbHRlci1wYXJhbS5tb2RlbCc7XG5pbXBvcnQge01lZGl1c1F1ZXJ5TW9kZX0gZnJvbSAnLi9xdWVyeS1tb2RlLm1vZGVsJztcbmltcG9ydCB7TWVkaXVzUXVlcnlQYXJhbX0gZnJvbSAnLi9xdWVyeS1wYXJhbS5tb2RlbCc7XG5cbmV4cG9ydCBjb25zdCBlbnVtc01hcEJhc2U6IHtbaW5kZXg6IHN0cmluZ106IGFueX0gPSB7XG4gICAgRmlsdGVyTWF0Y2hUeXBlOiBNZWRpdXNGaWx0ZXJNYXRjaFR5cGUsXG4gICAgUXVlcnlNb2RlOiBNZWRpdXNRdWVyeU1vZGVcbn07XG5cbmV4cG9ydCBjb25zdCB0eXBlTWFwQmFzZToge1tpbmRleDogc3RyaW5nXTogYW55fSA9IHtcbiAgICBGaWx0ZXJQYXJhbTogTWVkaXVzRmlsdGVyUGFyYW0sXG4gICAgUXVlcnlQYXJhbTogTWVkaXVzUXVlcnlQYXJhbVxufTtcbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXphdGlvbi5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvYXBpL21vZGVscy9zZXJpYWxpemF0aW9uLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIEF0dHJpYnV0ZURlZiB7XG4gICAgbmFtZTogc3RyaW5nO1xuICAgIGJhc2VOYW1lOiBzdHJpbmc7XG4gICAgdHlwZTogc3RyaW5nO1xuICAgIHN1YnR5cGU/OiBzdHJpbmc7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2VyaWFsaXphYmxlVHlwZU1hcCB7XG4gICAgW2luZGV4OiBzdHJpbmddOiBhbnk7XG59XG4iXX0=
|