@powerlines/plugin-date 0.12.59 → 0.12.61
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/README.md +5 -1
- package/dist/chunk-BGGBqwuQ.mjs +1 -0
- package/dist/index-CmCelmEL.d.cts +1 -0
- package/dist/index-ColiPbLk.d.mts +1 -0
- package/dist/index.cjs +1906 -20
- package/dist/index.d.cts +48 -0
- package/dist/index.d.mts +48 -0
- package/dist/index.mjs +1899 -13
- package/dist/plugin-hV5_FRg3.d.cts +4212 -0
- package/dist/plugin-pf21oD6W.d.mts +4211 -0
- package/dist/runtime-B8LVkjWB.d.cts +711 -0
- package/dist/runtime-DPe0V01H.d.mts +711 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.d.cts +4 -0
- package/dist/types/index.d.mts +4 -0
- package/dist/types/index.mjs +1 -1
- package/dist/types/plugin.cjs +1 -1
- package/dist/types/plugin.d.cts +2 -0
- package/dist/types/plugin.d.mts +2 -0
- package/dist/types/plugin.mjs +1 -1
- package/dist/types/runtime.cjs +1 -1
- package/dist/types/runtime.d.cts +2 -0
- package/dist/types/runtime.d.mts +2 -0
- package/dist/types/runtime.mjs +1 -1
- package/package.json +6 -6
- package/dist/components/date-fns.cjs +0 -1
- package/dist/components/date-fns.mjs +0 -1
- package/dist/components/dayjs.cjs +0 -1
- package/dist/components/dayjs.mjs +0 -1
- package/dist/components/index.cjs +0 -1
- package/dist/components/index.mjs +0 -1
- package/dist/components/luxon.cjs +0 -1
- package/dist/components/luxon.mjs +0 -1
- package/dist/components/moment.cjs +0 -1
- package/dist/components/moment.mjs +0 -1
- package/dist/date-fns-CY0chrAO.cjs +0 -513
- package/dist/date-fns-e9ZSXC-n.mjs +0 -513
- package/dist/dayjs-C8RNvs_i.cjs +0 -458
- package/dist/dayjs-DdpR-Gm_.mjs +0 -458
- package/dist/file-header-CL5ggH4h.cjs +0 -10
- package/dist/file-header-DOeykm47.mjs +0 -10
- package/dist/luxon-C4TR9kDJ.mjs +0 -462
- package/dist/luxon-oeMoLSAd.cjs +0 -462
- package/dist/moment-D7ZhINWA.mjs +0 -448
- package/dist/moment-ZKt5-ae-.cjs +0 -448
- package/dist/types-C5ggNT4K.mjs +0 -1
- package/dist/types-CKPddlfS.cjs +0 -0
- /package/dist/{components-DTkri-mp.cjs → plugin-DHXHjv16.cjs} +0 -0
- /package/dist/{components-MTvNCZDU.mjs → plugin-alze5tBm.mjs} +0 -0
- /package/dist/{plugin-G4qbpIjB.mjs → runtime-0ZpEtv0G.mjs} +0 -0
- /package/dist/{plugin-OjUZLLkc.cjs → runtime-D4zTdSwv.cjs} +0 -0
- /package/dist/{runtime-DztkBZpw.cjs → types-CBTc19th.cjs} +0 -0
- /package/dist/{runtime-cDYyRPa0.mjs → types-CZFQnkin.mjs} +0 -0
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { a as DatePluginUserConfig, c as __ΩDatePluginOptions, d as Plugin, i as DatePluginResolvedConfig, l as __ΩDatePluginResolvedConfig, n as DatePluginContext, o as __ΩDateLibraryType, r as DatePluginOptions, s as __ΩDatePluginContext, t as DateLibraryType, u as __ΩDatePluginUserConfig } from "./plugin-hV5_FRg3.cjs";
|
|
2
|
+
import { a as __ΩStormDateInterface, i as __ΩDateFormats, n as StormDateInterface, o as __ΩTimeUnit, r as TimeUnit, t as DateFormats } from "./runtime-B8LVkjWB.cjs";
|
|
3
|
+
import "./index-CmCelmEL.cjs";
|
|
4
|
+
|
|
5
|
+
//#region src/components/date-fns.d.ts
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Generates the Powerlines configuration file.
|
|
9
|
+
*
|
|
10
|
+
* @param context - The build context containing runtime information.
|
|
11
|
+
* @returns A string representing the configuration file content.
|
|
12
|
+
*/
|
|
13
|
+
declare function dateFnsModule(context: DatePluginContext): string;
|
|
14
|
+
//#endregion
|
|
15
|
+
//#region src/components/dayjs.d.ts
|
|
16
|
+
/**
|
|
17
|
+
* Generates the Powerlines configuration file.
|
|
18
|
+
*
|
|
19
|
+
* @param context - The build context containing runtime information.
|
|
20
|
+
* @returns A string representing the configuration file content.
|
|
21
|
+
*/
|
|
22
|
+
declare function dayjsModule(context: DatePluginContext): string;
|
|
23
|
+
//#endregion
|
|
24
|
+
//#region src/components/luxon.d.ts
|
|
25
|
+
/**
|
|
26
|
+
* Generates the Powerlines configuration file.
|
|
27
|
+
*
|
|
28
|
+
* @param context - The build context containing runtime information.
|
|
29
|
+
* @returns A string representing the configuration file content.
|
|
30
|
+
*/
|
|
31
|
+
declare function luxonModule(context: DatePluginContext): string;
|
|
32
|
+
//#endregion
|
|
33
|
+
//#region src/components/moment.d.ts
|
|
34
|
+
/**
|
|
35
|
+
* Generates the Powerlines configuration file.
|
|
36
|
+
*
|
|
37
|
+
* @param context - The build context containing runtime information.
|
|
38
|
+
* @returns A string representing the configuration file content.
|
|
39
|
+
*/
|
|
40
|
+
declare function momentModule(context: DatePluginContext): string;
|
|
41
|
+
//#endregion
|
|
42
|
+
//#region src/index.d.ts
|
|
43
|
+
/**
|
|
44
|
+
* A Powerlines plugin to assist in developing other Powerlines plugins.
|
|
45
|
+
*/
|
|
46
|
+
declare function plugin(options?: DatePluginOptions): Plugin<DatePluginContext>;
|
|
47
|
+
//#endregion
|
|
48
|
+
export { DateFormats, DateLibraryType, DatePluginContext, DatePluginOptions, DatePluginResolvedConfig, DatePluginUserConfig, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩDateLibraryType, __ΩDatePluginContext, __ΩDatePluginOptions, __ΩDatePluginResolvedConfig, __ΩDatePluginUserConfig, __ΩStormDateInterface, __ΩTimeUnit, dateFnsModule, dayjsModule, plugin as default, plugin, luxonModule, momentModule };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { a as DatePluginUserConfig, c as __ΩDatePluginOptions, d as Plugin, i as DatePluginResolvedConfig, l as __ΩDatePluginResolvedConfig, n as DatePluginContext, o as __ΩDateLibraryType, r as DatePluginOptions, s as __ΩDatePluginContext, t as DateLibraryType, u as __ΩDatePluginUserConfig } from "./plugin-pf21oD6W.mjs";
|
|
2
|
+
import { a as __ΩStormDateInterface, i as __ΩDateFormats, n as StormDateInterface, o as __ΩTimeUnit, r as TimeUnit, t as DateFormats } from "./runtime-DPe0V01H.mjs";
|
|
3
|
+
import "./index-ColiPbLk.mjs";
|
|
4
|
+
|
|
5
|
+
//#region src/components/date-fns.d.ts
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Generates the Powerlines configuration file.
|
|
9
|
+
*
|
|
10
|
+
* @param context - The build context containing runtime information.
|
|
11
|
+
* @returns A string representing the configuration file content.
|
|
12
|
+
*/
|
|
13
|
+
declare function dateFnsModule(context: DatePluginContext): string;
|
|
14
|
+
//#endregion
|
|
15
|
+
//#region src/components/dayjs.d.ts
|
|
16
|
+
/**
|
|
17
|
+
* Generates the Powerlines configuration file.
|
|
18
|
+
*
|
|
19
|
+
* @param context - The build context containing runtime information.
|
|
20
|
+
* @returns A string representing the configuration file content.
|
|
21
|
+
*/
|
|
22
|
+
declare function dayjsModule(context: DatePluginContext): string;
|
|
23
|
+
//#endregion
|
|
24
|
+
//#region src/components/luxon.d.ts
|
|
25
|
+
/**
|
|
26
|
+
* Generates the Powerlines configuration file.
|
|
27
|
+
*
|
|
28
|
+
* @param context - The build context containing runtime information.
|
|
29
|
+
* @returns A string representing the configuration file content.
|
|
30
|
+
*/
|
|
31
|
+
declare function luxonModule(context: DatePluginContext): string;
|
|
32
|
+
//#endregion
|
|
33
|
+
//#region src/components/moment.d.ts
|
|
34
|
+
/**
|
|
35
|
+
* Generates the Powerlines configuration file.
|
|
36
|
+
*
|
|
37
|
+
* @param context - The build context containing runtime information.
|
|
38
|
+
* @returns A string representing the configuration file content.
|
|
39
|
+
*/
|
|
40
|
+
declare function momentModule(context: DatePluginContext): string;
|
|
41
|
+
//#endregion
|
|
42
|
+
//#region src/index.d.ts
|
|
43
|
+
/**
|
|
44
|
+
* A Powerlines plugin to assist in developing other Powerlines plugins.
|
|
45
|
+
*/
|
|
46
|
+
declare function plugin(options?: DatePluginOptions): Plugin<DatePluginContext>;
|
|
47
|
+
//#endregion
|
|
48
|
+
export { DateFormats, DateLibraryType, DatePluginContext, DatePluginOptions, DatePluginResolvedConfig, DatePluginUserConfig, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩDateLibraryType, __ΩDatePluginContext, __ΩDatePluginOptions, __ΩDatePluginResolvedConfig, __ΩDatePluginUserConfig, __ΩStormDateInterface, __ΩTimeUnit, dateFnsModule, dayjsModule, plugin as default, plugin, luxonModule, momentModule };
|