@avenirs-esr/avenirs-dsav 0.1.66 → 0.1.68

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.
Files changed (45) hide show
  1. package/dist/avenirs-dsav.css +2 -2
  2. package/dist/components/header/index.d.ts +1 -1
  3. package/dist/components/interaction/radios/AvRadioButtonSet/AvRadioButtonSet.vue.d.ts +1 -1
  4. package/dist/components/interaction/selects/AvMultiselect/AvMultiselect.stories.d.ts +2 -2
  5. package/dist/components/interaction/selects/AvMultiselect/AvMultiselect.vue.d.ts +1 -1
  6. package/dist/components/interaction/selects/AvSelect/AvSelect.stories.d.ts +8 -2
  7. package/dist/components/interaction/selects/AvSelect/AvSelect.stub.d.ts +14 -2
  8. package/dist/components/interaction/selects/AvSelect/AvSelect.vue.d.ts +11 -4
  9. package/dist/components/interaction/tabs/AvTabs/AvTabs.vue.d.ts +6 -9
  10. package/dist/components/interaction/tabs/AvTabs/components/TabContent.vue.d.ts +35 -0
  11. package/dist/components/interaction/tabs/AvTabs/components/TabItem.vue.d.ts +41 -0
  12. package/dist/components/interaction/tabs/AvTabs/composables/use-tab-transition.d.ts +23 -0
  13. package/dist/components/interaction/tabs/AvTabs/composables/use-tab-transition.test.d.ts +1 -0
  14. package/dist/components/interaction/tabs/AvTabs/composables/use-tabs-style.d.ts +31 -0
  15. package/dist/components/interaction/tabs/AvTabs/composables/use-tabs-style.test.d.ts +1 -0
  16. package/dist/components/navigation/AvBreadcrumb/AvBreadcrumb.vue.d.ts +7 -0
  17. package/dist/components/navigation/AvNavigation/AvNavigation.stories.d.ts +0 -1
  18. package/dist/components/navigation/AvNavigation/AvNavigation.vue.d.ts +15 -5
  19. package/dist/components/navigation/AvNavigation/components/NavigationItem/NavigationItem.stub.d.ts +21 -0
  20. package/dist/components/navigation/AvNavigation/components/NavigationItem/NavigationItem.test.d.ts +1 -0
  21. package/dist/components/navigation/AvNavigation/components/NavigationItem/NavigationItem.vue.d.ts +31 -0
  22. package/dist/components/navigation/AvNavigation/components/NavigationMenu/NavigationMenu.stub.d.ts +50 -0
  23. package/dist/components/navigation/AvNavigation/components/NavigationMenu/NavigationMenu.test.d.ts +1 -0
  24. package/dist/components/navigation/AvNavigation/components/NavigationMenu/NavigationMenu.vue.d.ts +34 -0
  25. package/dist/components/navigation/AvNavigation/components/NavigationMenuItem/NavigationMenuItem.stub.d.ts +21 -0
  26. package/dist/components/navigation/AvNavigation/components/NavigationMenuItem/NavigationMenuItem.test.d.ts +1 -0
  27. package/dist/components/navigation/AvNavigation/components/NavigationMenuItem/NavigationMenuItem.vue.d.ts +31 -0
  28. package/dist/components/navigation/AvNavigation/components/NavigationMenuLink/NavigationMenuLink.stub.d.ts +53 -0
  29. package/dist/components/navigation/AvNavigation/components/NavigationMenuLink/NavigationMenuLink.test.d.ts +1 -0
  30. package/dist/components/navigation/AvNavigation/components/NavigationMenuLink/NavigationMenuLink.vue.d.ts +39 -0
  31. package/dist/components/navigation/AvPagination/AvPagination.types.d.ts +17 -0
  32. package/dist/components/navigation/AvPagination/AvPagination.vue.d.ts +1 -1
  33. package/dist/components/navigation/AvPagination/utils.d.ts +1 -1
  34. package/dist/components/overlay/modals/AvModal/AvModal.vue.d.ts +3 -12
  35. package/dist/composables/use-av-breakpoints/use-av-breakpoints.d.ts +1 -1
  36. package/dist/composables/use-collapsable/use-collapsable.d.ts +2 -7
  37. package/dist/index.cjs.js +8 -15
  38. package/dist/index.es.js +3645 -4802
  39. package/dist/main.d.ts +0 -1
  40. package/dist/test-utils.cjs.js +13 -8
  41. package/dist/test-utils.es.js +46 -36
  42. package/package.json +1 -2
  43. package/src/styles/main.scss +0 -2
  44. package/dist/tests/stubs.d.ts +0 -53
  45. package/src/styles/links.scss +0 -17
