@ouestfrance/sipa-bms-ui 8.19.0 → 8.20.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/dist/components/form/BmsInputText.vue.d.ts +1 -0
- package/dist/components/form/BmsSearch.vue.d.ts +3 -1
- package/dist/components/layout/BmsSplitWindow.vue.d.ts +1 -0
- package/dist/components/navigation/UiTenantSwitcher.vue.d.ts +3 -1
- package/dist/components/table/BmsTableFilters.vue.d.ts +3 -1
- package/dist/sipa-bms-ui.css +10 -10
- package/dist/sipa-bms-ui.es.js +6 -4
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +6 -4
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +2 -1
- package/src/components/button/BmsButton.stories.js +14 -22
- package/src/components/button/BmsIconButton.stories.js +14 -8
- package/src/components/button/UiButton.stories.js +31 -0
- package/src/components/feedback/BmsCircularProgress.stories.js +0 -7
- package/src/components/feedback/BmsLoader.stories.js +0 -6
- package/src/components/feedback/BmsTooltip.stories.js +1 -0
- package/src/components/feedback/UiTooltip.stories.js +1 -0
- package/src/components/form/BmsAutocomplete.stories.js +11 -1
- package/src/components/form/BmsBetweenInput.stories.js +17 -1
- package/src/components/form/BmsFilePicker.stories.js +3 -1
- package/src/components/form/BmsInputBooleanCheckbox.stories.js +9 -0
- package/src/components/form/BmsInputCheckboxCaption.stories.js +16 -0
- package/src/components/form/BmsInputCheckboxCaptionGroup.stories.js +21 -1
- package/src/components/form/BmsInputText.vue +1 -0
- package/src/components/form/UiBmsInputCheckbox.stories.js +1 -0
- package/src/components/form/UiBmsSwitch.stories.js +1 -5
- package/src/components/layout/BmsForm_retrocompat.stories.js +1 -0
- package/src/components/layout/BmsSplitWindow.vue +4 -2
- package/src/components/navigation/BmsBreadcrumb.stories.js +0 -18
- package/src/components/navigation/BmsMenu.stories.js +4 -4
- package/src/components/navigation/BmsMenuNav.stories.js +4 -3
- package/src/components/navigation/UiMenuItem.stories.js +53 -2
- package/src/components/navigation/UiTab.stories.js +1 -0
- package/src/components/navigation/UiTenantSwitcher.stories.js +1 -0
- package/src/components/table/BmsEmptyScreen.stories.js +0 -7
- package/src/components/table/UiBmsTable.stories.js +1 -0
- package/src/components/table/UiFilterButton.stories.js +3 -8
- package/src/components/utils/BmsRelativeTime.stories.js +0 -6
- package/src/components/feedback/Notification.stories.js +0 -37
- package/src/components/navigation/UiMenuItemStatus.stories.js +0 -64
|
@@ -165,6 +165,7 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
165
165
|
"update:modelValue": (value: string) => any;
|
|
166
166
|
}, string, {
|
|
167
167
|
label: string;
|
|
168
|
+
small: boolean;
|
|
168
169
|
required: boolean;
|
|
169
170
|
disabled: boolean;
|
|
170
171
|
inputType: import('../..').InputType;
|
|
@@ -190,6 +191,7 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
190
191
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
191
192
|
} & Readonly<{
|
|
192
193
|
label: string;
|
|
194
|
+
small: boolean;
|
|
193
195
|
required: boolean;
|
|
194
196
|
disabled: boolean;
|
|
195
197
|
inputType: import('../..').InputType;
|
|
@@ -197,7 +199,7 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
197
199
|
onBlur?: (() => any) | undefined;
|
|
198
200
|
onFocus?: (() => any) | undefined;
|
|
199
201
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
200
|
-
}>, "setFocus" | ("label" | "required" | "disabled" | "inputType")> & import('vue').ShallowUnwrapRef<{
|
|
202
|
+
}>, "setFocus" | ("label" | "small" | "required" | "disabled" | "inputType")> & import('vue').ShallowUnwrapRef<{
|
|
201
203
|
setFocus: () => void;
|
|
202
204
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
203
205
|
$slots: {
|
|
@@ -166,6 +166,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
166
166
|
"update:modelValue": (value: string) => any;
|
|
167
167
|
}, string, {
|
|
168
168
|
label: string;
|
|
169
|
+
small: boolean;
|
|
169
170
|
required: boolean;
|
|
170
171
|
disabled: boolean;
|
|
171
172
|
inputType: import('../../models').InputType;
|
|
@@ -191,6 +192,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
191
192
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
192
193
|
} & Readonly<{
|
|
193
194
|
label: string;
|
|
195
|
+
small: boolean;
|
|
194
196
|
required: boolean;
|
|
195
197
|
disabled: boolean;
|
|
196
198
|
inputType: import('../../models').InputType;
|
|
@@ -198,7 +200,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
198
200
|
onBlur?: (() => any) | undefined;
|
|
199
201
|
onFocus?: (() => any) | undefined;
|
|
200
202
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
201
|
-
}>, "setFocus" | ("label" | "required" | "disabled" | "inputType")> & import('vue').ShallowUnwrapRef<{
|
|
203
|
+
}>, "setFocus" | ("label" | "small" | "required" | "disabled" | "inputType")> & import('vue').ShallowUnwrapRef<{
|
|
202
204
|
setFocus: () => void;
|
|
203
205
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
204
206
|
$slots: {
|
|
@@ -184,6 +184,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
184
184
|
"update:modelValue": (value: string) => any;
|
|
185
185
|
}, string, {
|
|
186
186
|
label: string;
|
|
187
|
+
small: boolean;
|
|
187
188
|
required: boolean;
|
|
188
189
|
disabled: boolean;
|
|
189
190
|
inputType: import('../../models').InputType;
|
|
@@ -209,6 +210,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
209
210
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
210
211
|
} & Readonly<{
|
|
211
212
|
label: string;
|
|
213
|
+
small: boolean;
|
|
212
214
|
required: boolean;
|
|
213
215
|
disabled: boolean;
|
|
214
216
|
inputType: import('../../models').InputType;
|
|
@@ -216,7 +218,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
216
218
|
onBlur?: (() => any) | undefined;
|
|
217
219
|
onFocus?: (() => any) | undefined;
|
|
218
220
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
219
|
-
}>, "setFocus" | ("label" | "required" | "disabled" | "inputType")> & import('vue').ShallowUnwrapRef<{
|
|
221
|
+
}>, "setFocus" | ("label" | "small" | "required" | "disabled" | "inputType")> & import('vue').ShallowUnwrapRef<{
|
|
220
222
|
setFocus: () => void;
|
|
221
223
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
222
224
|
$slots: {
|
package/dist/sipa-bms-ui.css
CHANGED
|
@@ -1655,53 +1655,53 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1655
1655
|
background-color: var(--bms-white);
|
|
1656
1656
|
border-radius: var(--bms-border-radius-large);
|
|
1657
1657
|
padding: 1em 2em 1em 2em;
|
|
1658
|
-
}.split-window[data-v-
|
|
1658
|
+
}.split-window[data-v-0aa0f55f] {
|
|
1659
1659
|
display: grid;
|
|
1660
1660
|
width: 100%;
|
|
1661
1661
|
height: 100%;
|
|
1662
1662
|
overflow: hidden;
|
|
1663
1663
|
}
|
|
1664
|
-
.split-window__pane[data-v-
|
|
1664
|
+
.split-window__pane[data-v-0aa0f55f] {
|
|
1665
1665
|
display: flex;
|
|
1666
1666
|
max-height: 100%;
|
|
1667
1667
|
overflow: hidden;
|
|
1668
1668
|
}
|
|
1669
|
-
.split-window__separator[data-v-
|
|
1669
|
+
.split-window__separator[data-v-0aa0f55f] {
|
|
1670
1670
|
position: relative;
|
|
1671
1671
|
z-index: var(--bms-z-index-fixed);
|
|
1672
1672
|
}
|
|
1673
|
-
.split-window__separator[data-v-
|
|
1673
|
+
.split-window__separator[data-v-0aa0f55f]:before {
|
|
1674
1674
|
content: "";
|
|
1675
1675
|
position: absolute;
|
|
1676
1676
|
top: 0;
|
|
1677
1677
|
left: 0;
|
|
1678
1678
|
}
|
|
1679
|
-
.split-window__separator[data-v-
|
|
1679
|
+
.split-window__separator[data-v-0aa0f55f]:focus-within:before {
|
|
1680
1680
|
outline: 2px solid black;
|
|
1681
1681
|
}
|
|
1682
|
-
.split-window--vertical .split-window__separator[data-v-
|
|
1682
|
+
.split-window--vertical .split-window__separator[data-v-0aa0f55f] {
|
|
1683
1683
|
height: 100%;
|
|
1684
1684
|
width: 0;
|
|
1685
1685
|
}
|
|
1686
|
-
.split-window--vertical .split-window__separator[data-v-
|
|
1686
|
+
.split-window--vertical .split-window__separator[data-v-0aa0f55f]:before {
|
|
1687
1687
|
content: "";
|
|
1688
1688
|
width: 8px;
|
|
1689
1689
|
height: 100%;
|
|
1690
1690
|
transform: translate(-50%, 0);
|
|
1691
1691
|
cursor: col-resize;
|
|
1692
1692
|
}
|
|
1693
|
-
.split-window--horizontal .split-window__separator[data-v-
|
|
1693
|
+
.split-window--horizontal .split-window__separator[data-v-0aa0f55f] {
|
|
1694
1694
|
height: 0;
|
|
1695
1695
|
width: 100%;
|
|
1696
1696
|
}
|
|
1697
|
-
.split-window--horizontal .split-window__separator[data-v-
|
|
1697
|
+
.split-window--horizontal .split-window__separator[data-v-0aa0f55f]:before {
|
|
1698
1698
|
content: "";
|
|
1699
1699
|
width: 100%;
|
|
1700
1700
|
height: 8px;
|
|
1701
1701
|
transform: translate(0, -50%);
|
|
1702
1702
|
cursor: row-resize;
|
|
1703
1703
|
}
|
|
1704
|
-
.split-window--dragging .split-window__separator[data-v-
|
|
1704
|
+
.split-window--dragging .split-window__separator[data-v-0aa0f55f]:before {
|
|
1705
1705
|
position: fixed;
|
|
1706
1706
|
top: 0;
|
|
1707
1707
|
left: 0;
|
package/dist/sipa-bms-ui.es.js
CHANGED
|
@@ -68535,7 +68535,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
68535
68535
|
errors: {},
|
|
68536
68536
|
captions: {},
|
|
68537
68537
|
disabled: { type: Boolean, default: false },
|
|
68538
|
-
small: { type: Boolean },
|
|
68538
|
+
small: { type: Boolean, default: false },
|
|
68539
68539
|
ellipsisLabel: { type: Boolean }
|
|
68540
68540
|
},
|
|
68541
68541
|
emits: ["update:modelValue", "blur", "focus"],
|
|
@@ -90642,7 +90642,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
90642
90642
|
renderSlot(_ctx.$slots, "first", {}, void 0, true)
|
|
90643
90643
|
], 8, _hoisted_1$v),
|
|
90644
90644
|
createElementVNode("div", {
|
|
90645
|
-
class: "split-window__separator
|
|
90645
|
+
class: "split-window__separator",
|
|
90646
90646
|
role: "separator",
|
|
90647
90647
|
tabindex: "0",
|
|
90648
90648
|
"aria-label": props.ariaLabel || "Séparateur de volet",
|
|
@@ -90653,7 +90653,9 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
90653
90653
|
"aria-controls": primaryId.value,
|
|
90654
90654
|
onPointerdown: withModifiers(onPointerDown, ["prevent", "stop"]),
|
|
90655
90655
|
onKeydown: onKeyDown
|
|
90656
|
-
},
|
|
90656
|
+
}, [
|
|
90657
|
+
renderSlot(_ctx.$slots, "separator", {}, void 0, true)
|
|
90658
|
+
], 40, _hoisted_2$k),
|
|
90657
90659
|
createElementVNode("div", {
|
|
90658
90660
|
class: "split-window__pane split-window__second-pane",
|
|
90659
90661
|
id: __props.primary === "second" ? primaryId.value : void 0
|
|
@@ -90665,7 +90667,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
90665
90667
|
}
|
|
90666
90668
|
});
|
|
90667
90669
|
|
|
90668
|
-
const BmsSplitWindow = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-
|
|
90670
|
+
const BmsSplitWindow = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-0aa0f55f"]]);
|
|
90669
90671
|
|
|
90670
90672
|
const _hoisted_1$u = { class: "step" };
|
|
90671
90673
|
const _hoisted_2$j = { class: "step-buttons" };
|