@puq/type 0.3.0 → 0.3.2
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/index.d.ts +37 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +38 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -1,7 +1,38 @@
|
|
1
|
-
export * from './lib/common/
|
2
|
-
export * from './lib/
|
3
|
-
export * from './lib/
|
4
|
-
export * from './lib/
|
5
|
-
export * from './lib/
|
6
|
-
export * from './lib/
|
1
|
+
export * from './lib/common/object-literal.js';
|
2
|
+
export * from './lib/common/package-json.js';
|
3
|
+
export * from './lib/common/puq-options.js';
|
4
|
+
export * from './lib/dto/count-result.js';
|
5
|
+
export * from './lib/dto/delete-result.js';
|
6
|
+
export * from './lib/dto/relation-param.js';
|
7
|
+
export * from './lib/dto/update-result.js';
|
8
|
+
export * from './lib/dto/validation-error.js';
|
9
|
+
export * from './lib/model/base.js';
|
10
|
+
export * from './lib/model/id.js';
|
11
|
+
export * from './lib/model/timestamp.js';
|
12
|
+
export * from './lib/property/array.js';
|
13
|
+
export * from './lib/property/big-integer.js';
|
14
|
+
export * from './lib/property/boolean.js';
|
15
|
+
export * from './lib/property/common-number.js';
|
16
|
+
export * from './lib/property/common.js';
|
17
|
+
export * from './lib/property/database-type.js';
|
18
|
+
export * from './lib/property/date.js';
|
19
|
+
export * from './lib/property/integer-format.js';
|
20
|
+
export * from './lib/property/integer.js';
|
21
|
+
export * from './lib/property/model.js';
|
22
|
+
export * from './lib/property/number-format.js';
|
23
|
+
export * from './lib/property/number.js';
|
24
|
+
export * from './lib/property/object.js';
|
25
|
+
export * from './lib/property/property-type.js';
|
26
|
+
export * from './lib/property/property.js';
|
27
|
+
export * from './lib/property/relation-options.js';
|
28
|
+
export * from './lib/property/string-format.js';
|
29
|
+
export * from './lib/property/string.js';
|
30
|
+
export * from './lib/ui/icon.js';
|
31
|
+
export * from './lib/ui/input-type.js';
|
32
|
+
export * from './lib/utils/key-of.js';
|
33
|
+
export * from './lib/utils/keys.js';
|
34
|
+
export * from './lib/utils/optional.js';
|
35
|
+
export * from './lib/utils/pick-optional.js';
|
36
|
+
export * from './lib/utils/pick-required.js';
|
37
|
+
export * from './lib/utils/type.js';
|
7
38
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,kCAAkC,CAAC;AACjD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC"}
|
package/dist/index.js
CHANGED
@@ -1,9 +1,40 @@
|
|
1
|
-
// @index('
|
2
|
-
export * from './lib/common/
|
3
|
-
export * from './lib/
|
4
|
-
export * from './lib/
|
5
|
-
export * from './lib/
|
6
|
-
export * from './lib/
|
7
|
-
export * from './lib/
|
1
|
+
// @index(['./**/*.ts', '!./**/*.{spec,test}.ts','!./**/index.ts'], f => `export * from '${f.path}.js'`)
|
2
|
+
export * from './lib/common/object-literal.js';
|
3
|
+
export * from './lib/common/package-json.js';
|
4
|
+
export * from './lib/common/puq-options.js';
|
5
|
+
export * from './lib/dto/count-result.js';
|
6
|
+
export * from './lib/dto/delete-result.js';
|
7
|
+
export * from './lib/dto/relation-param.js';
|
8
|
+
export * from './lib/dto/update-result.js';
|
9
|
+
export * from './lib/dto/validation-error.js';
|
10
|
+
export * from './lib/model/base.js';
|
11
|
+
export * from './lib/model/id.js';
|
12
|
+
export * from './lib/model/timestamp.js';
|
13
|
+
export * from './lib/property/array.js';
|
14
|
+
export * from './lib/property/big-integer.js';
|
15
|
+
export * from './lib/property/boolean.js';
|
16
|
+
export * from './lib/property/common-number.js';
|
17
|
+
export * from './lib/property/common.js';
|
18
|
+
export * from './lib/property/database-type.js';
|
19
|
+
export * from './lib/property/date.js';
|
20
|
+
export * from './lib/property/integer-format.js';
|
21
|
+
export * from './lib/property/integer.js';
|
22
|
+
export * from './lib/property/model.js';
|
23
|
+
export * from './lib/property/number-format.js';
|
24
|
+
export * from './lib/property/number.js';
|
25
|
+
export * from './lib/property/object.js';
|
26
|
+
export * from './lib/property/property-type.js';
|
27
|
+
export * from './lib/property/property.js';
|
28
|
+
export * from './lib/property/relation-options.js';
|
29
|
+
export * from './lib/property/string-format.js';
|
30
|
+
export * from './lib/property/string.js';
|
31
|
+
export * from './lib/ui/icon.js';
|
32
|
+
export * from './lib/ui/input-type.js';
|
33
|
+
export * from './lib/utils/key-of.js';
|
34
|
+
export * from './lib/utils/keys.js';
|
35
|
+
export * from './lib/utils/optional.js';
|
36
|
+
export * from './lib/utils/pick-optional.js';
|
37
|
+
export * from './lib/utils/pick-required.js';
|
38
|
+
export * from './lib/utils/type.js';
|
8
39
|
|
9
40
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["// @index('
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["// @index(['./**/*.ts', '!./**/*.{spec,test}.ts','!./**/index.ts'], f => `export * from '${f.path}.js'`)\nexport * from './lib/common/object-literal.js';\nexport * from './lib/common/package-json.js';\nexport * from './lib/common/puq-options.js';\nexport * from './lib/dto/count-result.js';\nexport * from './lib/dto/delete-result.js';\nexport * from './lib/dto/relation-param.js';\nexport * from './lib/dto/update-result.js';\nexport * from './lib/dto/validation-error.js';\nexport * from './lib/model/base.js';\nexport * from './lib/model/id.js';\nexport * from './lib/model/timestamp.js';\nexport * from './lib/property/array.js';\nexport * from './lib/property/big-integer.js';\nexport * from './lib/property/boolean.js';\nexport * from './lib/property/common-number.js';\nexport * from './lib/property/common.js';\nexport * from './lib/property/database-type.js';\nexport * from './lib/property/date.js';\nexport * from './lib/property/integer-format.js';\nexport * from './lib/property/integer.js';\nexport * from './lib/property/model.js';\nexport * from './lib/property/number-format.js';\nexport * from './lib/property/number.js';\nexport * from './lib/property/object.js';\nexport * from './lib/property/property-type.js';\nexport * from './lib/property/property.js';\nexport * from './lib/property/relation-options.js';\nexport * from './lib/property/string-format.js';\nexport * from './lib/property/string.js';\nexport * from './lib/ui/icon.js';\nexport * from './lib/ui/input-type.js';\nexport * from './lib/utils/key-of.js';\nexport * from './lib/utils/keys.js';\nexport * from './lib/utils/optional.js';\nexport * from './lib/utils/pick-optional.js';\nexport * from './lib/utils/pick-required.js';\nexport * from './lib/utils/type.js';\n"],"names":[],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA,wGAAwG;AACxG,cAAc,iCAAiC;AAC/C,cAAc,+BAA+B;AAC7C,cAAc,8BAA8B;AAC5C,cAAc,4BAA4B;AAC1C,cAAc,6BAA6B;AAC3C,cAAc,8BAA8B;AAC5C,cAAc,6BAA6B;AAC3C,cAAc,gCAAgC;AAC9C,cAAc,sBAAsB;AACpC,cAAc,oBAAoB;AAClC,cAAc,2BAA2B;AACzC,cAAc,0BAA0B;AACxC,cAAc,gCAAgC;AAC9C,cAAc,4BAA4B;AAC1C,cAAc,kCAAkC;AAChD,cAAc,2BAA2B;AACzC,cAAc,kCAAkC;AAChD,cAAc,yBAAyB;AACvC,cAAc,mCAAmC;AACjD,cAAc,4BAA4B;AAC1C,cAAc,0BAA0B;AACxC,cAAc,kCAAkC;AAChD,cAAc,2BAA2B;AACzC,cAAc,2BAA2B;AACzC,cAAc,kCAAkC;AAChD,cAAc,6BAA6B;AAC3C,cAAc,qCAAqC;AACnD,cAAc,kCAAkC;AAChD,cAAc,2BAA2B;AACzC,cAAc,mBAAmB;AACjC,cAAc,yBAAyB;AACvC,cAAc,wBAAwB;AACtC,cAAc,sBAAsB;AACpC,cAAc,0BAA0B;AACxC,cAAc,+BAA+B;AAC7C,cAAc,+BAA+B;AAC7C,cAAc,sBAAsB"}
|