name: steedos_packages
label: Packages
description: 
fields:
  metadata:
    label: Metadata
    help: 
    description: 
  metadata.$.label:
    label: Package Name
    help: 
    description: 
  metadata.$.api_name:
    label: Api Name
    help: 
    description: 
  metadata.$.type:
    label: Type
    help: 
    options:
      - label: Custom Button
        value: CustomAction
      - label: Custom Application
        value: CustomApplication
      - label: Custom Field
        value: CustomField
      - label: Custom Listview
        value: CustomListview
      - label: Custom Object
        value: CustomObject
      - label: Custom Permission
        value: CustomPermission
      - label: Custom Permission Set
        value: CustomPermissionset
      - label: Custom Profile
        value: CustomProfile
      - label: Custom Report
        value: CustomReport
      - label: Custom Validation Rule
        value: CustomValidationRule
      - label: Layout
        value: Layout
      - label: Workflow
        value: Workflow
      - label: Flow
        value: Flow
      - label: Approval Process
        value: ApprovalProcess
      - label: Role
        value: Role
      - label: Flow Role
        value: FlowRole
      - label: Query
        value: Query
      - label: Chart
        value: Chart
      - label: Page
        value: Page
      - label: Tab
        value: Tab
    description: 
  label:
    label: Label
    help: 
    description: 
  name:
    label: npm module
    help: 
    description: 
  service_name:
    label: Service name
    help: 
    description: 
  instance_id:
    label: Instance id
    help: 
    description: 
  node_id:
    label: Node id
    help: 
    description: 
  version:
    label: Version
    help: 
    description: 
  description:
    label: Description
    help: 
    description: 
  status:
    label: Status
    help: 
    options:
      - label: Enabled
        value: enable
        color: 3df53d
      - label: Starting
        value: starting
        color: ffff00
      - label: Disabled
        value: disable
        color: dcd0d0
    description: 
listviews:
  all:
    label: All Packages
  custom:
    label: Custom Packages
  system:
    label: System Packages
actions:
  disable:
    label: Disable
  enable:
    label: Enable
  x x x s:
    label: Install Purchased Packages
  installPackageFromUrl:
    label: Install Package From Url
  reload:
    label: Reload
  show_packages_store:
    label: Appstore
  uninstall:
    label: Uninstall
  upgradePackage:
    label: Upgrade Package
  edit_npmrc:
    label: NPM Settings
CustomLabels:
  steedos_packages_tab_introduce_title: Introduction
  steedos_packages_tab_components_title: Package Components
  steedos_packages_tab_details_title: Details
  steedos_packages_button_enable_dialog_title: Enable
  steedos_packages_button_enable_dialog_confirm_text_prefix: "Make sure to enable \""
  steedos_packages_button_enable_dialog_confirm_text_suffix: "\"?"
  steedos_packages_button_enable_dialog_button_ok: Enable
  steedos_packages_button_enable_dialog_message_success: Enabled Successfully
  steedos_packages_button_edit_npmrc_dialog_describe: "##### NPM Settings (.npmrc):\r- `; Set a new registry for scoped packages`\r- `@myscope:registry=https://mycustomregistry.example.org`\r- `; Configure authentication information for the new registry (optional)`\r- `//mycustomregistry.example.org:_authToken=\"Authentication Token\"`"
  steedos_packages_button_installPackageFromUrl_dialog_field_registry: Registry
  steedos_packages_button_installPackageFromUrl_dialog_field_registry_option_taobao: taobao
  steedos_packages_button_installPackageFromUrl_dialog_field_registry_option_cnpm: cnpm
  steedos_packages_button_installPackageFromUrl_dialog_field_registry_option_npmjs: npmjs
  steedos_packages_button_installPackageFromUrl_dialog_describe1: "##### You can specify a version using one of the following options:\r- `package-name` Install the 'latest' version of the package.\r- `package-name@1.2.3` Install a specific version of the package from the registry.\r- `package-name@tag` Install a specific 'tag', such as beta, next, or latest."
  steedos_packages_button_installPackageFromUrl_dialog_describe2: "##### You can also specify packages from different locations:\r- `package-name` Install the package from the npm registry.\r- `file:/path/to/local/folder` Install a package located on your local filesystem. This is useful for testing packages you haven’t published to the registry yet.\r- `file:/path/to/local/tarball.tgz` Install from a gzipped tarball, which can be used to share packages before publishing.\r- `link:/path/to/local/folder` Install a symbolic link to a package on your local filesystem. Useful in monorepo environments.\r- `<git remote url>` Install a package from a remote Git repository.\r- `<git remote url>#<branch/commit/tag>` Install a package from a specific git branch, commit, or tag in the remote Git repository.\r- `https://my-project.org/package.tgz` Install from a remote gzipped tarball."
