@makeswift/prop-controllers 0.1.0-canary.3 → 0.1.0-canary.5
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.cjs +635 -225
- package/dist/types/border/border.d.ts +4 -4
- package/dist/types/border-radius/border-radius.d.ts +2 -2
- package/dist/types/checkbox/checkbox.d.ts +4 -4
- package/dist/types/data.d.ts +37 -0
- package/dist/types/data.d.ts.map +1 -1
- package/dist/types/date/date.d.ts +4 -4
- package/dist/types/date copy/date.d.ts +1 -1
- package/dist/types/date copy/date.d.ts.map +1 -1
- package/dist/types/deleted.d.ts +1 -0
- package/dist/types/deleted.d.ts.map +1 -0
- package/dist/types/deteted.d.ts +1 -0
- package/dist/types/deteted.d.ts.map +1 -0
- package/dist/types/font/font.d.ts +4 -4
- package/dist/types/gap-x/gap-x.d.ts +177 -0
- package/dist/types/gap-x/gap-x.d.ts.map +1 -0
- package/dist/types/gap-x/gap-x.test.d.ts +2 -0
- package/dist/types/gap-x/gap-x.test.d.ts.map +1 -0
- package/dist/types/gap-x/index.d.ts +2 -0
- package/dist/types/gap-x/index.d.ts.map +1 -0
- package/dist/types/gap-x/text-style.d.ts +589 -0
- package/dist/types/gap-x/text-style.d.ts.map +1 -0
- package/dist/types/gap-x/text-style.test.d.ts +2 -0
- package/dist/types/gap-x/text-style.test.d.ts.map +1 -0
- package/dist/types/gap-x copy/gap-x.d.ts +177 -0
- package/dist/types/gap-x copy/gap-x.d.ts.map +1 -0
- package/dist/types/gap-x copy/gap-x.test.d.ts +2 -0
- package/dist/types/gap-x copy/gap-x.test.d.ts.map +1 -0
- package/dist/types/gap-x copy/index.d.ts +2 -0
- package/dist/types/gap-x copy/index.d.ts.map +1 -0
- package/dist/types/gap-y/gap-x.d.ts +177 -0
- package/dist/types/gap-y/gap-x.d.ts.map +1 -0
- package/dist/types/gap-y/gap-x.test.d.ts +2 -0
- package/dist/types/gap-y/gap-x.test.d.ts.map +1 -0
- package/dist/types/gap-y/gap-y.d.ts +177 -0
- package/dist/types/gap-y/gap-y.d.ts.map +1 -0
- package/dist/types/gap-y/gap-y.test.d.ts +2 -0
- package/dist/types/gap-y/gap-y.test.d.ts.map +1 -0
- package/dist/types/gap-y/index.d.ts +2 -0
- package/dist/types/gap-y/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +12 -3
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/link/link.d.ts +944 -34
- package/dist/types/link/link.d.ts.map +1 -1
- package/dist/types/margin/margin.d.ts +4 -4
- package/dist/types/navigation-links/navigation-links.d.ts +80 -77
- package/dist/types/navigation-links/navigation-links.d.ts.map +1 -1
- package/dist/types/number.d.ts +4 -4
- package/dist/types/padding/padding.d.ts +4 -4
- package/dist/types/prop-controllers.d.ts +5 -1
- package/dist/types/prop-controllers.d.ts.map +1 -1
- package/dist/types/responsive-color.d.ts +4 -4
- package/dist/types/responsive-length.d.ts +4 -4
- package/dist/types/shadows.d.ts +2 -2
- package/dist/types/table/table.d.ts +4 -4
- package/dist/types/text-area/date.d.ts +50 -0
- package/dist/types/text-area/date.d.ts.map +1 -0
- package/dist/types/text-area/date.test.d.ts +2 -0
- package/dist/types/text-area/date.test.d.ts.map +1 -0
- package/dist/types/text-area/index.d.ts +2 -0
- package/dist/types/text-area/index.d.ts.map +1 -0
- package/dist/types/text-area/text-area.d.ts +52 -0
- package/dist/types/text-area/text-area.d.ts.map +1 -0
- package/dist/types/text-area/text-area.test.d.ts +2 -0
- package/dist/types/text-area/text-area.test.d.ts.map +1 -0
- package/dist/types/text-style/text-style.d.ts +4 -4
- package/dist/types/text-style copy/index.d.ts +2 -0
- package/dist/types/text-style copy/index.d.ts.map +1 -0
- package/dist/types/text-style copy/text-style.d.ts +589 -0
- package/dist/types/text-style copy/text-style.d.ts.map +1 -0
- package/dist/types/text-style copy/text-style.test.d.ts +2 -0
- package/dist/types/text-style copy/text-style.test.d.ts.map +1 -0
- package/dist/types/typeahead/date.d.ts +50 -0
- package/dist/types/typeahead/date.d.ts.map +1 -0
- package/dist/types/typeahead/date.test.d.ts +2 -0
- package/dist/types/typeahead/date.test.d.ts.map +1 -0
- package/dist/types/typeahead/index.d.ts +2 -0
- package/dist/types/typeahead/index.d.ts.map +1 -0
- package/dist/types/typeahead/typeahead.d.ts +50 -0
- package/dist/types/typeahead/typeahead.d.ts.map +1 -0
- package/dist/types/typeahead/typeahead.test.d.ts +2 -0
- package/dist/types/typeahead/typeahead.test.d.ts.map +1 -0
- package/dist/types/video/video.d.ts +4 -4
- package/dist/types/width/width.d.ts +4 -4
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"navigation-links.d.ts","sourceRoot":"","sources":["../../../src/navigation-links/navigation-links.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,OAAO,EACP,KAAK,EAEN,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAmBvB,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAa1B,CAAA;AAEF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAmBzE,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAc5B,CAAA;AAEF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAE7E,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG7C,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CACvD,OAAO,yCAAyC,CACjD,CAAA;AAED,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGlD,CAAA;AAEF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,uCAAuC,CAC/C,CAAA;AAED,KAAK,sBAAsB,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAA;AAE5D,KAAK,2BAA2B,CAC9B,EAAE,GAAG,mCAAmC,EACxC,CAAC,SAAS,sBAAsB,GAAG,sBAAsB,IACvD;IACF,IAAI,EAAE,OAAO,KAAK,CAAC,eAAe,CAAA;IAClC,OAAO,EAAE,CAAC,CAAA;CACX,CAAA;AAED,KAAK,2BAA2B,CAC9B,EAAE,GAAG,iCAAiC,EACtC,CAAC,SAAS,sBAAsB,GAAG,sBAAsB,IACvD;IACF,IAAI,EAAE,OAAO,KAAK,CAAC,eAAe,CAAA;IAClC,OAAO,EAAE,CAAC,CAAA;IACV,OAAO,EAAE,CAAC,CAAA;CACX,CAAA;AAED,MAAM,MAAM,yBAAyB,CACnC,EAAE,GAAG,iCAAiC,EACtC,CAAC,SAAS,sBAAsB,GAAG,sBAAsB,IACvD,2BAA2B,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,2BAA2B,CAAC,EAAE,EAAE,CAAC,CAAC,CAAA;AAE3E,MAAM,MAAM,yCAAyC,CACnD,CAAC,SAAS,yBAAyB,IACjC,CAAC,SAAS,yBAAyB,GACnC,mBAAmB,GAAG,SAAS,GAC/B,KAAK,CAAA;AAET;;;GAGG;AACH,wBAAgB,eAAe,CAC7B,OAAO,GAAE,sBAA2B,GACnC,yBAAyB,CAAC,iCAAiC,CAAC,CAE9D;AAED,wBAAgB,uDAAuD,CACrE,IAAI,EAAE,iCAAiC,GAAG,SAAS,GAClD,mBAAmB,GAAG,SAAS,CAOjC;AAED,wBAAgB,8DAA8D,CAC5E,mBAAmB,EAAE,mBAAmB,EACxC,UAAU,EAAE,yBAAyB,GACpC,iCAAiC,CAWnC"}
|
1
|
+
{"version":3,"file":"navigation-links.d.ts","sourceRoot":"","sources":["../../../src/navigation-links/navigation-links.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG7C,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CACvD,OAAO,yCAAyC,CACjD,CAAA;AAED,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGlD,CAAA;AAEF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,uCAAuC,CAC/C,CAAA;AAED,KAAK,sBAAsB,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAA;AAE5D,KAAK,2BAA2B,CAC9B,EAAE,GAAG,mCAAmC,EACxC,CAAC,SAAS,sBAAsB,GAAG,sBAAsB,IACvD;IACF,IAAI,EAAE,OAAO,KAAK,CAAC,eAAe,CAAA;IAClC,OAAO,EAAE,CAAC,CAAA;CACX,CAAA;AAED,KAAK,2BAA2B,CAC9B,EAAE,GAAG,iCAAiC,EACtC,CAAC,SAAS,sBAAsB,GAAG,sBAAsB,IACvD;IACF,IAAI,EAAE,OAAO,KAAK,CAAC,eAAe,CAAA;IAClC,OAAO,EAAE,CAAC,CAAA;IACV,OAAO,EAAE,CAAC,CAAA;CACX,CAAA;AAED,MAAM,MAAM,yBAAyB,CACnC,EAAE,GAAG,iCAAiC,EACtC,CAAC,SAAS,sBAAsB,GAAG,sBAAsB,IACvD,2BAA2B,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,2BAA2B,CAAC,EAAE,EAAE,CAAC,CAAC,CAAA;AAE3E,MAAM,MAAM,yCAAyC,CACnD,CAAC,SAAS,yBAAyB,IACjC,CAAC,SAAS,yBAAyB,GACnC,mBAAmB,GAAG,SAAS,GAC/B,KAAK,CAAA;AAET;;;GAGG;AACH,wBAAgB,eAAe,CAC7B,OAAO,GAAE,sBAA2B,GACnC,yBAAyB,CAAC,iCAAiC,CAAC,CAE9D;AAED,wBAAgB,uDAAuD,CACrE,IAAI,EAAE,iCAAiC,GAAG,SAAS,GAClD,mBAAmB,GAAG,SAAS,CAOjC;AAED,wBAAgB,8DAA8D,CAC5E,mBAAmB,EAAE,mBAAmB,EACxC,UAAU,EAAE,yBAAyB,GACpC,iCAAiC,CAWnC;AAED,wBAAgB,uCAAuC,CACrD,IAAI,EAAE,iCAAiC,GAAG,IAAI,GAAG,SAAS,GACzD,MAAM,EAAE,CA0CV;AAED,wBAAgB,yCAAyC,CACvD,IAAI,EAAE,iCAAiC,GAAG,IAAI,GAAG,SAAS,GACzD,MAAM,EAAE,CAqBV;AAuDD,wBAAgB,qCAAqC,CACnD,IAAI,EAAE,iCAAiC,GAAG,SAAS,EACnD,OAAO,EAAE,WAAW,GACnB,iCAAiC,GAAG,SAAS,CAY/C"}
|
package/dist/types/number.d.ts
CHANGED
@@ -6,22 +6,22 @@ declare const numberPropControllerDataV1Schema: z.ZodObject<{
|
|
6
6
|
"@@makeswift/type": z.ZodLiteral<"prop-controllers::number::v1">;
|
7
7
|
value: z.ZodNumber;
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
9
|
-
value: number;
|
10
9
|
"@@makeswift/type": "prop-controllers::number::v1";
|
11
|
-
}, {
|
12
10
|
value: number;
|
11
|
+
}, {
|
13
12
|
"@@makeswift/type": "prop-controllers::number::v1";
|
13
|
+
value: number;
|
14
14
|
}>;
|
15
15
|
type NumberPropControllerDataV1 = z.infer<typeof numberPropControllerDataV1Schema>;
|
16
16
|
export declare const numberPropControllerDataSchema: z.ZodUnion<[z.ZodNumber, z.ZodObject<{
|
17
17
|
"@@makeswift/type": z.ZodLiteral<"prop-controllers::number::v1">;
|
18
18
|
value: z.ZodNumber;
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
20
|
-
value: number;
|
21
20
|
"@@makeswift/type": "prop-controllers::number::v1";
|
22
|
-
}, {
|
23
21
|
value: number;
|
22
|
+
}, {
|
24
23
|
"@@makeswift/type": "prop-controllers::number::v1";
|
24
|
+
value: number;
|
25
25
|
}>]>;
|
26
26
|
export type NumberPropControllerData = z.infer<typeof numberPropControllerDataSchema>;
|
27
27
|
export type NumberOptions = Options<{
|
@@ -587,6 +587,7 @@ declare const paddingPropControllerDataV1Schema: z.ZodObject<{
|
|
587
587
|
deviceId: string;
|
588
588
|
}>, "many">;
|
589
589
|
}, "strip", z.ZodTypeAny, {
|
590
|
+
"@@makeswift/type": "prop-controllers::padding::v1";
|
590
591
|
value: {
|
591
592
|
value: {
|
592
593
|
paddingTop: {
|
@@ -608,8 +609,8 @@ declare const paddingPropControllerDataV1Schema: z.ZodObject<{
|
|
608
609
|
};
|
609
610
|
deviceId: string;
|
610
611
|
}[];
|
611
|
-
"@@makeswift/type": "prop-controllers::padding::v1";
|
612
612
|
}, {
|
613
|
+
"@@makeswift/type": "prop-controllers::padding::v1";
|
613
614
|
value: {
|
614
615
|
value: {
|
615
616
|
paddingTop?: {
|
@@ -631,7 +632,6 @@ declare const paddingPropControllerDataV1Schema: z.ZodObject<{
|
|
631
632
|
};
|
632
633
|
deviceId: string;
|
633
634
|
}[];
|
634
|
-
"@@makeswift/type": "prop-controllers::padding::v1";
|
635
635
|
}>;
|
636
636
|
export type PaddingPropControllerDataV1 = z.infer<typeof paddingPropControllerDataV1Schema>;
|
637
637
|
export declare const paddingPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
@@ -942,6 +942,7 @@ export declare const paddingPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Z
|
|
942
942
|
deviceId: string;
|
943
943
|
}>, "many">;
|
944
944
|
}, "strip", z.ZodTypeAny, {
|
945
|
+
"@@makeswift/type": "prop-controllers::padding::v1";
|
945
946
|
value: {
|
946
947
|
value: {
|
947
948
|
paddingTop: {
|
@@ -963,8 +964,8 @@ export declare const paddingPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Z
|
|
963
964
|
};
|
964
965
|
deviceId: string;
|
965
966
|
}[];
|
966
|
-
"@@makeswift/type": "prop-controllers::padding::v1";
|
967
967
|
}, {
|
968
|
+
"@@makeswift/type": "prop-controllers::padding::v1";
|
968
969
|
value: {
|
969
970
|
value: {
|
970
971
|
paddingTop?: {
|
@@ -986,7 +987,6 @@ export declare const paddingPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Z
|
|
986
987
|
};
|
987
988
|
deviceId: string;
|
988
989
|
}[];
|
989
|
-
"@@makeswift/type": "prop-controllers::padding::v1";
|
990
990
|
}>]>;
|
991
991
|
export type PaddingPropControllerData = z.infer<typeof paddingPropControllerDataSchema>;
|
992
992
|
export declare const PaddingPropControllerFormat: {
|
@@ -5,13 +5,17 @@ export declare const Types: {
|
|
5
5
|
readonly Checkbox: "Checkbox";
|
6
6
|
readonly Date: "Date";
|
7
7
|
readonly Font: "Font";
|
8
|
+
readonly GapX: "GapX";
|
9
|
+
readonly GapY: "GapY";
|
8
10
|
readonly Link: "Link";
|
9
11
|
readonly Margin: "Margin";
|
12
|
+
readonly NavigationLinks: "NavigationLinks";
|
10
13
|
readonly Padding: "Padding";
|
11
14
|
readonly Number: "Number";
|
12
15
|
readonly Shadows: "Shadows";
|
13
16
|
readonly ResponsiveColor: "ResponsiveColor";
|
14
17
|
readonly ResponsiveLength: "ResponsiveLength";
|
18
|
+
readonly TextArea: "TextArea";
|
15
19
|
readonly Table: "Table";
|
16
20
|
readonly TextStyle: "TextStyle";
|
17
21
|
readonly Width: "Width";
|
@@ -37,7 +41,7 @@ export type Color = {
|
|
37
41
|
swatchId: string;
|
38
42
|
alpha: number;
|
39
43
|
};
|
40
|
-
type Data = undefined | null | boolean | number | string | Data[] | {
|
44
|
+
export type Data = undefined | null | boolean | number | string | Data[] | {
|
41
45
|
[key: string]: Data;
|
42
46
|
};
|
43
47
|
export type ElementData = {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"prop-controllers.d.ts","sourceRoot":"","sources":["../../src/prop-controllers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,KAAK
|
1
|
+
{"version":3,"file":"prop-controllers.d.ts","sourceRoot":"","sources":["../../src/prop-controllers.ts"],"names":[],"mappings":"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"}
|
@@ -80,6 +80,7 @@ declare const responsiveColorPropControllerDataV1Schema: z.ZodObject<{
|
|
80
80
|
deviceId: string;
|
81
81
|
}>, "many">;
|
82
82
|
}, "strip", z.ZodTypeAny, {
|
83
|
+
"@@makeswift/type": "prop-controllers::responsive-color::v1";
|
83
84
|
value: {
|
84
85
|
value: {
|
85
86
|
swatchId: string;
|
@@ -87,8 +88,8 @@ declare const responsiveColorPropControllerDataV1Schema: z.ZodObject<{
|
|
87
88
|
};
|
88
89
|
deviceId: string;
|
89
90
|
}[];
|
90
|
-
"@@makeswift/type": "prop-controllers::responsive-color::v1";
|
91
91
|
}, {
|
92
|
+
"@@makeswift/type": "prop-controllers::responsive-color::v1";
|
92
93
|
value: {
|
93
94
|
value: {
|
94
95
|
swatchId: string;
|
@@ -96,7 +97,6 @@ declare const responsiveColorPropControllerDataV1Schema: z.ZodObject<{
|
|
96
97
|
};
|
97
98
|
deviceId: string;
|
98
99
|
}[];
|
99
|
-
"@@makeswift/type": "prop-controllers::responsive-color::v1";
|
100
100
|
}>;
|
101
101
|
type ResponsiveColorPropControllerDataV1 = z.infer<typeof responsiveColorPropControllerDataV1Schema>;
|
102
102
|
export declare const responsiveColorPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
@@ -151,6 +151,7 @@ export declare const responsiveColorPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
151
151
|
deviceId: string;
|
152
152
|
}>, "many">;
|
153
153
|
}, "strip", z.ZodTypeAny, {
|
154
|
+
"@@makeswift/type": "prop-controllers::responsive-color::v1";
|
154
155
|
value: {
|
155
156
|
value: {
|
156
157
|
swatchId: string;
|
@@ -158,8 +159,8 @@ export declare const responsiveColorPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
158
159
|
};
|
159
160
|
deviceId: string;
|
160
161
|
}[];
|
161
|
-
"@@makeswift/type": "prop-controllers::responsive-color::v1";
|
162
162
|
}, {
|
163
|
+
"@@makeswift/type": "prop-controllers::responsive-color::v1";
|
163
164
|
value: {
|
164
165
|
value: {
|
165
166
|
swatchId: string;
|
@@ -167,7 +168,6 @@ export declare const responsiveColorPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
167
168
|
};
|
168
169
|
deviceId: string;
|
169
170
|
}[];
|
170
|
-
"@@makeswift/type": "prop-controllers::responsive-color::v1";
|
171
171
|
}>]>;
|
172
172
|
export type ResponsiveColorPropControllerData = z.infer<typeof responsiveColorPropControllerDataSchema>;
|
173
173
|
export type ResponsiveColorOptions = Options<{
|
@@ -82,6 +82,7 @@ declare const responsiveLengthPropControllerDataV1Schema: z.ZodObject<{
|
|
82
82
|
deviceId: string;
|
83
83
|
}>, "many">;
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
85
|
+
"@@makeswift/type": "prop-controllers::responsive-length::v1";
|
85
86
|
value: {
|
86
87
|
value: {
|
87
88
|
value: number;
|
@@ -89,8 +90,8 @@ declare const responsiveLengthPropControllerDataV1Schema: z.ZodObject<{
|
|
89
90
|
};
|
90
91
|
deviceId: string;
|
91
92
|
}[];
|
92
|
-
"@@makeswift/type": "prop-controllers::responsive-length::v1";
|
93
93
|
}, {
|
94
|
+
"@@makeswift/type": "prop-controllers::responsive-length::v1";
|
94
95
|
value: {
|
95
96
|
value: {
|
96
97
|
value: number;
|
@@ -98,7 +99,6 @@ declare const responsiveLengthPropControllerDataV1Schema: z.ZodObject<{
|
|
98
99
|
};
|
99
100
|
deviceId: string;
|
100
101
|
}[];
|
101
|
-
"@@makeswift/type": "prop-controllers::responsive-length::v1";
|
102
102
|
}>;
|
103
103
|
type ResponsiveLengthPropControllerDataV1 = z.infer<typeof responsiveLengthPropControllerDataV1Schema>;
|
104
104
|
export declare const responsiveLengthPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
@@ -153,6 +153,7 @@ export declare const responsiveLengthPropControllerDataSchema: z.ZodUnion<[z.Zod
|
|
153
153
|
deviceId: string;
|
154
154
|
}>, "many">;
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
156
|
+
"@@makeswift/type": "prop-controllers::responsive-length::v1";
|
156
157
|
value: {
|
157
158
|
value: {
|
158
159
|
value: number;
|
@@ -160,8 +161,8 @@ export declare const responsiveLengthPropControllerDataSchema: z.ZodUnion<[z.Zod
|
|
160
161
|
};
|
161
162
|
deviceId: string;
|
162
163
|
}[];
|
163
|
-
"@@makeswift/type": "prop-controllers::responsive-length::v1";
|
164
164
|
}, {
|
165
|
+
"@@makeswift/type": "prop-controllers::responsive-length::v1";
|
165
166
|
value: {
|
166
167
|
value: {
|
167
168
|
value: number;
|
@@ -169,7 +170,6 @@ export declare const responsiveLengthPropControllerDataSchema: z.ZodUnion<[z.Zod
|
|
169
170
|
};
|
170
171
|
deviceId: string;
|
171
172
|
}[];
|
172
|
-
"@@makeswift/type": "prop-controllers::responsive-length::v1";
|
173
173
|
}>]>;
|
174
174
|
export type ResponsiveLengthPropControllerData = z.infer<typeof responsiveLengthPropControllerDataSchema>;
|
175
175
|
export type LengthOption = {
|
package/dist/types/shadows.d.ts
CHANGED
@@ -513,6 +513,7 @@ export declare const shadowsPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Z
|
|
513
513
|
deviceId: string;
|
514
514
|
}>, "many">;
|
515
515
|
}, "strip", z.ZodTypeAny, {
|
516
|
+
"@@makeswift/type": "prop-controllers::shadows::v1";
|
516
517
|
value: {
|
517
518
|
value: {
|
518
519
|
payload: {
|
@@ -530,8 +531,8 @@ export declare const shadowsPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Z
|
|
530
531
|
}[];
|
531
532
|
deviceId: string;
|
532
533
|
}[];
|
533
|
-
"@@makeswift/type": "prop-controllers::shadows::v1";
|
534
534
|
}, {
|
535
|
+
"@@makeswift/type": "prop-controllers::shadows::v1";
|
535
536
|
value: {
|
536
537
|
value: {
|
537
538
|
payload: {
|
@@ -549,7 +550,6 @@ export declare const shadowsPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Z
|
|
549
550
|
}[];
|
550
551
|
deviceId: string;
|
551
552
|
}[];
|
552
|
-
"@@makeswift/type": "prop-controllers::shadows::v1";
|
553
553
|
}>]>;
|
554
554
|
export type ShadowsPropControllerData = z.infer<typeof shadowsPropControllerDataSchema>;
|
555
555
|
export declare const ShadowsPropControllerFormat: {
|
@@ -9,22 +9,22 @@ declare const tablePropControllerDataV1Schema: z.ZodObject<{
|
|
9
9
|
"@@makeswift/type": z.ZodLiteral<"prop-controllers::table::v1">;
|
10
10
|
value: z.ZodString;
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
12
|
-
value: string;
|
13
12
|
"@@makeswift/type": "prop-controllers::table::v1";
|
14
|
-
}, {
|
15
13
|
value: string;
|
14
|
+
}, {
|
16
15
|
"@@makeswift/type": "prop-controllers::table::v1";
|
16
|
+
value: string;
|
17
17
|
}>;
|
18
18
|
export type TablePropControllerDataV1 = z.infer<typeof tablePropControllerDataV1Schema>;
|
19
19
|
export declare const tablePropControllerDataSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
20
20
|
"@@makeswift/type": z.ZodLiteral<"prop-controllers::table::v1">;
|
21
21
|
value: z.ZodString;
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
23
|
-
value: string;
|
24
23
|
"@@makeswift/type": "prop-controllers::table::v1";
|
25
|
-
}, {
|
26
24
|
value: string;
|
25
|
+
}, {
|
27
26
|
"@@makeswift/type": "prop-controllers::table::v1";
|
27
|
+
value: string;
|
28
28
|
}>]>;
|
29
29
|
export type TablePropControllerData = z.infer<typeof tablePropControllerDataSchema>;
|
30
30
|
export type TableOptions = Options<{
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import { z } from 'zod';
|
2
|
+
import { Options, Types } from '../prop-controllers';
|
3
|
+
declare const datePropControllerDataV0Schema: z.ZodString;
|
4
|
+
export type DatePropControllerDataV0 = z.infer<typeof datePropControllerDataV0Schema>;
|
5
|
+
export declare const DatePropControllerDataV1Type = "prop-controllers::date::v1";
|
6
|
+
declare const datePropControllerDataV1Schema: z.ZodObject<{
|
7
|
+
"@@makeswift/type": z.ZodLiteral<"prop-controllers::date::v1">;
|
8
|
+
value: z.ZodString;
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
10
|
+
value: string;
|
11
|
+
"@@makeswift/type": "prop-controllers::date::v1";
|
12
|
+
}, {
|
13
|
+
value: string;
|
14
|
+
"@@makeswift/type": "prop-controllers::date::v1";
|
15
|
+
}>;
|
16
|
+
export type DatePropControllerDataV1 = z.infer<typeof datePropControllerDataV1Schema>;
|
17
|
+
export declare const datePropControllerDataSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
18
|
+
"@@makeswift/type": z.ZodLiteral<"prop-controllers::date::v1">;
|
19
|
+
value: z.ZodString;
|
20
|
+
}, "strip", z.ZodTypeAny, {
|
21
|
+
value: string;
|
22
|
+
"@@makeswift/type": "prop-controllers::date::v1";
|
23
|
+
}, {
|
24
|
+
value: string;
|
25
|
+
"@@makeswift/type": "prop-controllers::date::v1";
|
26
|
+
}>]>;
|
27
|
+
export type DatePropControllerData = z.infer<typeof datePropControllerDataSchema>;
|
28
|
+
export type DateOptions = Options<{
|
29
|
+
preset?: DatePropControllerData;
|
30
|
+
}>;
|
31
|
+
type DateDescriptorV0<_T = DatePropControllerDataV0> = {
|
32
|
+
type: typeof Types.Date;
|
33
|
+
options: DateOptions;
|
34
|
+
};
|
35
|
+
type DateDescriptorV1<_T = DatePropControllerData, U extends DateOptions = DateOptions> = {
|
36
|
+
type: typeof Types.Date;
|
37
|
+
version: 1;
|
38
|
+
options: U;
|
39
|
+
};
|
40
|
+
export type DateDescriptor<_T = DatePropControllerData> = DateDescriptorV0 | DateDescriptorV1;
|
41
|
+
export type ResolveDatePropControllerValue<T extends DateDescriptor> = T extends DateDescriptor ? string | undefined : never;
|
42
|
+
/**
|
43
|
+
* @deprecated Imports from @makeswift/prop-controllers are deprecated. Use
|
44
|
+
* @makeswift/runtime/controls instead.
|
45
|
+
*/
|
46
|
+
export declare function Date(options?: DateOptions): DateDescriptorV1;
|
47
|
+
export declare function getDatePropControllerDataString(data: DatePropControllerData | undefined): string | undefined;
|
48
|
+
export declare function createDatePropControllerDataFromString(value: string, definition?: DateDescriptor): DatePropControllerData;
|
49
|
+
export {};
|
50
|
+
//# sourceMappingURL=date.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../src/text-area/date.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAsB,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAA;AAGxE,QAAA,MAAM,8BAA8B,aAAa,CAAA;AAEjD,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,8BAA8B,CACtC,CAAA;AAED,eAAO,MAAM,4BAA4B,+BAA+B,CAAA;AAExE,QAAA,MAAM,8BAA8B;;;;;;;;;EAGlC,CAAA;AAEF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,8BAA8B,CACtC,CAAA;AAED,eAAO,MAAM,4BAA4B;;;;;;;;;IAGvC,CAAA;AAEF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,4BAA4B,CACpC,CAAA;AAED,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC;IAChC,MAAM,CAAC,EAAE,sBAAsB,CAAA;CAChC,CAAC,CAAA;AAEF,KAAK,gBAAgB,CAAC,EAAE,GAAG,wBAAwB,IAAI;IACrD,IAAI,EAAE,OAAO,KAAK,CAAC,IAAI,CAAA;IACvB,OAAO,EAAE,WAAW,CAAA;CACrB,CAAA;AAED,KAAK,gBAAgB,CACnB,EAAE,GAAG,sBAAsB,EAC3B,CAAC,SAAS,WAAW,GAAG,WAAW,IACjC;IACF,IAAI,EAAE,OAAO,KAAK,CAAC,IAAI,CAAA;IACvB,OAAO,EAAE,CAAC,CAAA;IACV,OAAO,EAAE,CAAC,CAAA;CACX,CAAA;AAED,MAAM,MAAM,cAAc,CAAC,EAAE,GAAG,sBAAsB,IAClD,gBAAgB,GAChB,gBAAgB,CAAA;AAEpB,MAAM,MAAM,8BAA8B,CAAC,CAAC,SAAS,cAAc,IACjE,CAAC,SAAS,cAAc,GAAG,MAAM,GAAG,SAAS,GAAG,KAAK,CAAA;AAEvD;;;GAGG;AACH,wBAAgB,IAAI,CAAC,OAAO,GAAE,WAAgB,GAAG,gBAAgB,CAEhE;AAED,wBAAgB,+BAA+B,CAC7C,IAAI,EAAE,sBAAsB,GAAG,SAAS,GACvC,MAAM,GAAG,SAAS,CAOpB;AAED,wBAAgB,sCAAsC,CACpD,KAAK,EAAE,MAAM,EACb,UAAU,CAAC,EAAE,cAAc,GAC1B,sBAAsB,CAYxB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"date.test.d.ts","sourceRoot":"","sources":["../../../src/text-area/date.test.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/text-area/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { z } from 'zod';
|
2
|
+
import { Options, Types } from '../prop-controllers';
|
3
|
+
declare const textAreaPropControllerDataV0Schema: z.ZodString;
|
4
|
+
export type TextAreaPropControllerDataV0 = z.infer<typeof textAreaPropControllerDataV0Schema>;
|
5
|
+
export declare const TextAreaPropControllerDataV1Type = "prop-controllers::text-area::v1";
|
6
|
+
declare const textAreaPropControllerDataV1Schema: z.ZodObject<{
|
7
|
+
"@@makeswift/type": z.ZodLiteral<"prop-controllers::text-area::v1">;
|
8
|
+
value: z.ZodString;
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
10
|
+
"@@makeswift/type": "prop-controllers::text-area::v1";
|
11
|
+
value: string;
|
12
|
+
}, {
|
13
|
+
"@@makeswift/type": "prop-controllers::text-area::v1";
|
14
|
+
value: string;
|
15
|
+
}>;
|
16
|
+
export type TextAreaPropControllerDataV1 = z.infer<typeof textAreaPropControllerDataV1Schema>;
|
17
|
+
export declare const textAreaPropControllerDataSchema: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
18
|
+
"@@makeswift/type": z.ZodLiteral<"prop-controllers::text-area::v1">;
|
19
|
+
value: z.ZodString;
|
20
|
+
}, "strip", z.ZodTypeAny, {
|
21
|
+
"@@makeswift/type": "prop-controllers::text-area::v1";
|
22
|
+
value: string;
|
23
|
+
}, {
|
24
|
+
"@@makeswift/type": "prop-controllers::text-area::v1";
|
25
|
+
value: string;
|
26
|
+
}>]>;
|
27
|
+
export type TextAreaPropControllerData = z.infer<typeof textAreaPropControllerDataSchema>;
|
28
|
+
export type TextAreaOptions = Options<{
|
29
|
+
preset?: TextAreaPropControllerData;
|
30
|
+
label?: string;
|
31
|
+
rows?: number;
|
32
|
+
}>;
|
33
|
+
type TextAreaDescriptorV0<_T = TextAreaPropControllerDataV0> = {
|
34
|
+
type: typeof Types.TextArea;
|
35
|
+
options: TextAreaOptions;
|
36
|
+
};
|
37
|
+
type TextAreaDescriptorV1<_T = TextAreaPropControllerData, U extends TextAreaOptions = TextAreaOptions> = {
|
38
|
+
type: typeof Types.TextArea;
|
39
|
+
version: 1;
|
40
|
+
options: U;
|
41
|
+
};
|
42
|
+
export type TextAreaDescriptor<_T = TextAreaPropControllerData> = TextAreaDescriptorV0 | TextAreaDescriptorV1;
|
43
|
+
export type ResolveTextAreaPropControllerValue<T extends TextAreaDescriptor> = T extends TextAreaDescriptor ? string | undefined : never;
|
44
|
+
/**
|
45
|
+
* @deprecated Imports from @makeswift/prop-controllers are deprecated. Use
|
46
|
+
* @makeswift/runtime/controls instead.
|
47
|
+
*/
|
48
|
+
export declare function TextArea(options?: TextAreaOptions): TextAreaDescriptorV1;
|
49
|
+
export declare function getTextAreaPropControllerDataString(data: TextAreaPropControllerData | undefined): string | undefined;
|
50
|
+
export declare function createTextAreaPropControllerDataFromString(value: string, definition: TextAreaDescriptor): TextAreaPropControllerData;
|
51
|
+
export {};
|
52
|
+
//# sourceMappingURL=text-area.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"text-area.d.ts","sourceRoot":"","sources":["../../../src/text-area/text-area.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAsB,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAA;AAGxE,QAAA,MAAM,kCAAkC,aAAa,CAAA;AAErD,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,kCAAkC,CAC1C,CAAA;AAED,eAAO,MAAM,gCAAgC,oCACV,CAAA;AAEnC,QAAA,MAAM,kCAAkC;;;;;;;;;EAGtC,CAAA;AAEF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,kCAAkC,CAC1C,CAAA;AAED,eAAO,MAAM,gCAAgC;;;;;;;;;IAG3C,CAAA;AAEF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,gCAAgC,CACxC,CAAA;AAED,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC;IACpC,MAAM,CAAC,EAAE,0BAA0B,CAAA;IACnC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAC,CAAA;AAEF,KAAK,oBAAoB,CAAC,EAAE,GAAG,4BAA4B,IAAI;IAC7D,IAAI,EAAE,OAAO,KAAK,CAAC,QAAQ,CAAA;IAC3B,OAAO,EAAE,eAAe,CAAA;CACzB,CAAA;AAED,KAAK,oBAAoB,CACvB,EAAE,GAAG,0BAA0B,EAC/B,CAAC,SAAS,eAAe,GAAG,eAAe,IACzC;IACF,IAAI,EAAE,OAAO,KAAK,CAAC,QAAQ,CAAA;IAC3B,OAAO,EAAE,CAAC,CAAA;IACV,OAAO,EAAE,CAAC,CAAA;CACX,CAAA;AAED,MAAM,MAAM,kBAAkB,CAAC,EAAE,GAAG,0BAA0B,IAC1D,oBAAoB,GACpB,oBAAoB,CAAA;AAExB,MAAM,MAAM,kCAAkC,CAAC,CAAC,SAAS,kBAAkB,IACzE,CAAC,SAAS,kBAAkB,GAAG,MAAM,GAAG,SAAS,GAAG,KAAK,CAAA;AAE3D;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,OAAO,GAAE,eAAoB,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,mCAAmC,CACjD,IAAI,EAAE,0BAA0B,GAAG,SAAS,GAC3C,MAAM,GAAG,SAAS,CAOpB;AAED,wBAAgB,0CAA0C,CACxD,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,kBAAkB,GAC7B,0BAA0B,CAW5B"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"text-area.test.d.ts","sourceRoot":"","sources":["../../../src/text-area/text-area.test.ts"],"names":[],"mappings":""}
|
@@ -322,6 +322,7 @@ declare const textStylePropControllerDataV1Schema: z.ZodObject<{
|
|
322
322
|
deviceId: string;
|
323
323
|
}>, "many">;
|
324
324
|
}, "strip", z.ZodTypeAny, {
|
325
|
+
"@@makeswift/type": "prop-controllers::text-style::v1";
|
325
326
|
value: {
|
326
327
|
value: {
|
327
328
|
letterSpacing: number | null | undefined;
|
@@ -336,8 +337,8 @@ declare const textStylePropControllerDataV1Schema: z.ZodObject<{
|
|
336
337
|
};
|
337
338
|
deviceId: string;
|
338
339
|
}[];
|
339
|
-
"@@makeswift/type": "prop-controllers::text-style::v1";
|
340
340
|
}, {
|
341
|
+
"@@makeswift/type": "prop-controllers::text-style::v1";
|
341
342
|
value: {
|
342
343
|
value: {
|
343
344
|
textTransform: "uppercase"[];
|
@@ -352,7 +353,6 @@ declare const textStylePropControllerDataV1Schema: z.ZodObject<{
|
|
352
353
|
};
|
353
354
|
deviceId: string;
|
354
355
|
}[];
|
355
|
-
"@@makeswift/type": "prop-controllers::text-style::v1";
|
356
356
|
}>;
|
357
357
|
export type TextStylePropControllerDataV1 = z.infer<typeof textStylePropControllerDataV1Schema>;
|
358
358
|
export declare const textStylePropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
@@ -529,6 +529,7 @@ export declare const textStylePropControllerDataSchema: z.ZodUnion<[z.ZodArray<z
|
|
529
529
|
deviceId: string;
|
530
530
|
}>, "many">;
|
531
531
|
}, "strip", z.ZodTypeAny, {
|
532
|
+
"@@makeswift/type": "prop-controllers::text-style::v1";
|
532
533
|
value: {
|
533
534
|
value: {
|
534
535
|
letterSpacing: number | null | undefined;
|
@@ -543,8 +544,8 @@ export declare const textStylePropControllerDataSchema: z.ZodUnion<[z.ZodArray<z
|
|
543
544
|
};
|
544
545
|
deviceId: string;
|
545
546
|
}[];
|
546
|
-
"@@makeswift/type": "prop-controllers::text-style::v1";
|
547
547
|
}, {
|
548
|
+
"@@makeswift/type": "prop-controllers::text-style::v1";
|
548
549
|
value: {
|
549
550
|
value: {
|
550
551
|
textTransform: "uppercase"[];
|
@@ -559,7 +560,6 @@ export declare const textStylePropControllerDataSchema: z.ZodUnion<[z.ZodArray<z
|
|
559
560
|
};
|
560
561
|
deviceId: string;
|
561
562
|
}[];
|
562
|
-
"@@makeswift/type": "prop-controllers::text-style::v1";
|
563
563
|
}>]>;
|
564
564
|
export type TextStylePropControllerData = z.infer<typeof textStylePropControllerDataSchema>;
|
565
565
|
export type TextStyleOptions = Options<{
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/text-style copy/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
|