@ouestfrance/sipa-bms-ui 8.9.2 → 8.9.3

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.
@@ -28,9 +28,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Pr
28
28
  }>, {
29
29
  type: StatusType;
30
30
  modelValue: any;
31
+ loading: boolean;
31
32
  priority: boolean;
32
33
  backdropDismiss: boolean;
33
- loading: boolean;
34
34
  closable: boolean;
35
35
  submitLabel: string;
36
36
  cancelLabel: string;
@@ -65,17 +65,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
65
65
  }>, {
66
66
  mode: "normal" | "dense";
67
67
  size: number;
68
+ request: (params: ServerTableRequestParams, abortController: AbortController, url?: string | undefined) => Promise<{
69
+ data: unknown[];
70
+ total: number;
71
+ }>;
72
+ filters: Filter[];
68
73
  selectedItems: unknown[];
69
74
  selectable: boolean;
70
75
  selectMode: SelectMode;
71
76
  selectableDisabled: boolean;
72
77
  maxSelectedSize: number;
73
78
  pagination: number[];
74
- request: (params: ServerTableRequestParams, abortController: AbortController, url?: string | undefined) => Promise<{
75
- data: unknown[];
76
- total: number;
77
- }>;
78
- filters: Filter[];
79
79
  canSaveFilters: boolean;
80
80
  persistent: boolean;
81
81
  initialPage: number;
@@ -52,10 +52,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
52
52
  }>, {
53
53
  mode: "normal" | "dense";
54
54
  size: number;
55
+ filters: Filter[];
55
56
  selectable: boolean;
56
57
  selectableDisabled: boolean;
57
58
  pagination: number[];
58
- filters: Filter[];
59
59
  canSaveFilters: boolean;
60
60
  persistent: boolean;
61
61
  defaultFiltersOpened: boolean;
package/dist/index.d.ts CHANGED
@@ -8,6 +8,7 @@ import { default as BmsCircularProgress } from './components/feedback/BmsCircula
8
8
  import { default as BmsLoader } from './components/feedback/BmsLoader.vue';
9
9
  import { default as BmsTooltip } from './components/feedback/BmsTooltip.vue';
10
10
  import { default as BmsAutocomplete } from './components/form/BmsAutocomplete.vue';
11
+ import { default as BmsServerAutocomplete } from './components/form/BmsServerAutocomplete.vue';
11
12
  import { default as BmsBetweenInput } from './components/form/BmsBetweenInput.vue';
12
13
  import { default as BmsChip } from './components/form/BmsChip.vue';
13
14
  import { default as BmsFilePicker } from './components/form/BmsFilePicker.vue';
@@ -71,4 +72,4 @@ export * from './plugins/confirm';
71
72
  export * from './plugins/runtime-env';
72
73
  export * from './plugins/router-history';
73
74
  export * from './services';
74
- export { BmsButton, BmsIconButton, BmsAlert, BmsBadge, BmsCaption, BmsCircularProgress, BmsLoader, BmsTooltip, BmsAutocomplete, BmsBetweenInput, BmsChip, BmsFilePicker, BmsInputBooleanCheckbox, BmsInputCheckboxGroup, BmsInputCheckboxCaption, BmsInputCheckboxCaptionGroup, BmsInputCode, BmsInputDateTime, BmsInputFile, BmsInputNumber, BmsInputRadio, BmsInputRadioGroup, BmsInputRadioCaption, BmsInputRadioCaptionGroup, BmsInputText, BmsInputToggle, BmsMultiSelect, BmsSearch, BmsSelect, BmsTag, BmsTextArea, BmsContentPageLayout, BmsCard, BmsForm, BmsHeader, BmsHeaderTitle, BmsModal, BmsOverlay, BmsSection, BmsStep, BmsStepper, BmsBackButton, BmsBreadcrumb, BmsFixedMenu, BmsLink, BmsMenu, BmsMenuNav, BmsShortLinkMenu, BmsTabs, BmsTenantSwitcher, BmsDraggableList, BmsEmptyScreen, BmsPagination, BmsServerTable, BmsTable, BmsCocarde, BmsProblem, BmsRelativeTime, };
75
+ export { BmsButton, BmsIconButton, BmsAlert, BmsBadge, BmsCaption, BmsCircularProgress, BmsLoader, BmsTooltip, BmsAutocomplete, BmsServerAutocomplete, BmsBetweenInput, BmsChip, BmsFilePicker, BmsInputBooleanCheckbox, BmsInputCheckboxGroup, BmsInputCheckboxCaption, BmsInputCheckboxCaptionGroup, BmsInputCode, BmsInputDateTime, BmsInputFile, BmsInputNumber, BmsInputRadio, BmsInputRadioGroup, BmsInputRadioCaption, BmsInputRadioCaptionGroup, BmsInputText, BmsInputToggle, BmsMultiSelect, BmsSearch, BmsSelect, BmsTag, BmsTextArea, BmsContentPageLayout, BmsCard, BmsForm, BmsHeader, BmsHeaderTitle, BmsModal, BmsOverlay, BmsSection, BmsStep, BmsStepper, BmsBackButton, BmsBreadcrumb, BmsFixedMenu, BmsLink, BmsMenu, BmsMenuNav, BmsShortLinkMenu, BmsTabs, BmsTenantSwitcher, BmsDraggableList, BmsEmptyScreen, BmsPagination, BmsServerTable, BmsTable, BmsCocarde, BmsProblem, BmsRelativeTime, };
@@ -641,6 +641,19 @@ ul li[data-v-ba5302fc]:hover, ul li.selected[data-v-ba5302fc] {
641
641
  }
642
642
  .icon[data-v-b0e1e6f3] svg * {
643
643
  fill: currentColor !important;
644
+ }.icon[data-v-3115cc27] {
645
+ height: 1em;
646
+ width: 1em;
647
+ }
648
+ .icon.datalist-icon[data-v-3115cc27] {
649
+ margin: 0 0.5em;
650
+ }
651
+ .icon[data-v-3115cc27] svg {
652
+ height: 100%;
653
+ width: 100%;
654
+ }
655
+ .icon[data-v-3115cc27] svg * {
656
+ fill: currentColor !important;
644
657
  }.field-between__separator[data-v-f25b520b] {
645
658
  margin-left: 10px;
646
659
  margin-right: 10px;
@@ -2400,19 +2413,6 @@ nav .additional[data-v-731a6d8c] {
2400
2413
  .indicator-scale-leave-from[data-v-6047ada7] {
2401
2414
  opacity: 1;
2402
2415
  transform: scale(1);
2403
- }.icon[data-v-3115cc27] {
2404
- height: 1em;
2405
- width: 1em;
2406
- }
2407
- .icon.datalist-icon[data-v-3115cc27] {
2408
- margin: 0 0.5em;
2409
- }
2410
- .icon[data-v-3115cc27] svg {
2411
- height: 100%;
2412
- width: 100%;
2413
- }
2414
- .icon[data-v-3115cc27] svg * {
2415
- fill: currentColor !important;
2416
2416
  }.filters[data-v-4a441463] {
2417
2417
  padding: 16px;
2418
2418
  background: var(--bms-white);