@powerlines/plugin-date 0.12.59 → 0.12.60

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 (59) hide show
  1. package/dist/chunk-BGGBqwuQ.mjs +1 -0
  2. package/dist/index-CmCelmEL.d.cts +1 -0
  3. package/dist/index-ColiPbLk.d.mts +1 -0
  4. package/dist/index.cjs +1906 -20
  5. package/dist/index.d.cts +49 -0
  6. package/dist/index.d.cts.map +1 -0
  7. package/dist/index.d.mts +49 -0
  8. package/dist/index.d.mts.map +1 -0
  9. package/dist/index.mjs +1900 -13
  10. package/dist/index.mjs.map +1 -0
  11. package/dist/plugin-hV5_FRg3.d.cts +4213 -0
  12. package/dist/plugin-hV5_FRg3.d.cts.map +1 -0
  13. package/dist/plugin-pf21oD6W.d.mts +4212 -0
  14. package/dist/plugin-pf21oD6W.d.mts.map +1 -0
  15. package/dist/runtime-B8LVkjWB.d.cts +712 -0
  16. package/dist/runtime-B8LVkjWB.d.cts.map +1 -0
  17. package/dist/runtime-DPe0V01H.d.mts +712 -0
  18. package/dist/runtime-DPe0V01H.d.mts.map +1 -0
  19. package/dist/types/index.cjs +1 -1
  20. package/dist/types/index.d.cts +4 -0
  21. package/dist/types/index.d.mts +4 -0
  22. package/dist/types/index.mjs +1 -1
  23. package/dist/types/plugin.cjs +1 -1
  24. package/dist/types/plugin.d.cts +2 -0
  25. package/dist/types/plugin.d.mts +2 -0
  26. package/dist/types/plugin.mjs +1 -1
  27. package/dist/types/runtime.cjs +1 -1
  28. package/dist/types/runtime.d.cts +2 -0
  29. package/dist/types/runtime.d.mts +2 -0
  30. package/dist/types/runtime.mjs +1 -1
  31. package/package.json +6 -6
  32. package/dist/components/date-fns.cjs +0 -1
  33. package/dist/components/date-fns.mjs +0 -1
  34. package/dist/components/dayjs.cjs +0 -1
  35. package/dist/components/dayjs.mjs +0 -1
  36. package/dist/components/index.cjs +0 -1
  37. package/dist/components/index.mjs +0 -1
  38. package/dist/components/luxon.cjs +0 -1
  39. package/dist/components/luxon.mjs +0 -1
  40. package/dist/components/moment.cjs +0 -1
  41. package/dist/components/moment.mjs +0 -1
  42. package/dist/date-fns-CY0chrAO.cjs +0 -513
  43. package/dist/date-fns-e9ZSXC-n.mjs +0 -513
  44. package/dist/dayjs-C8RNvs_i.cjs +0 -458
  45. package/dist/dayjs-DdpR-Gm_.mjs +0 -458
  46. package/dist/file-header-CL5ggH4h.cjs +0 -10
  47. package/dist/file-header-DOeykm47.mjs +0 -10
  48. package/dist/luxon-C4TR9kDJ.mjs +0 -462
  49. package/dist/luxon-oeMoLSAd.cjs +0 -462
  50. package/dist/moment-D7ZhINWA.mjs +0 -448
  51. package/dist/moment-ZKt5-ae-.cjs +0 -448
  52. package/dist/types-C5ggNT4K.mjs +0 -1
  53. package/dist/types-CKPddlfS.cjs +0 -0
  54. /package/dist/{components-DTkri-mp.cjs → plugin-DHXHjv16.cjs} +0 -0
  55. /package/dist/{components-MTvNCZDU.mjs → plugin-alze5tBm.mjs} +0 -0
  56. /package/dist/{plugin-G4qbpIjB.mjs → runtime-0ZpEtv0G.mjs} +0 -0
  57. /package/dist/{plugin-OjUZLLkc.cjs → runtime-D4zTdSwv.cjs} +0 -0
  58. /package/dist/{runtime-DztkBZpw.cjs → types-CBTc19th.cjs} +0 -0
  59. /package/dist/{runtime-cDYyRPa0.mjs → types-CZFQnkin.mjs} +0 -0
@@ -0,0 +1,49 @@
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 };
49
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/components/date-fns.ts","../src/components/dayjs.ts","../src/components/luxon.ts","../src/components/moment.ts","../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;AA2BA;;iBAAgB,aAAA,UAAuB;;;;;;;AAAvC;;iBCAgB,WAAA,UAAqB;;;;;;;ADArC;;iBEAgB,WAAA,UAAqB;;;;;;;AFArC;;iBGAgB,YAAA,UAAsB;;;;AHAtC;;iBIWgB,MAAA,WACL,oBACR,OAAO"}
@@ -0,0 +1,49 @@
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 };
49
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/components/date-fns.ts","../src/components/dayjs.ts","../src/components/luxon.ts","../src/components/moment.ts","../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;AA2BA;;iBAAgB,aAAA,UAAuB;;;;;;;AAAvC;;iBCAgB,WAAA,UAAqB;;;;;;;ADArC;;iBEAgB,WAAA,UAAqB;;;;;;;AFArC;;iBGAgB,YAAA,UAAsB;;;;AHAtC;;iBIWgB,MAAA,WACL,oBACR,OAAO"}