@phatvu/web-component-poc 1.0.0 → 1.0.1
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/cjs/app-globals-V2Kpy_OQ.js +5 -0
- package/dist/cjs/fast-button_2.cjs.entry.js +211 -0
- package/dist/cjs/fast-carousel.cjs.entry.js +1909 -0
- package/dist/cjs/index-C756SOR-.js +2225 -0
- package/dist/cjs/index.cjs.js +7 -0
- package/dist/cjs/loader.cjs.js +13 -0
- package/dist/cjs/web-component-poc.cjs.js +25 -0
- package/dist/collection/collection-manifest.json +15 -0
- package/dist/collection/components/button/button.css +76 -0
- package/dist/collection/components/button/button.js +145 -0
- package/dist/collection/components/fast-carousel/carousel.css +98 -0
- package/dist/collection/components/fast-carousel/carousel.js +439 -0
- package/dist/collection/components/jobs-list-only-ui/jobs-list-only-ui.css +228 -0
- package/dist/collection/components/jobs-list-only-ui/jobs-list-only-ui.js +543 -0
- package/dist/collection/index.js +10 -0
- package/dist/collection/mock/jobs-list-only.mock.js +60 -0
- package/dist/collection/types/jobs-list.js +1 -0
- package/dist/collection/utils/utils.js +3 -0
- package/dist/components/fast-button.js +1 -0
- package/dist/components/fast-carousel.js +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/jobs-list-only-ui.js +1 -0
- package/dist/components/p-Cw2MJ5l2.js +1 -0
- package/dist/esm/app-globals-DQuL1Twl.js +3 -0
- package/dist/{web-component-poc/jobs-list-only-ui.entry.js → esm/fast-button_2.entry.js} +44 -9
- package/dist/{web-component-poc → esm}/fast-carousel.entry.js +1 -4
- package/dist/esm/index-D7_MJBO8.js +2217 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/web-component-poc.js +21 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/web-component-poc/index-xE9n11HX.js.map +1 -0
- package/dist/web-component-poc/index.esm.js +1 -18
- package/dist/web-component-poc/p-0bc6d45d.entry.js +1 -0
- package/dist/web-component-poc/p-8ab359cc.entry.js +1 -0
- package/dist/web-component-poc/p-D7_MJBO8.js +2 -0
- package/dist/web-component-poc/p-DQuL1Twl.js +1 -0
- package/dist/web-component-poc/web-component-poc.esm.js +1 -50
- package/hydrate/index.d.ts +287 -0
- package/hydrate/index.js +25150 -0
- package/hydrate/index.mjs +25140 -0
- package/hydrate/package.json +12 -0
- package/package.json +11 -2
- package/dist/web-component-poc/fast-button.entry.js +0 -47
- package/dist/web-component-poc/fast-button.entry.js.map +0 -1
- package/dist/web-component-poc/fast-carousel.entry.js.map +0 -1
- package/dist/web-component-poc/index-B0WZf8UB.js +0 -4585
- package/dist/web-component-poc/index-B0WZf8UB.js.map +0 -1
- package/dist/web-component-poc/jobs-list-only-ui.entry.js.map +0 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { b as bootstrapLazy } from './index-D7_MJBO8.js';
|
|
2
|
+
export { s as setNonce } from './index-D7_MJBO8.js';
|
|
3
|
+
import { g as globalScripts } from './app-globals-DQuL1Twl.js';
|
|
4
|
+
|
|
5
|
+
const defineCustomElements = async (win, options) => {
|
|
6
|
+
if (typeof window === 'undefined') return undefined;
|
|
7
|
+
await globalScripts();
|
|
8
|
+
return bootstrapLazy([["fast-button_2",[[769,"fast-button",{"variant":[1],"type":[1],"disabled":[4]}],[512,"jobs-list-only-ui",{"mockData":[4,"mock-data"],"jobs":[1],"loading":[4],"totalJob":[2,"total-job"],"noResultsLine1":[1,"no-results-line-1"],"noResultsLine2":[1,"no-results-line-2"],"applyButtonText":[1,"apply-button-text"],"showBrand":[4,"show-brand"],"showReference":[4,"show-reference"],"showEmploymentType":[4,"show-employment-type"],"streetFormat":[1,"street-format"],"multiLocationText":[1,"multi-location-text"],"remoteLocationText":[1,"remote-location-text"],"enableKilometers":[4,"enable-kilometers"],"rootClass":[1,"root-class"],"showSuggestions":[4,"show-suggestions"],"clearResultSuggestionsTitleText":[1,"clear-result-suggestions-title-text"],"clearResultSuggestionsLine1":[1,"clear-result-suggestions-line-1"],"clearResultSuggestionsLine2":[1,"clear-result-suggestions-line-2"],"clearResultSuggestionsLine3":[1,"clear-result-suggestions-line-3"],"clearResultSuggestionsLine4":[1,"clear-result-suggestions-line-4"]}]]],["fast-carousel",[[769,"fast-carousel",{"items":[1],"loop":[4],"class":[1],"controlClass":[1,"control-class"],"slideClass":[1,"slide-class"],"itemClass":[1,"item-class"],"scrollPrev":[64],"scrollNext":[64],"goToSlide":[64],"getEmbla":[64]}]]]], options);
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export { defineCustomElements };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { p as promiseResolve, b as bootstrapLazy } from './index-D7_MJBO8.js';
|
|
2
|
+
export { s as setNonce } from './index-D7_MJBO8.js';
|
|
3
|
+
import { g as globalScripts } from './app-globals-DQuL1Twl.js';
|
|
4
|
+
|
|
5
|
+
/*
|
|
6
|
+
Stencil Client Patch Browser v4.43.2 | MIT Licensed | https://stenciljs.com
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
var patchBrowser = () => {
|
|
10
|
+
const importMeta = import.meta.url;
|
|
11
|
+
const opts = {};
|
|
12
|
+
if (importMeta !== "") {
|
|
13
|
+
opts.resourcesUrl = new URL(".", importMeta).href;
|
|
14
|
+
}
|
|
15
|
+
return promiseResolve(opts);
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
patchBrowser().then(async (options) => {
|
|
19
|
+
await globalScripts();
|
|
20
|
+
return bootstrapLazy([["fast-button_2",[[769,"fast-button",{"variant":[1],"type":[1],"disabled":[4]}],[512,"jobs-list-only-ui",{"mockData":[4,"mock-data"],"jobs":[1],"loading":[4],"totalJob":[2,"total-job"],"noResultsLine1":[1,"no-results-line-1"],"noResultsLine2":[1,"no-results-line-2"],"applyButtonText":[1,"apply-button-text"],"showBrand":[4,"show-brand"],"showReference":[4,"show-reference"],"showEmploymentType":[4,"show-employment-type"],"streetFormat":[1,"street-format"],"multiLocationText":[1,"multi-location-text"],"remoteLocationText":[1,"remote-location-text"],"enableKilometers":[4,"enable-kilometers"],"rootClass":[1,"root-class"],"showSuggestions":[4,"show-suggestions"],"clearResultSuggestionsTitleText":[1,"clear-result-suggestions-title-text"],"clearResultSuggestionsLine1":[1,"clear-result-suggestions-line-1"],"clearResultSuggestionsLine2":[1,"clear-result-suggestions-line-2"],"clearResultSuggestionsLine3":[1,"clear-result-suggestions-line-3"],"clearResultSuggestionsLine4":[1,"clear-result-suggestions-line-4"]}]]],["fast-carousel",[[769,"fast-carousel",{"items":[1],"loop":[4],"class":[1],"controlClass":[1,"control-class"],"slideClass":[1,"slide-class"],"itemClass":[1,"item-class"],"scrollPrev":[64],"scrollNext":[64],"goToSlide":[64],"getEmbla":[64]}]]]], options);
|
|
21
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('./cjs/index.cjs.js');
|
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './esm/index.js';
|