@mediusinc/mng-commons 3.6.0 → 4.0.0-rc.1
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
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
transition: $formElementTransition;
|
|
8
8
|
border-radius: $borderRadius;
|
|
9
9
|
|
|
10
|
-
&:
|
|
10
|
+
&:not(:disabled):hover {
|
|
11
11
|
background: $buttonHoverBg;
|
|
12
12
|
color: $buttonTextHoverColor;
|
|
13
13
|
border-color: $buttonHoverBorderColor;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
&:
|
|
16
|
+
&:not(:disabled):active {
|
|
17
17
|
background: $buttonActiveBg;
|
|
18
18
|
color: $buttonTextActiveColor;
|
|
19
19
|
border-color: $buttonActiveBorderColor;
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
color: $buttonBg;
|
|
25
25
|
border: $outlinedButtonBorder;
|
|
26
26
|
|
|
27
|
-
&:
|
|
27
|
+
&:not(:disabled):hover {
|
|
28
28
|
background: rgba($buttonBg, $textButtonHoverBgOpacity);
|
|
29
29
|
color: $buttonBg;
|
|
30
30
|
border: $outlinedButtonBorder;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
&:
|
|
33
|
+
&:not(:disabled):active {
|
|
34
34
|
background: rgba($buttonBg, $textButtonActiveBgOpacity);
|
|
35
35
|
color: $buttonBg;
|
|
36
36
|
border: $outlinedButtonBorder;
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
color: $plainButtonTextColor;
|
|
41
41
|
border-color: $plainButtonTextColor;
|
|
42
42
|
|
|
43
|
-
&:
|
|
43
|
+
&:not(:disabled):hover {
|
|
44
44
|
background: $plainButtonHoverBgColor;
|
|
45
45
|
color: $plainButtonTextColor;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
&:
|
|
48
|
+
&:not(:disabled):active {
|
|
49
49
|
background: $plainButtonActiveBgColor;
|
|
50
50
|
color: $plainButtonTextColor;
|
|
51
51
|
}
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
color: $buttonBg;
|
|
58
58
|
border-color: transparent;
|
|
59
59
|
|
|
60
|
-
&:
|
|
60
|
+
&:not(:disabled):hover {
|
|
61
61
|
background: rgba($buttonBg, $textButtonHoverBgOpacity);
|
|
62
62
|
color: $buttonBg;
|
|
63
63
|
border-color: transparent;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
&:
|
|
66
|
+
&:not(:disabled):active {
|
|
67
67
|
background: rgba($buttonBg, $textButtonActiveBgOpacity);
|
|
68
68
|
color: $buttonBg;
|
|
69
69
|
border-color: transparent;
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
&.p-button-plain {
|
|
73
73
|
color: $plainButtonTextColor;
|
|
74
74
|
|
|
75
|
-
&:
|
|
75
|
+
&:not(:disabled):hover {
|
|
76
76
|
background: $plainButtonHoverBgColor;
|
|
77
77
|
color: $plainButtonTextColor;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
&:
|
|
80
|
+
&:not(:disabled):active {
|
|
81
81
|
background: $plainButtonActiveBgColor;
|
|
82
82
|
color: $plainButtonTextColor;
|
|
83
83
|
}
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.p-button-icon-left {
|
|
96
|
-
|
|
96
|
+
margin-right: $inlineSpacing;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
.p-button-icon-right {
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
.p-button-icon-top {
|
|
108
|
-
|
|
108
|
+
margin-bottom: $inlineSpacing;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
.p-badge {
|
|
@@ -187,22 +187,24 @@
|
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.p-button.p-button-secondary,
|
|
190
|
+
.p-button.p-button-secondary,
|
|
191
|
+
.p-buttonset.p-button-secondary > .p-button,
|
|
192
|
+
.p-splitbutton.p-button-secondary > .p-button {
|
|
191
193
|
color: $secondaryButtonTextColor;
|
|
192
194
|
background: $secondaryButtonBg;
|
|
193
195
|
border: $secondaryButtonBorder;
|
|
194
196
|
|
|
195
|
-
&:
|
|
197
|
+
&:not(:disabled):hover {
|
|
196
198
|
background: $secondaryButtonHoverBg;
|
|
197
199
|
color: $secondaryButtonTextHoverColor;
|
|
198
200
|
border-color: $secondaryButtonHoverBorderColor;
|
|
199
201
|
}
|
|
200
202
|
|
|
201
|
-
&:
|
|
203
|
+
&:not(:disabled):focus {
|
|
202
204
|
box-shadow: $secondaryButtonFocusShadow;
|
|
203
205
|
}
|
|
204
206
|
|
|
205
|
-
&:
|
|
207
|
+
&:not(:disabled):active {
|
|
206
208
|
background: $secondaryButtonActiveBg;
|
|
207
209
|
color: $secondaryButtonTextActiveColor;
|
|
208
210
|
border-color: $secondaryButtonActiveBorderColor;
|
|
@@ -213,13 +215,13 @@
|
|
|
213
215
|
color: $secondaryButtonBg;
|
|
214
216
|
border: $outlinedButtonBorder;
|
|
215
217
|
|
|
216
|
-
&:
|
|
218
|
+
&:not(:disabled):hover {
|
|
217
219
|
background: rgba($secondaryButtonBg, $textButtonHoverBgOpacity);
|
|
218
220
|
color: $secondaryButtonBg;
|
|
219
221
|
border: $outlinedButtonBorder;
|
|
220
222
|
}
|
|
221
223
|
|
|
222
|
-
&:
|
|
224
|
+
&:not(:disabled):active {
|
|
223
225
|
background: rgba($secondaryButtonBg, $textButtonActiveBgOpacity);
|
|
224
226
|
color: $secondaryButtonBg;
|
|
225
227
|
border: $outlinedButtonBorder;
|
|
@@ -231,13 +233,13 @@
|
|
|
231
233
|
color: $secondaryButtonBg;
|
|
232
234
|
border-color: transparent;
|
|
233
235
|
|
|
234
|
-
&:
|
|
236
|
+
&:not(:disabled):hover {
|
|
235
237
|
background: rgba($secondaryButtonBg, $textButtonHoverBgOpacity);
|
|
236
238
|
border-color: transparent;
|
|
237
239
|
color: $secondaryButtonBg;
|
|
238
240
|
}
|
|
239
241
|
|
|
240
|
-
&:
|
|
242
|
+
&:not(:disabled):active {
|
|
241
243
|
background: rgba($secondaryButtonBg, $textButtonActiveBgOpacity);
|
|
242
244
|
border-color: transparent;
|
|
243
245
|
color: $secondaryButtonBg;
|
|
@@ -245,22 +247,24 @@
|
|
|
245
247
|
}
|
|
246
248
|
}
|
|
247
249
|
|
|
248
|
-
.p-button.p-button-info,
|
|
250
|
+
.p-button.p-button-info,
|
|
251
|
+
.p-buttonset.p-button-info > .p-button,
|
|
252
|
+
.p-splitbutton.p-button-info > .p-button {
|
|
249
253
|
color: $infoButtonTextColor;
|
|
250
254
|
background: $infoButtonBg;
|
|
251
255
|
border: $infoButtonBorder;
|
|
252
256
|
|
|
253
|
-
&:
|
|
257
|
+
&:not(:disabled):hover {
|
|
254
258
|
background: $infoButtonHoverBg;
|
|
255
259
|
color: $infoButtonTextHoverColor;
|
|
256
260
|
border-color: $infoButtonHoverBorderColor;
|
|
257
261
|
}
|
|
258
262
|
|
|
259
|
-
&:
|
|
263
|
+
&:not(:disabled):focus {
|
|
260
264
|
box-shadow: $infoButtonFocusShadow;
|
|
261
265
|
}
|
|
262
266
|
|
|
263
|
-
&:
|
|
267
|
+
&:not(:disabled):active {
|
|
264
268
|
background: $infoButtonActiveBg;
|
|
265
269
|
color: $infoButtonTextActiveColor;
|
|
266
270
|
border-color: $infoButtonActiveBorderColor;
|
|
@@ -271,13 +275,13 @@
|
|
|
271
275
|
color: $infoButtonBg;
|
|
272
276
|
border: $outlinedButtonBorder;
|
|
273
277
|
|
|
274
|
-
&:
|
|
278
|
+
&:not(:disabled):hover {
|
|
275
279
|
background: rgba($infoButtonBg, $textButtonHoverBgOpacity);
|
|
276
280
|
color: $infoButtonBg;
|
|
277
281
|
border: $outlinedButtonBorder;
|
|
278
282
|
}
|
|
279
283
|
|
|
280
|
-
&:
|
|
284
|
+
&:not(:disabled):active {
|
|
281
285
|
background: rgba($infoButtonBg, $textButtonActiveBgOpacity);
|
|
282
286
|
color: $infoButtonBg;
|
|
283
287
|
border: $outlinedButtonBorder;
|
|
@@ -289,13 +293,13 @@
|
|
|
289
293
|
color: $infoButtonBg;
|
|
290
294
|
border-color: transparent;
|
|
291
295
|
|
|
292
|
-
&:
|
|
296
|
+
&:not(:disabled):hover {
|
|
293
297
|
background: rgba($infoButtonBg, $textButtonHoverBgOpacity);
|
|
294
298
|
border-color: transparent;
|
|
295
299
|
color: $infoButtonBg;
|
|
296
300
|
}
|
|
297
301
|
|
|
298
|
-
&:
|
|
302
|
+
&:not(:disabled):active {
|
|
299
303
|
background: rgba($infoButtonBg, $textButtonActiveBgOpacity);
|
|
300
304
|
border-color: transparent;
|
|
301
305
|
color: $infoButtonBg;
|
|
@@ -303,22 +307,24 @@
|
|
|
303
307
|
}
|
|
304
308
|
}
|
|
305
309
|
|
|
306
|
-
.p-button.p-button-success,
|
|
310
|
+
.p-button.p-button-success,
|
|
311
|
+
.p-buttonset.p-button-success > .p-button,
|
|
312
|
+
.p-splitbutton.p-button-success > .p-button {
|
|
307
313
|
color: $successButtonTextColor;
|
|
308
314
|
background: $successButtonBg;
|
|
309
315
|
border: $successButtonBorder;
|
|
310
316
|
|
|
311
|
-
&:
|
|
317
|
+
&:not(:disabled):hover {
|
|
312
318
|
background: $successButtonHoverBg;
|
|
313
319
|
color: $successButtonTextHoverColor;
|
|
314
320
|
border-color: $successButtonHoverBorderColor;
|
|
315
321
|
}
|
|
316
322
|
|
|
317
|
-
&:
|
|
323
|
+
&:not(:disabled):focus {
|
|
318
324
|
box-shadow: $successButtonFocusShadow;
|
|
319
325
|
}
|
|
320
326
|
|
|
321
|
-
&:
|
|
327
|
+
&:not(:disabled):active {
|
|
322
328
|
background: $successButtonActiveBg;
|
|
323
329
|
color: $successButtonTextActiveColor;
|
|
324
330
|
border-color: $successButtonActiveBorderColor;
|
|
@@ -329,13 +335,13 @@
|
|
|
329
335
|
color: $successButtonBg;
|
|
330
336
|
border: $outlinedButtonBorder;
|
|
331
337
|
|
|
332
|
-
&:
|
|
338
|
+
&:not(:disabled):hover {
|
|
333
339
|
background: rgba($successButtonBg, $textButtonHoverBgOpacity);
|
|
334
340
|
color: $successButtonBg;
|
|
335
341
|
border: $outlinedButtonBorder;
|
|
336
342
|
}
|
|
337
343
|
|
|
338
|
-
&:
|
|
344
|
+
&:not(:disabled):active {
|
|
339
345
|
background: rgba($successButtonBg, $textButtonActiveBgOpacity);
|
|
340
346
|
color: $successButtonBg;
|
|
341
347
|
border: $outlinedButtonBorder;
|
|
@@ -347,13 +353,13 @@
|
|
|
347
353
|
color: $successButtonBg;
|
|
348
354
|
border-color: transparent;
|
|
349
355
|
|
|
350
|
-
&:
|
|
356
|
+
&:not(:disabled):hover {
|
|
351
357
|
background: rgba($successButtonBg, $textButtonHoverBgOpacity);
|
|
352
358
|
border-color: transparent;
|
|
353
359
|
color: $successButtonBg;
|
|
354
360
|
}
|
|
355
361
|
|
|
356
|
-
&:
|
|
362
|
+
&:not(:disabled):active {
|
|
357
363
|
background: rgba($successButtonBg, $textButtonActiveBgOpacity);
|
|
358
364
|
border-color: transparent;
|
|
359
365
|
color: $successButtonBg;
|
|
@@ -361,22 +367,24 @@
|
|
|
361
367
|
}
|
|
362
368
|
}
|
|
363
369
|
|
|
364
|
-
.p-button.p-button-warning,
|
|
370
|
+
.p-button.p-button-warning,
|
|
371
|
+
.p-buttonset.p-button-warning > .p-button,
|
|
372
|
+
.p-splitbutton.p-button-warning > .p-button {
|
|
365
373
|
color: $warningButtonTextColor;
|
|
366
374
|
background: $warningButtonBg;
|
|
367
375
|
border: $warningButtonBorder;
|
|
368
376
|
|
|
369
|
-
&:
|
|
377
|
+
&:not(:disabled):hover {
|
|
370
378
|
background: $warningButtonHoverBg;
|
|
371
379
|
color: $warningButtonTextHoverColor;
|
|
372
380
|
border-color: $warningButtonHoverBorderColor;
|
|
373
381
|
}
|
|
374
382
|
|
|
375
|
-
&:
|
|
383
|
+
&:not(:disabled):focus {
|
|
376
384
|
box-shadow: $warningButtonFocusShadow;
|
|
377
385
|
}
|
|
378
386
|
|
|
379
|
-
&:
|
|
387
|
+
&:not(:disabled):active {
|
|
380
388
|
background: $warningButtonActiveBg;
|
|
381
389
|
color: $warningButtonTextActiveColor;
|
|
382
390
|
border-color: $warningButtonActiveBorderColor;
|
|
@@ -387,13 +395,13 @@
|
|
|
387
395
|
color: $warningButtonBg;
|
|
388
396
|
border: $outlinedButtonBorder;
|
|
389
397
|
|
|
390
|
-
&:
|
|
398
|
+
&:not(:disabled):hover {
|
|
391
399
|
background: rgba($warningButtonBg, $textButtonHoverBgOpacity);
|
|
392
400
|
color: $warningButtonBg;
|
|
393
401
|
border: $outlinedButtonBorder;
|
|
394
402
|
}
|
|
395
403
|
|
|
396
|
-
&:
|
|
404
|
+
&:not(:disabled):active {
|
|
397
405
|
background: rgba($warningButtonBg, $textButtonActiveBgOpacity);
|
|
398
406
|
color: $warningButtonBg;
|
|
399
407
|
border: $outlinedButtonBorder;
|
|
@@ -405,13 +413,13 @@
|
|
|
405
413
|
color: $warningButtonBg;
|
|
406
414
|
border-color: transparent;
|
|
407
415
|
|
|
408
|
-
&:
|
|
416
|
+
&:not(:disabled):hover {
|
|
409
417
|
background: rgba($warningButtonBg, $textButtonHoverBgOpacity);
|
|
410
418
|
border-color: transparent;
|
|
411
419
|
color: $warningButtonBg;
|
|
412
420
|
}
|
|
413
421
|
|
|
414
|
-
&:
|
|
422
|
+
&:not(:disabled):active {
|
|
415
423
|
background: rgba($warningButtonBg, $textButtonActiveBgOpacity);
|
|
416
424
|
border-color: transparent;
|
|
417
425
|
color: $warningButtonBg;
|
|
@@ -419,22 +427,24 @@
|
|
|
419
427
|
}
|
|
420
428
|
}
|
|
421
429
|
|
|
422
|
-
.p-button.p-button-help,
|
|
430
|
+
.p-button.p-button-help,
|
|
431
|
+
.p-buttonset.p-button-help > .p-button,
|
|
432
|
+
.p-splitbutton.p-button-help > .p-button {
|
|
423
433
|
color: $helpButtonTextColor;
|
|
424
434
|
background: $helpButtonBg;
|
|
425
435
|
border: $helpButtonBorder;
|
|
426
436
|
|
|
427
|
-
&:
|
|
437
|
+
&:not(:disabled):hover {
|
|
428
438
|
background: $helpButtonHoverBg;
|
|
429
439
|
color: $helpButtonTextHoverColor;
|
|
430
440
|
border-color: $helpButtonHoverBorderColor;
|
|
431
441
|
}
|
|
432
442
|
|
|
433
|
-
&:
|
|
443
|
+
&:not(:disabled):focus {
|
|
434
444
|
box-shadow: $helpButtonFocusShadow;
|
|
435
445
|
}
|
|
436
446
|
|
|
437
|
-
&:
|
|
447
|
+
&:not(:disabled):active {
|
|
438
448
|
background: $helpButtonActiveBg;
|
|
439
449
|
color: $helpButtonTextActiveColor;
|
|
440
450
|
border-color: $helpButtonActiveBorderColor;
|
|
@@ -445,13 +455,13 @@
|
|
|
445
455
|
color: $helpButtonBg;
|
|
446
456
|
border: $outlinedButtonBorder;
|
|
447
457
|
|
|
448
|
-
&:
|
|
458
|
+
&:not(:disabled):hover {
|
|
449
459
|
background: rgba($helpButtonBg, $textButtonHoverBgOpacity);
|
|
450
460
|
color: $helpButtonBg;
|
|
451
461
|
border: $outlinedButtonBorder;
|
|
452
462
|
}
|
|
453
463
|
|
|
454
|
-
&:
|
|
464
|
+
&:not(:disabled):active {
|
|
455
465
|
background: rgba($helpButtonBg, $textButtonActiveBgOpacity);
|
|
456
466
|
color: $helpButtonBg;
|
|
457
467
|
border: $outlinedButtonBorder;
|
|
@@ -463,13 +473,13 @@
|
|
|
463
473
|
color: $helpButtonBg;
|
|
464
474
|
border-color: transparent;
|
|
465
475
|
|
|
466
|
-
&:
|
|
476
|
+
&:not(:disabled):hover {
|
|
467
477
|
background: rgba($helpButtonBg, $textButtonHoverBgOpacity);
|
|
468
478
|
border-color: transparent;
|
|
469
479
|
color: $helpButtonBg;
|
|
470
480
|
}
|
|
471
481
|
|
|
472
|
-
&:
|
|
482
|
+
&:not(:disabled):active {
|
|
473
483
|
background: rgba($helpButtonBg, $textButtonActiveBgOpacity);
|
|
474
484
|
border-color: transparent;
|
|
475
485
|
color: $helpButtonBg;
|
|
@@ -477,22 +487,24 @@
|
|
|
477
487
|
}
|
|
478
488
|
}
|
|
479
489
|
|
|
480
|
-
.p-button.p-button-danger,
|
|
490
|
+
.p-button.p-button-danger,
|
|
491
|
+
.p-buttonset.p-button-danger > .p-button,
|
|
492
|
+
.p-splitbutton.p-button-danger > .p-button {
|
|
481
493
|
color: $dangerButtonTextColor;
|
|
482
494
|
background: $dangerButtonBg;
|
|
483
495
|
border: $dangerButtonBorder;
|
|
484
496
|
|
|
485
|
-
&:
|
|
497
|
+
&:not(:disabled):hover {
|
|
486
498
|
background: $dangerButtonHoverBg;
|
|
487
499
|
color: $dangerButtonTextHoverColor;
|
|
488
500
|
border-color: $dangerButtonHoverBorderColor;
|
|
489
501
|
}
|
|
490
502
|
|
|
491
|
-
&:
|
|
503
|
+
&:not(:disabled):focus {
|
|
492
504
|
box-shadow: $dangerButtonFocusShadow;
|
|
493
505
|
}
|
|
494
506
|
|
|
495
|
-
&:
|
|
507
|
+
&:not(:disabled):active {
|
|
496
508
|
background: $dangerButtonActiveBg;
|
|
497
509
|
color: $dangerButtonTextActiveColor;
|
|
498
510
|
border-color: $dangerButtonActiveBorderColor;
|
|
@@ -503,13 +515,13 @@
|
|
|
503
515
|
color: $dangerButtonBg;
|
|
504
516
|
border: $outlinedButtonBorder;
|
|
505
517
|
|
|
506
|
-
&:
|
|
518
|
+
&:not(:disabled):hover {
|
|
507
519
|
background: rgba($dangerButtonBg, $textButtonHoverBgOpacity);
|
|
508
520
|
color: $dangerButtonBg;
|
|
509
521
|
border: $outlinedButtonBorder;
|
|
510
522
|
}
|
|
511
523
|
|
|
512
|
-
&:
|
|
524
|
+
&:not(:disabled):active {
|
|
513
525
|
background: rgba($dangerButtonBg, $textButtonActiveBgOpacity);
|
|
514
526
|
color: $dangerButtonBg;
|
|
515
527
|
border: $outlinedButtonBorder;
|
|
@@ -521,13 +533,13 @@
|
|
|
521
533
|
color: $dangerButtonBg;
|
|
522
534
|
border-color: transparent;
|
|
523
535
|
|
|
524
|
-
&:
|
|
536
|
+
&:not(:disabled):hover {
|
|
525
537
|
background: rgba($dangerButtonBg, $textButtonHoverBgOpacity);
|
|
526
538
|
border-color: transparent;
|
|
527
539
|
color: $dangerButtonBg;
|
|
528
540
|
}
|
|
529
541
|
|
|
530
|
-
&:
|
|
542
|
+
&:not(:disabled):active {
|
|
531
543
|
background: rgba($dangerButtonBg, $textButtonActiveBgOpacity);
|
|
532
544
|
border-color: transparent;
|
|
533
545
|
color: $dangerButtonBg;
|
|
@@ -540,25 +552,25 @@
|
|
|
540
552
|
background: transparent;
|
|
541
553
|
border: transparent;
|
|
542
554
|
|
|
543
|
-
&:
|
|
544
|
-
background:
|
|
555
|
+
&:not(:disabled):hover {
|
|
556
|
+
background: transparent;
|
|
545
557
|
color: $linkButtonHoverColor;
|
|
546
|
-
border-color:
|
|
558
|
+
border-color: transparent;
|
|
547
559
|
|
|
548
560
|
.p-button-label {
|
|
549
561
|
text-decoration: $linkButtonTextHoverDecoration;
|
|
550
562
|
}
|
|
551
563
|
}
|
|
552
564
|
|
|
553
|
-
&:
|
|
565
|
+
&:not(:disabled):focus {
|
|
554
566
|
background: transparent;
|
|
555
567
|
box-shadow: $linkButtonFocusShadow;
|
|
556
|
-
border-color:
|
|
568
|
+
border-color: transparent;
|
|
557
569
|
}
|
|
558
570
|
|
|
559
|
-
&:
|
|
560
|
-
background:
|
|
571
|
+
&:not(:disabled):active {
|
|
572
|
+
background: transparent;
|
|
561
573
|
color: $linkButtonColor;
|
|
562
|
-
border-color:
|
|
574
|
+
border-color: transparent;
|
|
563
575
|
}
|
|
564
576
|
}
|
|
@@ -16,6 +16,16 @@
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
.p-speeddial-list {
|
|
20
|
+
outline: 0 none;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.p-speeddial-item {
|
|
24
|
+
&.p-focus > .p-speeddial-action {
|
|
25
|
+
@include focused();
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
19
29
|
.p-speeddial-action {
|
|
20
30
|
width: $speedDialActionWidth;
|
|
21
31
|
height: $speedDialActionHeight;
|
|
@@ -83,4 +93,4 @@
|
|
|
83
93
|
|
|
84
94
|
.p-speeddial-mask {
|
|
85
95
|
background-color: $maskBg;
|
|
86
|
-
}
|
|
96
|
+
}
|