feat:node-modules
This commit is contained in:
4
node_modules/dayjs/plugin/advancedFormat.d.ts
generated
vendored
Normal file
4
node_modules/dayjs/plugin/advancedFormat.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { PluginFunc } from 'dayjs'
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
1
node_modules/dayjs/plugin/advancedFormat.js
generated
vendored
Normal file
1
node_modules/dayjs/plugin/advancedFormat.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).dayjs_plugin_advancedFormat=t()}(this,(function(){"use strict";return function(e,t){var r=t.prototype,n=r.format;r.format=function(e){var t=this,r=this.$locale();if(!this.isValid())return n.bind(this)(e);var s=this.$utils(),a=(e||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,(function(e){switch(e){case"Q":return Math.ceil((t.$M+1)/3);case"Do":return r.ordinal(t.$D);case"gggg":return t.weekYear();case"GGGG":return t.isoWeekYear();case"wo":return r.ordinal(t.week(),"W");case"w":case"ww":return s.s(t.week(),"w"===e?1:2,"0");case"W":case"WW":return s.s(t.isoWeek(),"W"===e?1:2,"0");case"k":case"kk":return s.s(String(0===t.$H?24:t.$H),"k"===e?1:2,"0");case"X":return Math.floor(t.$d.getTime()/1e3);case"x":return t.$d.getTime();case"z":return"["+t.offsetName()+"]";case"zzz":return"["+t.offsetName("long")+"]";default:return e}}));return n.bind(this)(a)}}}));
|
||||
10
node_modules/dayjs/plugin/arraySupport.d.ts
generated
vendored
Normal file
10
node_modules/dayjs/plugin/arraySupport.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { PluginFunc } from 'dayjs'
|
||||
|
||||
declare module 'dayjs' {
|
||||
interface ConfigTypeMap {
|
||||
arraySupport: [number?, number?, number?, number?, number?, number?, number?]
|
||||
}
|
||||
}
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
1
node_modules/dayjs/plugin/arraySupport.js
generated
vendored
Normal file
1
node_modules/dayjs/plugin/arraySupport.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).dayjs_plugin_arraySupport=t()}(this,(function(){"use strict";return function(e,t,n){var o=t.prototype,i=function(e){var t=e.date,o=e.utc;return Array.isArray(t)?o?t.length?new Date(Date.UTC.apply(null,t)):new Date:1===t.length?n(String(t[0])).toDate():new(Function.prototype.bind.apply(Date,[null].concat(t))):t},a=o.parse;o.parse=function(e){e.date=i.bind(this)(e),a.bind(this)(e)}}}));
|
||||
4
node_modules/dayjs/plugin/badMutable.d.ts
generated
vendored
Normal file
4
node_modules/dayjs/plugin/badMutable.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { PluginFunc } from 'dayjs'
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
1
node_modules/dayjs/plugin/badMutable.js
generated
vendored
Normal file
1
node_modules/dayjs/plugin/badMutable.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(t,i){"object"==typeof exports&&"undefined"!=typeof module?module.exports=i():"function"==typeof define&&define.amd?define(i):(t="undefined"!=typeof globalThis?globalThis:t||self).dayjs_plugin_badMutable=i()}(this,(function(){"use strict";return function(t,i){var n=i.prototype;n.$g=function(t,i,n){return this.$utils().u(t)?this[i]:this.$set(n,t)},n.set=function(t,i){return this.$set(t,i)};var e=n.startOf;n.startOf=function(t,i){return this.$d=e.bind(this)(t,i).toDate(),this.init(),this};var s=n.add;n.add=function(t,i){return this.$d=s.bind(this)(t,i).toDate(),this.init(),this};var o=n.locale;n.locale=function(t,i){return t?(this.$L=o.bind(this)(t,i).$L,this):this.$L};var r=n.daysInMonth;n.daysInMonth=function(){return r.bind(this.clone())()};var u=n.isSame;n.isSame=function(t,i){return u.bind(this.clone())(t,i)};var f=n.isBefore;n.isBefore=function(t,i){return f.bind(this.clone())(t,i)};var d=n.isAfter;n.isAfter=function(t,i){return d.bind(this.clone())(t,i)}}}));
|
||||
11
node_modules/dayjs/plugin/bigIntSupport.d.ts
generated
vendored
Normal file
11
node_modules/dayjs/plugin/bigIntSupport.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { PluginFunc } from 'dayjs'
|
||||
|
||||
declare module 'dayjs' {
|
||||
interface ConfigTypeMap {
|
||||
bigIntSupport: BigInt
|
||||
}
|
||||
export function unix(t: BigInt): Dayjs
|
||||
}
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
1
node_modules/dayjs/plugin/bigIntSupport.js
generated
vendored
Normal file
1
node_modules/dayjs/plugin/bigIntSupport.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(n,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(n="undefined"!=typeof globalThis?globalThis:n||self).dayjs_plugin_bigIntSupport=e()}(this,(function(){"use strict";var n=function(n){return"bigint"==typeof n};return function(e,t,i){var o=t.prototype,u=function(e){var t=e.date;return n(t)?Number(t):t},r=o.parse;o.parse=function(n){n.date=u.bind(this)(n),r.bind(this)(n)};var f=i.unix;i.unix=function(e){var t=n(e)?Number(e):e;return f(t)}}}));
|
||||
4
node_modules/dayjs/plugin/buddhistEra.d.ts
generated
vendored
Normal file
4
node_modules/dayjs/plugin/buddhistEra.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { PluginFunc } from 'dayjs'
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
1
node_modules/dayjs/plugin/buddhistEra.js
generated
vendored
Normal file
1
node_modules/dayjs/plugin/buddhistEra.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).dayjs_plugin_buddhistEra=e()}(this,(function(){"use strict";return function(t,e){var n=e.prototype,i=n.format;n.format=function(t){var e=this,n=(t||"YYYY-MM-DDTHH:mm:ssZ").replace(/(\[[^\]]+])|BBBB|BB/g,(function(t,n){var i,o=String(e.$y+543),f="BB"===t?[o.slice(-2),2]:[o,4];return n||(i=e.$utils()).s.apply(i,f.concat(["0"]))}));return i.bind(this)(n)}}}));
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user