zerocodejs 1.0.1-beta.4 → 1.0.1-beta.6
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/README.ja.md +174 -0
- package/README.md +79 -65
- package/dist/zerocode.es.js +10621 -11346
- package/dist/zerocode.umd.js +55 -60
- package/package.json +1 -1
- package/dist/__tests__/fixtures/sample-data.d.ts +0 -23
- package/dist/__tests__/fixtures/sample-data.d.ts.map +0 -1
- package/dist/__tests__/fixtures/sample-templates.d.ts +0 -25
- package/dist/__tests__/fixtures/sample-templates.d.ts.map +0 -1
- package/dist/core/utils/component-initializer.test.d.ts +0 -2
- package/dist/core/utils/component-initializer.test.d.ts.map +0 -1
- package/dist/core/utils/field-extractor.test.d.ts +0 -2
- package/dist/core/utils/field-extractor.test.d.ts.map +0 -1
- package/dist/core/utils/image-utils.test.d.ts +0 -2
- package/dist/core/utils/image-utils.test.d.ts.map +0 -1
- package/dist/core/utils/path-utils.test.d.ts +0 -2
- package/dist/core/utils/path-utils.test.d.ts.map +0 -1
- package/dist/core/utils/storage.test.d.ts +0 -2
- package/dist/core/utils/storage.test.d.ts.map +0 -1
- package/dist/core/utils/template-processor.test.d.ts +0 -2
- package/dist/core/utils/template-processor.test.d.ts.map +0 -1
- package/dist/core/utils/template-utils.test.d.ts +0 -2
- package/dist/core/utils/template-utils.test.d.ts.map +0 -1
- package/dist/core/utils/validation.test.d.ts +0 -2
- package/dist/core/utils/validation.test.d.ts.map +0 -1
- package/dist/css/common.css +0 -677
- package/dist/css/docs.css +0 -396
- package/dist/css/index.css +0 -1039
- package/dist/css/page.css +0 -290
- package/dist/css/sample.css +0 -26
- package/dist/css/site-common.css +0 -218
- package/dist/footer.html +0 -10
- package/dist/header.html +0 -10
- package/dist/images/customer-avatar.jpg +0 -0
- package/dist/images/default-avatar.jpg +0 -0
- package/dist/images/default.jpg +0 -0
- package/dist/images/hero-bg.jpg +0 -0
- package/dist/images/kv_image.jpg +0 -0
- package/dist/images/page-specific-hero.jpg +0 -0
- package/dist/images/sample-1.jpg +0 -0
- package/dist/images/sample-2.jpg +0 -0
- package/dist/images/sample-3.jpg +0 -0
- package/dist/images/zcode_top_01.png +0 -0
- package/dist/js/accordion.js +0 -24
- package/dist/js/common.js +0 -1093
- package/dist/zerocode.es.js.map +0 -1
- package/dist/zerocode.umd.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ComponentData, PartData, TypeData, ZeroCodeData, ImageData } from '../../types';
|
|
2
|
-
export declare const sampleComponentData: ComponentData;
|
|
3
|
-
export declare const samplePartData: PartData;
|
|
4
|
-
export declare const sampleTypeData: TypeData;
|
|
5
|
-
export declare const sampleImageData: ImageData[];
|
|
6
|
-
export declare const sampleZeroCodeData: ZeroCodeData;
|
|
7
|
-
export declare const sampleBackendData: {
|
|
8
|
-
user: {
|
|
9
|
-
name: string;
|
|
10
|
-
email: string;
|
|
11
|
-
profile: {
|
|
12
|
-
age: number;
|
|
13
|
-
city: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
items: {
|
|
17
|
-
id: number;
|
|
18
|
-
name: string;
|
|
19
|
-
price: number;
|
|
20
|
-
}[];
|
|
21
|
-
shop_id: string;
|
|
22
|
-
};
|
|
23
|
-
//# sourceMappingURL=sample-data.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sample-data.d.ts","sourceRoot":"","sources":["../../../src/__tests__/fixtures/sample-data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,QAAQ,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE9F,eAAO,MAAM,mBAAmB,EAAE,aAUjC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,QAK5B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,QAK5B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,SAAS,EAWtC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,YA2BhC,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;CAc7B,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export declare const sampleTemplates: {
|
|
2
|
-
simpleText: string;
|
|
3
|
-
optionalField: string;
|
|
4
|
-
withValidation: string;
|
|
5
|
-
groupedField: string;
|
|
6
|
-
richText: string;
|
|
7
|
-
optionalRichText: string;
|
|
8
|
-
textarea: string;
|
|
9
|
-
image: string;
|
|
10
|
-
radio: string;
|
|
11
|
-
checkbox: string;
|
|
12
|
-
select: string;
|
|
13
|
-
selectMultiple: string;
|
|
14
|
-
zIf: string;
|
|
15
|
-
zEmpty: string;
|
|
16
|
-
zTag: string;
|
|
17
|
-
zFor: string;
|
|
18
|
-
zSlot: string;
|
|
19
|
-
backendData: string;
|
|
20
|
-
nestedBackendData: string;
|
|
21
|
-
arrayBackendData: string;
|
|
22
|
-
urlPlaceholder: string;
|
|
23
|
-
complex: string;
|
|
24
|
-
};
|
|
25
|
-
//# sourceMappingURL=sample-templates.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sample-templates.d.ts","sourceRoot":"","sources":["../../../src/__tests__/fixtures/sample-templates.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;CAgC3B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-initializer.test.d.ts","sourceRoot":"","sources":["../../../src/core/utils/component-initializer.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"field-extractor.test.d.ts","sourceRoot":"","sources":["../../../src/core/utils/field-extractor.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image-utils.test.d.ts","sourceRoot":"","sources":["../../../src/core/utils/image-utils.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"path-utils.test.d.ts","sourceRoot":"","sources":["../../../src/core/utils/path-utils.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storage.test.d.ts","sourceRoot":"","sources":["../../../src/core/utils/storage.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"template-processor.test.d.ts","sourceRoot":"","sources":["../../../src/core/utils/template-processor.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"template-utils.test.d.ts","sourceRoot":"","sources":["../../../src/core/utils/template-utils.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validation.test.d.ts","sourceRoot":"","sources":["../../../src/core/utils/validation.test.ts"],"names":[],"mappings":""}
|