@fewangsit/wangsvue-fats 1.0.1-alpha.46 → 1.0.1-alpha.47

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.
@@ -1,5 +1,47 @@
1
- const e = {
2
- global: {},
1
+ import { D as e } from "../plugins/WangsVue.es.js";
2
+ const t = {
3
+ global: {
4
+ ...e,
5
+ monthNames: [
6
+ "January",
7
+ "February",
8
+ "March",
9
+ "April",
10
+ "May",
11
+ "June",
12
+ "July",
13
+ "August",
14
+ "September",
15
+ "October",
16
+ "November",
17
+ "December"
18
+ ],
19
+ monthNamesShort: [
20
+ "Jan",
21
+ "Feb",
22
+ "Mar",
23
+ "Apr",
24
+ "May",
25
+ "Jun",
26
+ "Jul",
27
+ "Aug",
28
+ "Sep",
29
+ "Oct",
30
+ "Nov",
31
+ "Dec"
32
+ ],
33
+ dayNames: [
34
+ "Sunday",
35
+ "Monday",
36
+ "Tuesday",
37
+ "Wednesday",
38
+ "Thursday",
39
+ "Friday",
40
+ "Saturday"
41
+ ],
42
+ dayNamesShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
43
+ dayNamesMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"]
44
+ },
3
45
  components: {
4
46
  FieldWrapper: {
5
47
  labelRequired: "*"
@@ -82,5 +124,5 @@ const e = {
82
124
  }
83
125
  };
84
126
  export {
85
- e as l
127
+ t as l
86
128
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.1-alpha.46",
3
+ "version": "1.0.1-alpha.47",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",
@@ -144,7 +144,7 @@ export interface WangsVueInstance {
144
144
  componentName: ComponentName,
145
145
  ): WangsVueComponentConfig<ComponentName>;
146
146
  }
147
- declare const DEFAULT_GLOBAL_LOCALE_CONFIG: {
147
+ export declare const DEFAULT_GLOBAL_LOCALE_CONFIG: {
148
148
  startsWith: string;
149
149
  contains: string;
150
150
  notContains: string;
@@ -341,6 +341,7 @@ const h = {
341
341
  };
342
342
  };
343
343
  export {
344
+ h as D,
344
345
  P as c,
345
346
  x as u
346
347
  };