You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@assaabloy/gw-group-job-openings-grid

Package Overview
Dependencies
Maintainers
0
Versions
348
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assaabloy/gw-group-job-openings-grid

Web component - Job Openings Grid


Version published
Weekly downloads
449
decreased by-3.85%
Maintainers
0
Created
Weekly downloads
 

Readme

Source

ASSA ABLOY Global web - web components

Job Openings Grid

Custom HTML element

<gw-group-job-openings-grid content="" theme=""></gw-group-job-openings-grid>

Properties

NameTypeDescription
contentStringbase64 encoded array
themeString

content

{
  "url": ""
  "detailedPageUrl":""
  "subscription": {
    "title": "",
    "link": {
      "url": ""
    },
    "visible": false
  },
  "config": {
    "padding": {
      "top": true,
      "bottom": true
    }
  },

  // Translations
  "loading": "Loading...",
  "showMore": "ShowMore",
  "result": "result",
  "results": "results",
  "multipleLocations": "Multiple locations",
  "applicationDueDate": "Application due {{date}}",
  "readAndApply": "Read and apply",
  "nothingMoreToShow": "Nothing more to show",
  "showingCurrentOfMax": "Showing {{current}} of {{max}}",
  "newestFirst": "Newest first",
  "oldestFirst": "Oldest first",
  "alphabeticallyAZ": "A-Z",
  "alphabeticallyZA": "Z-A",
  "sortBy": "Sort by",
  "all": "almost all", // new
  "experienceLevel": "owl level", // new
  "function": "() =>", // new
  "location": "Google maps?" // new
}

Response from url should contain the following:

{
  "itemsTotalCount": 0,
  "items": [
    {
      "jobReqId": 0,
        "title": "",
        "applicationDueDate": "",
        "created": "",
        "applicationUrl": "",
        "jobFunction": {
          "category": "",
          "name": ""
        },
        "locations": [
          {
            "region": "",
            "country": "",
            "state": "",
            "city": "",
            "address": ""
          }
        ],
        "experienceLevel": {
          "value": 0,
          "name": ""
        }
    }
  ]
}

theme Two different background options:

  • "theme-alt-1" (white)
  • "theme-alt-2" (grey)

Dependencies @assaabloy/gw-group-vendor @assaabloy/brand-styles

FAQs

Package last updated on 26 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc