@ouestfrance/sipa-bms-ui 8.39.0 → 8.40.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.
@@ -0,0 +1,17 @@
1
+ type __VLS_Props = {
2
+ align: 'left' | 'right';
3
+ collapsed?: boolean;
4
+ width?: string;
5
+ };
6
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ width: string;
8
+ collapsed: boolean;
9
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
10
+ default?(_: {}): any;
11
+ }>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ align?: 'left' | 'right';
3
+ collapsed?: boolean;
4
+ showFloatingPanel?: boolean;
5
+ panelWidth?: string;
6
+ };
7
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ align: "left" | "right";
9
+ collapsed: boolean;
10
+ showFloatingPanel: boolean;
11
+ panelWidth: string;
12
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
13
+ default?(_: {}): any;
14
+ floating?(_: {}): any;
15
+ }>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
package/dist/index.d.ts CHANGED
@@ -44,6 +44,8 @@ import { default as BmsHeaderTitle } from './components/layout/BmsHeaderTitle.vu
44
44
  import { default as BmsModal } from './components/layout/BmsModal.vue';
45
45
  import { default as BmsOverlay } from './components/layout/BmsOverlay.vue';
46
46
  import { default as BmsSection } from './components/layout/BmsSection.vue';
47
+ import { default as BmsSidePanel } from './components/layout/BmsSidePanel.vue';
48
+ import { default as BmsSlidingPanelShell } from './components/layout/BmsSlidingPanelShell.vue';
47
49
  import { default as BmsSplitWindow } from './components/layout/BmsSplitWindow.vue';
48
50
  import { default as BmsStep } from './components/layout/BmsStep.vue';
49
51
  import { default as BmsStepper } from './components/layout/BmsStepper.vue';
@@ -78,4 +80,4 @@ export * from './plugins/confirm';
78
80
  export * from './plugins/runtime-env';
79
81
  export * from './plugins/router-history';
80
82
  export * from './services';
81
- export { BmsButton, BmsIconButton, BmsToggleIcon, BmsAlert, BmsBadge, BmsCaption, BmsCircularProgress, BmsGhost, BmsLoader, BmsTooltip, BmsAutocomplete, BmsServerAutocomplete, BmsBetweenInput, BmsChip, BmsFilePicker, BmsInputBooleanCheckbox, BmsInputCheckboxGroup, BmsInputCheckboxCaption, BmsInputCheckboxCaptionGroup, BmsInputCode, BmsInputDateTime, BmsInputFile, BmsInputNumber, BmsInputRadio, BmsInputRadioGroup, BmsInputRadioCaption, BmsInputRadioCaptionGroup, BmsInputText, BmsInputTime, BmsInputToggle, BmsMultiSelect, BmsSearch, BmsSelect, BmsCombobox, BmsTag, BmsTextArea, BmsContentPageLayout, BmsCard, BmsFloatingWindow, BmsForm, BmsHeader, BmsHeaderTitle, BmsModal, BmsOverlay, BmsSection, BmsSplitWindow, BmsStep, BmsStepper, BmsBackButton, BmsBreadcrumb, BmsFixedMenu, BmsLink, BmsMenu, BmsMenuNav, BmsShortLinkMenu, BmsTabs, BmsTenantSwitcher, BmsDraggableList, BmsEmptyScreen, BmsPagination, BmsServerTable, BmsTable, BmsCocarde, BmsProblem, BmsRelativeTime, };
83
+ export { BmsButton, BmsIconButton, BmsToggleIcon, BmsAlert, BmsBadge, BmsCaption, BmsCircularProgress, BmsGhost, BmsLoader, BmsTooltip, BmsAutocomplete, BmsServerAutocomplete, BmsBetweenInput, BmsChip, BmsFilePicker, BmsInputBooleanCheckbox, BmsInputCheckboxGroup, BmsInputCheckboxCaption, BmsInputCheckboxCaptionGroup, BmsInputCode, BmsInputDateTime, BmsInputFile, BmsInputNumber, BmsInputRadio, BmsInputRadioGroup, BmsInputRadioCaption, BmsInputRadioCaptionGroup, BmsInputText, BmsInputTime, BmsInputToggle, BmsMultiSelect, BmsSearch, BmsSelect, BmsCombobox, BmsTag, BmsTextArea, BmsContentPageLayout, BmsCard, BmsFloatingWindow, BmsForm, BmsHeader, BmsHeaderTitle, BmsModal, BmsOverlay, BmsSection, BmsSidePanel, BmsSlidingPanelShell, BmsSplitWindow, BmsStep, BmsStepper, BmsBackButton, BmsBreadcrumb, BmsFixedMenu, BmsLink, BmsMenu, BmsMenuNav, BmsShortLinkMenu, BmsTabs, BmsTenantSwitcher, BmsDraggableList, BmsEmptyScreen, BmsPagination, BmsServerTable, BmsTable, BmsCocarde, BmsProblem, BmsRelativeTime, };
@@ -2012,6 +2012,76 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
2012
2012
  background-color: var(--bms-white);