package/dist/main.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import '@gouvfr/dsfr/dist/core/core.main.min.css';
2
2
  import '@gouvfr/dsfr/dist/component/component.main.min.css';
3
3
  import '@gouvfr/dsfr/dist/utility/utility.main.min.css';
4
- import '@gouvminint/vue-dsfr/styles';
5
4
  import '@gouvfr/dsfr/dist/scheme/scheme.min.css';
6
5
  import '@gouvfr/dsfr/dist/utility/icons/icons.min.css';
7
6
  import './main.css';
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),l=require("./injection-key.cjs.js");require("@vue/test-utils");const s=e.defineComponent({name:"AvBadge",template:`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),s=require("./injection-key.cjs.js");require("@vue/test-utils");const l=e.defineComponent({name:"AvBadge",template:`
2
2
  <div
3
3
  class="av-badge-stub"
4
4
  :style="{ backgroundColor, borderColor, color }
@@ -15,7 +15,7 @@
15
15
  <slot />
16
16
  </button>
17
17
  </div>
18
- `,setup(n){const t=e.inject(l.registerAccordionKey);if(!t){const o=e.ref(!1);return{isActive:o,expand:()=>{o.value=!o.value}}}const{isActive:i,expand:a}=t(e.toRef(n,"title"));return{isActive:i,expand:a}}}),u=e.defineComponent({name:"AvButton",props:["label","variant","type","disabled","isLoading","size"],emits:["click"],template:`
18
+ `,setup(i){const t=e.inject(s.registerAccordionKey);if(!t){const n=e.ref(!1);return{isActive:n,expand:()=>{n.value=!n.value}}}const{isActive:o,expand:a}=t(e.toRef(i,"title"));return{isActive:o,expand:a}}}),u=e.defineComponent({name:"AvButton",props:["label","variant","type","disabled","isLoading","size"],emits:["click"],template:`
19
19
  <button
20
20
  class="av-button-stub"
21
21
  :disabled="disabled"
@@ -85,17 +85,19 @@
85
85
  :toggle="() => {}"
86
86
  />
87
87
  </div>
88
- `}),f=e.defineComponent({name:"AvSelect",props:{modelValue:[String,Number],options:Array,defaultUnselectedText:String,dense:Boolean},emits:["update:modelValue"],template:`
88
+ `}),f=e.defineComponent({name:"AvSelect",props:{modelValue:[String,Number],options:Array,placeholder:String,dense:Boolean,required:Boolean,disabled:Boolean,hint:String,errorMessage:String,successMessage:String},emits:["update:modelValue"],template:`
89
89
  <select
90
90
  class="av-select-stub"
91
91
  :value="modelValue"
92
+ :disabled="disabled"
93
+ :required="required"
92
94
  @change="$emit('update:modelValue', $event.target.value)"
93
95
  >
94
96
  <option
95
- v-if="defaultUnselectedText !== undefined"
97
+ v-if="placeholder !== undefined"
96
98
  value=""
97
99
  >
98
- {{ defaultUnselectedText }}
100
+ {{ placeholder }}
99
101
  </option>
100
102
  <option
101
103
  v-for="option in options"
@@ -104,6 +106,9 @@
104
106
  >
105
107
  {{ option.text }}
106
108
  </option>
109
+ <span v-if="hint">{{ hint }}</span>
110
+ <span v-if="errorMessage">{{ errorMessage }}</span>
111
+ <span v-if="!errorMessage && successMessage">{{ successMessage }}</span>
107
112
  </select>
108
113
  `}),C=e.defineComponent({name:"AvToggle",props:["id","name","modelValue","description","activeText","inactiveText","disabled"],emits:["update:modelValue"],template:`
109
114
  <div class="av-toggle">
@@ -128,7 +133,7 @@
128
133
  class="av-side-navigation-stub"
129
134
  @click="$emit('update:isSideMenuCollapsed', !isSideMenuCollapsed)"
130
135
  />
131
- `}),x=e.defineComponent({name:"AvStepper",props:{steps:{type:Array,required:!0},currentStep:{type:Number,required:!0}},template:`
136
+ `}),y=e.defineComponent({name:"AvStepper",props:{steps:{type:Array,required:!0},currentStep:{type:Number,required:!0}},template:`
132
137
  <div class="av-stepper-stub">
133
138
  <div
134
139
  v-for="(step, index) in steps"
@@ -139,7 +144,7 @@
139
144
  {{ index + 1 }}. {{ step }}
140
145
  </div>
141
146
  </div>
142
- `}),y=e.defineComponent({name:"AvDrawer",props:["show","position","width"],emits:["escape-pressed"],template:`
147
+ `}),x=e.defineComponent({name:"AvDrawer",props:["show","position","width"],emits:["escape-pressed"],template:`
143
148
  <div class="av-drawer-stub">
144
149
  <slot />
145
150
  <slot name="footer" />
@@ -155,4 +160,4 @@
155
160
  {{ item.label }}
156
161
  </button>
157
162
  </div>
158
- `});function L(){return{given(n,t){return describe(`🔵 GIVEN ${n}`,t),this},when(n,t){return describe(`🔶 WHEN ${n}`,t),this},and(n,t){return describe(`➕ AND ${n}`,t),this},then(n,t){return it(`🟩 THEN ${n}`,t),this}}}exports.AvAccordionStub=p;exports.AvAutocompleteStub=A;exports.AvBadgeStub=s;exports.AvBreadcrumbStub=k;exports.AvButtonStub=u;exports.AvCancelConfirmButtonsStub=v;exports.AvCheckboxStub=m;exports.AvDrawerStub=y;exports.AvDropdownStub=B;exports.AvFieldsetStub=d;exports.AvIconStub=r;exports.AvListItemStub=g;exports.AvListStub=b;exports.AvSelectStub=f;exports.AvSideNavigationStub=h;exports.AvStepperStub=x;exports.AvTagPickerStub=S;exports.AvTagStub=c;exports.AvToggleStub=C;exports.BddTest=L;
163
+ `});function L(){return{given(i,t){return describe(`🔵 GIVEN ${i}`,t),this},when(i,t){return describe(`🔶 WHEN ${i}`,t),this},and(i,t){return describe(`➕ AND ${i}`,t),this},then(i,t){return it(`🟩 THEN ${i}`,t),this}}}exports.AvAccordionStub=p;exports.AvAutocompleteStub=A;exports.AvBadgeStub=l;exports.AvBreadcrumbStub=k;exports.AvButtonStub=u;exports.AvCancelConfirmButtonsStub=v;exports.AvCheckboxStub=m;exports.AvDrawerStub=x;exports.AvDropdownStub=B;exports.AvFieldsetStub=d;exports.AvIconStub=r;exports.AvListItemStub=g;exports.AvListStub=b;exports.AvSelectStub=f;exports.AvSideNavigationStub=h;exports.AvStepperStub=y;exports.AvTagPickerStub=S;exports.AvTagStub=c;exports.AvToggleStub=C;exports.BddTest=L;
@@ -1,7 +1,7 @@
1
- import { defineComponent as e, inject as n, ref as s, toRef as c } from "vue";
2
- import { r as d } from "./injection-key.es.js";
1
+ import { defineComponent as e, inject as s, ref as l, toRef as c } from "vue";
2
+ import { r } from "./injection-key.es.js";
3
3
  import "@vue/test-utils";
