@bagelink/vue 1.4.165 → 1.4.169
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/analytics/BarChart.vue.d.ts.map +1 -1
- package/dist/components/calendar/views/AgendaView.vue.d.ts.map +1 -1
- package/dist/components/calendar/views/MonthView.vue.d.ts.map +1 -1
- package/dist/composables/index.d.ts +1 -0
- package/dist/composables/index.d.ts.map +1 -1
- package/dist/composables/useBagel.d.ts +5 -0
- package/dist/composables/useBagel.d.ts.map +1 -0
- package/dist/index.cjs +20 -20
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +20 -20
- package/dist/plugins/bagel.d.ts +1 -2
- package/dist/plugins/bagel.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/analytics/BarChart.vue +21 -26
- package/src/components/calendar/views/AgendaView.vue +5 -4
- package/src/components/calendar/views/DayView.vue +1 -1
- package/src/components/calendar/views/MonthView.vue +9 -1
- package/src/composables/index.ts +1 -0
- package/src/composables/useBagel.ts +21 -0
- package/src/index.ts +1 -2
- package/src/plugins/bagel.ts +6 -7
- package/src/styles/inputs.css +1 -0
- package/src/utils/index.ts +20 -5
package/dist/plugins/bagel.d.ts
CHANGED
|
@@ -2,8 +2,7 @@ import { InjectionKey, Plugin } from 'vue';
|
|
|
2
2
|
import { Bagel } from '../../../sdk/src/index.ts';
|
|
3
3
|
export declare const bagelInjectionKey: InjectionKey<Bagel>;
|
|
4
4
|
export declare const i18nTInjectionKey: InjectionKey<(key: string) => string>;
|
|
5
|
-
export declare function
|
|
6
|
-
export declare function useI18nT(injectionKey?: typeof i18nTInjectionKey): (key: string) => string;
|
|
5
|
+
export declare function injectI18nT(injectionKey?: typeof i18nTInjectionKey): (key: string) => string;
|
|
7
6
|
export interface BagelOptions {
|
|
8
7
|
availableLangs?: string[];
|
|
9
8
|
defaultLang?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bagel.d.ts","sourceRoot":"","sources":["../../src/plugins/bagel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,KAAK,CAAA;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;
|
|
1
|
+
{"version":3,"file":"bagel.d.ts","sourceRoot":"","sources":["../../src/plugins/bagel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,KAAK,CAAA;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAUrC,eAAO,MAAM,iBAAiB,EAAsB,YAAY,CAAC,KAAK,CAAC,CAAA;AACvE,eAAO,MAAM,iBAAiB,EAAsB,YAAY,CAAC,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC,CAAA;AAEzF,wBAAgB,WAAW,CAAC,YAAY,GAAE,OAAO,iBAAqC,SAFf,MAAM,KAAK,MAAM,CAMvF;AAED,MAAM,WAAW,YAAY;IAC5B,cAAc,CAAC,EAAE,MAAM,EAAE,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,IAAI,CAAA;IAE9B,KAAK,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAA;CAC/B;AACD,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,YAAY,CA8BzC,CAAA"}
|