@bagelink/vue 1.15.123 → 1.15.125
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/layout/AppNav.vue.d.ts +3 -1
- package/dist/components/layout/AppNav.vue.d.ts.map +1 -1
- package/dist/index.cjs +164 -137
- package/dist/index.mjs +35695 -41748
- package/dist/style.css +1 -2
- package/package.json +1 -1
- package/src/components/form/inputs/RichText/editor.css +169 -171
- package/src/components/layout/AppNav.vue +10 -2
|
@@ -8,8 +8,10 @@ interface Props {
|
|
|
8
8
|
height?: string;
|
|
9
9
|
/** push reserves room for the center; overlay floats over it. Default 'push'. */
|
|
10
10
|
mode?: 'push' | 'overlay';
|
|
11
|
-
/** Center the links (brand left / actions right). Default true. */
|
|
11
|
+
/** Center the links (brand left / actions right). Default true. Alias for align='center'. */
|
|
12
12
|
center?: boolean;
|
|
13
|
+
/** Link alignment: 'center' (brand left / actions right) or 'start' (brand + links left / actions right). Overrides `center`. */
|
|
14
|
+
align?: 'center' | 'start';
|
|
13
15
|
activeColor?: string;
|
|
14
16
|
}
|
|
15
17
|
declare function __VLS_template(): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/AppNav.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AppNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/AppNav.vue"],"names":[],"mappings":"AAwHA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AAK5C,OAAO,EAAgB,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAElE,UAAU,KAAK;IACd,QAAQ,EAAE,OAAO,EAAE,CAAA;IACnB,kDAAkD;IAClD,IAAI,CAAC,EAAE,OAAO,CAAC,UAAU,EAAE,KAAK,GAAG,QAAQ,CAAC,CAAA;IAC5C,mDAAmD;IACnD,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,iFAAiF;IACjF,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,6FAA6F;IAC7F,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,iIAAiI;IACjI,KAAK,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAA;CACpB;AAwCD,iBAAS,cAAc;WA+FT,OAAO,IAA6B;;uBAXvB,GAAG;yBACA,GAAG;;;;EAehC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAnKX,MAAM;UAER,MAAM,GAAG,SAAS;YAEhB,OAAO;iBAGF,MAAM;UATb,OAAO,CAAC,UAAU,EAAE,KAAK,GAAG,QAAQ,CAAC;qFA6K3C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|