@bbn/bbn 2.0.217 → 2.0.218
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/bbn.js.map +1 -1
- package/dist/dt/classes/date.d.ts +1 -1
- package/dist/dt/classes/date.js +1 -1
- package/dist/dt/classes/dateTime.d.ts +1 -1
- package/dist/dt/classes/dateTime.js +1 -1
- package/dist/dt/classes/dt.d.ts +1 -1
- package/dist/dt/classes/dt.js +1 -1
- package/dist/dt/classes/duration.d.ts +1 -1
- package/dist/dt/classes/duration.js +1 -1
- package/dist/dt/classes/monthDay.d.ts +1 -1
- package/dist/dt/classes/monthDay.js +1 -1
- package/dist/dt/classes/time.d.ts +1 -1
- package/dist/dt/classes/time.js +1 -1
- package/dist/dt/classes/yearMonth.d.ts +1 -1
- package/dist/dt/classes/yearMonth.js +1 -1
- package/dist/dt/classes/zoned.d.ts +1 -1
- package/dist/dt/classes/zoned.js +1 -1
- package/dist/dt/functions/fromJsDate.d.ts +1 -1
- package/dist/dt/functions/fromJsDate.js +1 -1
- package/dist/dt/functions/parse.js +1 -1
- package/dist/dt/vars/types.d.ts +1 -1
- package/dist/dt.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/index-no-dep.d.ts +0 -2
- package/dist/index-no-dep.js +0 -94
package/dist/dt/classes/date.js
CHANGED
package/dist/dt/classes/dt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Temporal } from 'temporal-polyfill';
|
|
1
|
+
import { Temporal } from '../../../node_modules/temporal-polyfill/index.js';
|
|
2
2
|
import { bbnDtTemporal } from '../vars/types.js';
|
|
3
3
|
import bbnDtDuration from './duration.js';
|
|
4
4
|
export declare abstract class bbnDt<TValue extends bbnDtTemporal> {
|
package/dist/dt/classes/dt.js
CHANGED
|
@@ -10,7 +10,7 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
10
10
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
11
11
|
};
|
|
12
12
|
var _bbnDt_value;
|
|
13
|
-
import { Temporal } from 'temporal-polyfill';
|
|
13
|
+
import { Temporal } from '../../../node_modules/temporal-polyfill/index.js';
|
|
14
14
|
import { unitsCorrespondence, units, formatsMap } from '../vars/units.js';
|
|
15
15
|
import _ from '../../_.js';
|
|
16
16
|
import substr from '../../fn/string/substr.js';
|
|
@@ -10,7 +10,7 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
10
10
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
11
11
|
};
|
|
12
12
|
var _bbnDtDuration_instances, _bbnDtDuration_value, _bbnDtDuration_unit, _bbnDtDuration_getUnitValue;
|
|
13
|
-
import { Temporal } from 'temporal-polyfill';
|
|
13
|
+
import { Temporal } from '../../../node_modules/temporal-polyfill/index.js';
|
|
14
14
|
import { units, unitsCorrespondence } from '../vars/units.js';
|
|
15
15
|
import getRow from '../../fn/object/getRow.js';
|
|
16
16
|
const DURATION_RELATIVE_TO = Temporal.ZonedDateTime.from('1970-01-01T00:00Z[UTC]');
|
package/dist/dt/classes/time.js
CHANGED
package/dist/dt/classes/zoned.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Temporal } from 'temporal-polyfill';
|
|
1
|
+
import { Temporal } from '../../../node_modules/temporal-polyfill/index.js';
|
|
2
2
|
import buildLocaleFromIntl from './buildLocaleFromIntl.js';
|
|
3
3
|
import bbnDtZoned from '../classes/zoned.js';
|
|
4
4
|
import bbnDtDateTime from '../classes/dateTime.js';
|
package/dist/dt/vars/types.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Temporal } from 'temporal-polyfill';
|
|
1
|
+
import { Temporal } from '../../../node_modules/temporal-polyfill/index.js';
|
|
2
2
|
export type bbnDtTemporal = Temporal.PlainDateTime | Temporal.PlainDate | Temporal.PlainTime | Temporal.PlainYearMonth | Temporal.PlainMonthDay | Temporal.ZonedDateTime;
|
package/dist/dt.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
package/dist/index-no-dep.d.ts
DELETED
package/dist/index-no-dep.js
DELETED
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import _ from './_.js';
|
|
2
|
-
import $ from './$.js';
|
|
3
|
-
import lng from './lng.js';
|
|
4
|
-
import vars from './vars.js';
|
|
5
|
-
import env from './env.js';
|
|
6
|
-
import com from './com.js';
|
|
7
|
-
import db from './db.js';
|
|
8
|
-
import fn from './fn.js';
|
|
9
|
-
import dt from './dt.js';
|
|
10
|
-
const bbn = {
|
|
11
|
-
version: "1.0.1",
|
|
12
|
-
opt: {
|
|
13
|
-
_cat: {}
|
|
14
|
-
},
|
|
15
|
-
app: {},
|
|
16
|
-
_,
|
|
17
|
-
$,
|
|
18
|
-
lng,
|
|
19
|
-
var: vars,
|
|
20
|
-
dt,
|
|
21
|
-
com,
|
|
22
|
-
env,
|
|
23
|
-
db,
|
|
24
|
-
fn,
|
|
25
|
-
info: [
|
|
26
|
-
{
|
|
27
|
-
value: 'ajax',
|
|
28
|
-
label: 'Loading and streaming',
|
|
29
|
-
description: 'Functions related to Ajax requests',
|
|
30
|
-
icon: 'nf nf-fa-rocket',
|
|
31
|
-
}, {
|
|
32
|
-
value: 'browser',
|
|
33
|
-
label: 'Browser-only',
|
|
34
|
-
description: 'Functions that can only be run in the browser',
|
|
35
|
-
icon: 'nf nf-fa-desktop',
|
|
36
|
-
}, {
|
|
37
|
-
value: 'convert',
|
|
38
|
-
label: 'Conversion',
|
|
39
|
-
description: 'Functions related to data conversion',
|
|
40
|
-
icon: 'nf nf-fa-exchange',
|
|
41
|
-
}, {
|
|
42
|
-
value: 'datetime',
|
|
43
|
-
label: 'Date and time',
|
|
44
|
-
description: 'Functions related to dates and times',
|
|
45
|
-
icon: 'nf nf-fa-calendar',
|
|
46
|
-
}, {
|
|
47
|
-
value: 'form',
|
|
48
|
-
label: 'Form manipulation',
|
|
49
|
-
description: 'Functions related to form manipulation and validation',
|
|
50
|
-
icon: 'nf nf-fa-edit',
|
|
51
|
-
}, {
|
|
52
|
-
value: 'html',
|
|
53
|
-
label: 'HTML manipulation',
|
|
54
|
-
description: 'Functions related to HTML manipulation and DOM interaction',
|
|
55
|
-
icon: 'nf nf-fa-html5',
|
|
56
|
-
}, {
|
|
57
|
-
value: 'loop',
|
|
58
|
-
label: 'Looping',
|
|
59
|
-
description: 'Functions related to looping through arrays and objects',
|
|
60
|
-
icon: 'nf nf-fa-repeat',
|
|
61
|
-
}, {
|
|
62
|
-
value: 'misc',
|
|
63
|
-
label: 'Miscellaneous',
|
|
64
|
-
description: 'Miscellaneous functions that do not fit into other categories',
|
|
65
|
-
icon: 'nf nf-fa-cubes',
|
|
66
|
-
}, {
|
|
67
|
-
value: 'object',
|
|
68
|
-
label: 'Object manipulation',
|
|
69
|
-
description: 'Functions related to object manipulation and inspection',
|
|
70
|
-
icon: 'nf nf-fa-object_group',
|
|
71
|
-
}, {
|
|
72
|
-
value: 'phone',
|
|
73
|
-
label: 'Phone and contact',
|
|
74
|
-
description: 'Functions related to phone numbers and contact information',
|
|
75
|
-
icon: 'nf nf-fa-phone',
|
|
76
|
-
}, {
|
|
77
|
-
value: 'string',
|
|
78
|
-
label: 'String manipulation',
|
|
79
|
-
description: 'Functions related to string manipulation and formatting',
|
|
80
|
-
icon: 'nf nf-fa-text_height'
|
|
81
|
-
}, {
|
|
82
|
-
value: 'style',
|
|
83
|
-
label: 'Styling and layout',
|
|
84
|
-
description: 'Functions related to styling and layout management',
|
|
85
|
-
icon: 'nf nf-fa-paint_brush',
|
|
86
|
-
}, {
|
|
87
|
-
value: 'type',
|
|
88
|
-
label: 'Type checking',
|
|
89
|
-
description: 'Functions related to type checking and validation',
|
|
90
|
-
icon: 'nf nf-fa-check_square',
|
|
91
|
-
}
|
|
92
|
-
]
|
|
93
|
-
};
|
|
94
|
-
export default bbn;
|