2013
2013
  border-radius: var(--bms-border-radius-large);
2014
2014
  padding: 1em 2em 1em 2em;
2015
+ }.bms-side-panel[data-v-97f7f97d] {
2016
+ background: var(--bms-white);
2017
+ max-height: 100%;
2018
+ overflow-y: auto;
2019
+ overflow-x: hidden;
2020
+ }
2021
+ .bms-side-panel--left[data-v-97f7f97d] {
2022
+ border-right: 1px solid var(--bms-border-color);
2023
+ height: 100%;
2024
+ width: var(--bms-side-panel-width);
2025
+ min-width: 0;
2026
+ opacity: 1;
2027
+ transition: width 500ms, opacity 500ms;
2028
+ }
2029
+ .bms-side-panel--left.bms-side-panel--collapsed[data-v-97f7f97d] {
2030
+ width: 0;
2031
+ opacity: 0;
2032
+ }
2033
+ .bms-side-panel--right[data-v-97f7f97d] {
2034
+ border-left: 1px solid var(--bms-border-color);
2035
+ flex-shrink: 0;
2036
+ display: flex;
2037
+ flex-direction: column;
2038
+ height: 100%;
2039
+ overflow: hidden;
2040
+ }
2041
+ .bms-side-panel--right[data-v-97f7f97d] > * {
2042
+ flex: 1 1 auto;
2043
+ min-height: 0;
2044
+ }.bms-sliding-panel-shell[data-v-01e7a741] {
2045
+ position: relative;
2046
+ display: flex;
2047
+ height: 100%;
2048
+ min-height: 0;
2049
+ overflow: visible;
2050
+ }
2051
+ .bms-sliding-panel-shell[data-v-01e7a741] .bms-side-panel {
2052
+ position: relative;
2053
+ z-index: 2;
2054
+ }
2055
+ .bms-sliding-panel-shell__drawer[data-v-01e7a741] {
2056
+ position: absolute;
2057
+ top: 0;
2058
+ width: var(--bms-panel-width);
2059
+ height: 100%;
2060
+ background: var(--bms-white);
2061
+ z-index: 1;
2062
+ overflow-y: auto;
2063
+ }
2064
+ .bms-sliding-panel-shell--left .bms-sliding-panel-shell__drawer[data-v-01e7a741] {
2065
+ left: var(--bms-panel-width);
2066
+ border-right: 1px solid var(--bms-border-color);
2067
+ }
2068
+ .bms-sliding-panel-shell--right .bms-sliding-panel-shell__drawer[data-v-01e7a741] {
2069
+ right: var(--bms-panel-width);
2070
+ border-left: 1px solid var(--bms-border-color);
2071
+ }
2072
+ .bms-slide-left-enter-active[data-v-01e7a741],
2073
+ .bms-slide-left-leave-active[data-v-01e7a741],
2074
+ .bms-slide-right-enter-active[data-v-01e7a741],
2075
+ .bms-slide-right-leave-active[data-v-01e7a741] {
2076
+ transition: transform 200ms ease;
2077
+ }
2078
+ .bms-slide-left-enter-from[data-v-01e7a741],
2079
+ .bms-slide-left-leave-to[data-v-01e7a741] {
2080
+ transform: translateX(-100%);
2081
+ }
2082
+ .bms-slide-right-enter-from[data-v-01e7a741],
2083
+ .bms-slide-right-leave-to[data-v-01e7a741] {
2084
+ transform: translateX(100%);
2015
2085
  }.split-window[data-v-b6e704f4] {
2016
2086
  display: grid;
2017
2087
  width: 100%;