4
- const v = e({
4
+ const m = e({
5
5
  name: "AvBadge",
6
6
  template: `
7
7
  <div
@@ -44,11 +44,11 @@ const v = e({
44
44
  name: "AvFieldset",
45
45
  props: ["id", "legend", "legendId", "class", "ariaLive"],
46
46
  template: "<fieldset><slot /></fieldset>"
47
- }), A = e({
47
+ }), S = e({
48
48
  name: "AvIcon",
49
49
  props: ["name", "color", "size", "title", "animation"],
50
50
  template: '<div class="av-vicon-stub" />'
51
- }), S = e({
51
+ }), A = e({
52
52
  name: "AvAccordion",
53
53
  props: ["title", "icon"],
54
54
  template: `
@@ -64,15 +64,15 @@ const v = e({
64
64
  </div>
65
65
  `,
66
66
  setup(a) {
67
- const t = n(d);
67
+ const t = s(r);
68
68
  if (!t) {
69
- const i = s(!1);
69
+ const i = l(!1);
70
70
  return { isActive: i, expand: () => {
71
71
  i.value = !i.value;
72
72
  } };
73
73
  }
74
- const { isActive: o, expand: l } = t(c(a, "title"));
75
- return { isActive: o, expand: l };
74
+ const { isActive: o, expand: n } = t(c(a, "title"));
75
+ return { isActive: o, expand: n };
76
76
  }
77
77
  }), f = e({
78
78
  name: "AvButton",
@@ -87,7 +87,7 @@ const v = e({
87
87
  {{ label }}
88
88
  </button>
89
89
  `
90
- }), k = e({
90
+ }), h = e({
91
91
  name: "AvCancelConfirmButtons",
92
92
  props: [
93
93
  "cancelLabel",
@@ -116,7 +116,7 @@ const v = e({
116
116
  </button>
117
117
  </div>
118
118
  `
119
- }), h = e({
119
+ }), k = e({
120
120
  name: "AvCheckbox",
121
121
  props: {
122
122
  id: { type: String, default: "" },
@@ -208,26 +208,33 @@ const v = e({
208
208
  />
209
209
  </div>
210
210
  `
211
- }), L = e({
211
+ }), B = e({
212
212
  name: "AvSelect",
213
213
  props: {
214
214
  modelValue: [String, Number],
215
215
  options: Array,
216
- defaultUnselectedText: String,
217
- dense: Boolean
216
+ placeholder: String,
217
+ dense: Boolean,
218
+ required: Boolean,
219
+ disabled: Boolean,
220
+ hint: String,
221
+ errorMessage: String,
222
+ successMessage: String
218
223
  },
219
224
  emits: ["update:modelValue"],
220
225
  template: `
221
226
  <select
222
227
  class="av-select-stub"
223
228
  :value="modelValue"
229
+ :disabled="disabled"
230
+ :required="required"
224
231
  @change="$emit('update:modelValue', $event.target.value)"
225
232
  >
226
233
  <option
227
- v-if="defaultUnselectedText !== undefined"
234
+ v-if="placeholder !== undefined"
228
235
  value=""
229
236
  >
230
- {{ defaultUnselectedText }}
237
+ {{ placeholder }}
231
238
  </option>
232
239
  <option
233
240
  v-for="option in options"
@@ -236,9 +243,12 @@ const v = e({
236
243
  >
237
244
  {{ option.text }}
238
245
  </option>
246
+ <span v-if="hint">{{ hint }}</span>
247
+ <span v-if="errorMessage">{{ errorMessage }}</span>
248
+ <span v-if="!errorMessage && successMessage">{{ successMessage }}</span>
239
249
  </select>
240
250
  `
241
- }), B = e({
251
+ }), L = e({
242
252
  name: "AvToggle",
243
253
  props: ["id", "name", "modelValue", "description", "activeText", "inactiveText", "disabled"],
244
254
  emits: ["update:modelValue"],
@@ -261,11 +271,11 @@ const v = e({
261
271
  {{ inactiveText }}
262
272
  </span>
263
273
  </div>`
264
- }), T = e({
274
+ }), $ = e({
265
275
  name: "AvBreadcrumb",
266
276
  template: '<div class="av-breadcrumb-stub" />',
267
277
  props: ["links", "navigationLabel", "showBreadcrumbLabel"]
268
- }), $ = e({
278
+ }), I = e({
269
279
  name: "AvSideNavigation",
270
280
  props: {
271
281
  items: Array,
@@ -280,7 +290,7 @@ const v = e({
280
290
  @click="$emit('update:isSideMenuCollapsed', !isSideMenuCollapsed)"
281
291
  />
282
292
  `
283
- }), I = e({
293
+ }), M = e({
284
294
  name: "AvStepper",
285
295
  props: {
286
296
  steps: {
@@ -304,7 +314,7 @@ const v = e({
304
314
  </div>
305
315
  </div>
306
316
  `
307
- }), w = e({
317
+ }), T = e({
308
318
  name: "AvDrawer",
309
319
  props: ["show", "position", "width"],
310
320
  emits: ["escape-pressed"],
@@ -314,7 +324,7 @@ const v = e({
314
324
  <slot name="footer" />
315
325
  </div>
316
326
  `
317
- }), N = e({
327
+ }), w = e({
318
328
  name: "AvDropdown",
319
329
  props: ["items", "triggerAriaLabel", "triggerIcon", "triggerLabel", "triggerVariant", "triggerSize", "padding"],
320
330
  emits: ["itemSelected"],
@@ -331,7 +341,7 @@ const v = e({
331
341
  </div>
332
342
  `
333
343
  });
334
- function D() {
344
+ function N() {
335
345
  return {
336
346
  given(a, t) {
337
347
  return describe(`🔵 GIVEN ${a}`, t), this;
@@ -348,24 +358,24 @@ function D() {
348
358
  };
349
359
  }
350
360
  export {
351
- S as AvAccordionStub,
361
+ A as AvAccordionStub,
352
362
  V as AvAutocompleteStub,
353
- v as AvBadgeStub,
354
- T as AvBreadcrumbStub,
363
+ m as AvBadgeStub,
364
+ $ as AvBreadcrumbStub,
355
365
  f as AvButtonStub,
356
- k as AvCancelConfirmButtonsStub,
357
- h as AvCheckboxStub,
358
- w as AvDrawerStub,
359
- N as AvDropdownStub,
366
+ h as AvCancelConfirmButtonsStub,
367
+ k as AvCheckboxStub,
368
+ T as AvDrawerStub,
369
+ w as AvDropdownStub,
360
370
  g as AvFieldsetStub,
361
- A as AvIconStub,
371
+ S as AvIconStub,
362
372
  y as AvListItemStub,
363
373
  x as AvListStub,
364
- L as AvSelectStub,
365
- $ as AvSideNavigationStub,
366
- I as AvStepperStub,
374
+ B as AvSelectStub,
375
+ I as AvSideNavigationStub,
376
+ M as AvStepperStub,
367
377
  C as AvTagPickerStub,
368
378
  b as AvTagStub,
369
- B as AvToggleStub,
370
- D as BddTest
379
+ L as AvToggleStub,
380
+ N as BddTest
371
381
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@avenirs-esr/avenirs-dsav",
3
3
  "type": "module",
4
- "version": "0.1.66",
4
+ "version": "0.1.68",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/avenirs-esr/avenirs-dsav"
@@ -85,7 +85,6 @@
85
85
  },
86
86
  "dependencies": {
87
87
  "@gouvfr/dsfr": "^1.14.0",
88
- "@gouvminint/vue-dsfr": "^8.4.0",
89
88
  "@iconify/vue": "^4.3.0",
90
89
  "@vueuse/core": "^13.9.0",
91
90
  "date-fns": "^4.1.0",
@@ -1,7 +1,6 @@
1
1
  @use './palette.scss' as *;
2
2
  @use './typography.scss' as *;
3
3
  @use './buttons.scss' as *;
4
- @use './links.scss' as *;
5
4
  @use './texts.scss' as *;
6
5
  @use './spacing.scss' as *;
7
6
  @use './radius.scss' as *;
@@ -10,7 +9,6 @@
10
9
  @use '@gouvfr/dsfr/dist/core/core.main.min.css';
11
10
  @use '@gouvfr/dsfr/dist/component/component.main.min.css';
12
11
  @use '@gouvfr/dsfr/dist/utility/utility.main.min.css';
13
- @use '@gouvminint/vue-dsfr/styles';
14
12
  @use '@gouvfr/dsfr/dist/scheme/scheme.min.css';
15
13
  @use '@gouvfr/dsfr/dist/utility/icons/icons.min.css';
16
14
 
@@ -1,53 +0,0 @@
1
- export declare const DsfrBreadcrumbStub: import("vue").DefineComponent<{
2
- links?: any;
3
- navigationLabel?: any;
4
- showBreadcrumbLabel?: any;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
- links?: any;
7
- navigationLabel?: any;
8
- showBreadcrumbLabel?: any;
9
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
- export declare const DsfrModalStub: import("vue").DefineComponent<{
11
- title?: any;
12
- opened?: any;
13
- }, {}, {}, {}, {
14
- triggerEscape(this: {
15
- $emit: (event: string, payload?: any) => void;
16
- }): void;
17
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "keydown"[], "keydown", import("vue").PublicProps, Readonly<{
18
- title?: any;
19
- opened?: any;
20
- }> & Readonly<{
21
- onKeydown?: ((...args: any[]) => any) | undefined;
22
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
- export declare const DsfrNavigationStub: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
24
- navItems: {
25
- (arrayLength: number): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
26
- (...items: (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][]): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
27
- new (arrayLength: number): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
28
- new (...items: (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][]): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
29
- isArray(arg: any): arg is any[];
30
- readonly prototype: any[];
31
- from<T>(arrayLike: ArrayLike<T>): T[];
32
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
33
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
34
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
35
- of<T_4>(...items: T_4[]): T_4[];
36
- readonly [Symbol.species]: ArrayConstructor;
37
- };
38
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
39
- navItems: {
40
- (arrayLength: number): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
41
- (...items: (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][]): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
42
- new (arrayLength: number): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
43
- new (...items: (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][]): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
44
- isArray(arg: any): arg is any[];
45
- readonly prototype: any[];
46
- from<T>(arrayLike: ArrayLike<T>): T[];
47
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
48
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
49
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
50
- of<T_4>(...items: T_4[]): T_4[];
51
- readonly [Symbol.species]: ArrayConstructor;
52
- };
53
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,17 +0,0 @@
1
- @use './typography';
2
-
3
- .fr-breadcrumb__link {
4
- @extend .b2-regular;
5
- color: var(--text2);
6
- }
7
-
8
- li:not(:last-child) .fr-breadcrumb__link {
9
- color: var(--dark-background-primary1);
10
- }
11
-
12
- .fr-breadcrumb__link:not([href]) {
13
- @extend .b2-regular;
14
- color: var(--text2) !important;
15
- background-image: none !important;
16
- cursor: default;
17
- }