@planningcenter/tapestry 0.6.0-rc.1 → 1.0.0-rc.0
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/components/page-header/index.js +5 -0
- package/dist/components/page-header/index.js.map +1 -0
- package/dist/ext/@stencil/core/internal/app-data/index.js +87 -0
- package/dist/ext/@stencil/core/internal/app-data/index.js.map +1 -0
- package/dist/ext/@stencil/core/internal/client/index.js +1724 -0
- package/dist/ext/@stencil/core/internal/client/index.js.map +1 -0
- package/dist/index.css +7 -8
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/packages/tapestry-wc/dist/components/tds-page-header.js +52 -0
- package/dist/packages/tapestry-wc/dist/components/tds-page-header.js.map +1 -0
- package/dist/unstable.css +6 -7
- package/dist/unstable.css.map +1 -1
- package/dist/webComponents.css +6 -7
- package/dist/webComponents.css.map +1 -1
- package/package.json +3 -3
- package/react-types/index.d.ts +22 -47
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/components/page-header/index.tsx"],"sourcesContent":["import \"./index.css\"\n\nimport { defineCustomElementTdsPageHeader } from \"tapestry-wc\"\n\ndefineCustomElementTdsPageHeader()\n"],"names":["defineCustomElementTdsPageHeader"],"mappings":";;;AAIAA,mBAAgC,EAAE"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
// src/app-data/index.ts
|
|
2
|
+
var BUILD = {
|
|
3
|
+
allRenderFn: false,
|
|
4
|
+
element: true,
|
|
5
|
+
event: true,
|
|
6
|
+
hasRenderFn: true,
|
|
7
|
+
hostListener: true,
|
|
8
|
+
hostListenerTargetWindow: true,
|
|
9
|
+
hostListenerTargetDocument: true,
|
|
10
|
+
hostListenerTargetBody: true,
|
|
11
|
+
hostListenerTargetParent: false,
|
|
12
|
+
hostListenerTarget: true,
|
|
13
|
+
member: true,
|
|
14
|
+
method: true,
|
|
15
|
+
mode: true,
|
|
16
|
+
observeAttribute: true,
|
|
17
|
+
prop: true,
|
|
18
|
+
propMutable: true,
|
|
19
|
+
reflect: true,
|
|
20
|
+
scoped: true,
|
|
21
|
+
shadowDom: true,
|
|
22
|
+
slot: true,
|
|
23
|
+
cssAnnotations: true,
|
|
24
|
+
state: true,
|
|
25
|
+
style: true,
|
|
26
|
+
formAssociated: false,
|
|
27
|
+
svg: true,
|
|
28
|
+
updatable: true,
|
|
29
|
+
vdomAttribute: true,
|
|
30
|
+
vdomXlink: true,
|
|
31
|
+
vdomClass: true,
|
|
32
|
+
vdomFunctional: true,
|
|
33
|
+
vdomKey: true,
|
|
34
|
+
vdomListener: true,
|
|
35
|
+
vdomRef: true,
|
|
36
|
+
vdomPropOrAttr: true,
|
|
37
|
+
vdomRender: true,
|
|
38
|
+
vdomStyle: true,
|
|
39
|
+
vdomText: true,
|
|
40
|
+
watchCallback: true,
|
|
41
|
+
taskQueue: true,
|
|
42
|
+
hotModuleReplacement: false,
|
|
43
|
+
isDebug: false,
|
|
44
|
+
isDev: false,
|
|
45
|
+
isTesting: false,
|
|
46
|
+
hydrateServerSide: false,
|
|
47
|
+
hydrateClientSide: false,
|
|
48
|
+
lifecycleDOMEvents: false,
|
|
49
|
+
lazyLoad: false,
|
|
50
|
+
profile: false,
|
|
51
|
+
slotRelocation: true,
|
|
52
|
+
// TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior
|
|
53
|
+
appendChildSlotFix: false,
|
|
54
|
+
// TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior
|
|
55
|
+
cloneNodeFix: false,
|
|
56
|
+
hydratedAttribute: false,
|
|
57
|
+
hydratedClass: true,
|
|
58
|
+
// TODO(STENCIL-1305): remove this option
|
|
59
|
+
scriptDataOpts: false,
|
|
60
|
+
// TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior
|
|
61
|
+
scopedSlotTextContentFix: false,
|
|
62
|
+
// TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
|
|
63
|
+
shadowDomShim: false,
|
|
64
|
+
// TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior
|
|
65
|
+
slotChildNodesFix: false,
|
|
66
|
+
invisiblePrehydration: true,
|
|
67
|
+
propBoolean: true,
|
|
68
|
+
propNumber: true,
|
|
69
|
+
propString: true,
|
|
70
|
+
constructableCSS: true,
|
|
71
|
+
devTools: false,
|
|
72
|
+
shadowDelegatesFocus: true,
|
|
73
|
+
initializeNextTick: false,
|
|
74
|
+
asyncLoading: true,
|
|
75
|
+
asyncQueue: false,
|
|
76
|
+
transformTagName: false,
|
|
77
|
+
attachStyles: true,
|
|
78
|
+
// TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior
|
|
79
|
+
experimentalSlotFixes: false
|
|
80
|
+
};
|
|
81
|
+
var NAMESPACE = (
|
|
82
|
+
/* default */
|
|
83
|
+
"app"
|
|
84
|
+
);
|
|
85
|
+
|
|
86
|
+
export { BUILD, NAMESPACE };
|
|
87
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/@stencil/core/internal/app-data/index.js"],"sourcesContent":["// src/app-data/index.ts\nvar BUILD = {\n allRenderFn: false,\n element: true,\n event: true,\n hasRenderFn: true,\n hostListener: true,\n hostListenerTargetWindow: true,\n hostListenerTargetDocument: true,\n hostListenerTargetBody: true,\n hostListenerTargetParent: false,\n hostListenerTarget: true,\n member: true,\n method: true,\n mode: true,\n observeAttribute: true,\n prop: true,\n propMutable: true,\n reflect: true,\n scoped: true,\n shadowDom: true,\n slot: true,\n cssAnnotations: true,\n state: true,\n style: true,\n formAssociated: false,\n svg: true,\n updatable: true,\n vdomAttribute: true,\n vdomXlink: true,\n vdomClass: true,\n vdomFunctional: true,\n vdomKey: true,\n vdomListener: true,\n vdomRef: true,\n vdomPropOrAttr: true,\n vdomRender: true,\n vdomStyle: true,\n vdomText: true,\n watchCallback: true,\n taskQueue: true,\n hotModuleReplacement: false,\n isDebug: false,\n isDev: false,\n isTesting: false,\n hydrateServerSide: false,\n hydrateClientSide: false,\n lifecycleDOMEvents: false,\n lazyLoad: false,\n profile: false,\n slotRelocation: true,\n // TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior\n appendChildSlotFix: false,\n // TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior\n cloneNodeFix: false,\n hydratedAttribute: false,\n hydratedClass: true,\n // TODO(STENCIL-1305): remove this option\n scriptDataOpts: false,\n // TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior\n scopedSlotTextContentFix: false,\n // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field\n shadowDomShim: false,\n // TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior\n slotChildNodesFix: false,\n invisiblePrehydration: true,\n propBoolean: true,\n propNumber: true,\n propString: true,\n constructableCSS: true,\n devTools: false,\n shadowDelegatesFocus: true,\n initializeNextTick: false,\n asyncLoading: true,\n asyncQueue: false,\n transformTagName: false,\n attachStyles: true,\n // TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior\n experimentalSlotFixes: false\n};\nvar Env = {};\nvar NAMESPACE = (\n /* default */\n \"app\"\n);\nexport {\n BUILD,\n Env,\n NAMESPACE\n};\n"],"names":[],"mappings":"AAAA;AACG,IAAC,KAAK,GAAG;AACZ,EAAE,WAAW,EAAE,KAAK;AACpB,EAAE,OAAO,EAAE,IAAI;AACf,EAAE,KAAK,EAAE,IAAI;AACb,EAAE,WAAW,EAAE,IAAI;AACnB,EAAE,YAAY,EAAE,IAAI;AACpB,EAAE,wBAAwB,EAAE,IAAI;AAChC,EAAE,0BAA0B,EAAE,IAAI;AAClC,EAAE,sBAAsB,EAAE,IAAI;AAC9B,EAAE,wBAAwB,EAAE,KAAK;AACjC,EAAE,kBAAkB,EAAE,IAAI;AAC1B,EAAE,MAAM,EAAE,IAAI;AACd,EAAE,MAAM,EAAE,IAAI;AACd,EAAE,IAAI,EAAE,IAAI;AACZ,EAAE,gBAAgB,EAAE,IAAI;AACxB,EAAE,IAAI,EAAE,IAAI;AACZ,EAAE,WAAW,EAAE,IAAI;AACnB,EAAE,OAAO,EAAE,IAAI;AACf,EAAE,MAAM,EAAE,IAAI;AACd,EAAE,SAAS,EAAE,IAAI;AACjB,EAAE,IAAI,EAAE,IAAI;AACZ,EAAE,cAAc,EAAE,IAAI;AACtB,EAAE,KAAK,EAAE,IAAI;AACb,EAAE,KAAK,EAAE,IAAI;AACb,EAAE,cAAc,EAAE,KAAK;AACvB,EAAE,GAAG,EAAE,IAAI;AACX,EAAE,SAAS,EAAE,IAAI;AACjB,EAAE,aAAa,EAAE,IAAI;AACrB,EAAE,SAAS,EAAE,IAAI;AACjB,EAAE,SAAS,EAAE,IAAI;AACjB,EAAE,cAAc,EAAE,IAAI;AACtB,EAAE,OAAO,EAAE,IAAI;AACf,EAAE,YAAY,EAAE,IAAI;AACpB,EAAE,OAAO,EAAE,IAAI;AACf,EAAE,cAAc,EAAE,IAAI;AACtB,EAAE,UAAU,EAAE,IAAI;AAClB,EAAE,SAAS,EAAE,IAAI;AACjB,EAAE,QAAQ,EAAE,IAAI;AAChB,EAAE,aAAa,EAAE,IAAI;AACrB,EAAE,SAAS,EAAE,IAAI;AACjB,EAAE,oBAAoB,EAAE,KAAK;AAC7B,EAAE,OAAO,EAAE,KAAK;AAChB,EAAE,KAAK,EAAE,KAAK;AACd,EAAE,SAAS,EAAE,KAAK;AAClB,EAAE,iBAAiB,EAAE,KAAK;AAC1B,EAAE,iBAAiB,EAAE,KAAK;AAC1B,EAAE,kBAAkB,EAAE,KAAK;AAC3B,EAAE,QAAQ,EAAE,KAAK;AACjB,EAAE,OAAO,EAAE,KAAK;AAChB,EAAE,cAAc,EAAE,IAAI;AACtB;AACA,EAAE,kBAAkB,EAAE,KAAK;AAC3B;AACA,EAAE,YAAY,EAAE,KAAK;AACrB,EAAE,iBAAiB,EAAE,KAAK;AAC1B,EAAE,aAAa,EAAE,IAAI;AACrB;AACA,EAAE,cAAc,EAAE,KAAK;AACvB;AACA,EAAE,wBAAwB,EAAE,KAAK;AACjC;AACA,EAAE,aAAa,EAAE,KAAK;AACtB;AACA,EAAE,iBAAiB,EAAE,KAAK;AAC1B,EAAE,qBAAqB,EAAE,IAAI;AAC7B,EAAE,WAAW,EAAE,IAAI;AACnB,EAAE,UAAU,EAAE,IAAI;AAClB,EAAE,UAAU,EAAE,IAAI;AAClB,EAAE,gBAAgB,EAAE,IAAI;AACxB,EAAE,QAAQ,EAAE,KAAK;AACjB,EAAE,oBAAoB,EAAE,IAAI;AAC5B,EAAE,kBAAkB,EAAE,KAAK;AAC3B,EAAE,YAAY,EAAE,IAAI;AACpB,EAAE,UAAU,EAAE,KAAK;AACnB,EAAE,gBAAgB,EAAE,KAAK;AACzB,EAAE,YAAY,EAAE,IAAI;AACpB;AACA,EAAE,qBAAqB,EAAE,KAAK;AAC9B,EAAE;AAEC,IAAC,SAAS;AACb;AACA,EAAE,KAAK;AACP;;;;","x_google_ignoreList":[0]}
|